Eventually, but it starts with Googling and trying a bunch of other example code and failing miserably.
Comment on Only thing getting developed is a headache
TheOSINTguy@sh.itjust.works 1 year ago
I thought it was copy and pasting from stack overflow
enki@lemm.ee 1 year ago
thepianistfroggollum@lemmynsfw.com 1 year ago
Don’t forget rewriting the entire thing a few times until you find a library that actually does what you need it to.
ChiefSinner@lemm.ee 1 year ago
Hahhaa yes
MeatsOfRage@lemmy.world 1 year ago
Now a days it’s:
Open ChatGPT Paste code “Can you just fix this for me?”
virku@lemmy.world 1 year ago
ChatGPT has taught me so much basic programming I should have learned years ago. Don’t know if I’ll remember any of it since Ill just end up pasting my almost working stuff into ChatGPT again once I’m stuck.
VantaBrandon@lemmy.world 1 year ago
^^^ How skynet was born, ChatGPT injecting subroutines copied by lackadaisical programmers copying and pasting without checking
virku@lemmy.world 1 year ago
Oh I’m reading and making sure I understand everything. I usually write the suggestiona myself to try to get it into my fingers. But it is usually basic stuff I haven’t done very often I struggle with. Like filtrering building a JSON like an object by adding each part step by step and serializing every input properly, instead of just building the JSON string by hand.
ChiefSinner@lemm.ee 1 year ago
Chatgpt is good for code reviews. I wouldn’t trust it for making code though.
pirat@lemmy.world 1 year ago
Are there any other LLMs or co-pilot tools you’d recommend over ChatGPT, or wouldn’t you trust LLMs in general?
As I see it, since we can keep iterating, reviewing, rewriting prompts, and even use tools like autogen to let multiple bots interact to solve a problem on our behalf, your take is somehow only diggin’ the surface.
KSPAtlas@sopuli.xyz 1 year ago
In my experience, it tends to have difficulties with restrictions, and will attempt to use the normal method for things no matter what
Xirup@lemmy.dbzer0.com 1 year ago
Should I feel bad if I feel referenced?
Contend6248@feddit.de 1 year ago
If that’s literally all you do, then yes. If not, you just know your tools.
Xirup@lemmy.dbzer0.com 1 year ago
Not so, I code by myself and when I have a problem I ask ChatGPT but I do not say “do everything for me”