datascript

Steve Chan 2024-03-21T08:55:08.923729Z

Hello everyone, I have open sourced a new project Hulunote: https://github.com/hulunote/hulunote, which uses Clojure/Script, datascript, etc. Mainly hoping to combine LLM+Datalog, I hope everyone likes it:smile:

Niki 2024-04-04T09:42:08.679889Z

Not really

Dave Mays 2024-04-04T03:21:33.059179Z

Oh awesome! Does the cljs version support saving to files too?

Dave Mays 2024-04-04T03:23:14.831529Z

Ah it looks like the ToDo list app has an example of persistence I missed last time I looked.

Dave Mays 2024-04-01T11:32:30.105899Z

I love knowledge base type systems and have always wanted to make my own as well. They're actually why I started looking into Datascript and Datalog in the first place, having noticed tools like Roam Research and Logseq using it. What has hung me up though, is I'd like to be able to take notes when offline as well, and I haven't found recommendations for a best path for persisting the Datascript data. Do you persist your Datascript somehow?

Niki 2024-04-01T16:00:56.974429Z

DataScript now supports storing data in files or local sql databases: http://github.com/tonsky/datascript-storage-sql

Niki 2024-04-01T16:01:18.582419Z

I use it myself on backend for grumpy.website for example

Niki 2024-03-21T13:28:55.158469Z

Cool! What does it do?

Steve Chan 2024-03-21T22:04:37.779079Z

a tool for networked thought 😄 @tonsky ❤️

Steve Chan 2024-03-21T22:05:50.744559Z

It uses datascript, and I'm planning to deeply integrate it with LLM @tonsky 😄