Live data from Hacker News

Viewing profile — jeremiahjordan

jeremiahjordan

HN member
Joined
Fri, Jan 18, 2013, 5:35 PM UTC
HN karma
106
Public activity
8 items

About jeremiahjordan

No profile information was provided.

Recent public activity

  1. story
  2. story
  3. comment
    Comment #7138904

    This is an interesting use of the HyperLogLog algorithm. And yay for less RAM overhead.

  4. comment
    Comment #6334616

    They are atomic, they are not isolated. Those are two different properties. The "A" vs the "I" in ACID. http://en.wikipedia.org/wiki/ACID Edit: Actually, they are isolated in the s…

  5. comment
    Comment #6170454

    "Minutes" is not "unaffected" if your site is now down.

  6. comment
    Comment #5966860

    This is the reason our company creates their own packages and runs our own repositories.

  7. comment
    Comment #5652789

    But that isn't W=1

  8. comment
    Comment #5652707

    even if switch failures are rarer, couch at W=1 will silently drop data for network partition, dynamo at W=2 won't, how is the comparison at the end valid?