Friday, February 29, 2008

The prince that went to war

It's not a fairy tale, it is about Prince Harry, the third in line for the crown of United Kingdom. Harry was enrolled into the British Army, and was deployed in Afghanistan last year. This was kept secret from the media in order not to spur an increase of attacks on those troops from the Taleban forces. Once media started to report about his presence in Afghanistan the Army decided to withdraw him from there. See a report here. Most people will not expect a prince will actually practice a profession nowadays, so deciding to be a soldier and actually going to the front line is really cool from his part.

Monday, February 25, 2008

Wines

I like drinking wine rather than beer and I find the diversity of wines fascinating. It's amazing how you can obtain from the same grape vine totally different tasting wines from one year to another. I read once in a book about wines an advice for amateur wine lovers like me to keep tracking in a notebook of the wines they are drinking in order to fully appreciate a wine from another. Of course, everything takes very long from draw board to implementation (especially in my case :)), but yesterday I finally started this "notebook". Of course it is a virtual one and can be seen here.

Monday, February 11, 2008

My own Java puzzles

Programming in Java for some time now (about six and a half years) I started discovering myself some Java puzzles. They first appeared as bugs in my code or in some colleague's code and investigating them lead me to discover some unexpected behavior in the core Java API. The two examples I found are the equals and compareTo methods in java.sql.Timestamp and the behavior of HashSet when holding mutable objects. Of course these issues are documented in the Sun's Java API docs(see the notes regarding java.sql.Timestamp and java.util.Set in the Javadocs), but I bet most of the people discover them the hard way :)

Monday, February 04, 2008

Microsoft wants to buy Yahoo!

So Microsoft offered to buy Yahoo! for $44 billions. The reason for the offer is to better compete with Google, but how do they plan to do that: they will definitely better control the instant messaging and web mail markets, but they badly need to improve in search. Also this move would mean that maybe Microsoft will have more open source and Java technologies on their (new) premises. Isn't that funny? :) Maybe we'll see some Java documentation on MSDN network, who knows :)

See two interesting comments on this move on The Register: here and here.