Viewing profile — cmdrkeene
cmdrkeene
HN member- Joined
- Thu, Aug 26, 2010, 1:24 AM UTC
- HN karma
- 5
- Public activity
- 7 items
- HN profile
- View on Hacker News ↗
About cmdrkeene
Recent public activity
-
comment
Comment #3294192
Here's a quick ruby implementation: https://github.com/cmdrkeene/bitmap-counter
-
comment
Comment #2277265
GroupMe 2.0 (released today) uses either SMS or Push/TCP in the iPhone and Android apps.
-
comment
Comment #1651126
Sometimes it's magpie syndrome, sometimes it's born out of a real need or deficiency in real systems. Kaizen ( http://en.wikipedia.org/wiki/Kaizen ) is a theme I see on a lot of go…
- comment
-
comment
Comment #1651113
To your issues: 1) Yeah, organization is crazy. I think the method comparison is a bit unfair though. In theory, each step should be easily identifiable (like a method) but this is…
-
comment
Comment #1650964
Steak doesn't want to be cucumber at all. It's plain ruby. The "DSL" aspects of the library are purely for legibility and structure. The keywords feature, background, scenario perf…
-
comment
Comment #1650954
To your points: 1) Agreed. It's simple. But, it does some nice things like 1) hook up capybara 2) create a /spec/acceptance folder and suite hook and 3) add some "behavior-oriented…