this post was submitted on 10 Sep 2026
83 points (92.8% liked)

Programming

28538 readers
532 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 75 points 1 week 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.

[–] HelloRoot@lemy.lol 51 points 1 week ago* (last edited 1 week 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 1 week 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 1 week ago (2 children)

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

[–] marcos@lemmy.world 4 points 1 week ago

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

[–] tyler@programming.dev 2 points 1 week ago

The article is about how everyone uses status pages nowadays…

[–] stickyprimer@lemmy.world 10 points 1 week ago* (last edited 1 week 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.

[–] thingsiplay@lemmy.ml 3 points 1 week 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.