Thursday, 19th August 2021
TIL
Track timestamped changes to a SQLite table using triggers
— This is more of a "today I figured out" than a TIL.
Release
datasette-block-robots 1.0
— Datasette plugin that blocks robots and crawlers using robots.txt
lex.go in json5-go. This archived GitHub repository has a beautifully clean and clear example of a hand-written lexer in Go, for the JSON5 format (JSON + comments + multi-line strings). parser.go is worth a look too.