Archive for September 11th, 2008
WebKit on Linux
It doesn’t have all the bells and whistles that the mac or windows versions have, but it’s damn handy for testing safari compatibility without booting another OS.
To install/build it on ubuntu (hardy with the usual bells & whistles), proceed as follows:
First you’ll need some dev packages to build it with:
sudo aptitude install libqt4-dev libxslt-dev gperf bison libsqlite3-dev flex build-essential
Then get the latest source from nightly.webkit.org. Right now that’s r36309, so we have:
wget http://builds.nightly.webkit.org/files/trunk/src/WebKit-r36309.tar.bz2
The builds change almost daily, so check first, don’t just copy the line above.
tar -jxf WebKit-r*.tar.bz2 cd WebKit-r*/ export QTDIR=/usr/share/qt4/ WebKitTools/Scripts/build-webkit
This will take 30mins+ on a reasonable machine, so go make tea.
When it’s finished, you can launch it as follows:
WebKitTools/Scripts/run-launcher
And that’s it, we’re done. Simple eh?
Note: it will need QTDIR set for it to run. We exported it when we were building above, but it probably won’t be set when you try to run it next time. The simplest way to work around this is probably to just put the export in your .profile as follows:
echo "export QTDIR=/usr/share/qt4/" >> .profile
Popularity: 24% [?]
Large Hadron Collider
Posted by Bricky in Uncategorized on September 11th, 2008
Bit of a buz about this at the moment, probably coz it’s gonna open soon.
What happens when matter heats to over 100,000 times the temperature at the core of the sun? What happens when a particle with roughly the mass of a grain of sand hits something when traveling at nearly the speed of light?
Well, some people with too much funding and no girlfriends are soon to find out. There’s only a minor chance that they’ll create a black hole and destroy the earth.
Some incredible photos here.

Popularity: 9% [?]
