Hello World
I've been meaning to start writing for a while. Not because the world needs another tech blog, but because writing forces me to think clearly about things I'd otherwise just vaguely understand.
What to expect
Mostly notes on engineering, crypto, and whatever rabbit holes I fall into. Some posts will be short observations, others might be deeper dives into problems I've solved at work.
Here's a taste of the kind of thing I'll write about:
// the simplest MDX blog setup
import { compileMDX } from "next-mdx-remote/rsc";
const { content } = await compileMDX({
source: mdxString,
options: { parseFrontmatter: true },
});The best time to start writing was years ago. The second best time is now.
If you want to chat, find me on Farcaster or Twitter. Always happy to talk shop.