The Manuals
Guides
Evergreen tutorials, kept working — each one carries a “last verified” date and gets re-tested against current versions. Opinions live in Notes; these are the how-tos.
CI/CD
-
CI on Rackspace Spot: an Argo Workflows alternative to GitHub Actions for about $0.01/hr
kubernetes Last verified ·
GitHub Actions spent nearly nine hours degraded on August 6, 2026 — the sixth incident in six days. Here's the pattern I run instead: Argo Workflows + Argo Events on a Rackspace Spot cluster, with an on-demand fallback pool so preemption never fails a build.
Remote development
-
Rackspace Spot from zero: a spot-priced Kubernetes cluster with a DevPod dev environment
kubernetes Last verified ·
Onboard to Rackspace Spot's auction-priced Kubernetes, dodge the four traps every new cloudspace hits, and stand up a devcontainer-based dev environment with DevPod — for as little as $0.01/hr.
Building with agents
-
The workflow manual: how I build software with agent fleets
llm-agents Last verified ·
The complete end-to-end process — docs-first scaffolding, research, one reviewed plan, bead decomposition as concurrency control, fleet deployment, and the failure modes that shaped all of it.