python
Posts about Python programming, performance optimization, and tooling -- from project setup to low-level garbage collection tuning.
-
What Happens When You Use LoRA on a CNN
Exactly what you would expect ðŸ«
May 3, 2026 • 6 min read -
How Prompt Context Changes LLMs (Layer by Layer)
Oh these LLMs are mysterious
Apr 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.
Apr 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
Mar 28, 2026 • 10 min read -
I Fixed a Neural Network That's Supposed to Print Its Own Weights
Oh it was smart but I'm smarter now
Feb 25, 2026 • 8 min read -
I Made A Neural Network That Prints Its Own Weights
Oh it is smart
Feb 23, 2026 • 8 min read -
I Tried Using DL To Optimize Python’s Garbage Collection (2/2)
Trash taking AI is now more smort 😩
Feb 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 ðŸ«
Jan 31, 2026 • 11 min read -
How I Made Python Code 99% Faster with Cython
Yes, Cython ... not a spelling mistake ðŸ˜
Jan 16, 2026 • 14 min read -
My Ideal Python Project Setup (with uv)
How I setup production grade Python projects
Jan 1, 2026 • 9 min read