Live data from Hacker News

Viewing profile — lengads

lengads

HN member
Joined
Wed, Jan 23, 2013, 6:10 PM UTC
HN karma
190
Public activity
13 items

About lengads

No profile information was provided.

Recent public activity

  1. comment
    Comment #7956533

    Here, for example, is the implementation of `atom` (I think): /(atom /{ /\[\S\+\]/{ s/.*/[]/ bpop_context } s/.*/t/ bpop_context }

  2. comment
  3. comment
    Comment #7542709

    I quite like the idea of calling one's workplace a ship. I'll take that expression on board, sea if it floats.

  4. comment
    Comment #7476774

    "[TODO: Too tired to complete the docs. If you feel like contributing, please take a look at the routers and send a pull-request.]" I approve of this kind of API documentation.

  5. story
  6. comment
    Comment #7186453

    Is that to say that you.. wait, what are you doing?

  7. comment
    Comment #6653791

    London, UK - CrowdScores http://crowdscores.co.uk - Full stack developer (Python, Javascript) We would love you to join our small team of passionate hackers to help use crowdsourci…

  8. story
  9. comment
    Comment #6559407

    jrnkntl notes above that this update is not available for Mac or Linux.

  10. comment
    Comment #6476060

    London, UK - FULLTIME INTERN (REMOTE OKAY) CrowdScores: https://crowdscores.co.uk/jobs/ Do you live and breathe the world of football? Know what makes a good story? Do you enjoy bu…

  11. comment
    Comment #6475726

    London, UK - FULLTIME INTERN (REMOTE OKAY) CrowdScores: https://crowdscores.co.uk/jobs/ Do you live and breathe the world of football? Know what makes a good story? Do you enjoy bu…

  12. story
  13. comment
    Comment #5187636

    re.findall() returns all non-overlapping matches. We need to use a positive lookahead on the third part of the pattern to stop it from consuming the non-character: re.findall(r"[^a…