Earlier quoted context omitted.
Don't forget that he discovered the fastest known algorithm for computing an arbitrary digit of pi. If you ever are tempted to get egotistical, just think of this guy. If you are prone to low self esteem, avoid reading about him.
No more excuses, I'm going to finish those damn projects I have on the backburner... Seriously, who does Bellard work for? He seems to leave virtually no trace (other than awesome software) on the Internet. I googled the shit out of him tonite...
Boot a linux kernel right inside your browser.
71–80 of 255 posts
Re: Boot a linux kernel right inside your browser.
#72Earlier quoted context omitted.
Don't forget that he discovered the fastest known algorithm for computing an arbitrary digit of pi. If you ever are tempted to get egotistical, just think of this guy. If you are prone to low self esteem, avoid reading about him.
And still, he has normal job in a normal company... Not in a start-up or not in a mega-tech-corp...
Re: Boot a linux kernel right inside your browser.
#73My favorite bit: # cat /proc/cpuinfo ... f00f bug: yes # Hah! 20 bogomips by the way, at least on Chrome on a MacBook Pro. I sense a whole new era of browser performance testing..
For the curious: http://www.rcollins.org/ddj/May98/F00FBug.html I'd be curious to know if this is was intentional, or a side-effect of the emulation.
Re: Boot a linux kernel right inside your browser.
#74Earlier quoted context omitted.
> When he adds X, we can run Firefox inside Linux inside Firefox inside Linux :') Reddit has a meme for that. ;) (downvote away, I've earned it!)
The Esteban one? "I don't always write Linux Kernels" "But when I do, it's in browser hosted Javascript"
Re: Boot a linux kernel right inside your browser.
#75Re: Boot a linux kernel right inside your browser.
#76Re: Boot a linux kernel right inside your browser.
#77After FFmpeg (used in all your TVs and gadgets, very likely), QEmu (used also by Xen and VBox and other), tcc and his IOCC entries, the DVB-T emission with an ATI card, Fabrice comes, once again with something crazy... He is really impressive...
Searching for "IOCC" returns nothing, and "IOCC Fabrice" returns a site that is caching HN in realtime, and it's your post.
Any help?
Re: Boot a linux kernel right inside your browser.
#78It even has an incomplete version of Emacs. Emacs!
Re: Boot a linux kernel right inside your browser.
#79I'm utterly dumbfounded. Not only does it boot, it's got emacs, and a compiler. Welcome to JS/Linux ~ # emacs test.c ~ # cat test.c void main(void) { printf("Hello World!\n"); } ~ # tcc test.c -o hello ~ # ./hello Hello World! [Edit: just realized that there is already a 'hello.c' in the directory that shows just this with better diction.]
adduser works (except you need to create a /home directory)