Viewing profile — marsupialtail_2
marsupialtail_2
HN member- Joined
- Sat, Oct 29, 2022, 4:04 PM UTC
- HN karma
- 264
- Public activity
- 56 items
- HN profile
- View on Hacker News ↗
About marsupialtail_2
No profile information was provided.
Recent public activity
-
comment
Comment #40841578
Butterfly flies 2600 miles across the ocean just to be caught by a human in a jar to be DNA sequenced ...
-
comment
Comment #39865478
The sincerest form of flattery is when AWS decides to come up with a big consortium to displace you with some open source. Incidentally the most effectively way to stall a project …
-
comment
Comment #39398287
code: https://github.com/Vince7778/Emojile
- story
-
comment
Comment #38929519
No just curious. I understand how your indexing structure based on SSTables could find it challenging to support substring search in general. I think it tradeoff between fast query…
-
comment
Comment #38922954
Glad this is getting some love. This is seriously good software. Have you guys supported generic substring search yet? I recall it was not supported as of a few months ago.
-
comment
Comment #37485910
Thanks for the shoutout!
-
comment
Comment #37105778
Yes but there is also the inverse carrot problem. E.g. if the pilots have radar, they are more liable to rely on it and neglect other aspects of flying. Similarly in business, it i…
-
comment
Comment #36540269
Hi Justin, you might be interested in my blog: https://github.com/marsupialtail/quokka/blob/master/blog/bac... advocating a cloud based approach. You don't have to use the system I…
-
comment
Comment #36272277
Perhaps I charged too little when I contracted away my 10x random forest inference solution...
-
comment
Comment #36229832
SQL support is very challenging. I work on Quokka ( https://github.com/marsupialtail/quokka ). I support Iceberg reads. Recently we are adding SQL support from just parsing the Duc…
-
comment
Comment #36229796
While we are on this topic, the challenge with data lakes for Python based projects like Daft and Quokka (what I work on) is the poor Python support for data lakes like Delta, Iceb…
-
comment
Comment #36229752
Hi -- I am the author of Quokka: https://github.com/marsupialtail/quokka , trying to be distributed Polars. I am trying to go for API compatibility, or at least supporting most of …
- story
-
comment
Comment #36014508
Open for rebuttals from vector database vendors, especially this one: https://github.com/jdagdelen/hyperDB
- story
-
comment
Comment #35993536
You will always be limited by network throughput. Sure that wire is getting bigger but so is your data
-
comment
Comment #35607092
In case people are interested, I wrote a post about fault tolerance strategies of data systems like Spark and Flink: https://github.com/marsupialtail/quokka/blob/master/blog/fau...…
-
comment
Comment #35376530
I hope in a good way
-
comment
Comment #35375517
Can you comment on main differences between this and Aurora?
-
comment
Comment #35374929
It's more about the API -- currently the API mimics Polars. I actually use DuckDB for a lot of the computation.
- story
-
comment
Comment #35060752
would love to collaborate on an integration with pyquokka ( https://github.com/marsupialtail/quokka ) once I put out a stable release end of this month :-)
-
comment
Comment #34965894
If you work on a project long enough eventually you forget about how parts of your project work, and this automatically happens
-
story
Ask HN: How fast can you hit all 34M items in Hacker News Firebase API?
This could be a nice benchmark for a http client. I wonder if anybody with experience with reqwest in Rust could chime in. Currently using aiohttp I can get around 1k requests/s fr…