May 15, 2026 15 min
How I Use AI Agents and Agentic Workflows Day to Day
A practical guide to my daily agentic workflow — the hardware split, the n8n and Hermes stack, the Claude Code + tmux loop, the boring safety layer, and the rules I follow so agents stay useful instead of dangerous.
Feb 27, 2024 10 min
Simplifying Data Tracking — Queryable Prefixed Django ID Fields
Auto-incremented, prefixed, human-readable IDs (INV00001, ORD0003) in Django — four ways, with the trade-offs of each.
Jan 30, 2024 12 min
Mastering Reporting in Django with PostgreSQL Views
PostgreSQL views as first-class Django migrations — fewer surprises, faster reports, and a cleaner ORM surface area.
Aug 05, 2018 4 min
Capture Movement Like a Pro — Motion Detection in JavaScript
Turn a webcam into a tripwire with two canvases, a frame diff, and surprisingly little math.
Jun 22, 2018 4 min
Serverless Twitter Bots with Google Apps Script
A tiny 2013-era hack, dusted off — using Apps Script as a free, persistent cron for OAuth-flavored side projects.