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.

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.

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

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.

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.

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.

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 build, run, and deploy AI models in apps using Apple silicon. It includes tools for model preparation, debugging, and performance monitoring with Xcode and the Core AI Debugger app.

Fooling Go's X.509 Certificate Verification

https://danielmangum.com/images/twitter-card.png
A Go program verifies a certificate chain by comparing the Subject of CA certificates to the Issuer of the leaf certificate. However, due to differing ASN.1 data types for strings, the comparison fails even though the certificates are otherwise valid.

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.

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.

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.

OpenAI Submits S-1 Draft to SEC

https://images.ctfassets.net/kftzwdyauwt9/bEe28mW3dEOj9pKJsPp2u/13f7bed9e86b0667ba924479d62f98e4/Art_Card_1080x1080_1.png?w=3840&q=90&fm=webp
Company announces confidential S-1 filing, expecting it to leak, and is not yet deciding on a public listing timing. This announcement does not constitute a securities offer or solicitation.

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.

Show HN: Courtside – TUI for NBA Games

https://raw.githubusercontent.com/NolanFogarty/courtside/main/images/gamelist.png
Browse the day's games, drill into a live or finished game for its full box score and play-by-play, jump to any date to see past results, and check the league standings. Games in progress refresh on their own while you watch. These are unofficial, undocumented endpoints, so there's no API key or account required but they can change or rate-limit without notice. Live games auto-refresh ...

FrontierCode

https://cognition.ai/images/frontier-code/false-positive-negative-rates.svg
FrontierCode is a benchmark that measures AI models' ability to write high-quality, maintainable code by assessing end-to-end code quality, correctness, and mergeability. Current models struggle to meet this new standard, with even the best-performing model achieving only 13.4% on the most challenging tasks.

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.

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.

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.

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.

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.

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.

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.