Unix in the Browser Tab
21–30 of 79 posts
Re: Unix in the Browser Tab
#22Re: Unix in the Browser Tab
#23I have a big problem with this: where is the link to try it? I just don't understand when I read something about an "x that works in the browser" and there is no demo link.
Re: Unix in the Browser Tab
#24Earlier quoted context omitted.
This is different. What you usually see is mock-ups of graphical shells. This is a kernel.
Maybe I misunderstand, but didn't JSLinux[1][2] do system emulation running a proper kernel basically since 2012? 1: http://jslinux.org/ 2: https://bellard.org/jslinux/tech.html
Writing an operating system that directly targets the browser, that offers the expected/standard system calls ought to be smaller and faster, and more interestingly, it can potentially integrate with the rest of the page in interesting fashions, easily.
Re: Unix in the Browser Tab
#25Why not "stream" an image of an actual OS (say, linux) to the browser? Has anyone pulled that off yet? (Kind of like rendering services for example, the client is just for user interaction, everything else is streamed from server where all the computation happens)
There's also a relatively new service called Mighty App, which streams just a browser with the idea that you can manage 100's of tabs with all the browser processing being done on the remote server.
Re: Unix in the Browser Tab
#26Re: Unix in the Browser Tab
#27Past discussion: https://news.ycombinator.com/item?id=13151566 (2016, 124 comments)
Run C, C++, Go and Node.js programs as processes in browsers - https://news.ycombinator.com/item?id=13108027 - Dec 2016 (1 comment)
Browsix: Unix in the browser tab - https://news.ycombinator.com/item?id=13063232 - Nov 2016 (5 comments)
Re: Unix in the Browser Tab
#28Why not "stream" an image of an actual OS (say, linux) to the browser? Has anyone pulled that off yet? (Kind of like rendering services for example, the client is just for user interaction, everything else is streamed from server where all the computation happens)
https://guacamole.apache.org/ If I understood you correctly.
Re: Unix in the Browser Tab
#29Why not "stream" an image of an actual OS (say, linux) to the browser? Has anyone pulled that off yet? (Kind of like rendering services for example, the client is just for user interaction, everything else is streamed from server where all the computation happens)
Re: Unix in the Browser Tab
#30What is the use case this is solving?