Hacker News new | ask | show | jobs
by anawar 3557 days ago
Also, a few of the live demos have networking enabled.
1 comments

But they're not internet connected, are they? I tried `ping 8.8.8.8` from each of them without any luck.
Not to detract from Copy's work (it's really quite impressive), but if you're really hard up to have a browser running in your browser, have a look at http://www.jor1k.com
I pinged successfully from the linux 3 machine. You need to run a command first though, it says so two lines above where the shell begins
Oops, I missed those lines! All working now. Thanks.
Same Origin Policy will prevent most network access from a browser tab.

You'd need to run chrome with SOP off.

I pinged google.com from the linux3 machine after enabling networking and it worked fine.