Hacker News new | past | comments | ask | show | jobs | submit login
GitHub Is Down?
53 points by mitchhentges on May 7, 2019 | hide | past | favorite | 35 comments
> There was an unexpected problem serving your request

> Please try again and contact us if the problem persists including [snip] in your message

Accessing from Sweden




This is a good moment to check out http://radicle.xyz/, a peer-to-peer stack for code collaboration based on git and IPFS.


Surprised to see it being written in Haskell.

Edit: Pleasantly surprised.


This is the perfect moment to stress that git is decentralized, so you can push/pull directly from you colleagues.

The fact that github is down is a only poor excuse for an extended coffee break. ;)

(Down from BE)


Unless most of us are stupid enough to use GitHub issues and PRs instead of having that data in the repository itself.


I really like that Issues / PR are centralised. The last thing I want is merge conflicts with issue comments... just the thought of that is horrible...


I agree, I wouldn't want to have merge conflicts in issues/PRs either, but I don't think just because it's decentralized, means that it would have conflicts. A quick thought would be to have issues/PRs only editable by the author via signing for example. Not allow any edits and just modifications on top of other modifications.

Is there a reason you prefer centralization that is not about conflicts?


Knowing that everyone sees what I see?

If issue tracking was decentralized, you don't know if everyone else sees the same thing as you do. With Github there's a chance that they are down ("degraded service" as they call it), but if it works, you press refresh, and you know you're on the same page as everyone else.


Ah, I see. Thanks for elaborating!

Yeah, true that it could be an obstacle. I wonder if the UX of any application for this could solve that by showing indicators of when the last data was fetched/sent, so users could know about possible stale-content.

I guess the problem of "everyone else sees the same thing as you do" is also a part of Git, where everyone keeps their own copy + a link to upstream. Seems to work well, wonder if we could possibly do the same with issues/PRs.


Is there actually something like that? A way to have issues inside the repo?


There is git-notes for embedding information to git objects https://git-scm.com/docs/git-notes

There is also a project (probably many) for managing patches and/or issues in a git repository, but I can't find any links to it right now (can't access my github stars...)

Edit: there is also a alternative to git that has much of the same functionality of github embedded in the SCM itself, Fossil. https://www.fossil-scm.org

Edit2: GitHub back, think the project I was thinking about above was https://github.com/MichaelMure/git-bug which describes itself as "Distributed bug tracker embedded in git"


BugsEverywhere (https://gitlab.com/bugseverywhere/bugseverywhere) does this, but the project isn't overly active these days.

The nice thing about BE compared to the more recent ones, is that it's VCS agnostic - it's just files in the repo, rather than e.g. using some special metadata feature of git/etc to track the issues.

I've yet to see a web UI for it tough (to expose it to non-technical users).


> Unless most of us are stupid enough to use GitHub issues and PRs instead of having that data in the repository itself.

When I looked into this years ago, I couldn't find any good tools for using the repository itself as the data storage layer for bug tracking, PRs, etc. So (at least then) Github was the best option.

Can you recommend any alternatives?


I put up three links in a different comment here: https://news.ycombinator.com/item?id=19848369


fossil from the creator of SQLite


Also, you can init/clone and host a repo on pretty much any system with SSH access for multiple users. That was my internal goto before git was more common for internal dev.


https://www.githubstatus.com/ says 'Partially Degraded Service'

Guess that the only bit that has not degraded is rendering the 500's >_<


They might be preparing Github for Windows open source.


Down from NL. Github status page says "Partially Degraded Service". But no ETA and no explanation. Time for long coffee break.



It's happy again, that was stressful for a second


is it showing error 404? not down. data is in the repository check there.


Down for me now. In sweden too


down in Poland, the website doesn't work, neither does the repo via ssh


Down in South Africa.


Same here in Paris


Same, also Sweden


Same from Turkey.


Down in Estonia.


Down in Bulgaria


Ukraine too :(


Same from UK


Coffee time


germany too


Down


same here :/




Join us for AI Startup School this June 16-17 in San Francisco!

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: