Thursday, 28th July 2022
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
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.