HackerTrans
TopNewTrendsCommentsPastAskShowJobs

solidangle

no profile record

Submissions

Databricks raises $500M more, boosting valuation to $43B

techcrunch.com
8 points·by solidangle·3 tahun yang lalu·0 comments

Tabular

tabular.io
1 points·by solidangle·5 tahun yang lalu·0 comments

Databricks raises $1.6B at $38B valuation as it blasts past $600M ARR

techcrunch.com
1 points·by solidangle·5 tahun yang lalu·0 comments

comments

solidangle
·3 tahun yang lalu·discuss
This is my expectation as well. At CIDR this year there was a paper that presented an implementation of SQL/PGQ in DuckDB, and it outperforms Neo4J in a few selected benchmarks [1].

[1] https://www.cidrdb.org/cidr2023/papers/p66-wolde.pdf
solidangle
·3 tahun yang lalu·discuss
> The ANN index IVF implemented in pgvector has very poor performance, with only around 50% recall.

My understanding is that this mostly due to the default settings that pgvector uses (nprobes = 3) and not due to the usage of IVF. The recall would improve significantly with better defaults. This of course would also increase the latency of vector searches, but that is the trade-off of using IVF instead of HNSW (worse latency at high recall, but much lower storage/memory costs).
solidangle
·3 tahun yang lalu·discuss
This sounds like an interesting contrarian take. Would you care to elaborate?
solidangle
·3 tahun yang lalu·discuss
But you don't have to write map-reduce jobs at all? You can just write SQL queries or Pandas programs, and they automatically get parallelized by Databricks. Databricks is a data warehouse (just like Snowflake).

https://www.databricks.com/product/databricks-sql
solidangle
·4 tahun yang lalu·discuss
TIS-100 brought back some of the same joy that I had when I began with programming many years ago. Since then programming has become boring for me, but the weird limitations of TIS-100 almost made it feel like I was starting fresh again. I loved learning tons of small tricks that I could apply to beat the harder levels.

Shenzhen I/O otoh felt like work.
solidangle
·4 tahun yang lalu·discuss
2-day delivery would be uncompetitive in The Netherlands. Next day delivery is the standard for webshops here, and most offer same day delivery as a paid upgrade when you either order before noon or live in a large city.
solidangle
·4 tahun yang lalu·discuss
Wow, $14.99/month is a stark difference with the €2.99/month that they charge for a Prime subscription here in The Netherlands. I wonder if they will increase the subscription fee here to the same level once they reach the desired market share in the video streaming and e-commerce spaces here.
solidangle
·5 tahun yang lalu·discuss
For those wondering what the differences between Raft and Paxos are: I can highly recommend the following paper https://arxiv.org/abs/2004.05074 It presents Paxos similarly to how Raft was originally presented.
solidangle
·5 tahun yang lalu·discuss
You might be interested in this paper [1] which presents Paxos in the same way as Raft is presented in the Raft paper. In my view it really illustrates that most of the simplicity of Raft comes from its excellent presentation and not necessarily from its algorithmic simplicity.

[1]https://arxiv.org/pdf/2004.05074
solidangle
·5 tahun yang lalu·discuss
(Multi-)Paxos and Raft are incredibly similar. I would even argue that Raft is just a variant of Paxos in the same way that e.g. Fast Paxos and EPaxos are variants of Paxos. Most of the Raft algorithm is identical to the Paxos algorithm. The main difference between the two algorithms is how leadership election works. In my view the main reason why Raft is considered to be simpler is because it was presented in a really clear paper. Paxos becomes equally simple when using a similar representation as used in that paper. See this paper: https://arxiv.org/pdf/2004.05074
solidangle
·5 tahun yang lalu·discuss
Netflix is also the most expensive service that I am subscribed to. Netflix is €14 and Amazon Prime is only €6. I basically only watch Netflix for a few of their originals (which are arguably aren't that great).
solidangle
·5 tahun yang lalu·discuss
Does anyone know why this post is no longer present on the first page (or the second) despite racking up over 60 points in less than 30 minutes?
solidangle
·5 tahun yang lalu·discuss
Dutch: honderdvijfenzeventig (hundred five and seventy)
solidangle
·5 tahun yang lalu·discuss
When was the last time you used Databricks? You should definitely try it again. Their product offering has improved a lot in the past few years.

> broad feature set

My experience is that the feature sets of Snowflake and Databricks are very similar. Both have time travel support. Snowflake has materialized views, but Databricks has Delta Live Tables. Databricks has a distributed Pandas API, but Snowflake recently introduced Snowpark. Databricks also has autoscaling and they recently launched a serverless offering that makes autoscaling super fast aswell.
solidangle
·5 tahun yang lalu·discuss
Agreed! GCP should be broken up as well. It is incredibly unfair to third party services that Google is both supplying the platform and the competing services. This is probably a bigger problem on AWS though.
solidangle
·5 tahun yang lalu·discuss
The post was edited to remove comments about hiring
solidangle
·5 tahun yang lalu·discuss
The post was edited
solidangle
·5 tahun yang lalu·discuss
Apple has filed a court case to block the publication of a report. Obviously the contents of the report will be discussed as part of the hearings. So if the hearings were public then the contents would become public as well, which would make the court case pointless. Hence the private hearings.
solidangle
·5 tahun yang lalu·discuss
Comparing Apache Beam with Stripe's API is unfair in my opinion. Apache Beam can be operated outside Google Cloud, but the Stripe API is only useful for Stripe customers (as mentioned by the author). I don't think it's weird that a company provides more support to paying customers. The author should have raised the issue with Google Cloud's support team, instead of creating a Jira ticket for Apache Beam.
solidangle
·5 tahun yang lalu·discuss
It could be, but it would be the size of a tennis ball. See https://news.ycombinator.com/item?id=28167058