Avatar

bnjmn

bnjmn@programming.dev
Joined
0 posts • 18 comments
Direct message

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…

permalink
report
parent
reply
3 points

This is soooo cool, thanks for sharing <3

permalink
report
reply

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

permalink
report
parent
reply

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

permalink
report
reply

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?

permalink
report
parent
reply

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”

permalink
report
reply

The first tic-tac-toe I ever wrote looks something like this

permalink
report
reply

I would LOVE for Nim to get more web stuff

permalink
report
reply