Web OSes: There Are Really Or Just a Fully-Featured Web Site

Discussions on more advanced topics such as monolithic vs micro-kernels, transactional memory models, and paging vs segmentation should go here. Use this forum to expand and improve the wiki!
sprints
Posts: 10
Joined: Wed Jun 02, 2010 6:59 pm

Re: Web OSes: There Are Really Or Just a Fully-Featured Web

Post by sprints »

web oses are a multifaceted chicken and egg issue

It boils down to

How can you write a web os in a web os?
How can you write the backend software that runs all of the frontend?
How can you except something to work that is tied to the internet constantly and consistantly?
Can a web os ever be self hosting?
And can you acutally get your information out of the os?
User avatar
NickJohnson
Member
Member
Posts: 1249
Joined: Tue Mar 24, 2009 8:11 pm
Location: Sunnyvale, California

Re: Web OSes: There Are Really Or Just a Fully-Featured Web

Post by NickJohnson »

I'm pretty sure you could write a C compiler in JavaScript, compile a new web OS, copy it to a disk, then run it. Any Turing-complete (up to memory constraints) system that can copy data to a floppy or USB or CD should be self-host-able, which is pretty easy to satisfy for a system. The same properties let you do the rest of the stuff on your list provided you have an Internet connection whilst writing/compiling/copying your code.

I also think this is taking the web OS idea too literally - see my first post on this thread.
Post Reply