this post was submitted on 10 Sep 2026
80 points (92.6% liked)

Programming

28444 readers
232 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] pHr34kY@lemmy.world 73 points 2 days ago (4 children)

More simply, replace uptime with downtime.

99% uptime and 99.9% uptime seem close.

1% downtime and 0.1% downtime is clearly a 10x difference.

[–] stickyprimer@lemmy.world 9 points 1 day ago* (last edited 1 day ago)

Rather than guess at which percentage representation is more intuitive to people, the blog post suggests something more concrete:

instead of: GitHub Actions: 98.31% uptime.

We say something like: GitHub Actions: 12 hours affected in the last 30 days (98.31% uptime).

I’ve been presenting numbers to people for a long time and I know they flip back and forth between “these percentages are abstract - what’s the actual total number?” and “how do I put these totals in perspective? What percentage is it?” The blog post suggests offering both, which is the right choice.

[–] HelloRoot@lemy.lol 50 points 2 days ago* (last edited 2 days ago) (1 children)

Why not just give hours/minutes per year/month??

I have no intuitive feeling for what 0.078% is, but if it says: "average downtime of 44 minutes per month" or "7h per year" it's clear as day.

[–] thingsiplay@lemmy.ml 8 points 2 days ago

Percentage is good to see quick changes in relation. Having exact figures would be nice too, but that is not a replacement for percentage.

[–] tyler@programming.dev 16 points 2 days ago (2 children)

That still isn’t as good as just saying the hours…

[–] tyler@programming.dev 2 points 2 days ago

The article is about how everyone uses status pages nowadays…

[–] marcos@lemmy.world 4 points 2 days ago

I dunno. As the article says, the people that use those numbers know what they mean.

[–] thingsiplay@lemmy.ml 2 points 2 days ago

Also in addition 99 is interpreted in the brain very close to 100. That's why we have prices like 99.99. Just an additional thing to your excellent reasoning about the 10x difference look.