Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Your comment made me wonder. 65% chance of delay.

    >>> s = 'if the baseline chance of delay is 10%, engineering works add 25%, strikes add 35%, and bad weather adds 20%'
    >>> pb = 0.1
    >>> pe = 0.25
    >>> ps = 0.35
    >>> pw = 0.2
    >>> p = 1 - (1 - pb)*(1 - pe)*(1 - ps)*(1 - pw)
    >>> p
    0.649


Agreed, but also where did those %'s come from? Seems like thin air so it's really all a gamble at this point.


78 percent of statistics are made up on the spot.


and 42% of the time, they match up with reality.




Consider applying for YC's Summer 2026 batch! Applications are open till May 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: