← RETURN TO SINGULARITYTRANSMISSIONS / 03

DEEP SPACE NETWORK

TECHNICAL
TRANSMISSIONS.

wal-reader-go

POSTGRESQL / INTERNALS

How I Built a Real-Time PostgreSQL WAL Reader in Go

Most developers use PostgreSQL every day without seeing what happens beneath an INSERT. This is how I built a tool to read database changes directly from its internal log.
READ ↗
developer-tooling-research

DEVELOPER TOOLING / RESEARCH

Why developers

A week researching the friction engineers report with Supabase, LangChain, PostHog, and Neon — and the pattern beneath it.
READ ↗
kafka-free-cdc-pipeline-go

GO / POSTGRESQL / CDC

CDC without Kafka

How I built Rift: a single Go binary that streams PostgreSQL WAL changes to webhooks, PostgreSQL, or Redis — without Kafka or JVM infrastructure.
READ ↗