| ▲ | JeremyHerrman 2 hours ago | |||||||
> "GitHub has had 1125 incidents since February 2016, implying a monthly incident rate of 24" 1125 incidents / 126 months ≈ 8.9 incidents per month, not 24 still terrible, but why such an obvious error in the first sentence... | ||||||||
| ▲ | graypegg an hour ago | parent | next [-] | |||||||
Ahhh, I think the author mixed up two values here. That value seems to actually be the average over the past 3 months.
#n-since is going to be either march or feburary. It'll change depending on your timezone because JS's Date object always shifts the date around to match the same instant but in the system's timezone.#n-rate has nothing to do with the #n-since month, it's just the last trailing 3 months. And even then, it's sort of underbaked? It's moving the date back by 3 calendar months not taking into account differing numbers of days, so it'll under-report short months. I wouldn't trust the stats here. Edit: whoops, author updated the template while I was writing this! It now says "Over the last 3 months", though that's still calendar months. | ||||||||
| ▲ | 6LLvveMx2koXfwn an hour ago | parent | prev | next [-] | |||||||
Not sure whether it has been updated since your comment, but the sentence now reads:
edit: although they also have 1.2 days of downtime (in a day) for their 'worst days' of downtime table, which suggests some auto number crunching is not working as expected. | ||||||||
| ||||||||
| ▲ | stevage an hour ago | parent | prev | next [-] | |||||||
> GitHub has had 1125 incidents since March 2016. Over the last 3 months, they've averaged 24 incidents per month (↓ 5% vs prev 3mo). Looks like they fixed it already | ||||||||
| ▲ | 4petesake 2 hours ago | parent | prev [-] | |||||||
Prob used Copilot to write the excel formula... | ||||||||