Hacker News new | ask | show | jobs
by adolph 1526 days ago
What makes a thing funny? At its core, humor seems to be all about incongruity. Comic situations set up a context where something is marked or out of place. This oddness, far different to what we were led to expect or what we blithely assume is normal, is what makes things funny.

[...]

Dad jokes play with incongruity largely through linguistics and wordplay, rather than subject matter. The much-maligned pun is a mainstay of the dad joke. Puns, bad or good, have long fascinated researchers for their playful ability to tell a micro mystery, with its red herring clues in plain sight. . . . Through a trick of linguistics, words cleverly disguised like other words because of the way they sound or their different semantic senses can lead us in the wrong direction of meaning resolution, before we “get it.”

After recently making a dad-joke ("Why does the string section have so much security? Because of all the viol[ins|ence].") I started a project to map the CMUdict phonemes [0] by Levenshtein distance in order to gather more word sets that are not precisely homophones for more jokes. The "Dubious Art" article was a top read from my literature review.

0. https://github.com/cmusphinx/cmudict

1. https://blog.paperspace.com/measuring-text-similarity-using-...