/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

sqlite-utils.datasette.io
| | shot-scraper.datasette.io
2.3 parsecs away

Travel
| | [AI summary] shot-scraper is a command-line utility for taking automated screenshots of websites and running tests on web browsers.
| | datasette.io
2.8 parsecs away

Travel
| | This tutorial will show you how to use sqlite-utils to clean data, import it into SQLite and explore it with Datasette.
| | josephm.dev
5.2 parsecs away

Travel
| | Spinning up 'vibe-search' on a SQLite Database.
| | hjr265.me
24.7 parsecs away

Travel
| After building Printd, Toph's print daemon, it became necessary to ensure that contest organizers were using the latest version of the software. Since Printd is open-source we host both the code and the release artifacts on GitHub. The following function uses the Go client library for GitHub to check the latest release and compare the tag with the current version. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 package main import ( "context" "log" "time" "github.