Viewing profile — rkts
rkts
HN member- Joined
- Thu, Aug 16, 2007, 2:30 PM UTC
- HN karma
- 277
- Public activity
- 131 items
- HN profile
- View on Hacker News ↗
About rkts
No profile information was provided.
Recent public activity
-
comment
Comment #1394048
If your claim is that the book you have recommended ... is the last word on the subject That would be an audacious claim, considering the book is rather old and only 200 pages. I r…
-
comment
Comment #1393663
I have not read Stanovich's book but it does not appear to be an appropriate introduction to the subject of intelligence. I suspect you recommend these "newer and better" books bec…
- comment
-
comment
Comment #1393454
There is a lot of data on this question, and it flatly contradicts Asimov's claims. IQ scores correlate not only with academic performance but also with job performance as well as …
-
comment
Comment #977675
The combination of IQ and "chutzpah" is the essence of the entrepreneurial personality. If Jews are (for whatever reason) disposed to be high on these traits, it's certainly a suff…
- comment
-
comment
Comment #977650
A related theory (PDF): http://homepage.mac.com/harpend/.Public/AshkenaziIQ.jbiosocs...
-
comment
Comment #967212
It's pretty simple. People who think in personal, emotional terms tend to explain the world that way, while people who think more logically/mechanically explain the world that way.…
-
comment
Comment #967211
Dawkins is a classic yellowist ( http://paulgraham.com/say.html ). Megawatts of brain power spent on arguing with idiots.
-
comment
Comment #956889
Ritalin. Only thing that's ever worked for me.
-
comment
Comment #928829
No one has proved that technology won't one day make everyone grow to 6 feet and live 200 years. In fact that could quite plausibly happen. But you'd still be a fool to count on it…
- comment
-
comment
Comment #902419
Course catalogs tell you nothing. They're stuffed with appealing descriptions of courses which may or may not end up on the schedule, and when they do, may or may not resemble the …
-
comment
Comment #902364
If you want to learn, then going to a Respected Research University is a waste of time and money. The quality of teaching at such places is often pathetically bad. Prestige comes f…
-
comment
Comment #891894
Zero is not defined to be even. A number is even if it's twice some integer. Zero is twice an integer (namely 0), so it's even. If you try to bring personal intuition into mathemat…
-
comment
Comment #838066
Haskell does well in benchmarks but this hides the fact that its performance is very unpredictable. Try it and you'll see what I mean. Also, Common Lisp does well in benchmarks but…
-
comment
Comment #835879
http://www.springerlink.com/content/6dydh0fawxuuhg1r/ The African American adolescents had a lower birth weight, a lower verbal IQ, and a higher number of sexual partners than did …
-
comment
Comment #814138
Body size varies more within dog breeds than between them I have never understood what this means. "Within-group" variation can be quantified as standard deviation (among other met…
-
comment
Comment #651099
True, but in this case, the template serves a different purpose from the macro. It's there to make zap polymorphic, and would be unnecessary in a dynamic or type-inferred language.…
- story
-
comment
Comment #645321
C++ version: template void zap (T (*f)(T x), T &x) { x = f(x); } Example: int square (int x) { return x*x; } int foo[5] = {1,2,3,4,5}; zap (square, foo[3]); // foo is now {1,2,3,16…
-
comment
Comment #624828
behaving in ways that maximise achievment of your goal(s) But that's exactly what IQ tests measure, at least in the context of academic and job performance. IQ tests are used becau…
-
comment
Comment #624653
So how is rationality defined and how is it measured? Does it correlate with any important life outcomes such as income, academic performance or law-abidingness? He says that irrat…
-
comment
Comment #622939
Are you related to this Stanovich guy, or do you just like repeating yourself? http://news.ycombinator.com/item?id=536558 http://news.ycombinator.com/item?id=565842 http://news.yco…
-
comment
Comment #580819
Our culture does something to screw most of them up If that's true, there ought to be some culture that doesn't have this problem. Can you name one?