this post was submitted on 17 Aug 2026
297 points (99.0% liked)

Technology

87337 readers
4351 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 3 years ago
MODERATORS
top 41 comments
sorted by: hot top controversial new old
[–] shittydwarf@piefed.ca 113 points 2 days ago (1 children)
[–] Samsy@lemmy.ml 15 points 2 days ago (3 children)
[–] ramble81@lemmy.zip 17 points 1 day ago

It used to be DNS. Now slop commits and shoddy QA are more likely.

[–] OnASnowyEvening@lemmy.world 9 points 1 day ago (1 children)

Not always. Sometimes it's the firewall.

[–] jestho@lemmy.zip 3 points 1 day ago

Or those fucking gnomes

[–] queerlilhayseed@piefed.blahaj.zone 59 points 2 days ago (1 children)

There are downsides to being unemployed for sure, but not knowing that Github is down until I see it on social media is quite an upside 😌

I'll pour out a bit of coffee for all those who still have to care about these things o7

[–] sepi@piefed.social 5 points 1 day ago

I did not notice until I saw it on a site. Ah, if only the savings would last forever, so that I do not have to return to the workforce.

[–] floorjam@lemmy.world 37 points 1 day ago (1 children)

it went down literally half an our after our company announced we would also bring our CI Pipeline over to GitHub...

That makes my day, most of the time the universe doesn't go that hard that fast.

[–] DigDoug@lemmy.world 42 points 2 days ago (1 children)

I decided against using Github for my personal stuff since it's owned by Microsoft.

I can't help but feel a little bit smug every time it shits the bed nowadays.

[–] BassTurd@lemmy.world 10 points 1 day ago

That feeling might schadenfreude, and it's heavenly.

[–] halezinflames@lemmus.org 10 points 1 day ago (1 children)

This is why we should all migrate over to Codeberg for sure

[–] Schlemmy@lemmy.ml 6 points 1 day ago (1 children)

I selfhost some forgejo instances but I can't say I'm more reliable than github

[–] halezinflames@lemmus.org 2 points 1 day ago

I mean the bar is in hell anyway

[–] BlackEco@lemmy.blackeco.com 40 points 2 days ago (2 children)

It's frightening how the OSS ecosystem mostly centralized around GitHub. I've been trying all afternoon to debug issues with some libraries and most search results linked to GitHub... which spat out errors every single time.

[–] flubba86@lemmy.world 30 points 1 day ago (1 children)

"we built this decentralized federated source code control system!", great let's get everyone to put all their code in one central location.

[–] ayyy@sh.itjust.works 11 points 1 day ago

Owned by Microsoft. The ones who have tried to destroy the core concept of open source for multiple human generations now.

[–] tal@lemmy.today 8 points 2 days ago (1 children)
[–] squaresinger@lemmy.world 15 points 2 days ago

Only partially helpful. For me, when I open up issues archive.org often only has the first post in the thread. Often the stuff is months outdated.

Don't get me wrong, the Wayback Machine is an incredibly amazing piece of tech and I use it all the time. But it's a less-than-satisfactory replacement for a working Github.

[–] MaggiWuerze@feddit.org 25 points 2 days ago (3 children)

Lol, I recently interviewed with a company who thought it was a good idea to put their entire codebase and CI into github. They didnt see a problem with it...

[–] tal@lemmy.today 20 points 2 days ago* (last edited 2 days ago) (1 children)

I mean, internal CI and version control systems go down too. Like, if GitHub has substantially worse downtime than an whatever internal system one runs, fair enough.

Git's distributed, so downtime isn't usually a huge deal compared to a non-distributed version control system.

I think that the largest issue is actually that GitHub provides a centralized commit review system (and, to be fair, so are many internal systems) that one uses to review pull requests. Like, a CI run being deferred usually isn't a huge deal. Version control is probably distributed these days. But code review is something that you'd like to keep going.

If you do code review in email or something, it's distributed. You can keep working. If your email server goes down, it might prevent new messages from reaching other users, but all of the review requests you have can be worked on and any review you've already received can be read. But if people are using some centralized Web-based code review system, and that goes down, then that kinda halts a lot of stuff.

Same centralized problem for issue tracking.

EDIT: I've never used a distributed issue tracker, but apparently they are indeed out there:

https://github.com/git-bug/git-bug

EDIT2: A lot of issue trackers involve people attaching large files to issues, so there might be some fundamental scalability issues in that regard for distributed operation; might need to centralize that part. That being said, I'd rather temporarily lose access to just a large-file-hosting server than to that and all of the other issue data.

[–] squaresinger@lemmy.world 5 points 2 days ago (1 children)
[–] tal@lemmy.today 1 points 1 day ago

It looks like it supports bridging to GitHub and a number of other issue trackers, so while the project is using GitHub's issue tracker, I'd bet that the devs are using their own system to interface with it.

[–] Th3D3k0y@lemmy.world 4 points 2 days ago

My company luckily didn't do this...

/BearLookawayMeme

[–] rumba@lemmy.zip 2 points 2 days ago

Ours has been there for over a decade, It's not ideal, but moving it all is an undertaking. Over the years we've created alternative methods to work around the CI when it's down, Ideally we'd host our own

[–] MonkderVierte@lemmy.zip 3 points 1 day ago

Vibe-served.

[–] andyburke@fedia.io 17 points 2 days ago (1 children)

More like the clown

[–] Lexam@lemmy.world 14 points 2 days ago (2 children)

This is why I don't use GitHub. Well that and I don't code.

[–] ITGuyLevi@programming.dev 10 points 2 days ago* (last edited 2 days ago)

I don't code either but prefer the Gitea instance in my basement over anything MS hosts.

[–] verily@lemmy.dbzer0.com 6 points 1 day ago

Have you considered using it for hosting a small personal blog instead?

(There might be better options, but this is the first one I became aware of)

[–] CosmoNova@lemmy.world 12 points 2 days ago

Github seems to bug out quite a lot. More than once I had to reload the page a handful of times until my browser deemed it safe.

[–] Kazel@lemmy.dbzer0.com 3 points 1 day ago

"Tactical downtime"

[–] dudeface@lemmy.world 6 points 2 days ago

It’s nice working somewhere with GitHub enterprise at times

[–] SeductiveTortoise@piefed.social 3 points 1 day ago (1 children)

I migrated every single repo to GitHub (from GitLab) yesterday. Today was a short day.

[–] raspberriesareyummy@lemmy.world 8 points 1 day ago (1 children)

Why would you go to microslop?

[–] SeductiveTortoise@piefed.social 9 points 1 day ago (1 children)

Because all my pleading to host our own forgejo was ignored. It's not as if I had much choice in my job if my company's IT decides to switch.

Ah, so it was IT management deciding, the ever corrupt, ever incompetent fuckers in every organisation. Okay, I feel that pain.

[–] Dirk@lemmy.ml 3 points 2 days ago
[–] lithiumground@lemmy.world 3 points 2 days ago