Elsewhere
Release TIL Research Tool Museum
Filters: Sorted by date
3,015 results
«« first
« previous
page 52 / 101
next »
last »»
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/).
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.
Release
datasette-sqlite-fts4 0.3.2
— Datasette plugin that adds custom SQL functions for working with SQLite FTS4
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.
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
datasette-sqlite-fts4 0.3.1
— Datasette plugin that adds custom SQL 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.
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.
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.
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-graphql 2.1.1
— Datasette plugin providing an automatic GraphQL API for your SQLite databases
TIL
Freezing requirements with pip-tools
— I tried [pip-tools](https://github.com/jazzband/pip-tools) for the first time today to pin the requirements for the [natbat/pillarpointstewards](https://github.com/natbat/pillarpointstewards) Django app.
TIL
Testing Electron apps with Playwright and GitHub Actions
— Yesterday [I figured out (issue 133)](https://github.com/simonw/datasette-app/issues/133) how to use Playwright to run tests against my Electron app, and then execute those tests in CI using GitHub Actions, for my [datasett-app](https://github.com/simonw/datasette-app) repo for my [Datasette Desktop](https://datasette.io/desktop) macOS application.
TIL
Upgrading packages with npm
— There's a new version of [Vite](https://vitejs.dev/) out (3.0) and I wanted to upgrade my [datasette-table](https://github.com/simonw/datasette-table) package to use it.
Release
sqlite-comprehend 0.2.2
— Tools for running data in a SQLite database through AWS Comprehend
«« first
« previous
page 52 / 101
next »
last »»