John Ternus to become Apple CEO

https://www.apple.com/newsroom/images/2026/04/tim-cook-to-become-apple-executive-chairman-john-ternus-to-become-apple-ceo/article/Apple-John-Ternus-Tim-Cook_Full-Bleed-Image.jpg.large.jpg
Tim Cook will become Apple's executive chairman on September 1, 2026, while John Ternus will take over as CEO. Ternus has been with Apple for 25 years and has overseen many groundbreaking products.

How to Make a Fast Dynamic Language Interpreter

The author of Zef, a dynamic language, implemented several optimizations to improve its performance, achieving a 16x speed-up and bringing it into the ballpark of QuickJS, CPython, and Lua. The optimizations included changes to the value representation, parser, hashtable usage, and object model, as well as the introduction of inline caches, watchpoints, and specialized AST nodes.

Jujutsu megamerges for fun and profit

https://isaaccorbrey.com/profile.png
The author explains the megamerge workflow in Jujutsu, a powerful technique for working on multiple branches simultaneously, reducing merge conflicts and switching between tasks. The megamerge workflow involves creating an octopus merge commit as the parent of all working branches and using Jujutsu's absorb and squash commands to incorporate new changes.

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

https://qianwen-res.oss-accelerate.aliyuncs.com/Qwen3.6/Figures/3.6_max_preview_banner.png
Qwen3.6-Max-Preview is an early preview of a proprietary model with stronger world knowledge and instruction following, along with improved agentic coding. It achieves top scores on six major coding benchmarks and is available through Alibaba Cloud Model Studio API.

Kimi vendor verifier – verify accuracy of inference providers

We are open-sourcing the Kimi Vendor Verifier (KVV) project to ensure open-source models run correctly everywhere. KVV includes Pre-Verification, AIME2025, K2VV ToolCall, Upstream Fix, Pre-Release Validation, and Continuous Benchmarking to improve model accuracy and trust.

Ternary Bonsai: Top Intelligence at 1.58 Bits

https://cdn.prod.website-files.com/699604cc2b9dd89bdbda0608/69e000f196e660e26649c52d_73eaaef5.png
Ternary Bonsai is a new family of 1.58-bit language models that balance memory constraints with high accuracy. They achieve a 9x smaller memory footprint than standard 16-bit models while outperforming peers in their class.

Soul Player C64 – A real transformer running on a 1 MHz Commodore 64

https://opengraph.githubassets.com/0b06c396850606888e9a1bfe1d7c604f81552722de093bfc0ca5fd78582fee64/gizmo64k/soulplayer-c64
a 2-layer transformer model is implemented on a commodore 64 using 6502/6510 assembly, with 25,000 int8 parameters and real-time processing. the model is trained with quantization-aware training and produces responses in several minutes.

ggsql: A Grammar of Graphics for SQL

https://opensource.posit.co/blog/2026-04-20_ggsql_alpha_release/greet.png
ggsql is a new data visualization tool that uses SQL syntax to create rich, structured visualizations, making it easy for SQL users to create custom plots. The tool is designed to be powerful, ergonomic, and safe, with a focus on integrating with AI agents and code-based reporting tools, and is currently available in alpha release.

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

https://assets.buttondown.email/images/0f86b37f-5bdb-4151-928e-5e3812a29dc9.png?w=960&fit=max
AES-128 is safe against quantum computers due to the difficulty of parallelizing Grover's algorithm, making it impractical to break with current technology. Experts, including NIST, agree that AES-128 remains secure for decades to come, and no key size changes are necessary as part of the post-quantum transition.

OpenAI ad partner now selling ChatGPT ad placements based on “prompt relevance”

https://static-www.adweek.com/wp-content/uploads/2025/05/open-ai-data-chatgpt-2025.jpg?w=1200
ADWEEK MiniMBA in Marketing helps leaders shape media strategy with confidence. StackAdapt is testing ads in ChatGPT with low CPMs and discounted fees for early access.

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

To verify, complete the captcha or click the checkbox if it doesn't load. If still redirected, contact support.

Modern Rendering Culling Techniques

https://krupitskas.com/modern_graphics_culling_techniques/srtt.png
Culling is a crucial optimization technique in game development that reduces unnecessary work by skipping objects, triangles, or lights that are not visible to the player. Various culling techniques, including distance, frustum, occlusion, and meshlet culling, can be combined and layered to achieve the best results, with the goal of being conservative with correctness and aggressive with wasted work.

Brussels launched an age checking app. Hackers took 2 minutes to break it

https://www.politico.eu/cdn-cgi/image/width=1160,height=773,quality=80,onerror=redirect,format=auto/wp-content/uploads/2026/04/17/GettyImages-1829285149-scaled.jpg
Government urges staff to switch from Silicon Valley to Visio platform. France and Germany disagree on detoxing from Big Tech, with France filing a complaint against Kick.

Japan's Cherry Blossom Database, 1,200 Years Old, Has a New Keeper

A climate scientist's 1200-year cherry blossom record is being passed on after his death, with a Tokyo-based environmental biophysicist taking over. The record is significant as cherry trees are sensitive to temperature changes, blooming earlier with global warming.

Kefir C17/C23 Compiler

https://git.sr.ht/~jprotopopov/kefir/blob/HEAD/docs/img/kefir_pipeline.drawio.svg
Kefir is an independent C17/C23 compiler developed by Jevgenij Protopopov, validated with 100 software projects and targeting x86_64 architecture.

Monero Community Crowdfunding System

https://ccs.getmonero.org/img/donate-monero.png

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

https://techcrunch.com/wp-content/uploads/2026/04/Copy-of-2000x1000-EN-1240x600-1.jpg?w=1024
Deezer reports a surge in AI-generated music uploads, with 60,000 tracks daily, but 85% are detected as fraudulent. The company will no longer store hi-res AI tracks and labels them for transparency.

WebUSB Extension for Firefox

https://opengraph.githubassets.com/5faedb93dc7cf1f56c26cb539f018dc5f7699b7f462a80319cade57fc64b6493/ArcaneNibble/awawausb
To use the extension, install the native stub program on your computer and a browser extension. The native stub requires a specific operating system and kernel version.

M 7.4 earthquake – 100 km ENE of Miyako, Japan

The Earthquake Event Page application supports most recent browsers, view supported browsers. Or, try our Real-time Notifications, Feeds, and Web Services.

Zero-Copy Pages in Rust: Or How I Learned to Stop Worrying and Love Lifetimes

https://redixhumayun.github.io/assets/img/zero-copy/read_write_lifecycle.png
Zero-copy techniques are used in high-performance database engines to eliminate CPU copies between kernel and user space buffers, improving performance under high load. In Rust, this is achieved by using references and lifetimes to create borrowed views into existing bytes, rather than making owned copies, and structuring the API to reflect the underlying invariants.

F-35 is built for the wrong war

https://warontherocks.com/wp-content/uploads/2025/06/Cogs-Icon-3.png?v=1773080986
The US has attempted to equip its entire tactical air fleet with the F-35, a masterpiece but expensive and limited platform, which may not be suitable for protracted wars. A balanced force with unmanned systems could hedge against the F-35's limitations and provide a more sustainable solution.

10 years ago, someone wrote a test for Servo that included an expiry in 2026

https://files.mastodon.social/cache/preview_cards/images/189/770/313/original/823a2203af2fb673.png
Someone wrote a unit test for @servo 10 years ago with a cookie expiry date of April 18, 2026, now the CI is broken. Maintainers suggest using system time or a library like TimeCop to make tests more robust.

Bloom (YC P26) Is Hiring

https://bookface-images.s3.amazonaws.com/small_logos/a646e943f901dce6673220447608eb5a1fb6aec0.png
Bloom is a platform that generates on-brand marketing assets in seconds, helping small businesses avoid template-like designs. It raised ~$1M from YC and notable investors, aiming to build a Brand OS system.

Year of the IPv6 Overlay Network

https://www.defined.net/_astro/year-of-the-ipv6-overlay-network-hero.BEC4XiDE_Z1k5dhn.png
Nebula 1.10 adds IPv6 support, a new certificate format, and multiple IP addresses per host. This release enables future-proof networking with flexibility and security.

Even 'uncensored' models can't say what they want

https://morgin.ai/assets/covers/euphemismbench-flinch-profile.jpeg
Researchers measured the "flinch" in pre-trained language models, a gap between the probability a word deserves and the probability the model assigns it. The flinch varies by lab and year, and abliteration, a popular post-training intervention, actually makes models more likely to deflect charged words.

Atlassian enables default data collection to train AI

We're verifying your browser Website owner? Click here to fix

Sauna effect on heart rate

https://loved-hug-5d84552294.media.strapiapp.com/sauna_hr_984f14dcae.png
Saunas have a therapeutic effect and promote cardiovascular health by stimulating the heart and increasing blood volume. Sauna use is linked to better same-day recovery, with lower nighttime heart rates and increased activity.

Writing string.h functions using string instructions in asm x86-64 (2025)

https://pmasschelier.github.io/x86_64_strings/images/eflags.png
The C standard library's string.h functions, such as memcpy, are often implemented as built-in functions by the compiler due to their importance in program speed, and can be optimized using x86 assembly instructions like rep movsq and SIMD extensions. The glibc's implementation of these functions, such as memcpy and memset, uses indirect functions that can choose the most efficient ...

Kimi K2.6: Advancing open-source coding

https://kimi-file.moonshot.cn/prod-chat-kimi/kfs/4/2/2026-04-20/1d7j2jpl3v89kkei5mq70?x-tos-process=image%2Fauto-orient%2C1%2Fstrip%2Fignore-error%2C1
Kimi K2.6 is a state-of-the-art open-sourced model featuring long-horizon execution, agent swarm capabilities, and strong improvements in coding tasks. It demonstrates exceptional reliability, instruction following, and out-of-distribution generalization, setting a new bar for open-sourced models in agentic workflows.

I learned Unity the wrong way

https://darkounity.com/api/images/how-i-learned-unity-the-wrong-way.webp
I spent 3 years building Unity games by copying tutorials and stitching forum scripts together. Then an interviewer asked me what Queue<T> was. I could not answer.