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 News3550X 主题热门3454MacRumors78CNBC69YahooFinance639to5Mac59Kotaku43Verge42IGN329to5Google31aihot31NintendoLife30Gematsu28TechCrunch25Engadget24BusinessInsider23Eurogamer23Guardian19CNET15NBC15FoxBusiness14NPR14Fortune13Polygon13SeekingAlpha13Gizmodo12bgr11Wccftech11CBS10Investor'sBusinessDaily10Mashable10TechPowerUp10USAToday10WIRED10PushSquare9CNN8NintendoEverything8Notebookcheck8NewYorkPost8CrudeOilPricesToday8VideoGamesChronicle8ABC7ArsTechnica7Fox7GameInformer7WindowsCentral7BleepingComputer6Deadline5GamesIndustry.biz5PetaPixel5Variety5Yahoo5AndroidPolice4DigitalFoundry4DroidLife4MotleyFool4GameRant4Jalopnik4PureXbox4SamMobile4Hacker4AlJazeera3AP3AppleInsider3ChromeUnboxed3GSMArena3Motor13Blizzard3XBOXWire3PCMag3PCWorld3SeattleTimes3SlashGear3Register3TweakTown3YGOrganization3ZDNET324/7WallSt.2Aftermath2AndroidCentral2AwfulAnnouncing2BleedingCool2BuzzFeed2CTech2CoinDesk2DualShockers2DW2Futurism2GameDeveloper2Hodinkee2Independent2Lifehacker2MassivelyOverpowered2MyNintendo2Nature2Newser2Newsweek2PaulKrugman2PokémonGOHub2RoadtoVR2RPGSite2Space2Conversation2NextWeb2Tom'sGuide2UploadVR2VideoCardz2WarhammerCommunity2WindowsLatest2YourTango2404Media143rumors1ABC111AboveLaw1ageofempires1AndroidHeadlines1AOL1AVClub1Benzinga1BikeRadar1Billboard1BloodyDisgusting1Borderlands1Bungie1Yahoo!FinanceCanada1CanonRumors1CineD1CnEVPost1comicbook1CreativeBloq1CyberSecurityNews1DCRainmaker1derekthompson1DigitalCameraWorld1Draftsim1CNN1Euronews1EventHubs1flatpanelshd1FrequentMiler1GAMINGbible1garymarcus.substack1GearPatrol1GeekWire1GeekyGadgets1Hackaday1HollywoodReporter1InsiderGaming1InterconnectsAI1InterestingEngineering1JapanTimes1KITCO1KrebsonSecurity1KSL1LosAngelesTimes1Lloyd'sList1WPLGLocal101Macworld1Maxroll1Mediaite1MiddleEastEye1MPR1SemiAnalysis1Newsshooter1NoMan'sSky1nylon.com.sg1NYT1OregonLive1PCGamesN1PersonaCentral1Pokemon1politico.eu1PittsburghPost-Gazette1QuantaMagazine1qz1RockPaperShotgun1SammyGuru1ScienceAlert1ScientificAmerican1SouthChinaMorningPost1Semafor1SFGATE1YahooFinanceSingapore1YahooSingapore1SportsIllustrated1SimpleFlying1Sources1supercarblondie1Tedium1TelecomTalk1GameBusiness1TheGamer1Intercept1Times1LongmontTimes-Call1TmoNews1TopGear1TwistedVoxel1YahooFinanceUK1UnHerd1vox1WhatHi-Fi?1WPBF1WRAL1
  1. 021Hacker NewsSEP · 14English

    Can a local LLM beat -O3?

    A researcher experiments with integrating local LLMs into compiler pipelines to generate code optimizations, testing five benchmark programs to evaluate performance improvements, functional correctness, and optimal optimization stages. The work, presented as a poster at CppCon, explores whether small local LLMs can match or exceed traditional compiler optimizations like -O3, with results suggesting larger cloud models perform significantly better for LLVM IR optimization.

    By Tijl Vercaemer
  2. 022Hacker NewsSEP · 14English

    MetaRSI-v1: A Meta-Recursive Self-Improving System

    MetaRSI-v1 is a recursive self-improvement system that extends beyond formal benchmarks to operate across diverse scientific and engineering domains by composing three typed operators—Data-RSI, Harness-RSI, and Model-RSI—over a unified paradigm, enabling both parameter-level and interface-level improvements without external supervision.

    By tvvocold
  3. 023Hacker NewsSEP · 14English

    Show HN: Kairo – Fail-closed LLM inference routing from RTX 5090 measurements

    Kairo is a research workbench for LLM inference routing on RTX 5090 GPUs that measures workloads, validates results, and selectively enables optimizations like CUDA Graphs only when proven beneficial. The system uses fail-closed policies, promoting only exact measured workload buckets into production runtime decisions while avoiding premature global defaults.

    By Peter
  4. 024Hacker NewsSEP · 13English

    GBA Host (PICO-8 to GBA)

    GBA Host is a toolchain that packages PICO-8 cartridges into standalone Game Boy Advance ROMs running on the Real8 VM, optimized for speed and memory constraints on real hardware. It provides both command-line build tools and a Windows GUI, with performance guidance for sprite rendering, memory management, and frame updates.

    By Natureglass
  5. 025Hacker NewsSEP · 13English

    Incr: Faster Re-Execution via Bolt-On Incrementalization [video]

    Incr is a system that accelerates shell program re-execution by automatically detecting and reusing intermediate results from prior runs, avoiding full re-computation when programs are modified. It achieves average speedups of 34.2× and maximum speedups of 373.3× while requiring no developer annotations or code changes.

    By Yizheng Xie; Evangelos Lamprou; Jerry Xia; Nikos Vasilakis
  6. 026Hacker NewsSEP · 13English

    Molt – Thermally aware QLORA fine-tuning for Windows laptop GPUs

    MOLT is a thermally aware, memory-efficient QLoRA fine-tuning tool for consumer NVIDIA GPUs on Windows, enabling local language model fine-tuning with hardware telemetry and thermal controls. Version 0.12.0 includes experimental optimizations for low-overhead update attribution and thermal pacing, with installation via a single PowerShell command and support for Windows 10/11 with Python 3.12.

    By PraveenNimilka
  7. 027Hacker NewsSEP · 13English

    Show HN: AgentJIT – Compile dynamic LLM agent workflows into 0.1ms Python

    AgentJIT is a compiler that traces dynamic LLM agent workflows and converts them into optimized Python code, reducing execution time from seconds to milliseconds and eliminating API token costs for recurring patterns. It works by capturing tool calls on the first run, analyzing data dependencies, and generating type-safe Python pipelines with automatic fallback to the LLM agent if inputs diverge.

    By Eminsk
  8. 028Hacker NewsSEP · 13English

    Gemma 4 26B on a 24 GB Mac Mini M4: from 66% CPU to 100% GPU

    A technical guide for running Gemma 4 26B on a Mac Mini M4 by raising the Metal GPU memory limit from the macOS default to enable full GPU utilization. The article explains why the model defaults to 66% CPU usage due to unified memory constraints and provides commands and configuration to achieve 100% GPU processing.

    By gurkandev
  9. 029Hacker NewsSEP · 13English

    From Hand-Crafted to LLM-Based Variation Operators in Metaheuristics

    This tutorial introduces a framework for classifying large language models used as variation operators in metaheuristics, organized around two descriptors: the type of prompt-conditioning information (Numeric, Symbolic, Linguistic) and artifact persistence (what survives the model call). It provides practitioners with tools to build, classify, and select LLM-based operators through templates, method surveys, and cost-aware decision guides.

    By Camilo Chacón Sartori; Guillem Rodríguez-Corominas; Christian Blum
  10. 030Hacker NewsSEP · 13English

    Designing Cycle-Exact Delays on Several 8-Bit CPUs

    An article explaining systematic techniques for generating cycle-exact delay sequences on 8-bit CPUs (6502, 6809, Z80, SM83, 8080, 6800). The author describes a general method using tight delay loops with the formula An + B, combined with lookup tables for remainders, to achieve precise timing for sound generation and graphical effects.

    By Michael Martin
  11. 031Hacker NewsSEP · 13English

    WordPress object cache backed by shared memory, ~19% faster than Memcached

    Yac is a WordPress object cache extension that stores data in shared memory accessible to all PHP workers, eliminating the need for a separate cache server. It achieves ~19% faster page renders than Memcached by removing socket and network overhead, with no external infrastructure to operate or maintain.

    By Laruence
  12. 032Hacker NewsSEP · 12English

    Getting 50 GB/S Back from the Apple Neural Engine

    A performance analysis of Apple's M3 Neural Engine reveals an RTL erratum that throttles DRAM weight streaming throughput to 17–19 GB/s instead of the nominal 45–60 GB/s when weight sizes are integer multiples of 1 MiB. By avoiding the problematic kernel DMA prefetch path, researchers achieved 2.4× throughput improvements for Llama 3.2 1B and 2.2× for Qwen3-8B models.

    By eiln
  13. 033Hacker NewsSEP · 12English

    Analysing 2048 on a 3×3 board

    Simon Tatham analysed the 2048 puzzle game on a 3×3 board instead of the standard 4×4 grid to create a shorter version. He exhaustively computed all possible game states to determine optimal play and what target tile value would be reasonable for players to achieve, leveraging the small state space and monotonic nature of the game.

    By rowbin
  14. 034KotakuSEP · 12English

    A Remake Of A Visual Novel For The PSP Has The Most Ridiculous Recommended PC Specs

    Danganronpa 2×2, a remake of the 2012 PSP visual novel, has absurdly high recommended PC specs requiring an RTX 4070 and 32GB of RAM despite being a mostly static dialogue-driven game. The specs seem unjustified given the game's simple graphics and have drawn widespread mockery from fans, especially amid soaring RAM prices.

    By Ethan Gach
  15. 035Hacker NewsSEP · 12English

    Distilling a Bigram

    This article explores knowledge distillation applied to a bigram language model, the simplest possible sequence model. The author demonstrates that distillation does not improve the bigram's learned distribution and that standard training achieves equivalent results with sufficient data, but the analysis reveals what soft targets change and what they preserve.

    By hdit
  16. 036Hacker NewsSEP · 12English

    Compressing a Flag to 11 Bits

    A developer explores encoding country flags in just 11 bits by breaking them down into common design elements like stripes, shapes, and colors. Using a layered approach inspired by matrix compression and image editing software, the encoding scheme prioritizes recognizability over exact accuracy, handling aspect ratios, color palettes, and repeated elements like stars and crescents.

    By Vantezzen
  17. 037Hacker NewsSEP · 12English

    Exploring denser on-chip AI memory with two-transistor gain cells

    Researchers have developed OpenGCRAM, a compiler tool that combines SRAM and Gain Cell RAM to optimize on-chip memory for AI accelerators. The tool generates memory designs and layouts while characterizing area, delay, and power consumption to identify optimal heterogeneous memory configurations for AI workloads.

    By Wang; Xinxin; Yan; Lixian; Liu; Shuhan; Upton; Luke; Cai; Zhuoqi; Tan; Yiming; Shengman; Jana; Koustav; Peijing; Cirimelli-Low; Jesse; Tambe; Thierry; Guthaus; Matthew; Wong; H -S Philip
  18. 038Hacker NewsSEP · 12English

    Performance of WebAssembly Runtimes in 2026

    A performance analysis of WebAssembly runtimes benchmarking libsodium crypto code across 2024-2026 releases. Wasmer performs best overall, while WAVM excels at optimization; new wide_arithmetic instructions significantly improve crypto performance. Wasmtime showed steady yearly improvements, while other runtimes remained relatively flat.

    By Frank Denis Jedi; Sector One
  19. 039Hacker NewsSEP · 12English

    The Examined Life in the Age of Optimisation

    A woman optimizes every aspect of her life through routines, tracking, and self-improvement protocols, yet feels her existence has become hollow and thin. The article argues that modern optimization culture mistakes motion for direction by treating life's mysteries—questions of meaning and purpose—as problems to be solved through better management and self-engineering.

    By New York Journal; Dr Rodney King
  20. 040Hacker NewsSEP · 12English

    Show HN: Rust-split – save your tokens on large Rust source files

    Rust-split is a tool that uses AST parsing to split large Rust source files into smaller modules, reducing token consumption for AI-assisted development by avoiding O(n²) edit operations and simplifying import fixes instead of full file rewrites.

    By owebeeone