Greeting friends

Jul 25, 2010 11:46

If you're female, greeting friends is easy. You give them a hug.

If you're male, it's a little trickier. If you're a gay man, it's yet trickier. If you're an anglophone living in Quebec, it's yet trickier.

As a gay male anglophone living in quebec, this is what my decision tree for greeting a friend looked like:

if (friend.is_female ( Read more... )

Leave a comment

Comments 2

ahmes July 25 2010, 21:26:09 UTC
Ok, this should cover a fair few situations:

if (friend.is_close() or ((friend.hugs_first() or friend.is_intoxicated()) and not (friend.smell == 'nasty'))) {

hug();

} else if ((friend.is_male() and setting.formality > 'bbq') or friend.first_meeting) {

handshake();

} else if (friend.slept_with() {

if (friend.partner.is_present() and friend.partner.attitude < 'cool') {

wave();

} else {

hug();

}

} else if (friend.issues(personal space) or friend.issues(germophobia)) {

wave();

} else {

await_cue(timeout=3sec);

wave();

}

I don't remember the specifics of arm-punching, but I generally only do that for some people's birthdays. I use fist-bumping as a hybrid handshake/high five, but I can't remember ever initiating one.

Reply

notofthisworld July 31 2010, 16:11:54 UTC
Ha ha! Thanks for that :-)

Reply


Leave a comment

Up