Scraps

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

Signal to Logseq

Script: h...

Test Block 1

  • This is test content of the test block. with a Property and Spread over two lines.
    • Third level object. With more content lines
    • And another block of 3rd level
      • Fourth level!
      • Pow!
      • Zap!
      • Holy moly!
  • Sub heading

    With an explanation.

    • Some subheading bullet conte...

Going beyond semantic versions

How to read version numbers

Release version (x.y.z)

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...