@[email protected] to Programmer [email protected]English • 6 months ago"I want to live forever in AI"lemmy.mlmessage-square190fedilinkarrow-up1749file-textcross-posted to: [email protected]
arrow-up1749image"I want to live forever in AI"lemmy.ml@[email protected] to Programmer [email protected]English • 6 months agomessage-square190fedilinkfile-textcross-posted to: [email protected]
minus-squarevoxellinkfedilink22•edit-26 months agowould’ve made more sense if it was rust (or is the copy intential here?)
minus-square@[email protected]linkfedilink5•6 months agoIt’s pinned and !Unpin, and only has private constructors. Uploading is a matter of implementing Clone
minus-square@[email protected]linkfedilink9•6 months ago#[derive(Clone, Copy)] struct Consciousness {...} fn upload_brain(brain: Consciousness) -> Result<(), Error>
minus-square@[email protected]linkfedilink4•6 months agoIf we’re gonna have a dystopian future, then damn it, it’s gonna be memory safe.
minus-square@[email protected]linkfedilink3•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.