c00p3r

↗ HN profile [ 75.6 ms ] full profile
Karma
138
Created
February 6, 2009 (17y ago)
Submissions
0
I'm a passenger, And I ride, I ride.

cooper.spb@gmail.com

  1. user=> (defn pascal [row col] (cond ((= col 0) 1) ((= col row) 1) (else (+ (pascal (- row 1) (- col 1)) (pascal (- row 1) col))))) IllegalArgumentException cond requires an even number of forms clojure.core/cond…

  2. Recently I've visited http://cassandra.apache.org/ and the front page remains the same - Proven! Digg uses it! and so on. No mention of an epic failure, of course. So what is new? Did they manage to figure out why it…

  3. This is some kind a follow up to this - http://news.ycombinator.com/item?id=1565375 Why not to model a startup as a hybrid of an open source project (say, Cassandra) and some team-building and a payment model form a…

  4. or a truly innovative way to stop the dollar carry trade. Nepali banker's way. First of all! I love Nepal and especially Nepali people. That's why I live here instead of my doomed home. And I have some little…

  5. Favorite quote: But unlike actual free-thinkers, they constantly seek refuge in argument by authority, blindly quoting their favorite gurus to support their positions.

  6. Dear sirs! I have this project http://hello-namaste.com/ on a very early stage, but it seems to me like all those ideas are outdated and implemented by google and others, aren't they? Have nice day!