Jun 15, 2026 · 17 min read Making My Portfolio Agent-Readable: From Files to an Interface Agents Can Act On I stopped publishing files for agents to discover and built an interface they can act on: markdown mirrors, an A2A agent card, and verifiable skills. aiagentsweb-standards
May 24, 2026 · 14 min read AI Slop Is a Search Problem Now We keep blaming AI-generated content for poisoning the web. But the slop is downstream of a market shift: search stopped sending users to publishers, publishers stopped being able to fund human writing, and AI filled the gap. The diagnosis matters. aisearchweb-standards
Apr 4, 2026 · 8 min read Building Aranet: A Rust Toolkit for Liberating Environmental Sensor Data How I built a seven-crate Rust workspace to connect to Aranet CO2, radon, and radiation sensors over Bluetooth LE — from raw BLE packets to Grafana dashboards, without a cloud dependency in sight. rustprotocolsopen-source
Feb 5, 2026 · 9 min read RSS Is Still Great (and Miniflux Is the Tool You Need) In an era of algorithmic feeds and AI slop, RSS offers radical simplicity: you choose what you read. Miniflux is the minimalist, privacy-first reader that gets it right. open-webself-hostingweb-standards
Jan 28, 2026 · 6 min read Building Zero Crust: Distributed State Management in Electron Two displays, one source of truth: how I built a dual-head POS simulator in Electron with centralized state, broadcast sync, and locked-down IPC. electronreacttypescript
Jan 12, 2026 · 6 min read Building Ask: A RAG-Powered Chatbot for My Portfolio How I built Ask, the RAG chatbot on every page of this site — Cloudflare Workers AI, Vectorize, and the prompt-injection hardening it took to ship. aisearchtypescript
Jan 8, 2026 · 4 min read Uzumaki: One Spiral Engine, Two Native Platforms Ten spiral algorithms, six deployment targets: how I kept React and SwiftUI renders of Uzumaki mathematically identical across web and Apple platforms. reacttypescriptvisualization
Dec 20, 2025 · 4 min read Building ClarissaBot: Vehicle Safety Intelligence with Azure AI Foundry I built an AI agent that answers 'should I worry about my 2020 Model 3?' with live NHTSA recall data — Azure AI Foundry, .NET, and RFT in practice. aiagentsdotnet
Dec 7, 2025 · 5 min read Building Clarissa: Learning How AI Agents Actually Work I built a terminal AI agent from scratch to demystify the magic: the ReAct loop, safe tool execution, and what context management actually takes. aiagentstypescript
Nov 23, 2025 · 3 min read Retro Floppy: Building an Interactive 3.5" Floppy Disk React Component I recreated the 3.5-inch floppy disk as a React component — metal slider, write-protect tab and all — 1.44 MB of nostalgia for modern UIs. reacttypescriptcss
Nov 16, 2025 · 3 min read DosKit: Running DOS Software in Modern Browsers with WebAssembly DOS software is losing the hardware it ran on. DosKit is my answer: js-dos and WebAssembly wrapped into a foundation for running it in any browser. webassemblyjavascriptretro-computing
Nov 8, 2025 · 2 min read Frostpane: A Modern CSS Library for Frosted Glass Effects Frostpane is my SCSS library for liquid-glass UI: backdrop-filter blur, custom-property theming, and effects that stay fast across browsers. cssopen-source