HN Top 10 β June 21, 2026
Todayβs Top 10 on Hacker News
1. Google Hits 50% IPv6
β 127 π¬ 117 π€ barqawiz π Discuss on HN
This post likely covers Google reaching a major milestone where half of its global web traffic now originates from IPv6 addresses, highlighting the accelerating transition away from the older IPv4 protocol. The discussion probably examines regional adoption patterns, infrastructure challenges, and the broader implications for internet routing and developer practices.
2. A 3D voxel game engine written in APL
β 55 π¬ 6 π€ sph π Discuss on HN
This post showcases an unconventional software project that implements a 3D voxel game engine using APL, a highly specialized array-oriented programming language rarely used for graphics or game development. It likely explores the technical implementation, performance considerations, and unique coding patterns required to render real-time 3D environments in such an esoteric language.
3. Developers donβt understand CORS (2019)
β 218 π¬ 123 π€ toilet π Discuss on HN
This post likely examines the widespread misconceptions developers have about Cross-Origin Resource Sharing, explaining why its security model is frequently misunderstood and how browsers actually enforce it. It probably breaks down common implementation errors, clarifies the underlying mechanics of cross-origin requests, and provides practical guidance for correctly configuring and debugging CORS in web applications.
4. Zigzag Decoding with AVX-512
β 77 π¬ 11 π€ luu π Discuss on HN
This post likely explores how to accelerate zigzag decoding, a common technique for efficiently handling signed integers in data serialization, by leveraging AVX-512 SIMD instructions. It probably covers low-level implementation strategies, performance benchmarks, and practical optimizations for modern high-throughput data processing workloads.
5. Loupe β A iOS app that raises awareness about what native apps can see
β 311 π¬ 118 π€ Cider9986 π Discuss on HN
Loupe is an iOS application designed to help users visualize and understand the data, files, and system resources that native apps can access on their devices. By making these permissions transparent, the app aims to improve digital privacy awareness and empower users to better manage their information.
6. Renting a sewing machine from the library
β 242 π¬ 132 π€ sohkamyung π Discuss on HN
This post likely discusses the growing trend of public libraries lending or renting out sewing machines to patrons, exploring how this service makes crafting more accessible and affordable. It may cover the practical aspects of borrowing equipment, community benefits, or personal experiences with library-based maker programs.
7. Running MicroVMs in Proxmox VE, the Easy Way
β 70 π¬ 5 π€ zdw π Discuss on HN
This post likely provides a simplified guide or automated script for deploying lightweight MicroVMs within the Proxmox Virtual Environment. It aims to streamline the traditionally complex setup process, allowing system administrators to leverage MicroVM performance benefits with minimal manual configuration.
8. Epoll vs. io_uring in Linux
β 173 π¬ 42 π€ Sibexico π Discuss on HN
This post likely explores the technical differences, performance characteristics, and practical use cases of Linuxβs epoll and io_uring I/O multiplexing mechanisms. It probably compares how each handles asynchronous event notification and discusses when developers should choose one over the other for high-performance applications.
9. Slow breathing modulates brain function and risk behavior
β 219 π¬ 54 π€ croes π Discuss on HN
This post likely discusses research demonstrating how controlled slow breathing techniques can directly influence neural activity and cognitive processing. The findings suggest that this simple physiological intervention may help regulate decision-making and reduce an individualβs propensity for engaging in risky behaviors.
10. Windows UI evolution: Clicking an unassociated file
β 30 π¬ 7 π€ jandeboevrie π Discuss on HN
This post likely explores how Microsoft Windows has changed its dialog prompts and user interface over the years when a user attempts to open a file without a default application assigned. It probably compares historical versions to modern iterations, highlighting shifts in design philosophy and usability for handling unassociated file types.