🔥 Top 10 Hacker News Posts

2026-06-07

#1

The 29th International Obfuscated C Code Contest (IOCCC) 2025 Winners

⭐ 184💬 49👤 matt_d

The 29th International Obfuscated C Code Contest has announced its 2025 winners, highlighting a continued surge in both submission volume and quality. Organizers streamlined judging procedures, presented the results through a dedicated YouTube broadcast, and introduced interactive coding challenges for the community to solve and submit via GitHub. The event also marked a significant update to the contest rules and guidelines, reflecting ongoing efforts to improve the competition structure.

#2

Speculative KV coding: losslessly compressing KV cache by up to ~4×

⭐ 52💬 9👤 kkm

Speculative KV coding is a new lossless compression technique designed to reduce the memory footprint of large language model inference. By using a smaller predictor model to estimate the target model's key-value cache and applying arithmetic coding to the residuals, the method achieves up to four times compression without any degradation in output quality. This approach directly addresses the growing memory bottlenecks caused by increasingly long context windows while preserving the exact computational state of the original model.

#3

Win16 Memory Management

⭐ 32💬 8👤 supermatou

This article explains the underlying memory management architecture of 16-bit Windows, which functioned primarily as an overlay manager to optimize limited system RAM. By utilizing the segment-oriented New Executable format, the operating system could independently load, relocate, and swap code and data segments in memory. Understanding these low-level mechanisms, including segment registers and exported procedures, was essential for developers creating functional applications beyond basic examples.

#4

Valve P2P networking broken for more than 2 months

⭐ 181💬 83👤 babuskov

This post highlights a persistent technical issue affecting Valve's peer-to-peer networking infrastructure, which has reportedly been malfunctioning for over two months. The discussion likely explores how the outage impacts multiplayer gaming and Steam connectivity, along with community workarounds and calls for an official resolution.

#5

My Software North Star

⭐ 89💬 40👤 kristoff_it

The author outlines a clear hierarchy of priorities for software development, placing end-user utility at the top. Correctness and maintainability follow as essential foundations, while technical choices and developer experience are only valuable insofar as they support delivering reliable, efficient software. Ultimately, maximizing practical value for users serves as the guiding principle for all development decisions.

#6

Field of clones: How horse replicas came to dominate polo

⭐ 95💬 44👤 gscott

This article explores how cloning technology has revolutionized the sport of polo, resulting in the widespread use of genetically identical horses on the field. It examines the scientific processes behind equine replication, the economic factors driving their popularity, and the ethical considerations shaping modern equestrian competition.

#7

Tokenomics: Quantifying Where Tokens Are Used in Agentic Software Engineering

⭐ 110💬 39👤 Anon84

This study analyzes token consumption patterns in AI multi-agent systems used for software engineering, revealing that iterative code review accounts for nearly 60 percent of total usage. Input tokens consistently represent over half of all consumption, highlighting significant inefficiencies in how AI agents collaborate and communicate. These findings demonstrate that the primary costs of automated software development stem from refinement and verification rather than initial code generation, offering a practical framework for predicting expenses and optimizing future AI-driven workflows.

#8

Scientists ejected from diabetes conference for distributing journal reprints

⭐ 27💬 12👤 BerislavLopac

Five prominent scientists were removed from the American Diabetes Association annual conference in New Orleans after distributing reprints of a journal editorial criticizing the Trump administration's policies toward scientific research. The incident, which involved police escorting the researchers out of the venue, has sparked debate over whether the removal was a necessary enforcement of conference rules or an act of censorship against scientific dissent.

#9

Ntsc-rs – open-source video emulation of analog TV and VHS artifacts

⭐ 351💬 93👤 gregsadetsky

ntsc-rs is a free, open-source video effect that accurately simulates analog television and VHS artifacts by modeling actual NTSC transmission and tape encoding algorithms. Built in Rust with multithreading and SIMD acceleration, the tool processes footage in real-time at high resolutions. It seamlessly integrates into professional editing workflows as a plugin for major software like Adobe Premiere, After Effects, and DaVinci Resolve.

#10

Public Domain Image Archive

⭐ 135💬 21👤 davidbarker

The Public Domain Image Archive is a curated online collection featuring over eleven thousand out-of-copyright visual works that are freely available for browsing and reuse. The database is regularly updated with new images and organized into searchable categories such as artist, century, style, and theme. This resource provides open access to a diverse range of historical and artistic materials for unrestricted public use.