this post was submitted on 07 Jul 2024
307 points (93.2% liked)

Technology

58009 readers
3007 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
 

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.

you are viewing a single comment's thread
view the rest of the comments
[–] R00bot@lemmy.blahaj.zone 32 points 2 months ago (2 children)

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 8 points 2 months ago* (last edited 2 months ago) (2 children)

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 5 points 2 months 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 2 points 2 months 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.