davewiner's subscription list, hackerNewsStars category. List created by feedlandDatabase v0.8.16.
datasette-agent 0.1a1
Release: datasette-agent 0.1a1
- Now uses the
execute-sqlpermission when deciding which tables to list to the user. #8
Tags: datasette, datasette-agent
Amazonbot is finally respecting robots.txt
Thanks for giving me a viable business model Amazon!
datasette-ip-rate-limit 0.1a0
Release: datasette-ip-rate-limit 0.1a0
The datasette.io site was being hammered by poorly-behaved crawlers, so I had Codex (GPT-5.5 xhigh) build a configurable rate limiting plugin to block IPs that were hammering specific areas of the site too quickly.
Here's the production configuration I'm using on that site for the new plugin:
datasette-ip-rate-limit: header: Fly-Client-IP max_keys: 10000 exempt_paths: - "/static/*" - "/-/turnstile*" rules: - name: public-demo-multi-parameter-table-pages paths: - "/global-power-plants/*" - "/legislators/*" window_seconds: 60 max_requests: 60 block_seconds: 20
Tags: datasette, rate-limiting, codex
The First Democratic Tech Alliance Assembly
Yesterday I attended the first assembly of the Democratic Tech Alliance (DTA), which gathered in the European Parliament. Membership of the alliance includes European political groups like the Greens/EFA, the liberal/center right Renew Europe, the European People’s Party of Christian democratic, conservative and liberal-conservative persuasion and also the Progressive Alliance of Socialists and Democrats. This is a broad, quite sane and actually impressive collection of political groups, which gives me some hope.
Andrew Nesbitt
• Andrew Nesbitt
Centrality is not vitality
Don't automatically reach for PageRank on dependency graphs
Pluralistic: Daily links from Cory Doctorow
• Cory Doctorow
Pluralistic: Kickstarting "The Reverse Centaur's Guide to Life After AI" (14 May 2026)
Troy Hunt
• Troy Hunt
Welcoming the Bahamian Government to Have I Been Pwned
Today, we welcome the 44th government onboarded to Have I Been Pwned’s free gov service: The Bahamas. The National Computer Incident Response Team of The Bahamas, CIRT-BS, now has access to monitor government domains against the data in HIBP. As the national CIRT, CIRT-BS is responsible for coordinating
Tedium: The Dull Side of the Internet.
• Ernie Smith
The Biz Reaper
If Byron Allen shows up at your door, you did something wrong with your media business. And BuzzFeed has a visitor. Also: I built a thing.
Welcome to the Datasette blog
I built this using OpenAI Codex desktop, which turns out to have the Markdown session transcript export feature I've always wanted. Here's the session that built the blog. See also issue 179.
Tags: ai, datasette, generative-ai, llms, ai-assisted-programming, codex-cli
matklad
• Alex Kladov
Catch Flakes On Main
A small Mechanical Habit today:
Commenting Guidelines
Martin Alderson
• Martin Alderson
Managed agents are the new Lambda
Managed agents (cloud-hosted agent harnesses) are powerful, but locking yourself into a frontier lab's platform now is risky - here's why and what to do instead.
Quoting Boris Mann
“11 AI agents” is meaningless as a phrase.
If I said “I have 11 spreadsheets” or “I have 11 browser tabs” to do my work, it means about the same thing.
Tags: ai-agents, ai, agent-definitions
Pluralistic: Daily links from Cory Doctorow
• Cory Doctorow
Pluralistic: Billionaire solipsism, dictator solipsism, AI, and the fascist paradigm (13 May 2026)
Points are a weird and inconsistent unit of measure
DYNOMIGHT
• dynomight
What’s with all the slide decks?
a polycausal theory
Andrew Nesbitt
• Andrew Nesbitt
Showing Our Work
An independent benchmark of the ecosyste.ms Python fund
CSP Allow-list Experiment
Tool: CSP Allow-list Experiment
An experiment that shows that you can load an app in a CSP-protected sandboxed iframe (see previous note) and have a custom fetch() that intercepts CSP errors and passes them up to the parent window... which can then prompt the user to add that domain to an allow-list and then refresh the page.

I built this one with GPT-5.5 xhigh running in the Codex desktop app.
Tags: content-security-policy, iframes, security