— views
Recent Thoughts
-
Should we resort to past, when present is not shaping the way we want to?
🥲 -
Code is just a conduit for data.
😁
Recent Posts
-
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.