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
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
Ansible Roles and Galaxy
Day 26 of 90 Days of DevOps - Ansible Roles and Galaxy. Part of the Infrastructure as Code series covering essential DevOps concepts and hands-on practices.
275 words
|
1 minute
Adding a Datasette ASGI app to Django
[Datasette](https://datasette.io/) is implemented as an ASGI application.
355 words
|
2 minutes
Ansible Introduction and Playbooks
Day 25 of 90 Days of DevOps - Ansible Introduction and Playbooks. Part of the Infrastructure as Code series covering essential DevOps concepts and hands-on practices.
612 words
|
3 minutes
Terraform Modules and Best Practices
Day 24 of 90 Days of DevOps - Terraform Modules and Best Practices. Part of the Infrastructure as Code series covering essential DevOps concepts and hands-on practices.
369 words
|
2 minutes