Live data from Hacker News

Viewing profile — l0u

l0u

HN member
Joined
Wed, Jan 29, 2014, 9:56 PM UTC
HN karma
1
Public activity
9 items

About l0u

No profile information was provided.

Recent public activity

  1. comment
    Comment #7187247

    Sorry, also there is #startups on freenode.

  2. comment
    Comment #7176593

    Yes. Its not really official though, just a few hang out there. #hackernews on freenode.

  3. comment
    Comment #7175919

    ebook later, get it out there asap, would like to read. My thinking is very similar to your own. Its actually something we've been doing for an API at work. The main reason was so …

  4. comment
    Comment #7175813

    >People love to write build system after build system, in every field, a fetish I've never quite understood. I have a firm suspicion its what writing a framework, cms, or blogging …

  5. comment
    Comment #7168152

    Thanks, very helpful. One upvote, sincerely not enough.

  6. comment
    Comment #7155891

    Is anyone a little more versed in US law able to explain what kind of precedent this sets for further cases in Iowa or I'm guessing to be nation wide due to the judge being federal…

  7. comment
    Comment #7153373

    I could be a bit off base, and to be honest am only now coming to grips with unit testing fully, but I find if something is painful to test my implementation wasn't good to begin w…

  8. comment
    Comment #7153334

    In my case a cache could be something remote, having any calls directly to that will slow down unit tests a lot, having one or two calls to it unit testing the cache implementation…

  9. comment
    Comment #7153306

    Not only can you mock it for testing but it encapsulates the system better, there is no reason for straight access to C.get with this pattern you can easily drop in a brand new sys…