James Devlin writes:
...the online poker industry is without a doubt the strangest application of computer science and software development technique to a particular domain that I've ever witnessed or come across...The whole piece is long, opinionated, and a bit spotty in places, but it's a fascinating read for anyone relatively new to the world of poker tracking software. No mention of Poker Copilot, though. :-)
I learnt a few things.


2 comments:
I'd like to ask, in the friendliest possible way, why Poker Copilot isn't using MySQL or (shudder) Postgres? Yes, my 'nix and net AMP roots are showing, I very much prefer MySQL to Postgres. Either one would enable me to very easily query my data and answer the questions running through my brain, such as "How much has it cost me to play KJ from middle position in fixed limit cash games?"
Of course I also wonder how many times faster it would be to use MySQL rather than a java db which is a couple of layers removed from OS level speeds. Would it speed things up ten times? Or more?
Enquiring minds want to know ;-)
I heard there was some PostgreSQL-bashing going on here...
:-)
No. In this one obscure little domain (hand history tracking) I prefer PostgreSQL but in general I'm a MySQL fan. Who doesn't like MySQL? Seriously.
Post a Comment