Skip to main content

Introverted Swiss Grocery Shopping

A few months ago, I finally gave in and applied for a Supercard and a Cumulus card -- the loyalty cards for Coop and Migros, respectively. The process was a bit more onerous than in the US. I had to apply online, then I received the cards in the mail, but the cards couldn't actually be used until I confirmed them again online. This is to ensure that I have both the cards and the online account information -- a sort of one-time 2-factor authentication.

With the cards, I was able to drastically change the way that I shop. Now, when I go to the grocery store, this is the shopping process:
  1. When I walk in the door, I stop at a kiosk where I scan my card (or a picture of my card on my phone), and it unlocks a handheld barcode scanner. I could also skip this step and scan groceries with an app on my phone, but my phone is a lot slower because the camera takes a while to focus on the UPC.
  2. When I want to buy something, I scan it with the barcode scanner then put it into my reusable grocery bags or my old lady cart. The scanner (or the app) shows me what I scanned with a running total and a way to remove items if I want to put them back on the shelf.
  3. When I'm finished shopping, I go to the self checkout register and scan a special "I'm finished" barcode on the front of the register. That causes the barcode scanner to send a list of my purchases to the register. The register shows me the total and prompts me to return the scanner to a receptacle above the register.
  4. Occasionally, (I've only had it happen once so far) the register summons a person to check my order. The cashier just grabs a few different items from my bag and scans them to verify that they match what I told the store I bought. The register walks the cashier through the process ("Scan _3_ more items to verify purchases")
  5. I pay for my groceries. Usually I use Twint on my phone, but I can also use a credit card or use my store account for this.

There's no scanning or bagging at the register, so it's fast. The payment process only takes a few seconds. Most of the time, I don't have to talk to another human being. It's not quite the "just walk out" process that Amazon Go is promising, but it's pretty darned close. 

Comments

Popular posts from this blog

The Chromecast conceptual model

Google makes a device called Chromecast . It's a relatively inexpensive way to turn any TV into a "Smart" TV capable of playing movies or music. It's a clever bit of engineering, but I've run into a few people who have trouble understanding how they work. The key thing to understand is that the Chromecast is the device that's actually receiving and playing the movie (or whatever), and your phone is just the remote. Here's how the process works at a high level: You start watching a video on Youtube 30 seconds in, you decide that you'd like to watch the rest on your TV, so you press the "Cast" button. Your phone stops playing and tells the Chromecast "Get this video directly from Youtube and start playing at the 0:30 mark"  When your phone initially asks the Chromecast to start playing, it also specifies a "default thing" to do when the Chromecast is finished. If the Chromecast is playing a Youtube video, it might...

Fixing Linux Audio

This is somewhat technical, and it's aimed at people who use Linux and are comfortable editing files from the command line. I was looking for a quick fix, but discovered that most of the documentation out there is wrong. So, I had to research what it all meant, figure out what the correct settings were, and write it all down. For the Impatient If you use Linux, and you're just looking for a quick way to make your sound better, add these lines to /etc/pulse/daemon.conf or $HOME/.config/pulse/daemon.conf   default-sample-format = s32ne default-sample-rate = 192000 high-priority = yes default-fragments = 8 resample-method = speex-float-10 I've tested this on Fedora and Ubuntu with no problems. Also, if you're using an external DAC (if you're not sure, then you're not using one), be sure that it has sufficient power (either plugged directly into the computer or into a powered USB hub. DO NOT plug it into an unpowered hub or dongle. A...

Audio upgrade: Schiit Fulla 2

I recently purchased a Schiit Fulla 2 . I was on the fence about it for a long time, but it's held up well, and I'm pretty happy with it. So, here's a small product review. I should probably mention that I'm generally skeptical about "audiophile" anything. I've known too many people who spend way too much money on voodoo like "oxygen-free speaker cables". This makes me reluctant to trust reviews or spend money on anything that I can't test for myself.  I've heard good audio. I go to concerts. I know what music is  supposed to  sound like, and it wasn't what I was getting from any of my computers, even with decent headphones, lossless audio codecs, etc. On the other hand, we have some  Sonos speakers , and with those speakers and a good audio source, music can sound really good. Since I wasn't getting that level of quality at the computer, it meant that there was something between the computer and my ears that was part of ...