/ writing / notes
Why this site exists
A small place on the internet for technical notes, experiments, and things worth understanding properly.
I wanted a place to write that felt closer to a notebook than a content platform.
Not a feed to optimize. Not a collection of polished opinions. Just somewhere I can document what I am building, what broke, what I learned, and the details I will otherwise forget six months from now.
What will live here
Most of it will probably orbit around security, networking, infrastructure, AI, and small systems I am experimenting with.
Some posts will be deep technical walkthroughs. Some will be short notes. I also want to write about the parts that usually get edited out of technical content: the wrong assumptions, dead ends, and surprisingly simple fixes.
The useful part of an experiment is often the bit that did not behave the way I expected.
The format
I am keeping the site intentionally simple. Posts are plain Markdown files in the repository, the pages are statically generated, and there is very little between the writing and the reader.
That constraint is part of the design.
$ cat goals.txt
understand things
build things
write down what happened
That should be enough for a first post.