Systems architecture, edge computing, hairbrained ideas, and technical leadership.

Engineering notes, post-mortems, and architectural blueprints focusing on bounded latency, distributed resilience, and pragmatic developer tooling. Embrasing AI and it's impact on our economy and psyche.

Distributed Systems

Edge Computing, Resilience, Scale
3 Articles

24/7 Low-Latency Edge Audio: Dockerized Icecast2, Nginx SSL Terminus, and OBS Ducking Chains

Engineering a continuous private broadcast engine for live DJ setups and mic feeds: combining low-overhead Opus encoding at 96kbps with Icecast2, TLS termination, and OBS sidechain ducking.

Zero-Trust Port Forwarding: Secure Remote Access with Cloudflare Tunnels

Replace fragile VPN setups with Cloudflare Tunnels for zero-trust port forwarding - no open ports, no firewall rules, just identity-driven access to internal services.

Engineering Execution

Leadership, Culture, Process
4 Articles

Zero-Egress Disaster Recovery: Restic, Docker Volume Snapshots, and Cloudflare R2 Lifecycle Policies

Eliminating predatory cloud egress restoration fees by engineering an automated, encrypted homelab backup pipeline using restic, Docker volume hooks, and Cloudflare R2 cold-storage lifecycle policies.

High-Throughput Edge Ingestion: Buffering D1 Write Contention with Cloudflare Queues

Resolving SQLite single-writer serialization bottlenecks at the edge by decoupling audit traces and metric ingestion with Cloudflare Queues, batch flushing, and Dead Letter Queue unpack isolation.

Tooling & Runtime

Cloudflare Workers, Edge, Performance
3 Articles

High-Availability DNS Sync & UniFi Policy-Based WireGuard Routing

Eliminating single points of failure in edge homelab architecture with automated adguardhome-sync replication and selective egress steering across multi-tunnel WireGuard interfaces on UniFi Gateway Max.

De-Clouding to the Edge: Architectural Migration from Vercel/Neon to Cloudflare Workers & D1

How we decommissioned our centralized US-East Postgres cluster and Node.js serverless tier, cutting cloud compute spend by 87% while eliminating cold starts with Cloudflare Workers, D1, and KV.