[-] bnjmn@programming.dev 2 points 10 months ago

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

[-] bnjmn@programming.dev 4 points 11 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"

[-] bnjmn@programming.dev 3 points 1 year 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

[-] bnjmn@programming.dev 10 points 1 year ago

I would LOVE for Nim to get more web stuff

[-] bnjmn@programming.dev 2 points 1 year ago

Yeah, I get that. I'm on sabbatical RN, so my GitHub usage is purely personal. Having your work feed hijacked is a different story altogether

[-] bnjmn@programming.dev 3 points 1 year ago

Idk, I actually kind of like the "for you" feed. I've discovered some interesting projects on there that I wouldn't have otherwise

[-] bnjmn@programming.dev 2 points 1 year ago

I felt this 😢

[-] bnjmn@programming.dev 2 points 1 year 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

[-] bnjmn@programming.dev 4 points 1 year ago

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?

[-] bnjmn@programming.dev 3 points 1 year ago

This is soooo cool, thanks for sharing <3

[-] bnjmn@programming.dev 2 points 1 year ago

Can’t live without oh-my-zsh, powerlevel10k and zsh autocomplete/autosuggestions plugins. It’s the first thing I install whenever I’m on a new computer.

I run this exact same setup, it's pretty much a prereq on a fresh install. I wonder if we've all been exposed to the same blog articles

view more: next ›

bnjmn

joined 1 year ago