Incident with Github.com

(githubstatus.com)

590 points | by kevcampb 2 hours ago

89 comments

  • Arubis 1 hour ago
    This is starting to feel like Twitter. For a variety of reasons, we had a centralized place where everyone of a particular set of persuasions could connect, and this had outsize benefits for the community as a whole. That place is becoming untenable, and with the loss of goodwill and stability, the community’s started to dissipate. But there isn’t one obvious transition candidate, so the diaspora is finding itself spread across a bunch of disparate places and services. The stated need they satisfy (source control with a web interface and some technical features, like pull requests with reviews) will be fulfilled. But those emergent features like a core community and default expectation of where you can find someone will fade. And that is a very real loss for all of us.
    • IncandescentGas 1 hour ago
      Good. That's a gain, not a loss. We're better off without social media psyop manipulations and subscription services bolted onto our code repositories. We're better off without a giant evilcorp getting wholesale access to a large majority of the world's source code.
      • fallingbananna 32 minutes ago
        Personally I never engaged in the community aspect of GitHub.

        In my eyes it would be a ginormous gain to our colective mental health to not have the expectation to contribute to open source projects for free, or to have "green squares" every day on a public GitHub profile.

      • dkdbejwi383 1 hour ago
        I just use GitHub for the basics: repo hosting, reviews and actions - what are the "social media psyop manipulations"? I've never really paid much attention to the other features.
        • MisterTea 37 minutes ago
          All the metrics based around how many commits you have made, how many stars your repo has, etc. Why is that info gamified? Its a dopamine addiction channel.
        • chicken1991 52 minutes ago
          But now the users who only use core functions (re: repo hosting, reviews and actions) suffer when the service is down due to overreach with feature implementation.
        • artyom 36 minutes ago
          It's good you can isolate yourself from it. But there's plenty of cases.

          Open source maintainers being harassed or being demanded work through Github's issues. Or being feed AI slop to review endlessly. Or recruiters filtering resumes via Github activity graphs or repository stars.

          And obviously the side shady market of all of the above (e.g. buying/selling popularity).

          Like the parent comment, I can't wait for social media to be completely obliterated from code repositories.

      • zerox7felf 39 minutes ago
        Could be argued to be both a gain and a loss...
      • andrewmutz 51 minutes ago
        If there are no subscription services, what will fund the free open source repositories?
    • hliyan 1 hour ago
      "Protocols, not platforms" should have remained the philosophy of the Internet. Alas, we are here.
      • MarkBennett 25 minutes ago
        This is why I'm so interested in https://tangled.org/

        Even if the platform itself doesn't take off, the protocol and the data ownwership (you host your repo artifacts, issues, prs, etc on your ATproto server) mean that a competitor could come in easily if you were no longer satisfied with performance, reliability, or monetization.

    • LelouBil 11 minutes ago
      Use Tangled ! https://tangled.org/

      It's a social network with github-like social features and git hosting, but you can still self host your git and have all the features like issues, PRs and so on just like GitHub.

      And it's built on ATProto so you can also have your issues PRs and so on hosted on your infra, but everything interconnects nicely with your single account, just like using GitHub.

      They even added a vouching system for users, to know who to trust based on who you already trusted.

    • krunck 1 hour ago
      > spread across a bunch of disparate places and services.

      This is the way. Stop centralizing everything.

    • noosphr 1 hour ago
      Luckily we already have a distributed version control system that can take over github: https://fossil-scm.org/home/doc/trunk/www/index.wiki

      I suppose people can use git too if they ever figure out how to send emails from a dedicated client.

      • graemep 1 hour ago
        I like Fossil, but there are good reasons to use git too.

        There are many git hosting options, including some for self hosting. its a lot easier to switch to a different version control host than to a different version control system.

      • MoreQARespect 1 hour ago
        There are plenty of alternatives for git hosting. The last thing which needs to be migrated before we get an exodus off this vibe coded monstrosity is reputation (i.e. github stars) which are inherently sticky.
        • dewey 1 hour ago
          I don't think GitHub stars are what makes GitHub sticky. Having a single UI / account and being able to jump between work projects, private projects and random open source projects where I want to open a quick issue or submit a PR is much more sticky.
          • mbreese 30 minutes ago
            The reason why GitHub is sticky was exactly this. It’s easy to fork, make a change, and submit a PR to another project. It’s the same interface for your code vs another person’s. It’s a simple, consistent interface to submit an issue.

            You can argue that the lack of diversity in infrastructure is bad, and I wouldn’t disagree. I think we should have more projects to explore better ways of working. But, the tradeoff is that when you have a centralized system, like GitHub, you also have less friction. The learning curve is small when everything uses the same tools.

        • ryandrake 1 hour ago
          Git doesn't even need to be "hosted" anywhere. That's the point of it being distributed. What needs to be hosted somewhere are all the barnacles (like issue tracking, code reviewing, CI, and so on) that have grown out around git, that people and businesses have become dependent on.
          • jayd16 13 minutes ago
            LFS files sorta do need to be hosted. At least, it exists because full clones are untenable for many projects.
          • seanc 1 hour ago
            Which is why they cleverly moved the central story of a software change from the commit to the PR. Commits migrate automatically with the repo. But migrating PR descriptions and comments takes engineering effort.
            • kortex 1 hour ago
              Rhetorically, why can't folks add the feature of PRs to Git? Git is fundamentally just a graph manipulation engine and data structure. It would just be another object type, in a layer which sits above the normal commit graph. Obviously there is no "just make X" in software, but this feels reasonably achievable, and would have tremendous benefit for the cost.
        • hosh 54 minutes ago
          I think as we see more AI participation in code, github stars are going to matter less.
        • zer00eyz 1 hour ago
          Github stars are a metric of what?

          If I build something that satisfies me and say 100 users (who all star me) does that really say anything. Are those 100 stars even "real" any more?

          All the old problems of the web are new again, and still remain unsolved.

          • hugs 2 minutes ago
            GitHub stars are a metric of investability.

            some investors use stars (and star growth velocity) to determine which projects they invest or don't invest in. (not saying it's good or bad - just saying it's a real thing.)

      • AlexandrB 1 hour ago
        > Luckily we already have a distributed version control system that can take over github

        Surprised that this wasn't just a link to Git. The biggest benefit of Git over predecessors was that it enabled decentralization. Github re-centralized the common case for the sake of convenience.

        • jeremyjh 1 hour ago
          Yes but on Earth every project needs a canonical main branch. Most also need a way to manage and review changes to that branch that all project members have direct access to.
          • Sanzig 1 hour ago
            Gitea (and its popular fork, Forgejo) are very lightweight. You can easily stand up an instance on a cheap VPS.
          • skydhash 1 hour ago
            It's on the project to decide which is canonical and export a read only accessible version. Change review only requires a communication medium (the patches are mostly plain text) and that can be done in a lot of way. As for merging those changes, it's an organizational issue.
        • Xirdus 35 minutes ago
          The biggest benefits of Git over predecessors were branching, 3-way merge, and history rewrites (in particular, rebase and squash). As much as Git fans wanted decentralization to be a major selling point, decentralization has never been a major selling point.
        • poisonborz 1 hour ago
          Github and other providers before proved that git itself is just a small part of managing code, there's a lot more needed for a full workflow, and it's meaningful for it all to be tightly coupled.
        • Arubis 1 hour ago
          > "Crypto had attracted grifters from the beginning, even though its most respected figures were more interested in changing the world. As Silicon Valley investors piled in after them, they wanted to fund companies that would become essential to the crypto economy, allowing them to make vast amounts of money. Entrepreneur after entrepreneur discovered that the best way to turn a profit in a decentralized economy was to figure out ways to centralize parts of it again." (Henry Farrell, Underground Empire)
    • sp4ke 1 hour ago
      At least this will wake up more people to the existing alternative efforts such as Forgejo and its progress with federation protocol.

      https://forgejo.org/2023-01-10-answering-forgejo-federation-...

      • jaen 1 hour ago
        Do you have any more insight into its progress?

        Seems like it's far from production-ready and there hasn't been much activity this year?

    • duxup 1 hour ago
      And like Twitter most people will keep using it anyway?
      • OtomotO 1 hour ago
        Just in the US. I have ONE European client... ONE of dozens who use GitHub.

        EVERY other client I've ever worked with used their own gitforge or at least bitbucket...

        • pelorat 23 minutes ago
          Github pricing is aimed at US companies. Small EU companies that can only afford to pay their 5-6 developers 60K euro per year rather selfhost than pay GitHub.
        • nixgeek 1 hour ago
          Selection bias then as the majority of European companies are for sure not hosting their own Forgejo or GitForge.
          • mechazawa 1 hour ago
            Where I work we're hosting our own gitlab instance and the previous company I worked for hosted their own Bitbucket. For most developers I know it's either a self hosted git platform instance or Github enterprise.
          • OtomotO 1 hour ago
            I've asked around in my circles, because I am genuinely interested: Everyone not working in startup space IS hosting their own instances.

            Hell, even I do it.

          • xigoi 1 hour ago
            Even my faculty, which otherwise licks Microsoft’s boots at all opportunities, uses self-hosted GitLab.
    • lxgr 1 hour ago
      It is, but a single point of failure is itself also an unstable equilibrium, given that a lot of things have to continuously go right for its continued existence in terms of governance of all kinds (technical, moderation policies, commercial/pricing etc.)
    • icepush 1 hour ago
      I think that, exactly how 95% of the people that left Twitter eventually returned, we will see a similar outflux of people from Github and the vast majority of them will quietly be back in a few months.
      • mort96 1 hour ago
        Do you have numbers to back that statement up? I don't necessarily doubt it, but I haven't seen anything to support it.

        Note that raw user numbers won't really cut it; if 1 million people left Twitter, it's possible that 500 000 of those people joined and 500 000 new people joined; the user numbers would look like everyone returned, but really only 50% did in this hypothetical.

      • TazeTSchnitzel 38 minutes ago
        Twitter is a shadow of what it once was. The design of the site has shifted very very hard in favour of being an algorithmic content soup rather than a social network in the traditional sense. This has juiced the engagement numbers but there's a lot less meaning to them now. (I can say all this because I am a bitter holdout who still tries to use the site to have conversations with people and form personal connections. Tragically it still offers something that Bluesky and the Fediverse do not, even if that thing is slowly but surely being smothered out.)
      • xpct 1 hour ago
        I'd say about a third of software engineers whose blogs I stumble upon and end up liking aren't active on twitter. Their accounts typically have nothing posted for 3-4 years, but they're active on bluesky or mastodon.
      • giaour 1 hour ago
        Was this reported and quantified somewhere, or does 95% reflect your experience? My experience was the opposite -- everybody I cared to follow left and never went back -- but I'd be willing to believe I'm in the 5%.
      • kakwa_ 1 hour ago
        Both are not comparable as the stickiness dynamics are completely different.

        On Twitter, it's mostly the networking effect, you want to be where peoples are, and unless a large chunk move at once, you are stuck there.

        On Github, it's the technical cost of migrating, the git part is trivial, but tickets, PR history and CI/Integration are another can of worms.

        Projects which moved away, moved away for good, at most only leaving a synchronized mirror.

      • CSMastermind 1 hour ago
        There was nothing wrong with twitter, it was a social fad to performatively leave.

        Github is actually down and I can't push code right now, it's blocking my business which is unacceptable. It's a broken tool.

        • jurassic 27 minutes ago
          X’s revenue is down by 2/3 from the acquisition peak. That’s all you need to know about whether the decline was real or not.
      • xnorswap 1 hour ago
        That was a political decision, this is an operational one. A lot of companies have become dependent on a working github and effectively have to down tools when it is down.
        • icepush 1 hour ago
          Being down for a few hours 2-3 times a month is obviously garbage from a reliability standpoint, but I think they will keep it going at just the level necessary to barely hold on to these customers.
      • tstactplsignore 41 minutes ago
        this varies by field, most scientists have left twitter for good
    • CivBase 15 minutes ago
      Good. Git is a decentralized version control solution. It's built for this. The centralization around GitHub was beneficial for the initial proliferation of Git, but has long since become a net negative. The "community" you speak of was never bound to GitHub. Better alternatives have emerged and for many it's time to move to greener pastures.
    • watwut 34 minutes ago
      I think that especially when it comes to hosting, competition is good. Everything centered on github was the bad state previously. I remember people on HN claiming they wont hire someone without github account.

      This splintering should happen more often.

    • dimgl 1 hour ago
      Twitter is unstable? I can't remember the last time it had an outage.
      • sunaurus 1 hour ago
        Are you potentially in the US? I think the experience is very different globally.

        Ever since the Twitter -> X rebranding, every time I open Twitter links, I have a very high chance of hitting a "Something went wrong" type page, with a retry button that just does nothing. It's been like this for ages. I barely open Twitter links anymore as a result.

      • obeattie 1 hour ago
        I think they may mean Twitter's 'Fail Whale' era – late 2000s/early 2010s, when it regularly fell over under load.
      • BryanBeshore 1 hour ago
        ~2007-12?!
    • bewareofscams 1 hour ago
      Fuck the community, nobody needs that, especially in a version source control system. Thinking otherwise is just dweebs' eternal longing for belonging, or someone has some bullshit to sell to the unsuspecting dirty masses.
  • khvn26 2 hours ago
    I had a lot of goodwill for GitHub but I think today is the tipping point.

    Looking at a unicorn page, I feel this lingering hope that it's transient (like it usually was in the old days) but my mind reassures me it's probably going to be a long full outage again.

    The hope is dead.

    • stingraycharles 1 hour ago
      I’m willing to give them a break as I’m assuming they have a lot of scaling problems due to the influx of LLM assisted coding.

      But maybe I’m wrong?

      • worble 1 hour ago
        I have little sympathy that they're buckling over a problem they helped create.
      • mrighele 59 minutes ago
        > scaling problems due to the influx of LLM assisted coding

        You mean people pushing LLM assisted coding, or github's own coders pushing LLM assisted code to production ? :-).

        I am more inclined to think that it is the second, but if the reason is the first, what is particular hard to scale ? It's not like everybody is vide-coding into a single repository, so I would expect that most of the load would naturally be scalable by increasing the resources. If for some reason that is not possible, I would expect a corporation as big as Github to keep the paying customers working by gracefully denying service to the free tier, not to collapse like an house of cards.

      • nxc18 27 minutes ago
        The quality and performance of GitHub enterprise has degraded horribly this year. Their problems are self-inflicted and influx is just an excuse.

        Despite minimal new features, and drastically increasing hardware resources to keep up, self-hosted GitHub enterprise went from things being instant to most requests taking many seconds. And activity on issues in one repository tends to mysteriously re-open issues with the same number in other repositories.

        I think they are vibe coding and facing the consequences.

      • theappsecguy 53 minutes ago
        They've had an insane influx. It seems that they should more aggressively limit free tier activity or isolate paid users, this has become unbearable...
      • BowBun 1 hour ago
        How many weeks/months can they use this excuse? They are literally are at the forefront of this emerging industry and are capturing untold value. To let their product suffer and potentially lose market share because of it is extremely foolish
        • kypro 1 hour ago
          Scaling can take time but they've had at least a year to prepare. It's not like any demand increase they've seen was overnight...

          At most normal companies you monitor your systems and address potential bottlenecks before they reach a tipping point. And generally you want enough headroom that a sudden 2-3x increase in demand wouldn't take out the service.

          Either Github's technical leadership/talent is completely out of their depth (seems unlikely), or they're not hiring enough engineers to work on these capacity issues.

      • cautiouscat 46 minutes ago
        That’s the reason they gave, and I believe them. But I also think there has to be more to it. If your paying users are seeing degradation caused by (likely) free tier users (for years by the way), restrict the free users.
      • benrutter 1 hour ago
        I'm really curious how other codeforges are faring. I only use codeberg and github - codeberg seems to have less outages, especially for a much smaller organisation, but they've recently removed support for LLM projects which could be linked.

        Anyone here have data on whether the likes of gitlab have been impacted in the same was as github?

        • koalp 1 hour ago
          I love codeberg but it also have outages and is sometimes quite slow.

          But I’m more lenient with codeberg because they are a non-profit and as you say, they are banning vibe-coded project because of the cost to infrastructure. In the meantime, GitHub is encouraging vibe-coding, multiplication of the source code, and genAI discussions.

        • sznio 1 hour ago
          my personal forgejo instance has had 100% availability for the last two years.
      • slowin 1 hour ago
        Services like Facebook have orders of magnitude more activity than GitHub and manage much better uptime.
      • sharts 1 hour ago
        Even Claude could have caught and addressed most of these scalability issues long ago. This can’t be due to load or capacity. This is something else.
      • lijok 31 minutes ago
        If they did, they would’ve paused new feature development a long time ago and redirected that resource towards scaling the platform. And yet they’ve been releasing tonedeaf features more than ever.
      • bamboozled 1 hour ago
        Isn't all the LLMs and AI supposed to be "solving these problems" because all the engineers are now 10x ? Not being sarcastic but I mean, this is what we were told and sold...by the likes of...Microsoft.
      • catigula 30 minutes ago
        Enterprise software isn't about giving "breaks"; it's about does the product work for you or not.
      • kedihacker 1 hour ago
        It should be embarrassingly paralel I don't get how they can't figure out
        • blanched 1 hour ago
          What should? Presumably if it were easy and solved their most visible problem then they would have done it already?
          • esafak 50 minutes ago
            Maybe they just suck.
      • nicoburns 1 hour ago
        I saw an HN comment a few weeks back claiming their traffic has increased ~10x.
      • rvz 1 hour ago
        Well, it has been 8 years since the acquisition and they have had access to Azure infrastructure to keep up with the scale and yet, it is still struggling due to free compute thanks to Actions.

        They need to start getting rid of the free tiers for GitHub Actions and actually charge appropriately or increase prices for it.

      • Maxion 1 hour ago
        They've done the typical sillicon valley sillyness of having 10 000 engineers over-engineer a product so that there's way too many features built on top of what should be a simple tool and are now paying the price. Literally every larger US company makes this mistake.
    • bjackman 1 hour ago
      I deployed Forgejo on my homelab yesterday. Now GitHub is just a free backup service.

      I guess they're quite happy with that TBF, it doesn't seem like they're that interested in being a git forge anyway.

    • brahma-dev 1 hour ago
      Atleast you're getting the unicorn. I am getting 404 on valid links. For a moment I thought the repo is gone.

      https://imgur.com/b0Xj3Z6

    • fmbb 1 hour ago
      They should replace the unicorn image with a horse or at least a zebra during ongoing incidents.
  • leishman 1 hour ago
    I don't understand why Github hasn't solved this problem with pricing updates. My understanding is they are getting hammered with LLM generated code growing their traffic by over an order of magnitude. So why not rate limit non-paying users and charge for whatever scarce resource is being consumed that is causing them to constantly fall-over? This seems like a basic economics problem.
    • adverbly 2 minutes ago
      > My understanding is they are getting hammered with LLM generated code growing their traffic by over an order of magnitude

      Seems presumptuous to assume a root case while the incident is still ongoing, no?

    • noahbp 1 hour ago
      Because any price at all will immediately cause users to shift to another platform, and GitHub's value is that it is _the_ place to put your code on the internet.
      • aurareturn 1 hour ago
        And another platform will suffer the same thing and charge probably even more?
    • Waterluvian 1 hour ago
      The people with the spreadsheets have determined the value of this loss leader to be too enormous to shut it off.
    • guluarte 5 minutes ago
      they want that code (from private repos) to train the models
    • phtrivier 1 hour ago
      They also sell the machinery to produce the slop (through OpenAI at least).

      If they make it harder to push slop on github, people might treat it as an incentive to generate less slop. Less tokens sold. Bad. Very bad.

      The github paying customers are not going to move away.

      Plus, it's probably genuinely hard to scale. And they can't throw compute at the problem - all compute is already going to the LLMs.

    • BryanBeshore 1 hour ago
      They would benefit from a HackerNews-esque karma system.
    • duped 1 hour ago
      Microsoft executives have an incentive to pretend that AI is great and scaling it has no problems
  • perks_12 1 hour ago
    The LLM code influx is not the problem. Microsoft mismanagement is: https://damrnelson.github.io/github-historical-uptime/
    • aeyes 1 hour ago
      I was there before 2018, their reliability was never that good.

      I still remember that they launched GitHub Actions in 2018 and back then I was thinking: They can't even make the website reliable, surely this will only cause them more problems.

    • rotis 23 minutes ago
      This site's trustworthiness when it goes for pre-aquisition data was disputed here already:

      https://news.ycombinator.com/item?id=48086786

    • sharts 1 hour ago
      Fax. Those falling for the load/capacity excuse are gullible.
    • MallocVoidstar 1 hour ago
      GitHub's historical uptime page is fake, they backfilled it with 100% uptime going back to 1996: https://www.githubstatus.com/uptime?page=200
      • standwportugul 1 hour ago
        seems to be correct. there's no record of the outage on 8/13 :/
        • let_rec 21 minutes ago
          HN is likely a better source than GH status...
  • tom1337 41 minutes ago
    > Warning: Failed to download action 'https://codeload.github.com/'.

    > Error: Response status code does not indicate success: 429 (Too Many Requests).

    > Warning: Back off 19.714 seconds before retry.

    > Warning: Failed to download action 'https://codeload.github.com/'.

    > Error: Response status code does not indicate success: 502 (Bad Gateway).

    > Warning: Back off 22.228 seconds before retry.

    > Error: Response status code does not indicate success: 429 (Too Many Requests).

    > Error: Failed to download archive 'https://codeload.github.com/' after 3 attempts.

    Nice - even their own action runners are getting rate limited atm

  • s_dev 1 hour ago
    I recall reading years ago that cloud services were expected to run with a reliability of 3 or 4 '9's and that if they didn't competing services would quickly overtake them in adoption. The industry was supposed to be that cut throat.

    Has big tech reached a similar status like banks in that they are "too big to fail" i.e. when they do fail we all just look the other way and say: "well everyone else is out too". Didn't someone recently calculate that GitHub is running at 95%? For comparison the Irish Rail service which is not reliable has 80% of it's trains run on time.

    This seems absurd and really challenges a lot of ideas I had about big tech and cloud infrastructure. GitHub seems to have remained the dominant player relative to GitLab etc.

    • Galanwe 1 hour ago
      That canot happen if the market becomes monopolistic, with every bigtech out there buying every startup worth a penny. The erosion of anti trust in the US created this monstrosity.
    • hmry 1 hour ago
      https://vimeo.com/355556831

      We don't care. We don't have to. We're the phone company.

    • willchis 1 hour ago
      A lot of it is inertia I think. I hear people saying that they "just use so-and-so for version control" but really we all have tons of CI/CD build and test pipelines, config, business processes etc in Github (rightly or wrongly).
    • efficax 35 minutes ago
      I think AI is going to change this. Once you've built around github you feel locked in, since moving all your CI and other actions out of there, and your workflows out of there, is labor intensive. Now you could migrate from github to another service in a week, maybe less depending on how many workflows you need to move.
    • akmarinov 1 hour ago
      Competing services can't afford the data storage to compete with Big tech
  • smcameron 49 minutes ago
    I wonder if you could replace the whole github issues feature with just a directory within each git repo named "Issues/". Within that, have another couple directories, "open/", and "closed/". Within "open", have a directory per issue, e.g. "such-and-such-does-not-work/". Within each issue directory, have "issue.txt", or "issue.md", which takes the place of the page for each issue on github. You could store other things in the issue directory which "issue.md" could reference, e.g. screen shots, logs, whatever. When an issue is closed, it gets git mv'ed to "closed/". You want to see a list of open issues sorted by time? Just "ls -ltr Issues/open". Want to see open issues related to the frakfrobber? "grep -i frakfrobber Issues/open/*". Add a comment to an issue? "vim Issues/open/my-issue/issue.md; git add !$; git commit -m 'Updated my-issue';" It would move the entire issues subsystem back under control of bare "git" and make it portable. Undoubtedly, I am not the first to think of such a thing.
    • jasongi 45 minutes ago
      The whole point of issues is that users can create them when they don't have repo write access.
    • nafey 41 minutes ago
      Check out Haxxy, it has a lot of fresh ideas related to issues/pr management

      https://youtu.be/iBDUTaKWVdU

      • smcameron 10 minutes ago
        Thanks for pointing me to that! Definitely some cool ideas in there. Almost seems like some of those ideas could be incorporated into git itself.
      • themikesanto 20 minutes ago
        I don't think a YouTube link is the best way to evangelize a new tool.
    • teddyh 23 minutes ago
  • ieie3366 1 hour ago
    To everyone who is angry: calm down. Github’s servers are constantly on fire as their usage increased something like 50x due to LLM sloppers pushing large amounts of trash code

    Unless you have a emergency hotfix (you don’t), go hit the gym or walk outside.

    If a work tool going down triggers you enough mentally to start angrily ranting online, it’s a sign you need to chill out and focus more on your health

    • askonomm 1 hour ago
      That's an overly optimistic view of things. For a lot of us GitHub is critical infrastructure, which if it goes down loses us and our customers money.
      • datsci_est_2015 1 hour ago
        It is interesting, how much money is being lost during this outage?

        My significant other was just let go from their job as a scapegoat for an organizational error: 3 layers of failure - IC, manager, director, and the IC was let go. The error caused a 7 figure loss for the company that has 10 figures of revenue per year. The manager and director may not see any consequences, though the director will probably be forced out by end-of-year due to incompetence. The new executive has taken to firing employees much more eagerly than their predecessor, like some sort of Jack Welch acolyte.

        Their firing has put a lot of things into perspective for me. Mostly, fuck "at-will" employment and its negative effect on the American social contract.

        But also this "angry ranting" online that the original poster was referencing. Not everyone has the privilege to calmly respond to things that directly impact their livelihood.

        • theappsecguy 29 minutes ago
          Any engineered system where an individual can accidentally cause a 7 figure outage is poorly designed. And engineering leadership that decider to terminate an individual due to such failure (as long as there was no malicious actions) is completely clueless.
          • starkshift 19 minutes ago
            Captain obvious over here
      • nullify88 14 minutes ago
        GitHub Enterprise Cloud has been chugging along with no issues. I hope your critical infrastructure isn't dependent on a free tier / service. And that you have a business continuity process in place.
      • Waterluvian 1 hour ago
        I'd be curious what the statistics might actually be for people who are directly affected because their business is suffering vs. people affected because their employer's business is suffering.
        • 6LLvveMx2koXfwn 1 hour ago
          Most people's employment prospects are directly correlated with their employers ability to make money.
          • john_strinlai 1 hour ago
            most people's employers arent firing people over a few hours of github outage.

            not to mention that any business which could potentially lose enough money that they would need to let go of developers from a github outage should probably already have some business continuity plans in place.

        • polycaster 1 hour ago
          For Germany it's roughly 1:11 if you go by the self-employment rate (~8% of the workforce).
      • antaviana 1 hour ago
        "It's just money. It's made up. Pieces of paper with pictures on it so we don't have to kill each other just to get something to eat". Jeremy Irons in movie Margin Call
      • parthdesai 1 hour ago
        How is github being down losing you guys money?
        • dewey 1 hour ago
          If you pay developers x money / day and one of their core tools is down for n hours during the day and they spend their money on HN instead that's pretty straight forward to calculate.
          • parthdesai 59 minutes ago
            I meant more for their customers specifically
        • aurareturn 1 hour ago
          I was in the middle of a hot fix. Our pipeline goes through Github.
          • parthdesai 58 minutes ago
            That's understandable, but surely there's a way to bypass it? You need to have a breakglass procedures lol
            • penultimatename 35 minutes ago
              “lol just use a workaround” doesn’t work in an environment with hundreds or thousands of employees coupled with audit, security, and other legal requirements to ship software.
              • parthdesai 6 minutes ago
                If you're actually bleeding money, you better believe you'll get permissions for a workaround, if you know what you're doing.

                It all ties back to the OP, where the issue you've might not be as bad as you think. I have been in situations where we have dropped all procedures to push a hot fix because we were actively bleeding money, and in situations where you know there is an issue, and you let it be.

        • phoronixrly 59 minutes ago
          Imagine Github being critical infrastructure for you... The ineptitude...
          • parthdesai 57 minutes ago
            We use github quite a bit as well. Github being down currently is not actively losing us money, i.e. having customer impact.
      • kakacik 1 hour ago
        If its so critical why relying on it, and not having ie some mirror or some other way to handle any sort of outage like this. its not like Microsoft is your friend or good business partner, ever.

        With every single of these enterprise 'cloud' offerings you are giving (almost) complete power over your business/project to somebody else who couldn't care less about your success or failure, you are simply irrelevant for them. I see it at work too, every time critical external systems go down whole bank stops still, just because few bucks were saved yearly on some on-prem servers.

        Look at it this way, you are learning some important lesson today and finding great area of improvement for resiliency from now on.

      • AlexandrB 1 hour ago
        Boomer opinion but trusting third parties to be critical infrastructure, especially with no SLA in sight, will always end in tears. "The cloud" is very convenient, but its providers will never care about your infrastructure or your customers as much as you will.
        • Maxion 1 hour ago
          Older millennial here and I agree. If you rely on Github you should at least be have your processes such that you can work around it.
          • whynotmaybe 1 hour ago
            That's the reason why my build agent is self-hosted
        • swills 37 minutes ago
          Agree. But also, it's affecting everyone equally, whether they have a free personal account or are part of an enterprise account with SLA. Understanding the practical value of an SLA is an interesting problem.
        • aenis 1 hour ago
          Boomer here as well, but I'd add that trusting your own org for critical infra usually also ends in tears. Most everything in IT involves failure, including in well designed systems designed by great engineers.

          I worked for a few years in an exceedingly well capitalised place which ran everything in their own data centers, money no object, with a truck parked somewhere, ready to go, with a smaller version of our critical infra. We had a serious business-stopping outage once every 18 months or so, every time for fringe reasons one only learns about when trying to run a large data center. Its convenient to blame the cloud and pretend that self-hosting in private sector was so, so great with six nines.

          • 6031769 1 hour ago
            At this point github is barely managing one nine.
            • aenis 58 minutes ago
              True. I'd be very annoyed if I had anything mission critical on github. While we have everything in the cloud, we do actually self-host that part.
        • otterley 1 hour ago
          3P-maintained infrastructure is what makes civilizations work efficiently. We're not all digging our own wells, generating our own electricity, and burning or burying our own garbage.
          • kalaksi 1 hour ago
            You are still supposed to be prepared for outages.
            • otterley 25 minutes ago
              Agreed. So is the issue really then that people were inadequately prepared with backup plans and now they're suffering the consequences?

              It's not all that different from, say, an AWS region having a service impact. People would rather complain about AWS than prepare and utilize a well-tested recovery plan to shift to a standby region. Oftentimes there's no fallback plan because the business already considered it and decided it was too costly relative to the benefit, but when the incident happens, they still can't help but complain. Humans being humans.

        • raffael_de 1 hour ago
          +1 (as a millenial) ... especially given that setting up a git server for non-OSS company code isn't too much of a challenge really. also, no need to self-denigrate this reasonable opinion in preemptive obedience.
          • otterley 23 minutes ago
            GitHub is way more than just a git repo host. It manages code reviews, merge (pull) requests, and has an entire CI/CD workflow engine in it. Replicating all that is a challenge that most orgs are not up to.
        • poisonborz 1 hour ago
          How did this become a boomer opinion? It is proved truth thousand times a day. Not that you shouldn't use third parties - but in this industry you can shrink this exposure to the minimum, and have plan B for anything else.
        • ethagnawl 1 hour ago
          You're right.

          However, I'm also of the boomer opinion that you should get what you pay for. "Ranting online" about a service (you pay for) being unavailable is a reasonable reaction. It's not like they have a call center you can dial into for support ...

        • SideburnsOfDoom 1 hour ago
          People are already saying things like "We need a plan B in case we urgently need to deploy a fix to production, and GitHub Actions is unavailable again".

          But in general, it's not feasible to do everything in house.

          And I don't think that GitHub is devoid of SLA: https://github.com/customer-terms/github-online-services-sla

          The issue is that they're not achieving two nines uptime in practice.

        • TZubiri 1 hour ago
          Boomer who has never had a business? Depending on third party suppliers is business as usual.
          • pigeons 45 minutes ago
            Well it's not business at all today!
        • BryanBeshore 1 hour ago
          Truly a boomer opinion. Respect!
      • TZubiri 1 hour ago
        And it's not just the user's fault, GH spent a considerable effort in marketing to position themselves as such, see Github Actions and similar junk.
    • jjice 1 hour ago
      > Github’s servers are constantly on fire as their usage increased something like 50x due to LLM sloppers pushing large amounts of trash code

      I sympathized with them when they said this a handful of months ago, but then I saw this [0] page that shows how it's been shot for years prior (which tracks with my memory).

      I feel for the GH engineers that have to deal with this, especially the SREs. I also don't hate the downtime right now, as I'll make a cup of coffee and do something else. I will say though, I did have a hotfix a week or so ago during the Actions outage, which really was a pain.

      You're right that getting angry and ranting isn't the right reaction here, but I do no give them the LLM load excuse. I don't give them an out for having awful uptime during work hours for a product we pay quite a bit for as an org.

      [0] https://damrnelson.github.io/github-historical-uptime/

      • twistedpair 1 hour ago
        They _are_ the LLM coding agent vendor, and are _owned_ by MS, the majority owner of OpenAI. How can you NOT consider that 20x+ scaling in your capacity roadmap projections, where you are trying to get everyone to use these agents as part of your core OKRs?

        Or, maybe your #1 IT priority was moving everything to Azure instead ;)

        • rafram 1 hour ago
          > the majority owner of OpenAI

          Largest shareholder (27%), not majority.

          • chilipepperhott 14 minutes ago
            Plurality should have been the operative word.
      • debarshri 1 hour ago
        It looks like right after Microsoft acquisition this started going off.

        This is the outcome of violating single responsibility principle in business.

      • Topfi 1 hour ago
        Github being under the CoreAI division probably also doesn't help the engineers prioritize addressing infrastructure issues and makes using LLM load as an excuse feel self-inflicted. Akin to feeling sorry when a pyromaniacs house burns down...
      • chrisjj 1 hour ago
        They've had a couple of months and still have not brought in sufficient extra capacity?? What's their excuse?
    • eddieroger 1 hour ago
      For the amount of money enterprises are paying to GitHub, there is a reasonable (and contractual) expectation of uptime. I don't think my boss would find it to fun if I bailed work to hit the gym just because GitHub was down.
      • iamcoder18 1 hour ago
        Yes, but GitHub enterprise has different uptime (https://us.githubstatus.com/posts/dashboard) and actually does have an SLA.
        • cyansmoker 1 hour ago
          As an enterprise user I can tell you that:

          - we are getting no benefit beyond getting excuses replies to our emails - right or wrong, but we depend heavily on GitHub actions so this has a very real impact on us

        • twistedpair 1 hour ago
          Since upgrading to Cloud Enterprise... why didn't my GH uptime get any better? Guess on-prem GHE server is the only way to do that.
          • joeyhage 1 hour ago
            My understanding is the us.githubstatus.com is only if you are using GitHub enterprise with a custom subdomain and data residency in the US because then *some* of the infrastructure is separate from GitHub.com.
          • mh- 1 hour ago
            [dead]
        • tedivm 56 minutes ago
          This, like all of their dashboards, is complete bullshit. As a GitHub enterprise user i am absolutely affected by the outage today, and have been affected by all of the GitHub Cloud outages.

          There is no separate enterprise platform unless you buy their self hosted server product.

        • eddieroger 49 minutes ago
          Yeah, I know, and it's down.
    • leishman 1 hour ago
      > Github’s servers are constantly on fire as their usage increased something like 50x due to LLM sloppers pushing large amounts of trash code

      Which means they have a pricing problem. Rate limit non-paying users.

      • xnorswap 1 hour ago
        Just take away free Actions and it would surely solve a lot of their scale issues.

        It's absurd that I have dozens of repos, many with GH Actions that run CI, test and then package and push to prod/package managers, and haven't paid GH anything.

      • anoplus 1 hour ago
        Right. It is not an excuse and they were notorious for outages before LLM era. Also, LLM can serve Github engineers as well, so we are all playing in the same field.
      • cluckindan 1 hour ago
        They already do
        • rzzzt 1 hour ago
          I can't check the commit history of some OSS projects without hitting a rate limit if I'm not signed in. My request rate is one request per (arbitrary time interval) at that point.
      • chrisjj 1 hour ago
        No. It means they have a capacity problem.
    • denysvitali 1 hour ago
    • sausagefeet 1 hour ago
      Actually, I do have an important fix for a deal we are trying to close that does need to go out. And I am paying GitHub to host this. Once or twice, I can see, but GitHub's SLA is getting worse than just hosting it myself, and that's the entire reason I pay GitHub.
    • sarjann 1 hour ago
      This has to be rage bait, this is a critical piece of infrastructure for many people. Stuff going down can lead to deployments failing and as you mentioned in many cases emergency hotfix's.

      The idea that we should be fine with this unreliability is just amazing. It's not a mental health issue to have problems when important infra fails.

      • john_strinlai 1 hour ago
        >The idea that we should be fine with this unreliability is just amazing.

        the comment doesnt say you should be "fine" with the unreliability.

        they are saying people shouldnt get so emotionally worked up over it. which, while i wouldn't phrase it in the way the parent did, i agree with the direction of their point.

        • sarjann 1 hour ago
          Except he tries justifying it.

          "Github’s servers are constantly on fire as their usage increased something like 50x due to LLM sloppers pushing large amounts of trash code"

          "Unless you have a emergency hotfix (you don’t), go hit the gym or walk outside." with assumptions like above.

          If it was, "hey they f*ed up but there's no point having an overly emotional reaction" that would be fine. But he seems to be justifying this. Especially with Github's record up to now of unreliability I think it's completely fair to be annoyed.

    • world2vec 1 hour ago
      Geez, sorry that the paid service my company paid for is down and I can't do my work.
    • madeforhnyo 1 hour ago
      > due to LLM sloppers pushing large amounts of trash code

      Which they encouraged by pushing Copilot down everyone's throat

    • constant_flux 1 hour ago
      GH shouldn't have promoted LLM usage the way they have if they didn't have the infrastructure to support it. Regardless of how you feel about the code quality (which you have zero evidence of), if GH has made commitments to supporting broad LLM usage, they need to back that up with the proper hardware and without whatever fragile SDLC processes they have.
      • pamcake 1 hour ago
        > GH shouldn't have promoted LLM usage the way they have

        No qualifiers necessary. But try arguing with a lawnmower...

    • bhouston 1 hour ago
      > To everyone who is angry: calm down. Github’s servers are constantly on fire

      Is this rage bait? Isn't Google, Amazon, and all the other services in the world similarly impacted by LLM's? Isn't Claude, OpenAI, etc.? Why can they handle the load but not Github?

    • s_dev 1 hour ago
      What if we're not angry and just perplexed? Do we calm down further or can we still ask questions?
      • ethagnawl 1 hour ago
        No questions. Only bench press.
    • _joel 1 hour ago
      It's every other day now. We pay for a service, we expect service.
    • malfist 1 hour ago
      Why do you get to tell me how I should feel?
    • AgentK20 1 hour ago
      what if I do have an emergency hotfix for a production outage though ;-;
    • DharmaPolice 1 hour ago
      This might be naïve but wouldn't the appropriate response be to reduce access/rate limit free/new accounts in order for service to be maintained for everyone else?
    • stetrain 1 hour ago
      > as their usage increased something like 50x due to LLM sloppers pushing large amounts of trash code

      Github and their parent company are active participants in pushing LLM-driven coding.

    • phtrivier 1 hour ago
      I understand the need to level-head the discussion and calming everyone.

      However, your "(you don't)" comment is not going to calm down all the people, who, you know, DO have a hotfix to push now, and DO have an angry customer that could not care less for which part of our infrastructure is breaking _their_ workflow.

      The only things would calm everyone down is guarantee that Microsoft would be paying for _our_ SLA breach compensation. But they don't. And I don't think anyone is paying their GH bill with a prorata of the number of time the platform was actually available.

      (I'm also aware that the wording of the contract probably clearly says that you should not use GitHub for anything critical, that Microsoft is only a small startup in their garage, that you can't credibly expect 90% uptime anyway, and that it's all the fault of LLM slop ! Bad LLM slop ! Also, please buy our LLMs to generate more slop, please.)

    • robofanatic 1 hour ago
      > constantly on fire as their usage increased something like 50x due to LLM sloppers pushing large amounts of trash code

      I find it hard to believe that github APIs don't have rate limits to handle traffic spikes.

    • anonymousab 1 hour ago
      Allowing and accepting the LLM load is a willful choice they made and are making at the expense of their users, including their paying enterprise users.

      They could easily tighten things up in that regard, and make a choice that is right for their main users at the expense of The MS corpo mandate/mission. It is a choice to do otherwise.

      • pamcake 1 hour ago
        Allowing and accepting? More like encouraging and instigating.
    • kilroy123 1 hour ago
      As a _paying_ customer, I disagree.
    • AustinDev 1 hour ago
      Alternatively, don't use GH for critical infrastructure they are no longer reliable, simple as.
    • slowin 1 hour ago
      Well, they’re a critical piece of infrastructure with terrible stability. I’m in the process of migrating us off GitHub now.

      I’m not a Meta fan but it’s interesting that they manage to keep their systems up with an order of magnitude more traffic. GitHub’s uptime is inexcusable.

    • javier2 1 hour ago
      While I agree in principle, Github with their CI is very critical to many parties.
    • semiquaver 1 hour ago
      Why would you take what they say at face value? I believe that this is basically a lie covering up deeper rot.
    • raincole 1 hour ago
      Or, you know, it's perfectly reasonable and natural to feel angry when a service you paid for gets worse over time.

      > Unless you have a emergency hotfix (you don’t)

      Oh, we do. Given the sheer number of users, it's almost guaranteed someone is on fire ever time GitHub is down. Statistics is a very charming branch of reality.

    • Topfi 1 hour ago
      No one ever has to commit anything time sensitive.
    • bradhe 1 hour ago
      > due to LLM sloppers pushing large amounts of trash code

      hey bud your bias is showing

    • delduca 1 hour ago
      > increased something like 50x due to LLM

      This should not be an excuse since they probably can use AI to fix it /partially sarcasm

    • thejosh 1 hour ago
      it's been trash for years, their status page just doesn't reflect that.
    • minne 1 hour ago
      Except I would like to get work done at work and spend time with my family when get home. Taking a walk at work is fine during the outage, but the kids will have to eat dinner without their dad. I'm not okay with that.
    • nerdix 1 hour ago
      Wouldn't be surprised if we lost free private repos because of the slopocalypse. Though most don't seem to be shy about sharing their slop with the world so I'm not sure if that will actually increase stability.
    • c2403 1 hour ago
      In this case, perhaps they shouldn't allow AI slop or promote usage of AI agents...
    • catigula 1 hour ago
      FYI this is an argument to not use Github, not an argument to use it.
    • cesarb 1 hour ago
      > go hit the gym or walk outside.

      My mind immediately went to this classic xkcd: https://xkcd.com/303/

    • OtomotO 1 hour ago
      You know, I am not employed.

      I have little time in my day to spend with my daughter. But I also have responsibilities. And one client has decided to bet on github. It's the only client I've ever worked with who has their code on github. EVERY other client has hosted their own gitforge or used bitbucket.

      So now I am not angry because some critical piece of US-american infrastructure is down all the time.

      I am angry because instead of spending time with my daughter I have to work on this later, because there are due dates and "Well, fucking GitHub was down" ain't gonna cut it.

    • sharts 1 hour ago
      It has nothing to do with load.
    • dimgl 1 hour ago
      What if you, you know, have a job?
    • TZubiri 1 hour ago
      is the infrastructure of the free tier shared with that of paid users? That might be the issue. Otherwise if usage of paid users scales, then it would be fine.
    • neo_doom 1 hour ago
      Agreed. This impatience culture is so toxic. Been down less than 30 mins.
      • anonymars 1 hour ago
        That's cool, I mean if you'd gotten here earlier you could have said "been down less than 5 minutes"

        So with the "elapsed time" out of the way (now over an hour, incidentally), how about "how long will it be down?"

  • mosura 1 minute ago
    At least we have moved on from the tedious hug-ops response.

    The question is which features do we want of Github but functioning in a distributed way?

    Identity? Stars? Issues?

  • peri-cl 1 hour ago
    Ah, so that's what the agent meant by summarizing a documentation page as "Unicorn!" I'd thought it was a very colorful hallucination (it's just GitHub's (unicorn-themed) failure page).

        Gathered details on embedding request syntax from
            Unicorn! · GitHub
    
    I was querying docs to figure out how to set up RAG to query docs locally. Alas.
    • abluecloud 1 hour ago
      i'm surprised the agent didn't take into consideration the http status code
      • gentlewater 1 hour ago
        What’s the code for http unicorn? /s
  • imnes 1 hour ago
    GitHub, Charles Schwab, Microsoft Teams, Copilot, New York State, AWS, Progressive, Azure, Microsoft Store, Cloudflare, ADP, Google Sheets, E-Trade, Fidelity... Did Mythos break out of it's container?

    https://downdetector.com/

  • beardedetim 2 hours ago
    We're starting to have the conversation of "do we need to replace GitHub as our CI/CD pipeline?"

    No idea if/when we decide to pull that bandaid but I think once we can't merge a hot fix into main because of GH being down, it'll be a big org push to replace it.

    What's everyone else using? Self hosted Gitlab? Gitea?

    • elric 2 hours ago
      > We're starting to have the conversation of "do we need to replace GitHub as our CI/CD pipeline?"

      Did you have the conversation "do we need to move from $whatever CI/CD to GitHub Actions?" beforehand? What were the arguments in favour?

      • Macha 1 hour ago
        Not the same company but similar discussions here:

        - It was believed that GitHub would be more reliable than our self hosted Gitlab CI runners. This has proven to be very false.

        - It was believed it would be easier to write tooling. I’m not on the dev tooling team, so can’t confirm if they found it true or not, but from the outside I see a lot more “Github can’t do that” than I did “Gitlab can’t do it”

        • Normal_gaussian 1 hour ago
          Those are both hilarious to me. In my last FTE role we had the exact opposite beliefs - we wanted to leave GitLabs increases in pricing and move to annual sub, but the reliability of self-hosted runners and the flexibility (and clarity) of the CI system was fantastic.
          • dataengineer56 1 hour ago
            > Those are both hilarious to me.

            Why is it hilarious to believe that the industry leader might be better at something than doing it yourself?

            • Normal_gaussian 52 minutes ago
              The hilarious part is more the absurdity and cognitive disconnect experienced when reading about serious evaluations that went in a completely opposite direction to those directly participated in.
      • beardedetim 1 hour ago
        It's a ~year old product that started on GH. So this is the first time this team has had to think through "okay, so this isn't as reliable as it was at $oldjob."
    • lsuresh 1 hour ago
      We use self-hosted Github runners, but it's a moot point if all of Github is mostly down as is the case right now. :\
    • layer8 1 hour ago
      Self-hosted GitLab at work, self-hosted Gitea at home.
    • mitchjj 56 minutes ago
      Worth being upfront with, I'm an employee, but; Buildkite.

      Frontier labs and global saas heavyweights run CI through us, plus a crop of open source tooling like Bazel, vLLM, Firecracker, Rails, Ray, Sorbet and Rust.

      Shopify, Uber, Airbnb, Canva stresstested the platform ten years ago for scaling issues.

      You need to take a little time to design upfront and take advantage of dynamically programmable primitives. It isn't the same ease/convenience as Actions. Bit more available though.

      • tom1337 8 minutes ago
        How would I be able to run my CI via Buildkite when I still host in GitHub and their API is down? We are currently already using self-hosted runners and they also don't work because either they aren't started by GitHub or can't download the code.
    • nerdypepper 49 minutes ago
      ultimately, folks need to stop writing massive YAML files to define their builds. CI should schedule jobs, your build system should define them. my workflow files look like this:

            steps:
                name: Do the thing
                 run: nix build .#
      
      at any point, if my CI is down or i need to switch or i need to run builds locally, i can do so trivially.
    • stephenway 1 hour ago
      If you're seriously looking at Gitea/Forgejo, I run Fjord, dedicated managed Forgejo, so you don't have to operate it yourself. We can help with migration and runners too. We also run a free public Forgejo instance if you just want to kick the tires first.
    • qweqwe14 1 hour ago
      Self-hosted GitLab and self-hosted GitLab Runners (Omnibus Docker image)
    • nerdypepper 1 hour ago
      > What's everyone else using? Self hosted Gitlab? Gitea?

      tangled.org!

      • http-teapot 1 hour ago
        What's your experience with tangled? Would love to hear the experience from other users as well
        • MarkBennett 23 minutes ago
          It's worked great for hosting my smaller personal projects so far, and I've already received a few helpful pull requests from the community.

          Tangled.org really been working to ensure all their features work from data hosted on your personal data server (it's based on ATproto) which means should their performance, reliability, or monetization ever get you down it's easy to switch to a competitor since you're not locked in.

      • classified 1 hour ago
        I'm completely untangled. From GitHub.
    • dcan 1 hour ago
      Self hosted Gitlab at work with local runners
    • speleding 1 hour ago
      If your app is not too large you can do CI/CD perfectly fine from your laptop. Put it in a docker container if you want to ensure it is perfectly reproducible. You still need Github as the origin repo to pull from, but the "git part" of GitHub seems to be (almost) always up and running. (We use "capistrano" for this)
      • cesarb 1 hour ago
        > If your app is not too large you can do CI/CD perfectly fine from your laptop.

        Not if you want to make sure it compiles and works on Windows (which you don't have) or macOS (which you don't have and can't emulate). That's something github gives for free, and for me, it's the only reason to stay on github for small/tiny free software projects (at least as a secondary host).

    • c2403 1 hour ago
      Have you considered Codeberg?
      • sscaryterry 1 hour ago
        Different set of ideologies completely, not an alternative.
        • 6031769 1 hour ago
          An alternative set of ideologies is part of what makes it ... an alternative!

          I mean, that plus better uptime.

          • sscaryterry 57 minutes ago
            Its about freedom, which codeberg are supposed to be proponents of. Turns out, they're no better than github :)

            See: https://blog.codeberg.org/protecting-our-floss-commons-from-...

          • Macha 1 hour ago
            I remember in 2024 passing over codeberg as the host for some of my personal projects because of the uptime. I don’t think Codeberg’s uptime has gotten any better but despite that it’s getting a lead over GitHub now.
    • latchkey 1 hour ago
      blacksmith.sh just raised tens of millions on the core premise that self-hosting CI/CD is hard [0].

      they've had multiple outages in the last week, so i guess they are proving themselves correct.

      in practice, giving ssh/sudo to AI (codex) and telling it to setup ephemeral self-hosted runners on your own host VM (qemu), takes about 30 minutes and works extremely well. it bangs out all the shell scripts. moved my own business over to it. zero problems.

      you might even find it is kind of neat too. you can customize your VM with software pre-installed. speeds up your builds quite a bit.

      [0] https://www.blacksmith.sh/blog/blacksmith-seed-announcement

    • drno123 2 hours ago
      Self hosted Gitea
      • newswasboring 2 hours ago
        When you self host, what happens with your compute costs? CI can be super expensive depending upon your test pipeline. Do you end up spending more than you would with GitHub actions for example?
        • JoshStrobl 1 hour ago
          Just get some x86 and ARM runners off netcup, manage Woodpecker CI + Woodpecker Agent. Generally pretty hands-off once you get it set up. That plus a cheap VPS running Forgejo with postgres off-site backups, you are looking at a small fraction of the cost compared to per-seat GitHub pricing for orgs + Action Minutes.
        • Maxion 1 hour ago
          Huh? The VPS boxes have a fixed monthly fee
          • applidhumanco 1 hour ago
            He is likely referring to the CI runners. Gitea has their own version of Actions runner. It is very much usable, though currently inferior to GitHub Actions (not always a 1:1 replacement, even though they aim for it to be): https://docs.gitea.com/usage/actions/

            Cost as always depends on your usage, but it will likely be less than your current cost of GitHub Actions.

    • badgersnake 1 hour ago
      TeamCity
  • ramoz 4 minutes ago
    Nobody's replacing the social and community aspects of GitHub.

    I think it's fine if we begin to move back towards distributed software supply chain infrastructure.

  • Maxion 1 hour ago
    > We are seeing an approximate 20% error rate across numerous experiences including Pull Requests, Issues, and others. Investigations are currently under way and we will be posting updates as they become available

    Well it's 100% down for me, so does this mean 20% of all users are fully down?

    • lionkor 1 hour ago
      It means it doesn't count towards their uptime at all, I guess, because all their uptime stats are very high for a service that is down more than anything else I use
      • Maxion 1 hour ago
        > Pull Requests is experiencing degraded performance. We are continuing to investigate.

        > Posted 1 minute ago. Aug 17, 2026 - 13:58 UTC

        It also took them 20 minutes to realize that peoples requests to /pull/xx are not working :D

  • rglullis 1 hour ago
    I'm self-hosting Gitea and Woodpecker CI for least 6 years, alongside my own docker and pypi registries. Adding x86 and ARM runners, it costs me circa $30/month to run the whole thing, and I am reasonably sure that I could make the whole thing scale at a lower cost per user than what Github charges.

    I am seriously, 100%, contemplating the idea of offering consulting for migrating companies and projects out of Github. Given that I am fully employed, I'd only be able to do this on the weekends. Could I get a show of hands to get an idea of potential customers?

    • ramon156 1 hour ago
      Doing the same thing, and I'd join you in this consulting haha. It's a breath of fresh air to know what your CI is actually doing
    • herpdyderp 1 hour ago
      Sounds interesting but I'm just going to do the same thing as you (self host).
    • BowBun 58 minutes ago
      I work at a startup with ~20-30 devs. We're talking about a project like this. I'm not sure weekends would work for an actual company, though maybe it depends. I think there would be an appetite for this. From my POV - the main areas of interest are how you can roll this out to a team gracefully without breaking everyone's workflows for multiple days. Good luck
      • rglullis 19 minutes ago
        The most natural way to roll this out would be to have a "blue/green" system, where both systems are running and the weekends would be the time to take the steps towards the migration. First set up the servers, integrate Auth/SSO (depending on the current company set up), etc. That could be done probably in a single weekend.

        Once this is done, the team would have two possible git remotes to work with. Given that gitea also allows mirroring with Github, the team would be able to even switch to Gitea as the "main" git remote and for PR reviews even if the CI part is still on Github.

        The harder part would be migrating the CI jobs. But this also can be done in parallel and no one needs to cut out their Github actions immediately. Start with the simplest of the stages, e.g, the automated test suite, and once you get the whole pipeline from Woodpecker on an staging environment, you'd could take another weekend to test the whole workflow. Once the first project is successfully migrated, it becomes a matter of repeating the process.

        Woodpecker is still a bit finicky and debugging it can be a bit annoying, but given that it's all based on docker it is a lot easier to debug a pipeline locally.

  • fzumstein 1 hour ago
    Funny enough, I received a marketing email from GitHub during the outage with the following subject: "What if every pull request you started actually shipped"
    • Aachen 1 hour ago
      Huh, they usually do? I'm not a full-time developer though so I'm surely biased towards doing the obvious quick fixes or already-discussed things, but discussing how to solve a problem before throwing something at the wall seems like the normal thing to do for me

      Or is their point about abandoned projects where the dev never clicks release after merging, or even never merges?

      • BowBun 53 minutes ago
        The joke was that we have open pull requests that we cannot merge because of this downtime.
      • Laurel1234 1 hour ago
        The point is you can't ship shit during an outage.
        • Aachen 53 minutes ago
          Yeah I saw the humor of that :) Just curious about the thing they're trying to even sell, it doesn't sound like something they can offer even if they had a good SLA
  • toastal 32 minutes ago
    The PSA is that you should always have a mirror—even if just a bare repo folks can pull from during downtime.

    …& this is ignoring all the moral reason for avoiding US-based, publicly-traded, proprietary software for host largely free software. They also deny access to users due to US sanctions, privacy-conscious users won’t want to create accounts/agree to ToS, & rubbing shoulders with other corpos your project can be taken down if it upsets the corpos don’t like it (see youtube-dl, Switch emulators, etc.).

    • _joel 23 minutes ago
      Sure, but it's not just the reoo. It's PR's, code review and you've got a bunch of actions then it's difficult (not impossible) to deal with those being down.
  • mirekrusin 12 minutes ago
    Why are people complaining? It’s not a bug, it’s a feature.

    You have a free bank holiday, go look at green trees, listen to birds, find somebody who's wrong on HN etc.

    The only poor souls here are some github devops team (team of copilots?) and those using alternative services.

  • chilipepperhott 16 minutes ago
    What I want:

    A self hosted version of GitHub that is a precise mirror of an actual GitHub repository. That is, PRs from GitHub appear on the selfhosted instance and my reviews from the self hosted instance appear on GitHub. That way I can work on my private instance when GitHub is down (or slow) and I can be assured my work still appears to everyone online.

    Does this exist?

    • CivBase 11 minutes ago
      Git gets you 90% of the way there. Sounds like you just want a decentralized review solution to go with it.
  • swills 25 minutes ago
    Here's an article from Oct 2025:

    "Microsoft’s data-center shortages to persist longer than expected - Bloomberg"

    https://ca.finance.yahoo.com/news/microsoft-data-center-shor...

    Perhaps relevant tho. I would imagine if they could simply throw more hardware at it they would. And I wouldn't imagine inability to throw hardware at it would be due to software scaling issues. So perhaps it is simply lack of available hardware?

  • nine_k 38 minutes ago
    (Umpteenth time:) GitHub is not about just publishing source code; with git, it's trivial out of the box.

    GitHub's value is in the PR process, in CI/CD, releases, the issue tracker, and an identity system propping all of that. This is the thing to replace, and it's quite a bit harder.

  • standwportugul 1 hour ago
    Funny thing about the status page is that you can't find any record of last Thursday's outage. It's all green across every service.
  • gortok 21 minutes ago
    So how’s using Azure to power GitHub going?

    Seriously. It seems like there’s an issue every other week. It would historically be normal to provide post mortems, and maybe I’ve missed them but seems like there are almost weekly issues and no follow up into the core reasons why.

  • brookst 2 hours ago
    It's getting to where we should just post when it's working fine, to reduce noise.
  • abelanger 35 minutes ago
    If you really need to merge and deploy, I've been having some luck getting things moving with the gh cli:

        gh pr review <xx> --approve
        gh pr merge <xx> --squash --delete-branch
    
    Might not help your deploy process if webhooks are degrading, but at least it can keep your remote in sync with local changes, if you need to deploy from local.
  • blinky88 2 hours ago
    This is getting ridiculous. Issues, PRs, actions... nothing's working
    • biennvops 1 hour ago
      Interestingly enough if you access the PR number directly it still works.
      • imstil3earning 1 hour ago
        But the `Files changed` tab still 500's so the direct PR link is not worth much
      • majewsky 1 hour ago
        Not for me.
      • Maxion 1 hour ago
        Probably cached data and the listing search is not?
    • duxup 1 hour ago
      Not for me. Unicorn error.
    • orangeisthe 1 hour ago
      gh CLI works for me
  • Einenlum 10 minutes ago
    Well, at least their status page is up.

    I slowly but surely lowered my expectations.

  • aleksandrm 2 hours ago
    Can anyone shed some light why GitHub is having so many problems lately?
    • consumer451 1 hour ago
      Copy/paste of a comment I posted a couple months ago:

      I am not trying to make any excuses for GitHub, however I recall one tweet that made my eyes bug-out:

      > Yup, platform activity is surging. There were 1 billion commits in 2025. Now, it's 275 million per week, on pace for 14 billion this year if growth remains linear (spoiler: it won't.)

      > GitHub Actions has grown from 500M minutes/week in 2023 to 1B minutes/week in 2025, and now 2.1B minutes so far this week.

      https://x.com/kdaigle/status/2040164759836778878

      https://xcancel.com/kdaigle/status/2040164759836778878

      ---

      edit: see a counterpoint I posted down-thread.

      • rand_r 1 hour ago
        That's fine, but rate limiting is a solved problem at this point. They need to rate-limit free accounts and be realistic about their limits instead of letting the system fail.
        • chilmers 1 hour ago
          Free (and non-free) accounts are already rate limited. The likely problem is that individual accounts/repos rarely hit those limits, instead the explosive demand is due to a massive growth in the number of small, individual projects being creatd.
          • materielle 55 minutes ago
            The person you were applying to said “rate-limiting” but I think they meant “load-shedding”.
          • consumer451 1 hour ago
            [dead]
        • Maxion 1 hour ago
          Probably can't do that easily due to shitty engineering decisions in the past
          • 4lx87 1 hour ago
            Or inept managers.

            Manager: Why is the site down!?

            Engineer: Because it can’t handle this level of traffic. We can rate limit to the level we can handle to keep the service running.

            Manager: Okay, let’s do that!

            Engineer: Okay. Rate limiting at N req/min.

            Manager: I’m getting complaints we’re denying service to customers!? We can’t rate limit our users if they want to use it. Increase the rate limits.

            I’ve had this conversation more than once in my career.

        • zzbzq 1 hour ago
          They were about to push a big change to actions pricing a little wihle ago and people revolted
      • cedws 40 minutes ago
        And most of that growth is just garbage. I'm not even anti-AI, but just look at the quality of projects on GitHub these days. The site is full of spam, it's not a place for professionals anymore.
    • MontagFTB 1 hour ago
      Their infrastructure is buckling under increased demand from AI generated code.

      Imagine the software development lifecycle is a river blocked by several dams- necessary processes that also slow the water’s volume and speed. Writing the code was a very big dam upstream, and successive dams didn’t need to handle a lot of water. With that dam busted wide open, the torrent of code is inundating downstream processes. GitHub happens to host many of them.

      Earlier this year the GitHub COO shared a post on Twitter with explosive numbers they were facing. I cannot seem to find it at the moment. (Edit: shared in other replies to this thread.)

      • slowin 1 hour ago
        I mean, that’s what they say but it doesn’t pass the sniff test. Which other major service struggles so much with basic scaling? They’re not serving streaming video, they’re not a real-time system. Any problems scaling should have been fixed years ago. Especially with all of Microsoft’s resources behind them.
        • hbn 53 minutes ago
          > they’re not a real-time system

          I would argue they are. You can't cache a git repository and send people what it looked like a minute ago, because someone might have pushed 2 seconds ago.

    • Retr0id 1 hour ago
      I think the most charitable theory is that they're seeing rapidly growing usage (more users churning out higher volumes of code, via LLMs), and are struggling to scale to meet demand.

      Alternative theories include "azure sucks" and "they're vibecoding everything now".

    • dtech 1 hour ago
      They say it's the skyrocketing load because of AI tooling

      Many people suspect it's the year-long migrating to Azure and all their products instead of the things they have been using.

    • sunaookami 1 hour ago
      People will say LLMs but the issues with GitHub long predate LLMs. It all started when Microsoft acquired them.
    • ShinyLeftPad 1 hour ago
    • otterley 1 hour ago
    • biennvops 2 hours ago
      Totally not because of their movements to Azure.
      • cybrox 1 hour ago
        That certainly doesn't help but I'd imagine their traffic in general spiked massively with agentic interactions as well?
    • perrygeo 1 hour ago
      Github's, COO Kyle Daigle, claimed that the number of commits has increased 14x since last year. So shear scale has something to do with it. I don't know of too much software already operating a planetary scale that could easily absorb a 14x bump in a year.
      • slowin 1 hour ago
        GitHub is pretty tiny compared to something like YouTube and Instagram. Both of which have much better uptime.
      • evilfred 57 minutes ago
        14x is barely an order of magnitude
    • grim_io 1 hour ago
      AI-Agents are hammering GitHub.

      Whatever the actual increase in productivity may be, the commits, clones, pushes, action runs, etc. are skyrocketing.

    • everfrustrated 1 hour ago
      Lately? GitHub has always been bad with downtime. It hasnt got worse just more visible as people do more CI now than before.
    • allanmacgregor 2 hours ago
      Its all vibes man
    • thinkingtoilet 1 hour ago
      Microsoft simply can not make software anymore. I worked at S&P Global and when you work at a global-mega corp, you quickly see why they lose the ability to create anything and just acquire companies to grow.
  • bhouston 1 hour ago
    What is the best Github alternative that has something like Github Actions? What is the easiest to switch to? I do not want to switch but it is having too much of an impact on me.

    It is time to give up on Github. This is just too much.

    • stephenway 5 minutes ago
      Forgejo is probably worth a look if Actions compatibility and an easy migration are priorities. I run Fjord, a dedicated managed Forgejo, so you don't have to operate it yourself. We can help with the migration and runners too.

      We also have a free public Forgejo instance if you want to try it first.

    • vinnymac 1 hour ago
      I’m hosting my own https://tangled.org knot and spindle, and also hosting and building my own Frontend browser for https://forgejo.org looking forward to open sourcing it in the future for others to enjoy.

      For people who want a similar experience today, I’d recommend trying Codeberg (An official instance of Forgejo) though. However, keep in mind they voted in July to ban mostly AI generated repositories. You can read about that here: https://blog.codeberg.org/protecting-our-floss-commons-from-...

      • bhouston 1 hour ago
        Yeah, Codeberg banning AI generated code is weird. AI generated code is the future. It is like during the days of assembly banning high level languages.
    • mariocesar 1 hour ago
      GitLab is probably the most reasonable alternative. I migrated and it took me some weeks to adapt to the new CI, but for my use case it's basically equivalent in features.

      I started with the cloud version, then moved to self-hosted because it wasn't a big effort for our team. We also reduced our monthly invoice by about 50% after the move.

    • lionkor 1 hour ago
      * GitLab

      * Forgejo

      Those are my favorites. Both you can self-host for your company, including CI/CD.

    • nlightcho 1 hour ago
      I am building an MIT-licensed compatible alternative to GitHub Actions at github.com/automata-ci/automata. Very early in development but it already runs some of our internal workflows.
    • TrueSlacker0 1 hour ago
      [dead]
  • ikistuach 7 minutes ago
    Can’t wait for the Kevin Fang video
  • lol768 2 hours ago
    Issues seems to be completely broken, just getting unicorns.

    Interestingly the API still works for creating an issue (but webhooks weren't fired).

  • mhovd 34 minutes ago
    I really wish I could move to a different provider, but GitHub is just so damn practical. Downtimes such as this should at least be compensated, providing an actual financial incentive to improve their services, instead of slapping AI on yet another product.
  • wejick 47 minutes ago
    I can imagine the massive growth they're in right now, old assumptions are breaking down, many things need to be rethought. That's why personally i don't hate them with all of this saga. But they need to work faster in terms of product decisions and technology.
  • george_max 41 minutes ago
    Could GitHub be affecting other sites, or maybe this is something else?

    Did Anthropic or OpenAI fail to sandbox their models again?

    https://downdetector.com/

  • wren6991 1 hour ago
    At this point, they should notify us on days that it's up
  • nightski 41 minutes ago
    All of my code repos are on gitea (personal and professional). The instance is not exposed to the internet (wireguard access). It's fantastic honestly, simple and just works.
  • anoplus 1 hour ago
    How did Github become so famous for outages? It is almost like a routine. I haven't used other code repo hosting / CI/CD pipelines platform for last decade, so maybe it's just the nature of this business, I don't know.
    • vanillax 1 hour ago
      By switching to Azure....
      • forestry 52 minutes ago
        Do you have some information that it’s Azure related that isn’t public?
        • zipy124 33 minutes ago
          it seems to be coinciding with teams and other microsoft services having issues would be some indication, but some other non microsoft products are also having a bit of a spike too.

          NB: I am not OP but just providing some context as to why they might think this.

  • prdonahue 39 minutes ago
    What are some good SaaS alternatives to GitHub for CI (that aren't GitLab)? Is anyone doing anything particularly novel in this space?
  • bfrog 1 hour ago
    GitHub is down days of that week that end with day these days. If I were a paying customer I'd be cancelling soon. GitHub is sort of foundational at this point and when its down nearly every day of the week it cannot be foundational.
  • __vivek 1 hour ago
    Someone tried loading the Bun Zig-to-Rust PR again.
  • JoshStrobl 1 hour ago
    So glad I moved my OSS org mostly over to a self-hosted Forgejo + Woodpecker CI. I get that we are operating on a completely different scale but I swear the GitHub outages are far too regular than they ought to be.
  • ferguess_k 54 minutes ago
    What is really interesting is that no insider engineer has leaked anything. What we got was essentially "LLM" hitting GitHub really hard. But there is no retro or maybe i missed it.
  • anshumankmr 1 hour ago
    Possible if this trend continues we might have the first actual zero 9s availability.
    • chilipepperhott 8 minutes ago
      They actually _did_ hit zero nines of availability a few months ago.
  • DrScientist 1 hour ago
    Never quite understood why large enterprises use github as core infrastructure.

    Sure use it to collab externally, use it if you can't justify running your own infrastructure, but why are large companies choosing to place code externally - which is one secret leak away from compromise?

    • hbn 49 minutes ago
      Pass the buck. There's no one to blame but yourself if you're self-hosting.

      "Yeah we're unable to offer services, but so is [X BIG CORP] and [Y BIG CORP]. It's an industry outage, nothing we can do!"

  • jemiluv8 1 hour ago
    Awwww maaaan. I was just reading an upstream patch on the erpnext framework. I was going to do their copy the pr to patch my erpnext v15
  • nickstaggs 48 minutes ago
    Has Github Enterprise Server been isolated from these issues? Presumably it has because it's self hosted
  • tempaccount420 1 hour ago
    Why haven't we all moved off GitHub yet?

    Or let me ask a more useful question: if we were to move, then to where? Ideally somewhere new (not Gitlab)

    • ndriscoll 1 hour ago
      Ideally something like IPNS to have a mutable ref based on (repo, pubkey, branch) to resolve a commit hash, a DHT for who has what commit hashes, and then just p2p transfers. You could still have a github or gitlab for issues and CI, but code (and maybe issues) could all be p2p like git is already designed for. Your forge could also act as a peer for code cloning, of course.
      • bhouston 1 hour ago
        I do not need it to be meaningfully different than Github, it sounds like that introduces additional complexity. I just want Github that works.
        • ndriscoll 1 hour ago
          The complexity is in locating what is already a distributed database item (git is fundamentally already designed that way), just using a protocol meant for that. Basically just support `git clone` with e.g. IPFS URIs.
    • ShinyLeftPad 1 hour ago
      Who's we? Your company?

      Otherwise there's no "we", Git is decentralized. Everyone can use whatever they want.

      • esafak 1 hour ago
        What do you use for code review and CI/CD?
    • duxup 1 hour ago
      For us the uptime issues have been annoying but not consequential enough to justify the work / risk of moving.

      I suspect even poor uptime for many services is a cosmetic problem for most users.

    • mrkaye97 1 hour ago
      I think the clear reason is even with their unreliability, the cost of migrating off of GitHub for _most_ places is not worth it, and so companies don't / won't (yet)
      • ArcHound 1 hour ago
        This bugs me so much. Management decides what is reasonable cost of service and the employees have to deal with all bullshit coming from that product. And you can't really escape it. Maybe the real moat was enterprise deals we made along the way.
        • mrkaye97 1 hour ago
          Could be - I’d also argue the time cost to the engineers to switch is pretty significant too, regardless of the monetary cost
    • datakan 1 hour ago
      Its hard to get lemmings to change course.
  • bogzz 1 hour ago
    The GitHub failure unicorn image always brings me back to the good old days of trying out new Android ROMs. That unicorn used to be the logo of the Android Open Kang Project, which used to be my favorite ROM.

    I wonder how it made it onto GitHub.

  • z3ugma 1 hour ago
    You know, I think Fossil with its integrated issue management right in the repo is actually a perfect match for the LLM era. Maybe today is the day I migrate to using a Fossil forge with GitHub becoming increasing untenable.

    Anyone else using Fossil?

    • robin_reala 1 hour ago
      Biggest problem with Fossil is immutable history. That’s a design choice, and I respect them for that, but it’s not the right choice for me.
  • xet7 2 hours ago
    1) Issues showed unicorn. Reloading page.

    2) Issues showed Not found.

    Anyway, GitHub Actions for building new release has progress. Good enough.

  • melezhik 1 hour ago
    If someone needs lightweight self hosted git server with ci pipelines via general programming languages - consider DSCI - http://deadsimpleci.sparrowhub.io
  • samuell 41 minutes ago
    A self-hosted git-based issue tracker like Epiq [1] seems more relevant by each day going forward.

    [1] https://github.com/ljtn/epiq

  • koito17 1 hour ago
    I remember a few years back when there was 2 major outages per month.

    Thankfully this is encouraging me to stop working overtime for now and enjoy the rest of my night

  • felooboolooomba 53 minutes ago
    Anyone remember the end of the .com era? This feels early similar.
  • herpdyderp 1 hour ago
    I've actually started loving GitHub down days because it means I get to spend time migrating away from them! (moving to self hosted Gitea)
  • sarjann 1 hour ago
    You would think for a company that has close to a monopoly of developer mind share wrt git that they'd maybe put in the bair minimum to get several 9s.
  • phatfish 2 hours ago
    If you are required to use a Microsoft tool is Azure DevOps now a better choice? Our Azure hosted instance rarely (if ever) has had an outage that effects our ability to work.
    • lionkor 1 hour ago
      As someone who maintained a product that was, until recently, on Azure DevOps, stay away. Like, really really far away. There's nothing positive I can say about it.
    • chilmers 1 hour ago
      The worry I would have is, is anybody at MS still working on it? It is barely updated anymore:

      https://azure.microsoft.com/en-us/updates?filters=%5B%22Azur...

      That's not necessarily a bad thing for stability, but long-term I would not be surprised if it gets EOL-ed, or radically shrunk to just a basic Git mirroring service.

      • phatfish 1 hour ago
        I'm not sure that link is a fair representation of the updates. This has more detail https://learn.microsoft.com/en-gb/azure/devops/release-notes...

        Discussion about it going ELO has been around since 2020-ish. But that is a worry i agree.

        I get the feeling there is a long tail of old-school corps (migrated from the TFS days) that will keep the lights on. And for some orgs you just need "good enough" CI/CD pipelines that are reliable.

        Maybe I'm a weirdo, but i find the kanban/sprint board pretty usable as well.

  • SpyCoder77 1 hour ago
  • allanmacgregor 1 hour ago
    So whats the alternative? I'm thinking I'll migrate my company to something self hosted, but what about personal projects?
    • warmwaffles 1 hour ago
      For your personal projects, do they _need_ to be on a remote git server with a full GUI?
  • DataDive 1 hour ago
    Maybe they should charge a little more per action, and the onslaught would stop.

    Seems like a simple solution.

  • esskay 2 hours ago
    Githubs a great advert as to why you shouldn't use Azure. What an utter mess its become since they took over. Their argument that its scaling issues due to increased traffic just makes them and Azure look incompetent.
  • dhruv3006 2 hours ago
    how long can they survive like this?
    • datakan 1 hour ago
      Microsoft has thrived like this for 40 years
  • billudon575 31 minutes ago
    Time to write code on stone plates
  • augustohp 2 hours ago
    On the bright side, they were pretty fast on the Incident Declaration this time.
  • ryuuseijin 45 minutes ago
    Just going to leave this here - self hosted forgejo on fly.io with restic backups: https://forgejo-fly.fly.dev/forgejo-admin/forgejo-fly
  • vanillax 1 hour ago
    This is what happens when you try to run on Azure.
  • ape4 1 hour ago
    Will our hug of death now make githubstatus.com crash
  • kerv 43 minutes ago
    Dear Mr AI. Please code a new GitHub for me and my friends. Make no mistakes.
  • ebfe1 1 hour ago
    It's DNS issue, i'm telling ya!
  • _arash 24 minutes ago
    great
  • zoobab 21 minutes ago
    So much for "git is decentralized" lol
  • amrit_mirch 1 hour ago
    i dont even know why people not using alternatives like gitlawb
  • Maxion 2 hours ago
    Welp, workday over in Europe early!
    • SideburnsOfDoom 1 hour ago
      Yep. Github issues mostly hit when it's morning in the USA and that load comes online. i.e. afternoon in UK and Europe.
    • zeafoamrun 2 hours ago
      Who are you kidding, nobody has been in since the start of August!
  • logicallee 56 minutes ago
    Does either Google or Amazon (the two other large cloud providers besides Microsoft) operate its own alternative?
  • root-parent 2 hours ago
    As sure as it is Monday....
  • catigula 1 hour ago
    Okay, enoughs enough, time to migrate our org.
  • rvz 2 hours ago
    As I said 4 days ago GitHub is in chronic operational decline which is killing trust in hosting repositories [0]

    You can use as many AI agents as you want (it won’t solve the problem), but with that many outages ever since getting bought by Microsoft, it is more than enough time to give them to change. They don’t care and there is no CEO of GitHub to help either.

    A self hosted instance would have much better uptime than GitHub and GitHub Actions at this point as I predicted 6 years ago. [1]

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

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

  • Brian_K_White 1 hour ago
    kagi's still up, so I was able to learn about alternatives. At this point github should just be your write-only mirror for publishing & discovery.
  • sharts 1 hour ago
    Question to those who work at Github…what the heck is going on? Why?
  • MrFurious 1 hour ago
    Oh, shit, here we go again...
  • chromehearts 1 hour ago
    And I just wondered why I couldn't update my nix flake lol
  • hmokiguess 1 hour ago
    I'm not mad, I'm just disappointed.
  • __vivek 1 hour ago
    Go touch grass
  • karel-3d 1 hour ago
    Is that even news at this point?

    Yes, github now has issues. Github is always having issues.

  • OtomotO 1 hour ago
    I have one client that relies on github. Just one, out of dozens I've worked with over the years.

    It's just a constant pain in the ass.

    Wherever I have anything to say I prefer ANY other gitforge over this piece of shit.

  • ArcHound 2 hours ago
    [dead]
  • r_blake 1 hour ago
    [dead]
  • mikert89 1 hour ago
    [flagged]
    • webel0 1 hour ago
      I object to the notion that having "american born engineers" is the cause of their issues.
      • Nextgrid 1 hour ago
        It ain't the cause, but is definitely an enabler, because foreign talent on work visas effectively depends on their job much more so than their domestic counterparts and are thus very unlikely to push back against unreasonable demands or workload.
        • geraneum 1 hour ago
          I don’t watch sitcoms anymore. I come read HN for these gems.
      • noosphr 1 hour ago
        We may as well call them working hostages.
      • righthand 1 hour ago
        No but it demonstrates a disinterest in building software products and a bigger interest in playing business cost economics and securing their moat. Part of their strategy to force as much money into AI-hype as possible.
      • TremendousJudge 1 hour ago
        I have worked with some "american born engineers" that were some of the least competent people I've ever seen, while getting paid 2x or 3x of some "foreign contractors" on the same team
      • O5Council 1 hour ago
        [flagged]
      • eddieroger 1 hour ago
        Yeah, that was unnecessary. Incompetent are born and work everywhere. In this case, Microsoft's problem with GitHub is trying to shove the square peg that is GitHub in to the round hole that is Azure.
    • aurareturn 1 hour ago
      Unfortunately, my company uses Outlook and Teams. Both are the worst piece of software I've ever used. They're just trash.

      The UX is so bad. Things don't work as expected. Even basic things like composing an email, copy and pasting, formatting text are always a chore.

      Try setting up a Teams integration vs a Slack integration. Gmail is absolutely light years ahead in UX. I really miss working at a company that uses Slack + Google Suites.

      • bbkane 1 hour ago
        I'm not a huge fan of Team, but I do have to give them credit for making the experience better over the years- a few years ago, search didn't even work!
        • aurareturn 1 hour ago
          - Terrible experience setting up bots/integrations with Teams

          - Super poor formatting when trying to do more complex posts such as headings and bullet points in replies

          - Copy and pasting images often don't work

          - When you upload a video, sometimes the last 1-2 seconds get cut for no reason at all

          - Keyboard shortcuts are suboptimal. For example, cmd+ shift + v which should clear formatting does simply does not work on Teams/Outlook.

          - Grouping chats is far less intuitive than Teams channels

    • Nextgrid 1 hour ago
      Don't worry, they are also working hard at destroying those products too.
    • SoMomentary 1 hour ago
      I'm not sure I understand the significance of them having almost no American born engineers. Do we think it would be meaningfully different if they were? I tend to believe that Americans can be just as incompetent as the next guy!
      • mikert89 1 hour ago
        outsourced cost center
    • bogdan 1 hour ago
      > Their employee base in Washington has almost no american born engineers.

      First of all, I highly doubt it. Second, how would you even know that?

    • knorker 1 hour ago
      > Their employee base in Washington has almost no american born engineers.

      Was that a sharp turn, or was it related in some way?

      • mikert89 1 hour ago
        the whole software lifecycle is an outsourced cost center
    • monkey_monkey 1 hour ago
      Your comment history is full of barely-hidden racism. Get some help.
      • dpoloncsak 1 hour ago
        Off-topic clearly. but is there like an "NA/AA" for racism? Or like a therapy program or something akin to? Does 'usual' therapy touch on racism?

        Like..where does one 'get help' for being racist? Honest question, I don't mean to sound snarky...

    • cyanydeez 1 hour ago
      what the hell does having american born engineers have anything to do with software quality.

      Man. This site is filled with weird racism.

      • mikert89 1 hour ago
        outsourced cost center
        • cyanydeez 1 hour ago
          yeah, that's called capitalism. What does it have to do with "foreign".

          If Capitalists could, and are doing, they'd make alabama be engineers if they could afford it.

          It's so weird watching the tech work force go ham into the "tey terk ow jobz" rather than look at capitalism.