How is the Bun Rewrite in Rust going?

https://lockwood.dev/assets/img/rust_rewrite/slop.png
The author questions the value of Anthropic's acquisition of Bun and the company's large valuation, citing a lack of release tags and increasing open pull requests. The author suspects that the cost of the rewrite is higher than claimed, with potential off-the-books expenses and ongoing Anthropic employee involvement.

Kimi-K3 Releases on HuggingFace 7/27

https://cdn-avatars.huggingface.co/v1/production/uploads/no-auth/T7ndyLrlZoFuMwXp3J5Sl.png
K3 is the next generation of open frontier models from Moonshot AI. It is the world's first open 3T-class model, designed for frontier intelligence across long-horizon coding, knowledge work, and reasoning. Hit Like and Notify on release and we will send you a single email the moment the weights are public. No spam, just the drop.

If digital computers are conscious, they are conscious at the hardware level

https://smoothbrains.net/images/random/digital_consciousness/retinotopy_2.png
The author argues that the debate over digital minds' moral patienthood misses the point, focusing instead on whether they are conscious or not, and proposes a panpsychist approach that considers all systems as conscious to some degree. The author outlines a translation function from physical states to qualia states, suggesting that electromagnetic fields in the brain may be the substrate of ...

The Birth of the American 12-string Guitar

https://www.harpguitars.net/history/grunewald/brown_small.jpg
Carl Brown invented a 10-string "harp-guitar" in 1896, which was later manufactured by the Gordon and Wurlitzer companies, and Rene Grunewald's firm also produced a similar instrument. The 10-string harp-guitar was marketed as a practical and useful instrument for beginners, with a tone resembling a mandolin and guitar, and was considered a radical improvement over the standard guitar.

PGSimCity - How PostgreSQL Works

https://nikolays.github.io/PGSimCity/og.png
An explorable 3D city that shows how PostgreSQL actually works — backends, shared buffers, WAL, checkpoints, autovacuum and replication, all running live in your browser.

Magnolias Are So Old That They're Pollinated by Beetles, Not Bees

https://mymodernmet.com/wp/wp-content/uploads/2022/07/Megan-Elizabeth-Dappled-Light-Acrylics.jpg
Magnolia flowers have been around for over 100 million years and rely on beetles for pollination due to their ancient origins. The flowers' large, bowl-shaped petals and strong scent attract beetles, which transfer pollen as they search for food.

Libsm64: Mario 64 as a library for use in external game engines

https://opengraph.githubassets.com/b2d774116d9ba4597f91028623d2cf5bf5ed24a36733190f2f9a89533b512512/libsm64/libsm64
This project provides a shared library for SM64 movement and rendering code, allowing Mario to be easily integrated into existing game engines or systems. The library loads official SM64 ROMs at runtime for asset extraction and can be built and used with SDL2 and GLEW libraries.

Building a Fast Lock-Free Queue in Modern C++ from Scratch

https://blog.jaysmito.dev/_astro/thumb.HBNrXryW.png
The user discusses the limitations of using a standard library queue in a multi-threaded environment and the need for a lock-free queue that can handle high-frequency trading systems, real-time game engines, and other demanding applications. They outline the design of a lock-free queue using a linked list and compare-and-swap (CAS) operations, but note that this approach has several ...

Show HN: Physically accurate black hole you can put in your room

this is a simplified viz · for science-grade rendering → Synchray.jl

Elevated errors on Claude Opus 5

This incident affected: claude.ai, Claude API (api.anthropic.com), Claude Code, and Claude Cowork.

AI companies are shredding rare books

https://pbs.twimg.com/media/HOMX3t1XYAA3Pr7.jpg?name=small&format=webp
AI companies are buying rare books, scanning them, and shredding the originals to train AI, with some companies offering non-disclosure agreements to keep this practice secret. A federal judge ruled this practice is fair use, allowing it to accelerate despite concerns over the irreversible destruction of rare books.

VLC for Unity now supported on Linux

https://code.videolan.org/.within.website/x/cmd/anubis/static/img/pensive.webp?cacheBuster=1.25.0
The website uses Anubis to protect against aggressive AI scraping, which adds a Proof-of-Work load to make scraping more expensive. Users with plugins like JShelter need to disable them for this domain to access resources.

Removing React.js from the codebase and adapting Htmx for UI interactivity

https://misago-project.org/media/conf/logo.3335a6d7.png
Misago's current implementation has issues with duplicated code and complexity. It can be simplified by using a JavaScript framework with server-side rendering like Next.js or Remix.run, and focusing on an API with React.js UI.

Shay Locomotives

openresty/1.31.1.1

Towards a Theory of Bugs: The Ruliology of the Unexpected

https://content.wolfram.com/sites/43/2026/07/sw07152026turingimg6.png
Bugs are a ubiquitous phenomenon in the software world. And—essentially by definition—each one of them is somehow unique and unexpected. But—particularly given their ubiquity—one might wonder whether there could perhaps be some kind of general “scientific” theory that could be developed about them. My goal here is to explore that question. And what we’ll find is that there are indeed ...

Elevated errors on Claude Opus 5

This incident affected: claude.ai, Claude API (api.anthropic.com), Claude Code, and Claude Cowork.

Scriptc by Vercel: TypeScript-to-Native compiler, no JavaScript engine in binary

https://opengraph.githubassets.com/20b689b4a20d96139781d975d047209fe53510e6451778db228152521844c355/vercel-labs/scriptc
scriptc compiles ordinary TypeScript into small, fast native executables without Node or JavaScript engine, allowing for type-checked and statically compiled code with native performance. The tool supports a wide range of TypeScript features, including generics, async/await, and classes, and provides differential testing and memory-safety checks to ensure correctness and security.

Modern email can be built from borrowed parts

https://en.andros.dev/static/img/footer/org-social.svg
The user proposes a new mail system called HMTP (Hypertext Mail Transfer Protocol) that uses HTTP and replaces SMTP's design flaws, focusing on discovery, verification, delivery, and encryption over HTTP. HMTP uses standardized technologies like WebFinger, ActivityPub, Webmention, Ed25519, and HPKE to provide a secure, decentralized, and scalable mail system with features like first-contact ...

Decker, a platform that builds on the legacy of Hypercard and classic macOS

Decker is a multimedia platform for creating interactive documents with sound, images, and scripted behavior, available for web browsers and various operating systems. It features a simple and intuitive interface, a scripting language named Lil, and supports sharing and collaboration through web pages and source control tools.
https://www.techspot.com/images2/news/bigimage/2026/07/2026-07-26-image-4.jpg
A US federal case is raising questions about GrapheneOS, a privacy-focused mobile operating system, after prosecutors accused its user of destroying evidence. The case centers on whether the operating system's features, designed to protect user privacy, can be considered a crime.

We have proof automation now

The user discusses the benefits and challenges of dependently-typed languages like Lean, which can encode and enforce complex invariants, but require significant proof effort. They explore the potential of combining Lean with large language models (LLMs) to automate proof generation and make dependent types more practical for quotidian software engineering.

I wanted a clock that never needed setting. Things escalated

https://cdn.arstechnica.net/wp-content/uploads/2026/07/JT3A6491.jpg
The user created a custom bedside clock using a Raspberry Pi, 3D printing, and a seven-segment display, with the help of a Large Language Model (LLM) for coding and CAD work. The project involved soldering, iterating through design revisions, and incorporating a neutral density filter and smoked acrylic to achieve the desired dimness and aesthetic.

Chinese chipmaker shares surge 470%

https://ichef.bbci.co.uk/news/480/cpsprodpb/0377/live/bb1db120-896a-11f1-a3ae-0dbbd1718109.jpg.webp
Shares in China's ChangXin Memory Technologies surged 470% on its debut on the Shanghai Stock Exchange, making it the most valuable listed company in mainland China. The company plans to use IPO proceeds to boost memory chip production and research.

Google Chrome Arrives on ARM64 Linux, Widevine DRM Included

https://i0.wp.com/www.omgubuntu.co.uk/wp-content/uploads/2026/07/chrome-arm64-raspberry-pi-ubuntu-2604.webp?resize=750%2C394&ssl=1
Google Chrome is now available for Arm64 Linux devices, including Raspberry Pi, through a native Arm64 build that can be installed from the official Linux repos. The build includes Google account sync and Widevine DRM playback, but is limited to software-based DRM on Linux, capping video streams at 720p or 1080p.

Measuring developer productivity with the DX Core 4

https://getdx.com/img/optimized/BG0d00ZdG6-3072.webp?_cchid=c413a428c2875b9970573f13d0ec3bed
The DX Core 4 is a unified framework for measuring developer productivity that encapsulates DORA, SPACE, and DevEx, providing a focused set of metrics for any organization size. It includes four dimensions: speed, effectiveness, quality, and business impact, and can be implemented in weeks, not months.

Introduction to Data-Oriented Design [pdf]

How Unix spell ran in 64 kB of RAM

https://substackcdn.com/image/fetch/$s_!AmKd!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fce523ed3-b3aa-4cf3-b06a-4d67e70d838a_800x529.jpeg
Douglas McIlroy developed a compression algorithm to fit a 250kB dictionary in 64kB of RAM for the Unix spell checker, achieving a compression rate of 13.60 bits per word, close to the theoretical minimum of 13.57 bits. He used a combination of techniques, including a Bloom filter, hash compression, and Golomb's code for geometrically distributed integers, to achieve fast lookups and efficient storage.

Fonts In Use – Find out where a font is used

https://assets.fontsinuse.com/static/use-media-items/298/297113/thumb/6a6647e0/50113523612_79165e463b_4k.jpeg
These are the most common typefaces in the database, but there are many more. Try a search!

8086 Emulator Inside Scratch

TurboWarp is a Scratch mod with a compiler to run projects faster, dark mode for your eyes, a bunch of addons to improve the editor, and more.

Simulate cassette tape audio profiles using FFmpeg

https://raw.githubusercontent.com/AARomanov1985/Audio-Cassette-Simulation/master/assets/cassettes.jpeg
# Convert local audio files (mp3, ogg, m4a, aac) ./convert_cassette_*.sh # Record a live web stream into segment files ./record_stream_cassette_*.sh [STREAM_URL]