this post was submitted on 29 Mar 2024
911 points (97.1% liked)

Programmer Humor

31992 readers
318 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] Nommer@sh.itjust.works 6 points 5 months ago* (last edited 5 months ago) (2 children)

I may do that already when I get stuck... Tbf I am trying to learn and only ask it to explain how to do something or if I have a bug I can't figure out. I feel sometimes it's just best to get an answer if I've been stuck for a while because I'm not making progress anyway.

[–] stratoscaster@lemmy.world 5 points 5 months ago (1 children)

I swear to God it gets things wrong like 50% of the time though (both syntax and conceptually) for programming.

[–] hardcoreufo@lemmy.world 2 points 5 months ago

When I was messing around with it, I had to go back and fix it's code more often than not. It's still useful for get the be bones of a program going though.

[–] SpaceCowboy@lemmy.ca 4 points 5 months ago (2 children)

It's not too bad for learning a new language, but you still have to make an effort to understand why the code it's giving you works... or doesn't work which can happen often.

[–] Nommer@sh.itjust.works 1 points 5 months ago

Oh yeah for sure. It's given me incorrect code before but I was able to recognize the issue and fix the error which was mostly a logic one.

[–] interdimensionalmeme@lemmy.ml 1 points 5 months ago (1 children)

It's so great at getting unstuck and learning news ways of doing thing that everyone knows but me. Even if most of its actual code is borked.

[–] SpaceCowboy@lemmy.ca 0 points 5 months ago

Yeah today after getting three bad answers in a row from ChatGPT I was quoting Thanos... "Fine. I'll do it myself."