Map Measuring Tool, Physics Playground & a major Math Inspector expansion
Two new hands-on tools you can actually play with, a site-wide control refresh, and a big round of upgrades to Math Inspector — everything still 100% client-side.
- Map Measuring Tool (
/tools/map-measure) — a detailed street/satellite map you can measure on, down to the foot. Type an address and it flies there, then click to trace a property line, driveway, fence run or lot and read the length in feet/yards/miles or the area in square feet and acres. Draggable points, geodesic math, street + satellite layers (plus free sub-foot HD imagery where states publish it, e.g. Iowa). Map tiles and address lookups are clearly attributed; the points you draw never leave your browser. - Physics Playground (
/tools/physics-playground) — an interactive simulator with six modes on one canvas: projectile motion, orbital gravity, elastic/inelastic collisions, a spring (damped harmonic oscillator with a live graph), a pendulum, and two-source wave interference. Real equations integrated every frame; drag to aim, fling, and tweak gravity/mass/speed. - Sliders, everywhere. Every range slider across the whole site was redesigned with a gradient-filled track and a larger, tactile thumb (hover, press and keyboard-focus states) — one global style, so every tool got it at once.
- Math Inspector — dozens more live calculators. Many branches that used to just route now compute the answer in place: Black-Scholes options, Reynolds number, beam deflection, safety stock & reorder point, price elasticity, Bloom-filter false-positive rate, cyclomatic complexity, the secretary problem, leap year, quantization SNR, thread pitch, IoU, tf-idf, softmax, decision-tree entropy/Gini, CAGR, Wilson score, EAN/UPC check digits, and more. The master map grew to 362 branches.
- Math Inspector — the map now shows what actually computes. The 350-plus branch map distinguishes ⚡ Compute branches (it calculates the answer for you) from → Route branches (it sends you to the right dedicated tool), with a legend, so you can tell at a glance what gives you a number.
- Math Inspector polish & a bug sweep. Huge results (e.g. 80040) now wrap instead of overflowing the card; fixed several input misreadings caught in a 73-case adversarial sweep (z-score phrasing, thread pitch, risk matrix vs. dollar-impact risk, multi-device power load, 3-D box-fit); and de-duped a repeated branch name so the map reads cleanly.