• voxel@sopuli.xyz
    link
    fedilink
    arrow-up
    22
    arrow-down
    1
    ·
    edit-2
    2 months ago

    would’ve made more sense if it was rust

    (or is the copy intential here?)

      • flying_sheep@lemmy.ml
        link
        fedilink
        arrow-up
        5
        ·
        2 months ago

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

        Uploading is a matter of implementing Clone

    • RustyNova@lemmy.world
      link
      fedilink
      arrow-up
      9
      ·
      2 months ago
      #[derive(Clone, Copy)]
      struct Consciousness {...}
      
      fn upload_brain(brain: Consciousness) -> Result<(), Error>
      
    • marcos@lemmy.world
      link
      fedilink
      arrow-up
      3
      ·
      2 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.