Archives
All the articles I've archived.
2025 1
November 1
-
When Subsets != Substrings: A Costly Confusion
A 30-minute debugging journey caused by confusing subsets (2^n) with substrings (n(n+1)/2) - a costly mental model error that created a 20x performance gap.