Short snippets of knowledge and experience.
An evolving set of tools to synchronize data to and from [[Logseq]] with various other platforms. This is all POCs and ugly and misses tests. It's provided as inspiration, not plug-and-off-you-go stuff.
Git repository: https://protocultura.cl/gitea/marijn/logseq-sync
Script: h...
With an explanation.
Going beyond semantic versions
A normal released version uses the common semver format of x.y.z (eg: 1.2.13). Each value means major.minor.micro. x, y and z are always whole numbers.
This indicates that in the source repository there's a ta...
A Insert-only table is a database table strategy that keeps all the past versions of an object in a simple and lightweight way . It allows the system to efficiently represent the state as it used to be at a past point in time and show changes over time. No self-referential are needed, avoiding costl...