Live data from Hacker News

Viewing profile — mguterl

mguterl

HN member
Joined
Tue, Mar 30, 2010, 4:38 PM UTC
HN karma
25
Public activity
13 items

About mguterl

No profile information was provided.

Recent public activity

  1. comment
  2. comment
    Comment #9374491

    I really have enjoyed reading through Shay Howe's guides: http://learn.shayhowe.com/html-css/ http://learn.shayhowe.com/advanced-html-css/

  3. comment
    Comment #8521482

    You might want to check out The Little Manual of API Design: http://www4.in.tum.de/~blanchet/api-design.pdf

  4. comment
    Comment #6508914

    Unfortunately, paying someone well does not necessarily mean you're going to end up quality either.

  5. comment
    Comment #6470678

    It's worth stating that this is the MailingListsController and there is no mention of a MailingList. It seems to me like some functionality in the "before" example could live in th…

  6. comment
    Comment #5257133

    Your site never seems to load for me.

  7. comment
    Comment #5045699

    Underscore.js has a function called once for this exact purpose.

  8. comment
    Comment #4912353

    I've been using analytical with our Rails backend which seems to achieve something similar: https://github.com/jkrall/analytical

  9. comment
    Comment #4268458

    Inheritance is not always the right solution.

  10. comment
    Comment #4059383

    The idea of instant scalability is somewhat flawed. James Golick does a pretty good job of explaining why here: http://jamesgolick.com/2010/10/27/we-are-experiencing-too-mu...

  11. comment
    Comment #3451906

    Here are some Chef cookbooks that will help get Jenkins running on Ubuntu including support for headless browsing via XVFB and Firefox: https://github.com/bmabey/continuous-cooking…

  12. comment
    Comment #1316440

    We just started using steak and it is slowly replacing cucumber in our application. We found the translation between English -> Step Definitions -> Ruby to be too onerous, especial…

  13. comment
    Comment #1316431

    It also gives you the nice syntax "keywords", feature, background, and scenario.