this post was submitted on 18 Mar 2026
310 points (93.5% liked)

Technology

82745 readers
3191 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
 

Altman’s remarks in his tweet drew an overwhelmingly negative reaction.

“You’re welcome,” one user responded. “Nice to know that our reward is our jobs being taken away.”

Others called him a “f***ing psychopath” and “scum.”

“Nothing says ‘you’re being replaced’ quite like a heartfelt thank you from the guy doing the replacing,” one user wrote.

you are viewing a single comment's thread
view the rest of the comments
[–] AlecSadler@lemmy.dbzer0.com 5 points 3 hours ago (1 children)

Would love to know how you finagle Copilot to be useful, the code it generates and the things it suggests make me throw my hands up like 9/10.

Once in a blue moon I try to use it again, and it's laughable. It's like I told someone non-technical to do something super technical and... it's just 100% discard or 50% rewrite. I guess it just feels like it isn't saving me any time so...why?

For context I've only used it in VS Code or Visual Studio. If there is some other avenue or process that's better, let me know.

[–] Serinus@lemmy.world 3 points 3 hours ago

I'm usually just very targeted in what I ask it to do. I keep it to things I know will be in the basic reference books or on stack overflow. It basically just saves me from having to look up and apply existing examples to my code.

It makes for a pretty good ORM.