GitHub is having issues now
121–130 of 132 posts
Re: GitHub is having issues now
#122Reminder to all OSS projects: it is extraordinarily easy to setup a simple CI job to keep your code in sync between multiple Forges. And getting email notifications from a second Forge is 0 extra effort. At least give people the option to start moving away from GitHub to contribute to your project. It will, ultimately, be better for the ecosystem.
Re: GitHub is having issues now
#123Earlier quoted context omitted.
If you want a GitHub-like UI (with org/repo structure limitations) use either Forgejo or Gitea. If you want a similar but different experience use GitLab. If you want something more akin to the kernel experience (i.e. hosting, flexible repository structure, user auth via ssh keys, and a simple web UI) use gitolite with cgit, or alternatively gitweb.
I love gitea, and I use it for my homelab, but the permissions system needs a lot of work. There’s still an open bug which doesn’t let anyone but the repo owner read CI logs regardless of settings.
Re: GitHub is having issues now
#124Re: GitHub is having issues now
#125Earlier quoted context omitted.
Without reaching for my tin foil hat, I have a feeling MS is able to suppress these incidents somehow, because yeah, that one was pretty bad.
Wrapping my face in tinfoil: across the board, Amazon, Microsoft, GitHub, Anthropic and OpenAI, I’m seeing a lot of top-level service issues that sound an awful lot like code hitting production that hasn’t been fully tested. Breaking buttons on the website is one thing, kinda, but Enterprise used to mean a certain degree of robustness and seriousness in product management.
Re: GitHub is having issues now
#126Earlier quoted context omitted.
I'm surprised GitLab isn't getting more attention. Yes, its not a carbon copy, but it is close. Apples and pears instead of oranges.
It's close in the sense that it's also Jabbascript SPA crap that needs a supercomputer just to (try and fail to) display a diff of a few thousands lines, you mean? We're using it at work and it sucks massively.
I don't like that the idle CPU load is high (for really inane reasons) but it performs perfectly well.
Re: GitHub is having issues now
#127We're barely starting to see AI's impact on infra - probably (FWIW https://diversion.dev is at 100% uptime. Different scale, obviously, but also we're not Microsoft.)
I suggest testing your website with uBlock (and all its filter lists enabled). All I see is an almost empty page. Don't point to JS or CSS on third-party CDNs because due to the changes in cross-site sharing, neither Chrome nor Firefox will benefit from cacheing.
Re: GitHub is having issues now
#128Re: GitHub is having issues now
#129Earlier quoted context omitted.
They're moving to Azure and had to fix up Azure first to be stable enough for GH to even consider moving. I'm guessing its a combo of Azure still not being stable enough and a byproduct of trying to move an entire company's operations from a physical DC into a cloud while its running.
Speculation from afar: clouds are not commensurate, and high-volume cloud services are going to anchor key architectural decisions around technical benefits/realities of the cloud environment they target. Moving GitHub isn’t a tech decision, and it’s broadly a Dumb Idea. I think GitHub is well past the complexity threshold where the reflective architecting that happens during cloud development can’t be separated from…
Re: GitHub is having issues now
#130Earlier quoted context omitted.
I suggest testing your website with uBlock (and all its filter lists enabled). All I see is an almost empty page. Don't point to JS or CSS on third-party CDNs because due to the changes in cross-site sharing, neither Chrome nor Firefox will benefit from cacheing.
caching not cacheing