Slashdot Log In
Pure JavaScript Unix-Like Web Based OS
Posted by
Zonk
on Thu Jun 16, 2005 07:51 AM
from the java-and-unix-sitting-in-a-tree dept.
from the java-and-unix-sitting-in-a-tree dept.
slummy writes " JS/UIX 'is an UNIX-like OS for standard web-browsers, written entirely in JavaScript (no plug-ins used). It comprises a virtual machine, shell, virtual file-system, process-management, and brings its own terminal with screen- and keyboard-mapping.' If only you didn't need an OS to run the web browser on."
This discussion has been archived.
No new comments can be posted.
Pure JavaScript Unix-Like Web Based OS
|
Log In/Create an Account
| Top
| 313 comments
(Spill at 50!) | Index Only
| Search Discussion
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
So its true! (Score:5, Funny)
(http://pyscrabble.sf.net/)
Next up (Score:5, Funny)
(http://tqft.blogspot.com/ | Last Journal: Saturday November 10, @06:31PM)
From TFA:
"The only application for now is a simple implementation of vi"
How long before emacs is ported?
Uses? (Score:5, Insightful)
(http://www.intelligentblogger.com/ | Last Journal: Monday August 27, @11:47AM)
Related to this (but much cooler), there used to be a site at WebOS.com where the site lauched a full-screen browser window and allowed you to interact with an entirely HTML desktop. Even the applications were downloaded on the fly, and the files were saved on the server.
Re:Uses? (Score:5, Funny)
(http://multifariam.net/)
Re:Uses? (Score:5, Funny)
(http://robotterror.com/slashdot | Last Journal: Thursday November 04 2004, @05:48PM)
Re:Uses? (Score:4, Informative)
(http://www.milksucks.com/ | Last Journal: Monday September 15 2003, @12:30PM)
those crazy firewall admins and their rules !
Irony (Score:4, Insightful)
Re:Uses? (Score:5, Informative)
(http://www.intelligentblogger.com/ | Last Journal: Monday August 27, @11:47AM)
The MirrorDot mirror is here [mirrordot.org] so that you can try for yourself.
Especially... (Score:4, Informative)
(http://mrspeaker.webeisteddfod.com/ | Last Journal: Sunday February 06 2005, @10:56PM)
(apologies to slashdot member CTho9305)
Compiler (Score:3, Funny)
(http://www.philipp-weissmann.de/)
I wanna run doom on it!
Obligatory (Score:3, Funny)
PS You do know that in Soviet Russia, your browser runs your OS, right?
Screenshot (Score:5, Funny)
(http://www.marengo-ltd.com/)
:-)
fake DOS... (Score:4, Funny)
Re:fake DOS... (Score:4, Funny)
(http://peter.apestaart.org/)
It still works on my XP machine!
I was even worried for an instant when it was supposedly formatting my hard d^i^c^kz^z^z^^z^z^f^^ s^d^f^zêf^zê^f^sd^f s^df ^sd^f ^sd^f^s^df^s s^df ^sd^f^s^df^s^df^^s^sd^f^sd^f^^sd^f ^^sdf^^sd^f
Re:fake DOS... (Score:4, Funny)
Re:fake DOS... (Score:5, Funny)
(http://www.xboxtopic.com/)
Re:fake DOS... (Score:5, Funny)
(http://cevk.com/ | Last Journal: Tuesday January 13 2004, @11:15AM)
You wanna hear a really fucked up story?
Okay. It's 1993. I think. I was somewhere between 8 and 10, so maybe it was '94. Anyway, it's not important.
I was learning to program at the time, and my uncle who is four years older than me decided that since I was a rather dull child, with wit as sharp as a rubber ball, I should start with QBASIC.
So I created a grand program: A DOS Shell. It would let you look around, cd, all that fancy stuff. I added colours.
It was all good.
So, anyway, I didn't really have a good concept of exactly what an OS was, and I decided I'd written one, so, (this was back in the day you understand, and my parents really weren't too computer savvy) I got on their AOL account and uploaded it to AOL's file center, billing it as a revolutionary new operation system called DHDMP. I think. That or DHCMP. I forget.
The instructions went something along the lines of, STEP 1: Uninstall DOS.
You get the picture.
Well, after around 9 thousand downloads, my parent's AOL account was canceled.
I'd like to think I did a great deal of good via those 9 thousand downloads.
Re:fake DOS... (Score:4, Funny)
Maybe that's hex. I'm 1A years old.
crap .. (Score:3, Funny)
(http://www.joeslife.net/ | Last Journal: Wednesday October 27 2004, @07:12AM)
If this becomes too successful... (Score:3, Funny)
Site slashdotted (Score:5, Interesting)
(http://www.julefrokost.info/ | Last Journal: Wednesday April 07 2004, @03:52AM)
Yes, but . . . (Score:5, Funny)
If you cant reach because of the /.... (Score:5, Informative)
For an overview of implemented commands have a look at the complete > JS/UIX-Manual-Pages; see also the > Version-History.
The keyboard accepts the US-ASCII character set. As key-mapping depends from your browser, you may have to use the cursor and backspace buttons at the lower right of the terminal. A complete keyboard can be accessed at the lower left.
Compatibility: Netscape 4+, MS IE 4+ and DOM-aware browsers.
Mirrordot link:
http://mirrordot.org/stories/1c1bf041ca7144dbe4b3
unnecessary... (Score:5, Funny)
(http://www.xboxtopic.com/)
Why is this in the Java topic? (Score:5, Informative)
It might as well go in the Hardware topic too, while you're at it - after all, it must be running on some kind of hardware.
Re:Why is this in the Java topic? (Score:5, Funny)
You might as well call yourself Tim x86 Assembly - after all, there's some underlying atomic arrangement to your cell structure.
Re:Why is this in the Java topic? (Score:5, Funny)
(http://flickr.com/photos/allankcrain/)
--AC
Mirror (Score:3, Informative)
(http://pg-solutions.com/)
The terminal works, just without pictures for the buttons.
Finally we can put together... (Score:5, Funny)
SSH client? (Score:4, Insightful)
Re:SSH client? (Score:5, Informative)
(Last Journal: Saturday August 18 2001, @11:04AM)
Of course you can build an SSH-like thing that has a server component, but that's been possible for a while. (It's not easy emulating a term, and it'd be latent as all hell, but that's what you get.)
You can hack and hack and hack, but without server support you just can't get past the fact you don't have a real socket connection in Javascript.
I added all those adjectives at the beginning because if you're willing to write and install a Mozilla XPCOM control or ActiveX or something that exposes a socket you can do it. But that is, presumably, not what you meant since you mentioned not needing to install components.
I Know!!! (Score:4, Funny)
(http://www.kickthebobo.com/erotech/index.html | Last Journal: Thursday November 15, @02:53PM)
1. No more monolithic Linux kernel or proprietary Windows kernel!
2. No more mach kernel because they're slow dontchaknow
3. We get rid of X Windows and replace it with Gecko, Javascript, CSS and Mozilla chromes
4. No more clunky X Windows network transparency because nobody uses it anyways. Now all graphic connections will happen in memory instead of going out over the network to the router and back in to the machine they went out of!
5. No more ability to run servers (because only crackers and pirates do that)
6. Google searches become embedded in teh OS like Microsoft plans to do in Pot Noodle Hornlong!
7. A driving instructor somewhere in Johanessberg gets his job back mate!
Man am I thirsty!
Lemmings! (Score:3, Interesting)