From e83f377aba7079eca2ab774e7f27f2704f669f43 Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Tue, 20 Dec 2022 13:05:54 -0500 Subject: add answer captions, add rest of IRC comments --- 2022/talks/sqlite.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '2022/talks/sqlite.md') diff --git a/2022/talks/sqlite.md b/2022/talks/sqlite.md index 5d262430..8982e91b 100644 --- a/2022/talks/sqlite.md +++ b/2022/talks/sqlite.md @@ -167,6 +167,12 @@ For more information and the packages discussed here, see the how it went, what could be better, etc.  Then you can later see the recipe and notes on it at once, which helps you further refine the recipe. +- Q: beyond note taking what kind of packages do you think would benefit from triples library + +Other discussions from IRC: + +- I like the font he's using in his org doc. +- In some way, triples (turtle, RDF and similar things) describe a directed graph, where echa edge is like: Subject--Predicate-->Object. A datalog can describe this too (for example: with predicates like triple(S,P,O)). [[!inline pages="internal(2022/info/sqlite-after)" raw="yes"]] -- cgit v1.2.3