this post was submitted on 24 Oct 2023
852 points (93.1% liked)

Programmer Humor

19161 readers
1295 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 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 0 points 10 months ago (1 children)

you can remain in a mental state of thinking about the actual problem

more like you'll end up wasting a significant amount of time debugging not only the problem, but also chatGPT, trying to correct the bullshit it spews out, often ignoring parts of your prompt

[–] [email protected] 2 points 10 months ago (2 children)

That hasn't been my experience. How are you trying to use it?

[–] [email protected] 1 points 10 months ago (1 children)

It might be wrong even if you provide extensive context to make it more accurate in it's heuristics. And providing extensive context is pretty time consuming at times.

[–] [email protected] 2 points 10 months ago

I think it would help me organize my thoughts to write that all out anyway even without a LLM.

[–] [email protected] 1 points 10 months ago

I mean it might be good at helping you when you're stuck, but sometimes it misses simple issues such as typos and for one issue resolved, it might introduce another if you're not careful.