Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
mousematrix
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
Faithful, Reproducible, Wrong: Lessons from 900 Data-Agent Runs
(xorq.dev)
1 points
by
mousematrix
23d ago
|
0 comments
2.
▲
by
mousematrix
1y ago
hey all, another perspective that I have been thinking about is if semantic layers are like ORM for but BI dashboards. Actually, they I think its more than BI dashboards since a similar idea applies to Features. Features in ML land are noth
3.
▲
by
mousematrix
1y ago
As opposed to Substrait? I think there is certainly a path to converting to Substrait as one of the outputs for on-the-wire format to send query plans to various engines. YAML as such gives a human-diffable representation that can be checke
4.
▲
by
mousematrix
1y ago
I think so too...seriously considering changing the name
5.
▲
by
mousematrix
1y ago
this is really useful. In our case, we are inspired by a terminal game called Zork, which is an Activision trademark. So, we tried to be creative and replacing Z with X made sense at the time. Of course, we did not want to be like any "
6.
▲
by
mousematrix
1y ago
great point...honestly this will be our 3rd rebrand, but worth considering. I am just hoping that we are in a different enough space that it could slide....
7.
▲
Show HN: Xorq – open compute catalog for AI
(github.com)
36 points
by
mousematrix
1y ago
|
11 comments
8.
▲
Boring Semantic Layer
(github.com)
2 points
by
mousematrix
1y ago
|
0 comments
9.
▲
DuckHouse
(github.com)
1 points
by
mousematrix
1y ago
|
0 comments
10.
▲
by
mousematrix
1y ago
While we considered Narwhals (It's pretty new) over Ibis, but ultimately we decided to go with Ibis since it supports the SQL backends that we needed. We have ambitions of supporting alternative APIs like Narwhals in future though, tha
11.
▲
by
mousematrix
1y ago
this is an example of an out-of-core processing: https://www.xorq.dev/posts/trino-duckdb-asof-join Anecdotally, TPC-H 10 TB is pretty doable now a days with DuckDB, so xorq goes as far as your engine may take you...
12.
▲
by
mousematrix
1y ago
Looks v. cool, how does gizmo handle concurrency for multiple writes? are there any limits that you have observed?