Martin Ankerl
No movement is faster than no movement

Major Clearlooks Compact Update

The Clearlooks Compact theme was released just a few days ago, and it already is the highest rated theme at gnome-look.org, out of more than a thousand. I guess the compactness really hit the nerve of lots of Linux users.
This encouraged me to do some further updates, I have incorporated lots of several tips and [...]


Clearlooks Compact Gnome Theme

I have been using Ubuntu for quite a while now, but one thing I really dislike is that all the themes are huge space wasters compared to Windows XP. This finally got me angry enough to create a customized version of the Clearlooks theme that tries to be very compact but still maintain its beautiful [...]


Howto Change Ubuntu Forced fsck

In Ubuntu 7.10 the boot hard disk is checked every 20 boots. I have to boot my laptop quite often, so about once a week booting takes more than 10 minutes. This clearly sucks. Fortunately, there is an easy way to fix this. With tune2fs it is possible to change the interval from mount-times to [...]


Optimized pow() approximation for Java, C / C++, and C#

I have already written about approximations of e^x, log(x) and pow(a, b) in my post Optimized Exponential Functions for Java. Now I have more In particular, the pow() function is now even faster, simpler, and more accurate. Without further ado, I proudly give you the brand new approximation:
Approximation of pow() in Java

public static double [...]


Comprehensive Linux Terminal Performance Comparison

Linux has an abundance of excellent terminal applications. Interestingly, I could not find any decent comparison of their text display performance. Since I use the command line a lot, I want text output that is as fast as possible. When you compile a large project, you don’t want the console output to be the limiting [...]