Held up by Hold’em

May 15th, 2006

Since a few months I have taken up a new hobby, playing Texas Hold’em Poker. I have mostly been playing online, with friends and have been doing so-so for the last 8 months. I’ve won some, and lost some, overall, I’m about equal. I like the game very much, it is a very interesting mix of psychology, statistics and bluffing. While there is some amount of luck involved, you can influence the odds you get, by betting, not betting or simply not taking part in the hand.

I do not aspire to be a professional pokerplayer, I do like to play the occasional game and earn some small money on the side. It is mostly about fun for me, but earning some money with it is nice. So I have been taking it a little bit more seriously, bought some books and of course browsed the Internet for more information.

Then I learned of the freeroll qualifier tournament near where I live. Which I thought would be a very nice opportunity for getting some free live poker experience. The idea is that Everest Poker is organising free qualifying tournaments across Europe, for the Everest Poker European Championship. The finale is in Barcelona with a prize pool of $50,000.

Just on Thursday I received my copies of Harrington on Hold’em volumes I & II. I had heard from some of his concepts before, and quickly started reading to prepare for the tournament. I only managed to get about halfway through the first volume, but I learned a lot from that book.

So I went to the tournament, with some degree of confidence, and set my goal to just enjoy myself. I wanted to learn from the experience of my first live tournament and just play as well as I was able to, meanwhile, trying to observe my opponents and get used to poker-table manners. It turns out that I did a little bit better than that…I managed to win the entire tournament, from 63 other players. The skills of the players varied from some completely clueless, who had not played a hand of Hold’em before, some like me, but also some experienced cash-game and online players. A report on the tournament will be posted on the Everest Poker Blog soon.

I will not turn this blog into a pokerblog, but on occasion I will post some results of how I am doing, results of tournaments, et cetera.

Semi Fullscreen mode in OS X

May 12th, 2006

Computers are a constant source of distraction. Staring at your screen, there are lots of little icons, time, menus and others windows, just begging for your attention. On OS X this is thankfully a bit less than on Windows (apps don’t just grab focus when they need your attention, and Growl is also a very unintrusive way to stay updated). But sometimes that still is not enough.

Enter the Semi Fullscreen mode, as suggested by Merlin Mann. Install the following apps:

  • MenuShade - dims the menubar, until you put your mouse over it.
  • Spirited Away - hides inactive applications after a specified amount of inactivity.
  • Backdrop - displays a full screen image or color as a layer between the front applications and the applications beneath it (and the desktop).

Then:

  • Turn on dock hiding.
  • Launch Backdrop and Spirited Away and put Backdrop in Spirited Away’s exception list.
  • Set Backdrop to display a completely black background color.
  • Launch MenuShade and make the hidden menubar completely black.
  • Start working on the app that you want.

The neat thing is that there are no more distractions. Once you start working on something else, your original work will disappear, triggering you to get back to work again.

I have also created two small scripts to quickly launch and quit these applications, put them somewhere where Quicksilver will find it and you can quickly start and stop the mode.

My Applescripting skills are limited, but I haven’t been able to get the script to automatically close Spirited Away’s startup dialog. Any suggestions?

XML is not the solution to everything

May 9th, 2006

In the past few years, the use of XML has risen a lot. People have become more aware of the importance of having a portable data-format. One that does not die when your application is not supported anymore. However, XML is not only that, it also makes it easier to use your data in other applications.

That being said, just naively applying XML is not the solution to everything. In the past few weeks I have seen some completely moronic uses of XML that have left me stumped. Consider the following gem (taken from an article in IEEE Communications):

    …
    <timestamp>14:12</timestamp>
    …

Now in this case, everybody will be able to figure out that the time-stamp here is in a 24 hour format. But what if the time-stamp was 08:12? I don’t want to bore you with the rest of the XML, but take my word for it that there was no accompanying date information, nor was there any hint on a time-zone.

In short, there is no way to know what kind of time-stamp is actually meant by the above piece of XML. Just because a time-stamp has been surrounded by XML tags doesn’t add more meaning. Even if your application would use these kind of things very briefly, you will run into problems when someone starts replaying old messages, or if for some reason packets are delayed very long in the network.

So please, if you’re considering using XML, please read “Don’t Invent XML Languages“. If you really have to create a new XML language, also read the accompanying piece: “On XML Language Design“. The only thing that I have to add to that is you should seriously consider adding type information to your mark-up.

Over the past few months I have used RDF a lot and have become convinced that in most cases it is better to use that. It allows you to easily create a small language, that can be easily parsed, is very extensible and mixable, and can be very easily queried. So give that a try when you are in need of a quick new data-format.

Mobile Voice over IP ?!?

April 25th, 2006

I seem to be missing something here. I hope I’m not the only one who read WiFi and VoIP in one sentence and thought, this is never going to work…

But the businesses seem to think that combining hot new hype words in one simple mobile device will result in ‘MegaBuXX’! I mean, how often have you opened your laptop in the middle of nowhere and actually got free WiFi ? Perhaps if you can crack WEP keys with your laptop, it might work, but otherwise I’ve only been presented with either “cannot connect” or a welcome screen showing that you can connect if you pay €27 ((You read that correctly, twenty-seven euros. I heard from an American guest staying in Amsterdam. Note that this price for connectivity per day. This was even for a 400Mb limited session, if you wanted unlimited, you had to fork over €32!)).

But it seems that there actually is a product out there.

Remember, Remember, the Fifth of November

April 10th, 2006

Plan a visit to your local cinema as soon as you read this. ‘V for Vendetta’ is a brilliant movie, the likes of which come out of Hollywood once every 30 years.

This entry is a first in my blog for movie reviews, but this is also one of the best movies I have ever seen (yes, I am rating it as high as ‘The Godfather’). The Wachowsky brothers show again that they are very able to mix history (Guy Fawkes), classics (1984, Brave New World), and modern events into a thrilling movie with a serious message. Although I found Natalie Portmans acting and (detectable fake) British accent a bit disappointing, this was completely compensated by the phenomenal casting and acting of Hugo Weaving, Stephen Rea, Stephen Fry and John Hurt.

The story of ‘V for Vendetta’ is very serious, and on the one hand I really hope that governments will never take such extreme measures. But I really hope that the public will take action like in the movie whenever something like this happens. This may sound a bit cryptic, but you really should see the movie and come back and thank me for kicking you towards it.

If you want to read more, here’s the IMDB entry (currently scored 8.2 with 30k votes).