Ersei, the developer behind this so-called Cloud Native Computer, says the project was primarily a “silly” pursuit. There is also a problem with booting from Google Drive currently being very slow. However, the dev also boasts that “the possibilities are endless” and would welcome any companies or individuals who wish to get in contact and discuss commercializing this project or something related to it.

    • R00bot@lemmy.blahaj.zone
      link
      fedilink
      English
      arrow-up
      33
      arrow-down
      1
      ·
      27 days ago

      This is different (and far less practical than Apple’s approach). This one doesn’t download the OS and store it, it pulls the files from Google drive every time they’re accessed, so it’s incredibly slow by comparison, but is technically running from the cloud. The Apple one downloads everything it needs and stores it, then pulls from that local copy.

      • sugar_in_your_tea@sh.itjust.works
        link
        fedilink
        English
        arrow-up
        9
        arrow-down
        1
        ·
        edit-2
        27 days ago

        So it’s like PXE booting without a permanent local disk. If you have enough RAM, that’s probably fine.

        Or is it only downloading the kernel and loading literally everything else over the net with no RAM cache? If so, that’s terrifying.

        • cley_faye@lemmy.world
          link
          fedilink
          English
          arrow-up
          5
          ·
          26 days ago

          I’d argue it’s a bit worse than PXE booting, since they talk about having the actual bootloader on a USB stick, whereas the same thing could have been done by having the boot process remote too.

        • R00bot@lemmy.blahaj.zone
          link
          fedilink
          English
          arrow-up
          2
          ·
          27 days ago

          Yeah I believe it’s loading everything over the net. I haven’t looked super closely into it. I’m not sure what, if any, practical applications there are for this. Seems like it’s just a fun impractical project. I’m here for it. But you’re right about it being terrifying lol.

        • R00bot@lemmy.blahaj.zone
          link
          fedilink
          English
          arrow-up
          3
          arrow-down
          2
          ·
          26 days ago

          I was also adding to the discussion. You commented something it reminded you of, I commented the difference between the two. This may be an important point for those who are not familiar with either of these technologies.

        • SchmidtGenetics@lemmy.world
          link
          fedilink
          English
          arrow-up
          1
          arrow-down
          7
          ·
          edit-2
          27 days ago

          Yeah apparently adding to the discussion is frowned upon here, my comment chain got derailed by a “joke” because I tried to differentiate between the cloud and a PC to have a discussion….

    • Kairos@lemmy.today
      link
      fedilink
      English
      arrow-up
      3
      arrow-down
      4
      ·
      27 days ago

      That’s not booting from the net that’s downloading an image and keeping it in RAM without sending any changed data back to the cloud, or needing to fetch anything once the image is downloaded.