Viewing profile — rjn945
rjn945
HN member- Joined
- Fri, Sep 18, 2009, 11:58 PM UTC
- HN karma
- 84
- Public activity
- 16 items
- HN profile
- View on Hacker News ↗
About rjn945
Recent public activity
-
comment
Comment #19361308
(You have no contact info in your profile, so I'll just post this publicly.) I've been thinking a lot of similar thoughts and have been wishing I had more people to discuss this wi…
- comment
- story
-
comment
Comment #12502207
Do you have a link to an example of hoax story? I haven't seen that.
-
comment
Comment #8158993
I was really confused when I read "the constrain() call takes expressions that define the relationships you want to impose" (emphasis mine) and saw this code: container.constrain(b…
-
comment
Comment #8127288
Happily, you're first example is actually already supported in the latest Underscore (1.6.0): _.each([1,2,3], _.partial(something, _, 'param')) Example: _.map([1, 2, 3, 4], _.parti…
-
comment
Comment #8099440
I agree. The combination of Backbone models/collections and React views bound together by React.Backbone[1] so that the views automatically re-render after any changes to the model…
-
comment
Comment #4638291
Obligatory Wikipedia link for those of us (like me) who don't know what materialized views are: http://en.wikipedia.org/wiki/Materialized_view In short: "In a database management s…
-
comment
Comment #3812229
Ha, I remember trying to make sites that looked this good, with this aesthetic, back in the 90s. But now, I totally agree. The stock photo girl with headphones along with a lot of …
-
comment
Comment #3669895
Yeah, it looks like I got that part wrong. (I intentionally skimmed over the transactor, because I was avoiding "how" issues and because my understanding of it wasn't that clear.) …
-
comment
Comment #3668681
I think this has a lot to do with it. After an hour of reading, watching and thinking, I can't come up with any way to put it into one paragraph. Here's the shortest what and why I…
-
comment
Comment #3668271
Yeah, I had a similar concern but it's just a confusion from thinking that every peer has to be equally powerful (i.e. all weak) and has to run on the end-user's computer. If you p…
-
comment
Comment #3614774
These are my favorites: Rich Hickey: Keynote -- Not another philosophy meets programming talk unfortunately, but interesting nonetheless. Rich talks about possible future features …
-
comment
Comment #3296523
Just for quick comparison, here are the results from November 2011: Java (875) Javascript (787) SQL (687) Python (546) PHP (443) Ruby (395) Android (306) Objective-C (139) Javascri…
-
comment
Comment #3294848
Based on the work of a previous commenter, I posted this code in the blog comments: (defn add-rands [] (let [ds (double-array 30000000)] (dotimes [i 30000000] (aset ds i (Math/rand…
-
comment
Comment #3138959
I'd like to point out in particular "Are We There Yet?" ( http://www.infoq.com/presentations/Are-We-There-Yet-Rich-Hic... ) If you liked this talk, then you will definitely like "A…