WeSearch
Hub / Tags / Datasette
TAG · #DATASETTE

Datasette coverage.

Every story in the WeSearch catalog tagged with #datasette, chronological, with view counts. Subscribe to the per-tag RSS feed to follow this topic in your reader of choice.

10 stories tagged with #datasette, in publish-time order across the WeSearch catalog. Tag pages update as new stories ingest.

⌘ RSS feed for this tag →   or   search "Datasette"

RELATED TAGS
#technology4#python3#software3#webassembly3#programming2#llm2#ai2#newsletter2#sqlite-utils2#github2#richard-si1#al1
SIMON WILLISON'S WEBLOG

June 2026 newsletter

The June edition of my sponsors-only monthly newsletter is out. If you are a sponsor (or if you start a sponsorship now) you can access it here . This month: Claude Fable 5, GPT-5.…

34 views ·
#technology#ai#newsletter
SIMON WILLISON'S WEBLOG

simonw/browser-compat-db

simonw/browser-compat-db Inspired by Mozilla's new MDN MCP service - source code here - I decided to try converting their comprehensive mdn/browser-compat-data repository full of b…

78 views ·
#technology#database#github
SIMON WILLISON'S WEBLOG

datasette-agent-edit 0.1a0

Release: datasette-agent-edit 0.1a0 I'm planning several plugins for Datasette Agent which can make edits to existing pieces of text - things like collaborative Markdown editing, u…

46 views ·
#editing#plugins
SIMON WILLISON'S WEBLOG

Running Python code in a sandbox with MicroPython and WASM

I've been experimenting with different approaches to running code in a sandbox for several years now, but my latest attempt feels like it might finally have all of the characterist…

93 views ·
#programming#python#webassembly
SIMON WILLISON'S WEBLOG

May 2026 newsletter

I just sent out the May edition of my sponsors-only monthly newsletter . If you are a sponsor (or if you start a sponsorship now) you can access it here . This month: Al got expens…

46 views ·
#technology#ai#newsletter
SIMON WILLISON'S WEBLOG

datasette 1.0a32

Release: datasette 1.0a32 A minor bugfix release. Fixes a bug with INSERT ... RETURNING queries via the new /db/-/execute-write endpoint and a bunch of base_url issues which showed…

42 views ·
SIMON WILLISON

Running Python ASGI apps in the browser via Pyodide + a service worker

By running Python ASGI web applications entirely in the browser using Pyodide and a dedicated service worker, this project intercepts all same-origin requests under `/app/` and exe…

46 views ·
#python#webassembly
SIMON WILLISON

datasette 1.0a30

An open source multi-tool for exploring and publishing data…

46 views ·
#software#technology
SIMON WILLISON

Datasette Agent

We just announced the first release of Datasette Agent, a new extensible AI assistant for Datasette. I’ve been working on my LLM Python library for just over three years now, ……

46 views ·
#technology#ai#data
SIMON WILLISON

What's new in pip 26.1 - lockfiles and dependency cooldowns!

Richard Si describes an excellent set of upgrades to Python's default pip tool for installing dependencies. This version drops support for Python 3.9 - fair enough, since it's been…

35 views ·
#python#programming#software