I read about Github being down and know that it sucks for many people. What I find interesting is thinking about how quickly so many installations of distributed version control adopted a de facto central server. Github is a platform that should not need a particularly high uptime from the point of view of any one user. But of course it does because so much of its utility is that it substitutes for a lower level part…
> Github is a platform that should not need a particularly high uptime from the point of view of any one user. This is totally false. GitHub doesn't just provide a git server, it also provides ticketing and project management. When GitHub is down, projects that rely heavily on, for example, commenting on issues grind to a halt. Yes, you don't need GitHub to be up 99.999% of the time to do a `git push` every once in a…
It's not hard to imagine a production system being unable to scale out because they didn't vendor and they can't fetch the repo for an essential library.