this post was submitted on 26 Jun 2025
261 points (98.5% liked)

Programmer Humor

24650 readers
517 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
[โ€“] isVeryLoud@lemmy.ca 1 points 3 days ago (1 children)

Oh yeah Copilot just spirals deeper into insanity the more you use it.

It'll sometimes spit your own code back at you and say "there, I fixed it", and it does the same when you point it out ad vitam aeternam. I believe this is a case of hardcore over fitting the original prompt.

[โ€“] Karjalan@lemmy.world 2 points 3 days ago

I recall saying something like "the function 'draw_card' doesn't mutate the deck variable" and it goes "I'm sorry, you're correct. I'll fix it to mutate the deck variable" and it returns the same code but changes the the card variable inside function to be called "mutate_the_deck".

I felt much safer after that interaction.