Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
jbochi
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
10 ms
·
1.
▲
by
jbochi
2mo ago
And I did something similar to steam live video via an infinite gif: https://github.com/jbochi/gifstreaming#live-video-streaming-...
2.
▲
by
jbochi
10mo ago
Announcing the breach on Thanksgiving day was also certainty calculated.
3.
▲
by
jbochi
2y ago
https://nonint.com/2023/11/05/compute-multipliers/
4.
▲
by
jbochi
2y ago
Not sure what I can share publicly, but we use TPUs as well: https://cloud.google.com/blog/products/compute/announcing-cl...
5.
▲
by
jbochi
2y ago
Pretty cool. Shameless plug: My team at Anthropic is hiring people that can write accelerator kernels. Please reach out to <my username>@gmail.com if you want to make state of the art models faster :)
6.
▲
by
jbochi
3y ago
I like this one: https://youtu.be/OIXVDdH3o6g?si=5zmNifE_Zzm4Rasb
7.
▲
by
jbochi
9y ago
This is already one year old. I am wonder how much the zoo grew in 2017. What were the main network innovations? Capsules and the Transformer?
8.
▲
When an Algorithm Helps Send You to Prison
(nytimes.com)
4 points
by
jbochi
9y ago
|
0 comments
9.
▲
by
jbochi
9y ago
Very interesting. I've implemented something similar[1] using a pure Collaborative Filtering approach[2][3], that I think works better for me, but it's unable to recommend unpopular repositories. The New York Times recommender sys
10.
▲
by
jbochi
9y ago
Here at The New York Times we are using it to power some of our recommendation algorithms. We are actually training the models with Python and serving them with Go using gonum. Our library was just open sourced (and still in my personal acc
11.
▲
Ellen Pao Is Not Done Fighting
(nytimes.com)
3 points
by
jbochi
9y ago
|
0 comments
12.
▲
by
jbochi
9y ago
It's very common to see a "Most Popular" section in a website, but the way it's usually done is not optimized for clicks. Inspired by Evan's post, I wrote "How Not to Sort by Popularity" a few weeks ago:
13.
▲
by
jbochi
9y ago
MJPEG is indeed much better for this. It uses less bandwidth (GIFs have no compression) and less browser memory (old frames can be discarded). When I was at globo.com, we developed this to serve animated thumbnails for live video streams:
14.
▲
by
jbochi
9y ago
This reminds me of a project I've created a few years ago that does live video streaming with endless GIFs: https://github.com/jbochi/gifstreaming
15.
▲
How Not to Sort by Popularity
(medium.com)
2 points
by
jbochi
9y ago
|
0 comments
16.
▲
Recommending GitHub Repositories with BigQuery and Implicit
(medium.com)
6 points
by
jbochi
9y ago
|
0 comments
17.
▲
How Not to Sort by Popularity
(medium.com)
10 points
by
jbochi
9y ago
|
0 comments
18.
▲
Globo.com’s live video platform for the 2014 FIFA World Cup
(medium.com)
29 points
by
jbochi
11y ago
|
4 comments
19.
▲
by
jbochi
11y ago
I am glad you liked. I am not the author of the blog post, but I was a member of the team. 1: We just repackage it. 2: The problem is that EvoStream stores the manifests and chunks locally and we needed high availability. That's why we
20.
▲
by
jbochi
13y ago
Closure compiler will rename the math variable.
21.
▲
by
jbochi
13y ago
There is nice summary of other interesting probabilistic data structures here: http://highlyscalable.wordpress.com/2012/05/01/probabilistic...
22.
▲
by
jbochi
14y ago
Thanks! I did not know Stormer-Cowell, but googling it, I've found a comparision to DROMO, suggesting that it's even more stable: http://www.congrex.nl/11c01proceedings/Papers/2225317%20Pela... I'll try both if I find the time :)
23.
▲
by
jbochi
14y ago
I have added all the solutions to my html5 gravity simulation project here: http://jbochi.github.com/planets/ PS: Some of the configurations are not stable with my code. I'll try Runge-Kutta.