Live data from Hacker News

We are investigating reports of degraded performance

githubstatus.com

21–30 of 152 posts

Re: We are investigating reports of degraded performance

#25
post #5

Github is becoming too important. A routine backup system is needed, something like archive.org, that backs up important Github projects.

I know this a greybeard's fantasy and that most people working today were trained not to bother, but: important things should not have GitHub as a failure point.

Hobby projects and today's work? Sure. Point straight at GitHub and hack away. And when it goes down, get yourself a coffee.

But everything that's anywhere near production should have already pointed those github requests to a mirror or other tool in your own controlled ecosystem. The status of GitHub should have nothing to do with whether you're customers are getting what they're paying you for. Same goes for Docker containers and every other kind of remotely distributed dependency.

Re: We are investigating reports of degraded performance

#28

Earlier quoted context omitted.

If only there was a decentralized system to allow version management of code.

You'd still need some sort of centralized... hub to communicate and manage things.

git on ipfs and issues stored in a literally plaintext file

Re: We are investigating reports of degraded performance

#29
post #5

Github is becoming too important. A routine backup system is needed, something like archive.org, that backs up important Github projects.

If only there was a decentralized system to allow version management of code.

I realize you're talking about git, but I think it's also pretty important to have a place where users can submit issues and dev's can say "it's fixed in version XYZ", these are not features of git.

I've been meaning to give radicle a try.

Post reply on HN