Upgrade Postgres.app on macOS
I've been using [Postgres.app](https://postgresapp.com/) to run PostgreSQL on my Mac for years. I like that it's easy to install, gives me a task t...
222 words
|
1 minute
Adding project links to PyPI
I spotted a neat looking project links section on https://pypi.org/project/ExifReader/
114 words
|
1 minute
Ansible Vault and Security
Day 27 of 90 Days of DevOps - Ansible Vault and Security. Part of the Infrastructure as Code series covering essential DevOps concepts and hands-on practices.
1167 words
|
6 minutes
Browse files (including SQLite databases) on your iPhone with ifuse
I spotted an intriguing note in the release notes for [osxphotos 0.51.7](https://github.com/RhetTbull/osxphotos/releases/tag/v0.51.7):
310 words
|
2 minutes
Styling an HTML dialog modal to take the full height of the viewport
I've been experimenting with the HTML [dialog element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/dialog) recently, for example in m...
1046 words
|
5 minutes
Writing Playwright tests for a Datasette Plugin
I really like [Playwright](https://playwright.dev/) for writing automated tests for web applications using a headless browser. It's pretty easy to ...
837 words
|
4 minutes
Making HTTP calls using IPv6
Tiny TIL today: I learned how to make an HTTP call to an IPv6 address. The trick is to enclose the address in the URL in square braces:
60 words
|
1 minute
Compressing an animated GIF with gifsicle or ImageMagick mogrify
Tip via Mark Norman Francis [on Twitter](https://twitter.com/cackhanded/status/1423526489623044098):
266 words
|
1 minute