Author name: Simon Willison

datasette

datasette-ports 0.1

Release: datasette-ports 0.1
Another example of README-driven development, this time solving a problem that might be unique to me.
I often find myself running a bunch of different Datasette instances with different databases and different in-d…

Uncategorised

scan-for-secrets 0.2

Release: scan-for-secrets 0.2

CLI tool now streams results as they are found rather than waiting until the end, which is better for large directories.
-d/–directory option can now be used multiple times to scan multiple directories.
New -f/-…

Uncategorised

scan-for-secrets 0.1.1

Release: scan-for-secrets 0.1.1

Added documentation of the escaping schemes that are also scanned.
Removed unnecessary repr escaping scheme, which was already covered by json.

projects, Security

scan-for-secrets 0.1

Release: scan-for-secrets 0.1
I like publishing transcripts of local Claude Code sessions using my claude-code-transcripts tool but I’m often paranoid that one of my API keys or similar secrets might inadvertently be revealed in the detailed l…

apis, json, llm, LLMs

research-llm-apis 2026-04-04

Release: research-llm-apis 2026-04-04
I’m working on a major change to my LLM Python library and CLI tool. LLM provides an abstraction layer over hundreds of different LLMs from dozens of different vendors thanks to its plugin system, and some…

github, github-actions

Quoting Kyle Daigle

[GitHub] platform activity is surging. There were 1 billion commits in 2025. Now, it’s 275 million per week, on pace for 14 billion this year if growth remains linear (spoiler: it won’t.)
GitHub Actions has grown from 500M minutes/week in 2023 to …

Scroll to Top