warren@initwaza: ~/posts/hello-world

warren@initwaza:~$ cat posts/hello-world.sh

#!/bin/sh — hello world

· meta

This blog used to live at waza.co.za. It now boots from initwaza.sh.

Why a .sh domain? Because I am an 80s kid who never left the shell. The name reads like an init script because that is what a personal site is: the thing that runs first and sets up everything else.

#!/bin/sh
# initwaza.sh — personal init
exec blog --topics "azure,sovereign-cloud,homelab,3d-printing"

Expect posts on Azure sovereign cloud architecture, networking at scale, the homelab, and Klipper-based 3D printing. Same content, better prompt.

warren@initwaza:~$