/* ============================================================================ About ========================================================================== */ function AboutPage({ go }) { return (
About

I write to think, and publish to remember.

↳ drop a black-and-white portrait here

I'm Aaron — an engineer by training and a generalist by temperament. I spend my time at the seams between science, politics, philosophy, history, and technology, because that's where the interesting mistakes live.

This site is a public notebook. I believe design and technology are extensions of people and their patterns — tools for shaping what already feels natural. Getting that right takes intention, not defaults.

{[ ["Science", "How we know what we know"], ["Philosophy", "How to live with the knowing"], ["History", "What we've already tried"], ["Technology", "What we'll try next"], ].map(([n, d]) => (

{n}

{d}

))}

If you take one thing from anything here, I'd rather it be usable than merely inspiring. Every piece is meant to hand you a next step.

); } Object.assign(window, { AboutPage });