How the hell do you have a conversation?
1
Name:
Anonymous
2011-04-21 7:32
So far I have:
"Hows it going?"
maybe drag out their response a couple seconds
"How was your weekend?"
drag that out for like a minute
"What class you have next?"
"Did you do the assignment for X class"
then its just awkward pause
2
Name:
Anonymous
2011-04-21 7:47
Why would I? That's just silly.
3
Name:
Anonymous
2011-04-21 7:48
>>1
How the hell do you write a program?
So far I have:
"What's the name of the program?"
maybe drag out some nonsensical name for a couple seconds
"Which modules should it import?"
drag that out for like a minute
"Should it process command line arguments?"
"Which arguments should it recognize, except --help?"
then its just awkward pause
4
Name:
Anonymous
2011-04-21 7:49
/adv/
5
Name:
Anonymous
2011-04-21 9:14
My conversations usually go like this:
"Hows it going?"
What exactly?
"How was your weekend?"
What exactly?
"What class you have next?"
Why should've a class?
"Did you do the assignment for X class"
Why should've an assignment?
then this scared creature awkwardly runs away. /conversation
6
Name:
Anonymous
2011-04-21 9:46
>>5
That's one good way to do it. The way I do it is even better:
"Hows it going?"
Kinsoku jikou desu.
"What?"
Kinsoku jikou desu.
"What kind of shit is that?"
Kinsoku jikou desu.
"Stop shitting me."
Kinsoku... jikou desu.
"Stop this weeaboo shit."
Kinsoku... jik...ou... d...
"Just shut up."
And then this confused inferior life form runs away. /conversation
7
Name:
Anonymous
2011-04-21 9:49
>>6
Ahahaha, classic. Nice one, anon.
Good to know there are fellow animu fans here. =)
8
Name:
Anonymous
2011-04-21 9:57
9
Name:
Anonymous
2011-04-21 10:28
>>8
Back to
[b] [u]G[sup]N[/sup][/u][o][sub]A[/sub]A[/o][/b] .
10
Name:
>>9
2011-04-21 10:30
FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFUUUUUUUUUUU. I meant.
[u]G[sup]N[/sup][/u][o][sub]A[/sub]A[/o]
11
Name:
>>9
2011-04-21 10:30
FFFFFFFFFFFFUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUU. What's wrong with it?
SUP
SUB
12
Name:
Anonymous
2011-04-21 10:30
>>9,10 today is not your day, baby.
13
Name:
>>9
2011-04-21 10:33
It will work this time.
GNAA
14
Name:
>>9
2011-04-21 10:34
YES, YES, YES!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
IT'S FUQQEN STANDARDS-COMPLIANT .
15
Name:
Anonymous
2011-04-21 10:36
>>9-11,13-14
Back to /
YO MAMA /, etc.
16
Name:
Anonymous
2011-04-21 10:44
I usually silently ignore people I don't want to talk to. It's harder irl, but you can quickly get used to it. Just don't open your fucking mouth to spew out some meaningless bullshit you don't want to say anyway.
17
Name:
Anonymous
2011-04-21 14:06
>>16
Are you saying when someone asks you a question or talks to you, you just act as if they're not there?
18
Name:
Anonymous
2011-04-21 16:59
hEY could someone give me a link to pic: "Have you read your SICP today?" -with-the-crazy-trouser-snake-guy ? It would make my day.
19
Name:
Anonymous
2011-04-21 17:17
>>1
I use a similar pattern but in german and only when it's even more awkward to say nothing.
20
Name:
Anonymous
2011-04-21 17:33
My conversations are even worse.
me: hi
person: hi
me: what's up
person: nothing much
me: same
-awkward silence-
21
Name:
Anonymous
2011-04-21 17:49
i usually go lol fag during the awkawrd silence part
22
Name:
Anonymous
2011-04-21 18:01
autism
23
Name:
Anonymous
2011-04-21 19:11
>>20
That's what you get for leaving the basement.
My conversations:
person1: hey whatever happened to <me>?
person2: dunno, haven't seen him in years
24
Name:
Anonymous
2011-04-21 22:40
PUSSY ASS PUSSY FART
25
Name:
Anonymous
2011-04-21 22:43
It's the same for me too. I hate talking to real life people. Machines are so much easier to get along with.
26
Name:
Anonymous
2011-04-21 22:57
My conversations:
person: hi
me: have you read your SICP today?
person: ...
27
Name:
Anonymous
2011-04-21 23:20
person: hi
me: OVER 20LBS OF PUSSY FARTS!
person: ...
28
Name:
Anonymous
2011-04-22 1:10
>>1
Dale Carnegie's How to Win Friends and Influence People
29
Name:
Anonymous
2011-04-22 1:18
30
Name:
Anonymous
2011-04-22 1:19
>>29
Psychology = psuedoscience ftw!
31
Name:
Anonymous
2011-04-22 1:23
>>30
Math = psychology
Psychology = psuedoscience
_________
Math = psuedoscience
32
Name:
Anonymous
2011-04-22 1:34
SICP = math
SICP = psuedoscience
33
Name:
Anonymous
2011-04-22 1:34
34
Name:
Anonymous
2011-04-22 1:35
nah most of the math we'll use is Algebra. But it's in syntax. So it's in C.
35
Name:
Anonymous
2011-04-22 1:36
"Elementary dear Watson! Elementary."
36
Name:
Anonymous
2011-04-22 1:50
37
Name:
Anonymous
2011-04-22 3:21
>>36
C/C++ is statically typed and relies on type algebra. All these classes and templates hurt my brain.
38
Name:
Anonymous
2011-04-22 3:26
I heard in original C everything was an integer and no type declarations were needed. Even chars were ints.
f(n) {return n>1 ? n*f(n-1) : 1;}
worked nicely. Why did they perverted C with types?
39
Name:
Anonymous
2011-04-22 3:32
And the curly braces for function body were also optional:
f(n) return n>1 ? n*f(n-1) : 1;
cool?
40
Name:
Anonymous
2011-04-22 3:37
Classes are OOP! Deal with it or become a Head Chef! No shame in that. :)
41
Name:
Anonymous
2011-04-22 3:39
Same was with vectors and string: a[] 1, 2, 3, 4, 5; for a vector of 5 ints. Note the absence of '='. Dennis Ritchie hated verbose boilerplate.
42
Name:
Anonymous
2011-04-22 4:03
>>38-39
That looks like javascript
43
Name:
Anonymous
2011-04-22 4:29
44
Name:
Anonymous
2011-04-22 4:30
Thompson's preferences (mostly along the lines of reducing the number of non-whitespace characters in a typical program).
45
Name:
Anonymous
2011-04-22 4:37
46
Name:
Anonymous
2011-04-22 6:53
suturosutupu no seppurusu
47
Name:
Anonymous
2011-04-22 8:39
4/20 SMOKE WEED EVERYDAY 4/20
L E G A L I Z E I T !
48
Name:
Anonymous
2011-04-22 9:52
>>47
someone copy/pasted my post from /pol/ obama thread
( ≖‿≖)
49
Name:
Anonymous
2011-04-22 11:04
Don't forget the ``Nice/bad weather today/lately, huh?'' or the ``So what are you doing for NEXT_HOLIDAY?'' and the omnipresent ``Let's have sex.''.