this post was submitted on 19 Aug 2025
1489 points (99.5% liked)

Programmer Humor

25917 readers
1241 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
[–] craftrabbit@lemmy.zip 13 points 4 days ago (1 children)

Oh man, I love ChatGPT for one thing in particular: "Hey chatbot, is there some library or standard library function for that very specific, yet still kinda generic thing I'm trying to do, so that I don't have to write it myself?"

It does frequently give a helpful answer. That is, it doesn't give me working code, but a helpful pointer to some manual where I can find good instructions for how to use the thing to solve my problem.

[–] mutant_zz@lemmy.world 3 points 4 days ago (1 children)

I will usually google that kind of thing first (to save the rainforests)... Often I can find something that way, otherwise I might try an LLM

[–] craftrabbit@lemmy.zip 6 points 4 days ago (1 children)

True that. But I often find that the search engine is not very good at giving me a solution if I don't know the name of a problem and only have my spaghetti thoughts on what the thing is supposed to do, and translating spaghetti thoughts into something a search engine can find is where the chatbot excels.

[–] SparroHawc@lemmy.zip 2 points 4 days ago

Part of your trouble there is that Google is absolute dog shit these days. It used to be like magic; simple search terms would find you exactly what you were looking for in the first handful of results. Now you're lucky to find it on the second page.