frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Incident with Pull Requests, Issues, Git Operations and API Requests

https://www.githubstatus.com/incidents/xy1tt3hs572m
80•maxnoe•47m ago

Comments

maxnoe•47m ago
GitHub Incident again/
denysvitali•46m ago
At this point we can even stop specifying that it's GitHub...
sibidharan•46m ago
Are they running paid marketing campaigns for Gitlab ?
EduardoBautista•40m ago
I'd consider self-hosting GitHub Enterprise before putting my team through the pain of Gitlab.
ricardbejarano•35m ago
How is it painful to use GitLab? Curious, as a user of both, I find them both nice. I like GitLab CI/CD more than I do GHA, but that's personal preference/bias more than anything objective.
tux3•24m ago
Gitlab CI has some tech debt from accumulating geological layers of different ways to do things, but overall it's pretty good, it scales to more complicated setups, and it's not too painful.

Now the best way to use GHA is to do the bare minimum. Put all your CI logic in a script that you can test locally, and just have GHA run your script. Even that is painful. And, somehow, impossible to make secure without having spent 5,000 hours reading all the previous ways people got pwn'd by Github Action's horrendous security model.

My main problem with Gitlab is that after years I still can't find what I'm looking for in the UI. It's always exactly in the third place I look. Otherwise Gitlab has been good. Even self-hosted works pretty well.

EduardoBautista•19m ago
Everything about their UI/UX screams of doing the bare minimum to check off a box on a feature list. It reminds me of Jira.
ramon156•20m ago
Self-hosting forgejo under tailscale + mirroring public repos through GitHub

Has worked wonders for me :)

cedws•42m ago
I'm so done with GitHub.
gen220•41m ago
https://isgithubcooked.com

Normally I defend GH in the comments of these incidents but it’s been an impressively bad month by their standards, even when you filter for critical components filter out sev-2’s and 3’s.

EduardoBautista•39m ago
May has been filled with critical issues. It seems it's getting worse over time.
pluc•36m ago
Name one thing Microsoft didn't run into the ground post-acquisition
elzbardico•32m ago
GH was acquired by microsoft some eight years ago. It has been working quite well until recently.

People may have had complaints about functionality, features, commercial issues, but the thing used to at least have a decent uptime until recently.

bsimpson•29m ago
It also used to be run as an independent company with access to MS's resources.

Now it's a unit in their AI hype machine.

modriano•12m ago
MSFT was pretty arms length for the first 5-6 years. I was honestly kind of impressed and it made my opinion of MSFT better. But then AI made it too attractive of a target and MSFT couldn't help but make it a place the former CEO wanted to leave (and it has been running headless for about a year now).

It's quite disappointing objectively, but I expected worse from MSFT.

robotmaxtron•21m ago
hey now, LinkedIn was terrible before Microsoft.
darkamaul•11m ago
I think Minecraft is still in good shape
rvz•25m ago
They are already cooked as this has been happening ever since the Microsoft acquisition and it was run to the ground before 2023.

At this point you would get better uptime by just self-hosting your own GitLab, Forgejo or Codeberg instance instead of dealing with Github's unreliablity.

There is no defending them with their clear neglet and carelessness of the platform.

taintlord223•14m ago
The UI of that page is so nice, should build a github competitor.

The user profile / contributions and PR UX is pretty much the entire "hub" product since git is a fully separate offline app.

embedding-shape•11m ago
> The UI of that page is so nice

Is it? Seems a text description of "Make a website outlining 'How cooked GitHub' is with a modern style" to basically any LLM would produce exactly that UI and design, literally nothing of that design a human had any influence on, besides the ones selecting what training data the used LLMs was trained with.

I think most of us who've tried using LLMs for web-design can recognize that style and design at this point, regardless of model actually used.

Arbortheus•39m ago
Fed up and bored of this
rvz•37m ago
Again?

It was just yesterday [0] that GA was down and another incident today? I am convinced that Copilot and Tay.ai are destroying GitHub and there is no CEO of GitHub to contact.

Now will you please self-host as I said 6 years ago? [1]

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

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

rob•27m ago
You think a Microsoft chatbot from 2016 is destroying GitHub?
looperhacks•36m ago
Maybe we should start posting av story when GitHub has been fine for some time instead of posting every incident
voidUpdate•36m ago
They may have gotten down to only 2 nines on most of their services, but at least the LLM is still running at full power! must increase value for shareholders
dzonga•33m ago
git is supposed to be decentralized.

maybe it's time to revert back to the central idea of git & not centralize around a particular provider.

for issues - mailing list will do. you can always slap a beautiful ui if you want to or a tui (as is the fad) these days.

actions can also be decentralized via an API spec & webhooks.

xnorswap•32m ago
Before clicking, I assumed this was going to be a write-up of the one from a few days ago instead of an entirely new incident.
jamdav16•26m ago
I assumed it was the one from yesterday! Silly me.
spaceman_2020•31m ago
is it me or ever since AI coding became the norm, there have been way more outages with otherwise reliable services?

I get downtime on Supabase every few weeks. Even Cloudflare. And now Github

julianlam•16m ago
Not just you, but uncertain whether it's due to unreviewed slop going to production, or increased demand due to slop generation.
hansmayer•12m ago
No, it's not just you. It is fairly obvious what's happening - the same old Entshittificators now have a great tool to up the speed of entshitification by 100x - thus these crappy outages every other day.
fen4o•30m ago
Tried to do a git push - it succeeded after 3 mins. Then I wanted to open a PR and it failed with a 500 error.

Facepalmed and decided that this is it for today.

Hamuko•30m ago
Yesterday my CI runs wouldn't even be created because Actions was eating shit, and today my CI runs get created but fail because the API is eating shit. Fun.
ckorhonen•27m ago
This is getting ridiculous. One particularly concerning thing I’m seeing is that pull requests on both the web UI and API aren’t reflecting all commits or branch changes consistently. It would be very easy to merge something without realizing you’re not actually reviewing the full diff.
drcongo•25m ago
For years we had a GitHub status thing in our Slack but I had to remove it about a year ago because the noise got too much, it would be unbearable in 2026.
dist-epoch•20m ago
GitHub is not agent scale.

Multiple companies are trying to create new versioning primitives/architectures which can handle machine-level code generation - 1 commit per second per repo.

It's like switching from horse buggies to automobiles, the whole worlds needs re-architecturing to handle the new load.

The age of boutique hand-coding is being replaced by the age of industrial software factories.

julianlam•12m ago
Why the heck would you want to do this. Using git as your undo chain sounds like a pretty awful thing to do.
hansmayer•14m ago
It seems before AI eats software, its going to first eat GH and Microsoft.
throwatdem12311•5m ago
they didn’t think the leopard would eat their face!
hansmayer•10m ago
Can't they just use one of Satiya's "powerful daily prompts" and ask the - was it "Mico"? - to excrement their way out of these troubles? Ah - you're telling me those powerful prompts were just bullshit for the lazy office cretin who is mainly reading and writing emails throughout the week? They don't really create any new fucking value? No way - I thought CEOs paid tens of millions of dollars each year had real competence justifying such high salaries.
abhashanand1501•6m ago
as a github user, we are paying for the slow git operations through our github action minutes, if someone from GH is here, will you be compensating for it?
throwatdem12311•5m ago
Maybe GitHub needs to freeze free repository creation until they get this under control because this is ridiculous.

UFC arena under construction on White House lawn

https://www.npr.org/2025/09/08/nx-s1-5526066/leni-riefenstahl-nazi-filmmaker-new-documentary
2•KnuthIsGod•41s ago•0 comments

Deep Habits: WorkingMemory.txt

https://calnewport.com/deep-habits-workingmemory-txt-the-most-important-productivity-tool-youve-n...
1•piinbinary•44s ago•0 comments

How to build a lunar mass driver

https://caseyhandmer.wordpress.com/2026/05/08/how-to-build-a-lunar-mass-driver/
1•surprisetalk•2m ago•0 comments

Go errors are a story, most teams lose the plot

https://robinsiep.com/blog/posts/go-errors/
1•seeb•2m ago•0 comments

GitHub Incident Again

https://www.githubstatus.com/?now
1•robeym•3m ago•1 comments

LiteSpeed CPanel Plugin with Root Privilege Escalation Under Active Exploitation

https://haltingproblems.com/analysis/litespeed-cpanel-plugin-cve-2026-48172/
1•s4mw1se•7m ago•0 comments

Pushover: Simple Notifications for Android, iPhone, iPad, and Desktop

https://pushover.net/
1•janandonly•7m ago•0 comments

AI is not the answer to AI-enabled fraud

https://www.codastory.com/oligarchy/ai-is-not-the-answer-to-ai-enabled-fraud/
1•cdrnsf•7m ago•0 comments

Show HN: Map drawing tool where the map lives in the URL

https://drawonamap.com/
3•singiamtel•8m ago•0 comments

Revenge of the Business Idiot

https://www.wheresyoured.at/the-revenge-of-the-business-idiot/
1•frizlab•9m ago•0 comments

Tiny GPT in Go. Optimised for Understanding. Trained on Jules Verne Books

https://github.com/zakirullin/gpt-go
2•asdfjsjj2342•11m ago•0 comments

Intranasal Human EVs Restrain Inflammatory Transcriptome in Aged Hippocampus

https://isevjournals.onlinelibrary.wiley.com/doi/10.1002/jev2.70232
2•bookofjoe•11m ago•0 comments

Local in Browser Vibecoding Agent

https://alexwortega.github.io/pi-agent/
3•Alexwortega•11m ago•0 comments

What Is an AI Product Engineer

https://dwyer.co.za/static/what-is-an-ai-product-engineer.html
3•ritzaco•13m ago•1 comments

We've promised to cure all disease for decades. Latest: $2.1B and a Nobel

https://www.tearsinrain.ai/p/only-a-constellation-of-stars
3•jgreid•14m ago•0 comments

Peeklens

https://peeklens.ai/
2•Omaroliman•14m ago•0 comments

When and How to Buy a House

https://kaleidoscopemind.substack.com/p/when-and-how-to-buy-a-house
4•surprisetalk•18m ago•0 comments

How I made my privacy site recommendable by ChatGPT (and got into public-APIs)

https://hackmyip.com/sheets/how-i-made-my-site-recommendable-by-chatgpt
2•codelong888•18m ago•0 comments

DeepSWE crowns GPT-5.5, and finds Claude Opus exploiting a benchmark loophole

https://venturebeat.com/technology/deepswe-blows-up-the-ai-coding-leaderboard-crowns-gpt-5-5-and-...
2•sonink•18m ago•0 comments

UK law firm Pinsent Masons reprimanded by court over AI error

https://www.ft.com/content/5ba4690b-8b98-43b3-ba0b-f2ec5591a572
1•1vuio0pswjnm7•21m ago•0 comments

Why LLMs will be always Terrible at Software Architecture

https://devforth.io/insights/why-llms-will-be-always-terrible-at-software-architecture/
2•thunderbong•22m ago•1 comments

Using My Fucking Brain

https://terriblesoftware.org/2026/05/27/using-my-fucking-brain/
5•matheusml•23m ago•0 comments

Show HN: Supapin – Pinterest Growth and Automation Tool

https://supapin.com
1•fieldspeter•23m ago•0 comments

Prototype of the first fluid circuit board

https://www.tomshardware.com/tech-industry/prototype-of-the-worlds-first-fluid-circuit-board-can-...
1•awithrow•24m ago•0 comments

An Elliott Wave engine that projects Fibonacci forward, not back

https://github.com/SmarterSystems/ElliottWavesEngine
1•cryptowealth•24m ago•0 comments

Delaware court upholds voting by companies in small town's election

https://www.reuters.com/legal/government/delaware-court-upholds-voting-by-companies-small-towns-e...
2•mystraline•27m ago•0 comments

The All-Consuming AI Boom Forces Private Credit to Break a Taboo

https://www.bloomberg.com/news/newsletters/2026-05-27/ai-boom-shakes-up-private-credit-as-debt-ge...
1•petethomas•28m ago•0 comments

Robinhood Lets Customers Use AI to Trade Stocks, Make Credit-Card Purchases

https://www.wsj.com/tech/ai/robinhood-lets-customers-use-ai-to-trade-stocks-make-credit-card-purc...
2•ajay-d•28m ago•1 comments

I ran GLM-5.1 on a 16GB RAM machine

https://github.com/snrj35-dev/754B-on-a-Potato
3•drunkonvinyl•32m ago•0 comments

Echon – a privacy-first Discord alternative in Rust and Tauri

https://echon-voice.com/
2•Phrosen•32m ago•1 comments