HackerTrans
トップ新着トレンドコメント過去質問紹介求人

refset

no profile record

投稿

Lockbox: Constrain Your Bots to Set Them Free

chrismdp.com
1 ポイント·投稿者 refset·4 か月前·0 コメント

Databases Don't Know Why You're Asking

inferal.com
1 ポイント·投稿者 refset·6 か月前·0 コメント

Benchmarking KDB-X vs. QuestDB, ClickHouse, TimescaleDB and InfluxDB with TSBS

kx.com
1 ポイント·投稿者 refset·6 か月前·0 コメント

Not Minds, but Signs: Reframing LLMs Through Semiotics [pdf]

arxiv.org
1 ポイント·投稿者 refset·7 か月前·0 コメント

Simplifying Quines

blog.phronemophobic.com
4 ポイント·投稿者 refset·7 か月前·0 コメント

Columnar and the ADBC Driver Foundry

columnar.tech
3 ポイント·投稿者 refset·8 か月前·0 コメント

LLMs Are Software Diamonds

evalapply.org
4 ポイント·投稿者 refset·10 か月前·0 コメント

コメント

refset
·2 か月前·議論
> 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.
refset
·3 か月前·議論
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/
refset
·5 か月前·議論
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
refset
·5 か月前·議論
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 the JVM but is otherwise mostly from scratch.

XTDB is perhaps not directly relevant to the topic at hand, but I am a firm believer that ML workflows can benefit from robust temporal modelling.
refset
·5 か月前·議論
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
refset
·6 か月前·議論
> 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).
refset
·6 か月前·議論
Could Metabase be a better fit?
refset
·6 か月前·議論
> 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/rust-lang/polonius
refset
·6 か月前·議論
> 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 competence requires a new SQL parser?

Many implementation options were considered before we embarked on v2, including building on Calcite. We opted to maximise flexibility over the long term (we have bigger ambitions beyond the bitemporal angle) and to keep non-Clojure/Kotlin dependencies to a minimum.
refset
·8 か月前·議論
Recently released Clojure implementation of the same pattern: https://github.com/eerohele/muutos
refset
·9 か月前·議論
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, triggers, Incremental View Maintenance etc.) or multi-partition scaling.
refset
·9 か月前·議論
Aka 'bitemporal' - https://tidyfirst.substack.com/p/eventual-business-consisten...
refset
·9 か月前·議論
> 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 successful with users who need to run serious graph workloads - in Frank McSherry's words:

> As it turns out, WTIH RECURSIVE has a bevy of limitations and mysterious semantics (four pages of limitations in the version of the standard I have, and I still haven't found the semantics yet). I certainly cannot enumerate, or even understand the full list [...] There are so many things I don't understand here.

https://github.com/frankmcsherry/blog/blob/master/posts/2022...
refset
·9 か月前·議論
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/4feb67574a330cc789f...

And for more context on Efrit this is a fun watch: "When Steve Gives Claude Full Access To 50 Years of Emacs Capabilities" https://www.youtube.com/watch?v=ZJUyVVFOXOc
refset
·10 か月前·議論
This is close: https://panr.github.io/hugo-theme-terminal-demo/
refset
·10 か月前·議論
That's the joke (!)
refset
·10 か月前·議論
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 :)
refset
·10 か月前·議論
Great seeing another example here of The Monospace Web design theme https://owickstrom.github.io/the-monospace-web/
refset
·10 か月前·議論
> 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/
refset
·10 か月前·議論
Specifically 1.4 "Compression is an Artificial Intelligence Problem" https://www.mattmahoney.net/dc/dce.html#Section_14