roon@lemmy.ml to Programmer Humor@programming.devEnglish · 6 months ago"I want to live forever in AI"lemmy.mlimagemessage-square204fedilinkarrow-up1758arrow-down135file-textcross-posted to: [email protected]
arrow-up1723arrow-down1image"I want to live forever in AI"lemmy.mlroon@lemmy.ml to Programmer Humor@programming.devEnglish · 6 months agomessage-square204fedilinkfile-textcross-posted to: [email protected]
minus-squarevoxel@sopuli.xyzlinkfedilinkarrow-up22arrow-down1·edit-26 months agowould’ve made more sense if it was rust (or is the copy intential here?)
minus-squareflying_sheep@lemmy.mllinkfedilinkarrow-up5·6 months agoIt’s pinned and !Unpin, and only has private constructors. Uploading is a matter of implementing Clone
minus-squareRustyNova@lemmy.worldlinkfedilinkarrow-up9·6 months ago#[derive(Clone, Copy)] struct Consciousness {...} fn upload_brain(brain: Consciousness) -> Result<(), Error>
minus-squarexlash123@sh.itjust.workslinkfedilinkarrow-up4·6 months agoIf we’re gonna have a dystopian future, then damn it, it’s gonna be memory safe.
minus-squaremarcos@lemmy.worldlinkfedilinkarrow-up3·6 months 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?)
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.