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
- Follow the lemmy.world rules.
- Only tech related news or articles.
- Be excellent to each other!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- 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.
- Check for duplicates before posting, duplicates may be removed
- 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
view the rest of the comments
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.
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.