Code, work & the bits between.
Notes on software engineering, mental health, work, and whatever keeps me thinking after the terminal closes.
-
I Don't Think We Have Free Will
Why I think our choices are caused rather than freely authored, and why that leaves more room for compassion.
-
Learning Neovim > 1: Normal Mode Navigation
Normal mode is where you spend most of your time in Neovim. Mastering these navigation commands is the single biggest productivity unlock.
-
Learning Neovim > 2: Editing Operators
Neovim's editing model is built on operators + motions. An operator performs an action (delete, change, yank…), and a motion tells it how far to reach.