| > Why not just google it? Theres always a blog or stackoverflow question to copy snippets from. I don't get these questions. 20s vs 2m is meaningful in a problem of 10 steps. > What keeps me away is that unless youre already familiar with a topic you wont catch errors True, but often the cost of errors is very low and feedback instant. > The command it suggests might not do exactly what you wanted. An example is it gave me `make --with-out-foo` when I needed `--without-foo`. I simply removed the `-` and went on my way after seeing the error. |
I meant cases like asking how to X and ChatGPT suggesting something similar (and valid) but not what I wanted. Or imagine silent failures like an additional switch that happens to exclude what you wanted.
Not an issue if youre just automating grunt work you know to do yourself of course. But I'm interested in when you arent familiar with a tool.