Dark Mode

Kwik Talk - A Conversation Simulator

Calculate your party going activities before hand
By
Published ~ 2 minutes read

Recently I was reading an article that stated that human conversation is limited to a maximum of 4 people. Add more people to the group and they slowly break into smaller groups.

There can be many reasons for the break up. It may take too long for everyone to get a turn to speak. People close to each other may start whispering their opinions to each other and break away, or a person will simply get bored and wonder around. I certainly remember wondering around the room.

But being a programmer, I decided to build a simulator that will maybe offer insights that can only be gained through the power of computers. I created a small JavaScript project and named it Kwik Talk (can't get VC funds without a cool name).

Demo Here

What it does is dive into the quantum realm and summon an actual live conversation in a party near you and then uses the emitted energy to compute the brain activity in a group of arbitrary size. If your computer doesn't support that it uses Math.random() to simulate the conversation.

Sample results

When I started, I was excited about the data I would collect. What I didn't know was, when I get that data I wouldn't know what to do with it. So I uploaded the project on Github and hopefully someone else can also run it and extract some useful data.

One interesting insight I found is that when you have few people in the room, the optimal is two people per conversation. But the more people you add, the higher the number goes. I am hoping that more insights like these will come out of the data.

Either way I hope you enjoy it.


Did you like this article? You can buy me a coffee.
Share your insightful comments here.

Join my newsletter

Follow me on Twitter, Spotify, or RSS Feed

On a related note, here are some interesting articles.

Getting started with your first Website

Making your own website shouldn't be too difficult. Hosting companies like Godaddy or Hostgator make it super easy for anyone to get started; they allow you to create a whole website without ever writing code. For most people, it is plenty to run a WordPress blog. If this is what you are looking for you should head to Godaddy.com right now. We are done here. But on the other hand, if you want to have control and not be limited by the short comings of a shared hosting without busting your wallet, you have come to the right place.

How to build a website from scratch series

In this series, we will start from the very beginning on how to build a website from scratch. In this article we will not be using any of the popular framework, if you want to install wordpress on your own server click here. My goal is to have a fully functional website built on a solid foundation from the very beginning.

Understanding Cascades and Specificity in CSS

When you follow a CSS tutorial, you are presented with the simplest situations possible. When you want to change the color to a paragraph, write some pseudo code including color: red and the color changes to red. This is simple enough. However the moment you start creating styling for a whole website, you realize that things don't work the way you want them too. Sometimes you set a color to white, but it shows black. Other times, no matter how much you try, any of the styles you are applying simply refuse to work.

View all articles

Comments

There are no comments added yet.

Let's hear your thoughts

For my eyes only