Starting math from zero (on purpose, at 20-something)
Confession: I build things for a living and my math is embarrassing. Not ārustyā ā actually thin in the foundations. I want to fix it, in public, so I canāt quietly give up.
Why bother
I donāt need calculus to ship a CRUD app. But I keep hitting ceilings:
- Reasoning about complexity beyond āloops bad.ā
- Anything probabilistic ā and half of working with LLMs is probability.
- The quiet feeling that thereās a whole layer Iām guessing my way around.
The plan
Small and boring on purpose, because ambitious plans are how I quit:
- 20 minutes a day, not 3 hours on Sundays.
- Rebuild the base first: fractions, algebra, functions. No skipping to the cool stuff.
- Write one Vault note per concept that finally clicks, in my own words.
If a concept canāt survive me explaining it here plainly, I donāt actually understand it yet. Thatās the test.
First up whenever I get to it: why O(log n) shows up everywhere once you start halving things.