| 1. | The bottleneck might be the air in the room(blog.mikebowler.ca) |
| 766 points by gslin 49 days ago | 441 comments | permalink | |
tl;dr: CO2 levels in closed meeting rooms routinely climb past 1,000-2,000 ppm within an hour, and research from Lawrence Berkeley and Harvard shows measurable declines in decision-making and strategic thinking at those concentrations. The impairment is invisible from inside—people just feel foggy and blame the meeting length. Before blaming teams for poor performance or disengagement, check the air: a cheap CO2 monitor and an open window may fix what looks like a people problem. | |
HN Discussion:
| |
| 2. | 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:
| |
| 3. | 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:
| |
| 4. | Giant trees have no trouble pumping water to top branches: new research(news.exeter.ac.uk) |
| 260 points by hhs 49 days ago | 115 comments | permalink | |
tl;dr: New research on Dipterocarp trees in Malaysian Borneo (ranging 7-71 meters tall) contradicts the long-held theory that height impairs water transport and increases drought vulnerability. The tallest trees compensate through wider water-carrying vessels near the ground and leaves adapted to withstand greater water stress, showing no height-related growth loss during the 2023-2024 El Niño drought. The findings challenge current climate models that predict tall trees face higher drought mortality risk—significant because the tallest 1% of trees store over half of forests' above-ground carbon. | |
HN Discussion:
| |
| 5. | SearXNG: A free internet metasearch engine(github.com) |
| 270 points by theanonymousone 49 days ago | 76 comments | permalink | |
tl;dr: Summary not available. | |
HN Discussion:
| |
| 6. | 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:
| |
| 7. | 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:
| |
| 8. | Factories are just rooms(interconnected.org) |
| 276 points by arbesman 49 days ago | 121 comments | permalink | |
tl;dr: The author visited his kid's school to talk about manufacturing his AI clock, sharing photos from a Shenzhen factory, prototypes, and CAD sketches to demystify how physical products get made. He deliberately avoided the typical "awe-inspiring" factory footage because it makes manufacturing feel distant and untouchable—instead he wanted 7-year-olds to see that "factories are just rooms" and that they could become the designers, engineers, and makers behind everyday objects. He encourages others to do the same at their local schools. | |
HN Discussion:
| |
| 9. | Hunting a 16-year-old SQLite WAL bug with TLA+(ubuntu.com) |
| 234 points by peterparker204 52 days ago | 28 comments | permalink | |
tl;dr: Canonical's dqlite team used TLA+ to model a 16-year-old SQLite WAL checkpoint bug that could corrupt databases via a data race: a second checkpoint could miss that the WAL was reset by a concurrent writer, causing it to incorrectly mark frames as backfilled and later skip transactions. The model quickly reproduced the bug in ~20 states, matching SQLite's own description. Modeling dqlite showed it's unaffected since it acquires the write lock during checkpoints, preventing the race. SQLite's fix adds a salt comparison to detect WAL resets before proceeding. | |
HN Discussion:
| |
| 10. | Espionage Against the European Parliament(citizenlab.ca) |
| 416 points by ledoge 49 days ago | 124 comments | permalink | |
tl;dr: Citizen Lab found that former MEP Stelios Kouloglou was infected with NSO Group's Pegasus spyware at least twice (October 2022 and March 2023) while serving on the European Parliament's PEGA Committee investigating spyware abuses, likely exposing confidential committee deliberations. Researchers did not attribute the attack to a specific government but noted infrastructure overlap with a prior Pegasus campaign targeting Russian and Belarusian exiled journalists in Europe, suggesting an operator licensed across multiple EU jurisdictions. This marks the first known case of a sitting PEGA Committee member being hacked during the committee's work. | |
HN Discussion:
| |
| 11. | 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:
| |
| 12. | Half-Baked Product(weli.dev) |
| 1370 points by weli 50 days ago | 403 comments | permalink | |
tl;dr: Summary not available | |
HN Discussion:
| |
| 13. | Valve open-source the Steam Machine e-ink screen so you can make your own(gamingonlinux.com) |
| 589 points by ahlCVA 49 days ago | 111 comments | permalink | |
tl;dr: Valve has open-sourced the design files for the Steam Machine's e-ink front display (dubbed "Inkterface") on their GitLab under an MIT license, since they won't be manufacturing it themselves. Builders will need parts like an Adafruit ESP32 Feather, an eInk breakout board, a 5.83" monochrome panel, and some screws and magnets to assemble one. Third parties like JSAUX have already indicated plans to sell pre-built versions. | |
HN Discussion:
| |
| 14. | 60% Fable cost cut by converting code to images and having the model OCR it(github.com) |
| 297 points by dimitropoulos 49 days ago | 97 comments | permalink | |
tl;dr: pxpipe is a local proxy that rewrites bulky Claude Code request context (system prompts, tool docs, older history) into PNG images, exploiting the fact that dense text packs ~3.1 chars per image-token vs ~1 char per text-token, cutting end-to-end costs ~59-70% on Fable 5. The tradeoff is lossy verbatim recall — exact strings like hashes and IDs can silently confabulate, so it's gated to token-dense content and specific models (Fable 5, GPT 5.6), with recent turns and byte-exact data kept as text. SWE-bench results show near-parity with 60-65% token reduction. | |
HN Discussion:
| |
| 15. | Protect your right to run local AI(righttointelligence.org) |
| 539 points by thoughtpeddler 50 days ago | 193 comments | permalink | |
tl;dr: Summary not available | |
HN Discussion:
| |
| 16. | Holes(xkcd.com) |
| 245 points by caminanteblanco 49 days ago | 43 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. | CarPlay Is Additive(caseyliss.com) |
| 568 points by sprawl_ 50 days ago | 708 comments | permalink | |
tl;dr: Rivian's CSO defended the company's refusal to support CarPlay by claiming it "takes over every single pixel," but the author counters that standard CarPlay doesn't take over the whole screen (only optional CarPlay Ultra does), and that CarPlay is entirely optional for drivers anyway. The author argues CarPlay is purely additive—if Rivian's native UI is great, customers won't use it—and says he won't buy a Rivian until they add support, despite otherwise loving the vehicles. | |
HN Discussion:
| |
| 19. | Postgres transactions are a distributed systems superpower(dbos.dev) |
| 224 points by KraftyOne 50 days ago | 92 comments | permalink | |
tl;dr: Co-locating workflow state and application data in the same Postgres database lets you commit both in a single transaction, eliminating the idempotency and atomicity problems that plague durable workflow engines. This means transactional steps get exactly-once semantics without bookkeeping tables, and you can replace the transactional outbox pattern by enqueuing workflows via a UDF in the same transaction as your app updates. The post is from DBOS, which builds a Postgres-backed durable execution framework around this idea. | |
HN Discussion:
| |
| 20. | PeerTube is a free, decentralized and federated video platform(github.com) |
| 664 points by doener 50 days ago | 350 comments | permalink | |
tl;dr: PeerTube is an open-source, federated video platform from Framasoft that uses ActivityPub to interoperate with the Fediverse (Mastodon, Pleroma, etc.) and WebRTC for peer-to-peer streaming to reduce bandwidth costs. It supports both video-on-demand and live streaming, lets instances cache each other's content for redundancy, and offers creator support via donation links rather than ads or recommendation algorithms. Anyone can self-host an instance, and users can follow channels across instances without needing accounts on each. | |
HN Discussion:
| |