Bringing Chrome to ARM64 Linux Devices

We’re excited to announce that Google will launch Chrome for ARM64 Linux devices in Q2 2026, following the successful expansion of Chrome to Arm-powered macOS devices in 2020 and Arm-powered Windows devices in 2024. Launching Chrome for ARM64 Linux devices allows more users to enjoy the seamless integration of Google’s most helpful services into their […]
Runners who churn butter on their runs

When was the last time you made butter and ran simultaneously? This is the question Libby Cope, 30, an Oregon-based outdoor and running content creator, asks in a video that has racked up more than 2 million views on TikTok and nearly 10 million on Instagram. She and her boyfriend, Jacob Arnold, 30, a sterile […]
Launch HN: IonRouter (YC W26) – High-throughput, low-cost inference
from openai import OpenAI client = OpenAI( api_key=”sk-your-key-here”, base_url=”https://api.ionrouter.io/v1″ ) response = client.chat.completions.create( model=”qwen3.5-122b-a10b”, messages=[{ ”role”: ”user”, ”content”: [ {”type”: ”image_url”, ”image_url”: {”url”: ”…”}}, {”type”: ”text”, ”text”: ”What’s in this image?”} ] }] )
Show HN: Aurion OS – A 32-bit GUI operating system written from scratch in C

The Horizon of Retro-Modern Computing AurionOS A 32-bit x86 operating system built from scratch in C and x86 Assembly. Developed as a solo learning project by a 13-year-old over the course of 14 days The Vision AurionOS is built for the tinkerers who want to see every byte move. By stripping away modern abstractions, we […]
Canopy Height Maps v2

Forests are essential to life on Earth — storing carbon, sheltering wildlife, and shaping our climate. To protect and restore them, we must see them as never before. Today, in partnership with the World Resources Institute, we’re announcing Canopy Height Maps v2 (CHMv2): an open source model and world-scale maps generated with it. Together, they […]
Show HN: Understudy – Teach a desktop agent by demonstrating a task once

AI tools are changing how we use software — but they still cover only a fraction of our work. Our daily tasks are scattered across browsers, desktop apps, terminals, and messaging tools — each with its own interface and habits, disconnected from each other. Understudy is a teachable desktop agent. It operates your computer like […]
Converge (YC S23) Is Hiring a Founding Platform Engineer (NYC, Onsite)

Intro call (30 min): We want to learn about your motivations to join Converge, determine why you’d be a great fit, and answer any questions you have for us. Technical (1h): We work through a typical engineering problem we face at Converge. Culture (45 min): We dive into your past experiences to learn how you […]
Show HN: OneCLI – Vault for AI Agents in Rust

The secret vault for AI agents.Store once. Inject anywhere. Agents never see the keys. Website · Docs What is OneCLI? OneCLI is an open-source gateway that sits between your AI agents and the services they call. Instead of baking API keys into every agent, you store credentials once in OneCLI and the gateway injects them […]
Reversing memory loss via gut-brain communication

“Exteroception is basically how we perceive the outside,” Thaiss said. “We have a lot of detailed knowledge about how this works. But we know much less about how the brain senses what is going on inside the body. We don’t know how many internal senses there are, or even all of what they are sensing. […]
What CI looks like at a 100-person team (PostHog)

Last week, PostHog’s CI ran 575,894 jobs, processed 1.18 billion log lines, and executed 33 million tests. At that volume, even a 99.98% pass rate generates meaningful noise. We’re building Mendral, an AI agent that diagnoses CI failures, quarantines flaky tests, and opens PRs with fixes. Here’s what we’ve learned running it on one of […]