Live data from Hacker News

Viewing profile — seancribbs

seancribbs

HN member
Joined
Sun, Nov 01, 2009, 3:20 AM UTC
HN karma
452
Public activity
33 items

About seancribbs

[ my public key: https://keybase.io/seancribbs; my proof: https://keybase.io/seancribbs/sigs/4qwO3xT-deLEUa_QAhOKUI-EA2Fng6QcfcOhhHc-8zU ]

Recent public activity

  1. comment
    Comment #9260447

    You mean AP, not CA. CA doesn't exist.

  2. story
  3. comment
    Comment #8080780

    The Solr version in the Release Candidate is actually 4.7.0.

  4. comment
    Comment #7279342

    mnesia is indeed a frequent choice by newbies for queryable storage in Erlang, but I've found few production systems use it for similar reasons to the ones you describe. Nowadays y…

  5. comment
    Comment #7278003

    #!/usr/bin/env escript main(_) -> io:format("hello, world").

  6. story
  7. comment
    Comment #6453208

    Related: Datomic can be configured to use both Zookeeper and Riak, and the implementation is really clever: immutable data in Riak and strongly-consistent "pointers" in Zookeeper. …

  8. comment
    Comment #6330248

    Since they're not likely to approve my comment on their blog, here's what I said: "Way to misrepresent[1] vector clock usage in Riak! LWW deliberately ignores the vector clock. No …

  9. comment
    Comment #5980380

    Elixir has some good things about it (hygienic macros, protocols, and so on) but the syntax is not enough by itself to make us switch. "Ugh, Erlang syntax sucks" is a refrain heard…

  10. comment
    Comment #5407409

    This is true, but Riak CS has special configuration requirements for the backing Riak cluster that might make it not the best choice for combining with your typical Riak applicatio…

  11. comment
    Comment #4438115

    That's still an oversimplification. POST only implies that the request is NOT idempotent, and that the request body is submitted to the origin server for "processing". Consider for…

  12. comment
  13. comment
    Comment #4351176

    Go to http://basho.com/resources/downloads/ , static links are available if you navigate down the tree to the individual files. e.g. http://s3.amazonaws.com/downloads.basho.com/ria…

  14. story
  15. comment
    Comment #3893981

    @rb2k_ Here's the relevant docs: http://rdoc.info/gems/riak-client/Riak/RObject#indexes-insta... http://rdoc.info/gems/riak-client/Riak/Bucket#get_index-inst...

  16. comment
    Comment #3891099

    Apparently it's too hard to download yourself? wget http://downloads.basho.com.s3-website-us-east-1.amazonaws.com/riak/1.1/1.1.2/riak-1.1.2-1.fc15.x86_64.rpm rpm -Uvh riak-1.1.2-1.…

  17. story
  18. comment
    Comment #3428624

    To what point? Already large portions of Riak (the performance-critical ones) are in C, and have been for a long time.

  19. comment
    Comment #3059850

    There will be a minor gem release (pre/beta/something) next week that supports Riak 1.0 features, then in the next major release those will also bubble up to the Ripple document la…

  20. comment
    Comment #2971844

    Yes, the problem was not necessarily using a Bloom filter, but that it was too small. However, 1.0 is smarter about which vnodes it sends list-keys requests to and thus obviates th…

  21. comment
    Comment #2808456

    That is still under debate AFAIK. The latter form would allow you to compose multiple index lookups as well, which is why I'm for it (although the query planner might not support i…

  22. comment
    Comment #2485771

    The design of secondary indexes is much simpler, more tightly integrated, and more transparent than Riak Search. It will feel more like part of the same datastore, rather than some…

  23. comment
    Comment #2423468

    On the contrary, QuickCheck is brilliant at testing stateful systems, as long as you can model the actions that occur and how they modify state (statem in eqc helps here).

  24. comment
    Comment #2072882

    Blog post about the release: http://blog.basho.com/2011/01/05/riak-0.14-released/

  25. comment
    Comment #1914458

    Riak has been open-source and freely available since August 2009.