frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

GitHub Is Sinking

https://dbushell.com/2026/04/29/github-is-sinking/
69•herbertl•1h ago

Comments

oarsinsync•1h ago
I went to look at a repo on Github today. Clicked on the "xxx commits" link to see the commit history, and got told I've hit a secondary rate limit and need to wait.

I'm the only person on this network that would even look at Github, and my connection has a dedicated IP, no CGN.

blinded•57m ago
The only real way to browse the site is to be logged in.
graemep•57m ago
Exactly the same here. I get that regularly.
noprocrasted•49m ago
Yeah this is just typical techbro gaslighting. There is no rate-limit and hasn't been for years (it's just default deny), but they refuse to change the wording to reflect.
dcrazy•42m ago
Would you care to cite your source that GitHub does not apply rate limits to unauthenticated requests?
noprocrasted•15m ago
The parent's experience which mirrors my own - on a clean residential IP that hasn't sent any traffic I hit that "rate-limit" on my first request to the commits list view.

So there is no rate-limit, it's a default deny for unauthenticated requests... which could be fine but at least update the error message to reflect that.

MYEUHD•16m ago
If you're on the desktop, refresh the page cache by using Ctrl + Shift + R

The page will load correctly

tbolt•58m ago
“GitLab - enterprise grade, meaning it’s bloated and confusing but it’ll impress your boss. This could be the choice if you need multiple meetings to make the choice.“

lol!

egwor•7m ago
We use gitlab at work, and I have to say that it is disappointing. The UI is so complicated to do the simplest things (e.g. to approve a MR you need to click a button that is actually a menu; the diffs are difficult to read; the 'To-do list' includes MRs that were already merged (how is that actionable?)) and it seems that they're struggling to turn around improvements quickly. The issue around the 'To-do list' including MRs that were already merged was raised years ago.

I also have to say that I'm surprised about the backlash against bitbucket. I find the UI incredibly simple and clear, as do all of the new joiners. With Script Runner you can do some pretty amazing things. It handles the huge repo's well too.

rvz•56m ago
I have lost count of how many times something went down on GitHub ever since documenting it on this comment chain [0] and also predicting 6 years ago [1], that going all in and centralizing everything on to GitHub was really not a good idea if you need stability or to push a critical fix and your GitHub actions doesn't work.

Now, are you going to finally self host or should we continue to expect another outage on GitHub?

This time, there is no CEO of GitHub to help us. It is Copilot, and Tay.ai that are still struggling to maintain GitHub.

[0] https://news.ycombinator.com/item?id=37395238

[1] https://news.ycombinator.com/item?id=22867803

LorenDB•19m ago
Why do I keep seeing people blaming Tay.ai? That was a one-off Twitter chatbot that was shut down a decade ago.
summa_tech•53m ago
It sort of feels like no major open source repository can be possibly left well enough alone. I remember how SourceForge went down the drain, it's a real pity to see same happen with GH.

Side note: I read the URL as "dBus hell". We've all been there m8

arikrahman•51m ago
No m80 it's a nushell based on decibel units dBu Shell
johnfn•52m ago
Everyone wants to pin this on the Microsoft acquisition or incompetence but it seems pretty clear to me from the material GitHub has posted that AI has 10xed the amount of code being committed to GH, which has downstream effects everywhere - CI, Actions, code ingestion, everywhere. The author pins it on weird things like MS Copilot, which kind of feels like he’s listing off things he doesn’t like rather than casual favors. This is ignoring the 800 pound gorilla in the room.
aliasxneo•47m ago
Yeah, I had the exact same response after reading the post. I mean, I'm all for jumping on the Microsoft hate train, but not if it misses the elephant in the room. Let's say the _perfect_ GitHub replacement spawns tomorrow? What's preventing the same infrastructure challenges of millions of lines of AI-generated code destroying it?

I think centralized code hosting is pretty much going to get killed by AI. Just like it's doing to social media.

bdangubic•42m ago
of all the awful things AI is doing and will be doing to society, killing centralized code hosting and social media will be its shinniest moments, both deserve to die painful deaths
idiotsecant•38m ago
Yes, the terrible sin of ... Hosting code where people can find it
icase•5m ago
hosting code where people can find it is the reason LLMs can write code, so we kind of screwed ourselves there…
majormajor•39m ago
> I think centralized code hosting is pretty much going to get killed by AI. Just like it's doing to social media.

Private corporate codebases are a poor fit for GH because they don't benefit from public social graph effects. And the typical codebase isn't so large as to be technically challenging to deal with with OSS tools. I'd guess they make up a substantial share of revenue.

But once the reliability is called into question, self-hosted or smaller alternatives start to look good. Although there's some trickiness there if you want to be super cautious about making sure you can get to your code+infra in case of a vendor incident, especially if you're cloud based.

ako•31m ago
Why is centralized code hosting getting killed? I'm running an opensource project, >99% of the code is AI generated, could not do this without GitHub. Ai generated source code needs a place where AIs and people can collaborate. I'm expecting GitHub to hugely successful, but mostly for an AI audience.
chowells•26m ago
Because it's centralized. Your project pays the price for every unrelated project that's getting overloaded.
ako•14m ago
I'm sure the underlying infra is not a single server, so this is mostly a period where they have to adapt to higher loads due to AI becoming actually useable in the last 8 months. It's basically proof how well AI works these days. Give it a few months so they can scale and it'll get better. Remember Twitter fail whale? Growth pains that can and will be solved.
kyrra•30m ago
Saas code hosting seems to be the problem here. If companies self hosted, they could deal with the scaling problems themselves.
logicchains•13m ago
>What's preventing the same infrastructure challenges of millions of lines of AI-generated code destroying it?

There's something called "rate limits" that engineers not working for GitHub have probably heard of; it's this crazy idea that you should limit the load on your infra in order to avoid downtime. GitHub is not the first free service to ever have to deal with bots.

hirako2000•38m ago
GitHub hasn't changed in any positive way since the acquisition. A decade is a long time, it tells.

GitHub action, co pilot. Oh and that ugly AI search I'm unable to disable. Migration to azure.

Yes Microsoft managed to ruin the network effect. Outages? The straw that broke the camel's back.

Pay08•33m ago
How on earth is Actions a downside?
prerok•28m ago
I think they meant all the security holes that have been popping up and that there is no interest from Microsoft to fix them.
madeofpalk•29m ago
3 months post Microsoft acquisition, GitHub expanded the free plan to include unlimited private repos.

The next year they removed the limitation on collaborators on private repos for free users.

In the last 4 years they’ve significantly improved their project management tools. I think a lot of teams can make do with GitHub Projects, they’re pretty decent.

Who knows if any of these are directly because of Microsoft or not. But there has naturally been material improvements to GitHub in the years after being bought by Microsoft.

ako•27m ago
I'm loving it, running an opensource project mostly AI generated, i don't have to think about version control, building and testing my app, running AI code review, hosting my docs website, API and cli to enable Claude Code to interact with everything, etc.

It provides huge value for anyone running an opensource AI generated project.

politelemon•15m ago
> GitHub hasn't changed in any positive way since the acquisition.

It's more like any positive actions they have had are being outright dismissed or forgotten. They removed several restrictions that Github had over private accounts, as well as github actions. Aside from the downtimes, the Github of today is fantastic compared to pre-acquisition Github.

rvz•22m ago
Github had lots of outages even before AI was introduced.
senko•20m ago
The 800 pound gorilla in the room being a $3T company that also happens to be one of the largest cloud providers?

C'mon.

delusional•13m ago
This would make sense if GitHub themselves cited increased traffic or load shedding as their root cause, but most of their incidents from the last month seems to cite misconfigured infrastructure or operational mistakes.
dwroberts•12m ago
Even if this is true: Microsoft own an entire cloud platform. They have enormous codebases of their own and they employ ~200k people. It’s just not an excuse, especially because they consciously made decisions such as e.g. private repositories being free
veryfancy•12m ago
I’m with you here. Further: Even though I disagree with it, “GitHub down, Microsoft bad” is a defensible take, but we’ve seen it ad nauseam at this point.
iamkrazy•50m ago
I installed forgejo on my home server and never looked back. The only problem I face is when hosting an app on DigitalOcean App platform, or vercel etc. They only connect to GitHub.
cobbzilla•28m ago
I’m in a similar boat, I abandoned ship for Gitea years ago (prior to forgejo fork) and have no regrets.

For things that require GitHub I’ve been able to mirror repos there and get things working. Keeping code in sync is annoying though.

mariocesar•47m ago
Agree with Gitlab as an enterprise alternative. Beautifully boring and safe to have complex teams and permissions. Also has a good enough Terraform support, and a nice workflow to host docker images
coolgoose•40m ago
So, what's the actual real alternative ? The one that also supports open source projects ? Ironically gitlab is costlier than github, and not without their faults, but that's "maybe" the only other alternative here, anything else ?
kukkeliskuu•36m ago
I just installed a gitea. It seems decent.
TheCondor•13m ago
It absolutely is.

The only concerns are if it were exposed to the public internet and scale. For personal stuff? It's spectacular.

MrDrMcCoy•20m ago
Codeberg, Sourcehut, or self hosted Gitea.
n_e•38m ago
I'm not sure what to make of the graph.

On the one hand the acquisition of GitHub may have caused the availability to be worse.

On the other hand, the 100.00% availability before the acquisition looks suspicious, wondering if it's not just the status page being better updated.

(I'm aware of the recent availability problems with GitHub, but on the graph the problems start in 2020 and don't seem to worsen significantly)

rbbydotdev•32m ago
I wasn't expecting to see the outages being nearly the same even before the 2023 ai inflection point
QuiCasseRien•12m ago
onedev onedev ondev

I still don't see this tool when it's about a forge. It is a fantastic tool. Seriously guys, you should really consider it !

phyzix5761•11m ago
For $5 a month I can host a server and put a bunch of projects on there. Yeah, I don't have a million stars on my repos but it works for what I need and I can give access to whoever I want.

Incident CVE-2024-Yikes

https://nesbitt.io/2026/02/03/incident-report-cve-2024-yikes.html
1•miniBill•1m ago•0 comments

'10 minutes of nirvana': 52 writers on the best sandwich of their life

https://www.theguardian.com/food/2026/may/10/52-writers-on-the-best-sandwich-of-their-life
1•laurex•8m ago•0 comments

Ask HN: What Are You Working On? (May 2026)

2•david927•10m ago•1 comments

Scientists Studied 906 Mafia Marriages and Found Something Surprising

https://www.404media.co/scientists-studied-906-mafia-marriages-and-found-something-surprising/
1•Brajeshwar•11m ago•0 comments

The Mayor Method

https://github.com/day8/re-frame2/blob/main/docs/the-mayor-method.md
1•yurivish•11m ago•0 comments

Familiar Machines and Magic introduces adorable smart robot assistants

https://www.familiarmachines.com/
1•robotlaunch•11m ago•0 comments

Dark Star (Film, 1974)

https://en.wikipedia.org/wiki/Dark_Star_(film)
2•maxall4•11m ago•0 comments

'AI gave me your number': AI doxxing turns ChatGPT hallucinations to harassment

https://www.the-independent.com/tech/ai-doxxing-gemini-hallucination-google-b2973008.html
1•ColinWright•13m ago•1 comments

I built a local portal so ChatGPT (Pro models) can browse my accounts safely

https://github.com/DenisSergeevitch/chatgpt-portal
1•neuraldenis•17m ago•0 comments

The Mindset Shift That Unlocked Y Combinator for Me

https://nmn.gl/blog/meditations-on-make-something-people-want
1•namanyayg•20m ago•0 comments

Mostly the first breakup AI agent that delivers your breakup over iMessage

https://behalf.love
1•goyibo•21m ago•0 comments

Study: Egg consumption is associated with a lower risk of Alzheimer's Disease

https://news.llu.edu/research/study-egg-consumption-associated-lower-risk-alzheimers-disease
3•bilsbie•21m ago•0 comments

The Atari 800 – By Paul Lefebvre

https://www.goto10retro.com/p/inside-the-atari-800
1•rbanffy•22m ago•0 comments

My writing students were using AI. Their confessions led to a teaching moment

https://www.theguardian.com/us-news/ng-interactive/2026/may/10/fiction-writing-professor-ai
2•spzb•25m ago•0 comments

Utah's 'hyperscale' data center could create heat island near Great Salt Lake

https://www.sltrib.com/news/environment/2026/05/07/utahs-data-center-could-create/
1•NDlurker•25m ago•1 comments

Local AI needs to be the norm

https://unix.foo/posts/local-ai-needs-to-be-norm/
4•cylo•25m ago•1 comments

Integrating no-as-a-service in Linux kernel code

https://github.com/hotheadhacker/no-as-a-service/commit/e6b4218394f3ab6c513caaf2ec2e3e88d03d124c
1•testdelacc1•28m ago•0 comments

Suprnova Reboot

https://ir3-w-a63739.gitlab.io/
1•machardmachard•29m ago•1 comments

Big Tech is moving data out of the Gulf through Iraqi oil pipelines

https://restofworld.org/2026/iraq-big-tech-gulf-war-data/
2•JumpCrisscross•29m ago•0 comments

Tracesofhumanity.org by Joanna Rutkowska

https://tracesofhumanity.org/hello-world/
6•alex77456•29m ago•0 comments

Wayland.fyi minimalist Wayland special interest group

https://wayland.fyi/
1•0l•33m ago•0 comments

Show HN: PerceptAI – Give AI agents eyes on any screen, not just browsers

1•Neerajj04•35m ago•0 comments

A decade of flying Spirit Airlines

https://jackfromgetcho.substack.com/p/farewell-and-thank-you-spirit
2•jackconsidine•35m ago•0 comments

Training an LLM in Swift, Part 1: Taking matrix mult from Gflop/s to Tflop/s

https://www.cocoawithlove.com/blog/matrix-multiplications-swift.html
2•zdw•39m ago•0 comments

The Darwinian Honeymoon – Why I am not as impressed by human progress as I used

https://www.lesswrong.com/posts/FxHzT6jeTRhbkzSX3/the-darwinian-honeymoon-why-i-am-not-as-impress...
1•joozio•40m ago•0 comments

Memgraph Ingester. Speed up your AI agent

https://github.com/ousatov-ua/memgraph-ingester/blob/main/README.md
1•taubek•41m ago•0 comments

Full Walkthrough: Workflow for AI Coding – Matt Pocock [video]

https://www.youtube.com/watch?v=-QFHIoCo-Ko
1•pramodbiligiri•42m ago•0 comments

Hi

4•milindsoni201•42m ago•1 comments

How to recruit junior/graduate software developers (2020)

http://fourlightyears.blogspot.com/2020/12/heres-how-to-recruit-juniorgraduate.html
1•mooreds•43m ago•0 comments

Code Bench – Local-first desktop AI coding agent, BYO model (MIT)

https://benchlabs.app/code-bench/
2•mkappworks•47m ago•0 comments