grot | 8 years ago | on: The Western Elite from a Chinese Perspective
grot's comments
grot | 8 years ago | on: The Western Elite from a Chinese Perspective
Though implicit, I think this article actually makes an interesting implication about jealousy. What exactly is there to be jealous of in another person if luck, and randomness plays so much in our fortunes?
This article is also a warning against self-help. So much determines our fortunes besides the advice we can take or the effort we make. The best is what -- rolling with the punches --
grot | 8 years ago | on: The Western Elite from a Chinese Perspective
grot | 13 years ago | on: How should I deal with an employee who has slept with my wife?
grot | 14 years ago | on: How to Train Your Brain to Remember Everything
(begin sort of random tangent) I've tried using the memory palace technique to memorize poetry, and I found the clashing images somewhat disconcerting. On the one hand, there was the imagery of the poem, and on the other, there was the image I had created. Often times, I had to create completely new images, totally unrelated to the substance of the poem, in order to remember it. And well, somehow the images I created always involved a lot of...boob.
grot | 14 years ago | on: Why a career in computer programming sucks [2007]
I think what he's really saying, to make an analogy, is that a programmer is more like a black smith than like an alchemist. A blacksmith is concerned with his tools and his technique, an alchemist is on a search for truth (or permanence or glory). Now he's also saying that being a blacksmith sort of sucks: your tools get old, you are smelly, it probably hurts more to pound your anvil when you're 50 than when you're 22, etc. Whether you believe that depends on your taste, whether you care about creating a good product or embarking on a potentially (very likely) fruitless search for truth.
It's pretty obvious what hackernews prefers.
grot | 14 years ago | on: Harvard, Princeton Targeted in Asian Discrimination Probe
grot | 14 years ago | on: Harvard, Princeton Targeted in Asian Discrimination Probe
The SAT is nothing like that. If you walk into Harvard or Princeton, you'll find that most of the kids got above 2300 on the SAT, and a ton had perfect scores. If you tried using the SAT to distinguish between members of the student body at either place, you would have little success. The admissions committee has the same problem, so, kids are not selected based on SATs. You get in because you're good, or at least, you show a lot of promise, not because you can study for a test.
So yeah, maybe asians have higher test scores as a cohort, but maybe they also have less other things that are equally important -- sports, focus, passion, alumni connections, etc. These things count just as much in admissions decisions.
It's possibly to argue that selecting for these things is inherently racist, but I mean, what isn't? The SAT itself privileges a white collar suburban education. Who's to say it's more valuable to be able to memorize vocab, or do arithmetic than to run or paint?
grot | 14 years ago | on: Don't write on the whiteboard
grot | 14 years ago | on: If Modern Humans Are So Smart, Why Are Our Brains Shrinking?
I think the most interesting part of the article comes at the end, where the author points out that while brain volume has decreased since prehistoric times, it's recently been on the rise. That trend corresponds well with the availablity of protein in human history. Since farming began, protein has been a privilege of the rich. Only recently has it been widely available, and in such quantities. Hence, modern Americans are something like 3 inches taller than their ancestors 150 years ago.
grot | 14 years ago | on: What's your time worth? “Can you keep the change and I can leave?”
Yet another example of how private incentives (to the cashier) trump public good...
grot | 14 years ago | on: Can't solve a quintic? Galois Theory in 1500 words
grot | 14 years ago | on: Metaclasses in Python
In [27]: class Foo(object):
....: pass
....:
In [28]: def hello(self):
....: print self
....:
In [29]: blah = Foo()
In [30]: blah.hello = hello.__get__(blah, Foo)
In [31]: blah.hello()
<__main__.Foo object at 0x10397f650>grot | 14 years ago | on: Metaclasses in Python
In [21]: def hello(self):
....: print self.name
....:
In [22]: class Foo(object):
....: name = 'blah'
....:
In [23]: goo = Foo()
go
In [24]: goo.hi = hello
In [25]: goo.hi
Out[25]: <function hello at 0x103985aa0>
In [26]: goo.hi()
TypeError Traceback (most recent call last)
TypeError: hello() takes exactly 1 argument (0 given)grot | 14 years ago | on: Metaclasses in Python
n [8]: class Foo(object): ...: pass ...:
In [9]: blah = Foo()
In [10]: blah.asdf = lambda x: x
In [11]: blah.asdf(3) Out[11]: 3
In [12]: blah.asdf(5) Out[12]: 5
grot | 14 years ago | on: Metaclasses in Python
var foo = Object();
foo.blah = function(x,y) { ... };
But in python, that doesn't quite work. You can only do foo = object()
foo.blah = lambda x,y: ...
lambdas are a bit more limited as they are restricted to one line, and you can't have print statements, which makes complicated expressions rather ugly.edit: ah, as someone noted, the second code snippet should be something like foo = Foo() where
class Foo(object):
passgrot | 14 years ago | on: Man with multiple degrees fails standardized test for children
Successful man fails 10th grade standardized test, concludes that success is not correlated with being able to do math.
Aside from the obvious logical/statistical falacy of making an overreaching conclusion from a sample size of one, and various other illogical claims("if this guy doesn't need math, why does anyone??") this article assumes that the purpose of education is developing vocational skills.
Why should that be? Kids should learn to appreciate the world, get exposure to different things. There's no reason to make them hunker down at age 5 and start preparing for their future careers. If they don't like math, that's fine. Likewise for history, science, whatever. But it's a shame for anyone to miss out on the beauty inherent in all of these subjects.
grot | 14 years ago | on: Abstract algebra for developers and people who hate math
For anyone who is serious about learning abstract algebra but lacking mathematical background (i.e. an analysis course under the belt), consider the book "Abstract Algebra" by Dummit and Foote. It's at the undergraduate level (so it goes through the motions of rigor that research math texts often omit), and well presented. A more advanced, terse and elegant, text would be Hershtein's Topics in Algebra.
grot | 14 years ago | on: How I survived one week without an adblocker
Is it perhaps because they've adapted to the increasingly common practice of adblocker(and browsers which prohibit unprompted javascript popups)? Let's not forget that adblocker is a great thing, if only because it incentivized a move towards less obtrusive ads.
Another thing: ads may be less visibily intrusive but things like tracking cookies are still widely (100%?) used. So if privacy is any sort of a concern, an adblocker is probably still a good thing to have.
grot | 14 years ago | on: So you're considering a liberal arts degree
Read his opening paragraph again.
"As usual I get a ton of mail on subjects that are controversial, and one of the more painful ones was the fact that the Dropping out is probably not for you post gave people the impression that I'm against studying the arts, literature or any other non hard science."
Awkward, no? That's because it's a run on sentence.
The things that a liberal arts education teaches you are not always obvious. Of course you can read Plato or Homer or Augustine by yourself, but unless you're in a collegiate environment, it's very very easy to be lazy.
How many times have you picked up a book, skimmed through it, and never opened it up again? How many times have you actually read a book, and then for some weird reason, forgotten all of its contents very soon after? Formal schooling forces you to reengage with texts again and again. Formal schooling forces you to be critical of yourself and your own work before someone else has a crack at it. All of these things can be accomplished by a very motivated and disciplined individual. But how many of us are actually that motivated and that disciplined?
I see your point though. I think he does use words in ways that native speakers do not use, but in his anecdotes -- I think he's actually playing up his Chineseness for the comic effect, and he's very much aware of what's happening.