produnis@discuss.tchncs.de to Programmer Humor@lemmy.ml · 1 year agowe are safediscuss.tchncs.deimagemessage-square19fedilinkarrow-up111arrow-down10
arrow-up111arrow-down1imagewe are safediscuss.tchncs.deprodunis@discuss.tchncs.de to Programmer Humor@lemmy.ml · 1 year agomessage-square19fedilink
minus-square30p87@feddit.delinkfedilinkarrow-up0·1 year agoThe only thing ChatGPT etc. is useful for, in every language, is to get ideas on how to solve a problem, in an area you don’t know anything about. ChatGPT, how can I do xy in C++? You can use the library ab, like … That’s where I usually search for the library and check the docs if it’s actually possible to do it this way. And often, it’s not.
minus-squareAeroLemming@lemm.eelinkfedilinkEnglisharrow-up0·1 year agoYeah, it’s amazing at showing you the idiomatic way to do really specific, narrow-scoped things in a language you’re not familiar with… except for when it’s wrong.
The only thing ChatGPT etc. is useful for, in every language, is to get ideas on how to solve a problem, in an area you don’t know anything about.
ChatGPT, how can I do xy in C++?
You can use the library ab, like …
That’s where I usually search for the library and check the docs if it’s actually possible to do it this way. And often, it’s not.
Yeah, it’s amazing at showing you the idiomatic way to do really specific, narrow-scoped things in a language you’re not familiar with… except for when it’s wrong.