news

OpenAI plans IPO as Intuit cuts thousands for AI

21 May 2026
Project Hail Mary – Stellar Navigation Chart
Project Hail Mary – Stellar Navigation Chart

A newly launched digital project recreates the in-ship navigation computer from the science fiction novel Project Hail Mary. The stellar chart features highly accurate real-world star data sourced directly from the GAIA DR3 mission. This scientifically precise replica allows space enthusiasts to explore a realistic mapping system directly from the book.

Comments
Flipper One – we need your help
Flipper One – we need your help

Flipper is developing an ambitious new project called Flipper One to reimagine the concept of a Linux cyberdeck. To bring the device to life, the team is opening up the development process and actively seeking community contributions.

Comments
We're testing new ad formats in Search and expanding our Direct Offers pilot
We're testing new ad formats in Search and expanding our Direct Offers pilot

Google is testing new advertising formats in Search powered by its Gemini AI model. The company is also expanding its Direct Offers pilot program to enhance the online shopping experience for users.

Comments
Python 3.15: features that didn't make the headlines

With the Python 3.15.0b1 feature freeze complete, the upcoming release is bringing several under-the-radar improvements alongside its major announcements. This update highlights the lesser-known features and hidden enhancements that developers should watch for in the new version.

Comments
Indexing a year of video locally on a 2021 MacBook with Gemma4-31B (50GB swap)

A developer indexed a year of video into a local, queryable archive using a 2021 MacBook Pro M1 Max and the Gemma4-31B model via LM Studio. The intensive build required utilizing 50GB of swap memory to handle the large AI model and provided valuable technical insights through the resolution of four distinct bugs.

Comments
Lost Images from the 1945 Trinity Nuclear Test Restored
Lost Images from the 1945 Trinity Nuclear Test Restored

Researchers have successfully restored lost images from the 1945 Trinity nuclear test, providing a clearer visual analysis of the first atomic detonation. These recovered visuals highlight the terrifying power of early atomic weaponry that forever reset humanity's understanding of modern warfare.

Comments
Google's Antigravity bait and switch

Google is facing user backlash after abruptly pivoting its specialized Antigravity IDE into a general agentic tool, effectively resetting the product and breaking established workflows. The controversial update, which also sunsets the Gemini CLI, has been criticized for missing key features like Windows WSL support and causing significant local storage bloat. Although some users found the new standalone command-line interface works as a basic drop-in replacement, the transition highlights a frustrating pattern of abrupt product changes and rapid AI tool churn.

Comments
Was my $48K GPU server worth it?
Was my $48K GPU server worth it?

After leaving a FAANG job to become an independent researcher, an engineer built a custom $48,000 server equipped with six RTX 6000 Ada GPUs. The blog post details the technical challenges of the build and evaluates whether owning the local hardware was ultimately more practical and cost-effective than relying on cloud computing resources.

Comments
Blog ran on Ubuntu 16.04 for 10 years. I migrated it to FreeBSD
Blog ran on Ubuntu 16.04 for 10 years. I migrated it to FreeBSD

After running a blog on Ubuntu 16.04 for ten years, the author successfully migrated the site to a FreeBSD virtual private server hosted on Hetzner. The migration guide details the configuration of Jails, Bastille, and Caddy reverse proxies. The author also performed comprehensive load testing and benchmarking from four continents to assess the new setup.

Comments
Waymo pauses Atlanta service as its robotaxis keep driving into floods
Waymo pauses Atlanta service as its robotaxis keep driving into floods

Waymo has suspended its robotaxi services in Atlanta and San Antonio after its autonomous vehicles repeatedly drove into flooded roads. The company paused operations in both cities to address the navigation issue and prevent the vehicles from entering hazardous floodwaters in the future.

Comments
Seattle Shield, an intelligence-sharing network operated by the Seattle police
Seattle Shield, an intelligence-sharing network operated by the Seattle police

Seattle Shield is an intelligence-sharing network operated by the Seattle police that collects suspicious activity reports from private companies. This information is then circulated among network members to support a broader municipal surveillance apparatus.

Comments
Throwing AI-generated walls of text into conversations
Throwing AI-generated walls of text into conversations

A recent opinion piece criticizes the frustrating trend of pasting lengthy AI-generated blocks of text into everyday conversations, arguing that recipients prefer genuine human interaction over robotic essays. The author notes that anyone looking for a ChatGPT response would simply use the tool themselves, urging users to keep their digital communications natural and concise.

Comments
Using Kagi Search with Low Vision
Using Kagi Search with Low Vision

This article explores how Kagi Search helps users with low vision and cortical visual impairment manage visual fatigue. The author highlights the platform's most effective accessibility features, including a dedicated low vision theme designed to create a more comfortable browsing experience.

Comments
Show HN: Freenet, a peer-to-peer platform for decentralized apps

The launch of a new peer-to-peer platform named Freenet has sparked backlash after a dormant board repurposed the original project's funding and name to build a new system that abandons anonymity. The ousted original development team continues their censorship-resistant and privacy-focused work under the rebranded name Hyphanet. Critics accuse the new Freenet of capitalizing on the original project's legacy while fundamentally diverging from its core design principles.

Comments
News outlets are limiting the Internet Archive’s access to their journalism
News outlets are limiting the Internet Archive’s access to their journalism

Major newspaper chains including McClatchy and Tribune Publishing are blocking the Internet Archive's web crawlers from accessing their online content. This restriction prevents the nonprofit from preserving historical news articles on its Wayback Machine. The move significantly limits the long-term digital preservation of modern journalism for researchers and the public.

Comments
AI is just unauthorised plagiarism at a bigger scale

Readers criticize the defense of AI as a tool for unauthorized plagiarism at scale, arguing that automating the mass extraction of information creates qualitative harms that cannot be equated to individual learning. The discussion also highlights broader frustrations with online privacy, noting the stark contrast between easily accessible public records and the nearly impossible process of actually deleting personal information from the internet.

Comments
Show HN: I reverse engineered Apple's video wallpapers
Show HN: I reverse engineered Apple's video wallpapers

A developer reverse-engineered Apple's dynamic video wallpaper feature to create Phosphene, an open-source tool for macOS. The project enables users to apply any custom video as a desktop or lock screen background directly through the native System Settings menu.

Comments
The Letter S, by Donald Knuth (1980) [pdf]

Donald Knuth developed the TeX typesetting system and METAFONT program after becoming dissatisfied with the declining typographic quality of his books during the publishing industry's shift to digital typesetting. His 1980 paper details the complex process of using METAFONT to algorithmically capture the underlying design logic of traditional typefaces, an ambitious endeavor that took him years of rigorous refinement with professional typographers to achieve his exacting visual standards.

Comments
Vivaldi 8.0
Vivaldi 8.0

The Vivaldi web browser has released version 8.0, marking over thirteen years of continuous development and refinement. The team remains deeply passionate about the project, driven by a sustained belief in their unique vision for the future of web browsing.

Comments
Spotify will start reserving concert tickets for fans
Spotify will start reserving concert tickets for fans

Spotify has announced a new feature called Reserved that will hold a pair of concert tickets on select tours for fans to purchase. Unveiled at the company's investor day, the initiative aims to reward dedicated listeners by giving them priority access to live shows.

Comments
Anthropic is expanding to Colossus2. Will use GB200
Anthropic is expanding to Colossus2. Will use GB200

Anthropic is expanding its partnership with SpaceX to scale up GB200 computing capacity at the Colossus 2 facility throughout June. With assistance from Elon Musk's team, this upgraded infrastructure will be used to host and run Anthropic's Claude AI models.

Comments
Mounting git commits as folders with NFS (2023)

A 2023 technical guide details how developers can mount historical git commits directly as standard directories using the Network File System. This approach allows teams to browse and interact with past repository states using basic file system commands instead of traditional git operations. By bridging version control with standard directory structures, it simplifies legacy code access and enables seamless file-based automation workflows.

Comments
Haskell Foundation 2026 Update

The Haskell Foundation is transitioning to a new sponsorship model that directly funds technical challenges to attract a broader range of production companies. Community discussions surrounding the update highlight Haskell's potential strengths for AI-assisted coding due to its strong typing and small context requirements. However, developers continue to debate the ecosystem's overall tooling and package management, with practitioners split between praising mature solutions like Stackage and citing ongoing friction with cross-platform compilation compared to languages like Rust.

Comments
BBEdit 16

The release of BBEdit 16 has sparked a debate among readers regarding the software industry's shift from one-time purchases to recurring subscription models. While some argue that subscriptions are necessary to fund continuous maintenance and security updates, others praise the app's lifetime pricing and criticize forced auto-updates. Ultimately, the discussion highlights a deep divide over consumer preferences and developer incentives in modern software distribution.

Comments
Launch HN: Runtime (YC P26) – Sandboxed coding agents for everyone on a team
Launch HN: Runtime (YC P26) – Sandboxed coding agents for everyone on a team

YC P26 startup Runtime has launched a platform that enables non-engineering teams to build and run sandboxed cloud coding agents. The tool allows users to create customized agents using company-specific context and guardrails, which can be triggered directly from existing workflows like Slack, Linear, or the browser.

Comments
Intuit to lay off over 3k employees to refocus on AI
Intuit to lay off over 3k employees to refocus on AI

Intuit is laying off over 3,000 employees to streamline its corporate structure and accelerate its focus on artificial intelligence. In a memo to staff, CEO Sasan Goodarzi explained that reducing operational complexity will ultimately allow the company to deliver better AI products.

Comments
Reviving old scanners with an in-browser Linux VM bridged to WebUSB over USB/IP

A new project revives obsolete scanners by utilizing an in-browser Linux virtual machine bridged to WebUSB over USB/IP. In community discussions, the developer clarified that the core Linux components are fully open-source, though some printing-related code is temporarily withheld for potential monetization. Additionally, contributors suggested optimizing the setup by compiling printer filters with Emscripten to bypass the need for full operating system emulation.

Comments
Colorado Amended SB051 (Age Verification Bill) to Exclude Open Source Projects

Colorado has amended its age verification bill, SB051, to exempt open-source projects and applications distributed through free, public code repositories from its regulatory requirements. Some developers hope this exemption will end the practice of companies forcing users to use proprietary first-party clients. However, others warn that the legislation remains highly ambiguous and could lead to unintended consequences, such as widespread government ID mandates for all online services.

Comments
New features in GCC 16: Improved error messages and SARIF output
New features in GCC 16: Improved error messages and SARIF output

GCC 16 introduces several new debugging enhancements for C++ developers, including hierarchical error messages and updated SARIF output. The release also features experimental HTML diagnostic tools designed to further streamline code analysis and error resolution.

Comments
OpenAI Is Preparing to File for an IPO Soon

As OpenAI prepares to file for an upcoming IPO, industry observers warn that its inflated valuation could be threatened by highly competitive open-source AI models from China like DeepSeek-v4. These freely available models are effectively commoditizing the AI software stack to undermine American tech leaders, driven by nation-state strategies rather than direct profit motives. Consequently, this shift toward open-weight releases is rapidly expanding the market for affordable third-party generic AI hosting providers.

Comments