Live data from Hacker News

Viewing profile — nakajima

nakajima

HN member
Joined
Tue, Jun 03, 2008, 9:48 PM UTC
HN karma
130
Public activity
28 items

About nakajima

No profile information was provided.

Recent public activity

  1. story
  2. 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…

  3. comment
    Comment #2987876

    Using #find in a Rails project tends to be a mistake, especially when used on an ActiveRecord association proxy.

  4. comment
    Comment #2790033

    Looks like they'll be moving to Mountain View: http://allthingsd.com/20110721/frid-ge-acquired-by-google-to...

  5. story
  6. story
  7. story
  8. story
  9. comment
    Comment #1796342

    Diaspora is on GitHub. :)

  10. story
  11. 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…

  12. 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…

  13. story
  14. story
  15. comment
    Comment #1436197

    I like it a lot. My one quibble is that a lot of the animations seem to take forever.

  16. comment
    Comment #1082191

    That's not true at all. You don't need a Mac.

  17. comment
    Comment #1078545

    Ironically, it doesn't work on an iPhone.

  18. story
  19. comment
    Comment #884868

    You could always use the database to track games between players.

  20. comment
    Comment #883056

    I use Rack::Flash ( http://github.com/nakajima/rack-flash ) in a bunch of Sinatra apps.

  21. story
  22. comment
    Comment #847763

    I'd argue no, at least until you have as good an idea of what your needs are as GitHub did.

  23. 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…

  24. 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.

  25. 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…