310
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 07 Jul 2024
310 points (93.3% liked)
Technology
59390 readers
2543 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related content.
- Be excellent to each another!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, to ask if your bot can be added please contact us.
- Check for duplicates before posting, duplicates may be removed
Approved Bots
founded 1 year ago
MODERATORS
I can see two issues here:
It’s not really a storageless computer. It’s using EFI as storage to build the ramdisk.
What happens if you need to change things because of a change of cloud account, change of cloud API etc etc
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.
The point is that calling the computer storage less is what’s wrong.
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.
Where is that boot code kept? Is that not storage? I mean, even magnetic core memory is storage. An array of vacuum tubes is storage. If you wired up a bunch of transistors to perform mathematic operations, do the wires and transistors on the breadboard count as storage? Maybe not. If you did it on an FPGA, I would say yes, though.
This is all semantics, of course, but it's interesting to think about nonetheless. Ask a web developer and a BIOS ROM developer about what's programmable, and you'll get two very different answers. :P