January 1st, 2011
I’ve bought brand new Western Digital Scorpio Blue 750 GB SATA HDD for my MacBook laptop (as my secondary hard drive). It’s currently the maximum capacity you can get for standard height (9 mm), the 1000 GB model is taller and wouldn’t fit into my OptiBay which I use instead of CD drive.
There is one annoying issue with this drive in Mac OS and that is its aggressive power management which spin downs the drive immediately after last application stops accessing it. Not only causes this clicking sound every few seconds and excessive wear (spin up/down cycle count is limited), but also performance is really crappy, as application accessing the drive after spin down has to wait for drive to spin up again.
Read the rest of this entry »
Posted in Bits and pieces | No Comments »
June 16th, 2010
After 1.5 years my Macbook battery capacity dropped suddenly (only after about 130 cycles). I’ve contacted iOpravna.cz to ask whether it would be possible to get the battery replaced under my 3 year NBD warranty and they’ve sent technician to test the battery (at my place).
Result is positive: I’ve got new battery (for free) that allows me to work 4 hours again!
Good job!
Posted in Bits and pieces | No Comments »
February 25th, 2010
Simple and quick one today - what if we need to print stack trace into a String?
JAVA:
-
...
-
-
-
-
e.printStackTrace(pw);
-
pw.flush();
-
-
String stackTraceString = sw.
toString();
-
//use the stackTraceString as you need...
-
}
-
...
Posted in Bits and pieces, Java | No Comments »
February 18th, 2010
Common usage pattern for Beehive Jdbc control is:
- Create DB control class by extending JdbcControl
- Declare DB control variable in page controller and use @Control annotation to have it automatically instantiated and injected
- Use the DB control
The above works fine. But what happens if we would like to use our DB control class from within JSP page which is not part of our Beehive application and has no access to our controller?
The following text presents one possible approach.
Read the rest of this entry »
Posted in Java | No Comments »
February 5th, 2010
Malibu is a free drumming game for iPhone and/or iPod touch with talking pelican and awesome dancers and it was just released!
Download here.
More information can be found here.
Posted in Drums, iPhone, objective c | No Comments »
November 19th, 2009
Remote Mix is application that turns your iPhone into a wireless microphone (or a bug).
Today, Remote Mic Console 1.3 has been released for both Mac OS 1.5.x and MS Windows XP.
More information here
Posted in .NET, Bits and pieces, iPhone, objective c | No Comments »
November 10th, 2009
My small GrowlTunes patch (described here) made its way into official release of Growl 1.1.5:

I am happy to have contributed to such a great piece of an open source software.
Posted in Bits and pieces, objective c | No Comments »
April 26th, 2009
Simple and fun game helping you get over all these boring meetings!
More info on http://www.dolejsky.com/trashcan. Download here.
Posted in iPhone | No Comments »
April 2nd, 2009
Again, very original drumming in this song. Check it out!
Download drum tab PDF here.
Posted in Drums | No Comments »
April 2nd, 2009
One of my favorites songs to play on drums. Very interesting bass drum part.
Download drum tab PDF here.
Posted in Drums | No Comments »