The notebook, delivered.
I keep this site as a slow archive of what I actually thought. The newsletter is how I send the best of it to people who'd rather not check back — finished thinking, with a clear next step attached.
/* ============================================================================
Newsletter — band (reused on home) + full subscribe view
========================================================================== */
function NewsletterBand({ showPattern = true }) {
const [email, setEmail] = React.useState("");
const [done, setDone] = React.useState(false);
return (
One essay every other week — an idea worked all the way down to a next
action you can take. No noise, no funnels. Unsubscribe in one click.
↳ Thanks — check your inbox to confirm. You're subscriber № 2,481.
2,480 readers · No spam · ≈ 2 emails / month
I keep this site as a slow archive of what I actually thought. The
newsletter is how I send the best of it to people who'd rather not check
back — finished thinking, with a clear next step attached.
Leave with something you can use.
The notebook, delivered.
↳ Confirmed soon — welcome aboard.
; return ( ); } Object.assign(window, { NewsletterBand, SubscribeView, NewsletterInline });