Slide 11
Slide 11 text
We use pauses in our language
as part of the flow control
signalling, this generates race
conditions
#ConvoHack
@RNAlexander
And this is why Latency screws us up. These pauses are the starting pistols for the next point in the conversation. Once they’re fired, the race is on. But what if it takes
an extra second or two for some of the runners to hear that pistol fire? You can see this happening when there are groups of people talking over remote connections,
and you can *really* see this happening when you have two or more small groups of people talking over a remote connection.
The symbol hack mitigates this problem by removing that ‘starting pistol’ you can put up your hand at the moment you realise you want to enter into the flow of
conversation, and you can do that because you don’t have to interrupt the conversation itself to publish that signal. It also helps you listen because you can spend more
attention to the content of what’s being said, and less on early-pause-detection.
But even when everyone’s hearing that starting pistol at the same time, some of us are just faster off the mark. In fact some of us, won’t even wait for the pistol, which
brings us to flaw number two.