Kitty moved into house…

On Tuesday, small kitten moved in… On the first day he was rather scared, but already in the second he was starting to get used to new home. No name is yet given, but as working draft, I call him ”Tippi” until actual name is found.

Read more

Firefox 3 consumes less memory than Opera 9.50

Strange claims has been going around that new that Firefox 3 would consume less memory than Opera 9.50. From historical perspectice claim sounds interesting, since historically Opera has been much more memory efficient than Firefox. Thus lets make a simple test, with slight unfairness into direction of Opera, since it’s my main browser and has…

Read more

Fixing braindead Gnome

As we all know, Gnome is braindead system, and nobody in sane state of mind touches it, except with 3 meter long hot stick to beat the beast down. Now, even if you have reached first step of sanity, which means that you haven’t installed it at all. Then still gnome system fails to honor…

Read more

Advanced MultiThreading in Swing

Usually when multithreading in Swing is discussed, then authors are regarding trivial issue of using ”SwingWorker” and such constructs for running worker threads from EDT (Event Dispatch Thread”. However, Swing design includes one rather different multithreading thing. Namely it’s possible to start multiple AppContext instances, and execute multiple EDT threads in single JVM. So lets…

Read more