Live data from Hacker News

Viewing profile — rosh

rosh

HN member
Joined
Wed, Mar 25, 2009, 9:18 AM UTC
HN karma
57
Public activity
8 items

About rosh

No profile information was provided.

Recent public activity

  1. comment
    Comment #6869581

    I was reading up on Monads because of the reactive course. [0] I translated the code in "Monads for functional programming" (the linked paper) to Python a few weeks back – [1] Not …

  2. comment
    Comment #6221659

    Tornado has a similar interface: class GenAsyncHandler(RequestHandler): @gen.coroutine def get(self): http_client = AsyncHTTPClient() response = yield http_client.fetch("http://exa…

  3. story
  4. comment
    Comment #4327880

    It was on Reddit a few days ago... http://www.reddit.com/r/compsci/comments/xb6ft/

  5. comment
    Comment #3248072

    You should contact Thrun and Norvig who are running ai-class, they've started http://www.knowit.com/

  6. story
  7. comment
    Comment #1548310

    Beware of the Turing tar-pit in which everything is possible but nothing of interest is easy. -- Alan Perlis, Epigrams on Programming

  8. comment
    Comment #531666

    this is the link: http://web.mit.edu/alexmv/6.001/