Sentence(s) of the Day

From MailChimp’s blog (the emphasis is mine):

[People] bring up our recent growth spurt, and they ask what our “silver bullet” was. Most think it was the introduction of our freemium plan, but that’s not the case. I don’t think there is a silver bullet anymore (I say this, after chasing it for about a decade). I think you just have to work hard for about 10 years before you know what you’re doing.

Success is too often portrayed as easily achieved by a genius. “He did X, Y, and Z, and now he’s super-successful!” But in my opinion success usually comes as a result of working hard for a long time, learning from mistakes, continuing to study in your field, and seizing upon lucky breaks. With emphasis on the lucky breaks. There are counter-examples, but these are anomalies.

In my case, success with Poker Copilot came after almost a decade of trying to create and launch a software product. Along the way I made plenty of mistakes. Thankfully I learnt a lot from those mistakes.

 

Players Icons in the HUD

I’ve got a basic version of player icons working in the Poker Copilot HUD:

Screen shot 2010-11-18 at 3.35.09 PM.png

It’s pretty cool watching the various icons appear next to each player. In the screenshot the icon you see is a place-holder icon until I get some real icons. It is 16×16 – hopefully I can keep them this small but I may need to go to 32×32 to allow more detail.

There is a new HUD preference that allows you to turn on/off the player icons. It defaults to on.

Screen shot 2010-11-18 at 3.40.52 PM.png

The rules for what icons to use are currently hard-coded. I hope to create a “rules editor” in the next day or two, based on the mockups I showed yesterday.

 

What I’m Working On: Player Icons

I hope to add player icons to the next update of Poker Copilot. A set of rules will decide whether a player is a rock, a fish, a whale, an eagle, a calling station, etc. The icon will be available to show in the HUD and the “Player Summary”. There will be default rules. You can edit the rules, either for all tables, or for specific table types and sizes, such as “No Limit Hold’em 6-max”.

Here’s a mockup of the player icons rules editor:

icon rules.png

The icons in this mockup are placeholders – they will of course actually look like rocks, fish, etc.

I envisage editing a rule to be somewhat similar to editing formulas in Apple’s “Numbers” app (although without the cumbersome syntax):

Screen shot 2010-11-17 at 2.35.22 PM.png

Suggestions are welcome!

 

From the Comments

Brent writes:

Best program I’ve ever owned. Thanks for all the killer updates. It’s because of guys like you that I was Check-raising Chris Moneymaker at the NAPT LA last night!

I think I would be very nervous check-raising Chris Moneymaker. Or calling. Or raising. I could probably just about manage a fold. Of all the well-known poker pros, he is the one who I would least like to play. Due to his demeanour.

 

 

 

Poker Copilot 2.69 Now Available

Poker Copilot 2.69 is now available to download.

What’s changed:

What’s fixed:

  • Winamax 10-max tables with preferred seating set now handled correctly by HUD
  • Overriding table size for 4-max UB tables (amongst others) now handled correctly by HUD
  • Tournament summary files for Full Tilt Poker.FR (France) handled correctly after change introduced in recent Full Tilt Poker update.

Update Instructions:

  1. Download the latest version here.
  2. Open the downloaded file.
  3. Drag the Poker Copilot icon to the Applications icon. If prompted to replace an existing version, confirm that you do want to replace.

Now you are done and ready to hit the tables.

Python on Mac OS X

Dear esteemed and wise blog readers,

I aim to learn the computer language Python while in Beirut for the winter. What Mac OS X Python IDE do you recommend? I am using the new IDE  called PyCharm which I like because it works almost exactly like IntelliJ IDEA, my favourite Java IDE. But I want to make sure this is as good as it gets.

What book or resource do you recommend for learning? I’m using the free Python tutorial. Which is okay but I prefer dead trees for this type of thing.

Best regards,

Steve

 

Who Can Fix BlazingStars?

The latest PokerStars update added some nice new functionality. An unfortunate side-effect is that BlazingStars, the free, open-source poker auto-hotkey program for Mac OS X broke. I’d like to do what I can to fix it but I’d be overcommitting myself. Can you help? You’ll be doing the Mac OS X poker community a favour. You’ll need to know a bit of Objective-C.

I suspect fixing the problem involves simply working out the new co-ordinates of buttons on the screen.

 

IMG_3508.JPG

Backgammon in Beirut

 

 

Breaking News: Importing PokerStars Tournament Results without Hassles

Loyal Poker Copilot customer Randy informed me that PokerStars is now automatically saving tournament summaries. Thank goodness! This makes one of the most common Poker Copilot improvement requests possible.

Here’s what you need to do to activate this:

  1. In PokerStars, from the Menu select “Options” -> “Tournament Summary Options…”.
  2. Check the checkbox labelled “Save My Tournament Summaries”
  3. Change “Keep Tournament Summaries for … Days” to 365
  4. Ensure Language is set to English

Screen shot 2010-11-09 at 11.17.18 AM.png

Unfortunately Poker Copilot needs a small alteration to be able to read these files. That’s because – at least on my computer – the tournament summaries have a strange hidden character (ASCII #16) at the beginning of the first line.

The next Poker Copilot update will work with these files.