Page 1 of 2
How often do you...?
Posted: Tue Feb 16, 2010 7:50 pm
by daedalus__
how often do you write a semi-colon instead of a period? haha.
i was filling out a job application today and had to start over.

Re: How often do you...?
Posted: Tue Feb 16, 2010 8:31 pm
by John Cartwright
LOL.. probably never;
However, I do write "mysql" often in place of "myself".
Re: How often do you...?
Posted: Tue Feb 16, 2010 11:16 pm
by AbraCadaver
I've never done that either, however my wife is sometimes confused by my grocery list:
Code: Select all
$list = array(
array('item' => 'razors', 'qty' => 12),
array('item' => 'shaving cream', 'qty' => 2),
array('item' => 'beer', 'qty' => 24),
);
Re: How often do you...?
Posted: Tue Feb 16, 2010 11:31 pm
by daedalus__
haha you forgot steak
Code: Select all
wife.onreturnfromstore = makeSandwich;
Re: How often do you...?
Posted: Tue Feb 16, 2010 11:32 pm
by flying_circus
I'd be confused too... only 24 beers?

Re: How often do you...?
Posted: Tue Feb 16, 2010 11:39 pm
by daedalus__
only?! i had five 22oz last weekend and ended up talking to the people at my local convenience store for an hour. HAHA
Re: How often do you...?
Posted: Tue Feb 16, 2010 11:41 pm
by AbraCadaver
daedalus__ wrote:haha you forgot steak
Code: Select all
wife.onreturnfromstore = makeSandwich;
Code: Select all
$ makeSandwich
Permission denied
$ sudo makeSandwich
mmmmmmm.......
flying_circus wrote:I'd be confused too... only 24 beers?
For today!

Re: How often do you...?
Posted: Tue Feb 16, 2010 11:46 pm
by daedalus__
yeah
Code: Select all
$ chown husband wife
Fatal error...
Re: How often do you...?
Posted: Wed Feb 17, 2010 1:48 am
by kaisellgren
Sometimes when someone asks me "are you coming with us today or tomorrow" I answer 'yes'.
Re: How often do you...?
Posted: Wed Feb 17, 2010 2:54 am
by Weirdan
Once I had a boss called Vlad, and I repeatedly found myself typing 'intvlad()' instead of 'intval()'
Re: How often do you...?
Posted: Wed Feb 17, 2010 3:36 am
by Benjamin
Sometimes when talking to people over IM I like to say:
It's either this || that.
Or you need to do this && that.
I don't do it unconsciously though.
Re: How often do you...?
Posted: Wed Feb 17, 2010 3:49 am
by aravona
I always use != when arguing with people over an online chat. Most people are like 'what the hell?'
Also I now use <geek></geek> tags when typing something overly geeky to my computer illiterate friends... strangely it helps

Re: How often do you...?
Posted: Wed Feb 17, 2010 4:06 am
by Eran
I wonder if your friends can parse bbcode as well

Re: How often do you...?
Posted: Wed Feb 17, 2010 4:31 am
by aravona
They would probably get confused and try and 'pass a BB muffin' XD
Re: How often do you...?
Posted: Thu Feb 18, 2010 1:34 am
by daedalus__
aravona wrote:I always use != when arguing with people over an online chat. Most people are like 'what the hell?'
Also I now use <geek></geek> tags when typing something overly geeky to my computer illiterate friends... strangely it helps

i always thought != was pretty intuitive i guess not though :p