Viewing profile — mguterl
mguterl
HN member- Joined
- Tue, Mar 30, 2010, 4:38 PM UTC
- HN karma
- 25
- Public activity
- 13 items
- HN profile
- View on Hacker News ↗
About mguterl
No profile information was provided.
Recent public activity
- comment
-
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/
-
comment
Comment #8521482
You might want to check out The Little Manual of API Design: http://www4.in.tum.de/~blanchet/api-design.pdf
-
comment
Comment #6508914
Unfortunately, paying someone well does not necessarily mean you're going to end up quality either.
-
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…
-
comment
Comment #5257133
Your site never seems to load for me.
-
comment
Comment #5045699
Underscore.js has a function called once for this exact purpose.
-
comment
Comment #4912353
I've been using analytical with our Rails backend which seems to achieve something similar: https://github.com/jkrall/analytical
-
comment
Comment #4268458
Inheritance is not always the right solution.
-
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...
-
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…
-
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…
-
comment
Comment #1316431
It also gives you the nice syntax "keywords", feature, background, and scenario.