lomendil | 12 years ago | on: So You Think You Have a Power Law
lomendil's comments
lomendil | 13 years ago | on: Andrew Ng and the Quest for the New AI
This is guaranteed not to be terribly general, considering the many bits of matter on this planet that exhibit intelligence without a neocortex. By many, I mean ones that hugely outnumber humans.
So very interesting stuff, but not the answer that I think he wants it to be.
lomendil | 13 years ago | on: Turn your browser into a notepad with one line
lomendil | 13 years ago | on: The "Clockwise/Spiral Rule" in C
char *(*fp)(int)
I see that it matches the pattern returntype *(*function)(args)
It's the "* (* )()" that one sees all at once, and that signifies "this is a function pointer".This actually reminds me of some research where kids are asked to trace the direction of interlocked gears. They start by looking at each one, but soon they move to more general strategies. Edit - this is the one, in case anyone is curious: Dixon, J. A., & Bangert, A. S. (2002). The prehistory of discovery: precursors of representational change in solving gear system problems. Developmental Psychology, 38(6), 918.
lomendil | 13 years ago | on: How do we read code?
lomendil | 13 years ago | on: How do we read code?
lomendil | 13 years ago | on: Programming is not a craft
I think the author of this piece is from the latter group. To that group, software as craft just doesn't fit into their world. Whereas I think the first group has an understanding that beauty on the inside of a program shows on the outside too, especially over time.
lomendil | 13 years ago | on: $ whois facebook.com
lomendil | 13 years ago | on: Neuroscience: Under Attack
lomendil | 13 years ago | on: An Intuitive Guide to Linear Algebra
After going through that course I finally understood things like eigenvectors, null spaces, and projections. Now I see them everywhere (unless you think that's a curse)
I was surprised to see this on HN, though. I guess everyone is trying to use power laws in one way or another.