Blog
Technical articles on Supabase, Kubernetes, Postgres, and web development.
How to use Kimi K3 with Claude Code (subscription, not API)
Kimi K3 just shipped and it rivals Claude Fable 5. Here's how to run it inside Claude Code on a Kimi subscription — no Anthropic account, no API bill.
Kubernetes kills your pod? Here's why
Your pods keep getting killed. Not crashing — killed. One moment they're running fine, the next they're gone and Kubernetes is spinning up replacements. You check the logs and there's nothing useful…
How to see running queries in Postgres and kill them
Something is slow. Maybe a page takes forever to load, maybe a migration is hanging, maybe your Supabase dashboard just spins. You suspect a query is stuck somewhere in your database…
HTML/CSS Animation to Video (MP4): the Headless, Deterministic Way (incl. Claude)
Convert an HTML/CSS animation to MP4 video the deterministic way: headless Chrome plus FFmpeg, frame-perfect every time — including animations Claude generated for you.
How to toggle realtime on a table in Supabase migrations
You set up a table locally, opened it in Supabase Studio, flipped the Realtime toggle on, and everything worked — your frontend was getting live updates, subscriptions firing perfectly…