Blog
Featured
What Happens When You Use LoRA on a CNN
Exactly what you would expect ðŸ«
I Fixed a Neural Network That's Supposed to Print Its Own Weights
Oh it was smart but I'm smarter now
I Tried Using DL To Optimize Python’s Garbage Collection (2/2)
Trash taking AI is now more smort 😩
-
What Happens When You Use LoRA on a CNN
Exactly what you would expect ðŸ«
machine-learning deep-learning genai exploratory + 2May 3, 2026 â‹… 6 min read -
How Prompt Context Changes LLMs (Layer by Layer)
Oh these LLMs are mysterious
generic genai exploratory pythonApr 25, 2026 â‹… 6 min read -
I Asked An AI To Fix My Code. It Went On A 1 Hour Existential Crisis
Even Claude Sonnet 4.6 Thinking messes up C++. Don't beat yourself up.
generic genai algorithms exploratory + 1Apr 5, 2026 â‹… 7 min read -
I Benchmarked Python’s Concurrency Models So You Don’t Have To
Apparently, you can spawn multiple python interpreters in the same process ... Genius
python exploratory benchmarks generic + 1Mar 28, 2026 â‹… 10 min read -
Building an HNSW Index From Scratch In C++ (2/2)
Wtf is an __m256 ? Half ass dunder methods
c++ machine-learning algorithms exploratoryMar 16, 2026 â‹… 13 min read -
Building an HNSW Index From Scratch In C++ (1/2)
Finally. Leetcode DSA in real life
c++ machine-learning algorithms exploratoryMar 5, 2026 â‹… 15 min read -
I Fixed a Neural Network That's Supposed to Print Its Own Weights
Oh it was smart but I'm smarter now
python deep-learning machine-learning exploratoryFeb 25, 2026 â‹… 8 min read -
I Made A Neural Network That Prints Its Own Weights
Oh it is smart
python deep-learning machine-learning exploratoryFeb 23, 2026 â‹… 8 min read -
I Tried Using DL To Optimize Python’s Garbage Collection (2/2)
Trash taking AI is now more smort 😩
python deep-learning machine-learning exploratory + 2Feb 9, 2026 â‹… 7 min read -
I Tried Using DL To Optimize Python’s Garbage Collection (1/2)
AI now controls when to take out the trash ðŸ«
python deep-learning machine-learning exploratory + 2Jan 31, 2026 â‹… 11 min read -
How I Made Python Code 99% Faster with Cython
Yes, Cython ... not a spelling mistake ðŸ˜
python cython c-bindings uv + 2Jan 16, 2026 â‹… 14 min read -
My Ideal Python Project Setup (with uv)
How I setup production grade Python projects
python uv setupJan 1, 2026 â‹… 9 min read