HackerTrans
TopNewTrendsCommentsPastAskShowJobs

bothra90

no profile record

Submissions

How we built a vector search engine in 200 lines of Rust

fennel.ai
2 points·by bothra90·3 tahun yang lalu·0 comments

Micromanagement (sometimes) good?

lethain.com
2 points·by bothra90·3 tahun yang lalu·0 comments

The case for consolidation

benn.substack.com
39 points·by bothra90·4 tahun yang lalu·11 comments

ML behind recommendation systems at FAANG

blog.fennel.ai
5 points·by bothra90·4 tahun yang lalu·0 comments

The Case for Consolidation

benn.substack.com
3 points·by bothra90·4 tahun yang lalu·0 comments

Sibyl – Prediction Service at DoorDash (2020)

doordash.engineering
27 points·by bothra90·4 tahun yang lalu·36 comments

Big Data Serving – The Hardest Problem in Computing

medium.com
1 points·by bothra90·5 tahun yang lalu·0 comments

Sibyl – Prediction Service at DoorDash

doordash.engineering
3 points·by bothra90·5 tahun yang lalu·1 comments

Merlion – A new time-series ML framework from Salesforce

github.com
7 points·by bothra90·5 tahun yang lalu·0 comments

The Rise of Worse Is Better – Richard P. Gabriel (1991)

dreamsongs.com
2 points·by bothra90·5 tahun yang lalu·0 comments

Dislike for Pull Requests

draconianoverlord.com
1 points·by bothra90·5 tahun yang lalu·1 comments

comments

bothra90
·2 tahun yang lalu·discuss
Is this competing with Nessie (https://projectnessie.org/)?
bothra90
·3 tahun yang lalu·discuss
That would be awesome!
bothra90
·3 tahun yang lalu·discuss
Exciting work! Some questions:

1. Any plans on open-sourcing this?

2. Why not have a tiered architecture that can provide lower latency? p99 of 1s can be too high for some use-cases.

3. Related to 2, how does WarpStream compare to tiered storage in Pulsar?

[Edit 1] Added (3)
bothra90
·4 tahun yang lalu·discuss
Can you share some insight on how/if Kagi is different from Neeva[1] in its approach?

[1] https://neeva.com/
bothra90
·5 tahun yang lalu·discuss
By an independent board do you mean that the H1B holder cannot themselves be on the company's board? Re: 50% ownership, is 50-50 split OK, or does it have to be less than 50?
bothra90
·5 tahun yang lalu·discuss
Is this solving similar problems as Ray [1]?

[1] https://www.ray.io/
bothra90
·5 tahun yang lalu·discuss
How does this compare with https://github.com/linkedin/greykite?
bothra90
·5 tahun yang lalu·discuss
I really wish more design docs / project reports looked like this article - talking about the whys, goals / non-goals, options considered, prototypes built, challenges, and solutions, learnings and next steps. Kudos!
bothra90
·5 tahun yang lalu·discuss
Although GitHub supports the commit-based review the author is arguing for (they found it too after writing the article), I don't think it completely solves the problem - we need to be able review, test, and merge each commit individually without needing to merge the entire PR. Since GitHub doesn't have first-class support for dependent PRs, we are still "stuck" with a broken workflow. An example workaround: https://wchargin.github.io/posts/managing-dependent-pull-req.... Are there any better solutions?