Cool thing about git is that it is distributed and there is no single point of failure ...
It is. We all have our own copy of the repository, and can still distribute changes using any of the other methods: - A different central server - Email - A shared on-filesystem copy, e.g. local network drive - HTTP or SSH between developer computers (put your repository somewhere where your NginX or Apache serves it, the other developer can "git remote add chvid http://chvid.example.com/repository" ).
GitHub was down
111–120 of 133 posts
Re: GitHub was down
#112Earlier quoted context omitted.
See, I like the idea of K8S quite a lot. Enough that I decided to set up a cluster from scratch to figure out how everything ties together. I've since grown to strongly dislike how much of the entire ecosystem seems to depend on random unversioned Github gists or direct links into a raw file in a repo somewhere.
NPM is the same. You might think that all of the packages are stored on NPM servers. Mostly true, but still when you install some of them they'll download precompiled binaries or whatever directly from Github.
Composer is useless in a native IPv6 only servers.
Re: GitHub was down
#113Make github a mirror (at least source-wise) and you can benefit from it's outreach without being held hostage. Am happy with that e.g. https://notabug.org/mro/ShaarliOS/src/master/doap.rdf Inspired by https://indieweb.org/POSSE
Re: GitHub was down
#114Who would really rely on a single, external, free, no-guarantees service and not have redundancy to tolerate some hours of downtime? Make github a mirror (at least source-wise) and you can benefit from it's outreach without being held hostage. Am happy with that e.g. https://notabug.org/mro/ShaarliOS/src/master/doap.rdf Inspired by https://indieweb.org/POSSE
Re: GitHub was down
#115Who would really rely on a single, external, free, no-guarantees service and not have redundancy to tolerate some hours of downtime? Make github a mirror (at least source-wise) and you can benefit from it's outreach without being held hostage. Am happy with that e.g. https://notabug.org/mro/ShaarliOS/src/master/doap.rdf Inspired by https://indieweb.org/POSSE
A lot of people pay for Github?
Re: GitHub was down
#116ITT: Lots of Github hate. Dont forget that change in software is inherently risky and will result in bugs, etc. Id rather have a platform that is always looking to make things better and risking a bit of downtime, than a stale platform that we all know we depend on.
I think the issue here is that Github is considered a mature product and it just works. So is there any actual pressure to move fast and break things?
Re: GitHub was down
#117Earlier quoted context omitted.
Oh no! What will you recommend as a long term solution? I have ordered a Pi 4, should I use an USB Flash Drive / HDD / SATA SSD?
Since the Pi4 can boot from USB now (might still be in beta, not sure if it's fully released), I would get a USB3 to M.2 adapter, buy a decent M.2 drive, and use that. It'll take up more space than the SD card, obviously, but not that much more.
I bought one to run Windows on my Retina MacBook Pro. I only need Windows for gaming when visiting friends, and it works flawlessly for that purpose.
Re: GitHub was down
#118Earlier quoted context omitted.
The downside is that a lot of these self hosted archives will have disappeared 10 years from now. Meanwhile, I expect many forgotten repos to remain online with Github one way or another for a very long time. If you do go the self-hosting route, add a mainstream host as an additional remote and push your commits to both.
No guarantees either way - Google Code was alive and kicking, until it suddenly wasn't. I do appreciate how easy git and other dvcs make it to mirror repositories, though. I find myself using Github mirrors of projects that are otherwise self-hosted, just because the code search works on Github works pretty well.
Re: GitHub was down
#119This is slowly becoming a weekly occurrence ever since Microsoft entered the picture... https://www.githubstatus.com/
Re: GitHub was down
#120Seriously, again!? I am growing seriously impatient with this. It's been downhill since Microsoft took over. GitLab is starting to look good (or even Gitea self-hosted).
I might just self-host Gitea on my Pi today