some personal, more technical – by Thomas Einwaller
Today I had a problem with my Ubuntu system running in a VMware Workstation on my notebook. First I noticed that every key I pressed occurred multiple times. Then the screensaver appeared very often after a short period of time. I looked for the reason and found out that the clock of the guest system [...]
I am a huge fan of Guitar Hero. When I played it the first time some weeks ago all I could say for minutes was “Yeah! … Cool! … Yeah! … Wow!”. It has been a long time since a computer game surprised me in that kind of way. The version of Guitar Hero I [...]
The final version of FindBugs 1.3.2 was released. I add FindBugs to every Eclipse installation because it is a very useful tool for finding possible problems in my code. The new version 1.3.2 includes a new view listing all bugs in a project by priority. See this blog post for more details.
Aaron postet two screencasts on his blog showing how to use VIM. I really love VIM – I thought about installing the viPlugin for my favorite IDE Eclipse some months ago. Now these videos made me think again – I think I will give it a try. Checkout the two casts: VIM Screencast 1 – [...]
In: Blackberry|Fun
19 Feb 2008At CES Electronic Arts announced that they will produce games for BlackBerry devices. Now their site EA mobile is online. They are providing this special link for the Game Skate. Call it from your BlackBerry browser and download this (in my opinion) brilliant new kind of BlackBerry game. I already spent some time with it [...]
In: Blackberry
18 Feb 2008Amy sent me a cool link with a lot of useful BlackBerry tips. Check out The Power User’s BlackBerry Guide: 121 CrackBerry Tips, Hacks and Resources!
I am running my own mail server now for over five years. There are a lot of good free email services out there but I am not satisfied with their spam filters. I am getting about 300 spam mails a day and with my current solution only one of them makes it into my inbox [...]
In: Java
12 Feb 2008In one of my projects we use XSTL transformation and Apache FOP to generate PDF files from XML documents. I am using Cooktop as my favorite free XML/XSLT development and test environment for a long time now. A colleague made me aware that it is possible to make Cooktop use custom XSLT engines for transformation. [...]