I was about to capitalize the S because I thought this was going to be about how to write a Smalltalk implementation. As for your actual question, sometimes the conversation dies because the other person wants it to, and you'd seem pushy if you tried to force it to continue. But in borderline cases I recommend asking the other person about their feelings about relevant things. I was a peer conselor in college. They t…
As an introvert, I really, really (really) hate being on the receiving end of this endless follow-on questions type of 'conversation' (can it be a conversation if your only participation is to crowbar more words out of me? (I digress...)). "The only thing a true introvert dislikes more than talking about himself is repeating himself," as an article in The Atlantic once said. So be careful about using this Rogerian Th…
Ask HN: How to make smalltalk?
41–50 of 60 posts
Re: Ask HN: How to make smalltalk?
#42Re: Ask HN: How to make smalltalk?
#43Suppose you are standing in line for a drink, and some HN person is in front of you. How to make small talk? Ask them, "how to make small talk," and you'll make small talk in no time.
Re: Ask HN: How to make smalltalk?
#44Re: Ask HN: How to make smalltalk?
#45wget ftp://ftp.gnu.org/gnu/smalltalk/smalltalk-3.1.tar.gz tar xzvf smalltalk-3.1.tar.gz cd smalltalk-3.1 ./configure make
http://news.ycombinator.com/item?id=619028
with virtually the same ranking. I guess it's very subjective what constitutes as "contributing to the discussion" or not.
Re: Ask HN: How to make smalltalk?
#46wget ftp://ftp.gnu.org/gnu/smalltalk/smalltalk-3.1.tar.gz tar xzvf smalltalk-3.1.tar.gz cd smalltalk-3.1 ./configure make
How to make a Smalltalk VM.
1) Implement a loop containing a 256 case case-statement. Get ahold of documentation of the Smalltalk bytecodes, then start implmenting each one.
2) Code up method loookup. (Really, you've done this if you've done step 1, but it deserves mention.)
3) Add code for loading and saving an image.
4) Add a library for Garbage Collection: http://www.hpl.hp.com/personal/Hans_Boehm/gc/
Done! You don't need a Smalltalk compiler in your VM. It's all Smalltalk objects in the image!
Re: Ask HN: How to make smalltalk?
#47What makes you think you're socially compatible with most people? I think the key is realizing that you will probably only click with a small number of people. In my case, I click amazingly well with highly educated, ambitious, often nerdy people, and horribly with people who are really into sports or drinking. So just striking up a random conversation is unlikely ever to be particularly interesting for me. As a resu…
I'm the same way, I click with intelligent, inspiring and often wonderful people and horribly with people that go by the name grandalf. Seriously, I think this is horrible advise. You can certainly surround yourself with people just like you, or you can challenge yourself and meet a whole slew of interesting people. Some of my best friends are about as polar opposite as it gets. Some even like sports! As for the line…
The poster's question was about initiating smalltalk. Why waste time with smalltalk when there are big, fun things to talk about? I used to waste time with smalltalk but then one day it dawned on me that it's a total waste of time -- I typically forget the name of the other person immediately when all I've done is exchange smalltalk which creates its own problems.
I'm not a professional diplomat and I'm not interviewing for a job with you, so if all you can talk about is smalltalk, then I'd rather just be alone. If you're afraid to talk about anything controversial, or can't handle it if I disagree with you, then I don't really respect you.
Sure it's fun now and then to try to click with someone who is totally different (someone who holds traditional values, more average in aspirations and interests), but the most I've ever gotten out of it is a vague sense of flattery if the person is physically attractive, and that's a terrible reason to attempt to repeat the experiment.
Being alone is OK. Cows wander in herds, and the human tug to be around people is a lower instinct. Sure it's fun sometimes, and yes it can even be fun to cheer in unison after someone hits a home run on TV, etc., but it's all an attempt to trick yourself into feeling an artificial sense of belonging with strangers.
If you want a s/o with low self esteem, then make a lot of money and try to act normal. She'll find you.
If you want a s/o who is a unique person with a life, just be yourself (even if you're a geek) and don't try to conform to perceived norms. You probably perceive the norms slightly incorrectly in the first place (or else you wouldn't be a geek) and you're likely to overthink them.
Most importantly, don't try to "find" someone. Just be happy being alone and you'll attract similarly independent people.
Re: Ask HN: How to make smalltalk?
#48I was about to capitalize the S because I thought this was going to be about how to write a Smalltalk implementation. As for your actual question, sometimes the conversation dies because the other person wants it to, and you'd seem pushy if you tried to force it to continue. But in borderline cases I recommend asking the other person about their feelings about relevant things. I was a peer conselor in college. They t…
As an introvert, I really, really (really) hate being on the receiving end of this endless follow-on questions type of 'conversation' (can it be a conversation if your only participation is to crowbar more words out of me? (I digress...)). "The only thing a true introvert dislikes more than talking about himself is repeating himself," as an article in The Atlantic once said. So be careful about using this Rogerian Th…
Re: Ask HN: How to make smalltalk?
#49I was about to capitalize the S because I thought this was going to be about how to write a Smalltalk implementation. As for your actual question, sometimes the conversation dies because the other person wants it to, and you'd seem pushy if you tried to force it to continue. But in borderline cases I recommend asking the other person about their feelings about relevant things. I was a peer conselor in college. They t…
As an introvert, I really, really (really) hate being on the receiving end of this endless follow-on questions type of 'conversation' (can it be a conversation if your only participation is to crowbar more words out of me? (I digress...)). "The only thing a true introvert dislikes more than talking about himself is repeating himself," as an article in The Atlantic once said. So be careful about using this Rogerian Th…
Having said that, I have happily chatted with random strangers before, both receiving questions and initiating them. The difference is usually in how much the person who is asking the question is genuinely listening. Asking questions for the sake of making noise irritates me. Asking questions because you are really are curious works a lot better. When you are curious, you don't come from the position of "I know everything" or, "You should talk to me because I am awesome" or "You shouldn't talk to me because I am a loser."
As for awkward silences themselves, I think it is better to practice being comfortable with them so that the silence feels natural instead of being awkward. You're rarely going to be somewhere completely silent and most people generally have a running commentary running in the back of their heads. Awkward silences feel awkward due to self-doubt and anxiety. When you shed the anxiety, interacting with people feels more natural; distracting or forcing yourself with smalltalk doesn't really get rid of the anxiety. Being genuinely curious ... like exploratory programming ... tends to shed off the anxiety.
Re: Ask HN: How to make smalltalk?
#50eg: You: "Crazy rain eh?" Girl: "Yeah." You: "I love the rain, it reminds me of Rangoon." Girl: "You've been to Rangoon?" You: "No but it is the best city name in the world." Girl: "I've always been partial to Riyad"
If rain reminds you of an episode of star trek or of an algorithm, say so. You'd amazed how far you can get if you say something w/ total confidence no matter how absurd. If the person blows you off, it's all good. 99% of people aren't going to be your friends.
Don't be boring and don't be afraid. The more you do it the easier it gets. You loose absolutely nothing by trying.