@roon@lemmy.ml to Programmer Humor@programming.devEnglish • 11 months ago"I want to live forever in AI"lemmy.mlimagemessage-square204fedilinkarrow-up1758arrow-down135file-text
arrow-up1723arrow-down1image"I want to live forever in AI"lemmy.ml@roon@lemmy.ml to Programmer Humor@programming.devEnglish • 11 months agomessage-square204fedilinkfile-text
minus-squarevoxellinkfedilink21•edit-211 months agowould’ve made more sense if it was rust (or is the copy intential here?)
minus-square@flying_sheep@lemmy.mllinkfedilink5•11 months agoIt’s pinned and !Unpin, and only has private constructors. Uploading is a matter of implementing Clone
minus-square@RustyNova@lemmy.worldlinkfedilink9•11 months ago#[derive(Clone, Copy)] struct Consciousness {...} fn upload_brain(brain: Consciousness) -> Result<(), Error>
minus-square@xlash123@sh.itjust.workslinkfedilink4•11 months agoIf we’re gonna have a dystopian future, then damn it, it’s gonna be memory safe.
minus-square@marcos@lemmy.worldlinkfedilink3•11 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.