meta1 min read
Hello, world
This is my corner of the internet. I built it to be as boring as possible in the best way: black text, white background, no tracking, no framework circus — just markdown files in a git repository.
I plan to write about:
- Open source — what I learn contributing to CNCF projects like OpenTelemetry and Cognee.
- Competitive programming — problem-setting, contest write-ups, and the craft of designing problems that resist brute force.
- AI evaluation — lessons from designing tasks that separate real reasoning from pattern matching.
The whole site is a Next.js app where every post is an .mdx file. Publishing means
git push. That's it.