Hacker News new | ask | show | jobs
by WalterBright 895 days ago
I've rarely found stackoverflow to give useful answers. If I am looking for how to do something with Linux programming, I'll get a dozen answers, half of which are only partial answers, the other half don't work.
2 comments

Weird, I've found hundreds of useful SO answers that worked for me.

I've also learned a lot from chatting with Bing AI. The caveat is there that you all the time have in the back of your mind that the answer might be wrong. It helps to keep asking more detailed questions and check whether the set of answers keep on making sense as a whole. That way of using it has helped me a lot. See it as getting info from a very smart friend who sometimes had too much to drink.

And to be fair, I've rarely found ChatGPT to give useful answers ... so I guess it produces perfect StackOverflow-like answers?
When I've used chatgpt and bard to write example code, it's always generated a complete example, not half of one.

Of course, I carefully frame the query so that's what I get.

However, when I asked stackoverflow, google, and bard a question about how to do something with github, all I received were wrong answers. I finally had to throw in the towel and ask people. I think it was the third person I asked who gave an answer that worked.

google itself has an annoying habit of answering a fundamentally different question than what I type in.

I often also get a complete example from ChatGPT when the question calls for it, it's just usually an incorrect complete example.