source&pool
A daily wire of long-form journalism, video, and discourse — filed, tagged, and laid out flat.
VOL. I·NO. 01
WEDNESDAY, SEPTEMBER 16, 2026
Hacker News3620X 主题热门3499MacRumors78CNBC71YahooFinance649to5Mac59Kotaku44Verge42IGN339to5Google32aihot31Gematsu31NintendoLife30TechCrunch25Engadget24Eurogamer24BusinessInsider23Guardian20CNET15NBC15FoxBusiness14NPR14Fortune13Polygon13SeekingAlpha13bgr12Gizmodo12CBS11Wccftech11Investor'sBusinessDaily10Mashable10TechPowerUp10USAToday10WIRED10PushSquare9CNN8NintendoEverything8Notebookcheck8NewYorkPost8CrudeOilPricesToday8VideoGamesChronicle8ABC7ArsTechnica7Fox7GameInformer7WindowsCentral7BleepingComputer6Deadline5GamesIndustry.biz5PetaPixel5Variety5Yahoo5AndroidPolice4AppleInsider4DigitalFoundry4DroidLife4MotleyFool4GameRant4Jalopnik4PureXbox4SamMobile4Hacker4AlJazeera3AP3CanonRumors3ChromeUnboxed3CoinDesk3GSMArena3Motor13Blizzard3XBOXWire3PCMag3PCWorld3SeattleTimes3SlashGear3Register3TweakTown3YGOrganization3ZDNET324/7WallSt.2Aftermath2AndroidCentral2AwfulAnnouncing2BleedingCool2BuzzFeed2CTech2DualShockers2DW2EventHubs2Futurism2GameDeveloper2Hodinkee2Independent2Lifehacker2MassivelyOverpowered2MyNintendo2Nature2Newser2Newsweek2PaulKrugman2PokémonGOHub2RoadtoVR2RPGSite2Space2Conversation2NextWeb2Tom'sGuide2UploadVR2VideoCardz2WarhammerCommunity2WindowsLatest2YourTango2404Media143rumors1ABC111AboveLaw1ageofempires1AndroidHeadlines1AOL1AVClub1Benzinga1BikeRadar1Billboard1BloodyDisgusting1Borderlands1Bungie1Yahoo!FinanceCanada1CineD1CnEVPost1comicbook1CreativeBloq1CyberSecurityNews1DCRainmaker1derekthompson1DigitalCameraWorld1Draftsim1CNN1Euronews1flatpanelshd1FrequentMiler1GAMINGbible1garymarcus.substack1GearPatrol1GeekWire1GeekyGadgets1Hackaday1HollywoodReporter1InsiderGaming1InterconnectsAI1InterestingEngineering1JapanTimes1KITCO1KrebsonSecurity1KSL1LosAngelesTimes1Lloyd'sList1WPLGLocal101Macworld1Maxroll1Mediaite1MiddleEastEye1MonochromeWatches1MPR1SemiAnalysis1Newsshooter1NoMan'sSky1nylon.com.sg1NYT1OregonLive1PCGamesN1PersonaCentral1Pokemon1politico.eu1PittsburghPost-Gazette1QuantaMagazine1qz1RockPaperShotgun1SammyGuru1ScienceAlert1ScientificAmerican1SouthChinaMorningPost1Semafor1SFGATE1YahooFinanceSingapore1YahooSingapore1SportsIllustrated1SimpleFlying1Sources1supercarblondie1Tedium1TelecomTalk1GameBusiness1TheGamer1Intercept1Times1LongmontTimes-Call1TmoNews1TopGear1TwistedVoxel1YahooFinanceUK1UnHerd1vox1WhatHi-Fi?1WPBF1WRAL1
  1. 001Hacker NewsSEP · 16English

    We cut CDN metadata lookup latency by 91%

    Vercel reduced CDN metadata lookup latency by 91% by grouping path metadata into shards instead of fetching individual paths. The optimization batches metadata fetches together while using indexed shards to avoid unnecessary parsing, balancing efficiency gains against data transfer costs.

    By Tim Caswell
  2. 002Hacker NewsSEP · 15English

    A New Experiment Meta-Strategy (and my shiny new lab!)

    A researcher reorganized their home lab to remove friction from experimental work, then created a Claude-powered app that generates experiment ideas based on their existing equipment inventory, ranking them by difficulty and setup time while prioritizing novel phenomena amenable to independent science.

    By CasualPhysicsEnjoyer
  3. 003Hacker NewsSEP · 15English

    Open-Source Skill Makes Claude Code 38% Cheaper and 38% Faster on Small Projects

    Product Traceability 2.0, an open-source skill for Claude Code, achieved 38% cost reduction and 38% faster build times on small projects by moving product history maintenance out of the coding agent's loop. Version 1.0 failed because it required the agent to maintain four Markdown files synchronously, consuming excessive compute; Version 2.0 separates coding work from record-keeping to preserve efficiency.

    By Vlad Mysla
  4. 004Hacker NewsSEP · 15English

    Is Compounding Inference as Powerful as Compounding Interest?

    Shopify's ML team demonstrated compounding inference by fine-tuning a 0.8B-parameter model that outperformed GPT-5.6-sol on buyer profile tasks through three rapid training cycles in one week. The breakthrough came from reinvesting inference outputs as training data, reducing prompt costs 8x, and increasing throughput 36x across three simultaneous feedback loops. Success required task-specific quality judges, production-to-training data pipelines, rapid iteration cadence, and dynamic routing between teacher and student models.

    By Rob May
  5. 005Hacker NewsSEP · 15English

    Show HN: Self-adjusting vLLM at production scale

    Rivvr automates vLLM deployment at production scale by automatically tuning configurations, monitoring metrics, and adjusting cluster topology to maintain latency and throughput SLO targets while reducing AWS costs by 40-70%.

    By dmitriisn
  6. 006Hacker NewsSEP · 15English

    Show HN: Go Bindings for SCIP Optimizer

    scipgo provides Go bindings for SCIP, a high-performance mixed integer programming solver, offering a stable API with support for various constraint types, pluggable solvers, and concurrent solving capabilities. The library emphasizes safety through stage checking and error handling, integrates with Go contexts and logging, and includes comprehensive documentation with eleven example programs.

    By Egoisutolabs
  7. 007Hacker NewsSEP · 15English

    Show HN: Warp – Run DeepSeek v4.1 Flash with 5 GB of RAM at 3.77 tok/s

    WARP is a C-based inference engine that runs large language models on consumer hardware by keeping model trunks in RAM and streaming experts from disk. It successfully runs DeepSeek-V4.1-Flash at 3.77 tokens per second on 5 GB RAM and Kimi K3 at 0.6 tokens per second on a 64 GB MacBook Pro using mixture-of-experts architecture and optimized disk I/O.

    By Sqliteai
  8. 008Hacker NewsSEP · 15English

    Tuning a Local Coding Agent: Oh My Pi and Qwen3.8-27B on Two RTX 3090s

    The author describes running a local coding agent using Oh My Pi with Qwen3.8-27B on two RTX 3090s. Key optimizations include adjusting thinking budgets, token limits, and subagent concurrency to achieve practical inference speeds. Local setups offer privacy and cost predictability but require careful tuning and accept slower inference compared to hosted frontier models like Claude or GPT.

    By Doug Calobrisi
  9. 009Hacker NewsSEP · 15English

    Hardcaml – an OCaml library for designing and testing hardware designs

    Hardcaml is an OCaml library for hardware design that provides productive abstractions for circuit design, rigorous validation through simulation and formal verification, and seamless integration between hardware and software. It supports the full hardware-design flow including design, verification, optimization, and integration, and is used in production by Jane Street for ultra-low-latency trading systems.

    By rbanffy
  10. 010Hacker NewsSEP · 15English

    GCC Eliminates Unnecessary Integer Division

    This article explains how GCC optimizes constant integer division by replacing it with multiplication and comparison using magic numbers, demonstrating a significant performance improvement over variable division. The technique is part of a series on the Number Field Sieve algorithm and includes code examples showing assembly-level optimizations.

    By Murage Kibicho
  11. 011Hacker NewsSEP · 15English

    Stop Re-Fetching: A Caching Layer to Reduce Ethereum RPC Costs

    NodeCache is an EVM RPC caching layer that intercepts read-only Ethereum calls like eth_call and eth_getBalance to reduce redundant requests to providers like Infura and Alchemy. It caches responses with method-specific TTLs, preventing duplicate queries for unchanged blockchain data and lowering operational costs and rate-limit pressure for developers and indexers.

    By oculix-official
  12. 012Hacker NewsSEP · 14English

    RoofLang: Enabling AI-Driven Architecting of LLM Inference Systems

    RoofLang is a domain-specific language enabling AI-driven optimization of LLM inference systems through workload representation and implementation-independent evaluation. The tool revealed DeepSeek V4 models achieve 3.5–39.5× higher peak decode throughput than comparable models, with further optimizations improving throughput and interactivity by 6.23–50.1% on NVIDIA hardware.

    By Yang; Ziyue; Jiang; Yuting; Qu; Lei; Cheng; Peng
  13. 013Hacker NewsSEP · 14English

    ImageArm: Native macOS app to batch optimize images

    ImageArm is a native macOS app that compresses images up to 80% without visible quality loss using multiple competing compression tools and GPU Metal acceleration. It offers drag-and-drop functionality, headless mode for scripts, Finder integration, and is free and open source.

    By ImageArm
  14. 014Hacker NewsSEP · 14English

    Small Programming Tricks

    Engineering productivity is significantly enhanced by accumulating small, high-leverage nuggets of knowledge—from language features and command-line tricks to database optimizations and git incantations. These micro-skills, like using fzf for fuzzy command history or git log -S for finding commits, require minimal mental overhead but provide outsized productivity gains. Such knowledge is particularly valuable when shared within teams.

    By Will Keleher
  15. 015Hacker NewsSEP · 14English

    Why don't machine learning research agents overfit?

    Machine learning research typically avoids overfitting despite iteratively optimizing against benchmark datasets, a puzzle explained through recent experiments with LLM-based research agents. Studies show improvements on heavily reused benchmarks transfer to fresh test sets, suggesting that simpler models discovered through hill-climbing generalize better than expected, possibly due to principles related to Occam's razor.

    By Martin Bertran Lopez; Aaron Roth
  16. 016Hacker NewsSEP · 14English

    On-Demand Compute: Instant compute for your most intensive workloads

    ClickHouse Cloud announces On-Demand Compute in private preview, enabling queries to execute on shared worker pools outside the primary cluster to handle compute-intensive workloads without disrupting production. The feature includes a distributed query execution framework and cost-based optimizer, allowing users to scale queries independently by specifying worker count and supporting data lakes with Iceberg and Delta Lake formats.

    By Melvyn Peignon
  17. 017Hacker NewsSEP · 14English

    Show HN: Skillzero – save tokens by omitting skills from agent context

    Skillzero is a tool that optimizes agent context by categorizing skills into unmanaged, hidden, and collection types, reducing token consumption and preventing accidental skill triggers. It allows developers to hide less frequently used skills from agents while keeping them manually invokable, and bundle related skills into topic-based collections that load on demand.

    By Kurtextrem
  18. 018Hacker NewsSEP · 14English

    Understanding FlashAttention Pt 1: Personal Notes

    A technical handbook explaining FlashAttention, an optimization technique that accelerates transformer attention mechanisms through tiling, online softmax, and recomputation without approximating the mathematical function. The key insight is that wall-clock speed depends on GPU memory traffic rather than FLOP count alone, achieved by reducing expensive reads and writes to high-bandwidth memory.

    By Chizkidd
  19. 019Hacker NewsSEP · 14English

    Math of Soap Bubbles and Honeycombs

    This article explores the mathematical principles behind the shapes of soap bubbles and honeycombs. Soap bubbles form spheres because spheres minimize surface area for a given volume, a principle known as the isoperimetric theorem proven by Hermann Schwarz in 1884. The article also introduces how clusters of bubbles and hexagonal honeycombs follow similar mathematical optimization principles based on minimal surface area.

    By vismit2000
  20. 020Hacker NewsSEP · 14English

    Show HN: Training a sudoku solver from scratch on Jetson Nano

    A sudoku solver trained from scratch on Jetson Nano using an MLP-Mixer architecture with an outer commit loop and learned halt head. The project includes dataset download, training pipeline, evaluation tools, and a visualization server to inspect model predictions and trajectories.

    By Romainzimmer