bnjmn

u/bnjmn@programming.dev
0 posts · 16 comments

Recent posts

No posts.

Recent comments

on New to Webdev · c/webdev · 2 pts · 2y

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

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"

on D or d come on · c/programmer_humor · 2 pts · 2y

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

on D or d come on · c/programmer_humor · 4 pts · 2y

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?

on The case for nushell · c/commandline · 2 pts · 2y

I feel you on this. I recently switched to fish, and have one or two .fish scripts that don't really "do" anything. Everything else remotely important is still in bash, and I'll probably keep it that way

Maybe somewhere down the line...

on ... · c/linux · 3 pts · 2y

This is soooo cool, thanks for sharing <3