Simon Willison’s Weblog

Subscribe
Atom feed

Elsewhere

Filters: Sorted by date

Release s3-ocr 0.6.3 — Tools for running OCR against files stored in S3
Release s3-ocr 0.6.2 — Tools for running OCR against files stored in S3
Release s3-ocr 0.6.1 — Tools for running OCR against files stored in S3
Sighting 3:12 PM — Brown Pelican, in Pillar Point Harbor, CA, US
Brown Pelican
Brown Pelican
Release s3-ocr 0.6 — Tools for running OCR against files stored in S3
None
TIL Mocking a Textract LimitExceededException with boto — For [s3-ocr issue #21](https://github.com/simonw/s3-ocr/issues/21) I needed to write a test that simulates what happens when Amazon Textract returns a "LimitExceededException". When using boto this error presents itself as an exception:
Release datasette-scale-to-zero 0.2 — Quit Datasette if it has not received traffic for a specified time period
None
TIL Trying out SQLite extensions on macOS — Alex Garcia has been building some really cool new custom extensions for SQLite, working in C and Go. So far he's released two:
None
TIL Using boto3 from the command line — I found a useful pattern today for automating more complex AWS processes as pastable command line snippets, using [Boto3](https://aws.amazon.com/sdk-for-python/).
Release shot-scraper 0.14.3 — A command-line utility for taking automated screenshots of websites
Release s3-credentials 0.12.1 — A tool for creating credentials for accessing S3 buckets
None
TIL Related content with SQLite FTS and a Datasette template function — Today I added "related TILs" to this TIL website - so each TIL now shows five related TILs at the bottom of the page.
Sighting 3:17 PM – 3:26 PM — Red-shouldered Hawk, Field Crescent, in Wavecrest Open Space, CA, US
Red-shouldered Hawk
Red-shouldered Hawk
Field Crescent
Field Crescent
Release datasette-sqlite-fts4 0.3.2 — Datasette plugin that adds custom SQL functions for working with SQLite FTS4
None
TIL Emulating a big-endian s390x with QEMU — I got [a bug report](https://github.com/simonw/sqlite-fts4/issues/6) concerning my [sqlite-fts4](https://github.com/simonw/sqlite-fts4) project running on PPC64 and s390x architectures.
Release sqlite-fts4 1.0.3 — Custom Python functions for working with SQLite FTS4
None
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.
Release shot-scraper 0.14.2 — A command-line utility for taking automated screenshots of websites
Release datasette-sqlite-fts4 0.3.1 — Datasette plugin that adds custom SQL functions for working with SQLite FTS4
None
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 sqlite-fts4 1.0.2 — Custom Python functions for working with SQLite FTS4
None
TIL Testing things in Fedora using Docker — I got [a report](https://twitter.com/peterjanes/status/1552407491819884544) of a bug with my [s3-ocr tool](https://simonwillison.net/2022/Jun/30/s3-ocr/) running on Fedora.
None
TIL Deploying a redbean app to Fly — [redbean](https://redbean.dev/) is a fascinating project - it provides a web server in a self-contained executable which you can add assets (or dynamic Lua code) to just by zipping them into the same binary package.
None
TIL Using pytest and Playwright to test a JavaScript web application — I [decided to add](https://github.com/simonw/datasette-lite/issues/35) automated tests to my [Datasette Lite](https://simonwillison.net/2022/May/4/datasette-lite/) project. Datasette Lite bundles my Datasette Python web application as a client-side application running inside WebAssembly using Pyodide.
Release datasette-publish-vercel 0.14.1 — Datasette plugin for publishing data using Vercel
Sighting 2:24 PM — Cormorants and Shags, in San Francisco County, US, CA
Cormorants and Shags
Cormorants and Shags
Release datasette-insert 0.8 — Datasette plugin for inserting and updating data
Release s3-ocr 0.5 — Tools for running OCR against files stored in S3
Release datasette-graphql 2.1.1 — Datasette plugin providing an automatic GraphQL API for your SQLite databases
Release datasette-sentry 0.2a0 — Datasette plugin for configuring Sentry