roon@lemmy.ml to Programmer Humor@programming.devEnglish · 2 年前"I want to live forever in AI"lemmy.mlimagemessage-square202linkfedilinkarrow-up1753arrow-down135file-textcross-posted to: programmerhumor@lemmy.ml
arrow-up1718arrow-down1image"I want to live forever in AI"lemmy.mlroon@lemmy.ml to Programmer Humor@programming.devEnglish · 2 年前message-square202linkfedilinkfile-textcross-posted to: programmerhumor@lemmy.ml
minus-squarevoxellinkfedilinkarrow-up22arrow-down1·edit-22 年前would’ve made more sense if it was rust (or is the copy intential here?)
minus-squareflying_sheep@lemmy.mllinkfedilinkarrow-up5·2 年前It’s pinned and !Unpin, and only has private constructors. Uploading is a matter of implementing Clone
minus-squareRustyNova@lemmy.worldlinkfedilinkarrow-up9·2 年前#[derive(Clone, Copy)] struct Consciousness {...} fn upload_brain(brain: Consciousness) -> Result<(), Error>
minus-squarexlash123@sh.itjust.workslinkfedilinkarrow-up4·2 年前If we’re gonna have a dystopian future, then damn it, it’s gonna be memory safe.
minus-squaremarcos@lemmy.worldlinkfedilinkarrow-up3·2 年前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.
would’ve made more sense if it was rust
(or is the copy intential here?)
Plottwist: consciousness is : Copy
It’s pinned and
!Unpin, and only has private constructors.Uploading is a matter of implementing
Clone#[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.