$ ls -la ./posts/
All Posts
-
Hello World, Again
Rebooting the blog after a long hiatus. New stack, same terminal energy.
#meta#astro -
The magic of argv
How Linux programs use argv[0] and hard links to perform different functions from the same binary.
#linux#python#c -
Linux date cheatsheet
Some quick handy formats that can be used with the date command on Linux.
#linux#cli -
Docker Desktop — Moving away
Docker Desktop is going paid. Here's how to switch to nerdctl or podman on macOS.
#docker#containers#macos -
jq cheatsheet
A quick reference for jq — the lightweight and flexible command-line JSON processor.
#linux#cli#json -
Progress bars in Python with tqdm
Adding progress bars to your Python scripts is simpler than you think using tqdm.
#python#cli