vote up 1 vote down star

Hey, I was listening to the steve yegge podcast (#29, around 21:29), and in part of it, they were talking about "how to tell if the person you're talking to is smart", and they said that one way was to talk about "smart people things" (I'm paraphrasing), like "piano numbers" and "lambda calculus".
I'm secure enough to admit that I'm not the smartest person in the world, but even google can't seem to tell me what a "piano number" is. So, did I mis-hear what was said on the podcast? Can anyone tell me what a "piano number" is?

flag
Do you know at what point (timestamp) in the podcast this occurs? – matt b Dec 8 '08 at 15:46
Hmm, I'm not sure. I listened to it on friday, and I kind of tucked the reference away in the back of my mind, thinking it might make a good blog post ("what are piano numbers, and what can i do with them" kind of thing), but when I couldn't find info, I figured I'd give the site a try. – dwmackie Dec 8 '08 at 16:07
Actually, I was wrong. It's #29 (the most recent), and it's right around 21:29 (or maybe a couple of seconds before that) – dwmackie Dec 8 '08 at 17:24
Aron edited your post for you dwmackie. – Simucal Feb 1 at 9:50

6 Answers

vote up 1 vote down

You can find an implementation of Peano ideas, in the wikipedia article on lambda calculus:

http://en.wikipedia.org/wiki/Lambda_calculus

More on lambda calculus, lamdba expression and related uses in dynamic languages:

http://delicious.com/ajlopez/lambda

I'm working in a simple implementation of lambda calculus using C# http://code.google.com/p/ajcodekatas/source/browse#svn/trunk/AjLambda

link|flag
vote up 3 vote down

OTOH, it might be a good test of character to talk about something completely made-up (such as "Piano numbers") and see who pretends to be knowledgeable about it.

link|flag
vote up 2 vote down

Those who equate intelligence with knowledge have a deficiency in both.

(Please note that I'm not specifying the size of the deficiency, especially in the case of Yegge.)

I knew nothing of either of those subjects when I took the Mensa exam, and it didn't stop me (blush!) scoring pretty well.

link|flag
I'd wager "Mensa" caused the -1, but I'd take issue with your other statement as well. Experts in a field may lose sight of how much stuff they had to learn in order to become an expert, and lose the empathy required to understand why other people struggle with the concepts they know so well. – Jeremy Frey Dec 8 '08 at 16:18
Sheesh, +1 to counter the pettiness... There's a correlation between education and intelligence, but you're right, they're not equal and thinking they are is misguided. – JoeBloggs Dec 9 '08 at 14:38
@JeremyZX: Losing sight of something that is a reality would be a deficiency, no? And not being able to understand a causation that one previously understood, that would also be a deficiency, wouldn't it? – JoeBloggs Dec 15 '08 at 15:14
It is a clever quote though, nice one. – Simucal Feb 1 at 9:57
@jeremyZX: Re Mensa: Aye, I probably didn't help by wording it the way I did, but that kind of thing is inevitable. Meh :) Re losing empathy: I don't understand how that disagrees with my view? It seems to me like an explanation for, rather than an argument against. – jTresidder Feb 4 at 18:21
vote up 12 vote down

Being Smart and having a certain knowledge base is not the same thing.

I'd be wary of listening to anyone that is equating the two.

And in true SO fashion, I'm going to roll up the other answers. Most likely they meant Peano:

http://en.wikipedia.org/wiki/Peano_axioms

http://en.wikipedia.org/wiki/Giuseppe_Peano

link|flag
That's the first thing I thought when I saw this question. Being smart of having knowledge from a specific domain are completely different thing. Though interviews VERY often confuse the two, being able to distinguish the difference is the key between good hires and great hires. – rwmnau Dec 8 '08 at 15:55
vote up 2 vote down

He probably meant Peano numbers. Guiseppe Peano was a mathematician.

http://en.wikipedia.org/wiki/Giuseppe_Peano

link|flag
vote up 6 vote down

Peano perhaps?

In mathematical logic, the Peano axioms, also known as the Dedekind-Peano axioms or the Peano postulates, are a set of axioms for the natural numbers presented by the 19th century Italian mathematician Giuseppe Peano. These axioms have been used nearly unchanged in a number of metamathematical investigations, including research into fundamental questions of consistency and completeness of number theory.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.