Viewing profile — nakajima
nakajima
HN member- Joined
- Tue, Jun 03, 2008, 9:48 PM UTC
- HN karma
- 130
- Public activity
- 28 items
- HN profile
- View on Hacker News ↗
About nakajima
No profile information was provided.
Recent public activity
- story
-
comment
Comment #3116392
I wrote something like this a while back: https://github.com/nakajima/sinatras-hat It's no longer maintained, but it was fun to see how many assumptions I could jam into one framew…
-
comment
Comment #2987876
Using #find in a Rails project tends to be a mistake, especially when used on an ActiveRecord association proxy.
-
comment
Comment #2790033
Looks like they'll be moving to Mountain View: http://allthingsd.com/20110721/frid-ge-acquired-by-google-to...
- story
- story
- story
- story
-
comment
Comment #1796342
Diaspora is on GitHub. :)
- story
-
comment
Comment #1726468
As a heavy user of twilio (I work at groupme.com, we're entirely text message based, and built entirely on twilio), I'll say that every time we've broached the topic of internation…
-
comment
Comment #1650106
It's definitely faster, though I don't have any actual numbers (sorry about that). Developer performance has increased significantly though, since we we're no longer stuck in "step…
- story
- story
-
comment
Comment #1436197
I like it a lot. My one quibble is that a lot of the animations seem to take forever.
-
comment
Comment #1082191
That's not true at all. You don't need a Mac.
-
comment
Comment #1078545
Ironically, it doesn't work on an iPhone.
- story
-
comment
Comment #884868
You could always use the database to track games between players.
-
comment
Comment #883056
I use Rack::Flash ( http://github.com/nakajima/rack-flash ) in a bunch of Sinatra apps.
- story
-
comment
Comment #847763
I'd argue no, at least until you have as good an idea of what your needs are as GitHub did.
-
comment
Comment #818202
It seems to me that the patch wasn't for "GitHub, the EngineYard client", but instead, "GitHub, the Ruby community resource", just as they support JRuby, Rubinius, and Rails develo…
-
comment
Comment #572008
The way I look at it is actually less AOP than it is event-driven SOA. All of your domain-specific event handlers are sort of like services.
-
comment
Comment #571903
Traditional object oriented programming is certainly easily at first, especially to those with a strong background in it. Unfortunately, in every app I've ever worked on, there's a…