Apple sues OpenAI as Nvidia GPU boom accelerates
Apple sues OpenAI, accuses ex-employees of stealing trade secrets
Apple has filed a lawsuit against OpenAI, accusing the AI company of stealing its trade secrets. The legal action specifically targets former Apple employees who allegedly transferred proprietary information to OpenAI. The tech giant claims these ex-workers illegally obtained and shared confidential data to benefit OpenAI's development efforts.
CommentsNvidia, CoreWeave, and Nebius: Inside the Circular Financing of the GPU Boom
AI neoclouds like CoreWeave and Nebius are experiencing soaring revenues and stock prices due to massive demand for GPU infrastructure. However, lacking the deep cash reserves of Big Tech, these companies are relying on complex, circular financing structures to fund their rapid expansion. This unconventional approach to securing capital has raised red flags regarding the long-term sustainability of their business models.
CommentsEinstein's relativity rules chemical bonds in heavy elements, new research shows
New research provides the first direct experimental evidence that Einstein's theory of relativity dictates the chemical bonding behavior of heavy elements. The study demonstrates that the traditional textbook triple bond structure breaks down in these heavier atoms due to significant relativistic effects. These findings fundamentally alter our understanding of chemical interactions at the extreme end of the periodic table.
CommentsWe scaled PgBouncer to 4x throughput
ClickHouse Managed Postgres overcame PgBouncer's single-threaded CPU limitations by deploying a peered fleet of processes utilizing the so_reuseport feature to scale across all available cores. This approach allows the connection pooler to fully utilize the entire CPU capacity of the host machine. Consequently, the team achieved a fourfold increase in throughput, as confirmed by recent performance benchmarks.
CommentsShow HN: Ant – A JavaScript runtime and ecosystem
Ant is a new lightweight JavaScript runtime capable of running npm packages and TypeScript from a single 9 MB binary. Built from scratch on its own engine, it features a Node-compatible API, VM-isolated sandboxing, and built-in Wasm support.
CommentsSpaceX wants to launch 100k more Starlink satellites for 100x the bandwidth
SpaceX plans to launch up to 100,000 additional Starlink satellites to increase network bandwidth by 100 times, potentially delivering significantly faster internet to rural customers. Despite the promise of improved connectivity for underserved areas, the massive orbital expansion is already facing pushback from critics.
CommentsPrefer strict tables in SQLite
The author argues that using strict tables in SQLite improves data integrity by preventing common datatype errors. Enforcing strict types blocks invalid entries, such as accidentally inserting text into numeric columns. Adopting this practice ensures more reliable and predictable database behavior.
CommentsAI 2040: Plan A
The new report AI 2040: Plan A offers a detailed forecast and strategic recommendations for the United States, China, and the global community to navigate the impending era of artificial superintelligence. It outlines critical steps for international collaboration to manage the complex geopolitical and technological challenges associated with this transformative milestone.
CommentsUPI: Anatomy of a Payment Transaction
A recent analysis breaks down the complex backend architecture of the Unified Payments Interface, revealing how a seamless transaction completed in seconds actually involves seven distinct parties working behind the scenes. Although users only interact with a single app interface, this intricate ecosystem of banks, payment gateways, and clearinghouses ensures instant fund transfers. The article highlights the remarkable engineering that makes modern digital payments feel completely effortless to the end consumer.
CommentsThe early History of the Singular Value Decomposition (1993) [pdf]
A 1993 retrospective on the history of Singular Value Decomposition honors numerical analysis pioneers like Gene Golub, William Kahan, and Christian Reinsch for developing the practical SVD algorithm still used today. Accompanying reader discussions explore the mathematical intuition behind SVD, comparing it to generalized eigenvalues and explaining its utility in decomposing linear mappings into rotations and coordinate scaling.
CommentsAlternate clock designs and time systems
A recent article on alternate clock designs sparked a community discussion highlighting innovative and unconventional methods for visualizing time. Readers shared several creative web projects, including a twelve-variation visualizer and a unique Triclock design. The conversation also featured minor bug reports and widespread praise for specific favorites, most notably a digital Pi clock and a mesmerizing falling sand visualization.
CommentsRISCBoy is an open-source portable games console, designed from scratch
RISCBoy is a completely open-source portable gaming console engineered from the ground up, featuring a custom CPU, graphics processor, and printed circuit board. The comprehensive hardware design and all associated project files are publicly available for developers and tech enthusiasts to explore and modify.
CommentsShow HN: Learn by rebuilding Redis, Git, a database from scratch
A new Show HN project introduces an interactive platform for developers to learn programming by rebuilding complex systems from scratch. Users can choose to construct their own versions of foundational tools like Redis, Git, and databases. Each hands-on lesson follows a simple choose, write, and run approach to teach core software engineering concepts.
CommentsAn iroh powered smart fan
A recent project demonstrates how to implement iroh on a bare ESP32 microcontroller to build a custom smart fan that automatically adjusts based on ambient temperature. This IoT device allows users to monitor its status remotely from anywhere, highlighting a practical application of modern networking tools on minimal hardware.
CommentsModern decor may be straining people's brains
Scientists warn that modern design elements like LED lighting and repetitive architectural patterns can overload the brain's visual processing system. This continuous sensory strain is causing physical distress, headaches, and nausea for millions of people.
CommentsBiff.graph: structure your Clojure codebase as a queryable graph
The Biff web framework for solo Clojure developers has introduced a new utility called Biff.graph. This tool allows programmers to organize and query their codebases as interactive graphs.
CommentsGoogle Search lets creators know more about their reach
Google has introduced a new platform properties feature to Search Console, allowing content creators to track how users discover their social media profiles through search. This update provides website owners with deeper insights into their cross-platform reach and overall online discoverability.
CommentsFemale US rower completes historic solo journey from California to Hawaii
American rower Kelsey Pfendler successfully completed a historic solo journey of over 2,400 miles from California to Hawaii. In doing so, she achieved multiple milestones by becoming the first American woman, the youngest woman, and the fastest woman to ever make the solo crossing.
CommentsSilent speech with ultrasound
Researchers have developed a machine learning model that enables silent speech by predicting words from ultrasound video of the tongue without requiring the user to vocalize. The system generalizes across different individuals to decode open-vocabulary text, achieving a 15.6% word error rate.
CommentsOtary – Image and Geometry Python Library Now Has Tutorials
The Python library Otary for image processing and 2D geometry has launched a new tutorials section featuring step-by-step guides and interactive Jupyter notebook workflows. These resources aim to help developers practically apply the library's clean API to real-world computer vision tasks beyond standard documentation. Community members note the tool excels at solving niche problems in just a few lines of code, often succeeding where large language models fail.
CommentsThe vintage beauty of Soviet control rooms (2018)
A visual collection from Present And Correct highlights the striking aesthetic of vintage Soviet-era control rooms filled with analog dials and large physical buttons. The images offer a nostalgic look at complex, pre-digital technology long before the advent of modern computers and screens.
CommentsBook: RISC-V System-on-Chip Design
A new book titled RISC-V System-on-Chip Design, authored by David Harris, James Stine, Sarah Harris, and Rose Thompson, is now available for purchase on Amazon. The publication focuses on system-on-chip design utilizing the RISC-V architecture, and buyers can currently receive free shipping on qualifying orders.
CommentsPreemption is GC for memory reordering (2019)
In a 2019 blog post, Paul Khuong draws a conceptual parallel between thread preemption and garbage collection to explain the complexities of memory reordering. He illustrates how preemption can inherently resolve concurrent memory ordering issues, offering a unique perspective on system optimization. This insight adds to his broader body of work exploring advanced computing concepts, mathematical theories, and compiler design.
CommentsOptimization Solver as a Service
Quicopt has launched a new optimization solver service designed to streamline complex mathematical modeling for developers. Programmers can easily install the package via pip to build models using Pyomo or OR-Tools MathOpt. The platform then solves these models through its API in a simple three-step process.
CommentsShow HN: Orbit – AR satellite tracker, watch 15k+ objects
A new app called Orbit uses augmented reality to turn iPhones and iPads into real-time satellite trackers. The app allows users to point their device cameras at the sky to visually pinpoint objects in space. It currently tracks more than 15,000 items, including the ISS, planets, constellations, and orbital debris.
CommentsDigital Deli, 1984 book by early PC hackers and enthusiasts
Reflecting on the 1984 book Digital Deli, readers discussed the extreme hardware constraints of early personal computing, noting how one contributor hand-coded the bestselling Apple Writer word processor using just 8KB of memory. The discussion contrasted these tight historical limitations with modern software bloat and today's massive GPU memory requirements. Participants also observed a cyclical trend in the industry, suggesting that modern AI tools are ushering in a new era of independent cottage programmers reminiscent of the early PC days.
CommentsHow to hide from killer drones
Online discussions about hiding military assets from killer drones reveal that visual countermeasures like dazzle camouflage and strobe lights fail against multi-sensor machine vision. Instead, readers argue that attempting to confuse AI targeting simply makes vehicles more visible to secondary systems, making a 360-degree close-in weapon system the only viable defense against swarming drones.
CommentsLeaded gas was a known poison the day it was invented (2016)
Although the toxic nature of lead was known from the very invention of leaded gasoline, it was widely adopted as the standard automotive fuel for decades. The prolonged and widespread burning of this poison throughout the mid-twentieth century has resulted in devastating and long-lasting consequences for global public health and the environment.
CommentsAmber the programming language compiled to Bash/Ksh/Zsh
Amber is a new programming language designed to compile modern syntax directly into safe and readable Bash, Ksh, and Zsh shell scripts. It provides developers with a robust alternative to traditional shell scripting for automating system tasks. By catching errors at compile time, Amber significantly reduces the common pitfalls and debugging headaches associated with complex command-line environments.
CommentsZeroFS vs. Amazon S3 Files
A recent comparison highlights the architectural differences between ZeroFS and Amazon S3 Files. While Amazon S3 Files routes initial writes through an AWS-managed high-performance tier before exporting to S3, ZeroFS persists its filesystem format directly to object storage. This distinction underscores their different approaches to balancing performance and direct object storage integration.
Comments














