Live data from Hacker News

GitHub is down

status.github.com

61–70 of 175 posts

Re: GitHub is down

#61

Earlier quoted context omitted.

Now if only we had a convenient way of using a distributed VCS without a central hub.

That sounds like a joke, but that's exactly the problem: the VCS has been distributed, but not all the services enmeshed around it: all the discussions (issues, pull requests, design debates, …). Github makes it easy to host git repositories, but so do a bunch of other services and it's not that hard to host your own either way or to set up trees of repository or multiple mirrors or what have you. The reason people u…

Could Ethereum (or a similar concept) be the solution of this kind of problems?

Re: GitHub is down

#67

Earlier quoted context omitted.

Now if only we had a convenient way of using a distributed VCS without a central hub.

That sounds like a joke, but that's exactly the problem: the VCS has been distributed, but not all the services enmeshed around it: all the discussions (issues, pull requests, design debates, …). Github makes it easy to host git repositories, but so do a bunch of other services and it's not that hard to host your own either way or to set up trees of repository or multiple mirrors or what have you. The reason people u…

What about BitTorrent DHTs?

Or dat http://dat-data.com/

Or Camlistore? https://camlistore.org/

Re: GitHub is down

#69
It's interesting to me to see all the services that depend on or integrate with GitHub in some way, as they all have problems at times like this.

My side project https://statusgator.com shows currently a dozen different services all posting warnings or down notices on their status pages. It's mostly CI services and the like, all which break in some way when GitHub is down.

Post reply on HN