As someone who is learning, I think it's imperative to understand that chatgpt has limitations that cannot be overlooked. It's pretty good if I make some silly syntax or formatting errors, but at the core I have to understand what I'm working with if I want to be a better programmer. I love the conversational nature because I often have a hard time wording questions, so it helps me in that regard as well. Idk if you want to be truly good at something you have to be more reliant on yourself than external tools.
this post was submitted on 24 Oct 2023
853 points (93.1% liked)
Programmer Humor
19735 readers
938 users here now
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 1 year ago
MODERATORS
ChatGPT was never made for programming and is horrible at generating code. It is nice for a peer-programming kinda setup tho, because it can quickly point you towards tools, libraries, APIs etc. to use
It generated a custom needs GUI OCR tool in Qt5. I don't know a single bit of Qt5 and went from zero to working tool in half an hour.
The tool takes a screenshot, lets me select an area on the screen, OCRs it and displays the text in a window.
If ChatGPT isn't made for programming then I'm looking forward for a product that is.