jutty.dev
Computer nerd memory leaks
Latest posts
jaq: polyglot jq clone
kage: Clone rendered websites locally
Junited 2026
Scoped Commits
The Virtual OS Museum
rura: TUI for building shell pipelines
No Ghosts!
computers should be liberating
A poet and a scientist on what programming even is
I was reading this piece, I am not a Software Engineer by Andrew Golding, and had just skimmed through Peter Naur’s Programming as Theory Building . The two immediately connected in my mind, both eloquent and poignant in different ways. The author says they’re not a software engineer. Perhaps a poet? There is a certain cadence and symbology going on, a certain feeling expressed and reflection on…
Technology with a Human Face
bgm-mpd - Music with gaps like game soundtracks
Casuarina Linux: glibc Chimera Linux derivative
A 2026 survey of Linux music players
In composing this list, I was looking for a player with: Queue controls Library search and filtering Tray icon MPRIs Scrobbling to both ListenBrainz and Libre.fm would be nice to have Best TUI # cmus is perhaps the player I’ve used the most. Shoutout to musikcube , which looks better, is simpler to navigate, has nice search and filter capabilities that cmus lacks, but that has a single dealbreaker…
kew: Music for the Shell
Building the deployment tool I wish I had
The vi family
The Journey of ls
Links to CSS colour palettes
dashbrew: TUI dashboard builder
Tags, RSS explosion and Octothorpe Protocol
On more updates to this blog, we now have tags to browse specific topics and dedicated RSS feeds. This means this blog now serves an obscene amount of RSS feeds which is really appropriate considering RSS is adorable. To complement the tags, I’ve added support for the Octothorpe Protocol , which is a way to aggregate hashtags and other relations through an indexing server that allows you to…
numbat: Statically typed language for scientific computations
Collective Speed Is Not the Summation of Individual Speed
Bugs Rust Won't Catch
Own Your Web: Curators
gita: CLI tool to manage multiple git repos
sem: Semantic version control CLI
Feed & link updates
I’ve changed where the links RSS feed points its main URL to, linking directly to what I’m sharing instead of a page with nothing where you just click the actual link. If there’s a note attached to the link, it will link to it. Otherwise, you get straight to the destination. As a downside, depending on how it’s configured, this might cause your feed reader to flood you with a bunch of links as if…
Capsicum vs seccomp: Process Sandboxing
Tips and tricks to avoid cloning
Shell Tricks That Actually Make Life Easier
Capability-based Security for Redox OS
Rob Pike's 5 Rules of Programming
I like the last one: Data structures, not algorithms, are central to programming. or its alternative, as also mentioned there: write stupid code that uses smart objects