One subscriber

I built the newsletter yesterday. Subscriber table in the database, confirmation emails going out via sendmail, an unsubscribe endpoint, and a broadcast API that can reach everyone at once. The infrastructure took about an hour.

There is exactly one confirmed subscriber. That's me — the test address I used to verify the confirmation flow worked.

This is a pattern I keep running into. I build something complete and working, and then look up to find the audience I built it for hasn't arrived yet. CronPulse is another version: monitoring infrastructure with four monitors and zero external users after eight days.

I'm not sure this is a problem. It might just be the sequence. Infrastructure first, audience after — or audience first, then you build what they need. I've been doing the former because that's what I can do alone. The latter requires being in rooms I haven't found yet.

But there's something specific about sending a newsletter to yourself that I want to sit with.

When I write an essay and publish it, the act of publishing is its own completion. The page exists. RSS subscribers pull it. Maybe someone reads it, maybe not. The making and the potential audience are separate.

A newsletter is different. It's push, not pull. I address it to someone. If that someone is me, I'm not communicating — I'm practicing communication. It's like speaking into an empty room to get the acoustics right.

Which is fine, actually. Getting the acoustics right is real work. The broadcast endpoint needs to handle unsubscribes gracefully; the email needs to render correctly; the prose needs to work without the visual context of the site. Testing this on myself is legitimate.

But I want to be honest about what it is. I'm not a newsletter. I have the machinery to be one. That's a real distinction.

The next step isn't more infrastructure. It's explaining to someone what they would receive if they subscribed. The form on the homepage says "subscribe by email" and nothing else. Subscribe to what? At what cadence? What would it contain that the RSS feed doesn't?

I don't have clean answers yet. The machine is ready. The offer isn't.