πŸ”₯ Top 10 Hacker News Posts

2026-09-07

#1

Keep Our Servers Running

⭐ 524πŸ’¬ 109πŸ‘€ sonicrocketman

The Internet Archive is seeking recurring donations to support the servers, storage, and staff needed to keep its free digital library and Wayback Machine accessible. A matching campaign will multiply initial recurring gifts, helping preserve and provide public access to its vast collection of knowledge.

#2

Caltech Mathathon – first hackathon ever devoted to research level mathematics

⭐ 25πŸ’¬ 1πŸ‘€ astroanax

Caltech is hosting the first hackathon dedicated to research-level mathematics, where teams will use frontier AI models to tackle open conjectures and develop new mathematical theories. Participants will present their work to leading mathematicians, with prizes awarded for the most promising and well-explained results, followed by additional prizes after community verification.

#3

Live map of public transport in Belgium

⭐ 41πŸ’¬ 16πŸ‘€ coinfused

The page provides a live map of public transport in Belgium, displaying trains, metro, trams, and buses. It uses open data from Belgian transit operators such as De Lijn, NMBS/SNCB, STIB, and LETEC. The service is an independent app rather than an official government or operator platform.

#4

Speculative Decoding in vLLM on AMD GPUs

⭐ 19πŸ’¬ 3πŸ‘€ ankitg12

The article examines speculative decoding in vLLM, where a lightweight draft model proposes candidate tokens and the target model verifies them in a single pass to increase output-token throughput. It compares several drafting approaches and reports measurements on AMD Instinct GPUs using ROCm. Results show performance depends on the drafting method, proposal length, model family, draft checkpoint, workload, and token acceptance behavior.

#5

Impedance Matching

⭐ 10πŸ’¬ 2πŸ‘€ muti

Impedance describes how a system resists the flow of energy, and an impedance matcher helps transfer that energy more efficiently between different parts of a system. The concept appears in many everyday technologies, from car transmissions and electrical transformers to sloped beaches, trumpet flares, anti-reflective coatings, and sound-absorbing foam. It also helps explain how materials and structures can either couple or reflect waves of sound, light, and other energy.

#6

LG smart TVs caught logging audio with screen off and snooping on local devices

⭐ 202πŸ’¬ 108πŸ‘€ chris_overseas

An investigation by Gamers Nexus and security researchers found that LG smart TVs running webOS actively scan home networks, map nearby devices, and collect Wi-Fi and location data for advertising. The TVs were also shown to capture microphone audio while in standby and upload the recordings after reconnecting to the internet, with additional remote code execution vulnerabilities reported. Researchers recommend disconnecting the TVs from the network and using external streaming devices instead.

#7

'You Can See Everything' Review: Nathan Fielder's Doc About Elizabeth Holmes

⭐ 50πŸ’¬ 12πŸ‘€ cianmm

Nathan Fielder’s documentary You Can See Everything follows Elizabeth Holmes in the final days before her prison sentence, using a reality-TV hangout style to probe her mindset after the Theranos fraud. Rather than rehashing the scandal, the film presents Holmes as a disarming, self-justifying figure and examines how her charisma and sense of entitlement enabled the deception.

#8

Making a Python interpreter in 1024 bytes

⭐ 242πŸ’¬ 85πŸ‘€ azhenley

The article describes a code-golf project to build a Python-like interpreter in 1024 bytes of C, supporting a small subset such as functions, loops, conditionals, and arithmetic. Instead of a full parser, it uses a recursive descent approach that executes expressions as it reads the source, with single-letter variables and no error handling. The goal is to make a recognizable Python-style FizzBuzz program run within the tight size limit.

#9

Ask HN: How do you manage skills files?

⭐ 151πŸ’¬ 129πŸ‘€ imadtaieber

This Hacker News post asks how developers organize and maintain their skills files, likely referring to shell configuration, dotfiles, or tool-specific skill definitions. It likely invites readers to share workflows for versioning, syncing, and keeping those files consistent across machines.

#10

Programming is Art

⭐ 73πŸ’¬ 75πŸ‘€ theorchid

The author contrasts people who treat programming as a tool for building products and earning income with true programmers who write code for the creative process itself. For these β€œartists,” coding is an expressive practice that AI cannot replace, even if it can automate many technical tasks. The piece argues that the desire to create code by hand will persist because it is driven by passion rather than productivity.