this post was submitted on 22 Jun 2025
377 points (99.0% liked)

Not The Onion

17072 readers
878 users here now

Welcome

We're not The Onion! Not affiliated with them in any way! Not operated by them in any way! All the news here is real!

The Rules

Posts must be:

  1. Links to news stories from...
  2. ...credible sources, with...
  3. ...their original headlines, that...
  4. ...would make people who see the headline think, “That has got to be a story from The Onion, America’s Finest News Source.”

Please also avoid duplicates.

Comments and post content must abide by the server rules for Lemmy.world and generally abstain from trollish, bigoted, or otherwise disruptive behavior that makes this community less fun for everyone.

And that’s basically it!

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] PattyMcB@lemmy.world 39 points 1 week ago* (last edited 1 week ago) (2 children)

He should've asked ChatGPT instead. That's how "modern developers" seem to get by

[–] neon_nova@lemmy.dbzer0.com 7 points 1 week ago (1 children)

I’m not a developer, I do not work in a technology field, but I used to. I know Linux sysadmin, security, and a very small amount of python.

ChatGPT has allowed me to “write” code that I use everyday in my business. So, I’m not a developer, but it lets me do things I otherwise would not be able to.

My business is still too small to even consider hiring a developer, so it’s allowing me to grow my business.

I’m just writing this to point out that “devs” are not the only people using chatgpt to write code.

[–] seaQueue@lemmy.world 21 points 1 week ago (1 children)

Chatgpt and other LLMs are fantastic technical task assistants but, and this is a big but, you need to treat their work the same way you'd treat work from a new intern. Verify the output before you trust it.

[–] neon_nova@lemmy.dbzer0.com 7 points 1 week ago

It’s just making some front end stuff for other people to use to access PDFs on my server that need some level of protection and access control.

So, it’s been pretty easy to verify.

I’m too paranoid about trusting it or even myself to write code that could have irreversible effects.

Thanks for the advice🙏