A Math Academy review
A personal review of Math Academy from the perspective of a self-taught math-heavy user, focusing on its pedagogy, strengths, and annoyances.
A personal review of Math Academy from the perspective of a self-taught math-heavy user, focusing on its pedagogy, strengths, and annoyances.
A note on confidence calibration, why overconfidence and underconfidence both hurt decisions, and how to test and improve probabilistic judgement.
An intuition-first explanation of Simpson's paradox as a mismatch between local and global comparisons, followed by the algebra behind it.
A derivation-oriented guide to FFT implementations, moving from recursive Cooley-Tukey to iterative and in-place variants without explicit bit reversal.
A short practical note on why RSS feeds are useful and how to start using them to follow blogs, research feeds, and other updates.
A PSA about GCC 13 on Codeforces rejecting target pragmas, why the issue appears, and what changed in later GCC versions.
A near-optimal floating-point binary search template that searches representable values via bit-casts instead of hard-coded iteration counts.
A C++ template for recursive DP with automatic memoization, built from recursive lambdas, generalized hashing, and policy-based hash tables.
An elementary way to solve recurrences by changing variables until simpler structure appears, recovering characteristic-equation intuition without heavy machinery.
A practical introduction to the Akra-Bazzi theorem as a way to analyze divide-and-conquer recurrences with unequal splits, floors, and offsets.