this post was submitted on 02 May 2025
196 points (95.0% liked)

Technology

69658 readers
2935 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
[–] Repelle@lemmy.world 4 points 17 hours ago (1 children)

This is exactly the problem I have with programming tasks. It takes as long to check the code for problems (of which there are always many) as it would to write it and the code isn’t as good as mine anyway, and not infrequently just wholesale wrong.

For things like translating between languages it’s usually close, but still takes just as long to check as it would to do by hand.

[–] Excrubulent@slrpnk.net 1 points 10 hours ago* (last edited 10 hours ago)

Translating a code base between languages has always been a super easy, quick, fun experience for me. It's like a simple exercise with clear right & wrong answers, a nice break from most coding tasks. Whenever I've done it I've felt like, "oh god, here goes the next week", and then it's done in a couple of hours max and nothing was stressful, and I feel great.

Sorry, machines can't have that job. I do it better anyway.