Viewing profile — rosh
rosh
HN member- Joined
- Wed, Mar 25, 2009, 9:18 AM UTC
- HN karma
- 57
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About rosh
No profile information was provided.
Recent public activity
-
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 …
-
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…
- story
-
comment
Comment #4327880
It was on Reddit a few days ago... http://www.reddit.com/r/compsci/comments/xb6ft/
-
comment
Comment #3248072
You should contact Thrun and Norvig who are running ai-class, they've started http://www.knowit.com/
- story
-
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
-
comment
Comment #531666
this is the link: http://web.mit.edu/alexmv/6.001/