- cross-posted to:
- programmerhumor@lemmy.ml
- cross-posted to:
- programmerhumor@lemmy.ml
cross-posted from: https://lemmy.ml/post/14869314
“I want to live forever in AI”
You must log in or register to comment.
would’ve made more sense if it was rust
(or is the copy intential here?)
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.
#[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.
Plottwist: consciousness is : Copy
It’s pinned and
!Unpin
, and only has private constructors.Uploading is a matter of implementing
Clone