Random Walks

Notes on code, systems, and occasional hikes.

Tuning TCP for long-fat pipes

When BDP exceeds the default buffer sizes, throughput collapses. A few sysctl tweaks can bring a 1 Gbps link back to life…

What I learned rewriting a Redis module in Zig

No hidden allocations, comptime generics, and seamless C interop made the port surprisingly smooth…

A compact guide to Let’s Encrypt automation

Standalone, webroot, and DNS-01 challenges compared. Plus a cron snippet that actually logs errors…

Running PostgreSQL on a Raspberry Pi: surprisingly usable

With a few config adjustments, a Pi 5 handles light OLTP workloads without breaking a sweat…