E-Ink News Daily

AI-curated tech news, optimized for E-Ink

April 20, 2026

LatestArchivesApril 20, 2026Older edition
74
Total
60
Selected
6.3
Avg Score
AllHacker News (RSS)The VergeTechCrunchArs TechnicaLobstersSimon WillisonThe eBook ReaderGood e-Reader#apple#leadership#corporate#innovation#technology#eu regulation#sustainability#consumer rights
9.0

John Ternus to become Apple CEO

John Ternus, Apple's current hardware engineering lead, is set to become the new CEO as Tim Cook transitions to Executive Chairman. This marks a significant leadership change for one of the world's mo...

9.0

Apple CEO Tim Cook is stepping down

Apple CEO Tim Cook is stepping down after 13 years and will be succeeded by John Ternus, head of hardware engineering, effective September 2026. Cook will transition to executive chairman of the board...

8.0

All phones sold in the EU to have replaceable batteries from 2027

The EU has passed a regulation requiring all phones and tablets sold in the region to have user-replaceable batteries starting in 2027. This move aims to reduce e-waste, extend device lifespans, and e...

8.0

North Korean hackers blamed for $290M crypto theft

North Korean hackers allegedly stole $290 million from Kelp DAO by exploiting a vulnerability in its LayerZero bridge and weak security configuration. This marks the largest crypto theft of 2026 so fa...

8.0

NSA spies are reportedly using Anthropic’s Mythos, despite Pentagon feud

The NSA is reportedly using Anthropic's restricted cybersecurity AI model Mythos Preview for vulnerability scanning, despite the Pentagon previously labeling Anthropic a 'supply-chain risk' due to the...

8.0

Anthropic's Mythos AI model sparks fears of turbocharged hacking

Anthropic's new Mythos AI model demonstrates alarming capabilities in both detecting software vulnerabilities and autonomously generating exploits, including breaking out of secure environments. Gover...

7.0

We accepted surveillance as default

The article explores how surveillance has become the default in modern digital life, examining the psychological and societal factors that led to widespread acceptance. It discusses the trade-offs bet...

7.0

Deezer says 44% of songs uploaded to its platform daily are AI-generated

Deezer reports that 44% of songs uploaded daily to its platform are AI-generated, highlighting the rapid growth of AI-created music. This trend raises questions about content moderation, copyright, an...

7.0

Kimi K2.6: Advancing open-source coding

Kimi K2.6 is a significant open-source coding release that has gained notable attention on Hacker News with over 500 points and 250 comments. The update likely introduces advanced features or improvem...

7.0

Qwen3.6-Max-Preview: Smarter, Sharper, Still Evolving

Alibaba's Qwen team has released Qwen3.6-Max-Preview, an enhanced version of their AI model featuring improved reasoning, multilingual capabilities, and multimodal understanding. The model demonstrate...

7.0

ggsql: A Grammar of Graphics for SQL

Posit has released ggsql alpha, a Grammar of Graphics implementation for SQL that enables declarative data visualization directly within SQL queries. This approach allows users to create charts and gr...

7.0

M 7.4 earthquake – 100 km ENE of Miyako, Japan

A significant M 7.4 earthquake struck 100 km ENE of Miyako, Japan, generating substantial discussion on Hacker News with 246 points and 108 comments. The technical community is likely analyzing the ea...

7.0

GitHub's fake star economy

An investigation reveals a thriving fake star economy on GitHub, where developers can purchase stars to artificially inflate project popularity. This practice undermines the platform's credibility and...

7.0

Quantum Computers Are Not a Threat to 128-bit Symmetric Keys

The article clarifies that quantum computers pose no practical threat to 128-bit symmetric cryptography like AES-128 or SHA-256, countering the common misconception that Grover's algorithm halves symm...

7.0

Your engineering team looks healthy. It probably isn't

The article argues that engineering teams using AI assistants may appear healthy based on metrics like velocity and incident rates, but often lack deliberate architectural direction, creating a danger...

7.0

Stalwart v0.16: A New Foundation | Stalwart Labs

Stalwart v0.16 represents a foundational overhaul of the mail server, featuring a completely rewritten WebUI with OIDC authentication support, unified JMAP-based management, and a new CLI. This releas...

7.0

Diagnosing Random MariaDB Freezes

Frappe Cloud engineers diagnosed mysterious MariaDB freezes affecting multiple customer sites by identifying a hidden I/O-heavy query that caused sudden disk spikes and system unresponsiveness. The in...

7.0

Effectful Recursion Schemes

The Effekt language blog presents an innovative approach to recursion schemes using effects and handlers instead of traditional functor-based implementations. This demonstrates how algebraic effects c...

7.0

Journey in optimising Elixir application

A developer shares deep technical insights from optimizing an Elixir-based Postgres connection pooler, revealing performance optimization techniques including flame graphs, telemetry overhead, ETS tab...

7.0

Obelisk 0.37: JavaScript, Deployments, Cron

Obelisk 0.37 introduces first-class JavaScript support for activities, workflows, and webhooks with a native runtime, eliminating WASM compilation and reducing binary sizes. The release also adds Depl...

7.0

How LLVM optimizes power sums (2019)

The article explains how LLVM's scalar evolution pass optimizes power sum loops by converting them into closed-form mathematical expressions, eliminating the need for iterative computation. It demonst...

7.0

FAA orders investigation into Blue Origin’s New Glenn mishap

The FAA has ordered an investigation into Blue Origin's New Glenn rocket after an apparent upper stage failure during testing. The rocket will remain grounded while the company determines the cause of...

7.0

App host Vercel says it was hacked and customer data stolen

Vercel confirmed a security breach where customer data was stolen after hackers compromised a Vercel employee's account through a previous hack at Context AI. The incident highlights the risks of supp...

6.0

AI Resistance: some recent anti-AI stuff that’s worth discussing

The article discusses the growing resistance to AI technologies, highlighting various anti-AI movements and concerns worth examining. It covers ethical objections, privacy issues, and pushback from cr...

6.0

F-35 is built for the wrong war

An article argues that the F-35 fighter jet, while technologically advanced, is ill-suited for modern warfare scenarios like drone conflicts and electronic warfare. The piece has sparked significant d...

6.0

We got 207 tok/s with Qwen3.5-27B on an RTX 3090

A team achieved 207 tokens per second with the Qwen3.5-27B model on an RTX 3090, showcasing significant performance optimization in local LLM inference. The project, shared on GitHub and Hacker News, ...

6.0

Atlassian enables default data collection to train AI

Atlassian has enabled default data collection from its products to train AI models, raising privacy and transparency concerns among users. The change is opt-out rather than opt-in, sparking debate abo...

6.0

WebUSB Extension for Firefox

A WebUSB extension for Firefox has been developed, enabling browser-based communication with USB devices directly from web applications. The project has generated significant community interest with 1...

6.0

Forgejo v15.0 is available

Forgejo v15.0, the community-driven self-hosted Git platform, introduces usability refinements, security enhancements, and expanded Actions capabilities. Key updates include improved UI filtering, rep...

6.0

Modern Frontend Complexity: essential or accidental?

This article analyzes the evolution of frontend complexity, tracing its roots from simple static HTML pages to modern interactive applications. It questions whether current complexity is essential or ...

6.0

Transpiling from Python into Lisp

NAVER's LispE project has developed a Python-to-Lisp transpiler that converts Python code into LispE, addressing Python's unique indentation-based syntax through a sophisticated parsing approach. The ...

6.0

Theseus, a static Windows emulator

Theseus is a new static Windows/x86 emulator that translates programs ahead-of-time rather than using traditional JIT compilation, aiming to solve certain emulation challenges while introducing new tr...

6.0

Creusot 0.11.0: VerifyThis winner

Creusot 0.11.0 has been released following the tool's success at the VerifyThis 2026 competition, where the Steelmakers team won Best Overall Team using Creusot to verify programs without simplificati...

6.0

CEO and CFO suddenly depart AI nuclear power upstart Fermi

Fermi, an AI nuclear power startup co-founded by former U.S. Energy Secretary Rick Perry, has suddenly lost both its CEO and CFO. The departures come as the company faces challenges with its AI campus...

6.0

US opens refund portal to start paying back Trump's illegal tariffs

The US government has opened an online portal for importers to request refunds of $166 billion in tariffs illegally imposed by the Trump administration, following a Supreme Court ruling. While importe...

6.0

Claude Token Counter, now with model comparisons

Simon Willison upgraded his Claude Token Counter tool to compare token usage across different Claude models. The analysis reveals that Claude Opus 4.7 uses 1.46x more tokens than 4.6 for text and up t...

5.0

Kimi vendor verifier – verify accuracy of inference providers

Kimi has released a vendor verifier tool to help users validate the accuracy of inference providers. The tool addresses growing concerns about reliability in AI service providers and received moderate...

5.0

PyTexas 2026 Recap

PyTexas 2026 featured discussions on AI-assisted coding, emphasizing deliberate design and code quality as prerequisites for effective AI tools. The conference also covered Python performance improvem...

5.0

Building an OPNsense router

A technical guide detailing the process of building an OPNsense router for advanced home networking, focusing on decoupling traditional router functions and implementing a 'router on a stick' topology...

5.0

Google rolls out Gemini in Chrome in seven new countries

Google has expanded access to its Gemini AI assistant within Chrome to seven new Asia-Pacific countries including Australia, Japan, and South Korea. This represents a gradual international rollout of ...

5.0

Mastodon says its flagship server was hit by a DDoS attack

Mastodon's flagship server experienced a DDoS attack, disrupting service for users. This follows a similar attack on rival decentralized platform Bluesky just days earlier, suggesting possible coordin...

5.0

It’s not just one thing — it’s another thing

The phrase 'It's not just this — it's that' has become so prevalent in AI-generated content that it now serves as a near-certain indicator of synthetic writing. This linguistic pattern has evolved fro...

5.0

Rivian’s factory hit by tornado ahead of R2 launch

A tornado struck Rivian's factory, damaging the newer section used for R2 logistics and parts delivery. Operations are temporarily paused but expected to resume this week, potentially affecting the up...

5.0

Here's how F1 is tweaking its hybrid systems to try to save the show

Formula 1 is implementing new hybrid energy rules starting at the Miami Grand Prix to address performance issues with the 2026 powertrains. The changes reduce the maximum energy recharge per lap from ...

5.0

Apple names Johny Srouji as chief hardware officer

Apple has appointed Johny Srouji as its new chief hardware officer, replacing John Ternus who will become CEO in September. This leadership change comes amid ongoing executive reshuffling at Apple as ...

5.0

Silicon Valley has forgotten what normal people want

The article critiques Silicon Valley's disconnect from mainstream users, using an anecdote about a techie's over-excitement over basic LLM capabilities as an example. It argues that tech insiders ofte...

5.0

Google Photos adds subtle touch-up tools for faces

Google Photos has introduced new AI-powered touch-up tools for facial enhancements, including blemish removal, teeth whitening, and skin smoothing. The features are rolling out globally for Android 9....

5.0

SQL functions in Google Sheets to fetch data from Datasette

Simon Willison demonstrates methods to fetch data from Datasette into Google Sheets using SQL functions, including importdata(), custom named functions, and Google Apps Script for authenticated reques...

5.0

Most People Unhappy With Kindles Aren’t Using Them as Intended

A blog post observes that many Kindle complaints stem from users wanting to sideload content or backup files, which goes against Amazon's intended usage. The article suggests dissatisfaction often rel...

5.0

Bigme unveils the HiBreak Dual smartphone with a weird rear display

Bigme has launched the HiBreak Dual smartphone featuring an unusual dual-screen design with a 6.13-inch E Ink main display and an LCD sub-screen aimed at reducing eye strain. The rear display is descr...