Curated river of news

Reader

Latest posts from blogs I follow

2992 entries
60 pages

Generic data structures in C(opens in new tab)

Update (2026): This was the first 'real article' I ever wrote. It actually dates back to before 2010, though I didn't publish it until later. I’ve made a few tweaks here and there, but the original 'old code' remains. Please ...

Hello world!(opens in new tab)

My first blog post, in which I am writing Hello World!. #include int main() { long long h = 0x0A646C726F57206FLL; long long e = 0x6C6C6548; printf("%.4s%s", (char*)&e, (char*)&h); return 0; }

The Algorithm Poops(opens in new tab)

I have been writing "the algorithm eats X" for the better part of a year now. It ate virtue. It ate language, love, democracy, reality, and time. Eventually it ate itself. The whole series is a catalog of appetite, and ...

The Unit(opens in new tab)

This is the second essay in what is apparently becoming a series. In Mental Health (for Humans) I presented my credentials: sick as fuck, disabled in fact, ten-plus years inside the system. That essay argued that the system's core abstractions ...

Breaking Changes(opens in new tab)

The first DSM shipped in 1952. It was a spiral-bound thing of about 130 pages describing roughly a hundred disorders. The current release runs just under a thousand pages and describes around three hundred. Between those two artifacts sit five ...

How I Write Now(opens in new tab)

Some of my own essays this year have made me cry. That's not remarkable; writers cry at their own work all the time, usually at how bad it is. What's remarkable is when it happens. Not while typing a sentence. ...

Tending the Vault(opens in new tab)

There's an entry in my Obsidian daily notes from this April that I didn't think anyone would ever read, including me. It says: > Working on the vault today. Got a fancy new theme going, pretty good. Refactored the style ...

Whatever This Is(opens in new tab)

There is a folder in my notes called System 777. It contains around two hundred files and a hundred and thirty thousand words: maps, dream logs, a glossary, a quest log, channeled writings preserved verbatim, and profiles of some forty-seven ...

PyTheory Playground(opens in new tab)

Earlier this spring I wrote a few essays about PyTheory, the music theory library I was stuck on for five years and finally unstuck. The short version: it models tones, scales, chords, and fretboards in Python the way a musician ...

Smile and Nod(opens in new tab)

Some mornings I wake with the clear sense that I was just with someone, and I sit down to write it before it fades, and the words come out thinner than the thing. Not wrong, exactly. Just smaller. A pencil ...