YC Startups News Today
This section tracks the companies that come out of the Y Combinator accelerator. From early product launches to major funding announcements and acquisitions, you will find articles following how YC-backed startups grow, pivot, and shape the wider technology industry.
Stories here often cover a young company shipping its first public product, a graduate closing a competitive funding round, or an alum reaching a milestone that puts it in the mainstream conversation. Pivots, shutdowns, and hard lessons appear alongside the success stories, giving a fuller picture of startup life.
Because so many influential companies started in the same program, following this feed is a practical way to spot emerging categories early. Founders read it for competitive awareness, investors scan it for deal signals, and curious technologists use it to see which ideas are gaining real traction.

Show HN: Discover Wikipedia articles popular on Hacker News
2026-06-15A new project showcased on Hacker News provides a centralized hub for discovering the platform's most popular community content. The tool aggregates trending Wikipedia articles, top YouTube videos, and Hall of Fame entries alongside the standard news reader. This dashboard offers users a streamlined way to explore and revisit the most notable media and discussions shared by the community.

Write for One Person
2026-06-15Based on reader discussions of the article Write for One Person, treating a broad audience as a single individual can lead to transformative career opportunities and deeper connections. The conversation also evolves into a comprehensive guide for overcoming public speaking anxiety, offering detailed strategies like rigorous rehearsals, utilizing presenter notes, and managing technical setups to deliver confident presentations.
TorchCodec 0.14: HDR Video Decoding for CPU and CUDA, and Fast Wav Decoder
2026-06-15PyTorch has released version 0.14 of TorchCodec, its media decoding and encoding library. The new update introduces HDR video decoding support for both CPU and CUDA architectures. Additionally, the release includes a newly optimized fast WAV decoder to enhance audio processing workflows.
Show HN: Kage – Shadow any website to a single binary for offline viewing
2026-06-14Kage is a new tool that allows users to archive any website into a single binary file for offline viewing. It creates this standalone file by shadowing the target site and automatically stripping out all JavaScript.
Firewood Splitting Simulator
2026-06-14A newly released web project called Firewood Splitting Simulator allows users to chop virtual logs in an interactive 3D environment. Built using the Three.js graphics library, the experience turns a mundane chore into a visually satisfying digital escape. Users can access the relaxing simulation directly within their browser without needing to download any additional software.

Your ePub Is fine
2026-06-14Adobe continues to alienate users who are forced to rely on its industry-standard software due to a lack of viable alternatives. The company's ongoing technical issues, such as incorrectly flagging valid ePub files as corrupted, only add to this widespread frustration.
How to earn a billion dollars
2026-06-14Readers are debating Paul Graham's article on building billion-dollar startups, with critics arguing his exponential growth model ignores market limits and the negative externalities of companies like Meta and Uber. In response, defenders dismiss these critiques as coming from biased pundits, maintaining that users and investors remain largely satisfied with these services despite the alleged social harms.
Rio de Janeiro's "homegrown" LLM appears to be a merge of an existing model
2026-06-14Rio de Janeiro recently claimed to have trained an original 397B parameter language model for the city. However, the developers of the underlying Nex model revealed that the supposedly homegrown AI is actually just a combination of existing weights. Specifically, Rio-3.5-Open is a direct element-wise merge of the Nex model and the official Qwen 3.5 base model.

Formal methods and the future of programming
2026-06-14This article examines the future of formal methods in software development. It highlights a retrospective from Jane Street, reflecting on the organization's long-standing disinterest in formal verification techniques over the past two and a half decades.
Ask HN: What are you working on? (June 2026)
2026-06-14The solo developer behind the city-builder game Microlandia reported to the Hacker News community that the indie title has sold nearly 10,000 copies since its launch. The creator is now collaborating with freelance artists to improve the visuals while adding complex new mechanics for energy modeling and universal basic income. Readers responded with strong support, offering technical help and asking detailed questions about the game's economic simulations and distribution process.

The only scalable delete in Postgres is DROP TABLE
2026-06-14Executing large DELETE operations in PostgreSQL creates unnecessary overhead instead of efficiently freeing up resources. For scalable data removal, developers should restructure their databases to utilize the much more efficient DROP TABLE or TRUNCATE commands.
Honda Civics and the Evil Valet
2026-06-14This article provides a three-year retrospective on a notable automotive security exploit targeting Honda Civic vehicles through their valet systems. It details the current status of the vulnerability, manufacturer mitigations, and the broader implications for connected car security.
Caddy compatibility for zeroserve: 3x throughput and 70% lower latency
2026-06-14Zeroserve claims its Caddy-compatible architecture delivers three times the throughput and 70% lower latency. However, readers criticize the project for lacking essential ecosystem features like ACME and plugins compared to NGINX, despite its cleaner codebase. Additionally, discussion highlighted security concerns over a mutual TLS implementation that unexpectedly prompts users for personal client certificates in web browsers.
I indexed 669 GB of my GoPro videos using my M1 Max computer and local ML models
2026-06-14A developer successfully indexed 669 GB of personal GoPro videos using an M1 Max computer and local machine learning models, showcasing the growing capabilities of on-device AI for media management. The project sparked community discussions about using similar local tools to automatically generate personalized video compilations of family memories. Participants praised this on-device processing approach for its strict privacy benefits, contrasting it with the data collection practices of cloud-based photo services.
Perlisisms (1982)
2026-06-14A recent discussion highlights the enduring relevance of Alan Perlis's classic 1982 programming epigrams in the modern era of large language models, emphasizing how programming languages fundamentally shape human thought. The conversation also underscores his timeless warning that in human-computer symbiosis, it is ultimately the human who must adapt to the machine, rather than expecting the machine to adapt to natural language.
The Birth and Death of JavaScript (2014)
2026-06-14Although the original 2014 article The Birth and Death of JavaScript is unavailable, reader discussions highlight the language's notorious quirks, ranging from confusing type coercion and arrays functioning as exotic objects to the eternal debate over using null versus undefined. Ultimately, the conversation underscores the ongoing frustration and dark humor programmers experience when navigating the language's unpredictable and deeply ingrained design flaws.

Free SQL→ER diagram tool, runs in the browser, nothing uploaded
2026-06-14A new free, browser-based tool enables developers to instantly convert SQL and other schema formats into visual ER diagrams. The application supports inputs like Prisma, DBML, and standard DDL statements to quickly visualize database schemas. It requires no signup and ensures complete privacy by not uploading any data outside the browser.

Not everyone is using AI for everything
2026-06-14Despite the overwhelming hype surrounding artificial intelligence, consumer adoption is far from universal. Much like dietary preferences, individuals are approaching the technology with varying levels of engagement, choosing to fully embrace, carefully limit, or completely avoid it.

Show HN: Trace – Offline Mac meeting transcripts you can flag mid-call
2026-06-14Launched on Hacker News, Trace is a new macOS menu-bar app that generates offline meeting transcripts and on-device summaries using a local speech model. It processes conversations into clean markdown across dozens of languages entirely on your hardware, while also allowing users to flag key moments mid-call.
ReactOS (FOSS "Windows") achieves 3D-accelerated Half-Life on real hardware
2026-06-14ReactOS is an open-source operating system designed to provide binary compatibility with Microsoft Windows programs and drivers. The project recently achieved a major milestone by successfully running the classic game Half-Life with 3D acceleration on real hardware. This accomplishment highlights the platform's growing capability to support legacy Windows software and gaming.