news

YC SAFE News

The Simple Agreement for Future Equity, or SAFE, has become a standard way for early-stage startups to raise money. Here you will find articles about how SAFEs work in practice, changes to common terms, and debates among founders and investors about early-stage fundraising.

Typical stories explain valuation caps, discounts, and dilution in plain language, or report on how market conditions push standard terms up or down. Cautionary tales appear as well, often about founders who stacked too many SAFEs and only discovered the ownership consequences at their priced round.

Fundraising mechanics may sound dry, but they decide who owns how much of a company when the stakes get high. First-time founders, angel investors, and startup lawyers all follow this topic because a single misunderstood clause can be worth millions later on.

Show HN: Homegames. An open-source game platform I've been making for 8 years
2026-07-05

After eight years of development, a creator has launched Homegames, an open-source platform that runs games entirely server-side to provide built-in multiplayer functionality. Following launch-day server overload errors, community members suggested implementing optional client-side execution to support single-player modes, a feature the developer is now considering.

Shadcn/UI now defaults to Base UI instead of Radix
2026-07-05

The shadcn project has announced a significant architectural update by switching its default underlying component foundation from Radix to Base UI. This transition provides React developers with a new unstyled base for building user interfaces while preserving the collection's core philosophy. Developers can expect to maintain the popular copy-and-paste workflow despite this major shift in primitive components.

Mr. Baby Paint and accidentally discovering a new cellular automata
2026-07-05

The developer of the toddler drawing app Mr Baby Paint recently shared technical insights from the project's creation. During the build process, they accidentally discovered a novel flood-fill cellular automata while also developing custom pixel-fattening algorithms to render bitmap fonts.

Introduction to Compilers and Language Design (2021)
2026-07-05

Readers highly recommend the Introduction to Compilers and Language Design resource for its practical, step-by-step approach to building a working compiler. The accompanying community discussion explores the complexities of the field, highlighting a developer's successful transition from web development to compiler engineering through self-study and hands-on LLVM projects. Participants also debate the necessity of advanced degrees for entering the niche area and discuss strategies like starting with assembly generation to gradually master compiler construction.

Jellyfish can heal wounds in minutes. Scientists want their secrets
2026-07-05

Scientists are decoding the rapid wound-healing abilities of the Clytia hemisphaerica jellyfish after observing its cells actively walking toward each other to repair tissue in minutes. Unlocking the biological mechanisms behind this remarkable cellular migration could eventually lead to major breakthroughs in human tissue engineering and advanced medical treatments.

Run Windows 2000 on a DEC Alpha with a new es40 fork
2026-07-05

A new es40 emulator fork now allows users to run Windows 2000 on legacy DEC Alpha hardware. This technical milestone has sparked a nostalgic discussion among readers who praise the classic operating system for its exceptional stability, professional focus, and robust NT kernel foundation.

Completing a computer science degree on Coursera
2026-07-05

A popular Hacker News post details a student's journey of completing a Bachelor's degree in Computer Science entirely through Coursera. The author shares their experience of impulsively enrolling in the online program in September 2022 after seeing an advertisement.

Meta's Un-Stable Signature
2026-07-05

Amid discussions about Meta's digital signature practices and new EU AI Act mandates, users are raising significant privacy and mass surveillance concerns over persistent AI watermarking and C2PA provenance tracking. Although these embedded identifiers are designed to authenticate media and clearly label AI-generated content, critics warn they could inadvertently expose sensitive personal data and tool usage in vulnerable contexts. In response to these controversies, developers are already creating specialized applications designed to detect and strip these embedded digital watermarks from images.

Delta flight hit by firework while landing at Midway Airport on Fourth of July
2026-07-05

A Delta Airlines flight was struck by a firework while landing at Midway Airport on the Fourth of July, highlighting the aviation and safety risks posed by widespread, unregulated fireworks use. This incident underscores broader discussions about the cultural entrenchment of fireworks in the United States and the practical challenges of enforcing safety bans across the country.

Pandoc Lua Filters
2026-07-05

The universal document converter Pandoc now supports Lua filters, allowing developers to write custom scripts for advanced text processing. This feature enables users to manipulate document structures during format conversion, significantly enhancing the tool's flexibility for complex automation tasks.

Cursed circuits #5: capacitance multiplier
2026-07-05

The latest Cursed Circuits series installment explores the capacitance multiplier, an unconventional design that uses active components to make a small capacitor simulate a much larger one. While this trick theoretically reduces the need for expensive physical capacitors, it simply shifts the cost and complexity to additional transistors and resistors. This highlights a humorous engineering tradeoff where saving money on one specific component inevitably increases the overall bill of materials.

Atomic Force Microscope [video]
2026-07-05

A newly released video on YouTube demonstrates an atomic force microscope in action, providing a visual overview of how this advanced nanoscale imaging technology operates. The footage offers researchers and tech enthusiasts a closer look at the precise mechanisms used to map and measure surfaces at the atomic level.

The great blogging collapse: What happened to 100 successful blogs?
2026-07-05

A four-year study examining the fate of 100 successful blogs reveals the profound impact that Google algorithm updates and the rise of artificial intelligence have had on the digital landscape. The research highlights a major shift in online content creation, detailing exactly which sites managed to survive these technological changes and which ultimately disappeared.

Return of the Nigerian Prince Redux: Beware Book Club and Book Review Scams (2025)
2026-07-05

A prolific new marketing scam originating in Nigeria is targeting authors with highly personalized, AI-generated email solicitations. Posing as legitimate public relations experts or book club reviewers, the scammers use these deceptive messages to trick creators into paying for fake promotional services.

Composite Video on the NES: Why's it so wobbly?
2026-07-05

While the original Nintendo Entertainment System is widely revered as the quintessential 8-bit console, its composite video output is notoriously wobbly and visually compromised. A recent technical deep dive explores the specific hardware design choices responsible for this poor image quality, revealing that the platform's massive success largely overshadowed its underlying graphical flaws.

You need a webring
2026-07-05

A recent tech commentary advocates for the revival of webrings, encouraging creators to link their independent sites together in interconnected networks. The author argues that adopting this early-internet navigation model will foster organic community discovery and help users escape centralized algorithms.

Moby Dick Workout (2022)
2026-07-05

Readers reacting to a humorous Moby Dick workout article share jokes about lifting whale blubber and playing Led Zeppelin drum solos. The discussion briefly pivots to a technical tangent praising the Winamp media player for its rapid recursive directory loading and instant search capabilities. Finally, commenters compare the excessive length of classic maritime novels to a simple plumbing test for evaluating apartment rentals.

The Log is the Agent
2026-07-05

A newly published arXiv paper introduces a novel architecture for agentic systems called event-sourced reactive graphs, where the immutable event log itself acts as the agent. This design ensures that AI workflows are fully auditable and easily forkable, providing developers with a transparent and reversible foundation for complex autonomous operations.

Artful Cats: Feline-Inspired Art and Artifacts
2026-07-05

The article Artful Cats: Feline-Inspired Art and Artifacts explores a diverse collection of feline-themed artworks and cultural artifacts. Reader discussions highlight the inclusion of renowned artists like Louis Wain and express appreciation for the featured Japanese cat-themed art.

Dungeon Proof Crawler: learn how to write proofs with RPG
2026-07-05

Dungeon Proof Crawler is a new browser-based roguelike game that gamifies the process of learning to write formal proofs. Players must battle monsters that represent Algae proofs and recover Miriam's ring before sunrise.