Live data from Hacker News

Viewing profile — c00w

c00w

HN member
Joined
Tue, Nov 01, 2011, 12:34 AM UTC
HN karma
4
Public activity
3 items

About c00w

No profile information was provided.

Recent public activity

  1. comment
    Comment #4055139

    I got hired for a summer internship off of hackernews. The total time from my response to a job offer was about two weeks. We're serious and we have some very intriguing problems t…

  2. comment
    Comment #3633799

    It is. Heroku.com is down.

  3. comment
    Comment #3367327

    return ''.join(`num` for num in xrange(loop_count)) is better than return ''.join([`num` for num in xrange(loop_count)])