Live data from Hacker News

Viewing profile — hiisi

hiisi

HN member
Joined
Fri, Aug 23, 2013, 1:15 PM UTC
HN karma
11
Public activity
9 items

About hiisi

No profile information was provided.

Recent public activity

  1. comment
    Comment #7602753

    C -> Redis I haven't written any C for years, but really enjoyed skimming through Redis codebase, it's so clean, easily understandable and extensible.

  2. comment
    Comment #7505061

    Also, "getRequiredSampleSize" is called twice for each variant - in the "getResult"'s loop and then inside "hasEnoughData". Same thing for "getVariant". Would you welcome a pull re…

  3. comment
    Comment #7397801

    Feels like the "Easy to modify and maintain" part is confusing the benefits of using Node.js with benefits of good application design.

  4. comment
    Comment #7395215

    Do I understand correctly that your stable 'master' branch is always ready for release? Basically it means that changes (fixes) should be relatively small, otherwise they are relea…

  5. comment
    Comment #7395098

    I think the article says that the API is stable unless you have access to "Alpha" and "Beta" channels.

  6. comment
    Comment #7352479

    Absolutely. Once you hit the wall trying to solve a problem, you better distance yourself from that problem. Otherwise you'll likely be hitting the same wall over and over again. F…

  7. comment
    Comment #7324048

    Thanks! Probably the best collection of SaaS related articles I've seen on the internet.

  8. comment
    Comment #7323566

    I'd say methods should be small enough so that their intent is clear. Usually it means that methods should have exactly one responsibility, otherwise they seem bloated.

  9. comment
    Comment #7314555

    Great article! I wonder if the guys are doing code reviews for each PR along with making sure build is green. In our team, we've been doing code reviews for about three years now a…