Y-Combinator has something in common with the Moore Law: self-fulfilling prophecy. http://en.wikipedia.org/wiki/Moore_Law http://en.wikipedia.org/wiki/Self-fulfilling_prophecy
PG on the cover of Forbes
51–60 of 70 posts
Re: PG on the cover of Forbes
#52And here was I expecting a typically insightful commentary by PG regarding the front page of a business journal.
Re: PG on the cover of Forbes
#53Re: PG on the cover of Forbes
#54Earlier quoted context omitted.
There have been explanations for the HN readers. Here's one that I'd put in a non-techy newspaper: The Y Combinator is a way to make computer code self-referential without having to introduce names for parts of the code. Or a bit less accurate: The Y Combinator is a clever way to make computer code self-referential.
Non-techy readers would have no idea what "self-referential" means. Probably best to just leave it alone.
Re: PG on the cover of Forbes
#55Earlier quoted context omitted.
Right, it's not really supposed to be used, but it's impressive and interesting in the same way that e^πi = -1 is.
I didn't really find that. It's just functions calling other functions. How exciting can that get :/
Re: PG on the cover of Forbes
#56Y-Combinator has something in common with the Moore Law: self-fulfilling prophecy. http://en.wikipedia.org/wiki/Moore_Law http://en.wikipedia.org/wiki/Self-fulfilling_prophecy
There weren't any prophecies behind YC. We just decided to make something to make more startups, and executed.
Re: PG on the cover of Forbes
#57♫ I wanna be on the cover of Forbes magazine, smiling next to Oprah and Paul Graham. ♫ Heh. Congratulations, pg. If nothing else, being on the cover of Forbes must put a smile on your face.
Re: PG on the cover of Forbes
#58Re: PG on the cover of Forbes
#59i thought the virtual absence of women was interesting. Jessica Mah got two paragraphs near the end, Demi Moore a passing mention, and Jessica Livingston merited two sentences. she co-founded YC and is married to Paul, and they couldn't even ask her for a quote? other than that it was guys, guys, guys. http://bit.ly/ycturgor2 has more.
Re: PG on the cover of Forbes
#60Earlier quoted context omitted.
Loops are just a special case of recursion, and only necessary for languages that don't support recursion very well. As an example, Scheme and Haskell have no use for loops.
Loops are how most people think. They're also how most CPUs think. It seems to me logical for both parties to express programs mostly using loops.