Articles
All the articles I've posted.
-
Eighty-six minutes, three hundred commits, and a Ctrl+C
I forget shell syntax constantly. Not the commands — the commands I know. It's the flags. It's `find` versus `fd`, it's which of the seven `tar` invocations is the one that actually extracts, it's the exact incantation for "every file over 100 MB modified in the last week, sorted by size". I've been doing this for twenty-odd years and I still open a browser tab for `rsync`.
-
Five MPC integrations, one Sunday, and a switch that said no
The tools I use every day have excellent command-line interfaces. HEY has one. Basecamp has one. Google Workspace has `gws`. They're good CLIs — thoughtfully designed, well documented, the kind of thing you'd expect from people who care. And for months, none of that was any use to me where I actually work.
-
One Mac, and a number called %CPU
For about a week my MacBook Pro had been feeling tired. Not broken — tired. The kind of tired where a click on a file in an open panel lands half a beat late, where the pointer refuses to turn into a hand over a link, where a window drag stutters once and then behaves for ten minutes so you start to wonder whether you imagined it.
-
Teaching an agent to read my mail
The day my software got a feature request from its only user — and the user is an AI.
-
Editing a Font Like Source Code.
The headline font I admired turned out to be Inter with the corners filed off. Turns out a typeface isn't a closed object — it's source you can open.
-
Sngr an afternoon in product mode
I had an idea on a Saturday morning. A small one — the kind that would normally sit in a notes app for six months and then quietly die. I wanted a…
-
Eight cameras, five hours, and a number called MTU
I came home one evening and my Netatmo indoor cameras were offline. All of them (except one). Same moment. The kind of synchronised failure that immediately…
-
What are the gems every Ruby on Rails developer should know?
What are the gems every Ruby on Rails developer should know?
-
Custom Error Handling in Rails
allows to respond with json when exceptions are thrown in api controllers and with standard error handling in all other cases
-
links for 2008-06-07
Arduino is an open-source electronics prototyping platform based on flexible, easy-to-use hardware and software. It's intended for artists, designers,…