Google Native Client Puts x86 On the Web
t3rmin4t0r writes "Google has announced its Google native client, which enables x86 native code to be run securely inside a browser. With Java applets already dead and buried, this could mean the end of the new war between browsers and the various JavaScript engines (V8, Squirrelfish, Tracemonkey). The only question remains whether it can be secured (ala ActiveX) and whether the advantages carry over onto non-x86 platforms. The package is available for download from its Google code site. Hopefully, I can finally write my web apps in asm." Note: the Google code page description points out that this is not ready for production use: "We've released this project at an early, research stage to get feedback from the security and broader open-source communities." Reader eldavojohn links to a technical paper linked from that Google code page [PDF] titled "Native Client: A Sandbox for Portable, Untrusted x86 Native Code," and suggests this in-browser Quake demo, which requires the Native Code plug-in.
Does it run Linux??
You could work around that compatability issue easily, just set up the browser so it runs inside a preset virtual machine or emulator on the host, so that you can just write x86 code for that virtual machine/emulator rather than executing it directly.* (I heard you like programs, so I put a machine in your machine so you can execute while you execute.)
*Someone may have thought of this already.
No kidding!!! What do you say at this point?
The only question remains whether it can be secured (ala ActiveX)
HAHAHAHAHAHAHAHAHAHAHAHAHAHA *gasp* HAHAHAHAHAHAHAHAHAHAHAHHAAHHAHA *wipes eyes*
HAHAHAHAHAHAAHHAAHAHAHAHAHAHAH
BIG thanks from Russia. i hope it catches on!
Does this mean I can run old DOS games in a browser?
Silent Service II!
The industry will solve it the usual way: They will put an x86 chip inside!
Ezekiel 23:20
Does Linux run on it?
(Prompting a possibly valid "In Soviet Russia" gag).
Genesis 1:32 And God typed
It's a Java system! I know this!
GLaDOS for President 2016! "Well here we are again. It's always such a pleasure." -- GLaDOS, 2011
Yep, they're re-inventing the wheel, how cool is that?
Nothing on Netcraft yet...
Confucius say, "Find worm in apple - bad. Find half a worm - worse."
(I just love it when my browser runs unmanaged code full of unverified branch statements!)
Bah! Where's your sense of adventure?!?
Clearly, playing Quake in the browser is the killer app for this technology.
Um the way things work with software is the program sends opt-codes to the CPU which interns translates them to particular basic actions.
Ah ha!
So that is the secret!!
Cheap intern labor!
[Fuck Beta]
o0t!
Knock Knock.
Who's there?
.
.
.
(long pause)
.
.
.
Java.
JIT emulation is the worst of both possible worlds! The extra overhead of the bytecode to native translations and the extra overhead of emulation!