Nemeski@lemm.ee to Programming@programming.dev · 3 days agoAI isn’t ready to replace human coders for debugging, researchers sayarstechnica.comexternal-linkmessage-square31fedilinkarrow-up1135arrow-down14cross-posted to: technology@lemmy.world
arrow-up1131arrow-down1external-linkAI isn’t ready to replace human coders for debugging, researchers sayarstechnica.comNemeski@lemm.ee to Programming@programming.dev · 3 days agomessage-square31fedilinkcross-posted to: technology@lemmy.world
minus-squarechicken@lemmy.dbzer0.comlinkfedilinkarrow-up14arrow-down5·3 days agoManual memory management is already relatively niche and not needed for most programming tasks
minus-squareJustAnotherKay@lemmy.worldlinkfedilinkarrow-up13·3 days agoWhile you’re not wrong, we still need to understand it at least well enough to avoid RCE and fix memory-related bugs
minus-squareheavydust@sh.itjust.workslinkfedilinkarrow-up5·3 days agoBytes is a way to store data. Its unrelated to memory management, even if its automatic.
minus-squarechicken@lemmy.dbzer0.comlinkfedilinkarrow-up4·edit-23 days agoI 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
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.