How To Make Firefox Over 40% Faster
If you use Linux on a Laptop, chances are high that you can dramatically improve the responsiveness of all your GUI applications. This tip will work for you if you:
Use a frequency scaling application like powernowd (Ubuntu does this by default), cpudynd, or cpufreqd.
Have Kernel 2.6.9 or better.
In short, the trick is to disable powernowd [...]
Top 10 Eclipse Hotkeys
Eclipse has lots and lots of hotkeys, but for daily work you need only a small subset. This are the hotkeys I consider to be the most important time savers:
addthis_url = ‘http%3A%2F%2Fmartin.ankerl.com%2F2006%2F07%2F20%2Ftop-10-eclipse-hotkeys%2F’;
addthis_title = ‘Top+10+Eclipse+Hotkeys’;
addthis_pub = ”;
Self-hosting Subversion Configuration
How to configure Subversion with Subversion: check out the configuration files, and have subversion automatically use the latest commited version. You do not need to have access to the repository server any more, just a subversion client and a text editor is enough. If you need to change access rights and users regularly, this can [...]
LZMA Compression in Linux
7-zip has one of the best compression ratio / decompression speed ratios of the planet. Give it a try, compression ratio is a bit better than RAR, and decompression is faster. The linux port is p7zip.
Unfortunately you cannot use 7zip for streams like gzip or bzip2. 7zip uses LZMA as the compression routine, and it [...]
Exception Handling versus Logging
Exceptions versus Logging
The big question is, when to use logging and when exceptions? Let me tell you a story:
Not so long ago I have been working in a Java project where I introduced log4j, and was very happy to see that all the System.out.println’s got removed and replaced with the much more sophisticated logging. For [...]


