Earlier quoted context omitted.
perhaps a good time to reconsider depending on a third party for your important services to deploy?
Yes, but these decisions aren't under me plus setting up a github kind of thing is way too time consuming with all the features that we're used to now.
GitHub's down?
31–40 of 154 posts
Re: GitHub's down?
#32To me, that looks like an angry unicorn ... does that mean it's another DDoS? It would also be interesting to track loss of productivity in the software engineering professions when GitHub is down. Is this a single point of failure for your company?
Re: GitHub's down?
#33https://status.github.com/messages >Today >11:32 UTC "We're seeing high error rates on github.com and are investigating". >11:40 UTC "We're doing emergency maintenance to recover the site".
Just noticed an interesting design decision on that page. An 'everything OK' message once a day. One way to push previous downtime below the fold of the page.
Re: GitHub's down?
#34Funny, I switched our projects to Gitlab a week ago and told the team: Because we should not trust a centrealized platform to keep our code decentralized.
Re: GitHub's down?
#35https://status.github.com/messages >Today >11:32 UTC "We're seeing high error rates on github.com and are investigating". >11:40 UTC "We're doing emergency maintenance to recover the site".
Just noticed an interesting design decision on that page. An 'everything OK' message once a day. One way to push previous downtime below the fold of the page.
Re: GitHub's down?
#36the d in github stands for distributed
Re: GitHub's down?
#37You would think you can still develop an iOS app when GitHub is down, but a simple `pod install` requires access to repos hosted on GitHub.
Re: GitHub's down?
#38Earlier quoted context omitted.
perhaps a good time to reconsider depending on a third party for your important services to deploy?
Yes, but these decisions aren't under me plus setting up a github kind of thing is way too time consuming with all the features that we're used to now.
Re: GitHub's down?
#39For everyone who is currently loosing productivity, perhaps your time might be well spent reviewing `git daemon`: http://git-scm.com/book/en/v2/Git-on-the-Server-Git-Daemon
With a ton of projects now hosted on github, github being down is a major dent in my overall productivity even though we _do_ have an internal git server.
Re: GitHub's down?
#40For everyone who is currently loosing productivity, perhaps your time might be well spent reviewing `git daemon`: http://git-scm.com/book/en/v2/Git-on-the-Server-Git-Daemon
Or setup Gitlab for bigger teams, they even offer a Docker image.