E-Ink News Daily

AI-curated tech news, optimized for E-Ink

July 13, 2026

LatestArchivesJuly 13, 2026Newer editionOlder edition
85
Total
54
Selected
6.5
Avg Score
AllArs TechnicaHacker News (RSS)The VergeLobstersTechCrunchSimon WillisonGood e-Reader#media mergers#antitrust#streaming wars#legal#open data#climate science#data preservation#government transparency
8.0

Climate.gov was destroyed. Open data saved it

The article highlights how open data initiatives preserved critical climate information after the official climate.gov website was compromised or taken down. It underscores the resilience of decentral...

8.0

LAPD lets contract with surveillance giant Flock expire

The Los Angeles Police Department has allowed its contract with Flock Safety to expire, citing significant concerns regarding civil liberties and privacy. This decision marks a notable shift in how ma...

8.0

California creates $3,500 rebate for new electric vehicle buyers

California Governor Gavin Newsom has signed legislation establishing a $3,500 instant rebate for first-time electric vehicle buyers purchasing new cars under $50,000. This state-level initiative serve...

8.0

OnePlus is reportedly bailing on the US

Reports indicate that OnePlus and its parent company Oppo are preparing to withdraw the OnePlus brand from the US and European markets, ending months of speculation about the company's future in these...

8.0

Now, defenders are embracing the prompt injection, too

Researchers from Tracebit have introduced 'context bombing,' a defensive technique that uses prompt injections containing forbidden commands to trigger an LLM's refusal mechanism, effectively shutting...

7.0

Quadrupling code performance with a "useless" if

The author demonstrates how adding an apparently redundant 'if' statement can quadruple code performance by improving CPU branch prediction and instruction pipeline efficiency during a compression alg...

7.0

crates.io: development update

The crates.io team introduced a new source code viewer allowing users to browse published crate versions directly, featuring a file tree, search, and syntax highlighting. Additionally, the platform ha...

7.0

Engineering High-Performance Parsers with Data-Oriented Design

The article advocates for Data-Oriented Design in building high-performance parsers, arguing that memory layout and access patterns are more critical to speed than grammar complexity. It details how t...

7.0

A Farewell to ARPs: IPv4 Service on IPv6-Only Networks

This article discusses an IETF proposal to eliminate ARP and parallel IPv4 architectures in IPv6-only networks, allowing IPv4 to function as a service over IPv6 infrastructure without translation or t...

7.0

Browsers Do Math Differently on Every OS; Anti-Bot Systems Read the Bits

Anti-bot systems can fingerprint browsers by exploiting subtle differences in floating-point math implementations across operating systems, such as discrepancies in the last bits of `Math.tanh()` resu...

7.0

SpaceX cleared to fly Starship again after booster failure in May

SpaceX has received regulatory clearance to resume Starship flights following a booster failure in May. This upcoming mission marks the first test flight for the company since it became a public entit...

7.0

Waze adds new AI-powered features and customization updates

Waze has introduced new AI-powered features and customization options, leveraging Google's Gemini AI assistant to enhance user experience. This update is part of Google's broader strategy to integrate...

7.0

Hackers quickly prove that Neo Geo Doom ports are not "impossible"

Hackers have successfully ported Doom to the Neo Geo console, disproving earlier claims that it was technically impossible due to hardware limitations. The projects utilize creative workarounds, such ...

7.0

Simulating everything, sort of: The promise and limits of world models

This article explores the emerging field of 'world models,' which aim to simulate the physical world rather than just processing language, marking a potential shift away from pure LLM dominance. Exper...

7.0

Apple’s public betas for iOS 27 and more are out now

Apple has released public betas for iOS 27, iPadOS 27, watchOS 27, and macOS 27 Golden Gate, featuring a revamped AI-powered Siri. While the new Siri functionality is noted as working well, users are ...

7.0

Siri AI makes the Apple Watch finally feel like a wrist computer

The article analyzes the watchOS 27 developer beta, highlighting how the integration of 'Siri AI' transforms the Apple Watch from a simple notification device into a more capable wrist computer. While...

7.0

DOOMQL

Peter Gostev has created 'DOOMQL', a Doom-like game entirely powered by SQLite, where SQL handles movement, collision, rendering, and game logic. The project demonstrates a massive recursive CTE actin...

6.0

The real prices of frontier models. Tokens * Price, right?

This article analyzes the true cost of using frontier AI models, arguing that pricing based solely on tokens is misleading due to factors like latency, throughput, and infrastructure overhead. It prov...

6.0

Building and Shipping Mac and iOS Apps Without Ever Opening Xcode

The article details a workflow for building and shipping macOS and iOS applications entirely outside of Xcode, leveraging command-line tools and alternative build systems. It highlights the technical ...

6.0

Control the ideas, not the code

Redis creator Salvatore Sanfilippo argues that programmers should focus on controlling software ideas rather than obsessing over the code itself, as AI reshapes the development landscape. He aims to r...

6.0

Go-flavored concurrency in C

The author explores implementing Go-style concurrency primitives, such as channels and mutexes, in C using POSIX threads for the Solod compiler. The article details the architectural decisions and per...

6.0

Adding a second middleware broke our typescript types

Inngest engineers discovered that composing multiple TypeScript middleware functions caused step.run return types to collapse to empty objects due to non-idempotent Jsonify transformations. The issue ...

6.0

Don’t Use aria-label on Static Text Elements (2024)

The article warns against applying aria-label or aria-labelledby to non-interactive, static HTML elements like divs and spans. It explains that ARIA attributes are strictly tied to element roles and a...

6.0

Introducing Bobbin: A diskless, API-only AppView for Tangled

Tangled introduces Bobbin, a lightweight, API-only AppView designed to replace its existing monolithic architecture. By eliminating persistent storage and serving read operations via XRPC, Bobbin aims...

6.0

12 states sue to block Paramount’s $110B Warner Bros. deal

A coalition of 12 state attorneys general, led by California, has filed a lawsuit to block Paramount's proposed $110 billion merger with Warner Bros. Discovery. The states argue the deal violates anti...

6.0

Should AI help you get away with killing your spouse?

The article discusses George Hotz's controversial argument against centralized AI safety measures, proposing instead that locally controlled models aligned with individual user interests are the optim...

6.0

Microsoft tests Windows Search without all the ads and fluff

Microsoft is testing a cleaner version of the Windows 11 search menu for Windows Insiders that removes recommended content, ads, and distracting tiles. This update aims to streamline the user experien...

6.0

datasette code-frequency chart on GitHub

Simon Willison analyzes commit frequency data for his open-source project, Datasette, to illustrate the impact of recent advanced coding agents and Opus 4.5-class models. He observes a significant spi...

6.0

Open Book Touch is now available on Crowdsupply

Oddly Specific Objects has launched the Open Book Touch on Crowdsupply, offering a fully open-source and hackable e-reader. This device serves as a DRM-free alternative to proprietary ecosystems like ...

5.0

Show HN: DOM-docx – HTML to native, editable Word docs (MIT)

DOM-docx is an open-source JavaScript library that converts HTML DOM nodes into native, editable Microsoft Word documents (.docx). Released under the MIT license, it allows developers to generate Word...

5.0

lobste.rs is now running on SQLite

The tech community platform lobste.rs has successfully migrated its database from MariaDB to SQLite, achieving lower CPU and memory usage, faster response times, and a 50% reduction in hosting costs. ...

5.0

WebExtension to query any HTML table with PRQL

The author has released a Firefox browser extension called TableQ that allows users to query HTML tables using PRQL instead of SQL. The tool converts table data into a SQLite database for querying, th...

5.0

Siri AI is already changing how I use my iPhone

The article reviews the iOS 27 public beta, characterizing the update as a 'Snow Leopard' style release focused on performance improvements and bug fixes rather than groundbreaking new features. Key e...

5.0

shot-scraper 1.11

Simon Willison released shot-scraper 1.11, a CLI utility for website screenshots and scraping, focusing on improved command consistency and robustness. Key updates include extending the server startup...