this post was submitted on 29 Mar 2024
483 points (95.7% liked)

Programmer Humor

32472 readers
601 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
[–] [email protected] 28 points 7 months ago (9 children)

Ugh, I'll just ask ChatGPT from now on.

oh no, chatGPT is killing our online communities!

[–] [email protected] 6 points 7 months ago* (last edited 7 months ago) (4 children)

I prefer 1000 times ChatGPT than asking in forums, specially for coding questions.

I can get multiple answers in a minute, multiple replies for the same question and do as many follow up questions as I please without having to wait patiently for an answer.

I still don't know how I managed to learn PowerShell on my own using Google only.

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

I wouldn't trust ChatGPT with teaching me about some tool. It in my experience very convincingly spews out stuff it invented, and if one is still learning I can see it being hard to spot those errors. I use it to fix syntax errors in SQL queries, though, since I can't be bothered to try understanding the not-so-helpful error messages I get with my queries, and because if chaptgpt tells a lie it will be caught by my syntax checker.

So, I guess you can use it, if you always assume it to be trying to mislead you until proven to the contrary.

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

I would and I have, but you can't always blindly trust what it says. It's better to ask it to explain in detail the code it produces, so you can really learn and also as a safeguard.

load more comments (2 replies)
load more comments (6 replies)