Life Updates - December 2024
Work & Projects
Spent most of November deep in performance optimization work. The latency blog post was a pain to write - kept rewriting sections until I was happy with the explanations. There's something oddly satisfying about breaking down why a single network call takes as long as a million CPU operations.
Side Projects
This static site generator turned out better than expected. Started as a weekend hack but the config-based approach for different content types actually works well. Blogs get their own pages with all the SEO stuff, notes just display inline like this, and I'm planning case studies to get their own treatment.
Still need to figure out the projects section. Writing about code is easier than showing it.
Learning
Database internals have been consuming way too much of my free time. PostgreSQL's indexing strategies are genuinely fascinating - the B-tree vs hash vs GIN decisions matter more than most people realize.
Also discovered that LaTeX math in markdown is surprisingly finicky. MathJax works but getting the escaping right took longer than it should have.
What's Next
Honestly need to write more authentic content. The AI-generated technical posts are too polished and obvious. Real war stories from debugging production issues or optimizing slow queries hit different than generic "best practices" posts.
Might start documenting actual problems I've solved at work (anonymized obviously). Those tend to be more interesting than theoretical examples.