Tag
Dev
Every article tagged Dev across the Atmosphere.
116articles
Articles
Publications
The verification I never verified
I wrote a whole post about two-way standard.site verification. One of the two directions had been returning a 404 in production the entire time.atprotoweb
XKCD 1319: we now live on the theory curve
XKCD 1319 set the theory and reality curves of automation against each other. With LLMs writing the scripts, the theory curve has won.aidev
Devlog: HTML template
Just a quick update on what I'm working on this week. HtmlCSS
Getting a reTerminal DM running as a Nerves kiosk in 2026
A guide to running Elixir/Nerves on Seeed's reTerminal DM with its custom DSI display, capacitive touchscreen, and a Cog/WPE browser kiosk---including the workarounds you'll need for touch input.dev
Devlog - Late March - looking for work and updates on projects
A small devlog update for what I've been working on in late March 2026devlogdev
HTML Templates... The Journey Continues
Musings on HTML templatingHtmlWeb
Ben's dev setup 2026 edition
Ghostty, zellij, helix and a life lived in text tokens---why I ditched Zed and went back to purely terminal-based development.dev
Coding agents and the plasticity of code
Code has always felt brittle---most changes break it. Coding agents change that dynamic, absorbing the cognitive load of big refactors and making code feel plastic rather than rigid.aidev
Fixing slow Zed agent startup times
Claude Code sessions in Zed were taking 30 seconds to start. The culprit: npx fetching Playwright MCP on every launch. The fix involves global installs and mise shims.aidev
Switching from Jekyll to VitePress
After ten years on Jekyll, I moved this site to VitePress. Notes on migrating content, components, reveal.js slides, and data loading.devweb
11ty and Vite for modern static websites
How to set up 11ty with Vite and Tailwind v4 for static sites that need proper asset bundling, HMR, and npm ecosystem access.dev
The great 2025 email yak-shave: O365 + mbsync + mu + neomutt + msmtp
Rebuilding a terminal email setup with OAuth2, Office365 and neomutt in Zed---the hard-won config so you don't have to waste as many hours as I did.dev
Running Claude Code within Zed
Switching from Zed's Agent panel to Claude Code for flat-fee pricing, with a simple task config to keep the workflow inside Zed.aidev
Automated RPi Web Kiosk Setup in 2025
A fully scripted burn-and-boot process for setting up Raspberry Pi 5s as fullscreen Chromium kiosks with Tailscale, WiFi and 4K support.dev
Agentic Elixir superpowers: Zed + Tidewave + AshAI
How to wire up Zed, Tidewave and AshAI as MCP servers for an agentic Elixir development workflow, with a helper script to glue it all together.dev
Tuples and Lists in Python
enPython