Some months ago @andrewrn tried to create a Wordle-style site for order-of-magnitude thinking. This was a wonderful idea, but the actual site was somewhat over-engineered and confusing. (https://news.ycombinator.com/item?id=43632278)
In the past week, I looked at this idea again and built a very simple site which gives you a new Fermi estimation question every day:
How many new cars were sold in the US in 2024?; How many humans have ever lived (including those currently alive)?; How many chickens are slaughtered for meat every year?
To win, you need a guess within ±10% of the correct answer. For this you have a maximum of 6 tries and after each guess, you can see if your answer was too high or too low.
Fermi questions are, by the way, a wonderful way to build up your own numeracy and sense for order-of-magnitude differences. Douglas Hofstadter proposed using them for exactly this reason in his essay "Number Numbness, or Why Innumeracy May Be Just as Dangerous as Illiteracy" (https://gwern.net/doc/math/1982-hofstadter-2.pdf)
Comments URL: https://news.ycombinator.com/item?id=44769338
Points: 3
# Comments: 3
Connectez-vous pour ajouter un commentaire
Autres messages de ce groupe

Article URL: https://github.com/ENDESGA/PEP
Comments URL: https://news.ycombinator.com/i

Article URL: https://spectrum.ieee.org/nuclear-battery-revival
Article URL: https://b.43z.one/2025-07-22/
Comments URL: https://news.ycombinator.com/ite

I recently released v3 of Base, my SQLite editor for macOS.
The goal of this app is to provide a comfortable native GUI for SQLite, without it turning into a massive IDE-style app.
The coolest