Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
81 changes: 42 additions & 39 deletions inst/topics/boring-meeting.R
Original file line number Diff line number Diff line change
@@ -1,39 +1,42 @@
# "Boring meeting" work bank - from http://bingo.saksena.net/bingo

c(
"low-risk",
"client",
"best practice",
"initiative",
"vision",
"task force",
"alternative",
"market",
"schedule",
"milestone",
"performance",
"brainstorm",
"scalable",
"synergy",
"action item",
"passdown",
"back-end",
"braindump",
"cross-platform",
"customer",
"deliver",
"eyeballs",
"revenue",
"money",
"incentive",
"leverage",
"value-add",
"PUMA (please use more acronyms)",
"committee",
"mute the call",
"forgot to mute the call",
"at the table",
"guru",
"unicorn",
"transformative"
)
# "Boring meeting" work bank - from http://bingo.saksena.net/bingo

c(
"low-risk",
"client",
"best practice",
"initiative",
"vision",
"task force",
"alternative",
"market",
"schedule",
"milestone",
"performance",
"brainstorm",
"scalable",
"synergy",
"action item",
"passdown",
"back-end",
"braindump",
"cross-platform",
"customer",
"deliver",
"eyeballs",
"revenue",
"money",
"incentive",
"leverage",
"value-add",
"PUMA (please use more acronyms)",
"committee",
"mute the call",
"forgot to mute the call",
"at the table",
"guru",
"unicorn",
"transformative",
"policy",
"deliverable
Comment thread
lex-files marked this conversation as resolved.
)

65 changes: 33 additions & 32 deletions inst/topics/conference-call.R
Original file line number Diff line number Diff line change
@@ -1,32 +1,33 @@
c("Can you see my screen?",
"Can you hear me?",
"Could everyone mute their phones?",
"Someone forgets they are on mute",
"I'm getting an echo",
"Laggy screen",
"Who just joined?",
"Background noise",
"Making a mistake in the dial-in code",
"Someone in the room mutes to talk over the call",
"Starting late",
"Running over",
"Small talk",
"Someone randomly joins the wrong call",
"People start talking at the same time",
"Someone loses the connection and re-joins",
"Hold music",
"Bad signal",
"Let's do a round of introductions",
"Someone in a car",
"Dog barking",
"Crying baby",
"Siren in the background",
"Circle back on that",
"Take this offline",
"Hard stop",
"Switching between calls",
"Someone takes another call and forgets to mute",
"Keyboard sounds",
"Moves the microphone",
"Someone is eating"
)
c("Can you see my screen?",
"Can you hear me?",
"Could everyone mute their phones?",
"Someone forgets they are on mute",
"I'm getting an echo",
"Laggy screen",
"Who just joined?",
"Background noise",
"Making a mistake in the dial-in code",
"Someone in the room mutes to talk over the call",
"Starting late",
"Running over",
"Small talk",
"Someone randomly joins the wrong call",
"People start talking at the same time",
"Someone loses the connection and re-joins",
"Hold music",
"Bad signal",
"Let's do a round of introductions",
"Someone in a car",
"Dog barking",
"Crying baby",
"Siren in the background",
"Circle back on that",
"Take this offline",
"Hard stop",
"Switching between calls",
"Someone takes another call and forgets to mute",
"Keyboard sounds",
"Moves the microphone",
"Someone is eating",
"Someone coughs directly into the microphone"
)