news

YC News

From new batch announcements to alumni raising major rounds, Y Combinator remains a bellwether for early-stage tech. This section collects news involving the accelerator, the startups that pass through it, and the ideas and trends its community is betting on.

Stories here range from changes to the program itself, its deal terms, batch sizes, and leadership, to the successes and stumbles of companies it funded years ago. Batch composition gets particular attention, since the categories founders cluster around tend to foreshadow broader trends.

For anyone working in or around startups, following this accelerator is an efficient habit: it condenses signals about talent, ideas, and capital into one observable community. Founders weighing an application also use this coverage to understand what the program has become.

30-year sentence for transporting zines is a five-alarm fire for free speech
2026-06-30

Daniel Sanchez Estrada has been sentenced to 30 years in prison for transporting a box of pamphlets, raising severe concerns among free speech advocates. Critics warn that this extreme punishment sets a dangerous precedent for the criminalization of information possession and distribution.

How does a pull-back car work? Illustrated teardown
2026-06-30

A recent illustrated teardown explores the hidden mechanical engineering inside a standard pull-back toy car. The visual guide breaks down the internal spring and gear systems, demonstrating how basic physics is leveraged to store and release kinetic energy.

Leanstral 1.5
2026-06-30

Leanstral 1.5 is an updated AI model optimized for Lean 4 formal proof engineering, automated theorem proving, and autoformalization. The system efficiently handles complex mathematical tasks by utilizing 6.5 billion active parameters out of a total of 119 billion.

European digital ID wallets rely on safety services of Google and Apple
2026-06-30

European governments are introducing digital identity wallets to allow citizens to access public services and verify their age online. However, a major issue with this rollout is its heavy reliance on the safety services provided by Google and Apple.

I built a mmWave material classification radar (2025)
2026-06-30

A developer has built a millimeter-wave radar system capable of classifying building materials, offering a potential non-destructive method for detecting hazardous substances like asbestos concealed within walls. By penetrating surfaces to identify hidden materials, the device eliminates the need for destructive physical testing. This innovation has sparked broader community interest in mmWave radar, highlighting its diverse applications ranging from DIY home presence detection to advanced imaging and airport security scanning.

One million passports leaked online
2026-06-30

A security lapse at Cannabis Club Systems, also known as Nefos Solutions, has potentially exposed over one million passports and photo IDs on the public web. The company left the highly sensitive identification documents completely unsecured online, putting countless users at risk of identity theft.

Knoppix
2026-06-30

Readers are sharing fond memories of the Knoppix Linux Live CD, recalling the pioneering distribution as a vital gateway into open-source operating systems during their youth. Many users relied on the bootable disc to safely explore programming and system tinkering without the risk of damaging their family's Windows partitions, highlighting its lasting impact on a generation of early tech enthusiasts.

Memory Safe Context Switching
2026-06-30

A recent discussion on memory-safe context switching explores the inherent safety risks and stack corruption vulnerabilities of using setjmp and longjmp in C. To overcome the language's rigid pointer model and enable safe stack relocation, developers propose workarounds like copying stack frames or strictly restoring continuations to their original memory addresses. The conversation also highlights a trend toward bypassing heavy system calls like ucontext in favor of highly optimized, custom assembly-based fiber libraries for more efficient context switching.

I ported Kubernetes to the browser
2026-06-30

A developer has successfully ported Kubernetes to run entirely within a web browser. This ambitious project was completed in just two months, utilizing large language models to generate nearly 100,000 lines of high-quality code.

Have you restarted your computer this week?
2026-06-30

The author reflects on the nostalgic habit of restarting a Mac on Saturday mornings to create a clean slate for the weekend. Even though modern computers rarely require frequent reboots, the author continues the practice simply for the refreshing feeling it provides.

Tokyo has only two barley tea makers, we visited one to see how mugicha is made
2026-06-30

As the weather heats up, a recent article visits one of Tokyo's only two remaining barley tea makers to explore the production of mugicha. The piece details the traditional process behind creating the popular summer beverage while highlighting the rarity of this specialized local craft.

Memoirs of Extraordinary Popular Delusions and the Madness of Crowds (1852)
2026-06-30

Volunteer archivists have digitized and proofread the classic 1852 text Memoirs of Extraordinary Popular Delusions and the Madness of Crowds, making this foundational study of mass hysteria and financial bubbles available as a free open-access eBook. This digital release offers modern tech and finance enthusiasts a readily accessible historical perspective on the irrational behavior of crowds.

The US ambassador had Belgian police stop our reporting
2026-06-30

The US ambassador in Belgium used local police to interrupt journalists reporting on a privately funded Freedom 250 celebration organized by American embassies. Reporters were stopped by law enforcement acting on the ambassador's behalf while attempting to cover the event. This incident has sparked immediate backlash from press freedom advocates over the diplomatic suppression of independent journalism.

Linux for the Sega MegaDrive
2026-06-30

Developers have created an open-source port of the Linux operating system for the classic 16-bit Sega MegaDrive console. The new project is called LinuxMD and brings modern open-source software to retro gaming hardware. Enthusiasts and programmers can contribute to its ongoing development by visiting the repository on GitHub.

Exploring PDP-1 Lisp (1960)
2026-06-30

A newly published guide explores the foundational history of computer science by detailing the implementation of Lisp on the PDP-1. The tutorial provides a hands-on, practical introduction to programming in this classic language. Readers can follow the instructions to experience the unique computing environment of 1960.

From brain waves to words: a new path to communication without surgery
2026-06-30

A new non-invasive brain-computer interface technique leverages machine learning and EEG data to translate brain waves into text without surgery, offering incremental but notable improvements over existing methods. However, the technology has sparked intense debate over neural privacy and corporate data tracking, prompting experts to urge lawmakers to establish strict national regulations before such commercial mind-reading tools become widespread.

Ante: A new way to blend borrow checking and reference counting
2026-06-30

The programming language Ante introduces a novel approach to memory management by blending borrow checking with reference counting to safely allow shared mutability in single-threaded contexts. By enforcing shape stability and strict thread-safety constraints, the language aims to prevent data races and use-after-free errors without relying on exclusive ownership rules. Community discussions highlight potential tradeoffs such as lost compiler optimizations, challenges with recursive analysis, and concerns about its practical utility with complex data structures.

Old Computer Challenge
2026-06-30

The Old Computer Challenge encourages tech enthusiasts to use vintage hardware as their daily drivers, but participants report rising toxicity and transphobia in associated online chat groups. While many users successfully enjoy using legacy machines, some have dropped out due to the hostile environment. This has sparked broader discussions about intolerance and the changing culture within retro tech communities.

County with 37 Data Centers Asks Schools to 'Conserve Electricity'
2026-06-30

Henrico County, a major Virginia hub for data centers, anticipates a 25% surge in electricity costs next year. To offset the rising expenses, local officials are urging schools and workers to conserve power by closing blinds and turning off computers.

Stroustrup's Rule (2024)
2026-06-30

Bjarne Stroustrup's updated rule for 2024 addresses a core challenge in programming language design regarding the differing needs of novice and expert developers. While beginners require explicit and readable syntax to understand code logic, experienced professionals prefer concise syntax to maximize their workflow efficiency.