Qwen 3.8 27B is excellent, but it defaults to overthinking things

https://static.simonwillison.net/static/2026/qwen-thinking-bicycle-27b.jpg
The author has been testing Qwen 3.8 27B, a large language model from Alibaba's research lab, on various machines and found it to be highly capable but slow due to its dense architecture requiring significant memory bandwidth.

The Life and Death of Direct File [pdf]

Details: cache-dfw-kdfw8210061-DFW 1786946665 2362362074

AGI-64 Brings Sierra Adventures to the Commodore 64

https://meanhamster.com/games/agi-64/space-quest-2.png
AGI-64 is a free AGI interpreter for the Commodore 64, aiming to support most era games. It's currently around 75% complete and playable on Space Quest 1, with features like save/load and custom background pre-processing.

A third world engineer responds to ”RISC-V: They should have known better“

The author criticizes Dmitry Grinberg's article on RISC-V, arguing that his criticism of the architecture is biased and misses the point. The author claims that RISC-V's openness and low cost make it accessible to developers in developing countries, allowing them to create their own projects without relying on expensive tools or licenses.

Reticulum – Decentralized Mesh Network

https://reticulum.network/gfx/reticulum_logo_512.png
Reticulum is a cryptography-based networking stack for building decentralized, sovereign networks without control or censorship. It enables secure digital communication and end-to-end connectivity with self-sovereign addresses that can be moved freely within the network.

Claude: System Prompts

https://platform.claude.com/docs/og?locale=en&path=release-notes/system-prompts&design-rev=1
Claude's web interface and mobile apps use a system prompt to provide information, including the current date, at the start of conversations. The prompt is updated periodically to improve Claude's responses, but not for the Claude API.

Rhombus 1.1 is now available

The Racket team is adding annot and annot.def to define annotations without macro code, as well as a binding form for more readable naming.

Interview with Amit Patel, Creator of “Solar Realms Elite” (2013)

https://breakintochat.com/blog/wp-content/uploads/2013/02/amit-patel.jpg
Amit Patel created the BBS door game Solar Realms Elite in 1990 and has worked on various programming projects, including scientific equipment, data analysis, and artificial intelligence. He is now working on interactive reference materials for game developers.

Low-Tech Ceramic Water Filter

The ceramic water filter, developed in 1981 by Dr. Fernando Mazariegos, uses clay and combustible materials to remove pathogens and contaminants from water, with colloidal silver added for antibacterial properties. The filter can be produced locally using a hydraulic press and finishing process, requiring training and equipment to manufacture at scale.

Applying a photosynthetic process to treat “dry eye”

SIMD in the 90s: Programming Intel's Pentium MMX

https://pikuma.com/images/about/profile.png
Intel's MMX technology was introduced in 1997, allowing for single instruction, multiple data processing on x86 CPUs. It enabled significant speedups in multimedia software and paved the way for modern SIMD architectures like AVX-512 and GPUs with thousands of cores.

How do I permanently disable random Google Photos popup to backup photos? (2024)

Passkeys are the simplest and most secure way to sign in to your account. To sign in with just your fingerprint, face scan, or screen lock, create a passkey.

Dancing with friends and enemies: boids' swarm intelligence (2012)

https://community.wolfram.com/c/portal/getImageAttachment?filename=OPTfnlfrnds.gif&userId=11733
The user created a simulation of animal swarms using Mathematica, injecting randomness to create a "dance" pattern. The system follows simple rules: move towards friends and away from enemies, with contraction to prevent dispersal.

Gmail might partially be to blame for receiving emails from other Sean Conners

https://www.conman.org/people/spc/about/2025/1203.t.jpg
A user shared their experience of receiving emails for other people with similar names, sparking a discussion about email confusion and Google's handling of it. They linked to an account holder who claimed Google made a programming mistake that caused the issue.

Strong Gravitational Lensing and Microlensing of Supernovae

Strong gravitational lensing and microlensing of supernovae offer new cosmological and astrophysical insights. They enable precise measurements of the Hubble constant and probe SN progenitors, dust properties, and high-redshift spectra.

The AI Credit Resale Economy

https://cdn.ploy.ai/2eb2235a-6b78-4d32-9713-f051311d8809/user/0a6c2555-convo-with-broker.webp
Token brokers buy unused credits from startups and resell them, offering discounts to attract buyers. This market is growing rapidly, with tens of millions of credits being offered across various sites and forums.

Protobuf has LSP support. You're welcome

https://buf.build/images/Dot-Grid.svg
Buf releases the Buf LSP server, providing modern IDE support for Protobuf development. The new implementation is faster and more flexible than protoc, enabling incremental compilation and better diagnostics.

MathCode, Mathematical Coding Agent

https://math-ai-org.github.io/mathcode/Demo.png
MathCode is a terminal AI coding assistant that converts plain language math problems into Lean 4 theorems and attempts formal proofs. It features various tools for efficient proof-solving, including a persistent Lean REPL and theorem libraries.

Prolly: A content-addressed ordered map built on prolly trees

https://opengraph.githubassets.com/2dca2132632ec6cc4549c1c48a434abedb12a66187800d29faaf0bb03bba6fc9/crabbuild/prolly
The Prolly library provides an ordered map that can store multiple versions, diff them, merge them, and persist them into a content-addressed store, making it suitable for local-first databases and systems like Trail. It offers various features such as async support, durability guarantees through transactions and caching mechanisms to ensure data consistency across different use cases.

Stripe will reportedly acquire OpenRouter for $7B+

https://techcrunch.com/wp-content/uploads/2024/04/Stripe-resized.webp?w=1024
OpenRouter raised $113 million in Series B funding at a $1.3 billion valuation, valuing it over 9 times its previous valuation. It's reportedly being acquired by Stripe for more than $7 billion after talks began last month.

Red queen hypothesis – A new way forward for self-improving AI

https://www.cst.cam.ac.uk/files/the-red-queen-adobe-square-image-250.jpg
Researchers have developed a new method for recursive self-improving AI agents to continue improving themselves without hitting an evaluation ceiling. This approach allows the agent and evaluator to evolve together, creating a self-improving loop that can lead to more capable and efficient AI systems.

Show HN: Vocal Slice – Cut audio by selecting text, fully on-device

https://vocalslice.com/demo-still.png
Vocal Slice lets you slice audio clips by highlighting phrases in the transcript, exporting lossless WAVs with custom naming. It runs locally, uses Whisper for transcription, and offers a 7-day free trial without needing an account or payment.

Plastic mechanical computer from 1963: The Digi-Comp 1 [video]

Nvidia dramatically reduces amount of OpenAI infra financing it may guarantee

Please enable JS and disable any ad blocker

Clamiga: Common Lisp for the Amiga

https://nnamgreb.de/static/gfx/blogs/clamiga-aos3_1.jpg
CL-Amiga, a Common Lisp implementation for the Amiga family, is built to run on m68k and PPC architectures. It has a self-contained bytecode VM with no external runtime dependencies and supports various features like object system, condition system, macros, and interactive development style.

Anton Chekhov played at love most of his life

https://commonreader.wustl.edu/app/uploads/2026/07/AntonOlgaFormatted.jpg
A favorite professor taught Anton Chekhov's short stories as models of writerly virtues, emphasizing his life and work. Chekhov's personal life was marked by a mix of romantic relationships, including with actress Olga Knipper, whom he married at 41 and died from tuberculosis at 44.

Firefox for iOS now has a native adblocker

A required part of this site couldn’t load. This may be due to a browser extension, network issues, or browser settings. Please check your connection, disable any ad blockers, or try using a different browser.

Tell HN: Cloudflare silently injects its analytics when you switch nameservers

You recently switched to Cloudflare's nameservers, which silently added a JS analytics snippet to your site. This approach is invasive and should opt-in instead of opt-out for users' consent.

St Lucie Nuclear Reactor Unit 1 manually shutdown, 3 control rods drop into core

https://ewscripps.brightspotcdn.com/dims4/default/0c79f55/2147483647/strip/true/crop/1280x720+0+0/resize/1280x720!/quality/90/?url=http%3A%2F%2Fewscripps-brightspot.s3.amazonaws.com%2F01%2F44%2Ff13fd08c4b2fa4e87daa750b46c7%2Ffpl.jpg
The Saint Lucie Nuclear Power Plant Unit 1 was manually shut down after 3 control rods dropped into the reactor core. The event, classified as a non-emergency by the NRC, had all systems responding normally post-trip.

$12B of US ratepayers' money wasted on a modeling mistake in PJM

https://substackcdn.com/image/fetch/$s_!0djL!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F103d6c71-0e23-4b8c-a940-d1edfa399690_2300x1380.png
Earlier this year, we explained why residents of the PJM area, America’s largest electricity market, have seen their power bills rise by ~20%. We argued that the main culprit was PJM’s auction design choices and how PJM models demand and supply. To better understand the extent of the problem, our Energy Model team spent the last 6 months reverse-engineering PJM’s main system model, the ...