Viewing profile — bochi
bochi
HN member- Joined
- Thu, May 12, 2011, 1:43 PM UTC
- HN karma
- 301
- Public activity
- 45 items
- HN profile
- View on Hacker News ↗
About bochi
No profile information was provided.
Recent public activity
-
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 …
-
comment
Comment #15307740
We are just exporting the matrices. Nothing fancy.
-
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…
-
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…
-
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…
- story
-
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.
-
comment
Comment #7506977
This blog post is a nice survey about other interesting probabilistic data structures: http://highlyscalable.wordpress.com/2012/05/01/probabilistic...
-
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.
- story
- story
-
comment
Comment #6765437
Barnes-Hut is O(n log n) http://en.wikipedia.org/wiki/Barnes%E2%80%93Hut_simulation
-
comment
Comment #6664332
There is a nice big list here: http://cstheory.stackexchange.com/questions/1168/what-papers...
-
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…
-
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…
-
comment
Comment #6371199
I did that some time ago: https://github.com/jbochi/gifstreaming
- story
- story
- story
-
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…
- story
-
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…
- story
- story
- story