Stuff I've Been Writing

Just a bunch of thoughts on tech, AI, coding, and whatever else is on my mind lately.

Featured image for One Command Puts My Files on the Internet
3 min read

One Command Puts My Files on the Internet

You run one command in a folder, and it's served over the network with a full-featured web UI. Add a Cloudflare tunnel, and your files are one URL away from anyone. Where has copyparty been all my life?

copypartyself-hostingcloudflare
Featured image for How I Survived a Viral App, Almost Losing My Mind
8 min read

How I Survived a Viral App, Almost Losing My Mind

Chithi.me, an app for anonymous hand-written letters, started as an exam-break side project. Within a week it had delivered a million letters, and I was learning to scale the hard way.

sveltecapacitorjspocketbase
Featured image for Svelte, Markdown, and the Magic of Web Components
4 min read

Svelte, Markdown, and the Magic of Web Components

Discover a practical use case for Web Components within a SvelteKit project. Learn how to solve the common problem of adding interactive Svelte components, like a "copy" button, into static HTML generated from Markdown.

sveltemarkdownweb-components