Simon Willison’s Weblog

Subscribe
Atom feed

Elsewhere

Filters: Sorted by date

Release datasette-auth-tokens 0.4a9 — Datasette plugin for authenticating access using API tokens
Release datasette 1.0a11 — An open source multi-tool for exploring and publishing data
Release datasette-edit-schema 0.8a0 — Datasette plugin for modifying table schemas
Release datasette-unsafe-actor-debug 0.2 — Debug plugin that lets you imitate any actor
Release datasette-studio 0.1a0 — Datasette pre-configured with useful plugins. Experimental alpha.
Release datasette-unsafe-actor-debug 0.1 — Debug plugin that lets you imitate any actor
Release datasette 1.0a10 — An open source multi-tool for exploring and publishing data
Release datasette 1.0a9 — An open source multi-tool for exploring and publishing data
Release datasette-enrichments-opencage 0.1.1 — Geocoding and reverse geocoding using OpenCage
TIL Getting Python MD5 to work with FIPS systems — [This issue](https://github.com/simonw/datasette/issues/2270) by Parand Darugar pointed out that Datasette doesn't currently run on Linux systems with FIPS enabled, due to the way it uses MD5 hashes.
None
Release datasette-auth-tokens 0.4a8 — Datasette plugin for authenticating access using API tokens
TIL Running Ethernet over existing coaxial cable — I recently noticed that the router in our garage was providing around 900 Mbps if I plugged my laptop directly into it via an Ethernet cable, but that speed fell to around 80Mbps (less than 1/10th that speed) elsewhere in our house.
None
TIL Piping from rg to llm to answer questions about code — Here's a trick I've used a couple of times in the past few days.
None
TIL Creating GitHub repository labels with an Actions workflow — Newly created GitHub repositories come with a default set of labels. I have several labels I like to add on top of these. The most important is **research**, which I use for issues that are tracking my notes on a research topic relevant to the repository.
None
Release datasette-enrichments-quickjs 0.1a0 — Enrich data with a custom JavaScript function
Release datasette-events-db 0.1a0 — Log Datasette events to a database table
Release datasette 1.0a8 — An open source multi-tool for exploring and publishing data
Release shot-scraper 1.4 — A command-line utility for taking automated screenshots of websites
Release llm-sentence-transformers 0.2 — LLM plugin for embeddings using sentence-transformers
Release datasette-homepage-table 0.2 — Show a specific Datasette table on the homepage
Release datasette-homepage-table 0.1 — Show a specific Datasette table on the homepage
Release datasette-upload-csvs 0.9 — Datasette plugin for uploading CSV files and converting them to database tables
Release llm-embed-onnx 0.1 — Run embedding models using ONNX
TIL Exploring ColBERT with RAGatouille — I've been trying to get my head around [ColBERT](https://github.com/stanford-futuredata/ColBERT).
None
Release llm 0.13.1 — Access large language models from the command-line
Release llm 0.13 — Access large language models from the command-line
TIL Logging OpenAI API requests and responses using HTTPX — My [LLM](https://llm.datasette.io/) tool has a feature where you can set a `LLM_OPENAI_SHOW_RESPONSES` environment variable to see full debug level details of any HTTP requests it makes to the OpenAI APIs.
None
Release llm-gpt4all 0.3 — Plugin for LLM adding support for the GPT4All collection of models
Release datasette-granian 0.1 — Run Datasette using the Granian HTTP server
Release datasette-proxy-url 0.1.1 — Proxy a URL through a Datasette instance