bnjmn

joined 1 year ago
[–] [email protected] 2 points 8 months ago

+1 for Astro. I use it for my personal portfolio and I'd choose it again if I had to do it from scratch.

[–] [email protected] 2 points 8 months ago

It will come in time, promise. I had a REALLY hard time understanding recursion until I started using it more

[–] [email protected] 3 points 9 months ago

Something I've been trying to cultivate is the ability to "externalize" my thoughts (even if it's just to myself). Like, more of a process-oriented approach. it's so easy to bang out some code that works, but sometimes I look back at what I wrote and think "how did I wind up here"

[–] [email protected] 3 points 9 months ago

What about some simple katas? I've been learning a few new languages and don't want to forget the syntax / common methods, so I pick an easy kata and solve it in each. I find that this is usually enough to prevent me from forgetting everything

[–] [email protected] 1 points 9 months ago

Grokking Algorithms and A Common Sense Guide to Data Structures and Algorithms

[–] [email protected] 9 points 9 months ago

I would LOVE for Nim to get more web stuff

[–] [email protected] 1 points 9 months ago

As someone who picked up Raku without knowing anything about Perl (besides the fact that it had something to do with regex), it was a little surprising :)

[–] [email protected] 1 points 10 months ago

OMG looks like Raku

[–] [email protected] 2 points 10 months ago

I felt this 😢

[–] [email protected] 2 points 10 months ago

I tend to always install both of them together too! Which makes it a little hard to know where things are coming from. This time I decided to start from scratch, so certain aspects of the config are still salient in my mind

[–] [email protected] 4 points 10 months ago (2 children)

Hmm, it didn't "just work" for me. I had to set it up recently:

zstyle ':completion:*' matcher-list '' 'm:{a-zA-Z}={A-Za-z}' 'r:|=*' 'l:|=* r:|=*'

That line needs to go in .zshrc. Maybe it's enabled by default with oh-my-zsh?

view more: next ›