-
Stop Using Merge Commits
It's time to stop using merge commits. Disable them (and squashes) and just fast-forward all your commits!
-
Fixing Pinentry With Emacs
Fixing an issue with emacs and pinentry that was breaking my commit experience.
-
Yet Another IPC in Rust Experiment
Inspired by the somewhat recent slew of IPC experiments in Rust, I try to build a slightly more realistic benchmark, and explore only the highest performance options (and see decent performance doing it, but nothing groundbreaking!)."
-
From Zellij to Tmux Back to Zellij
There and back again with terminal multiplexers, for relatively simple reasons with a surprising outcome.
-
Starting locally installed Postgres instances in 2024
Somehow, I forgot how to start locally-installed Postgres instances. My loss is your gain, now we all have a .
-
Getting Features to Show Up in Your Rust Docs
Want to make sure the generated docs (ex. on docs.rs) for your crate have feature flags spelled out properly when they're required? It takes two specific changes.
-
A Year Hiatus with Rust and Webassembly
I've been gone for a bit, spending a lot of time with Rust and WebAssembly
-
Building Custom Kernels for Kata Containers
kata-containers enables Virtual Machine isolation on kubernetes, and this guide is for those who want custom kernels.
-
Fixing GPGME Error on Arch
How to fix GPGME errors while using pacman
-
Makefile Tips: help text and preambles
Some tips for writing better makefiles