Viewing profile — matt_yoho
matt_yoho
HN member- Joined
- Fri, Oct 22, 2010, 12:36 PM UTC
- HN karma
- 77
- Public activity
- 17 items
- HN profile
- View on Hacker News ↗
About matt_yoho
No profile information was provided.
Recent public activity
-
comment
Comment #5455871
The Rails framework is written to reload (reevaluate) most application code between requests in development mode, so that changes during active dev are reflected. This is not the (…
-
comment
Comment #5357003
This is an example of a Socratic Dialog[1], and relies on metaphor. It's in that way a piece of art useful as a teaching tool, but as such it trades some precision for the end effe…
-
comment
Comment #4909716
> Omitting the return statement is a good thing? How do you know if this method even returns anything? In Ruby, all methods return the value of the last expression executed in the …
-
comment
Comment #3836756
A combination a bootstrapping issues (arguably minor, of course) and the minor complexity of building the package, plus the workshop-friendly approach contribute to the zip directo…
-
comment
Comment #3769667
Right, this would be very valuable as a teaching resource, and thus indirectly valuable to the, I believe, sizable chunk Ruby/Rails community at large who enjoy doing it as their "…
-
comment
Comment #3769654
Though I'm quite thankful Engine Yard chose to fund his work, I'd categorize doing so as an investment than a generous act. Nothing wrong with either, of course.
-
comment
Comment #3769646
I read the accent as being on his track record of delivering on open source software efforts. In other words, he's demonstrating the soundness of investing your money toward his go…
-
comment
Comment #3741612
I interpret the statement as being closer to "function pointers are under-discussed".
-
comment
Comment #3732959
Not really disagreeing with your contention, but there are probably different applicable definitions of "failure" here. It could be argued doing what one loves is inherently succes…
-
comment
Comment #3585394
The reply seems immature from the perspective of project maintenance.
-
comment
Comment #3370468
Do note, as is mentioned in the comment Thread for the gist, that Fibur is also fully Ruby 1.8 compatible...
-
comment
Comment #3163314
I think you're being downvoted for poor reading comprehension and for the entirely unnecessary and contextually-inappropriate use of the term "bitching".
-
comment
Comment #3163286
So perhaps it would be generally beneficial to simply oppose online "dickery" and bullying across the board, particularly in cases where there's a component of implied threat beyon…
-
comment
Comment #3163232
"I am honestly surprised that she let her real email address be publicly available anyway" This is called "blaming the victim". It is bad, and you should consider researching it.
-
comment
Comment #2167550
Bald-faced pimping of a resource the company I work for, EdgeCase, put together as well: http://gitimmersion.com/
-
comment
Comment #1829637
This isn't really true, particularly with Rails 3. If you don't want to use the ActiveRecord database patter, don't use the default ActiveRecord ORM that ships with Rails. Drop in …
-
comment
Comment #1829620
All of this "Rails makes you do X; or, well, you can do Y" is conflating Rails as a framework with Rails' ActiveRecord library, which is the default ORM. Since Rails 3, you can eas…