Live data from Hacker News

Viewing profile — bochi

bochi

HN member
Joined
Thu, May 12, 2011, 1:43 PM UTC
HN karma
301
Public activity
45 items

About bochi

No profile information was provided.

Recent public activity

  1. comment
    Comment #17652817

    Bandits are probably one of the most underrated machine learning algorithms. One possible application is recommendation systems. Shameless self promotion. I wrote an article about …

  2. comment
    Comment #15307740

    We are just exporting the matrices. Nothing fancy.

  3. comment
    Comment #8284326

    I did something similar in Javascript. My implementation uses the Runge-Kutta algorithm, that is more stable. My GUI does not allow planet creation, but it shows several stable con…

  4. comment
    Comment #8181595

    Riak CS is S3 compatible. I have a very similar problem and end up writing a python script that copies the files to cassandra and Nginx + Lua to serve them using lua-resty-cassandr…

  5. comment
    Comment #8159665

    This article is the best introduction to the topic in my opinion: http://steve.vinoski.net/pdf/IC-Rediscovering-Distributed-Sy... Another good reference for understanding distribut…

  6. story
  7. comment
    Comment #7759900

    It would be interesting to see the same data broken down by year. Lua, Clojure, and Go are at about the same position, but I wonder which one is gaining traction. Probably Go.

  8. comment
    Comment #7506977

    This blog post is a nice survey about other interesting probabilistic data structures: http://highlyscalable.wordpress.com/2012/05/01/probabilistic...

  9. comment
    Comment #7043672

    It's hard to believe that JavaScript and Transact-SQL have more or less the same popularity (1.569% against 1.559%). That's why I don't care about this index anymore.

  10. story
  11. story
  12. comment
    Comment #6765437

    Barnes-Hut is O(n log n) http://en.wikipedia.org/wiki/Barnes%E2%80%93Hut_simulation

  13. comment
    Comment #6664332

    There is a nice big list here: http://cstheory.stackexchange.com/questions/1168/what-papers...

  14. comment
    Comment #6584533

    Ilya Grigorika, the presentation author, has also written a book called High Performance Browser Network that I highly recommend if you are interested on the subject. There is a fr…

  15. comment
    Comment #6420958

    With OpenCV you can also do face detection and feature recognition for smarter crops. Thumbor does that and is used in a large scale at globo.com: https://github.com/globocom/thumb…

  16. comment
    Comment #6371199

    I did that some time ago: https://github.com/jbochi/gifstreaming

  17. story
  18. story
  19. story
  20. comment
    Comment #5812443

    I've implemented the FOV algorithm suggested on this article without ray casting in Javascript: https://s3.amazonaws.com/jbochi/layout.html It was an experiment for a game that I w…

  21. story
  22. comment
    Comment #5654791

    There is on open source a Nginx module that streams RTMP and creates HLS segments that looks promising: https://github.com/arut/nginx-rtmp-module There are also red5 ( http://www.r…

  23. story
  24. story
  25. story