Apple reveals new AI architecture built around Google Gemini models

https://images.macrumors.com/t/pyUwgTfBqNjvuSr04oeEAzR66EM=/400x0/article-new/2026/06/apple-intelligence-architecture.jpg?lossy
Apple overhauls Apple Intelligence with Google Foundation Models, enabling on-device AI capabilities and multimodal support. Users can opt out of Google integration, but it's unclear if this can be completely disabled.

Siri AI

https://www.apple.com/v/apple-intelligence/h/images/overview/welcome/hero_1__ecjmz3usdmc2_large.jpg
Apple Intelligence is a helpful AI integrated into Apple devices for personal needs, protecting user privacy through on-device processing. It uses Private Cloud Compute for complex requests while maintaining user data security.

MiMo-v2.5-Pro-UltraSpeed: 1T model with 1000 tokens per second

https://mimo.xiaomi.com/mimo-tilert-1000tps/1000tpsfp4.png
Xiaomi MiMo-V2.5-Pro-UltraSpeed breaks 1000 tokens/s decode speed on a 1-trillion-parameter model. It achieves this through extreme model-system codesign with TileRT, delivering 10× the generation speed of MiMo-V2.5-Pro.

Show HN: Performative-UI – a react component library of design tropes

Surveillance Is Not Safety: A statement on the UK's latest threat to privacy [pdf]

UK government's plan to scan all UK devices for nudity will not safeguard children but endanger everyone and strengthen tech giants' control. This proposal will lead to mass surveillance and censorship, expanding to target "threats" and "harmful content" beyond nudity.

Full Reverse Engineering of the TI-84 Plus Operating System

The TI-84+ has a 1 MiB flash and 128 KiB RAM with a 4-slot paging scheme and bcall mechanism. It uses a single-tasking monitor with a boot/kernel core and OS routines on flash pages and a fixed RAM region for system state.

Why are cells small?

https://burrito.bio/images/why-are-cells-tiny/t_magnifica.jpg
Cells come in various shapes and sizes due to constraints on surface area-to-volume ratio and diffusion. A cell's size is determined by balancing tradeoffs between volume, diffusion, surface area, and energy.

Anti-social: It's fads, not friends, which now dominate social media feeds

https://ichef.bbci.co.uk/images/ic/480xn/p0nml49b.jpg.webp
Aurélia and others are using social media less for personal interaction and more for entertainment, with many preferring to watch professionally made content from people they don't know. Social media platforms are evolving into passive entertainment platforms, with users giving information for commercial gain in exchange for tailored content.

xAI is looking more like a datacentre REIT than a frontier lab

https://martinalderson.com/img/xai-datacentre-rental-payback.png
xAI partnered with Anthropic and Google, providing them with huge capacity, and the revenue flows into SpaceX ahead of its IPO. This deal gives xAI a competitive advantage in datacentre buildout and helps alleviate compute shortages for Anthropic and Google.

EU-banned pesticides found in rice, tea and spices

https://www.foodwatch.org/fileadmin/_processed_/6/7/csm_visuel-2310x1291_copie_69987c5975.jpg
Pesticides banned in the EU were found in everyday food products in the Netherlands, France, Austria, and Germany. Brussels plans to weaken food safety regulations, putting consumers at risk.

Launch HN: Intuned (YC S22) – Build and run reliable browser automations as code

https://intunedhq.com/_next/static/media/base-background.553f29a4.png
Intuned Agent generates and maintains production-ready Playwright code for scraping, crawling, and automations. It handles stealth, auth, scheduling, and scale, allowing users to write code in their preferred language.

Ask HN: Why hasn't there been a real competitor to Ticketmaster yet?

Ticketmaster maintains its market dominance through exclusive deals with venues and artists, vendor lock-in, and a business model that allows it to take a large cut of ticket sales. The company's monopoly is also perpetuated by the complicity of venues and artists who benefit from its services.

Show HN: Gitdot – a better GitHub. Open-source, anti-AI, and written in Rust

A better open-source GitHub

Apple Core AI Framework

https://docs-assets.developer.apple.com/published/3436c2b440f83e13deb0e14474c5e08e/core-ai-framework-hero%402x.png
Core AI helps you build, run, and deploy AI models in your app. Designed with Apple silicon in mind, Core AI allows your app to use the latest model architectures and inference techniques across the CPU, GPU, and Neural Engine. The Swift API makes common tasks simple, while giving you more control over model specialization, caching, and inference performance when needed. Alongside the ...

Thunderbird Littering My Home

https://thefoggiest.dev/content/img/thunderbird-folder.png
You're experiencing a bug in Thunderbird due to XDG changes, causing it to create an empty ~/thunderbird directory. You've created a systemd user service to automatically remove this directory when created.

Stop the Apple Music app from launching

https://lowtechguys.com/static/img/musicdecoy-icon.png
Music Decoy app prevents Music app from launching when play button is pressed by having same bundle identifier. It works by existing as a running process, allowing configuration to launch another app when play button is pressed.

Switzerland wil have a referendum to cap population at 10M

You don't have permission to access "http://www.admin.ch/en/sustainability-initiative" on this server.

OCaml Onboarding: Introduction to the Dune build system

https://ocamlpro.com/blog/assets/img/ai_construction_camel.png
This article explains how to use Dune, a build system for OCaml, to create and manage OCaml projects. It covers setting up a project, building and running code, testing, and generating documentation using Dune and its tools.

AI is slowing down

https://storage.ghost.io/c/24/d8/24d8fcec-dfba-4f40-a467-823d2941ae46/content/images/2026/06/data-src-image-2947d558-988a-43d8-b4cc-bce57e74dd81.png
The author argues that the AI bubble is unsustainable due to its massive compute commitments and revenue requirements. To justify the current infrastructure, AI companies must grow at an astonishing rate, with Anthropic and OpenAI needing to make $400 billion in annual revenue by 2030.

Apple WWDC 2026

https://www.apple.com/v/apple-events/event-stream/u/images/overview/meta/apple_events__e45eglvo9mky_og.png?202606030909
The stream is compatible with iOS devices, Macs, and some browsers on other platforms. Apple TV or AirPlay 2-capable devices are required for TV streaming.

Massachusetts bans sale of precise location data in new privacy rights bill

https://techcrunch.com/wp-content/uploads/2022/07/GettyImages-1392356345.jpg?w=1024
Massachusetts lawmakers passed a Consumer Data Privacy Act in a unanimous vote, combining bills to be sent to the governor's office for expected signing into law. The law will block sharing or sale of sensitive information without user consent, affecting companies handling over 100,000 consumers' data.

Ask HN: What are tools you have made for yourself since the advent of AI?

You're building software tools with a minimal toolchain, using a custom harness with dagger for efficiency. You're also creating a personal knowledge base with markdown search and wiki powered by Typesense for better outcomes.

120k Lines of Rust: Inside the Nosdesk Backend

https://kyle.au/img/blog/nosdesk-backend.webp
Nosdesk's backend is built with Rust, using a small stack and a focus on error prevention through type systems and back-pressure. The system prioritizes upfront effort to make certain failures unrepresentable, using techniques like circuit breakers and panic boundaries to ensure reliability.

Using XDG-Compliant Config Files (2024)

wxWidgets now defaults to creating new config files in ~/.config by default, unless an existing dot file is found. A new function wxFileConfig::MigrateLocalFile() allows migrating existing config files to the new location.

The Cypherpunk Library

https://www.cypherpunkbooks.com/opengraph-image.png?opengraph-image.0uxdxnxa5mj37.png?dpl=dpl_7LbeGJQUxn2nLpyDwXrxgPDNR3wp
This shelf is public domain end to end. For everything else, there’s Anna’s Archive, LibGen, and the torrents.

How much of Thermo Fisher's antibody data has been manipulated?

https://reeserichardson.blog/wp-content/uploads/2026/05/thermo_fisher_wb_featured_image.png?w=1024
Researchers found over 450 manipulated images in Thermo Fisher's antibody catalog, with more than 100 images showing clear signs of fabrication. The images were used to verify the effectiveness of antibodies, which are crucial for biomedical research.

1worldflag: A blue dot on a transparent background

https://1worldflag.com/wp-content/uploads/2020/04/One-World-Flag-Logo.png
The One World Flag represents unity and a shared home for all inhabitants of the blue planet. It symbolizes that more unites us than divides us, promoting a sense of belonging and togetherness.

Are you expected to run five Python type-checkers now?

https://pyrefly.org/img/Pyrefly-Preview-Symbol.png
Library maintainers should prioritize running multiple type-checkers on their test suite to ensure their public API works well for users. They should run at least one type-checker on their source code, focusing on internal development practices rather than testing their internal logic.

I'm building a parallel internet, and it's called The Thinnernet

https://blogger.googleusercontent.com/img/a/AVvXsEh6x-X2Kjvpr1I7S4COADE-lq87xg3w-txwJ8EvYT8qvRF9RavaID0hZQkgkzPkGN4dBJGL8QSqG0CsOSuOgAJZ14tvPZQKoaMblfZgc1kY2GZ_nplMCGl1PDu8lFYD04tzfhJiLdmDisq2Ad1gzHUEa-1FbFpgAPiYsPsKrYMgG5xVSBsO5RrZyS12_L-R
The author proposes a concept called Thinnernet, which aims to provide a predictable user experience across different internet speeds by minimizing data transfer and prioritizing essential data. This idea is inspired by Steve Jobs' focus on user experience and is seen as a necessary adaptation to the internet's current limitations and the need for a more energy-efficient way to access the web.

Life is too short for a slow terminal

https://mijndertstuij.nl/og/life-is-too-short-for-a-slow-terminal.png
The user optimizes their zsh shell for speed by keeping it minimal, avoiding plugin managers and frameworks like oh-my-zsh, and lazy loading expensive tools like nvm and kubectl. They also use tools like Ghostty for input latency reduction and pure for asynchronous prompts, achieving instant shell startup and prompt redraw.