not_IO@lemmy.blahaj.zone to Programmer Humor@programming.devEnglish · 10 hours agouhn 🥺lemmy.blahaj.zoneimagemessage-square17linkfedilinkarrow-up1359arrow-down13file-text
arrow-up1356arrow-down1imageuhn 🥺lemmy.blahaj.zonenot_IO@lemmy.blahaj.zone to Programmer Humor@programming.devEnglish · 10 hours agomessage-square17linkfedilinkfile-text
minus-squareZiglin (it/they)@lemmy.worldlinkfedilinkEnglisharrow-up4·5 hours agoThe unsafe rust keyword basically just lets you declare a scope in which some memory checks do not need to pass for the program to compile.
minus-squarevithigar@lemmy.calinkfedilinkarrow-up2·28 minutes agoAlso exists in C#, where it allows you to use pointers.
minus-squaregravitas_deficiency@sh.itjust.workslinkfedilinkEnglisharrow-up2·4 hours agoNah I know I was just shitposting lol
minus-squaretetris11@feddit.uklinkfedilinkEnglisharrow-up3·edit-25 hours agoSome people write their entire codebase within those parentheses. me. I’m talking about me
minus-squaregravitas_deficiency@sh.itjust.workslinkfedilinkEnglisharrow-up1·4 hours agoThey like to live dangerously unsafely
The
unsaferust keyword basically just lets you declare a scope in which some memory checks do not need to pass for the program to compile.Also exists in C#, where it allows you to use pointers.
Nah I know I was just shitposting lol
Some people write their entire codebase within those parentheses.
me. I’m talking about me
Why?
They like to live
dangerouslyunsafely