Live data from Hacker News

GitHub down

github.com

161–170 of 198 posts

Re: GitHub down

#161
post #35

Earlier quoted context omitted.

Well I didn't know, not everyone uses it on a daily basis.

so is it interesting for you to know that a service you don't use daily is down for a couple hours? this random github outage happens basically every other month, and is fixed in like 30 minutes. every time it's on HN frontpage. people who use Github will already know.

oh look, it's up again.

Re: GitHub down

#164
post #135
post #22

It is only a matter of time before someone here suggests you use self hosted gitlab/github enterprise. Ain't got time for that.

Is it so absurd that some people would want a service they use on a daily basis to be stable?

That is why self hosting is not the best solution.

Re: GitHub down

#165
post #2

We centralized a decentralized version control system.

The VCS is still decentralized (you can share code with your neighbour or across the world), it's the administration (tickets, PRs, etc) that aren't.

I think it'd be fairly straightforward for github or a competitor to store those things in git as plain markdown files, either alongside the main source code, or (as it does with GH Pages) in a separate branch (that has nothing in common with the master branch but it's still in the same repo).

Similar (maybe) is ADR (http://thinkrelevance.com/blog/2011/11/15/documenting-archit...), storing architectural decisions into numbered files in git. See also: https://github.com/npryce/adr-tools

Re: GitHub down

#166

Earlier quoted context omitted.

BitBucket was down most of yesterday

See my reply to nik736's comment in this subthread: bitbucket.org is just Atlassian's copy of BitBucket, which you can buy from them and hose yourself. EDIT: I meant "host", not "hose", but given some of my experience sysadminning Atlassian products, the sentence may still be correct.

> bitbucket.org is just Atlassian's copy of BitBucket, which you can buy from them and hose yourself.

This is incorrect. Bitbucket Cloud and Server are two completely separate codebases. On the other hand, GitHub Enterprise is basically a snapshot of the production GitHub application.

Re: GitHub down

#168
post #78

Is it just me or is the new GitHub Status page a joke? It used to show historical charts for uptime and latency for each of the different services, which was actually useful. Now it is just a daily messages list.

Yes, I noticed that too. I wonder when the charts got removed.

Re: GitHub down

#169

Earlier quoted context omitted.

I think you just did.

No. We need a proper whitepaper explaining how to make GitHub decentralized with blockchain tokenization using distributed smart-contracts. ;) (Did I forget any important buzzword?)

why not just use git-ssb? some gateways:

http://git-ssb.celehner.com/%25n92DiQh7ietE%2BR%2BX%2FI403LQ... http://git.scuttlebot.io/%25n92DiQh7ietE%2BR%2BX%2FI403LQoyf... http://localhost:7718/%25n92DiQh7ietE%2BR%2BX%2FI403LQoyf2Dt...

edit:fix links

Re: GitHub down

#170
post #77
post #39

Earlier quoted context omitted.

So you’re saying that if I put up my own Git server (for a fee), it’s likely to have better uptime statistics than GitHub? I can’t push changes to the decentralized Git protocol, only to a (centralized) server instance.

You can email patches. This is now the Linux team works.

The code for git itself is also managed the same way (though I don't think there are any subsystems in git, unlike the kernel).
Post reply on HN