Hacker News new | ask | show | jobs
by KomoD 181 days ago
I wouldn't want an answer like that, if I wanted AI replies of any kind I would ask AI myself instead of writing a question on StackOverflow.
1 comments

Anecdote time:

I wanted to do a pause of 1 second in Chez Scheme, but I din't know the spell. I tried Google and Gemini gave me an example. It didn't work because the parameter were in the reverse order (seconds vs nanoseconds). So after looking at the manual and trying both orders, I got the result I wanted. (And reduced the time to .2 seconds, because 1 second was too long.)

In an hypothetical case that it were a SO question, I don't see why my answer would not be good.