Live data from Hacker News

Viewing profile — alexch

alexch

HN member
Joined
Wed, Sep 02, 2009, 8:49 PM UTC
HN karma
21
Public activity
9 items

About alexch

http://alexchaffee.com http://codelikethis.com

Recent public activity

  1. comment
    Comment #41970964

    [flagged]

  2. comment
    Comment #8497856

    RubyMine is pretty damn good, especially because you can immediately jump to the source code, even of libraries, and just read the list of available methods. It's amazing to me how…

  3. comment
    Comment #8497848

    RubyMine FTW. It's amazing to me how completely Dwarf Fortress -- um, I mean vim and tmux -- have conquered the Ruby dev world.

  4. comment
    Comment #5146494

    My analysis: layering. YAML doesn't in itself execute untrusted code, but it has a bunch of semi-experimental features most people don't know about or use, and one of those feature…

  5. story
  6. comment
    Comment #1289770

    If you’ve ever used the iPad or iPhone, you’ve probably noticed the absence of scrollbars. They don’t exist! Mobile Safari lets you "scroll" the entire page by sliding your finger …

  7. story
  8. comment
    Comment #801130

    Erector is a "builder pattern" view framework, inspired by Why's Markaby. In Erector all views are objects, not template files, which allows the full power of object-oriented progr…

  9. story
    Erector: Views In Ruby For Ruby

    Erector is a "builder pattern" view framework, inspired by Why's Markaby. In Erector all views are objects, not template files, which allows the full power of object-oriented progr…