Elsewhere
Release TIL Research Tool Museum
Filters: Sorted by date
3,116 results
«« first
« previous
page 58 / 104
next »
last »»
TIL
Using the Fly Docker registry
— [Fly.io](https://fly.io/) lets you deploy Docker containers that will be compiled as a Firecracker VM and run in locations around the world.
Release
google-calendar-to-sqlite 0.1a0
— Create a SQLite database containing your data from Google Calendar
TIL
Optimizing PNGs in GitHub Actions using Oxipng
— My [datasette-screenshots](https://github.com/simonw/datasette-screenshots) repository generates screenshots of [Datasette](https://datasette.io/) using my [shot-scraper](https://github.com/simonw/shot-scraper) tool, for people who need them for articles or similar.
TIL
GitHub Actions job summaries
— New feature [announced here](https://github.blog/2022-05-09-supercharging-github-actions-with-job-summaries/). Here's the [full documentation](https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#adding-a-job-summary).
TIL
Setting up a custom subdomain for a GitHub Pages site
— This is so much easier than I was expecting it to be.
TIL
Intercepting fetch in a service worker
— I'm learning service workers. I wanted to start with one that intercepts calls to a `/path` and returns "Hello World".
Release
datasette-total-page-time 0.1
— Add a note to the Datasette footer measuring the total page load time
TIL
Atuin for zsh shell history in SQLite
— [Atuin](https://github.com/ellie/atuin) (via [Rhet Turnbull](https://twitter.com/RhetTurnbull/status/1518942324004319232)) "replaces your existing shell history with a SQLite database". Obviously I had to try this out!
TIL
Seeing files opened by a process using opensnoop
— I decided to try out [atuin](https://github.com/ellie/atuin?utm_source=tldrnewsletter), a shell extension that writes your history to a SQLite database.
TIL
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.com/psf/black). Here's [issue 1718](https://github.com/simonw/datasette/issues/1718) where I researched the options for doing this.
«« first
« previous
page 58 / 104
next »
last »»


