Writing
Notes on engineering, leadership, and the craft.
Posts · Page 2 of 4

Postgres Is the Only Backend You Need
Jun 2026·Postgres job queue design for Slack agent tasks: claim rows with SKIP LOCKED, recover crashes, schedule safely, and skip Redis or SQS.

A Slack Mention Becomes a Pull Request
Jun 2026·Slack engineering agent flow from @mention to PR: resolve channel scope, enqueue work, run the agent, and capture review by reaction.

Submitting Timesheets from Slack Without Writing Too Early
Jun 2026·Slack timesheet submission can trigger approvals too early. Use preview, re-read, confirmation, and status checks before writing.

Walking Back from Serverless
Jun 2026·Serverless to a single Go binary fixed upload caps, cold starts, and streaming friction in an artifact host without moving DynamoDB or S3.

One Binary, One Box
Jun 2026·Single Go binary setup for one small EC2 box: host routing, OAuth cookies, on-demand TLS, and deploys by copy and restart.

A Home for AI Artifacts: The Platform We Built So Nothing Leaves the Company
Jun 2026·AI-generated artifacts need durable, authenticated URLs. Here is how an internal platform turns assistant output into links that do not expire.

Open-weights LLM evaluation for self-hosted use
Jun 2026·Self-hosted LLM evaluation needs real prompts, latency budgets, and memory checks before swapping open-weights models.

The relationship between feedback culture and shipping velocity on AI product teams
Jun 2026·Bad AI answers hide in fluent drafts. AI feedback culture turns flags, traces, and edits into evals before the next release.

Trusting a home server: a local model, monitoring, and backups
Jun 2026·How I set up home server monitoring with Gatus, Uptime Kuma, and Beszel, ran a local LLM for private data, and built nightly rsync backups I actually test.

Making a home server usable with one dashboard
Jun 2026·How a self-hosted dashboard called Glance turned a pile of containers into something a whole household uses from a single browser tab.