"I want to live forever in AI"
"I want to live forever in AI"


cross-posted from: https://lemmy.ml/post/14869314
"I want to live forever in AI"
1
crossposts
You're viewing a single thread.
All comments
140
comments
would've made more sense if it was rust
(or is the copy intential here?)
22 0 ReplyPlottwist: consciousness is : Copy
15 0 ReplyIt's pinned and
!Unpin
, and only has private constructors.Uploading is a matter of implementing
Clone
5 0 Reply
#[derive(Clone, Copy)] struct Consciousness {...} fn upload_brain(brain: Consciousness) -> Result<(), Error>
9 0 ReplyIf we're gonna have a dystopian future, then damn it, it's gonna be memory safe.
4 0 Reply
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.
3 0 Reply
140
comments
Scroll to top