| 1. | If you're a button, you have one job(unsung.aresluna.org) |
| 581 points by nozzlegear 48 days ago | 273 comments | permalink | |
tl;dr: When rotating a photo, iPhone buffers rapid taps so eight quick taps produce a full 360° round-trip, while Nothing Phone/Android ignores taps during the rotation animation. The author argues this matters because even "casual" interfaces eventually meet power-user scenarios (e.g., rotating dozens of documents), and UIs should never force users to wait for an animation to finish—either buffer inputs or accelerate/interrupt the animation. | |
HN Discussion:
| |
| 2. | Command and Conquer Generals natively ported to macOS, iPhone, iPad using Fable(github.com) |
| 680 points by asronline 48 days ago | 283 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 via a DirectX 8 → DXVK → Vulkan → MoltenVK → Metal rendering chain with custom RTS touch controls. Built on EA's GPL v3 source release and prior community porting work (TheSuperHackers, Fighter19, GeneralsX), the fork adds iOS-specific fixes for read-only filesystems, app lifecycle handling, and DXVK cross-compilation. The author notes the C++ work was done by Claude Code with human direction, and teases an upcoming Renegade port using similar methodology. | |
HN Discussion:
| |
| 3. | GPT-5.5 Codex reasoning-token clustering may be leading to degraded performance(github.com) |
| 367 points by maille 48 days ago | 151 comments | permalink | |
tl;dr: Analysis of 390K Codex token_count records shows GPT-5.5 responses disproportionately terminate at exactly 516 reasoning tokens (with echoes at 1034 and 1552), accounting for 82% of such events despite only 19% of overall traffic. This clustering spiked from 0.11% in Feb 2026 to 53% in May, coinciding with a drop in mean reasoning-token usage—suggesting a hidden reasoning-budget cap, truncation, or routing behavior specific to GPT-5.5 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) |
| 513 points by Cider9986 48 days ago | 324 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) |
| 664 points by javxfps 48 days ago | 391 comments | permalink | |
tl;dr: Summary not available | |
HN Discussion:
| |
| 6. | Zig: All Package Management Functionality Moved from Compiler to Build System(ziglang.org) |
| 228 points by tosh 48 days ago | 89 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) |
| 313 points by chatmasta 48 days ago | 132 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) |
| 507 points by theanonymousone 48 days ago | 61 comments | permalink | |
tl;dr: A deep dive into what every field in htop/top actually means on Linux, covering uptime, load average (an exponentially damped moving average that includes uninterruptible processes, not just CPU usage), PIDs, process states (R/S/D/Z/T/t), niceness/priority, and the various memory metrics (VIRT/RES/SHR/MEM%). The author also walks through each default process running on a fresh Ubuntu Server 16.04 install, explaining what it does and whether it can be safely removed, using tools like strace, /proc, and ps to demonstrate where the data comes from. | |
HN Discussion:
| |
| 9. | Maybe you should learn something(marginalia.nu) |
| 458 points by tylerdane 49 days 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) |
| 210 points by jnord 48 days ago | 127 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) |
| 565 points by bookofjoe 49 days ago | 571 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) |
| 331 points by indy 49 days ago | 105 comments | permalink | |
tl;dr: Summary not available | |
HN Discussion:
| |
| 13. | Odin, Wikipedia and engagement farming(katamari64.se) |
| 253 points by stock_toaster 49 days ago | 387 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) |
| 354 points by latchkey 49 days 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) |
| 370 points by programLyrique 49 days ago | 103 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) |
| 1370 points by weli 50 days ago | 403 comments | permalink | |
tl;dr: Summary not available | |
HN Discussion:
| |
| 17. | Android Developer Verification: Threat masquerading as protection(f-droid.org) |
| 1718 points by drewfax 51 days ago | 737 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) |
| 405 points by livestyle 49 days ago | 182 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:
| |