Simon Willison’s Weblog

Subscribe

Thursday, 28th July 2022

Release sqlite-fts4 1.0.2 — Custom Python functions for working with SQLite FTS4
TIL struct endianness in Python — TIL the Python standard library [struct](https://docs.python.org/3/library/struct.html) module defaults to interpreting binary strings using the endianness of your machine.
Release datasette-sqlite-fts4 0.3.1 — Datasette plugin that adds custom SQL functions for working with SQLite FTS4
Release shot-scraper 0.14.2 — A command-line utility for taking automated screenshots of websites
TIL Migrating a GitHub wiki from one repository to another — I figured out how to migrate a [GitHub wiki](https://docs.github.com/en/communities/documenting-your-project-with-wikis/about-wikis) (public or private) from one repository to another while preserving all history.