Listen to a web page in Mobile Safari
I found a better way to listen to a whole web page through text-to-speech on Mobile Safari today.
160 words
|
1 minute
Complete Guide to Uninstalling Linkding from CoreOS
A comprehensive step-by-step guide for completely removing Linkding bookmark manager from CoreOS systems, including services, containers, data, and configuration files.
837 words
|
4 minutes
Usable horizontal scrollbars in the Django admin for mouse users
I got a complaint from a Windows-with-mouse user of a Django admin project I'm working on: they couldn't see the right hand columns in a table with...
304 words
|
2 minutes
Managing Packages in Fedora CoreOS - A Comprehensive DNF and rpm-ostree Guide
A detailed guide on package management in Fedora CoreOS using DNF and rpm-ostree, covering system updates, layered packages, troubleshooting, and best practices for container-optimized environments.
1036 words
|
5 minutes
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 run...
399 words
|
2 minutes
Preventing double form submissions with JavaScript
I needed this for [VIAL issue 722](https://github.com/CAVaccineInventory/vial/issues/722). I decided to disable form submissions for two seconds af...
102 words
|
1 minute
HTML video that loads when the user clicks play
2024-05-29
Today I figured out how to use the `<video>` tag to show a static thumbnail that gets replaced by the loaded video only when the user clicks play.
104 words
|
1 minute
Converting Airtable JSON for use with sqlite-utils using jq
The Airtable API outputs JSON that looks like this:
365 words
|
2 minutes