Shortcuts and the smell of rain

concepts
Author

Lucas A. Meyer

Published

July 26, 2022

Throughout human history, there were billions of parents of teenagers. Being a parent of teenagers myself, I was surprised to discover that the word “angst” was first recorded somewhat recently, in the early 1800s, through the works of Kierkegaard. It is a perfect word to describe the teenager feeling. Just five letters instead of 10 words. It’s brilliant.

A much less known example is the word petrichor, created in 1964 to describe the pleasant smell of rain that hits dry ground.

I love collecting these shortcuts.

They don’t exist only in language. They also exist in computer science and math. Most algorithms are shortcuts. Software functions are shortcuts. It’s a lot easier to append the command “sort” to a Python list than to implement QuickSort.

Cognitive biases? Shortcuts. Instead of using more than a dozen words to describe “the tendency to search for and remember information that confirms one’s own preconceptions”, you can use two words: “confirmation bias”.

I really like are concepts that summarize more complex ideas in just a couple of words. Here are some other examples I wrote about:

This is the blog page where I keep my collection of concepts. I plan to keep adding to it.