Sunday, June 25, 2006

Grocery Shopping the Way It Should Be

Today I had one of the best grocery store experiences ever. Food Lion has opened 2 new stores, called Bloom, in my area. Today I visited their new Seneca store. If you like self checkout, hold on to your hat!

Bloom's "bonus card" allows you to check out a handheld UPC scanner at the front of the store. This scanner and a hanger of bags (available at the same location as the scanner) allow you to wander the store scanning your items and bagging them as you shop. When you complete your shopping, at any of the self checkout kiosks you scan an end trip barcode, your "bonus card", your order is automagically loaded into the register and you then pay. The techno-dweeb inside of me jumps for joy with the introduction of Bloom. Also, who doesn't like wandering the aisles pretending to be a gun slinger with your scanner?

<Clint Eastwood>Do you like shopping? eh? Do ya punk?</Clint>

In the produce section, the scale prints a sticker ready to be scanned with the weight and price of your selection. Discounts are tabulated directly on the scanner, where you can check prices, scan the list of items already in your cart, and see the total damage of your current trip. I must report that very few people, if any, over the age of 30 appeared to be using the scanners and "traditional" checkout is available. Given the looseness of scanning and checking out your own items, the ToS specifiy they will randomly spot check 1:10 carts and verify that some of the items in your cart are listed on your receipt. I found this out in response to wondering about the lack of omnipresent CCTV cameras.

While overall the experience was positive, there are some "corporate practices" that unnerve me a little. For instance the following was over heard on the PA system, "Attention All Associates, Cuddle Time in the Produce Section." This was followed by several associates converging on the aforementioned section for what appeared like a cross between a staff meeting and an evangelical tent revivial complete with staff members cheering as data was reported by the managers. Later in that same section, the "Chicken Dance" song was played. I cannot report whether spontaneous dancing then occured. At times the atomosphere seemed a bit too much touchy-feely for a grocery store. I can only surmise that a focus group of "target shoppers" told Bloom they wanted to be close personal friends with their local grocery store employees.

Beep Beep Beep - Go ahead and dump it

I've finally posted some the code so far for the Seahorse Gaim plugin as 2 Bugzilla attachments. It doesn't do any thing terribly useful so far but hopefully will soon.

Wednesday, June 21, 2006

Off with his head

P.G.O seems to have lost my hacker-gotchi. Here it is again:

Tuesday, June 20, 2006

More tortoise than hare

Slowly but surely I'm making progress on Seahorse's Gaim plugin. At the moment it loads and has working preferences. I fixed a memory corruption bug on loading and unloading the plugin multiple times. It seems the plugin_destroy method was getting called instead of the plugin_unload method so a private structure wasn't being cleaned up properly. Crisis averted.

I'll move on to adding the necessary UI to the conversation window next. This might get delayed because instead of holding my prof's hand through MATLAB for our third paper at the upcoming APS/URSI International Symposium I'll be doing the interfacing from MATLAB to FORTRAN and back myself. <deity> bless reusable code.

Wednesday, June 14, 2006

OpenPGP IM

I'm finally getting around to implementing the fabled Seahorse plugin for Gaim. Things have moved far enough along that Seahorse now has an easy to use DBUS interface for handling keys(OpenPGP and SSH) and crypto operations as well as a separate library for providing consistant UI (libcryptui) across multiple applications that I can start without pulling our internal library (libseahorse) into the fray.

A year ago I touched base with Alan Humpherys of the Fire project to make sure that our implementations would be compatible. He provided this handy dandy reference via the way back machine. At the moment, very little is complete except for the build magic and plugin bits required by Gaim. I have chronicled my thoughts so far on l.g.o. I hope to make some progress between now and the second week of July when I will be attending the APS/URSI/AMEREM International Symposium.