Apparently, the Linux boot is slow, but the 'possibilities are endless.'
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.
More being able to use cloud storage and not need a full physical secondary computer. In theory the cloud can be accessed anywhere, even if a portion is down, not the same for a single physical PC.
Do thin clients and PXE require a server specifically configured to serve a boot image? (Genuinely asking.)
I'm not sure whether this project is doing something new by just accessing network resources that are nothing more than shared files, without any specific software running on the server (beyond just a server serving files).
Yes, they do. The novel thing here is serving the files out of Google Drive.
There are existing PXE servers that run over the Internet, like boot.netboot.xyz, so that you don't have to run your own (assuming you trust everyone involved in that connection). Those are far more practical.
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.
"We're looking for dumb investors that don't understand technology so we can sell them a bridge."
Interesting experiment, but I'd rather have a personal machine that isnt completely useless when/if the internet goes out. Also would be nice not to depend on a centralized service that could easily revoke access.
Seems like it's better suited for company work computers.
No computer is ever really storageless. Even the BIOS has to be stored somewhere. If you didn't have any storage, you wouldn't be able to load any code, and it would not be a computer, it would be a brick.
Not necessarily, you could build all of the boot stuff into hardware, have it send all input to the cloud server, and only have enough hardware to render images. Boom, no storage, everything is static.
I set up a PXE image for the Arch installer and scripted the whole installation. The idea was to switch the boot order and have it auto-reimage, such as for a IOT device deploy.
Once I built it, I never used it again. But it was a fun afternoon.