this post was submitted on 03 May 2026
119 points (98.4% liked)

Programmer Humor

31225 readers
816 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 10 comments
sorted by: hot top controversial new old
[–] MalReynolds@piefed.social 6 points 49 minutes ago

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

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

Vibe merging

[–] ZoteTheMighty@lemmy.zip 17 points 2 hours 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 11 points 1 hour ago

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

[–] earthfm@piefed.social 6 points 2 hours 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 3 points 2 hours ago (3 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 9 points 1 hour ago* (last edited 1 hour ago) (1 children)

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

[–] guynamedzero@piefed.zeromedia.vip 7 points 58 minutes ago

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

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

[–] disorderly@lemmy.world 4 points 1 hour 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).