Viewing profile — genericsteele
genericsteele
HN member- Joined
- Sat, Mar 05, 2011, 9:00 PM UTC
- HN karma
- 73
- Public activity
- 33 items
- HN profile
- View on Hacker News ↗
About genericsteele
Recent public activity
-
comment
Comment #7617124
But then how could I monetize it? I don't think I could run adverts on someone else's service?
-
comment
Comment #7617097
Yes, but I think it would be fun to gamify it somehow.
-
comment
Comment #7617079
Idea: StackOverflow for comebacks I've always had a hard time coming up with a good comeback in conversations. It would be great to have a site where I could post a situation and h…
-
comment
Comment #7617021
Idea: A paid, members-only app where people can post and discuss their ideas.
-
comment
Comment #7511133
SEEKING WORK - Rails MVP and Testing Consulting | Philadelphia, PA | Remote http://iamericsteele.com hi@iamericstele.com ----------------------------------------- MVP Ruby on Rails…
-
comment
Comment #7380926
That's the best of both worlds. I'm going to give this a try.
- story
-
comment
Comment #7324516
SEEKING WORK - Rails MVP and Testing Consulting | Philadelphia, PA | Remote http://iamericsteele.com hi@iamericstele.com ----------------------------------------- MVP Ruby on Rails…
- comment
-
comment
Comment #7018931
1) is pretty hard, but I'm tackling some basic strategies to adding tests to an untested mass of code. 2) is the entire reason why I'm writing the book. Building a testing habit is…
-
comment
Comment #7018715
Yeah I did. 1) Inheriting someone else's bad code and habits is a huge reason to throw testing out the window. It's really frustrating and always comes with a "We'll write tests in…
-
comment
Comment #7018237
A year ago, I would have agreed with you. There's nothing stopping you from building a successful product without writing tests. Since I built the habit of writing tests, though, I…
- story
- comment
- story
-
comment
Comment #5419647
Sorry about that. It lazily checked for two characters before the @ instead of one. It should work now: http://whatdoitest.com/
-
comment
Comment #5419054
Fixed. Thanks.
-
comment
Comment #5418875
Yes! Michael Hardt's tutorial is the culprit for me as well.
-
comment
Comment #5418753
Computers don't understand english very well. It's easier for us to learn to talk to them, than to teach them how to understand us. DSLs are helpful for some, but sometimes they ge…
-
comment
Comment #5418674
"For me it was a simple decision: If I want community support, I need to be using the tool the community is actually supporting." Truth. And the community is really split on this o…
-
comment
Comment #5418627
My theory is that new Rails developers spend more time learning how to test than what to test. This article isn't necessarily about which framework is better, but more about which …
-
comment
Comment #5418448
OP here. MiniTest::Spec is great, and knocks out two of my complaints in the article: * Expectations are readable and writable * The docs are very easy to digest: http://bfts.rubyf…
- story
- story
-
comment
Comment #5338138
This is great. Two weekends ago I did the same type of migration using Linode and Capistrano. Heroku taught us what we should expect from a platform, and it seems like, as a commun…