this post was submitted on 14 May 2026
462 points (96.2% liked)

Technology

84733 readers
4123 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
[–] Shayeta@feddit.org 1 points 4 days ago (2 children)

Clarifying requirements, designing architecture. Also, I dont understand how is someone supposed to be able to "parse code" without being able to write it? It's like being able to read but unable to write.

[–] JordanZ@lemmy.world 8 points 4 days ago (2 children)

I can read significantly more programming languages than I can write working code in. You can usually figure out the syntax and get the gist of what’s going on in a non trivial amount of code. Sure, the oddball syntax/language feature comes up that I have to lookup but it’s not too bad.

[–] Upgrayedd1776@sh.itjust.works 2 points 4 days ago* (last edited 4 days ago) (1 children)

ditto, similar to the way Severence gets a sense of whats off, i cna do that with code, ask me to start from scratch i would not know where to start. Give me google, i will have a bunch of a copy pasta that works in the end, claude does the research, evaluation, best practices and review and testing and re-review and testing, when the Developers department will go to war with you if you put a Slack question through the wrong channel

[–] mabeledo@lemmy.world 1 points 2 days ago (1 children)

That’s not enough for production code.

Besides, this just reads like what a kid does with a Lego.

[–] Upgrayedd1776@sh.itjust.works 1 points 2 days ago* (last edited 2 days ago)

thats all code is to me, I just wish it would stop telling me I am no true Scotsman

[–] Speculater@lemmy.world 1 points 4 days ago

FORTRAN inline for loops go brrrrrr

[–] snooggums@piefed.world 2 points 4 days ago

I understand cooking concepts and can tell when something I am familiar with is made well. If I watch a cook, most of the time I can tell why they do certain things anand how it impacts the food.

My cooking skills are very limited, especially when it comes to making new things. My sql skills are the same, I can read through the code and spot errors that match issues, but even creating something new is fairly limited despite being able to read and comprehend what has already been done.