Viewing profile — lattepiu
lattepiu
HN member- Joined
- Sat, Mar 27, 2010, 9:09 PM UTC
- HN karma
- 8
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About lattepiu
No profile information was provided.
Recent public activity
-
comment
Comment #15865969
I can comment on Amazon Aurora: > Is the product a fork of PostgreSQL or a wrapper round the current version? Aurora is a fork: they've re-written a significant chunk of the engine…
-
comment
Comment #4330416
Olive oil is actually excellent for frying. Extra virgin olive oil has a smoking point of 405 deg. F, which is similar to canola.
-
comment
Comment #3880991
Something is quite wrong indeed. I disabled the dynamic pager, and now my system is working as it's supposed to. Snappy and responsive. I opened all of my apps, expecting it to cra…
-
comment
Comment #3667305
The real culprit here is HashWithIndifferentAccess, a crutch that throws away a difference that Ruby has for a reason. The sensible way to do updates, in my opinion, is User.update…
-
comment
Comment #3292571
Three years ago the state was much worse, so I ended up writing my own ORM, which tries to address some of the issues pointed out here. My primary need was to be able to map the sa…
-
comment
Comment #2840912
I don't believe this is a good example. Ruby has case..when instead of COND, though it's a language construct, not a function; but I think COND can be trivially implemented in any …