The best is over: The fun has been optimized out of the Internet

https://muddy.jprs.me/media/sopranos-best-is-over.png
The author reminisces about the early internet's amateur spirit and creative freedom, now lost to hyper-optimization and commercialization. AI has inherited an internet where fun and spontaneity have been optimized out, leaving behind a soulless, algorithm-driven landscape.

iOS 27 is adding a 'Create a Pass' button to Apple Wallet

https://walletwallet.alen.ro/tags/wallpaper.png
Apple is adding a "Create a Pass" feature to the Wallet app in iOS 27, allowing users to build their own passes from scratch or scan QR codes. This feature is expected to be released in September 2026, making it easier for users to add passes without needing a third-party tool.

AI didn't delete your database, you did

https://cdn.idiallo.com/images/assets/652/hero.jpg
A company's production database was deleted by an AI agent, prompting a discussion on accountability and AI misuse. The real issue was a poorly designed API endpoint, not the AI itself, which can be a tool for augmentation, not a replacement for human accountability.

Simple Meta-Harness on Islo.dev

https://zozo123.github.io/meta-harness-on-islo-page/static/images/bar-chart.png
The meta-harness is a loop that improves the harness around an LLM agent by reading diagnostic logs and writing a better harness, which can be achieved with Islo's sandbox infrastructure. A proof-of-concept implementation demonstrates the optimization signal end-to-end with a proposer that reads all traces, not summary scores, and converges in four steps on a 5-task held-out suite.

AI Product Graveyard

The website is blocked due to security reasons after a suspicious action was detected. Please email the site owner with the Cloudflare Ray ID and details of the action that triggered the block.

Async Rust never left the MVP state

https://media.tweedegolf.nl/images/logo-1024.png
The author is working to reduce async Rust bloat in the compiler, specifically targeting the state machine generated for async code. They propose two optimizations: returning Pending instead of panicking when a future is done, and removing the Panicked state.

Should I Run Plain Docker Compose in Production in 2026?

https://distr.sh/_astro/thumb.C3Sy6lvp_Z19EmG1.webp
Philip, an engineer at Distr, shares common Docker Compose quirks and operational gaps that can lead to production incidents. He recommends handling these gaps with commands and practices, or using an agent like Distr's to automate the process.

Bun is being ported from Zig to Rust

https://opengraph.githubassets.com/71b057188fb96b3e204004bda82c56574fc44a5f6c7958772ae6d55f18d93afb/oven-sh/bun/commit/46d3bc29f270fa881dd5730ef1549e88407701a5
Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one - docs: add Phase-A porting guide · oven-sh/bun@46d3bc2

Docker 29 has changed its default image store for new installs

https://docs.docker.com/images/thumbnail.webp
The containerd image store is the default storage backend for Docker Engine 29.0 and later, offering features like lazy-pulling and peer-to-peer image distribution. It uses more disk space than legacy storage drivers due to dual storage of compressed and uncompressed formats.

Empty Screenings – Finds AMC movie screenings with few or no tickets sold

When everyone has AI and the company still learns nothing

https://storage.ghost.io/c/55/c6/55c640b8-7cdc-45a4-965d-3d691ea2071f/content/images/size/w1200/2026/05/monolith-leaking-tokens.jpeg
Ethan Mollick's work on AI adoption highlights the "messy middle" phase where AI use is uneven, hidden, and difficult to compare, and not yet connected to organizational learning. Companies must move beyond license usage and surveys to understand how AI creates learning and value within their organization.

Lessons for Agentic Coding: What should we do when code is cheap?

https://www.dbreunig.com/img/hand_scroll.jpg
The user shares 10 lessons for agentic coding, emphasizing the importance of implementing to learn, rebuilding often, and investing in end-to-end tests. These lessons aim to help developers make the most of cheap code and agent capabilities while considering maintenance, support, and security.
Google Chrome silently installs a 4 GB AI model on users' devices without consent, violating Article 5(3) of the ePrivacy Directive and GDPR principles of lawfulness, fairness, and transparency. The model's environmental cost is significant, with estimated CO2-equivalent emissions ranging from 6,000 to 60,000 tonnes per model push, depending on the number of devices affected.

Hand Drawn QR Codes (2025)

https://storage.googleapis.com/sethmlarson-dev-static-assets/IMG_2362.jpg
User created a hand-drawn QR code on a 10x10 grid sticky note using the qrcode package in Python. The QR code successfully scanned when held flat or hung from a monitor.

sRGB profile comparison

https://ninedegreesbelow.com/photography/srgb/comparison/mist-cp-assign-argyll-assign-mystery-srgb.jpg
Srgb profiles have different starting points for the red, blue, and green xyz values. the 'no black scaling' profile has a non-zero starting point for its black point, he says. if you do not use black-point compensation, the shadows will be crushed to zero - edward mcgraw explains trc values and how they affect color balance and tonality

Show HN: I built a new word game, Wordtrak

Your browser is not supported. Please upgrade your browser to continue.

How OpenAI delivers low-latency voice AI at scale

https://images.ctfassets.net/kftzwdyauwt9/1YavI8rcFACX5rgbkKTtL1/636e2361e27b8d2bf82ca872dd151529/Option_1_web_light__3_.svg?w=3840&q=90
OpenAI rearchitected their WebRTC stack to improve real-time AI interactions by reducing latency and preserving standard WebRTC behavior for clients. They achieved this by introducing a relay service that routes packets to the correct transceiver, allowing for deterministic first-packet routing and a small public UDP footprint.

The first photo published in a newspaper

https://phsne.org/wp-content/uploads/2020/04/PHSNE-Logo-500px-transparent-background.jpg
It would be difficult for modern readers to accept the text-only version of a newspaper. One online source containing "a brief history of the birth of photojournalism," states that the first illustration to appear in a newspaper, similar to modern courtroom renderings, was around 1806, and the first actual…

Google, Microsoft and xAI Agree to Share Early AI Models with U.S.

Please enable JS and disable any ad blocker

CVE-2026-31431: Copy Fail vs. rootless containers

The author set up a lab to run the Copy Fail exploit and traced it at the syscall level to verify that rootless Podman architecture would contain it. The exploit successfully overwrote /usr/bin/su in the page cache, executed the shellcode, and escalated to root inside the container.

Farewell to a Giant of Botany

https://lede-admin.nautil.us/wp-content/uploads/sites/70/2026/05/Grant_BREAKER.png?w=710
Peter Raven led the Missouri Botanical Garden from 1971 to 2010, expanding its size and reputation as a world-class institution. He redefined the garden's purpose, serving both the scientific community and local community, leaving a lasting legacy in St. Louis.

Train Your Own LLM from Scratch

https://opengraph.githubassets.com/a9c0a5fa1e147afb0b728013bf996ddce52949456f1aaf2dd50c76c346cde0d5/angelos-p/llm-from-scratch
A hands-on workshop builds a working GPT model from scratch in a few hours, covering the essentials of LLMs and transformers. The workshop uses PyTorch and character-level tokenization on Shakespeare, resulting in a ~10M param model that trains on a laptop in under an hour.

Mouse Pointer as a Mere Mortal

https://unsung.aresluna.org/_media/mouse-pointer-as-a-mere-mortal/ogimage.png
The user experienced unexpected mouse pointer movement in Lightroom, feeling like an invasion of personal control. They contrast this with a game project where hijacking the cursor is acceptable, highlighting differing design approaches.

Agent Skills

https://addyosmani.com/assets/images/addys-agent-skills.jpg
The author created Agent Skills to help AI coding agents follow senior engineer best practices by adding workflows and verification steps to their default behavior. This approach aims to prevent common engineering mistakes and ensure reliable software at scale.

The Frog for Whom the Bell Tolls

https://storage.googleapis.com/sethmlarson-dev-static-assets/FrogGameCartridge.png
The Frog Game, a 1992 Japanese Game Boy title, is a short, light-hearted adventure with a unique design choice where the player's strength is controlled by the game, not by leveling up. The game has ties to other Nintendo titles, including Link's Awakening and Paper Mario, and features a story with multiple kingdoms and factions, but its narrative is relatively simple and focused on ...

Why I Created phpc.tv

User's friends and family are under attack in Ukraine, prompting a call to donate to protect them. The user also shares their experience creating phpc.tv, a PHP video-sharing site, and their desire to resurrect the pre-enshittified Web using open-source platforms like PeerTube.

Does Employment Slow Cognitive Decline? Evidence from Labor Market Shocks

https://www.nber.org/sites/default/files/styles/promo/public/2025-07/MF%20Lecture%202025%20updated.png?itok=ij7zY5fj
Researchers Noah Arman Kouchekinia, David Neumark, and Tim A. Bruckner received grants for their study on employment and cognitive decline. The study was supported by the Alfred P. Sloan Foundation and the Lynde and Harry Bradley Foundation.

Biscuit

https://raw.githubusercontent.com/yattsu/biscuit/master/docs/images/homescreen.jpeg
Biscuit firmware turns Xteink X4 e-reader into a smart device with wireless tools, security features, and games. It adds a tile-based dashboard and various apps while keeping e-reader functionality.

Securing a DoD contractor: Finding a multi-tenant authorization vulnerability

https://www.strix.ai/schemata-blog/userlist.png
A company, Schemata, handling sensitive military data had no API authorization, allowing a low-privilege user to access users, organizations, and confidential training materials. The issue was fixed after 150 days of disclosure attempts, highlighting the importance of open disclosure channels and robust authorization testing.

2-D Mathematical Curves

the two dimensional curves