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.

F-35 is built for the wrong war
2026-04-20The F-35 fighter jet is an aerospace marvel, but its extreme complexity makes it too expensive and slow to manufacture for modern attrition warfare. Unlike mass-producible military assets, it requires immense time and resources to build each individual unit. Critics argue this prioritization of precision over scalability leaves the aircraft fundamentally mismatched for current large-scale conflicts.

At long last, InfoWars is ours
2026-04-20The author discusses the takeover of the controversial website InfoWars through a personal story about childhood night terrors. The piece uses the metaphor of an uncontrollable, malevolent force to illustrate the complex implications of acquiring the polarizing platform.

Vercel April 2026 security incident
2026-04-19Cloud development platform Vercel has disclosed a security incident after threat actors claimed to have breached its systems. The attackers are currently attempting to sell the stolen data.

College instructor turns to typewriters to curb AI-written work
2026-04-19To combat the use of artificial intelligence in student assignments, a college instructor is requiring students to write their papers on typewriters. This low-tech approach forces students to produce their own work without the assistance of computers or automated writing tools.
Archive of BYTE magazine, starting with issue #1 in 1975
2026-04-19A newly accessible digital archive of BYTE magazine offers tech enthusiasts a deep dive into the early days of personal computing. The extensive collection starts with the inaugural 1975 issue and preserves foundational hardware-focused content from the era. Readers can explore vintage guides on topics ranging from recycling integrated circuits to troubleshooting mystery keyboards.

What are skiplists good for?
2026-04-19This article explores the practical applications of skiplists, an unconventional data structure known for its efficient sorting and searching capabilities. It also examines how this exotic structure can be leveraged to optimize the performance of complex JOIN operations.
Changes in the system prompt between Claude Opus 4.6 and 4.7
2026-04-19Anthropic remains the only major AI lab to publicly share the system prompts for its user-facing chat models, maintaining an archive that dates back to Claude 3. This ongoing transparency recently allowed observers to examine the specific system prompt modifications implemented between the releases of Claude Opus 4.6 and 4.7.
SPEAKE(a)R: Turn Speakers to Microphones for Fun and Profit [pdf] (2017)
2026-04-19Reader discussions surrounding the SPEAKE(a)R paper explore the technical and creative practice of repurposing audio speakers as microphones for DIY music production and professional recording. Participants also note that the dual functionality of a single audio transducer serves as a foundational physics principle for establishing absolute sound pressure measurements.

The Bromine Chokepoint
2026-04-19The ongoing U.S.-Israeli war with Iran has exposed a critical vulnerability in the global semiconductor memory supply chain regarding the availability of bromine. Because bromine is an essential chemical in chip manufacturing, this geopolitical disruption has created a severe production chokepoint that threatens the tech industry with widespread memory shortages.

Game devs explain the tricks involved with letting you pause a game
2026-04-19Video game developers recently shared insights into the technical tricks and design challenges required to implement a seamless pause feature. They explained the complex engineering processes involved in accurately halting and resuming game states when a player presses a button.

The RAM shortage could last years
2026-04-19The tech industry is bracing for a multi-year RAM shortage as memory manufacturers struggle to keep pace with surging demand. Current projections indicate that makers will only be able to fulfill 60 percent of total market requirements by the end of 2027.
The seven programming ur-languages (2022)
2026-04-19A recent discussion on the seven fundamental programming ur-languages highlights academic initiatives like a Tufts university course that builds practical mini versions of core language paradigms. Readers also debate language taxonomy, specifically arguing that Ruby is deeply rooted in Smalltalk's object-oriented model rather than the traditional Algol lineage. Additionally, the conversation explores the fuzzy boundaries and varying definitions of object-oriented programming across modern languages like Python, Rust, and Common Lisp.
Nanopass Framework: Clean Compiler Creation Language
2026-04-19Reader discussions surrounding the Nanopass Framework debate the merits of using numerous small compiler passes versus fewer, larger ones. While some developers praise the framework's domain-specific language for simplifying transformations and pass reordering, others warn of significant performance overhead, redundancy, and debugging difficulties. The conversation highlights that the ideal pass architecture ultimately depends on specific language design choices and the careful balance between separation of concerns and complex inter-pass interactions.
Modern Common Lisp with FSet
2026-04-19This article explores the modernization of Common Lisp development by introducing contemporary libraries and functional paradigms such as FSet. It highlights how adopting these updated tools and techniques can significantly improve code reliability and developer efficiency in modern projects.

Notion leaks email addresses of all editors of any public page
2026-04-19A zero-authentication vulnerability in Notion allows anyone to extract the full names, email addresses, and profile photos of users who have edited a public page. The issue requires no login or tokens, as a single POST request returns all sensitive contributor data. This flaw poses a significant privacy risk for organizations utilizing public company wikis, potentially exposing the personal information of their entire workforce.
The world in which IPv6 was a good design (2017)
2026-04-19The author reflects on their first IETF meeting, noting that the organization involves a significant amount of internet maintenance grunt work. The accompanying piece examines the theoretical versus practical realities of IPv6, analyzing how the protocol was designed to solve the internet's complex scaling challenges.
Show HN: Prompt-to-Excalidraw demo with Gemma 4 E2B in the browser (3.1GB)
2026-04-19A new browser demo generates Excalidraw diagrams from text prompts by running the 3.1GB Gemma 4 E2B AI model entirely in desktop Chrome via WebGPU. The application optimizes performance using custom WGSL compute shaders to compress the KV cache by 2.4 times, but it currently requires desktop Chrome 134 or higher and lacks Safari and iOS support.

Updating Gun Rocket through 10 years of Unity Engine
2026-04-19A former Unity employee details the process of updating the Gun Rocket project across ten years of engine iterations. The walkthrough provides developers with practical tips, tricks, and firsthand insights into the technical evolution of the platform.

2,100 Swiss municipalities showing which provider handles their official email
2026-04-19A new interactive map reveals the email service providers used by approximately 2,100 Swiss municipalities by analyzing their DNS MX and SPF records. This data visualization provides a clear overview of the digital infrastructure powering local Swiss government communications.

Zero-Copy GPU Inference from WebAssembly on Apple Silicon
2026-04-19A new zero-copy chain allows WebAssembly modules to share linear memory directly with Apple Silicon GPUs without data copying or serialization. This direct memory sharing significantly reduces processing overhead and enables highly efficient stateful AI inference.