this post was submitted on 05 Jun 2025
611 points (99.5% liked)

Programmer Humor

23899 readers
1596 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
 

https://www.githubstatus.com/

Edit: seems like they fixed it, it works for me

you are viewing a single comment's thread
view the rest of the comments
[โ€“] jj4211@lemmy.world 5 points 22 hours ago (1 children)

Unfortunately, the ecosystem around github has evolved so that most folks centralize their testing and deployment code into being executed on github infrastructure. Frankly a perversion of the decentralized design of git.

Fortunately for my team, it doesn't matter because our process requires stuff that can't be done from github infrastructure anyway, so we have kept the automatic testing and deployment on premise even as github is the 'canonical' place for the code to live.

[โ€“] LovableSidekick@lemmy.world 1 points 19 hours ago* (last edited 19 hours ago)

Wow, that's such a classic Microsoft approach - "Embrace and Extend."