I have used it, yes. It is no god, but holy cow it knows how to program an ESP32 to throw a web surface at people (so both backend and frontend) which I would have never learned to do. It also knows how to code a 2D heat transfer simulation in Python. Or help me find errors and much faster ways in my rotary kiln simulation. It also helps me understand this or that concept without googling and reading 10 pages to understand the one specific detail I need to know. It is like using Excel vs. a simple calculator.
floquant@lemmy.dbzer0.com 3 months ago
Please take a step back and reconsider what you think your mind can do vs what LLMs can. The ability to understand is what separates us from machines, at least for now.
Eheran@lemmy.world 3 months ago
What is your point? I do not have time to learn everything about every topic and do it all by hand too. This tool saves me time. I do not have to learn the intricate details of how to code a frontend with the fucking retarded functions and what not. Let alone the matching backend. I just need to know what I want and then get it, even if it takes a few tries and debugging.
shiftymccool@programming.dev 3 months ago
I hope this isn’t your job…
If you don’t know what you’re doing, you have no idea if chatpt is doing it right. Spoiler alert, it isn’t. Chatgpt RARELY gets things even remotely right, it’s worse than a junior dev in that you have to keep an eye on it to make sure it’s not doing something super-stupid.
Source: full-stack developer for 20+ years
Eheran@lemmy.world 3 months ago
Both frontend and backend work. The same result one could expect if I had spend the time to learn it and then debug for this one specific issue for ages. What does not work is the “set” button as well as the mDNS. The first I am sure a good program could fix, the other is due to a lack of updates to the old phone to get mDNS working.
We are only taking about an ESP32 project here, not an actual website. Just for convenience for data input and output this is far(!) better than a display and some buttons.