• voxel
    link
    fedilink
    22
    edit-2
    2 months ago

    would’ve made more sense if it was rust

    (or is the copy intential here?)

      • @[email protected]
        link
        fedilink
        52 months ago

        It’s pinned and !Unpin, and only has private constructors.

        Uploading is a matter of implementing Clone

    • @[email protected]
      link
      fedilink
      92 months ago
      #[derive(Clone, Copy)]
      struct Consciousness {...}
      
      fn upload_brain(brain: Consciousness) -> Result<(), Error>
      
    • @[email protected]
      link
      fedilink
      32 months ago

      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.