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
Loading Twitter Birdwatch into SQLite for analysis with Datasette
[Twitter Birdwatch](https://twitter.github.io/birdwatch/) is "a collaborative way to add helpful context to Tweets and keep people better informed".
1423 words
|
7 minutes
Converting Airtable JSON for use with sqlite-utils using jq
The Airtable API outputs JSON that looks like this:
365 words
|
2 minutes
Syntax highlighted code examples in Datasette
I wanted to add syntax highlighting to the new tutorial [Data analysis with SQLite and Python](https://datasette.io/tutorials/data-analysis).
309 words
|
2 minutes
Customizing my zsh prompt
I got fed up of the default macOS `zsh` prompt:
47 words
|
1 minute