independent systems work · est. 2021

Quiet infrastructure for
the loud parts ofthe network_

termit.space is a one-person workshop for networking, storage, and the unglamorous plumbing that keeps systems honest. No dashboards you didn't ask for. No magic. Just careful wiring that stays out of the way.

01

Doctrine

Three habits, borrowed from older crafts. Boring on purpose — that's what survives contact with production.

02

Work

#01

Edge networking

Routers, tunnels, and overlays that prefer determinism over cleverness. Built to be read by the next person at 3am.

wireguard · bgp · anycast
#02

Durable storage

Boring, recoverable data layers. Snapshots that actually restore. Backups tested on a schedule, not on a prayer.

zfs · s3 · litestream
#03

Observability

Signal over noise. The three graphs that matter, alerting that wakes you only when it should.

prometheus · loki · otel
#04

Automation

Reproducible boxes from a clean commit. If it isn't in the repo, it doesn't exist.

nix · ansible · ci
03

Log

~ /var/log/termit — session
termit@space:~$ uptime
  up 412 days,  load average: 0.04, 0.07, 0.02
termit@space:~$ systemctl status core.target
  ● core.target — all green · 17 units · 0 failed
termit@space:~$ ./check --honest
  backups …… ok   certs …… ok   tunnels …… ok
  coffee …… low
termit@space:~$ _