Viewing profile — jaychia
jaychia
HN member- Joined
- Thu, Oct 21, 2021, 7:49 PM UTC
- HN karma
- 28
- Public activity
- 25 items
- HN profile
- View on Hacker News ↗
About jaychia
No profile information was provided.
Recent public activity
-
comment
Comment #47781885
Very cool that this kind of work can now be performed at this kind of a price-point. 24 hours for 8M filings on just 12 cores :) Excited for unstructured/multimodal data processing…
-
comment
Comment #46637174
It's fairly surprising to me how naive/early we are still in the techniques that we use here. Anthropic's post on the Claude Agent SDK (formerly Claude Code SDK) talks about how th…
- story
-
comment
Comment #46090741
Great article and a timely reminder for many :) Applicable not just for grad school applications, but also to job apps, startups, and relationships. Hang in there y'all, all it tak…
-
comment
Comment #43408983
Check out Daft (www.getdaft.io) - we've been working really hard on our Iceberg support. Supports full reads/writes (including partitioned writes) and our SQL support is also comin…
-
comment
Comment #42436466
Hey, I'm one of the developers of Daft :) Thanks for the feedback on marketing! Daft is indeed distributed using Ray, but to do so involves Daft being architected very carefully fo…
-
comment
Comment #42055971
One of the maintainers of Daft here. Just dug through the datachain codebase to understand a little more. I think while both projects have a Dataframe interface , they're very diff…
-
comment
Comment #41125982
I work on Daft and we’ve been collaborating with the team at Amazon to make this happen for about a year now! We love Ray, and are excited about the awesome ecosystem of useful + s…
-
comment
Comment #40351543
There’s a lot of interesting work happening in this area (see: XTable). We are building a Python distributed query engine, and share a lot of the same frustrations… in fact until q…
-
comment
Comment #39565976
Interesting. Daft currently does validation on types/names only at runtime. The flow looks like: 1. Construct a dataframe (performs schema inference) 2. Access (now well-typed) col…
-
comment
Comment #39564085
Daft developer here! We actually already have read support. Check out the pyiceberg docs' Daft section: https://py.iceberg.apache.org/api/#daft It's also very easy to use from Daft…
-
comment
Comment #39563355
Oh yes good point! We'll be sure to add more details about comparisons with local dataframe libraries such as Pandas/Polars/DuckDB.
-
comment
Comment #39563235
Hello, Daft developer here! The network indeed becomes the bottleneck. In 2 main ways: 1. Reading data from cloud storage is very expensive. Here’s a blogpost where we talk about s…
-
comment
Comment #39563153
Hello! Daft developer here. We are most similar in API to Polars and PySpark. And thanks for the feedback! We’ll add more capabilities for regex, as well as flesh out our documenta…
-
comment
Comment #39563122
Hello! Daft developer here. The benchmarks we performed aren’t directly comparable to the benchmarks on TPC-H’s own page because of differences in hardware, storage etc. For hardwa…
-
comment
Comment #39562962
Hello! Daft developer here - we don’t directly use Polars as an execution engine, but parts of the codebase (e.g. the expressions API) are heavily influenced by Polars code and hen…
-
comment
Comment #36761787
Spent some time diving into the Apache Parquet file format, which was surprisingly complicated and nuanced. There's lots of lore/history in the versioning of the format's various f…
- story
- comment
-
comment
Comment #36227559
> Ray backend runner Yes, give it a whirl and let us know what you think! Ray is amazing and has actually gotten a lot better post their 2.0 release :) > Is this based on Apache Ar…
-
comment
Comment #36227464
We hear you, and thanks for making this visible! As a performance-driven project it’s important for us to understand which operations and use-cases are slowest/buggiest for our use…
-
comment
Comment #36227374
> Does Daft support Delta table format? Not yet, it’s on our todo list to integrate with the ecosystem of data catalogs (Iceberg/Delta/Hudi etc). Join our Slack/get in touch with u…
-
comment
Comment #36227340
> So Daft is a distributed Polars ? We did actually start by using Polars as our underlying execution engine, but eventually transitioned off to our own Rust Table abstraction to b…
-
comment
Comment #36226763
Hi, I'm one of the maintainers of Daft 1. Thanks! We think so too :) 2. Here's my 2c in argument of flat files - Ingestion: ingesting things into a data lake is much easier than wr…
-
comment
Comment #36226438
Hello! I am one of the maintainers of Daft. Funny enough I just gave a presentation about Daft in London and we all had quite a laugh at the name :D