this post was submitted on 14 May 2026
413 points (97.0% liked)

Technology

84796 readers
3607 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
you are viewing a single comment's thread
view the rest of the comments
[โ€“] takeda@lemmy.dbzer0.com 1 points 2 days ago (1 children)

I think it is domain of young developers who just want choice to do what they do, but don't care how.

Even you use LLM you often have similar mindset.

I belong to group of people with a weakness that I want to understand every step of the code that I produce. When LLM produces something I need to understand what it does (which takes time) then I realize I could do it better way, so I rewrite it. So LLM just slows me down.

[โ€“] MangoCats@feddit.it 1 points 2 days ago

I understand many things clearly, but when it comes to binary yes/no true/false 1/0 type results my brain tends to answer: Yes, it's one of those. I don't think I've made a double inversion "working" error since the 1990s, but I know I've seen others do it - even in Rust.