Viewing profile — jdefarge
jdefarge
HN member- Joined
- Thu, May 12, 2011, 12:29 AM UTC
- HN karma
- 26
- Public activity
- 32 items
- HN profile
- View on Hacker News ↗
About jdefarge
No profile information was provided.
Recent public activity
-
comment
Comment #15361530
By the way, there's an interest research on designing a new file system based on LSM tree that leverages SSD's sequential writing, as it is mainly motivated by SSDs' shortcomings w…
-
comment
Comment #15361386
You are absolutely right. Just an addendum: there are modern B-Trees that are optimised to leverage the cache lines, part of the so called cache oblivious data structures ( http://…
-
comment
Comment #8806324
A big loss to computing, a terrible loss to family and friends. My sincere condolences. :'-(
-
comment
Comment #7637082
Exactly! I had the curiosity to check JAH's github profile too, and it raised more suspicious towards her than I had previously imagined. For a fair comparison, let's see a couple …
-
comment
Comment #7442294
"Julie Ann, Adria Richards and Shanley enter a bar: the bar just explodes because it's a symbol of the patriarchy." But, seriously, I know various female programmers that I could t…
-
comment
Comment #7208779
The optimal number of moves follows this recurrence relations: T(1) = 1 T(N) = 2 * T(N-1) + 1, N >= 2
-
comment
Comment #7208769
The optimal number of moves follows this recurrence relations: T(1) = 1 T(N) = 2 * T(N-1) + 1
-
comment
Comment #7182947
TL;DR: because ExtJS sucks. Long answer: 1. The learning curve is really steep. I mean, really really steep. There's a critical shortage of (good) books, video, and tutorials on th…
-
comment
Comment #4457191
Why they didn't tested MongoDB or Riak? Is Voldemort really more relevant than Riak or MongoDB? WTF?! Sorry, boys, but this paper looks like the result of a ill performed research …
-
comment
Comment #4052029
Java was viewed as being "good enough"; alternatives like Scala and Clojure were not considered. If a company enter the what-is-the-hottest-language-of-the-week game it can easily …
-
comment
Comment #4050858
F1 is a successor of Megastore, even with relation to high write/read latencies. From bits leaked here and there by Google, one can safely assume they put highl value on cross data…
-
comment
Comment #4050794
It's an industrial presentation. As such, there's no paper about it, just the talk given at SIGMOD and the slides. When Google unveiled Megastore, F1 predecessor, it did it as an i…
-
comment
Comment #4040257
Good to know there are newer takes on JVM based languages! I like its minimalist design as opposed to being a kitchen sink language. Good luck!
-
comment
Comment #3617327
Java, Guice, jQuery, and JAX-RS, at least. Dhanji has been deeply involved on those technologies for a long time.
-
comment
Comment #3599206
I don't see any candidate either, and it will not be Scala, for sure. I think Scala will continue to be a pretty interesting language, used in pretty cool places, for a smart and e…
-
comment
Comment #3599153
Please, Scala maintainers, stop adding features. You'll not please every developer in the world and it's not cool to be a kitchen sink. Again, just stop!
-
comment
Comment #3460760
Pirate Bay is the BEST torrent site ever created. It's a pity they are switching to Magnet. :( It would be so cool if they provided both (Magnet and Torrent)...
-
comment
Comment #3437878
CouchDB has always been the least competitive alternative in comparison with other (better designed?) NoSQL systems like HBase, Cassandra, Riak, Redis, and MongoDB. The progress of…
-
comment
Comment #3295438
Coda's opinions, even if leaked, were highly appreciated. This guy has invested a lot of time on Scala so it's in better position to say what he thinks about the language. In the e…
-
comment
Comment #3165369
There are some traits that can be easily observed on Googlers and Xooglers. Particularly, if you meet at least two of the requirements below then they are definitely going to scree…
-
comment
Comment #3138033
LOL, Brin was right on target. I ask myself how on earth can I guy write SO MUCH of a blog post and still have time to get things done. If Yegge is not not able to summarize his PO…
-
comment
Comment #3055306
Oracle is doing a NoSQL as a strategic move. They'd done this before with the acquisitions of BerkeleyDB's and Coherence's companies. But their cash cow will continue to be their u…
-
comment
Comment #3046221
update: An older Cliff Moon's talk about polyglot systems (Erlang and Scala) is available at http://www.infoq.com/presentations/Building-Polyglot-Systems... Disclaimer: in spite of…
-
comment
Comment #3045451
Their claim is: Erlang is good for building scalable distributed systems. Scala has actors too, but Erlang is more than actors (a lot more!). It's a language created to build distr…
-
comment
Comment #2902049
Rumours has Blaze, Google's build tool the article describes, is being open sourced. At least this information was floating around early 2011.