HN Top 10 β September 14, 2026
Todayβs Top 10 on Hacker News
1. EuroBirdPortal β Live bird movements across Europe
β 57 π¬ 17 π€ NKosmatos π Discuss on HN
EuroBirdPortal is a platform for tracking live bird movements across Europe. It features a broad range of species, including quail, partridges, grouse, swans, geese, and ducks. The page presents species thumbnails for monitoring and identifying birds within the portal.
2. Fable 5.1 Solves the Cyphral Distich, a 370-year-old cipher
β 981 π¬ 425 π€ u1hcw9nx π Discuss on HN
Claude Fable 5.1 solved Sir Thomas Urquhartβs 370-year-old Cyphral Distich by recognizing that the cipherβs numbers index words in the bookβs 32 Proquiritations, with each numberβs corresponding first letter spelling a royalist prayer for Charles II. The model also deciphered Urquhartβs larger Cyphral Octastich using the same principle, mapping numbers to pages in The Jewel. The solution shows the key was embedded in the text itself rather than an external code.
3. A 386 PC for Your RP2350
β 45 π¬ 14 π€ SamuraiLion π Discuss on HN
FRANK 386 is firmware that turns an RP2350-based board (Raspberry Pi Pico 2) into a full i386 PC emulator with VGA/HDMI output, SD card storage, keyboard/mouse input, and audio. Built on Chunhui Heβs Tiny386, it emulates the i386 CPU (partially i486/i586) with an optional x87 FPU and up to 8MB of RAM, supports graphics up to 640x480 and several sound chips, and boots DOS, Windows 3.x/95, Linux, and more.
4. Spaceships (Reverse Asteroid)
β 252 π¬ 47 π€ zdw π Discuss on HN
The page presents a settings menu for a spaceships or reverse asteroid experience. It lets users adjust motion, master, effects, and ambience volumes, mute audio, and toggle visual options such as bloom, phosphor trails, and FPS counters.
5. Registration without a phone number on Signal will use zero-knowledge proofs
β 279 π¬ 135 π€ Cider9986 π Discuss on HN
Signal is introducing a phone-number-free registration option that relies on zero-knowledge proofs. This would let users sign up while keeping their phone numbers private, reducing the need for a phone number as an identity anchor.
6. An atlas of periodic solutions to the three-body problem
β 26 π¬ 0 π€ danielmorozoff π Discuss on HN
The article introduces an interactive atlas of periodic solutions to the three-body problem, a system with no general solution but many repeating orbits. It organizes thousands of such orbits into families, placing visually similar paths near one another so users can explore them as a navigable map.
7. OpenArch β PyTorch implementations of modern LLM architectures
β 22 π¬ 4 π€ anuj0456 π Discuss on HN
OpenArch is a collection of hand-written PyTorch implementations of modern open-source LLM architectures, cataloged from Sebastian Raschkaβs LLM Architecture Gallery. Each model lives in a single readable file built from the original papers, reference config files, and write-ups, aiming for clarity and learning rather than production performance. The point is to make the structural choices that separate architectures β attention type (MHA/GQA/MLA), normalization, positional encoding, dense vs. MoE decoders β explicit and easy to compare side by side.
8. Appleβs Dimensional Drawings
β 217 π¬ 82 π€ herbertl π Discuss on HN
Appleβs Dimensional Drawings provides technical dimension specifications for Apple accessories. It is intended to help developers and accessory makers design products that fit and work with Apple hardware.
9. The case against JPEG XL
β 176 π¬ 240 π€ contact9879 π Discuss on HN
The article argues that JPEG XL, though technically strong, is not a good fit for the web because its main advantage is lossless compression, which serves a small niche and offers only modest savings. Its lossy compression is less competitive than modern AV1 and AVIF based encoders in both efficiency and perceptual quality. As a result, the author sees little reason to prioritize JPEG XL for browser adoption.
10. Show HN: 1080p is 920px tall β 1k real browser viewports
β 20 π¬ 14 π€ zenpe π Discuss on HN
A viewport statistics report from ScreenSize.net analyzes anonymous browser sessions to show real CSS viewport sizes rather than raw screen resolutions. It finds that the most common desktop viewport is 1920 by 920 pixels, reflecting browser chrome reducing a 1080p display, while mobile viewports are dominated by a 400-pixel width. The data also shows most sessions use a 1.00 device pixel ratio.