Viewing profile — seancribbs
seancribbs
HN member- Joined
- Sun, Nov 01, 2009, 3:20 AM UTC
- HN karma
- 452
- Public activity
- 33 items
- HN profile
- View on Hacker News ↗
About seancribbs
Recent public activity
-
comment
Comment #9260447
You mean AP, not CA. CA doesn't exist.
- story
-
comment
Comment #8080780
The Solr version in the Release Candidate is actually 4.7.0.
-
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…
-
comment
Comment #7278003
#!/usr/bin/env escript main(_) -> io:format("hello, world").
- story
-
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. …
-
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 …
-
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…
-
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…
-
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…
- comment
-
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…
- story
-
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...
-
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.…
- story
-
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.
-
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…
-
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…
-
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…
-
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…
-
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).
-
comment
Comment #2072882
Blog post about the release: http://blog.basho.com/2011/01/05/riak-0.14-released/
-
comment
Comment #1914458
Riak has been open-source and freely available since August 2009.