• Securing an untrusted Wifi access using SSH
    mardi 19 juillet 2011

    It is now quite easy to get a Wifi connection while on the move, in public places or at hotels or holiday apartments. However, a majority of these access points are not to be relied upon. Most often, ...

  • Java: the problem with String.split()
    lundi 18 juillet 2011

    Java's String class offers a very convenient split() method. In a pinch, you can write for instance String components = myString.split(","); to split a string into smaller substrings ...

  • Minigeo
    dimanche 17 juillet 2011

    I'm releasing a new little project today. It's called Minigeo, it's shared on Google Project Hosting, it's released under GPLv3. Minigeo is a lightweight Java library that allows one to plot ...