this post was submitted on 03 May 2026
204 points (98.1% liked)

Programmer Humor

31275 readers
1890 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
 
top 17 comments
sorted by: hot top controversial new old
[–] ZoteTheMighty@lemmy.zip 33 points 3 days ago (1 children)

Don't worry, once GitHub CoPilot fixes the issue (that it rolled out directly into production), everything will be back to normal!

[–] quantumvoid0@lemmus.org 19 points 3 days ago

i wonder when their copilot will push code that breaks copilot , and then it just cycles into a infinite breakage

[–] Gonzako@lemmy.world 17 points 3 days ago

Vibe merging

[–] MalReynolds@piefed.social 11 points 3 days ago

How are those 8 8s going for trust in co-pilot?

[–] earthfm@piefed.social 7 points 3 days ago

Sounds like an indexing issues. Should be fixed soon enough. (If not I return to copy pasting my code in notepad)

[–] mortalic@lemmy.world 5 points 3 days ago (4 children)

Real Questions, is there a competitor that offers the same feature set? Last I looked no one had anything to compete with github actions.

[–] quantumvoid0@lemmus.org 20 points 3 days ago* (last edited 3 days ago) (1 children)

gitlab and codeberg...gitlab is partially open source but codeberg is fully opensource

[–] guynamedzero@piefed.zeromedia.vip 13 points 3 days ago (1 children)

Codeberg is based on the software Forgejo, just with some extra modifications. I’m running my own Forge instance and it’s absolutely great

[–] Coolcoder360@lemmy.world 6 points 3 days ago (1 children)

Can confirm, Forgejo also has actions that are compatible with github actions. I just started using that a little bit recently. Gitea does too. No reason to stay on github anymore.

[–] quantumvoid0@lemmus.org 1 points 3 days ago

my only reason is that big projects use github and so does majority of everyone. altho the switch to gitlab or codeberg is seen in many FOSS projects , it's not 100% there yet.... i recommend playing safe having accounts on all platforms for the time being

[–] zero_spelled_with_an_ecks@programming.dev 12 points 3 days ago (1 children)

Cicd is pretty replaceable for any workflow regardless of platform. What's the killer feature of actions for you?

[–] Sv443@sh.itjust.works 2 points 3 days ago* (last edited 3 days ago) (1 children)

The ecosystem. With GitHub you add 10 jobs with a single "using" line and be done with it, with GitLab you manually download 10 binaries, install them, then write scripts to use them, then ensure the binaries and their cache locations are properly cached, then run cleanup steps if you're responsible.
It's a compromise even if its not a deal breaker.

I'm really interested in an example of this.

[–] disorderly@lemmy.world 7 points 3 days ago

Real answers: gitlab has awesome integrated CI, and you can always go for a remote integration if you prefer (e.g. self-hosted Jenkins, or a managed solution like circleci).

[–] sbeak@sopuli.xyz 4 points 3 days ago

GitLab exists and is used by many big corpos already, and Codeberg has its own version of Actions (woodpecker I think it's called.)

[–] sp3ctr4l@lemmy.dbzer0.com 4 points 3 days ago* (last edited 3 days ago)

I mean like I have a local LLM and essentially I use it as a coding assistant, but more accurately I'm doing a study of what kinds of errors these things produce more frequently and in which cases.

Its essentially a hobby that sates my curioisty and occasionally produces semi complex, working code.

... This is apparently, to MSFT, not only production ready, but 'meta-production ready'.

Oh well, it certainly is funny.

[–] carrylex@lemmy.world 1 points 3 days ago