| 1. | The bottleneck might be the air in the room(blog.mikebowler.ca) |
| 460 points by gslin 7 hours ago | 285 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) |
| 281 points by latchkey 15 hours ago | 100 comments | permalink | |
tl;dr: Wafer benchmarked GLM-5.2 on AMD's MI355X (roughly 2.75x cheaper than NVIDIA's B300) and hit 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, and fixing two ROCm bugs blocking speculative decode plus tuning the MoE kernel selection, but notably no custom kernels. The takeaway: NVIDIA's CUDA moat is increasingly about day-0 model support rather than fundamental software superiority. | |
HN Discussion:
| |
| 3. | Leanstral 1.5: Proof abundance for all(mistral.ai) |
| 280 points by programLyrique 15 hours ago | 82 comments | permalink | |
tl;dr: Leanstral 1.5 is an Apache-2.0 licensed Lean 4 proof model (119B total/6B active params) that saturates miniF2F, solves 587/672 PutnamBench problems at ~$4 each (vs. ~$300 for Seed-Prover), and sets new SOTA on FATE-H/X. Trained via mid-training, SFT, and RL with CISPO across multiturn and code-agent environments, it also demonstrates real-world utility by finding 5 previously unknown bugs across 57 repositories and proving O(log n) complexity for AVL trees. Weights and a free API are available on Hugging Face. | |
HN Discussion:
| |
| 4. | Giant trees have no trouble pumping water to top branches: new research(news.exeter.ac.uk) |
| 226 points by hhs 14 hours ago | 102 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) |
| 234 points by theanonymousone 17 hours ago | 63 comments | permalink | |
tl;dr: Summary not available. | |
HN Discussion:
| |
| 6. | Jamesob's guide to running SOTA LLMs locally(github.com) |
| 368 points by livestyle 22 hours ago | 167 comments | permalink | |
tl;dr: A detailed hardware/software 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 4× RTX PRO 6000s (384GB VRAM) running GLM-5.2-594B at near-Opus quality. The build uses a last-gen EPYC/DDR4 base with c-payne PCIe Gen4 switches for GPU peer-to-peer communication, and covers finicky details like BIOS bifurcation, ACS disabling, IOMMU quirks, and power-limiting to run $46k of GPUs on a 110V circuit. | |
HN Discussion:
| |
| 7. | Costco is the anti-Amazon(phenomenalworld.org) |
| 442 points by bookofjoe 22 hours ago | 407 comments | permalink | |
tl;dr: Costco's business model—limited SKUs (~4,000 vs. Walmart's 130,000), in-person bulk shopping, and minimal distribution infrastructure—is more logistically efficient and socially beneficial than Amazon's infinite-assortment, home-delivery approach, resulting in lower overhead, higher wages, and just 6% employee turnover. The author argues this constraint-based model is more generalizable than Amazon's, which relies on complex last-mile delivery that isn't universally scalable. The piece concludes that NYC Mayor Mamdani's proposed public grocery stores should adopt Costco's playbook: low SKU count, high volume, centralized distribution at sufficient scale, and a signature loss-leader item. | |
HN Discussion:
| |
| 8. | Factories are just rooms(interconnected.org) |
| 255 points by arbesman 22 hours ago | 107 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) |
| 220 points by peterparker204 4 days ago | 27 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) |
| 396 points by ledoge 16 hours ago | 101 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) |
| 304 points by indy 1 day ago | 101 comments | permalink | |
tl;dr: Summary not available | |
HN Discussion:
| |
| 12. | Half-Baked Product(weli.dev) |
| 1291 points by weli 1 day ago | 387 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) |
| 566 points by ahlCVA 1 day ago | 108 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) |
| 284 points by dimitropoulos 21 hours ago | 92 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) |
| 523 points by thoughtpeddler 1 day ago | 185 comments | permalink | |
tl;dr: Summary not available | |
HN Discussion:
| |
| 16. | Holes(xkcd.com) |
| 227 points by caminanteblanco 19 hours ago | 39 comments | permalink | |
tl;dr: Summary not available | |
HN Discussion:
| |
| 17. | Android Developer Verification: Threat masquerading as protection(f-droid.org) |
| 1693 points by drewfax 2 days ago | 727 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 effectively a pre-installed gatekeeping mechanism that will block apps from developers not centrally registered with Google, requiring ID verification and agreement to vague terms where "malware" is undefined. They warn this threatens sideloading, alternative app stores like F-Droid, and could be weaponized against legitimate software like ad-blockers. The fate of already-installed F-Droid apps and user data after activation remains unclear. | |
HN Discussion:
| |
| 18. | CarPlay Is Additive(caseyliss.com) |
| 561 points by sprawl_ 1 day ago | 698 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) |
| 217 points by KraftyOne 1 day 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) |
| 663 points by doener 2 days ago | 346 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:
| |