Viewing profile — simicd
simicd
HN member- Joined
- Thu, Apr 21, 2022, 9:08 PM UTC
- HN karma
- 59
- Public activity
- 22 items
- HN profile
- View on Hacker News ↗
About simicd
No profile information was provided.
Recent public activity
-
comment
Comment #47099347
At 4.8TB one could add a header section with the full code, instructions how to compile it etc. That would certainly help to reproduce it, assuming civilizations in 10k years still…
-
comment
Comment #44390871
It's correct that the number of reinsurers is smaller than that of primary insurers. But the risk born by reinsurers is less correlated, not more. Any given primary insurer has ris…
-
comment
Comment #42965206
Since it is a fork of VS Code you can install any VS Code extension in Cursor (although manually): https://www.cursor.com/how-to-install-extension
- story
- story
-
comment
Comment #42426328
From what I understood the article refers to the point that DuckDB doesn't provide its own dataframe API, meaning a way to express SQL queries in Python classes/functions. The link…
-
comment
Comment #42381301
I suspect so, OpenAI is subject to the EU AI Act [0]. Last time they released the Advanced Voice Mode it also took some time before it became available in the EU. Not sure why UK a…
-
comment
Comment #42370054
Hmm enough capacity for the rest of the world but not EU: https://help.openai.com/en/articles/10250692-sora-supported-...
-
comment
Comment #42370039
And in the UK and Switzerland unfortunately https://help.openai.com/en/articles/10250692-sora-supported-...
-
comment
Comment #42155217
I'm using both Spark and polars, to me the appeal of polars is additionally it is also much faster and easier to set up. Spark is great if you have large datasets since you can eas…
- story
- story
- story
-
comment
Comment #40851041
Yes only found the announcement [1] that the Polars team and NVIDIA engineers are working on a GPU engine, but other than that no concrete examples. Github issues also don't provid…
- story
-
comment
Comment #40696400
To add to that, an additional benefit would be you can compile and release it as Python package (Py03/maturin) or compile to WASM so it runs in the browser (with javascript binding…
-
comment
Comment #40539356
In short: Compatible with existing Spark jobs but executing them much faster. Benchmarks in the README file and docs [1] show improvements up to 3x while not even all operations ar…
-
comment
Comment #40166542
Yeah totally agree. I think it's great there is an organization that works on establishing standards but paywalling them definitely adds lots of frictions. In an ideal world the or…
-
comment
Comment #40165759
Currently there is very little information available online on GQL, the SIGMOID paper 'Graph Pattern Matching in GQL and SQL/PGQ' linked in the article is a great intro to the topi…
-
comment
Comment #40165259
Agree names are too close, searching GQL on Google returns results related to GraphQL as well. GraphQL is older, it was introduced in 2015 [1] while the work on the ISO GQL standar…
-
comment
Comment #39183871
Agree, substrait is a really cool project! Related: if you like substrait you might want to check out datafusion too. The project is a query execution engine built on top of Apache…
-
comment
Comment #38653786
Have you by any chance used Pyright? If not, I can highly recommend it. The VS Code extension makes writing Python almost as if it's a statically typed language (+ there is a CLI i…