danielroseman | 13 years ago | on: Google Fails the Turing Test
danielroseman's comments
danielroseman | 14 years ago | on: Greatly increase Chrome performance
danielroseman | 14 years ago | on: False Cognates and Syntax: The Importance of Syntax in Programming Languages
danielroseman | 14 years ago | on: Display 100 Hello World Without Using Loops
print '\n'.join(['Hello world'] * 100)
No need for exec.danielroseman | 14 years ago | on: Coursera/Stanford online algorithms I course – a retrospective
The programming exercises were fun, but I don't think they were really the point of the course - this "part 1", at least, was much more about analysis than about design.
As a contrast, I've just started their compilers course: there the theory questions are slightly easier, whereas the programming questions are much more involved - the first one has already taken me several hours and I'm nowhere near finished.