Simon Willison’s Weblog

Subscribe
Atom feed

Elsewhere

Filters: Sorted by date

Tool Text Diff Tool — Compare two blocks of text to identify character-level differences between them. This tool uses a dynamic programming algorithm to compute the longest common subsequence and highlights removed text in red and added text in green for easy visualization of changes. The results are displayed character-by-character in a dedicated output section that clearly indicates what was deleted from the original text and what was inserted in the modified version.
Release sqlite-utils 3.39 — Python CLI utility and library for manipulating SQLite databases
Release sqlite-utils 4.0a1 — Python CLI utility and library for manipulating SQLite databases
Tool Wikipedia Wikitext Fetcher — Retrieve the raw wikitext source code from Wikipedia articles by searching for a page title or pasting a direct article URL. The tool features autocomplete suggestions while typing search queries and allows you to easily copy the fetched wikitext to your clipboard for further editing or analysis. URL parameters are preserved, enabling you to share links that automatically load specific Wikipedia articles.
Tool CORS Fetch Tester — Test HTTP requests directly from your browser and observe which response headers and body content are accessible under CORS (Cross-Origin Resource Sharing) restrictions. This tool lets you construct requests with custom methods, headers, and body content, import requests from curl commands, and format JSON responses for easier inspection. The application preserves your request configuration in the URL fragment, allowing you to share and bookmark specific test cases.
Tool XML Well-Formedness Validator — Check XML documents for well-formedness by pasting content into the input area and clicking the validate button. The tool parses the XML and displays any syntax errors with precise line and column information, highlighting the problematic line in the code view below.
Release llm-anthropic 0.22 — LLM access to models by Anthropic, including the Claude series
Release llm-gemini 0.27 — LLM plugin to access Google's Gemini family of models
Release datasette-demo-for-llm-accountant 0.1a0 — Demo app for datasette-llm-accountant
Release datasette-llm-accountant 0.1a0 — LLM accounting for Datasette
Release update-workflows 0.2 — Python script for updating GitHub Actions workflows
Release update-workflows 0.1 — Python script for updating GitHub Actions workflows
Release datasette-auth-github 0.14 — Datasette plugin that authenticates users against GitHub
Tool Emoji Identifier — Extract and identify all emojis from text by pasting or typing into the input field, and instantly view their names and Unicode codepoint values. The tool uses a comprehensive emoji detection regex pattern combined with a Unicode emoji dataset to recognize a wide variety of emoji characters, including skin tone variants and zero-width joiner sequences. Results are displayed in real-time, showing each unique emoji found along with its standardized name and corresponding Unicode representation.
Release datasette 1.0a22 — An open source multi-tool for exploring and publishing data
Release datasette-public 0.3a5 — Make selected Datasette databases and tables visible to the public
Release datasette-pins 0.1a6 — Pin databases, tables, and other items to the Datasette homepage
Release datasette-ripgrep 0.9a0 — Web interface for searching your code using ripgrep, built as a Datasette plugin
Release datasette-queries 0.1.3a0 — Save SQL queries in Datasette
Release datasette-extract 0.1a12 — Import unstructured data (text and images) into structured tables
Release datasette-secrets 0.3a0 — Manage secrets such as API keys for use with other Datasette plugins
Release datasette-create-view 0.2a0 — Create a SQL view from a query
Release datasette-write 0.5a0 — Datasette plugin providing a UI for executing SQL writes against the database
Release datasette-export-database 0.3a0 — Export a copy of a mutable SQLite database on demand
Release datasette-events-forward 0.1a4 — Forward Datasette analytical events on to another Datasette instance
Release datasette-edit-schema 0.8a5 — Datasette plugin for modifying table schemas
Release datasette-auth-tokens 0.4a11 — Datasette plugin for authenticating access using API tokens
Release datasette-upload-dbs 0.4a0 — Upload SQLite database files to Datasette
Release datasette-configure-fts 1.2a0 — Datasette plugin for enabling full-text search against selected table columns
Release datasette-edit-templates 0.5a0 — Plugin allowing Datasette templates to be edited within Datasette