Live data from Hacker News

Viewing profile — karmi

karmi

HN member
Joined
Mon, Nov 29, 2010, 9:14 AM UTC
HN karma
55
Public activity
19 items

About karmi

http://karmi.cz

Recent public activity

  1. comment
    Comment #36573775

    Part practical demonstration of differences between lexical and semantic search in Elasticsearch, with a Sentence Transformer model and the Quora dataset, part text embeddings expl…

  2. story
  3. story
  4. story
  5. comment
    Comment #7825686

    Have a look here: https://github.com/elasticsearch/elasticsearch-rails/tree/ma... -- it offers a "repository" based approach to persistence. An "ActiveRecord-like" pattern is being…

  6. comment
    Comment #4543805

    Try http://codeclimate.com

  7. comment
    Comment #4418095

    Link to the Ember Data adapter: https://github.com/karmi/ember-data-elasticsearch/ , link to the gist with Goliath proxy for Twitter @Anywhere authentication: https://gist.github.c…

  8. story
  9. comment
    Comment #4404436

    That's legitimate concern -- you can of course put an Nginx proxy in front of elasticsearch to deny DELETE requests (see eg. http://www.elasticsearch.org/tutorials/2012/03/21/deplo…

  10. comment
    Comment #4382951

    Check out the example application as well: https://github.com/karmi/ember-data-elasticsearch/tree/maste...

  11. story
  12. comment
    Comment #4251733

    Also, don't forget to check the ecosystem around elasticsearch: clients, integration, Puppet & Chef manifests/recipes, etc: http://www.elasticsearch.org/guide/appendix/clients.html…

  13. comment
    Comment #3986217

    Cubism is pretty easy to work with, or? See my heavily annotated sketch of continuous polling with Cubism; http://bl.ocks.org/2689616

  14. comment
    Comment #3831574

    Running ElasticSearch on AWS is pretty easy, see http://www.elasticsearch.org/tutorials/2012/03/21/deploying-...

  15. story
    Deploy ElasticSearch clusters with Chef Solo on AWS

    A tutorial how to deploy ElasticSearch clusters with Chef Solo, tailored for AWS, with Monit configuration and Ngnix proxy for HTTP auth included.

  16. comment
    Comment #3181417

    While I understand where you're coming from, Max, this is really dangerous delusion. Couch just lost the drive it had in the beginning, for whatever reasons, crazy focus on "data l…

  17. story
    “Reversed” or “Real Time” Search with ElasticSearch and Ruby

    The annotated source [https://gist.github.com/1025498] provides an example for using the ElasticSearch's percolator feature in a Ruby application.

  18. comment
    Comment #2298700

    > Each modification generates a new version of the document. (...) we don’t need it, and there’s no way to disable it (...) Note that there's a `_revs_limit` setting available: " r…

  19. story