20120417 Simple yet Frequently Asked Questions on three.js (SFAQ)
As promised, here’s what I learnt with my latest test with three.js :-D
20120325 USB Tethering with wicd, an Android phone and ArchLinux
It seems wicd doesn’t automagically use the tethered interface, unlike GNOME’s network manager. So to get it to work, first we need to find out the name of the tethered interface (i.e. you need to have the phone connected and tethering enabled at this point already). It should be something like usb0. To find this [...]
20120219 Android SDK with Open JDK 1.7 and IntelliJ IDEA 11
I updated my installation of IntelliJ IDEA to the latest version and suddenly I couldn’t compile any Android project, getting a message telling me the .class files couldn’t be found. Very puzzling! I tried upgrading the JDK from Openjdk 6 to Open JDK 7, but the Android SDK refused to compile because it wanted a [...]
20120118 ffmpeg on Mac Os X Lion
Now that I’m using a Mac (with Mac OS) at work I’m sorely missing truly essential tools such as ffmpeg. The only binary build I could find (without having to download fink and a ton more packages that I don’t really need) was a build from 2006. Two thousand and six! Which in ffmpeg terms [...]
20120112 Make Chromium/Chrome blend seamlessly with Gnome 3
“Thanks to the power of CSS” you just need to install these extensions: Adwaita (GNOME 3) Adwaita (GNOME 3) scrollbars (this is optional. Makes the scrollbars look more Gnome-ish) With compliments to mr.doob for revealing me the secret!