Skip to content

Instantly share code, notes, and snippets.

@modality
Last active November 1, 2021 19:13
Show Gist options
  • Save modality/599f6e6baf68d268fdd8070558c8cd56 to your computer and use it in GitHub Desktop.
Save modality/599f6e6baf68d268fdd8070558c8cd56 to your computer and use it in GitHub Desktop.
{
"origin": [
"#person# feels like he should really be #doingathing#, and #yells#.",
"#person# feels like #doingathing# is normal, and #yells#.",
"#person# feels like #doingathing# is reasonable, and #yells#.",
"#person# attempts to sell a new way of #doingathing#.",
"#person# utterly fails at #doingathing#.",
"#person# attempts #doingathing#, at great cost (#problem#)",
"#person# is only capable of #doingathing#, which leads to #problem#.",
"#person# insists on #doingathing#, which leads to #problem#.",
"#person# #feelsAFeeling# #time# #doingathing#.",
"#person# #feelsAFeeling# about #problem#, which arose from #doingathing#.",
"by #badAction#, #person# escapes #problem# related to #action#."
],
"yells": [
"yells at #anotherPerson#",
"opines loudly about it to no one in particular",
"screams at himself in the mirror",
"posts about it on the internet",
"yells about it in #aPlace#",
"interrupts #anEvent# to get on his soapbox about it"
],
"person": [
"a man",
"a man",
"a man",
"a #kindOfMan1# man",
"an #kindOfMan2# man",
"a white man"
],
"anotherPerson": [
"another man",
"another man",
"another man",
"another #kindOfMan1# man",
"another #kindOfMan2# man",
"another white man",
"his boss",
"his wife",
"his partner",
"his family"
],
"kindOfMan1": [
"loud",
"meek",
"rage-filled",
"sad",
"dweeby",
"boring",
"gross"
],
"kindOfMan2": [
"insufferable",
"annoying",
"obnoxious",
"unreasonable"
],
"doingathing": [
"#badAction# instead of #action#",
"#badAction# before #action#",
"#action# after #badAction#",
"#action# while #badAction#",
"#action# while #action#",
"#badAction# and then #action#",
"#action# and then #badAction#",
"#badAction# and then #badAction#"
],
"time": ["before", "while", "after"],
"feelsAFeeling": [
"becomes loud and incredulous",
"falls into depression",
"alternates between sullen and animated",
"experiences extreme anxiety",
"becomes belligerent",
"becomes irate"
],
"action": [
"donating to charity",
"taking medication",
"visiting a friend",
"hosting a party",
"wearing a loud shirt",
"taking a nap",
"driving a car",
"eating a hotdog",
"eating a steak",
"attending #anEvent#",
"interviewing",
"taking a video call",
"attending #anEvent#",
"visiting #aPlace#",
"being intimate with a partner"
],
"badAction": [
"refusing to eat",
"selling insurance",
"hitting people",
"yelling",
"urinating",
"defecating",
"drinking alcohol",
"taking drugs",
"making a mess",
"wearing a strange outfit",
"lying to children",
"lying to family",
"making a joke in bad taste",
"borrowing money",
"breaking a valuable object",
"refusing to repay money",
"going on a special diet",
"investing in a dubious scheme",
"wasting money",
"destroying #anObject#",
"getting his head stuck in #anObject#"
],
"problem": [
"romantic problems",
"problems at #aPlace#",
"being shunned",
"divorce",
"being fired",
"being dumped",
"being yelled at",
"family problems",
"getting kicked out of #aPlace#",
"being forcibly removed from #aPlaceOrEvent#",
"being banned from #aPlaceOrEvent#"
],
"aPlaceOrEvent": [
"#aPlace#",
"#anEvent#"
],
"aPlace": [
"a bar",
"the hospital",
"the club",
"the office",
"an airplane",
"a school",
"a museum",
"the library",
"a church",
"a place of business",
"a restaurant"
],
"anEvent": [
"a yoga class",
"an event at #aPlace#",
"a family reunion",
"a little league game",
"an important meeting at #aPlace#",
"a wedding",
"a funeral",
"a church service",
"a guided tour",
"a family dinner",
"a hot date at #aPlace#"
],
"anObject": [
"a steak",
"a hotdog",
"a stewed tomato",
"a valuable object",
"a priceless artifact",
"a couch",
"a car",
"an office chair"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment