Just can't stop laughing at this Daryl "Emo" Morey picture. Had to share! Makes me think of the 13 year old girl who just got a twitter account.
Is it just me or does he kind of look like DD in that pic? I am half-expecting a youtube instructional video on the basics of analyzing basketball-statistics
It's a CS joke. Hello World is the first program students write in their introductory Computer Science classes. Ex: /* Hello World program */ #include<stdio.h> main() { printf("Hello World"); }