June 30, 2026 · 11 min read
Logical replication in PostgreSQL is powerful but has subtle gotchas. After running it across a six-node cluster for eight months, here are the things I wish I knew on day one.
The biggest surprise was how REPLICA IDENTITY interacts with update and delete operations on tables without primary keys. If you haven't set it correctly, updates silently fail on the subscriber side.
June 12, 2026 · 8 min read
eBPF has revolutionized how we observe kernel-level network behavior without modifying kernel source. Tools like bpftrace and tcptop give visibility that was previously only possible with custom kernel modules.
May 28, 2026 · 14 min read
With Gmail and ProtonMail offering excellent free tiers, is self-hosting email still viable? The answer is nuanced — it depends on your threat model, technical patience, and how much you value data sovereignty.