Story Details

  • Show HN: Unsure Calculator – back-of-a-napkin probabilistic calculator

    Posted: 2025-04-15 08:22:59

    Unsure Calculator is a simple web-based calculator that handles uncertain inputs. Instead of precise numbers, users input estimated ranges (e.g., "100 to 200") or distributions (e.g., "normal(100, 10)"). The calculator then performs the requested arithmetic operations (add, subtract, multiply, divide) and displays the resulting probability distribution of possible outcomes, visualized as a histogram. This allows users to quickly see the range and likelihood of different outcomes when dealing with imprecise estimations, making it useful for back-of-the-napkin calculations involving uncertainty.

    Summary of Comments ( 134 )
    https://news.ycombinator.com/item?id=43690289

    HN users generally praised the Unsure Calculator for its intuitive approach to dealing with uncertainty in calculations. Several commenters highlighted its potential usefulness in various fields, from project management and cost estimation to personal finance and everyday decision-making. Some suggested improvements, like adding support for distributions beyond normal distributions, and integration with other tools. The clean UI and ease of use were also commended, though one user pointed out a potential ambiguity in the syntax. The developer engaged with the comments, responding to suggestions and clarifying usage. A few commenters also discussed broader implications of embracing uncertainty in calculations and the importance of tools like this for better decision-making.