this post was submitted on 12 Apr 2025
123 points (96.9% liked)
Programming
19457 readers
256 users here now
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Rules
- Follow the programming.dev instance rules
- Keep content related to programming in some way
- If you're posting long videos try to add in some form of tldr for those who don't want to watch videos
Wormhole
Follow the wormhole through a path of communities [email protected]
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
As an engineer, I’m not looking forward to the entire generation(s?) of vibe coders who couldn’t explain what a byte is and the ways one might be stored on a system.
Manual memory management is already relatively niche and not needed for most programming tasks
While you're not wrong, we still need to understand it at least well enough to avoid RCE and fix memory-related bugs
Bytes is a way to store data. Its unrelated to memory management, even if its automatic.
I wouldn't say unrelated, but anyway what's the broad term for what you are doing when you are being concerned with how bytes are stored then? Whatever that is, there's a generation of coders already who aren't doing so much of it
Endianness.
A byte is what you eat obv bruh