Public workbench for the Hacking Postgres sessions: responsible agentic hacking, progress, blockers, TODOs, videos, patches, pgsql-hackers threads, and CommitFest entries.
We use AI agents heavily, then inspect the relevant code paths, reproduce the problem, test the ugly edges, and take full responsibility for the result. GitHub and GitLab forks are useful for pre-review; PostgreSQL patches are submitted to pgsql-hackers, with CommitFest used in addition for tracking and review.
npm install
npm run devThe production build is static:
npm run buildsrc/data/sessions.ts— session and artifact indexsrc/data/work.ts— active work lines, lifecycle states, blockers, and next stepsTODO— the entire TODO list, deliberately kept as plain text
GitHub Actions deploys dist/ to GitHub Pages. The custom domain is declared in public/CNAME as hacking.postgres.tv.