Categories: Overheard

Our Kids, Our Future

So, I was at the supermarket (Shop Rite) today, and I overheard a pair of young (teenage) employees trying to fill a “shop-at-home” order. Their conversation went something like this:

Girl Employee: Let’s see, we need to get some radishes. Which ones are the radishes? Oh, here they are. [Picks up a bunch of beets.] These are radishes, right?

Boy Employee: No, I don’t think those are radishes; I think radishes are smaller. Maybe we’re out of them. [He was correct.]

Girl Employee: Oh, okay. [Consults a list in her hand.] We also need an organic avocado. [Searches the refrigerated section.]

Boy Employee: No, I don’t think the avocados are in the cold section.

Girl Employee: [Laughs.] Oh, okay; then where are they?

Boy Employee: I dunno.

Me: [Pointing at the avocados in front of them.] These are avocados, over here.

Both Employees: Ohhhhhhhhhh! Thanks!

sara

Share
Published by
sara

Recent Posts

Python 3 Rounding Surprise

I discovered this subtle change when one of my unit tests mysteriously failed once I…

4 years ago

Python 3 Exception Chaining

Exception chaining solves two problems in Python 2. 1. Swallowed Exceptions If, while handling exception…

4 years ago

Safe Password Storage – How Websites Get It Wrong

Here's the recording of my talk "15 minutes w/ Beeswax: Safe Password Storage - How…

4 years ago

Python at Scale: Concurrency at Beeswax

My presentation from the NYC Python Meetup: Python at Scale; Concurrency at Beeswax. Concurrent Python…

4 years ago

Python Dependencies The Right Way

My BazelCon 2019 lightning talk, Python Dependencies The Right Way*, has been posted. Please excuse…

4 years ago

Python 3 f-strings

One of my favorite features of Python 3 is f-strings (Formatted String Literals). Each of…

4 years ago

This website uses cookies.