bnjmn
@bnjmn@programming.dev
- Comment on Solving programming exercises 1 year 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”
- Comment on [deleted] 1 year ago:
Grokking Algorithms and A Common Sense Guide to Data Structures and Algorithms
- Comment on Which language you wish would really grow and reach mainstream adoption? 1 year ago:
I would LOVE for Nim to get more web stuff
- Comment on "Useless syntax sugar": Numbered block parameters in Ruby 1 year ago:
OMG looks like Raku
- Comment on classic configure neovim experience 1 year ago:
I felt this 😢
- Comment on D or d come on 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
- Comment on D or d come on 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?
- Comment on What helps people get comfortable on the command line? 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