Live data from Hacker News

I’m a very slow thinker (2016)

sivers.org

181–190 of 227 posts

Re: I’m a very slow thinker (2016)

#181

Earlier quoted context omitted.

I kind of think that an intelligence tests should moreso try to evaluate how “Turing complete” you are , rather than how quick the processor is at a narrow range ... Kind of reminds me of the programming language shootout dilemma . X is better than Y because it does Fibonacci sequences quicker ... mostly has no real world utility

Properly administered IQ tests with real psycometric rigor evaluate both, insofar as either can be empirically measured.

Except it doesn’t ...

Compare Rationality Quotient to Intelligence Quotient. You’d think they relate but they don’t ...

https://www.nytimes.com/2016/09/18/opinion/sunday/the-differ...

This is without considering give-a-f??k quotient, the most important of all, and that by which every test is confounded.

Re: I’m a very slow thinker (2016)

#182

Earlier quoted context omitted.

I strongly disagree with this thinking and think at worst, it could be harmful. You wouldn't want your heart,brain,etc operation to be in the hands of someone who isn't that talented but keeps on trying.

Nobody ever said you should always choose persistence, just that in the absence of a better plan, persistence will work.

I still don't understand the argument, even less so with your explanation. Perhaps I'm missing something big.

Re: I’m a very slow thinker (2016)

#183

I feel this way too. Someone once told me about their Google interview and mentioned one of the problems. I spent a fruitless 20 mins flailing around trying for a good solution, then stopped thinking about it. 5 hours later on public transit the entire (and, as it happens, perfect) solution popped, unbidden, into my head. I always thought that would have been particularly galling if it had been my interview...

I just had a Google technical phone interview. I won't divulge the question but it was related to a design pattern that JavaScript developers use every day in frameworks like Vue/React, yet probably never had to program from scratch. I identified the pattern, described the API correctly, but then I had to implement the API and that's when I knew I was finished. Evidently my intuition of how it should be implemented was also correct, but I started stumbling on relatively minor things (structure of a JSON object) because I didn't have the time I needed to develop an extremely clear mental image of what the details of the solution looked like and I had to keep coding anyway. I'm certain that 20-30 minutes alone would have been sufficient to develop a working proof of concept.

After the interview I ran the problem by a couple very senior front end devs at fang companies and they wouldn't have gotten it either. Before the rejection I thought I might be ok - it's not about getting it correct, they say, it's about the process - but slow thinking is a very real problem in the context of interviews like this.

Re: I’m a very slow thinker (2016)

#184
post #110

That's why I don't like meetings where you're supposed to come up with a solution on the spot and then break it down into tasks immediately. That only works if you have lots of closely related experience so that the solution is trivial to you anyway, or if you're a genius. Most of the time you end up with shitty "knee-jerk" software that focuses on technical details way too much instead of solving the problem. I'll t…

I had this exact problem this weekend, and I'm kinda salty. For one, I threw an engineering event, at 8pm to casually design a solution to a problem.

By 11PM, there was a leading idea, and I took time to think about everything. I questioned everything. Everyone was pestering me, the leader of this event, to acknowledge this was a fantastic solution.

I asked stupid questions, I asked great questions, I took time to think, I measured things, and I got crap for it. Someone even said I drank too much, which had nothing to do with my skepticism.

My conclusion-

>Group think took over badly

>others werent thinking, they gave answers like- 'You Just....' without thinking about how difficult each of the tasks. Or 'Thats not a big deal'.

>Non engineers will not be invited in the future, the gf of an engineer (who is a psychologist) was very persuasive on her idea.

I couldnt believe how strong group think was, it was unanimous. The next morning we woke up and realized the idea wasnt great.

I'll take being a slow thinker.

Re: I’m a very slow thinker (2016)

#185

Earlier quoted context omitted.

Properly administered IQ tests with real psycometric rigor evaluate both, insofar as either can be empirically measured.

Except it doesn’t ... Compare Rationality Quotient to Intelligence Quotient. You’d think they relate but they don’t ... https://www.nytimes.com/2016/09/18/opinion/sunday/the-differ... This is without considering give-a-f??k quotient, the most important of all, and that by which every test is confounded.

Yes, they actually do. IQ tests evaluate not just mental processing speed but also a number of orthogonal cognitive faculties. You cited an opinion article from the New York Times regarding the divergence between rationality and intelligence. I'm not talking about rationality, and in fact I would not immediately believe rationality and intelligence can be adequately tested using the same examination. One relates to decision making processes and the other relates to learning and aptitude processes. There is some overlap, but they're categorically different things.

I could direct you to a survey of studies that would more accurately describe the breadth of IQ assessments [1], but I think using my own IQ examination as an example might be more instructive. I've taken a formally administered IQ assessment under a qualified clinician. This assessment included the usual tests, such as the Wechsler Adult Intelligence Scale and Wechsler Memory Scale (among others).

The Wechsler Adult Intelligence Scale includes composite domains for "Full Scale IQ", "Verbal Comprehension", "Perceptual Reasoning", "Working Memory" and "Processing Speed." Note that mental processing speed is merely one of the measured dimensions of intelligence here. Each of these is given its own percentile score.

Within the Verbal Comprehension Scale domain there are subtests for "Similarities", "Vocabulary" and "Information." Under Percentual Reasoning there are subtests for "Block Design", "Matrix Reasoning" and "Visual Puzzles." Working Memory includes tests for "Digit Span" and "Arithmetic", and finally Processing Speed includes "Symbol Search" and "Coding."

During the verbal comprehension battery, you'd be asked questions such as, "How are an apartment and a house alike", or "What is the definition of this word?" You'll also be assessed on your knowledge of various culturally relevant facts.

Perceptual reasoning will test spatial orientation, integration performance and fine motor skills. This might include arranging blocks of various colors and shapes into different patterns and being asked to find the missing portion in a complex visual pattern.

The working memory examination will test for how much you can focus on simultaneously, and explicitly does not test for your processing speed. You'll be asked about sequences of numbers and tested for both long and short term recollection, as well as how accurately you can mentally perform operations on sequences while keeping them in your mind. That's the digit span test; the arithmetic tests are self-explanatory.

The only portion of the examination which explicitly tests for processing speed are the ones focusing on symbol search and coding. Therein you're asked to quickly scan a group of symbols and find a match of one or two targets, or to copy numbers lexicographically coded to symbols as quickly as possible.

I am interested in what measure of analogous "Turing Completeness" in human intelligence should thus be measured that is not already reflected in the examination I've just outlined. If you'd like to define that as rationality, then that's fine. But as I said before, I don't believe rationality should be coupled with intelligence. And moreover, I don't think "Turing Completeness" is a good analogy for rationality, since computers are (almost definitionally) neither rational nor irrational, regardless of their computational capabilities.

______________________________

1. http://www.gwern.net/Iodine

Re: I’m a very slow thinker (2016)

#186
post #110

That's why I don't like meetings where you're supposed to come up with a solution on the spot and then break it down into tasks immediately. That only works if you have lots of closely related experience so that the solution is trivial to you anyway, or if you're a genius. Most of the time you end up with shitty "knee-jerk" software that focuses on technical details way too much instead of solving the problem. I'll t…

"Creativity is not a team sport", an observation from Prof Vincent Walsh on neuroscience of creativity: [There's] a very long and well-established literature in psychology that getting groups of people together is no way to come up with ideas. Creativity is not a team sport. What you're looking for is somebody's individual, intellectual trunk to make new connections and come up with something new. Let's imagine billi…

Well, file this one along with open offices and scrum with "ideas that managers wish would work so insist do work" so we're going to end up living with forever.

Re: I’m a very slow thinker (2016)

#187

Earlier quoted context omitted.

Nobody ever said you should always choose persistence, just that in the absence of a better plan, persistence will work.

I still don't understand the argument, even less so with your explanation. Perhaps I'm missing something big.

I was arguing from the perspective of somebody trying to get something they want, the individual perspective, but it seems like you are considering the social utility one. While I can facially agree that there can be some arenas in which persistence can cause concern, I don't understand where your strong disagreement comes from.

And personally, I want my heart operated on by the guy that's done hundreds of heart operations, preferably my exact procedure. I want Dr. House to diagnose me, and Todd from Scrubs to actually do the operation. Dr. House's brilliant diagnosis doesn't actually affect my body, the potential problems that genius presents only guide what more sane, stable, dispassionate professional hands actually do to me. Stable dispassion is the realm of persistence.

Re: I’m a very slow thinker (2016)

#188
post #18

I'm the same way! I have to train myself not to think when people give a casual "hey, how are you?". The book "Quiet: The Power of Introverts" has an interesting message about how introverts struggle to fit into an image of society where one must be a quick-witted extrovert in order to be successful and powerful. I think it's the same for fast vs slow thinkers. It's important to know your a slow thinker, and accept i…

You would be surprised how often people don't even notice if you respond to "hey, how are you", with "hi". But, really, the script you're meant to follow goes like this: Hey how are you? Hey, good, how about you? Pretty good Then, if the conversation is meant to continue, which it most often is not, one of you says "So ... what's up in your life?" or "So ... how's that thing you're working on going?" or some other mo…

I always forget the "how about you" part. Somebody asks, "how are you", and I say "good" because I'm supposed to say _something_ and my wife reminds me later that it was rude not to ask how they were so that they could say "good", too.

Re: I’m a very slow thinker (2016)

#190
post #46

I'm wondering if what Sivers feels about himself is true for everyone. Maybe those sharp people who give an insightful reply right off the bat would give an even better reply if they had more time. This is why I prefer email over instant messaging, phone calls, or collaborative online chat when asking questions (except trivial questions). I want a considered reply, not something off the cuff.

> true for everyone.

See, I read something like this and I think of the Dunning Kruger effect that causes stupid people to think they're smart and smart people to think that they're stupid.

Post reply on HN