Writing
Notes on systems, infrastructure, and whatever I'm figuring out.
-
Extending Uptime Kuma: 90-day heartbeats, a Slack command, and shipping a fork
Getting an unmerged feature into production, adding a Slack /incident command, and open-sourcing the result as a clean fork.
- #uptime-kuma
- #monitoring
- #open source
- #docker
-
Driving a whole voice-AI platform from a single prompt
Building OmniDimension's MCP integration layer: two services, 49 tools, an OAuth 2.1 server, shipped to npm and live in production.
- #MCP
- #OAuth
- #AI agents
- #TypeScript
-
Our computers don't really know what time it is
A trip down the rabbit hole of quartz crystals, cesium atoms, GPS, NTP, and PTP, after chrony told me my clock was running slow.
- #systems
- #time
- #ntp
- #linux
-
Most modern mail tooling is two binaries with a UI on top
Configuring a multi-tenant mail server from scratch with Postfix and Dovecot, now handling 200k+ emails a day.
- #postfix
- #smtp
- #imap
- #linux
-
Agentic AI: planning, reasoning, and acting with Autonomy
An exploration of Agentic AI — how modern LLM-powered agents can reason, plan, and take autonomous actions using memory, tools, and workflows.
- #AI agents
- #agentic AI
- #LLM
- #langchain
-
Building a Containerized Financial Data API with FastAPI and Docker
A backend project featuring FastAPI, PostgreSQL, and Docker, with a tested moving average crossover trading strategy.
- #python
- #fastapi
- #docker
- #postgresql
- #sqlalchemy
- #projects