An Eye for Efficiency : Why you are crap at your job!

 

One of my colleagues says that I think everyone is crap at their job, and to be honest that’s probably true. Most people are terrible, but they have so little self awareness they actually think they are good. The few people I think are good are those that have some self awareness and have an eye for efficiency. This isn’t just about technology, you can exercise these muscles in everyday life. I mentioned one example of how people approach parking barriers here, but here are some other things I’ve witnessed/experienced.

Shop Checkout

There’s a small, but busy, shop I go to several times a week. The process all the checkout staff go through is like this.

  • Scan all items, leaving them balanced on the checkout in a rather messy fashion.
  • Ask if you want a bag.
  • Pack all those scanned items into the bag.
  • Ask how you want to pay. If you pay by card, which most people do, they type in a code, wait a couple of seconds, then you touch your card to pay.

This drives me insane for a couple of reasons.

  • If they asked about the bag at the start, they could scan straight into the bag. This would save a significant amount of time in itself.
  • They could ask, “Are you going to pay by card?”, whilst they are scanning, and type in the code immediately once the last item is scanned.

Both items would shave quite a number of seconds off the transaction time. For each basket it might be just 30 seconds or so, but when there is a queue of people, which is very often, it makes a big difference. I stand there going crazy wanting to say something, but realising they will think I’m being a dick…

I worked in shops as a kid. I know how you should handle a checkout. In my day we didn’t have the scanners, so you would memorise the prices of popular items so you could get them through the checkout quicker than having to read the price tag then type it.

It amazes me the people on the checkout can’t see this and fix it themselves. It saddens me that their boss hasn’t taken the time to observe them and see this issue, then correct it. I guess they think they just need more staff. 🙁

Production Line

I’ve done a couple of production line jobs in summer holidays during University. In one job I worked packing garlic bread for 3 months. There were several stations in the line, and not surprisingly the line manager tried to move people between the stations to keep the flow of product consistent between all stations. I worked on the last station, which involved putting the packaged garlic bread into a cardboard sleeve. It was murder on your hands. Although the line manager would add and remove people from our station, they never dealt with the final link in the chain, which was the real problem. Once we filled up a crate, someone had to walk it over to the other side of the room and bring back a new empty crate. That was one person missing from the station a lot of the time. I moved the crates next to our station and it was like I had done some witchcraft. It seemed like an obvious waste of time to me, so I dealt with it. I’m sure as soon as I left the crates were moved back to their original location, because that’s where they were meant to go…

In both these cases, and in the case of the parking barrier, all I’ve done is observe what is happening and think how it could be done better. I don’t think this needs a brain the size of a planet. It’s more about having the desire to see things running smoothly. Unfortunately, most people don’t seem to give a crap about that, which is why most people are crap at their jobs…

Now I could link this back to some discussion on automation, or the principle of flow in devops, but you should already be able to make that connection for yourself, and if you can’t, I don’t think me telling you is going to make a difference…

Cheers

Tim…

Author: Tim...

DBA, Developer, Author, Trainer.

2 thoughts on “An Eye for Efficiency : Why you are crap at your job!”

  1. The checkout operator may be optimising based on how they are measured.
    I had a student job working at a supermarket the only measure was items scanned per minute, so asking if the customer wants a bag and nicely packing the items in it would reduce the measured throughput of items.
    The rest of the transaction was not measured, so it didn’t mater how long it took to pack the stuff, or for the customer to pay so those parts of the job tended to be optimised for giving the maximum duration between customers as why rush to get back to the bit of the job that’s measured when you can have a nice chat to the customer/stare blankly into space while they faff in their purse/wallet for the appropriate card.

    People optimise their jobs on what gets measured, measure QA on number of bugs found? they find lots of bugs. Measure developers on number of bugs fixed? They fix lots of bugs. If QA talks to Dev you may even get lots of bugs found that are easy to fix. We also do this in databases, Buffer Cache Hit Ratios anyone?

    In a similar vein, everyone thinks the are an above average driver but we are mostly crap, how much money would someone have offer for you to hand in you licence and retake all three bits of the driving test right now?

  2. Chris: I agree in principle. I don’t think this is what is happening here, especially as checking out straight into the back would be no slower in this specific counter setup. It’s not like the big supermarkets, where they can just push the items away and forget about them.

    In general the gaming the system thing is really true. That’s why many support services bounce things straight back to the user and leave the call on “waiting for user”, so their response times look great.

Comments are closed.