Site release b3af9bf: Merge pull request #73 from TheBenMeadows/arch/saver-sync-fixes. Every build ships a signed manifest; see /mirrors/ for verification.
Merge pull request #71 from TheBenMeadows/arch/poap-saver
Site release 02661ae: Merge pull request #71 from TheBenMeadows/arch/poap-saver. Every build ships a signed manifest; see /mirrors/ for verification.
Typographic redesign: rows, running head, two-state theme, /profiles/ (#67)
Site release 4d23c2e: Typographic redesign: rows, running head, two-state theme, /profiles/ (#67). Every build ships a signed manifest; see /mirrors/ for verification.
Nicoleta Ciaușu
• nicoleta
Maybe we just shouldn't build software with so many people
Merge pull request #66 from TheBenMeadows/arch/poap-vault-selector
Site release 5b4f5a6: Merge pull request #66 from TheBenMeadows/arch/poap-vault-selector. Every build ships a signed manifest; see /mirrors/ for verification.
We're still socialists
I was into Ayn Rand when I was a teen until I realized that a Great Man theory was a lot of bunk written for teenagers who can't believe how stupid the adults are. The teens are right about that, the adults have no idea wtf they're doing. Never did. And yet somehow the world can support most of the humans born here on this planet. And the reason that works is we build systems iteratively to meet the needs for everyone, not just a few. We're a species-oriented animal. And that means unfortunately for the dreamers among us, we are socialists. All of us. Even the people who say they aren't.
Newsonaut
• Mark Rogers
My best output since 2020
This marks my 43rd post of the year, which is one more than the 42 I had in 2020. My next goal is to surpass the 64 posts I had in 2014. My best ever was 169 in 2011. In those days, though, it was more like a job. Now, writing has become one of the great pleasures of my life. You can see a graph of my progress on the Explore page.
Notes for August 4, 2026
Just use the website, Jonah Hill probably has truck nuts on his vehicle, spelunking on the moon, average individual intelligence, and a sick new voxel-based Pokémon red/blue/yellow hack
Merge pull request #65 from TheBenMeadows/arch/poap-vault
Site release b0b327c: Merge pull request #65 from TheBenMeadows/arch/poap-vault. Every build ships a signed manifest; see /mirrors/ for verification.
REVIEW: Sufjan Stevens' Carrie and Lowell, Ten Years Later
Ten years after its release, I revisit Sufjan Stevens' Carrie and Lowell, an album about his late mother's mental illness, abandonment, and grief, that's held up a clear, honest mirror to my own life. I trace how Stevens' songwriting about Carrie evolved from anger on Michigan and Illinois to unconditional forgiveness, dig into the many alternate versions of 'Fourth of July,' and reproduce my very first attempt at music criticism: a Carrie and Lowell review I wrote as a teenager back in 2015.
Christian Heilmann
• Chris Heilmann
A blueprint for democracy to defend itself against fascism from 1937 – more important now than ever…
In 1937, Karl Loewenstein, a German Lawyer published an essay in the American Political Science Review that can only be described as a blueprint for democracy to defend itself against fascism. You probably never heard of the essay entitled “Militant Democracy and Fundamental rights” and despite having a (highschool) degree in history, neither have I. […]
Ingrid Díaz
• Ingrid Díaz
Where to post
The question of where to post something has often kept me from posting anything at all. Should this super important thought go on Bluesky or Mastodon? No, best post it to micro.blog and then cross-post. But nah, maybe it would be better to include it as part of
How to create a standard, 2026 addition
Last week along with a lot of other stuff, we shipped a validator for lists and feeds that want to be compatible with RSS.chat. It works best for standards to stay strong and a validator helps that. So here are a few examples, validating one user's feed, validating the everyone feed for RSS.chat, which is interesting because this feed starts a lot of threads, so we navigate through that tree and check those feeds too. And validating the user list on RSS.chat, which is an OPML file. And a simple feed with a few interop isses.
Plume A browser extension to Post to your IndieWeb blog from any page — toolbar...
Plume A browser extension to Post to your IndieWeb blog from any page — toolbar composer or right-click capture. Cross-browser, multi-account, no telemetry.
The White House Is Feeding Russia’s Information War Against Europe How the Ceuta...
The White House Is Feeding Russia’s Information War Against Europe
How the Ceuta migrant crisis exposed a transatlantic propaganda pipeline flowing from the White House.
https://weaponizedspaces.substack.com/p/the-white-house-is-feeding-russias
Daily - Daily Rundown for 2026-08-04
Notes for August 3, 2026
A little bi pride, four leaf clover hack, you'll type better with haptics, colorful train passes, and blinding lights
Code Generation in Go as an Accelerator
So recently, against my best judgement, I’ve started working on a new project. The classic “how hard can it be?” kind of thing. What that actually is is not important right now. More important are the tech choices and how I shifted my opinion on generated code.
The tech stack I went with is what I usually pick; go for backend, pgx and sqlc for database access, htmx for frontend matters. I found managing Go’s template/html always a bit fiddly and wanted a better way of dealing with nested components and being able to render them individually. I have seen templ recommended many times and because it was a new project, I gave it a try. Initially I felt having yet another tool that generates go was weird, but after a few components I was sold.