E-Ink News Daily

AI-curated tech news, optimized for E-Ink

July 29, 2026

LatestArchivesJuly 29, 2026Older edition
97
Total
72
Selected
6.5
Avg Score
AllHacker News (RSS)LobstersTechCrunchArs TechnicaSimon WillisonThe VergeGood e-Reader#on-device-ai#llm-inference#quantization#macos#cheriot#hardware#memory-safety#silicon
8.0

First CHERIoT Silicon

SCI Semiconductor has produced the first silicon implementation of CHERIoT, moving beyond software and FPGA simulations to a physical ICENI chip. This hardware delivers full CHERI memory safety featur...

8.0

Document-borne AI worms can self-propagate through Copilot for Word

This article describes a novel security vulnerability where AI worms can self-propagate through Microsoft Word documents by exploiting Copilot for Word. The worm leverages the integration between Word...

8.0

Who wins and who loses after US bans foreign robots?

The US FCC has banned foreign-made advanced robotic devices, citing national security risks linked to cybersecurity vulnerabilities in Chinese robots. The ban covers humanoid and quadruped robots with...

8.0

Elon Musk’s xAI is trying to sue its way out of a Grok reckoning

Elon Musk's xAI is facing legal pressure from Minnesota and child victims over its Grok AI tool being used to generate harmful content including CSAM. The company is suing users who allegedly bypassed...

8.0

Anthropic is finding bugs faster than Microsoft can fix them

Anthropic's AI model Mythos is uncovering critical and important vulnerabilities in Microsoft's code at a pace that exceeds the company's ability to patch them, prompting urgent internal efforts to ad...

8.0

AI Worming through Word

Håkon Måløy discovered a novel prompt injection technique that transforms malicious instructions in Microsoft Word documents into self-replicating AI worms via Copilot for Word. The attack propagates ...

7.0

Kimi K3-256k

Kimi K3-256k is a new large language model from Kimi Code, featuring a 256k context window for handling extensive text inputs. It aims to enhance long-context understanding and generation capabilities...

7.0

Keychron announces first open-source firmware for gaming mice

Keychron has released its first open-source firmware for gaming mice, allowing users to customize and modify mouse behavior. This move enhances transparency and community-driven innovation in peripher...

7.0

Superlogical

Superlogical is a new programming language designed for high-performance computing, combining elements of Rust and C++ with a focus on safety and speed. It aims to simplify concurrent programming thro...

7.0

Handbook.md shows that long policy documents do not reliably govern agents

This paper investigates whether long policy documents effectively govern AI agents, finding that they often fail to reliably guide agent behavior. The study highlights challenges in using extensive te...

7.0

KOReader

KOReader is an open-source e-ink reader application that supports multiple formats and devices, offering advanced customization for a superior reading experience. It has gained significant traction in...

7.0

Some notes about Anthropic’s new results

Matthew Green analyzes Anthropic's new cryptanalysis results from Claude Mythos, focusing on a key recovery attack against the proposed post-quantum signature scheme HAWK and an improved reduced-round...

7.0

PostgreSQL MVCC: tradeoffs compared to other engines

This article critically examines PostgreSQL's Multi-Version Concurrency Control (MVCC) design, highlighting common criticisms like write amplification and table bloat while arguing these are deliberat...

7.0

A field day for Gleam’s language server | Gleam v.1.18.0 release

Gleam v1.18.0 introduces significant improvements to its language server, including full support for record fields (go-to-definition, find-references, rename), type variable renaming, and automatic im...

7.0

Manganin: tools matter

Manganin is a Git forge written in Zig that reimagines source code management with a focus on trust and self-hosting. It introduces an invite tree system where contributors must be vouched by existing...

7.0

Sovereignty is a substrate

The article highlights Ajinomoto, a Japanese food company, as the dominant supplier of ABF dielectric film used in nearly all high-performance AI chips, revealing an unexpected choke point in global A...

7.0

basebrowserproject

BaseBrowserProject is a Firefox hard-fork designed to remove features considered hostile to users, emphasizing human-centric development and maintenance. It represents a significant shift in browser p...

7.0

Flycheck 38: Might & Magic

Flycheck 38 marks a major update introducing built-in Eglot support for language servers, inline diagnostics, and automated fix application, revitalizing the project amid competition from Flymake. The...

7.0

Sorry, haters. Ferrari’s first EV is doing just fine

Ferrari's first electric vehicle, the Luce, has exceeded sales targets in just two months despite initial criticism over its design and performance expectations. The €555,000 five-seater, largely desi...

7.0

Waymo robotaxis are starting to return to freeways

Waymo is resuming freeway operations for its robotaxis after a pause, amid heightened scrutiny over how autonomous vehicles handle high-traffic scenarios and emergency responders. The move signals pro...

7.0

Actually, Starliner might fly into space this year

Boeing's Starliner spacecraft is making progress in addressing propulsion system issues that caused a failed crewed mission to the ISS. The company has completed most of the redesign work and is now c...

7.0

New AMD Linux patch boosts low-end gaming performance on Steam Deck

A new AMD Linux driver patch addresses low-end frame hitches on Steam Deck by dynamically adjusting CPU core frequencies in Energy Performance Preference (EPP) mode, improving gaming performance witho...

7.0

DoorDash is building its own drone delivery business

DoorDash has secured FAA approval to launch a commercial drone delivery service in the U.S., marking a significant step toward automating food logistics. This move could revolutionize last-mile delive...

7.0

Mark Zuckerberg is planning a big push into personal AI agents

Mark Zuckerberg announced during Meta's Q2 2026 earnings call that the company is preparing a major push into personal AI agents capable of performing tasks autonomously on behalf of users. He highlig...

6.0

The coolest use for the Vision Pro

The article explores an innovative application of Apple's Vision Pro headset for immersive home design and interior visualization, allowing users to interact with virtual spaces in real-time. It highl...

6.0

Darktable

Darktable is a powerful open-source photography workflow application and raw developer, offering professional-grade tools for photo organization, editing, and enhancement. Its recent Hacker News spotl...

6.0

AI Mania Is Eviscerating Global Decision-Making

The article critiques the widespread AI hype across organizations, arguing that many are making irrational decisions driven by 'AI psychosis' rather than strategic planning. The author, based on exten...

6.0

It doesn’t matter whether “Matz is nice”

The article critiques the Ruby community's self-proclaimed 'niceness' (MINASWAN), arguing that it is a projection onto creator Matz, while highlighting controversial figures like DHH and Tobias Lütke ...

6.0

Overengineered calculator: Zig + QBE

The article describes a project that uses the Zig programming language and QBE compiler backend to build an overengineered calculator. It covers the process of defining a grammar for arithmetic expres...

6.0

GNU Hyperbole Implicit Buttons: Build your Hyperverse

This article explores GNU Hyperbole's implicit buttons—a feature that automatically recognizes and activates hyperlinks (like file paths, URLs, or git commits) in Emacs text using pattern recognizers....

6.0

Writing Toy Software Is A Joy (2025)

The article advocates for writing toy programs as a way to rediscover the joy of software development and deepen understanding through hands-on creation. It emphasizes simplicity, avoiding over-engine...

6.0

Setting timers in simple games (feat. the frame rule)

This article presents a lightweight timer system for game development using Lua in PICO-8 or Picotron, inspired by Super Mario Bros. scheduling logic. It demonstrates how to implement frame-based time...

6.0

const_cast: A Necessary Evil

The article discusses the use of const_cast in C++, highlighting its necessity despite potential risks like undefined behavior. It specifically addresses a scenario involving std::priority_queue with ...

6.0

C++26: Reducing undefined behaviour

The article discusses C++26's efforts to reduce undefined behavior, focusing on proposal P3144R2 which makes deleting a pointer to an incomplete type ill-formed instead of undefined. This change aims ...

6.0

Zuckerberg says Meta’s enterprise AI opportunity extends beyond agents

Mark Zuckerberg highlighted during Meta's Q2 earnings call that the company sees significant enterprise AI opportunities beyond just AI agents, encompassing APIs, compute infrastructure, and internal ...

6.0

As AI content floods the internet, Pangram raises $9M to detect it

Pangram has secured $9 million in funding to expand its AI content detection capabilities, launching Pangram 4 for text and a research-preview image detection model. The move addresses growing concern...

6.0

Yet more qubit tech: New quantum dot options, diamond vacancies

This article highlights recent advancements in quantum computing technologies, focusing on new developments in quantum dot systems and diamond-based qubits. It discusses how these innovations aim to i...

6.0

What happens when you put AI to work deciphering lost languages?

An AI engineer used machine learning scripts to test a hypothesis about Linear A, an undeciphered Bronze Age language isolate, claiming progress by assigning values to 40 signs and compiling a lexicon...

6.0

Elon Musk finally launches X Money. What could possibly go wrong?

Elon Musk's X Money finally launches for US Premium subscribers but faces significant limitations including restricted peer-to-peer payments and lack of money transmitter licenses in key markets like ...

6.0

Audi has a new flagship designed with the US in mind: The 2027 Q9

Audi has unveiled the 2027 Q9, a new full-size flagship SUV designed with the U.S. market in mind, offering more space and comfort than its European-focused predecessors. The vehicle features a longer...

6.0

Qualcomm is raising phone chip prices starting September 1st

Qualcomm announced it will raise prices on all its smartphone processors starting September 1st, with rumored double-digit percentage increases. This comes despite a 20% year-over-year drop in handset...

6.0

The US government just banned Roombas

The FCC has expanded a Trump-era ban on 'advanced robotic devices' to include robot vacuum cleaners like Roombas, citing national security concerns. While existing models remain unaffected, future imp...

6.0

Full school day cellphone bans are more popular than ever

A new Pew Research Center survey reveals growing public support for cellphone bans in U.S. schools, with 77% favoring in-class restrictions and 48% backing full-day bans—a first-time majority for the ...

6.0

Instapaper 10 brings tons of new features to iOS

Instapaper 10 represents a major overhaul of its iOS app after more than ten years, featuring a redesigned interface and significant new functionality aimed at improving user experience for reading sa...

6.0

Adding a custom MCP server to Claude and ChatGPT

Simon Willison documents the process of connecting custom Model Context Protocol (MCP) servers to Claude and ChatGPT web interfaces, noting that while possible, setup is non-trivial. The guide address...

5.0

Claude: Elevated errors across all models

Claude experienced elevated error rates across all its models during an incident reported on their status page. The issue was resolved after a short duration, with no data loss or service degradation ...

5.0

User Interfaces of the Demo Scene

This article explores the unique and often quirky user interfaces used in the demo scene, focusing on tools like Elite Sinus Producer for the Amiga. It highlights how sceners build their own software ...

5.0

The strain in your brain

The author reflects on how AI-generated content has reduced the cognitive strain traditionally associated with learning complex technical material, arguing that while this increases efficiency, it may...

5.0

Winamp aims for a comeback with a new music player powered by Deezer

Winamp is attempting a comeback by launching a new music player integrated with Deezer's premium streaming service. The move leverages Winamp's nostalgic brand identity to compete in today's saturated...

5.0

What’s the catch with the Apple Upgrade program?

Apple has launched a new Upgrade Program allowing users to lease select iPhones, iPads, Macs, and Watches with low monthly payments, promising costs won't exceed the device's full price over one to th...

5.0

Dasung Link 2 Review – A Smartphone Monitor

The Dasung Link 2 is a portable E-Ink smartphone monitor that mirrors your phone's display onto a glare-free, paper-like surface to reduce eye strain. It offers a unique alternative for extended mobil...