Verifying your GitHub profile on Mastodon
Mastodon has a really neat way of implementing verification, using the [rel=me microformat](https://microformats.org/wiki/rel-me).
539 words
|
3 minutes
Track timestamped changes to a SQLite table using triggers
This is more of a "today I figured out" than a TIL.
639 words
|
3 minutes
Using DuckDB in Python to access Parquet data
Did a quick experiment with [DuckDB](https://duckdb.org/) today, inspired by the [bmschmidt/hathi-binary](https://github.com/bmschmidt/hathi-binary...
269 words
|
1 minute
Format code examples in documentation with blacken-docs
I decided to enforce that all code examples in the [Datasette documentation](https://docs.datasette.io/) be formatted using [Black](https://github....
365 words
|
2 minutes
Set environment variables for all steps in a GitHub Action
From [this example](https://github.com/GoogleCloudPlatform/github-actions/blob/20c294aabd5331f9f7b8a26e6075d41c31ce5e0d/example-workflows/cloud-run...
81 words
|
1 minute
Simplest possible OAuth authentication with Auth0
[Auth0](https://auth0.com/) provides an authentication API which you can use to avoid having to deal with user accounts in your own web application.
523 words
|
3 minutes
Running Prettier against Django or Jinja templates
I really like auto-formatting tools like Black. I've been hoping to find one that works with Django and Jinja templates for years.
329 words
|
2 minutes
Allowing a container in Docker Desktop for Mac to talk to a PostgreSQL server on the host machine
I like using [Postgres.app](https://postgresapp.com/) to run PostgreSQL on my macOS laptop. I use it for a bunch of different projects.
271 words
|
1 minute