Archive for February, 2010
Thursday, February 25th, 2010
Last week the second incarnation of Symfony Live came to an end and I just had the time to check a couple of shared slides from the event.
Definitely interesting stuff going on there, especially the preview release of Symfony 2.0 whose code is available on GitHub since a couple of ...
Posted in Coding, Work | No Comments »
Friday, February 19th, 2010
A hail to all the twitter users posting "I'm currently at XXX" status messages, otherwise useful information like those on pleaserobme.com would not be possible.
Darling, do you happen to know where I've put my lock pick in...?
Posted in Rants | No Comments »
Monday, February 15th, 2010
I'm proud to announce the immediate release of guitone-1.0rc1. This is the first release in a series of smaller releases which aims at the stabilization of the guitone codebase. Many (if not most) of the features one would consider needed for a "1.0" release have been implemented, a couple of ...
Posted in Coding, guitone, monotone, Qt | No Comments »
Thursday, February 4th, 2010
In case you have to access a very restricted SSH server which only accepts a single key (ie. the one which is set up in ~/.ssh/authorized_keys) and otherwise fails, its the easiest to set the specific key in your local ~/.ssh/config file as follows:
Host very.secure.server
IdentityFile ~/.ssh/id_dsa
...
Posted in Tips | 2 Comments »