news

Microsoft and OpenAI end exclusive deal, Copilot shifts billing

27 Apr 2026
Microsoft and OpenAI end their exclusive and revenue-sharing deal
Microsoft and OpenAI end their exclusive and revenue-sharing deal

Microsoft and OpenAI have terminated their exclusive partnership and revenue-sharing agreement. This decision allows the creator of ChatGPT to distribute its AI models to Microsoft's major cloud-computing rivals, such as Amazon.

Comments
GitHub Copilot is moving to usage-based billing
GitHub Copilot is moving to usage-based billing

Starting June 1, GitHub will transition its Copilot service to a usage-based billing model where developers consume GitHub AI Credits based on their actual usage. This shift represents a significant change in how the platform monetizes its popular AI coding assistant.

Comments
4TB of voice samples just stolen from 40k AI contractors at Mercor
4TB of voice samples just stolen from 40k AI contractors at Mercor

Mercor, a company specializing in AI voice authenticity and deepfake detection, has suffered a data breach resulting in the theft of 4TB of voice samples. The compromised audio data belongs to 40,000 AI contractors whose recordings are used to train and verify the firm's audio forensics infrastructure.

Comments
Men who stare at walls
Men who stare at walls

A recommended productivity routine suggests avoiding all screens and entertainment while working, recommending instead that you stare at a wall to recover focus when mentally drained. While the author notes this screen-free method is difficult to maintain, they found it to be a highly effective way to boost concentration and output.

Comments
Pgbackrest is no longer being maintained
Pgbackrest is no longer being maintained

The popular open-source PostgreSQL backup and restore utility pgBackRest is no longer being actively maintained. Project developers have ceased updates, leaving the codebase without official support or future feature releases. Database administrators currently relying on the tool will now need to evaluate and migrate to alternative backup solutions.

Comments
Fully Featured Audio DSP Firmware for the Raspberry Pi Pico
Fully Featured Audio DSP Firmware for the Raspberry Pi Pico

WeebLabs has introduced DSPi, a fully featured audio digital signal processing firmware designed for both the original Raspberry Pi Pico and the newer Pico 2. This new release brings robust audio processing capabilities to the RP2040 and RP2350 microcontrollers, supported by a dedicated community Discord server.

Comments
Is my blue your blue? (2024)
Is my blue your blue? (2024)

A new interactive test challenges users to evaluate their color perception by distinguishing between subtle shades of blue. This engaging tool highlights the fascinating variations in how different individuals experience the visual spectrum, playfully exploring whether your blue is truly the same as someone else's.

Comments
Networking changes coming in macOS 27
Networking changes coming in macOS 27

Apple is expected to remove support for the Apple Filing Protocol in the upcoming macOS 27 release while introducing stricter connection requirements for certain network servers. These networking changes could significantly impact users who rely on legacy file-sharing environments.

Comments
FDA approves first gene therapy for treatment of genetic hearing loss
FDA approves first gene therapy for treatment of genetic hearing loss

The U.S. Food and Drug Administration has approved Otarmeni, the first-ever dual adeno-associated virus (AAV) vector-based gene therapy, to treat genetic hearing loss. This landmark decision marks a significant breakthrough in utilizing advanced viral vector technology to address hereditary medical conditions.

Comments
Flipdiscs
Flipdiscs

A new build guide has been released for creating DIY flip-disc displays, bringing retro electromechanical technology to modern makers. This comprehensive tutorial provides step-by-step instructions for assembling the physical flipping discs and control electronics, allowing tech enthusiasts to recreate the nostalgic aesthetic of vintage transit signs.

Comments
The woes of sanitizing SVGs

The persistent security vulnerabilities associated with sanitizing SVGs can be effectively mitigated by implementing strict Content Security Policies. Developers can reliably secure untrusted content by combining iframe sandboxing with HTML meta tags to enforce permanent, restrictive CSP rules. Although currently underutilized due to poor documentation and minor UX friction, this sandboxing approach provides a highly robust defense against malicious scripts and phishing.

Comments
Easyduino: Open Source PCB Devboards for KiCad
Easyduino: Open Source PCB Devboards for KiCad

The Easyduino project provides open-source KiCad PCB designs for a wide variety of popular microcontroller development boards. This comprehensive resource allows hardware enthusiasts and engineers to easily explore, study, and modify established circuit layouts for their own custom projects.

Comments
The quiet resurgence of RF engineering
The quiet resurgence of RF engineering

After years of being perceived as a stagnant niche, RF engineering is experiencing a quiet but significant resurgence within the aerospace and technology sectors. An industry veteran with eight years of experience notes that the field is being rapidly revitalized by modern technological demands. This renewed importance highlights the critical role of RF in advancing next-generation wireless communication and space exploration.

Comments
Quarkdown – Markdown with Superpowers
Quarkdown – Markdown with Superpowers

Quarkdown is a modern, open-source typesetting system that supercharges standard Markdown with advanced capabilities. The versatile platform enables users to seamlessly generate professional papers, presentations, knowledge bases, and static websites.

Comments
Self-updating screenshots

James Adam, known for his work on lazyatom.com, has published a new blog post detailing his techniques for creating self-updating screenshots. The article explores how to automate visual assets so they dynamically refresh without manual intervention. This approach offers a streamlined workflow for developers managing dynamic web documentation or visual regression testing.

Comments
“Why not just use Lean?”

Recent discussions about using the Lean programming language for real-world software development highlight both its potential for writing fully verified code and significant practical obstacles. Commenters argue that accurately defining software specifications remains difficult, and that strict proof-oriented safety measures can often be bypassed by developers seeking convenient workarounds. Additionally, while AI might eventually generate these proofs, human guidance remains essential to ensure the verified code actually aligns with complex user needs and avoids creating incomprehensible technical debt.

Comments
Show HN: OSS Agent I built topped the TerminalBench on Gemini-3-flash-preview
Show HN: OSS Agent I built topped the TerminalBench on Gemini-3-flash-preview

A developer has introduced Dirac, an open-source coding agent that recently topped the TerminalBench benchmark using the Gemini-3-flash-preview model. The tool leverages advanced optimizations like Hash Anchored edits and massively parallel operations to dramatically improve efficiency. This allows it to reduce API costs by up to 80% compared to other agents while simultaneously improving overall code quality.

Comments
China blocks Meta's acquisition of AI startup Manus
China blocks Meta's acquisition of AI startup Manus

China has officially blocked Meta's $2 billion acquisition of Manus, a Singaporean AI startup with Chinese roots. The regulatory decision halts the tech giant's purchase of the artificial intelligence firm.

Comments
Three constraints before I build anything

An experienced programmer and Unix enthusiast shares the three core constraints they apply before starting any new software project. The article explores how setting these initial boundaries helps maintain focus and efficiency throughout the development process.

Comments
Three men are facing charges in Toronto SMS Blaster arrests

Three men in Toronto are facing charges for using a Stingray-like cell tower simulator to send spam and phishing text messages. Although authorities claim the criminal device is unprecedented in Canada, critics point out that law enforcement regularly uses similar surveillance technology. The suspects reportedly allowed emergency calls to bypass their fake network to avoid immediate detection by government scanners.

Comments
TurboQuant: A first-principles walkthrough

A recent walkthrough of TurboQuant has sparked backlash from researchers accusing the authors of uncredited reuse and downgrading prior quantization techniques. Critics argue the method is not a novel breakthrough but a sub-optimal application of existing 2021 research, bolstered by unfair baseline comparisons and irreproducible results. This controversy highlights growing concerns about AI-assisted research generating unwarranted industry hype while failing to adequately cite foundational academic work.

Comments
Box to save memory in Rust
Box to save memory in Rust

A recent blog post by dystroy explores how to optimize memory usage in Rust by effectively utilizing the Box type for heap allocation. The article provides practical examples and explanations to help developers reduce their application's memory footprint and write more resource-efficient code.

Comments
Super ZSNES – GPU Powered SNES Emulator
Super ZSNES – GPU Powered SNES Emulator

Super ZSNES is a completely rewritten SNES emulator that leverages GPU acceleration to deliver enhanced performance for retro gaming. The project modernizes the classic experience by introducing high-resolution Mode 7 rendering, specific per-game enhancements, and an updated user interface.

Comments
The Prompt API
The Prompt API

The newly introduced Prompt API provides developers with a versatile framework to integrate advanced language models into their applications. This powerful tool promises to unlock infinite possibilities for building more dynamic, responsive, and intelligent AI-driven user experiences.

Comments
Spanish archaeologists discover trove of ancient shipwrecks in Bay of Gibraltar
Spanish archaeologists discover trove of ancient shipwrecks in Bay of Gibraltar

Spanish archaeologists have discovered a trove of ancient shipwrecks at the bottom of the Bay of Gibraltar. Researchers identified the submerged vessels, which date back as far as the fifth century BC and originate from various regions across Europe and beyond.

Comments
When the cheap one is the cool one
When the cheap one is the cool one

Apple and Porsche have mastered the strategy of making their least expensive products the most exciting options in their respective lineups. Through intentional design, both companies prove that entry-level models can capture the most consumer attention without relying on premium price tags. This approach highlights how thoughtful engineering can make the most affordable items the most coveted.

Comments
FreeBSD Device Drivers Book
FreeBSD Device Drivers Book

Developers can now contribute to a new open-source book focused on FreeBSD device drivers via the FDD-book GitHub repository. This community-driven project invites system programmers to help write and improve comprehensive documentation for FreeBSD kernel development.

Comments
US Supreme Court reviews police use of cell location data

As the US Supreme Court reviews law enforcement's use of geofence warrants for cell location data, Google has stopped complying by shifting location storage from its servers to users' local devices. This change was largely driven by public pressure over concerns that hoarded cloud data could be used to prosecute abortion seekers or cause wrongful arrests. However, critics note that while this protects user data from these specific warrants, it does not alter the company's fundamental surveillance-based advertising business model.

Comments
Lessons from building multiplayer browsers
Lessons from building multiplayer browsers

The team behind Sail & Muddy shares a detailed retrospective on the product, design, and engineering challenges involved in building a multiplayer browser. Their insights provide valuable takeaways for developers aiming to create seamless collaborative web experiences and navigate the complexities of real-time interaction.

Comments
Radar Laboratory – Interactive Radar Phenomenology
Radar Laboratory – Interactive Radar Phenomenology

Radar Laboratory is a new interactive educational platform that teaches radar phenomenology through engaging visual modules. The site covers essential technical concepts including range, Doppler effects, radar cross-sections, and signal clutter. It serves as a comprehensive hands-on learning resource for students and professionals working with advanced detection and low-altitude radar systems.

Comments