Earlier quoted context omitted.
> It can achieve better uptime, if you ignore the downtime for upgrades, the downtime for configuration errors, the downtime when the disk fills up... Besides the last one, the others you can schedule when developers are not actually working on something, or give a headsup so developers can be prepared in case of errors. In the case of GitHub, Microsoft deploys changes whenever they want, whenever you want it or not.
> In the case of GitHub, Microsoft deploys changes whenever they want, whenever you want it or not. That's because GitHub is used by millions of people every day all over the world. Business hours for them are around the clock. No matter when they update, if it breaks something, many people will hear about it regardless of when the break was deployed.
GitHub is down
81–90 of 108 posts
Re: GitHub is down
#82Earlier quoted context omitted.
Curiosity: Not everyone in Hacker News has the same opinions.
Yet in every thread on HN when a service has an outage, the same opinion is spewed. I know the comments of these posts before I even open them. HN is an echo chamber of predictability.
Re: GitHub is down
#83The fact that GitHub being down can have such an impact means that Git’s decentralised features don’t go far enough. Why aren’t issues, PRs and all these other little things we depend on also stored in a git repo? Or something similar that can withstand GitHub being down. I set aside time today to go through my notifications and I can’t because of this. Notifications are trickier to decentralise but still, ugh.
"Everything goes in the repo" is one of the main features of the Fossil [0] SCM which is built and used by the SQLite team. It's a neat idea and I wish something like that had caught on. [0] https://www.fossil-scm.org/
All it takes is more people using it, and people here on HN are more suitable than others to start playing around and build their projects with it.
Re: GitHub is down
#84Earlier quoted context omitted.
Those who use it by emailing patches around aren't affected, ala the linux kernel.
They aren’t affected until the mailing list servers go down.
Re: GitHub is down
#85Re: GitHub is down
#86Earlier quoted context omitted.
heh, this was my argument back in like 2009 when everyone was all, "DECENTRALIZED!! We have to take months to migrate from SVN to git cause DECENTRALIZED!! You don't one a single point of failure do you?!" all I could say was, uhhhh github is a single point of failure. Unless you're mailing diffs around like Linus (which nobody I knew did), it's 6 of one, half-dozen of the other. there are lots of great things about…
With git I can create, edit and merge branches locally. If GitHub is down I can push to another remote I can send diffs. I can calmly carry on working until GitHub is back. If GitHub is down too much I can migrate to gitlab or gitea. I would say the decentralised features of git work for me. And they are no overblown.
Re: GitHub is down
#87Earlier quoted context omitted.
> Status Page: https://www.githubstatus.com/ -- actually shows red -- it was almost updated as fast as HN. I think we should applaud this when it actually happens. Far too many services are terrible for this. While I'd rather the service not be down, it makes me feel a bit better if they don't lie about it.
In a world of green, an accurate status page is a radical act.
Re: GitHub is down
#88Earlier quoted context omitted.
Our on-prem GH enterprise hasn't gone down in the last year. Additionally any potentially disruptive work like upgrades etc can be scheduled outside of business hours so that they won't impact users
In general, paying GH tends to be much cheaper than employing a team of SREs that'll keep your on-prem Git instance up and running 24/7 (esp. including things like backups, disaster recovery, and similar good practices necessary for any enterprise-ready SaaS). Something tells me that if you can schedule upgrades "outside of business hours", your scale is small (because in a global company, it's always "business hours…
And any large business will already be doing Backups, DR etc for their existing systems.
Re: GitHub is down
#89Wonder why mine[1] got marked as a duplicate when it was posted first? 1. https://news.ycombinator.com/item?id=35817640
so unfair. This happens to me too sometimes. It's like not a perfect system.
If one gets dopamine/validation/click thru revenue from others consuming/clicking on media one shared,and further feel "unfairly gamed" when someone else gets that payout, it's a short time before one starts subconsciously appealing to the human lizard brain and sensationalizing media.
Re: GitHub is down
#90The fact that GitHub being down can have such an impact means that Git’s decentralised features don’t go far enough. Why aren’t issues, PRs and all these other little things we depend on also stored in a git repo? Or something similar that can withstand GitHub being down. I set aside time today to go through my notifications and I can’t because of this. Notifications are trickier to decentralise but still, ugh.
This is like blaming Bitcoin for your exchange collapsing. :p
The point has been missed hardcore.