davewiner's subscription list, hackerNewsStars category. List created by feedlandDatabase v0.8.16.
Herman's blog
• herman
The commodification of travel
How travel has become an act of collection
Changes to GitHub Copilot Individual plans
Is Claude Code going to cost $100/month? Probably not - it's all very confusing
Troy Hunt
• Troy Hunt
Weekly Update 500
Looking back at this milestone video, it's the audience question towards the end I liked most: "are you happy"? Charlotte and I have chosen a path that's non-traditional, intense and at times, pretty stressful. There's no clear delineation of when work starts
Blood in the datacenter
Where's the raccoon with the ham radio? (ChatGPT Images 2.0)
People get confused when language implementations break language guarantees
Quoting Andreas Påhlsson-Notini
AI agents are already too human. Not in the romantic sense, not because they love or fear or dream, but in the more banal and frustrating one. The current implementations keep showing their human origin again and again: lack of stringency, lack of patience, lack of focus. Faced with an awkward task, they drift towards the familiar. Faced with hard constraints, they start negotiating with reality.
— Andreas Påhlsson-Notini, Less human AI agents, please.
Tags: ai-agents, coding-agents, ai
scosman/pelicans_riding_bicycles
scosman/pelicans_riding_bicycles
I firmly approve of Steve Cosman's efforts to pollute the training set of pelicans riding bicycles.
(To be fair, most of the examples I've published count as poisoning too.)
Tags: ai, generative-ai, llms, training-data, pelican-riding-a-bicycle
Krebs on Security
• BrianKrebs
‘Scattered Spider’ Member ‘Tylerb’ Pleads Guilty
A 24-year-old British national and senior member of the cybercrime group "Scattered Spider" has pleaded guilty to wire fraud conspiracy and aggravated identity theft. Tyler Robert Buchanan admitted his role in a series of text-message phishing attacks in the summer of 2022 that allowed the group to hack into at least a dozen major technology companies and steal tens of millions of dollars worth of cryptocurrency from investors.
llm-openrouter 0.6
Release: llm-openrouter 0.6
llm openrouter refreshcommand for refreshing the list of available models without waiting for the cache to expire.
I added this feature so I could try Kimi 2.6 on OpenRouter as soon as it became available there.
Here's its pelican - this time as an HTML page because Kimi chose to include an HTML and JavaScript UI to control the animation. Transcript here.

Tags: openrouter, llm, llm-release, pelican-riding-a-bicycle, kimi, ai-in-china, llms, ai, generative-ai
Pluralistic: Daily links from Cory Doctorow
• Cory Doctorow
Pluralistic: Quinn Slobodian and Ben Tarnoff's "Muskism: A Guide for the Perplexed" (21 Apr 2026)
Entropic Thoughts
• kqr
Spaced Repetition: Beginner Guide/FAQ
Spaced repetition is best introduced in the words of Gwern: it is
a mechanical golem that will never forget, and never let us forget whatever we chose to.
If this was a medical treatment or lessons from a personal coach, it would be priced so that only high-ranking politicians, CEOs of big companies, and Silicon Valley programmers could afford it. But spaced repetition is available to anyone, at a cost of only teens of minutes a day. More people ought to use it, but some do not because they harbour misunderstandings about it. Today, we’ll clear some of these up.
Pluralistic: Daily links from Cory Doctorow
• Cory Doctorow
Pluralistic: Comrade Trump (20 Apr 2026)
Discovering Prince, Ten Years Later
SQL functions in Google Sheets to fetch data from Datasette
TIL: SQL functions in Google Sheets to fetch data from Datasette
I put together some notes on patterns for fetching data from a Datasette instance directly into Google Sheets - using the importdata() function, a "named function" that wraps it or a Google Apps Script if you need to send an API token in an HTTP header (not supported by importdata().)
Here's an example sheet demonstrating all three methods.
Tags: spreadsheets, datasette, google
Claude Token Counter, now with model comparisons
matklad
• Alex Kladov
256 Lines or Less: Test Case Minimization
Property Based Testing and fuzzing are a deep and science-intensive topic. There are enough advanced techniques there for a couple of PhDs, a PBT daemon, and a client-server architecture. But I have this weird parlor-trick PBT library, implementable in a couple of hundred lines of code in one sitting.