Elsewhere
Release TIL Research Tool Museum
Filters: Sorted by date
3,116 results
«« first
« previous
page 30 / 104
next »
last »»
TIL
Using sqlite-vec with embeddings in sqlite-utils and Datasette
— Alex Garcia's [sqlite-vec](https://github.com/asg017/sqlite-vec) SQLite extension provides a bunch of useful functions for working with vectors inside SQLite.
TIL
Using pytest-django with a reusable Django application
— I published a reusable Django application today: **[django-http-debug](https://github.com/simonw/django-http-debug)**, which lets you define mock HTTP endpoints using the Django admin - like `/webhook-debug/` for example, configure what they should return and view detailed logs of every request they receive.
Release
django-http-debug 0.2
— Django app for creating endpoints that log incoming request and return mock data
Release
django-http-debug 0.1a0
— Django app for creating endpoints that log incoming request and return mock data
TIL
Assistance with release notes using GitHub Issues
— I like to write the release notes for my projects by hand, but sometimes it can be useful to have some help along the way.
TIL
Back-dating Git commits based on file modification dates
— I fell down a bit of a rabbit hole this morning. In trying to figure out [where the idea of celebrating World Wide Web Day on August 1st](https://simonwillison.net/2024/Aug/1/august-1st-world-wide-web-day/) came from I ran across Tim Berners-Lee's original code for the WorldWideWeb application for NeXT on the W3C's website:
TIL
HTML video with subtitles
— Via [Mariatta](https://fosstodon.org/@mariatta/112883308634473940) I found my [PyVideo speaker page](https://pyvideo.org/speaker/simon-willison.html), and thanks to that page I learned that a talk I gave in 2009 had been rescued from the now-deceased [Blip.tv](https://en.wikipedia.org/wiki/Blip.tv) and is now hosted by the Internet Archive:
Tool
Image resize, crop, and quality comparison
— Compare images at different sizes and quality levels by uploading a photo, defining a crop area, and generating multiple preview versions with varying dimensions and compression settings. The tool displays file sizes for each variant and allows interactive toggling between normal and full-width viewing modes, as well as direct downloads. Transparency detection automatically reveals a background color picker when needed for images with alpha channels.
Tool
EXIF Data Viewer
— Extract EXIF metadata and GPS coordinates from uploaded images using this viewer. Simply upload or drag-and-drop an image file to instantly display all embedded EXIF data, including GPS latitude and longitude if available. The tool supports common image formats such as JPEG, PNG, and HEIC.
TIL
Trying out free-threaded Python on macOS
— Inspired by [py-free-threading.github.io](https://py-free-threading.github.io/) I decided to try out a beta of Python 3.13 with the new free-threaded mode enabled, which removes the GIL.
TIL
Accessing 1Password items from the terminal
— I save things like API keys in [1Password](https://1password.com/). Today I figured out how to access those from macOS terminal scripts.
Tool
Box shadow CSS generator
— Generate custom CSS box-shadow effects with interactive controls and real-time preview. Adjust horizontal and vertical offsets, blur radius, spread radius, color, and opacity using intuitive sliders and color picker to visualize shadow changes instantly. Copy the generated CSS code directly to your clipboard for immediate use in your stylesheets.
«« first
« previous
page 30 / 104
next »
last »»