Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
refset
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
9 ms
·
1.
▲
by
refset
4mo ago
> Fixed a crash when starting Inkscape with a graphics tablet plugged in Great news! Having to reconnect the USB cable each time is no fun.
2.
▲
by
refset
5mo ago
Also in this vein is Shaper, a SQL-first approach for handling entire dashboards (and powered by DuckDB): https://taleshape.com/shaper/docs/getting-started/
3.
▲
Lockbox: Constrain Your Bots to Set Them Free
(chrismdp.com)
1 points
by
refset
7mo ago
|
0 comments
4.
▲
by
refset
7mo ago
In case anyone else was curious about the screensaver mentioned, I couldn't find any screenshots so just got Claude to cook up an HTML port: https://refset.github.io/xgrav-canvas-js/xgrav.html
5.
▲
by
refset
8mo ago
I work on https://github.com/xtdb/xtdb which is broadly Postgres-compatible with a few key SQL extensions (SQL:2011 bitemporal tables + immutability, first-class nested data, pipeline syntax, etc). Built on Arrow and t
6.
▲
by
refset
8mo ago
Neat examples, and I agree that extending SQL like this has real potential. Another project along very similar lines is https://github.com/ryrobes/larsql
7.
▲
Databases Don't Know Why You're Asking
(inferal.com)
1 points
by
refset
8mo ago
|
0 comments
8.
▲
by
refset
8mo ago
> other requirements In my experience, usually along the lines of "what was the state of the world?" (valid-time as-of query) instead of "what was the state of the database?" (system-time as-of query).
9.
▲
Benchmarking KDB-X vs. QuestDB, ClickHouse, TimescaleDB and InfluxDB with TSBS
(kx.com)
1 points
by
refset
8mo ago
|
0 comments
10.
▲
by
refset
8mo ago
Could Metabase be a better fit?
11.
▲
by
refset
8mo ago
> It would be interesting if someone purpose-built a relation and rules database for compilers While not quite in rustc proper, along these lines: https://github.com/rust-lang/chalk + https://github.com&#
12.
▲
by
refset
8mo ago
> it's kind of frustrating that XTDB has to be its own top-level database instead of a storage engine or plugin for another. XTDB's core competence is its approach to temporal row tagging and querying. What part of this core co
13.
▲
Not Minds, but Signs: Reframing LLMs Through Semiotics [pdf]
(arxiv.org)
1 points
by
refset
9mo ago
|
0 comments
14.
▲
Simplifying Quines
(blog.phronemophobic.com)
4 points
by
refset
9mo ago
|
0 comments
15.
▲
by
refset
10mo ago
Recently released Clojure implementation of the same pattern: https://github.com/eerohele/muutos
16.
▲
Columnar and the ADBC Driver Foundry
(columnar.tech)
3 points
by
refset
11mo ago
|
0 comments
17.
▲
by
refset
11mo ago
SierraDB looks closer to Rama than XTDB https://blog.redplanetlabs.com/2024/01/09/everything-wrong-w... XTDB doesn't currently solve the problems of user-defined projections (via stored procedures, trigg
18.
▲
by
refset
11mo ago
Aka 'bitemporal' - https://tidyfirst.substack.com/p/eventual-business-consisten...
19.
▲
by
refset
1y ago
> which is more efficient than "hacking it" with recursive queries in a relational db It seems to me that the way recursive CTEs were originally defined is the biggest reason that relational databases haven't been more suc
20.
▲
by
refset
1y ago
For anyone else curious about what a practical loop implementation might look like, Steve Yegge YOLO-bootstrapped his 'Efrit' project using a few lines of Elisp: https://github.com/steveyegge/efrit/blob&#
21.
▲
by
refset
1y ago
This is close: https://panr.github.io/hugo-theme-terminal-demo/
22.
▲
by
refset
1y ago
That's the joke (!)
23.
▲
LLMs Are Software Diamonds
(evalapply.org)
4 points
by
refset
1y ago
|
0 comments
24.
▲
by
refset
1y ago
Unfortunately not, I've just had this one opened in my browser for ages as a reminder (after seeing it on HN IIRC) and recognised it again in the OP instantly :)
25.
▲
by
refset
1y ago
Great seeing another example here of The Monospace Web design theme https://owickstrom.github.io/the-monospace-web/
26.
▲
by
refset
1y ago
> pg_memories revolutionized our AI's ability to remember things. Before, we were using... well, also a database, but this one has better marketing. https://pg-memories.netlify.app/
27.
▲
by
refset
1y ago
Specifically 1.4 "Compression is an Artificial Intelligence Problem" https://www.mattmahoney.net/dc/dce.html#Section_14
28.
▲
by
refset
1y ago
"Notes and Domino is a cross-platform, distributed document-oriented NoSQL database and messaging framework and rapid application development environment that includes pre-built applications like email, calendar, etc." [0] Lotus N
29.
▲
by
refset
1y ago
Looks like DriftDB is focused on the 'system time' AS OF dimension, a.k.a. rollback querying. AsOf joins are more about doing analysis over user-defined domain timestamps (/ 'valid time'). Combining both concepts ge
30.
▲
by
refset
1y ago
The SQL:2011 syntax puts the temporal filters directly after base table reference (and before the table alias) [0] i.e. it would be `SELECT * FROM orders FOR SYSTEM_TIME AS OF "@seq:1000" WHERE customer_id="cust1"` rathe
More ›