Viewing profile — ben_h
ben_h
HN member- Joined
- Sun, Jun 01, 2008, 6:12 AM UTC
- HN karma
- 116
- Public activity
- 22 items
- HN profile
- View on Hacker News ↗
About ben_h
No profile information was provided.
Recent public activity
- story
-
comment
Comment #4525545
Absolutely. At theconversation.edu.au we run a content site—we publish the news, which is the same for everyone. This means we can cache the front page and all the articles as stat…
-
comment
Comment #4375764
Great post. I didn't understand the role of controllers and directives but this explained them well with a thoughtful walk through. The idea of wrapping distinct chunks of logic in…
-
comment
Comment #4343503
You can configure `git push` to push just the current branch to its configured remote, by setting 'push.default' to 'upstream'. `git config --global push.default upstream` The rele…
-
comment
Comment #4218389
Hope was definitely a bad choice of word. By that I meant, the sort of tight query you'd hope an ORM would deliver. Anyhow, it's a matter of taste, but what may appear at first as …
-
comment
Comment #4218332
Good point, #merge isn't itself an arel method. I say arel because it's the core sitting behind the #merge / #where / #joins frontend -- but AR::Relation deserves credit too :)
- story
-
comment
Comment #3347250
The frame showing Facebook vs Greek debt is particularly good. We ran a piece in a similar vein last week: http://theconversation.edu.au/how-david-beckham-caused-globa...
-
comment
Comment #2203911
Good explanation, thanks. The part I don't understand is the POST hitting the victim app. I don't know django but rails apps require an authenticity token to be included in all non…
-
comment
Comment #1735912
Worked a treat, cheers.
-
comment
Comment #1310804
Agree to disagree :) The only Flash component is the embedded screencast, which is hosted at Vimeo and downloadable as an mp4: http://vimeo.com/6782671
-
comment
Comment #1310201
I should have copied and pasted instead of typing it out :) Thanks for the correction, fixed.
- comment
-
comment
Comment #1310115
Thanks for submitting this, speek :) For those that are interested in trying out babushka, here's a 30 second crash course. To install: bash -c "`curl -L babushka.me/up`" # If you'…
-
comment
Comment #1310103
It's a really good question, and one I probably should answer more directly on the website and in the README. As I wrote above, I have a lot of time for these other tools—in fact t…
-
comment
Comment #1310089
Hey, that's cool—pretty tempting to start using that reference retrospectively. Maybe a few canvas-animated butterflies on the website? :) Cheers!
-
comment
Comment #1310086
Hi, great questions. Chef and puppet have a lot to offer. In particular, there are things that chef and puppet can do that babushka can't, like orchestrating ecosystems of multiple…
-
comment
Comment #1310054
Yep, I was aware of that :) I chose babushka because here in Australia at least, the nested Russian dolls are known as babushka dolls. (Also, Matryoshka is kind of already taken by…
-
comment
Comment #1169031
Speculation, but I think it makes sense: http://blog.acooper.org/2009/12/speculation-the-real-villain... tl;dr: Labor are using the filter as a political means to an end, to court …
-
comment
Comment #342050
(the irritating html-escaping bug will be fixed as soon as voting's over - couldn't squeeze the fix inside 10 lines!)
-
comment
Comment #342049
I was in a team of four, we built Twippet: http://railsrumble.twippet.com It's code sharing over the twitter network. Throw up some code snippets, enter your twitter creds (pass no…
-
comment
Comment #205700
If you're going to serve Javascript over SSL, you need a full SSL setup including a valid certificate, etc. If you have that, you may as well just serve the login form itself over …