Build logs
Features & architecture
How a specific capability or seam is built — backends, data pipelines, codegen, deployments — and the reasoning that survived review.
Analytics Without Cookies, a Banner, or Losing Half the Data to Ad-Blockers How I run PostHog on this site: cookieless, no consent banner, EU-hosted, and reverse-proxied through my own domain so ad-blockers barely touch it. The real Cloudflare Function and client config, both liftable. Python Writes, TypeScript Reads: One SQLite File, Zero Drift Python for ingestion, TypeScript for the app, one read-only SQLite file as the seam — and one JSON Schema generating matching Zod and Pydantic types.