Elsewhere
Release TIL Research Tool Museum
Filters: Sorted by date
3,116 results
«« first
« previous
page 22 / 104
next »
last »»
TIL
Using a Tailscale exit node with GitHub Actions
— For an (ethical) [scraping project](https://github.com/simonw/scrape-doge-gov) I found that my low-volume scraper was working from my laptop but was being blocked by Cloudflare when I attempted to run it in GitHub Actions, presumably because the GitHub Actions IP range was disallowed.
Tool
progress
— Track the progress of the current U.S. presidential term with real-time statistics and a visual progress bar. The page displays elapsed and remaining days, percentage completion, and specific metrics related to the midterm election cycle scheduled for November 3, 2026. Information updates automatically to provide current data on the four-year term that began on January 20, 2025.
TIL
Using S3 triggers to maintain a list of files in DynamoDB
— This is a three-quarters-baked experiment that I ran this morning. I'm interested in efficiently tracking which new files have been added to an S3 bucket, where that bucket could potentially hold millions of items.
Release
files-to-prompt 0.6
— Concatenate a directory full of files into a single prompt for use with LLMs
TIL
Trying out Python packages with ipython and uvx
— I figured out a really simple pattern for experimenting with new Python packages today:
Release
files-to-prompt 0.5
— Concatenate a directory full of files into a single prompt for use with LLMs
Tool
APSW SQLite query explainer
— Analyze and explain SQLite queries using APSW by entering SQL code and executing it in an in-browser Python environment. The tool provides detailed query analysis including execution plans, expanded SQL, and query information to help understand how SQLite processes your queries. Optional setup SQL can be run before the main query to create tables or initialize data, and parameterized queries are supported through labeled input fields.
«« first
« previous
page 22 / 104
next »
last »»