davewiner's subscription list, hackerNewsStars category. List created by feedlandDatabase v0.8.16.
Gemma 4: Byte for byte, the most capable open models
llm-gemini 0.30
Release: llm-gemini 0.30
New models gemini-3.1-flash-lite-preview, gemma-4-26b-a4b-it and gemma-4-31b-it. See my notes on Gemma 4.
The Blandness of Systematic Rules vs. The Delight of Localized Sensitivity
Spring 2026 Pebble App Contest + SDK Updates
Announcing Spring 2026 Pebble App Contest! In honour of Pebble Time 2 entering mass production, we’re hosting a contest to celebrate…
Pluralistic: Daily links from Cory Doctorow
• Cory Doctorow
Pluralistic: It's extremely good that Claude's source-code leaked (02 Apr 2026)
Miguel Grinberg's Blog
• Miguel Grinberg
SQLAlchemy 2 In Practice - Chapter 3 - One-To-Many Relationships
This is the third chapter of my SQLAlchemy 2 in Practice book. If you'd like to support my work, I encourage you to buy this book, either directly from my store or on Amazon. Thank you!
In the previous chapter you learned how to execute a variety of queries on the products table. Interestingly, some of those queries were designed to obtain product manufacturers and not products, and this required duplicates to be removed by grouping the results.
March 2026 sponsors-only newsletter
I just sent the March edition of my sponsors-only monthly newsletter. If you are a sponsor (or if you start a sponsorship now) you can access it here. In this month's newsletter:
- More agentic engineering patterns
- Streaming experts with MoE models on a Mac
- Model releases in March
- Vibe porting
- Supply chain attacks against PyPI and NPM
- Stuff I shipped
- What I'm using, March 2026 edition
- And a couple of museums
Here's a copy of the February newsletter as a preview of what you'll get. Pay $10/month to stay a month ahead of the free copy!
Tags: newsletter
datasette-llm 0.1a6
Release: datasette-llm 0.1a6
- The same model ID no longer needs to be repeated in both the default model and allowed models lists - setting it as a default model automatically adds it to the allowed models list. #6
- Improved documentation for Python API usage.
datasette-enrichments-llm 0.2a1
Release: datasette-enrichments-llm 0.2a1
- The
actorwho triggers an enrichment is now passed to thellm.mode(... actor=actor)method. #3
Tags: enrichments, llm, datasette
Jeff Geerling
• Jeff Geerling
DRAM pricing is killing the hobbyist SBC market
Today Raspberry Pi announced more price increases for all Pis with LPDDR4 RAM, alongside a 'right-sized' 3GB RAM Pi 4 for $83.75.
The price increases bring the 16GB Pi 5 up to $299.99.
Despite today's date, this is not a joke.
I published a video going over the state of the hobbyist 'high end SBC' market (4/8/16 GB models in the current generation), which I'll embed below:
But if you'd like the tl;dr:
April Cools Post: New York vs Chicago Pizza
On the Vergecast, On Video
Terrible Software
• Matheus Lima
Say the Thing You Want
If you want something at work, say it out loud. Your silence isn't saving you.
Claude Code won April Fools Day this year
They gave people a heckin tamagochi, what's not to like?
Pluralistic: Daily links from Cory Doctorow
• Cory Doctorow
Pluralistic: Trumpismo vs minilateralism (01 Apr 2026)
The Digital Antiquarian
• Jimmy Maher
The Mystery of Rennes-le-Château, Part 3: A Secret History
This series of articles chronicles the history, both real and pseudo, behind Gabriel Knight 3: Blood of the Sacred, Blood of the Damned. Henry Lincoln promised at the end of “The Priest, the Painter, and the Devil” that he would continue to investigate the case of François-Bérenger Saunière and Rennes-le-Château. He proved as good as […]
datasette-extract 0.3a0
Release: datasette-extract 0.3a0
- This plugin now uses datasette-llm to configure and manage models. This means it's possible to specify which models should be made available for enrichments, using the new
enrichmentspurpose.
datasette-enrichments-llm 0.2a0
Release: datasette-enrichments-llm 0.2a0
- This plugin now uses datasette-llm to configure and manage models. This means it's possible to specify which models should be made available for enrichments, using the new
enrichmentspurpose.
datasette-llm-usage 0.2a0
Release: datasette-llm-usage 0.2a0
- Removed features relating to allowances and estimated pricing. These are now the domain of datasette-llm-accountant.
- Now depends on datasette-llm for model configuration. #3
- Full prompts and responses and tool calls can now be logged to the
llm_usage_prompt_logtable in the internal database if you set the newdatasette-llm-usage.log_promptsplugin configuration setting.- Redesigned the
/-/llm-usage-simple-promptpage, which now requires thellm-usage-simple-promptpermission.