Monday, September 12, 2005 2:08 AM
Rob van der Meijden
Obsessed by numbers
First day at PDC 2005, first time visiting the US a lot impressions … One off them is the Starbucks coffee numbering system. My current project has some relation with numbers, namely www.burgerservicenummer.nl. So every time people are writing numbers to objects I am interested in the why. Today my Starbucks coffee mug was painted by a number so I ‘m wondering … why. I seem that they use a parallel message system to take an order; messages are separated into simple coffee and the complex coffee. Simple coffee is served directly and you’re charged for the total order. Complex coffee is numbered is a queue and after you paid you can wait for it … and wait … and wait (message queues don’t perform well) and there is you’re coffee out of the queue. I found a bug in this interface … as a customer I want coffee fast and have influence on this process. How to fix: change the pricelist by adding the complexity rate to a coffee item. Besides this minor issue the coffee is great.

Filed under: Other