this post was submitted on 03 May 2026
578 points (98.5% liked)

Programmer Humor

31390 readers
1012 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] Evotech@lemmy.world 4 points 1 week ago (1 children)

GitHub has actions etc. a lot of people don’t build locally. They push to GitHub and it builds, tests, deployed, does checks etc

[–] kamen@lemmy.world 2 points 1 week ago (1 children)

You should be able to replicate at least some of that locally. If you can't work with GitHub down for a couple of hours, then it's a poorly set up project.

[–] foenix@lemmy.radio 0 points 1 week ago (1 children)

Tell me you don't actually code enterprise without telling me you don't actually code enterprise.

[–] iglou@programming.dev 3 points 1 week ago* (last edited 1 week ago) (1 children)

Nah. If your entire dev team has to be on pause when github is down, you're doing it wrong. Especially enterprise.

[–] Evotech@lemmy.world 0 points 1 week ago (2 children)

Sorry but that is just the reality these days. Instead of having local «it works on my computer» setups you have one place that builds

Off code you could run your own gitlab or whatever but it’s just cheaper and more efficient to buy a sass solution

[–] iglou@programming.dev 2 points 1 week ago

Sorry but that is just the reality these days. Instead of having local «it works on my computer» setups you have one place that builds

You should have both. Having your entire dev team unable to work when one service is down is absurd.

[–] SaharaMaleikuhm@feddit.org 1 points 1 week ago

It's not cheaper if nobody can work for hours.