Viewing profile — alexch
alexch
HN member- Joined
- Wed, Sep 02, 2009, 8:49 PM UTC
- HN karma
- 21
- Public activity
- 9 items
- HN profile
- View on Hacker News ↗
About alexch
Recent public activity
-
comment
Comment #41970964
[flagged]
-
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…
-
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.
-
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…
- story
-
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 …
- story
-
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…
-
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…