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”
- 0 Posts
- 12 Comments
bnjmn@programming.devto Programming@programming.dev•[advice] How do you learn with brain fog and bad memory?3·2 years agoWhat 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.devto Programming@programming.dev•Where are some places I can find people to study for data structures and algorithms.1·2 years agoGrokking Algorithms and A Common Sense Guide to Data Structures and Algorithms
bnjmn@programming.devto Programming@programming.dev•Which language you wish would really grow and reach mainstream adoption?101·2 years agoI would LOVE for Nim to get more web stuff
bnjmn@programming.devto Programming@programming.dev•Raku is surprisingly good for CLIs - Hillel Wayne1·2 years agoAs 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 :)
bnjmn@programming.devto Programming@programming.dev•"Useless syntax sugar": Numbered block parameters in Ruby1·2 years agoOMG looks like Raku
bnjmn@programming.devto Programmer Humor@programming.dev•classic configure neovim experience2·2 years agoI felt this 😢
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
deleted by creator
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?
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 wayMaybe somewhere down the line…
This is soooo cool, thanks for sharing <3
+1 for Astro. I use it for my personal portfolio and I’d choose it again if I had to do it from scratch.