Writing a browser in three rows

We reached a new record: writing a browser in three rows! After python I decided to test also WebKit bindings for ruby: [kaltura-widget wid="jr0a2p7nrk" width="410" height="364" addpermission="0" editpermission="3" /] And these are the three rows: require 'webkit' Gtk::Window.new().add(wv = Gtk::WebKit::WebView.new).show_all Thread.new do Gtk.main end As you can see from the video to open a webpage … Continue reading Writing a browser in three rows

CRUX PPC full 64bit is coming soon

I know, It’s a bit frustrating to own a 64bit machine and run 32bit binaries … so I’ve bootstrapped a 64bit CRUX-PPC system. CRUX-PPC 64bit as the 32bit version will be (is) based on a multilib toolchain this make possible to compile 32bit binaries (and run 32bit binaries). CRUX-PPC 64bit share the 32bit version ones, … Continue reading CRUX PPC full 64bit is coming soon