Sign up

davewiner's subscription list, hackerNewsStars category. List created by feedlandDatabase v0.8.16.

An external list from lists.opml.org.
https://lists.opml.org/hackerNewsStars.xml

John D. Cook
• John

Fitting a regular expression to a list of words

Suppose you want to search for a list of words. If you’re using grep, you can add the -f flag provide a file of regular expressions, and you can add the -F to tell it that the regular expressions are in fact just words. I did something like this a couple days ago when searching […]

The post Fitting a regular expression to a list of words first appeared on John D. Cook.

John D. Cook
• John

Sum of low squares

Squares, high and low Let p be an odd prime number. Then half the numbers from 1 through p − 1 are squares and half are not. That is, for half of numbers 1 ≤ k < p, the equation x² = k mod p has a solution. The traditional name for these numbers is […]

The post Sum of low squares first appeared on John D. Cook.

Simon Willison's Weblog Supports Webmention

AI Mania Is Eviscerating Global Decision-Making

AI Mania Is Eviscerating Global Decision-Making Here's an entertaining perspective from Nik Suresh on the AI mania that is overwhelming the large companies that he consults with. It's crammed with spicy anecdotes from anonymous sources. In one extreme case, I have seen an e...

Simon Willison's Weblog Supports Webmention

Claude Code uses Bun written in Rust now

In Rewriting Bun in Rust Jarred Sumner made the following claim: Claude Code v2.1.181 (released June 17th) and later use the Rust port of Bun. Startup got 10% faster on Linux but otherwise, barely anyone noticed. Boring is good. I decided to have a poke at my own Claude Co...

seangoedecke.com RSS feed

Impro is a handbook for running a cult

Here’s the big idea in Keith Johnstone’s book Impro: Children are naturally creative, but are violently formed into repressed adults by Western culture and education The process of becoming more creative and expressive is largely a process of unlearning these habits of repr...

Simon Willison's Weblog Supports Webmention

SQLite Query Explainer

Tool: SQLite Query Explainer

Julia Evan's, in Learning a few things about running SQLite:

Maybe one day I’ll learn to read a query plan.

Big same.... which inspired me to have Fable build this interactive explain tool, which runs SQLite in Python in Pyodide in Web Assembly in the browser and adds a layer of explanation to the results of both EXPLAIN and EXPLAIN QUERY PLAN.

Approach with caution, since I don't know enough about SQLite query plans to verify the results myself, but it seems cromulent enough to me.

Tags: sql, sqlite, tools, julia-evans, pyodide, claude-mythos-fable

Jim Nielsen’s Blog Valid

Make It Work vs. Make It Good

There are two wolves inside of me, lol. Some days I want to be a “designer”. Other days I want to be a “developer”. On the days I find myself wanting to feed the developer, it’s often because making something “work” seems easier (and more impressive) than making something “g...

Max Woolf's Blog

What's the deal with all the random weekly quota resets for agents lately?

I’m going to be the weirdo who complains about literally getting free stuff.

Andrew Nesbitt Valid
• Andrew Nesbitt

This Week in Package Management: 18 July 2026

Releases, advisories, and articles from across the package management world

Construction Physics
• Brian Potter

Reading List 07/18/26

Reading List 07/18/26

A setback for California Forever, a $500 million artillery shell plant not producing any shells, the difficulty of recycling EV batteries, manufacturing wire harnesses, and more.

Terence Eden’s Blog
• @edent

Book Review: A City on Mars - by Dr. Kelly Weinersmith and Zach Weinersmith ★★★★⯪

I'm pretty sure this book is a psyop designed to demoralise a generation of starry-eyed dreamers. It is obviously written by the same people who told us not to land on Europa. A malignant energy designed to limit the scope of human ambition and thwart our plans to colonise the universe. The problem is, I can't find fault with any of their logic. The Weinersmiths make a compelling case that…

Simon Willison's Weblog Supports Webmention

Claude make Fable 5 permanent

Claude make Fable 5 permanent An update from the @claudeai account on Twitter: Beginning July 20, Claude Fable 5 will be included in all Max and Team Premium plans, at 50% of limits. Pro and Team Standard users will continue to have access to Fable via usage credits, and wi...

Simon Willison's Weblog Supports Webmention

nascheme/quixote

nascheme/quixote

A certain vintage if Python web nerd might be delighted to learn that the most recent commit to the Quixote web framework was six hours ago.

The oldest commit in that repo is from 21 years ago, and that was the initial import of Quixote 2.4 from Subversion into Git.

Tags: computer-history, python, web-frameworks

Simon Willison's Weblog Supports Webmention

LLM cliché highlighter

Tool: LLM cliché highlighter

I got frustrated reading yet another article that was crammed with the clichés of LLM-generated writing - "no fluff, no filler, no jargon" type stuff - so I had Fable 5 vibe code up this app for highlighting ten common patterns that show up in that sort of writing.

Screenshot of a text-analysis web tool. Top summary row: "2 matches", "1 flagged sentence", "0 chain items". Below, a collapsed "▶ Patterns · all 11 on" panel, then a URL input reading "https://example.com/article — fetched via r.jina.ai" with a "Load URL" button. A text area contains "That loss is real and it's worth naming". Below are "Load example" and "Clear" buttons and a checked checkbox "Show just the highlights". A "Highlighted text" section shows "That loss is real and it's worth naming" with "That loss" in pale yellow (flagged sentence) and "is real and" plus "'s worth naming" in darker yellow (pattern match). Legend: "flagged sentence", "pattern match", "3 chain item count". "Matches" section: 1. "is real and" — "Is real … and / not"; 2. "'s worth naming" — "Worth naming".

Tags: tools, ai, generative-ai, llms

Maurycy's Blog

Regressive JPEGs:

One of the cool features of JPEG files is that there's the option to save low frequency components first. This means that a partially downloaded image will be displayed at low resolution instead of being cut off. In the file, this works by breaking up the compressed data...

seangoedecke.com RSS feed

Overtraining as the path to human-like AI

The anonymous blogger Gwern recently completed a thirteen thousand word post called Human-like Neural Nets by Catapulting, in which he offers a theory about why LLMs don’t possess truly flexible human-like intelligence, and how we might train LLMs that do. Theories like this...

Tedium: The Dull Side of the Internet. Updates instantly via WebSub
• Ernie Smith

The Terminus

When a really long road ends, why don’t we do more to celebrate the staggering amount of collective work that went into it? The ancient Romans really outclassed the federal highway system on this front.

Andrew Nesbitt Valid
• Andrew Nesbitt

Plumbing Homebrew into the vulnerability ecosystem

One command, six repos, three standards bodies, an advisory database, and a version comparator written in the wrong language.

John D. Cook
• John

Visualizing Medical Code Hierarchy

Quick follow up to the previous two posts on ICD-10 codes and HCPCS codes. This post uses Python’s squarify library to create treemaps visualizing how many codes begin with each letter. Here’s the treemap for HCPCS codes. And here’s the treemap for ICD-10 codes. The sizes of the squares are proportional to the number of […]

The post Visualizing Medical Code Hierarchy first appeared on John D. Cook.

The Digital Antiquarian
• Jimmy Maher

The Life and Times of Maxis, Part 2: SimWorld

This article tells part of the story of Maxis Software. Maxis came into 1994 riding high on the wings of SimCity 2000, the hit of the previous holiday season. They followed up that success with… SimHealth: The National Health Care Simulation. This may sound like satire, but it was all too real. To be clear, SimHealth was […]