cm0002@literature.cafe to Linux@programming.dev · 23 days agoBugs Rust Won't Catch | corrode Rust Consulting - Analysis of Rust Coreutils (uutils) Bugscorrode.devexternal-linkmessage-square22linkfedilinkarrow-up149arrow-down12
arrow-up147arrow-down1external-linkBugs Rust Won't Catch | corrode Rust Consulting - Analysis of Rust Coreutils (uutils) Bugscorrode.devcm0002@literature.cafe to Linux@programming.dev · 23 days agomessage-square22linkfedilink
minus-squaresomeacnt@sh.itjust.workslinkfedilinkEnglisharrow-up2·20 days ago Don’t Trust a Path Across Two Syscalls Wasn’t this a common knowledge among application developers? File system is volatile, and can change any time, do not assume persistence of it. I heard about the principle from ghcup developer a few years ago.
Wasn’t this a common knowledge among application developers? File system is volatile, and can change any time, do not assume persistence of it. I heard about the principle from ghcup developer a few years ago.