| 1. | If you're a button, you have one job(unsung.aresluna.org) |
| 240 points by nozzlegear 10 hours ago | 125 comments | permalink | |
tl;dr: Comparing rotate-image buttons on iPhone vs. Nothing Phone/Android, the author shows iOS buffers rapid taps while Android ignores taps during animations, forcing users to wait. This matters because even "casual" interfaces eventually get power-user treatment (e.g., rotating dozens of photos), and blocking input on animation is bad UX. The fix: buffer taps, or accelerate/interrupt the animation—never make users wait for it to finish. | |
HN Discussion:
| |
| 2. | Command and Conquer Generals natively ported to macOS, iPhone, iPad using Fable(github.com) |
| 580 points by asronline 16 hours ago | 244 comments | permalink | |
tl;dr: Command & Conquer: Generals Zero Hour has been natively ported to Apple Silicon Macs, iPhone, and iPad, running the original 2003 engine compiled for ARM64 with DirectX 8 translated through DXVK→Vulkan→MoltenVK→Metal. The port builds on EA's GPL v3 source release and the GeneralsX project, adding iOS/iPadOS support plus RTS-optimized touch controls; users must supply their own game assets via Steam. The engineering was done as a human+AI collaboration using Anthropic's Claude (Fable model), with known issues around iOS memory pressure on long iPad sessions. | |
HN Discussion:
| |
| 3. | GPT-5.5 Codex reasoning-token clustering may be leading to degraded performance(github.com) |
| 283 points by maille 14 hours ago | 113 comments | permalink | |
tl;dr: Analysis of 390K Codex telemetry records shows GPT-5.5 responses disproportionately terminate at exactly 516 reasoning tokens (with additional spikes at 1034 and 1552), accounting for 82% of such events despite being only 19% of traffic. The clustering rose sharply from 0.11% in Feb 2026 to 53% in May 2026, coinciding with a drop in mean reasoning-token usage—suggesting a possible hidden reasoning-budget cap, truncation, or routing threshold that may explain degraded performance on complex tasks. | |
HN Discussion:
| |
| 4. | Google Books (or similar) all book scans – $200k bounty (2025)(software.annas-archive.gl) |
| 476 points by Cider9986 19 hours ago | 273 comments | permalink | |
tl;dr: Anna's Archive is offering a $200,000 bounty for anyone who can extract and share the full scanned book collection from Google Books, which is currently only accessible via tiny search snippets. The bounty also extends to comparable large-scale book collections, such as those amassed by AI companies, particularly if they contain rare titles. Prospective contributors are encouraged to reach out early with a prototype for scaling assistance. | |
HN Discussion:
| |
| 5. | Leaking YouTube creators' private videos(javoriuski.com) |
| 625 points by javxfps 19 hours ago | 346 comments | permalink | |
tl;dr: Summary not available | |
HN Discussion:
| |
| 6. | Zig: All Package Management Functionality Moved from Compiler to Build System(ziglang.org) |
| 210 points by tosh 19 hours ago | 67 comments | permalink | |
tl;dr: Zig has moved all package management functionality (fetching, HTTP/TLS, git, compression, build.zig.zon parsing) out of the compiler and into the build system's "maker" process, shrinking the compiler binary by 4% and allowing package management logic to be patched without rebuilding the compiler. The new process hierarchy (zig build → maker → configurer) also enables the maker process to persist across configuration reruns, which is important for the upcoming build server protocol needed to unblock ZLS. Package management now benefits from ReleaseSafe checks and host-specific CPU crypto instructions. | |
HN Discussion:
| |
| 7. | Potential session/cache leakage between workspace instances or consumer accounts(github.com) |
| 301 points by chatmasta 22 hours ago | 129 comments | permalink | |
tl;dr: A user on an Enterprise ZDR (Zero Data Retention) Claude workspace reported their agent suddenly began discussing building a Minecraft temple, suggesting possible session or cache leakage between workspaces or from consumer accounts. The user acknowledges an unusual setup (launching from one directory while working in another, plus a conversation compaction), but insists that doesn't explain unrelated Minecraft content appearing in their session, raising concerns about data isolation guarantees. | |
HN Discussion:
| |
| 8. | Explanation of everything you can see in htop/top on Linux (2019)(peteris.rocks) |
| 473 points by theanonymousone 1 day ago | 59 comments | permalink | |
tl;dr: A deep-dive into every field shown by htop/top on Linux, covering uptime, load averages (exponentially damped moving averages, not simple percentages), PIDs and /proc, process states (R/S/D/Z/T/t), signals, niceness vs. priority, and the distinctions between VIRT/RES/SHR memory metrics. The author also walks through each default process on a fresh Ubuntu 16.04 server (systemd-journald, udevd, lvmetad, snapd, dbus, cron, rsyslog, etc.), explaining what each does and whether it can be safely removed. | |
HN Discussion:
| |
| 9. | Maybe you should learn something(marginalia.nu) |
| 440 points by tylerdane 1 day ago | 201 comments | permalink | |
tl;dr: Anyone with a spare hour a day (e.g., time currently spent doom-scrolling) can learn a new skill like 3D modeling, a language, or touch typing, and doing so pays lifelong dividends. Expect early practice to feel terrible and show no visible progress—improvement happens overnight during sleep—so 30-45 minutes of daily deliberate practice on fundamentals, stopping before you get sloppy, is the way through. Most people quit before reaching the "mediocre intermediate" plateau where the skill actually becomes useful and self-sustaining. | |
HN Discussion:
| |
| 10. | Astrophysicists Puzzle over Webb’s New Universe(quantamagazine.org) |
| 204 points by jnord 1 day ago | 123 comments | permalink | |
tl;dr: JWST has uncovered early-universe objects that defy existing models: supermassive black holes too large for their age, unexpectedly bright ancient galaxies, and mysterious "little red dots" that may be a new class of gas-shrouded black holes. Astrophysicists are now proposing competing explanations—super-Eddington accretion, direct-collapse black hole seeds, bursty star formation, and unusually massive early stars—but lack the data to determine which are correct. New simulations and MIRI spectroscopy are revealing surprising diversity among early galaxies, suggesting the problem has shifted from too few theories to too many. | |
HN Discussion:
| |
| 11. | Costco is the anti-Amazon(phenomenalworld.org) |
| 553 points by bookofjoe 1 day ago | 551 comments | permalink | |
tl;dr: Costco's success—10%+ annual revenue growth, 90% membership renewal, 6% employee turnover—comes from doing the opposite of Amazon: limited SKUs (4,000 vs. Walmart's 130,000), no fancy automation, pallet-based cross-docking, and customers handling last-mile delivery themselves. This simplicity yields lower overhead (10% of sales vs. Amazon's 40% delivery costs), better supplier relationships, and higher wages. The author argues Costco offers a more socially efficient blueprint for goods distribution than Amazon's logistically complex model, and suggests NYC's proposed public grocery stores under Mamdani should adopt Costco's low-SKU, high-volume approach rather than aiming for one store per borough. | |
HN Discussion:
| |
| 12. | Wordgard: In-browser rich-text editor from the creator of ProseMirror(wordgard.net) |
| 327 points by indy 2 days ago | 105 comments | permalink | |
tl;dr: Summary not available | |
HN Discussion:
| |
| 13. | Odin, Wikipedia and engagement farming(katamari64.se) |
| 247 points by stock_toaster 1 day ago | 372 comments | permalink | |
tl;dr: Wikipedia deleted the Odin programming language article via an Articles for Deletion process, prompting creator GingerBill to accuse Wikipedia mods of ideological gatekeeping, while Casey Muratori argued Wikipedia's notability rules poorly fit modern programming knowledge (which lives in blogs, GitHub, and videos rather than traditional publications). The author concedes the sourcing critique has merit but argues GingerBill's inflammatory framing is engagement farming, pointing to his right-wing media diet and the broader Casey Muratori "clique" pattern of abrasive, contrarian posturing that prioritizes spectacle over the constructive dialogue Jimmy Wales actually offered. | |
HN Discussion:
| |
| 14. | Performance per dollar is getting faster and cheaper(wafer.ai) |
| 350 points by latchkey 1 day ago | 135 comments | permalink | |
tl;dr: Wafer benchmarked GLM-5.2 on AMD's MI355X, achieving 213 tok/s single-stream and 2626 tok/s/node aggregate throughput—about 80% of B200 performance at less than half the cost. Getting there required MXFP4 quantization via AMD Quark, switching to sglang, patching two ROCm bugs to enable speculative decoding, and manually tuning the MoE kernel selection to bypass a slow fallback path. The takeaway: closing the gap with NVIDIA on AMD hardware is increasingly a matter of day-0 support rather than fundamental software limitations, and no custom kernels were needed this round. | |
HN Discussion:
| |
| 15. | Leanstral 1.5: Proof abundance for all(mistral.ai) |
| 365 points by programLyrique 1 day ago | 99 comments | permalink | |
tl;dr: Leanstral 1.5 is an Apache-2.0 licensed model (119B total/6B active params) for Lean 4 proof engineering that saturates miniF2F, solves 587/672 PutnamBench problems at ~$4 each (vs. ~$300 for Seed-Prover), and sets SOTA on FATE-H/X. Trained via mid-training, SFT, and RL with CISPO across theorem-proving and code-agent environments, it also demonstrated real-world utility by uncovering 5 previously unknown bugs across 57 open-source repositories. Weights are on Hugging Face with a free API endpoint available. | |
HN Discussion:
| |
| 16. | Half-Baked Product(weli.dev) |
| 1354 points by weli 2 days ago | 399 comments | permalink | |
tl;dr: Summary not available | |
HN Discussion:
| |
| 17. | Android Developer Verification: Threat masquerading as protection(f-droid.org) |
| 1708 points by drewfax 3 days ago | 732 comments | permalink | |
tl;dr: F-Droid argues that Google's upcoming Android Developer Verification (ADV) program—rolling out September 30 in Brazil, Indonesia, Singapore, and Thailand—is a preinstalled system service that will block installation of apps from developers not centrally registered with Google. They contend the anti-malware justification is a pretext, since the Developer Console ToS lets Google define "malware" arbitrarily (potentially targeting ad blockers or F-Droid itself), effectively ending 18 years of open Android software distribution. Despite widespread opposition from EFF, FSF, ACLU and 70+ organizations, regulators have been unresponsive, and key questions about how existing sideloaded apps will be affected remain unanswered. | |
HN Discussion:
| |
| 18. | Jamesob's guide to running SOTA LLMs locally(github.com) |
| 398 points by livestyle 1 day ago | 181 comments | permalink | |
tl;dr: A detailed hardware guide for running SOTA LLMs locally, ranging from a $2k dual RTX 3090 setup (running Qwen3.6-27B and Whisper STT) to a $40k rig with 4x RTX Pro 6000s (384GB VRAM) capable of running GLM-5.2-594B at near-Claude-Opus quality. The author details their EPYC-based DDR4 build using c-payne PCIe4 switches for direct GPU-to-GPU communication, along with the finicky BIOS tweaks, ACS disabling, and kernel parameters needed to achieve Gen4 line-rate P2P (27.5 GB/s). Includes ready-to-run Docker configs and notes on power-limiting GPUs to run on a 110V circuit. | |
HN Discussion:
| |