this post was submitted on 21 Dec 2023
2184 points (98.4% liked)

Memes

44924 readers
2872 users here now

Rules:

  1. Be civil and nice.
  2. Try not to excessively repost, as a rule of thumb, wait at least 2 months to do it if you have to.

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 4 points 8 months ago (3 children)

I just ask ChatGPT these days.

[–] [email protected] 20 points 8 months ago* (last edited 8 months ago) (2 children)

I'm just starting to learn HTML and oh my fucking god do I LOVE chatGPT... Holy hell... I can't even begin to express just how amazing it is to be able to ask basic questions and not only get a reply, but provide example code, and it will elaborate or be as concise as you like... I LOVE IT! I'm especially happy to see they don't ask for your phone number and other absurdly intrusive unnecessary information anymore. That's what kept me away at first.

I do know it's not infallible and I probably won't use it as much as I move on to more complex programming.

[–] [email protected] 3 points 8 months ago (1 children)

I do fairly complex programming and still use chat gpt. It will contribute to be helpful to say “write me a function that does this” rather than “how do I code this”

[–] [email protected] 1 points 1 month ago

Yeah it is kind of like the "trust, but verify" paradigm. It will likely generate useful code or a very good starting point, but you should always check if it actually does what you expect it to.

You can't trust them blindly. But They're very helpful in your day to day tasks.