roon@lemmy.ml to Programmer Humor@programming.devEnglish · 2 years ago"I want to live forever in AI"lemmy.mlimagemessage-square118fedilinkarrow-up1641arrow-down132file-text
arrow-up1609arrow-down1image"I want to live forever in AI"lemmy.mlroon@lemmy.ml to Programmer Humor@programming.devEnglish · 2 years agomessage-square118fedilinkfile-text
minus-squarevoxel@sopuli.xyzlinkfedilinkarrow-up18·edit-22 years agowould’ve made more sense if it was rust (or is the copy intential here?)
minus-squareRustyNova@lemmy.worldlinkfedilinkarrow-up8·2 years ago#[derive(Clone, Copy)] struct Consciousness {...} fn upload_brain(brain: Consciousness) -> Result<(), Error>
minus-squarexlash123@sh.itjust.workslinkfedilinkarrow-up4·2 years agoIf we’re gonna have a dystopian future, then damn it, it’s gonna be memory safe.
minus-squaremarcos@lemmy.worldlinkfedilinkarrow-up3·2 years agoThe semantics in Rust would be completely out of wack. What does ownership mean? I guess the point of the joke is that consciousness is a shallow value.
would’ve made more sense if it was rust
(or is the copy intential here?)
#[derive(Clone, Copy)] struct Consciousness {...} fn upload_brain(brain: Consciousness) -> Result<(), Error>If we’re gonna have a dystopian future, then damn it, it’s gonna be memory safe.
The semantics in Rust would be completely out of wack. What does ownership mean?
I guess the point of the joke is that consciousness is a shallow value.