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 News3913X 主题热门3802CNBC84MacRumors80YahooFinance679to5Mac62Kotaku46Verge46IGN369to5Google34NintendoLife34aihot33Gematsu32Eurogamer27TechCrunch27Engadget26BusinessInsider25Guardian20NBC16NPR16CNET15Polygon15FoxBusiness14Fortune13SeekingAlpha13bgr12Gizmodo12Wccftech12CBS11Mashable11PushSquare11TechPowerUp11USAToday11WIRED11Investor'sBusinessDaily10GameInformer9NintendoEverything9ABC8ArsTechnica8CNN8Fox8Notebookcheck8NewYorkPost8CrudeOilPricesToday8VideoGamesChronicle8WindowsCentral7AppleInsider6BleepingComputer6PetaPixel6SamMobile6Deadline5DigitalFoundry5GamesIndustry.biz5Variety5Yahoo5AlJazeera4AndroidPolice4CoinDesk4DroidLife4MotleyFool4GameRant4GSMArena4Jalopnik4PureXbox4SlashGear4Hacker4AP3BuzzFeed3CTech3CanonRumors3ChromeUnboxed3DW3GameDeveloper3Lifehacker3Motor13Blizzard3XBOXWire3PCMag3PCWorld3SeattleTimes3Space3Register3TweakTown3VideoCardz3YGOrganization3ZDNET324/7WallSt.2404Media2Aftermath2AndroidCentral2AOL2AwfulAnnouncing2BleedingCool2DigitalCameraWorld2DualShockers2Euronews2EventHubs2FratelloWatches2Futurism2GearPatrol2Hodinkee2Independent2KITCO2MassivelyOverpowered2MyNintendo2Nature2Newser2Newsweek2PaulKrugman2PokémonGOHub2RoadtoVR2RockPaperShotgun2RPGSite2Conversation2Intercept2NextWeb2Tom'sGuide2UploadVR2WarhammerCommunity2WindowsLatest2YourTango243rumors1ABC111AboveLaw1ageofempires1AndroidHeadlines1AVClub1Benzinga1BikeRadar1Billboard1BloodyDisgusting1Borderlands1Bungie1Yahoo!FinanceCanada1CineD1CnEVPost1comicbook1CreativeBloq1CyberSecurityNews1DailyKos1DCRainmaker1Defector1DenverPost1derekthompson1Draftsim1CNN1flatpanelshd1FrequentMiler1GAMINGbible1garymarcus.substack1GeekWire1GeekyGadgets1Hackaday1HollywoodReporter1InsiderGaming1InterconnectsAI1InterestingEngineering1JapanTimes1KrebsonSecurity1KSL1LosAngelesTimes1Lloyd'sList1WPLGLocal101Macworld1Maxroll1Mediaite1MiddleEastEye1MonochromeWatches1MortgageDaily1MP1st1MPR1SemiAnalysis1Newsshooter1NoMan'sSky1nylon.com.sg1NYT1OregonLive1PCGamesN1PersonaCentral1Pokemon1politico.eu1PittsburghPost-Gazette1QuantaMagazine1qz1SammyGuru1ScienceAlert1ScientificAmerican1SouthChinaMorningPost1Semafor1SFGATE1YahooFinanceSingapore1YahooSingapore1SportsIllustrated1SimpleFlying1Sources1supercarblondie1Tedium1TelecomTalk1GameBusiness1TheGamer1Times1LongmontTimes-Call1TmoNews1TopGear1TwistedVoxel1YahooFinanceUK1UnHerd1vox1WhatHi-Fi?1WPBF1WRAL1
  1. 001Hacker NewsSEP · 16English

    Useful Abstractions

    Useful Abstractions is a C++23 header-only library providing seven compile-time utility components, installable as a single header, CMake dependency, or vendored checkout. The library enables constexpr string handling and type introspection, with the fixed_string component allowing string literals as non-type template parameters.

    By tosh
  2. 002Hacker NewsSEP · 15English

    Linux from Scratch

    Linux From Scratch is a project providing step-by-step instructions for building custom Linux systems from source code. It includes multiple subprojects like BLFS for extending installations, ALFS for automation, MLFS for 32-bit support, and GLFS for gaming, along with documentation, patches, and historical archives.

    By sippingabonedry
  3. 003Hacker NewsSEP · 14English

    You need another HTML abstraction

    Ouroboros HTML is a humorous project that compiles HTML through 20 incompatible programming languages and runtimes (Python, PHP, Go, C, WebAssembly, Brainfuck, JavaScript, Svelte, PostgreSQL, Pandoc, and others) to produce functionally identical HTML5 output, demonstrating the software engineering principle of solving problems through layers of indirection while ironically proving the inverse theorem about too many abstraction layers.

    By Spcbeck
  4. 004Hacker NewsSEP · 14English

    Unison: A friendly programming language from the future

    Unison is a statically-typed functional programming language featuring content-addressed code stored as ASTs in a database, enabling perfect incremental compilation, instant renaming, and semantically-aware version control. It supports type inference, an effect system, and can be used standalone or with Unison Cloud for distributed systems development.

    By Unisonweb
  5. 005Hacker NewsSEP · 14English

    C++26: Module Improvements

    C++26 introduces three targeted improvements to the C++20 module system: prohibiting macros in module declarations to enable faster dependency scanning, allowing main to be explicitly attached to modules for easier testing, and permitting #line directives before module declarations for better code generator support. These changes address adoption friction without adding new features.

    By snikolaev
  6. 006Hacker NewsSEP · 14English

    Kache v0.21:caching C/C++ links,nvcc objects,and the Clang-CL flags Firefox uses

    Kache v0.21.0 expands caching for C/C++ compilation, adding support for whole-program links, preprocessor output, Windows clang-cl flags used by Firefox, and single-source CUDA nvcc compilation. New features include machine-level configuration defaults, trust domain isolation for persistent stores, and improved telemetry.

    By Kunobi-Ninja
  7. 007Hacker NewsSEP · 14English

    Closure Compiler: A JavaScript checker and optimizer

    Closure Compiler is a JavaScript optimizer and checker that compiles JavaScript to faster, smaller JavaScript by analyzing code, removing dead code, and minimizing output. It requires code written specifically for the compiler and uses aggressive whole-world optimization that can break code if global variables or properties are hidden from analysis. The tool primarily supports Google's goog.module syntax and has limited, unmaintained support for ECMAScript and CommonJS modules.

    By Google
  8. 008Hacker NewsSEP · 13English

    Gptel: Emacs Y La IA

    A Spanish-language article about setting up local AI (LLMs) with Emacs for programming projects. The author describes installing llama.cpp from source, selecting the Qwen 3.5 9B model, and troubleshooting compilation and library linking issues on OpenSuse Tumbleweed.

    By Notxor
  9. 009Hacker 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
  10. 010Hacker NewsSEP · 12English

    I made a build profiler to understand Bun's compile times

    A developer created buildprof, an open-source Linux tracing tool that visualizes compile times by showing process timelines during builds. The tool was inspired by investigating why Bun's Rust build was reportedly 5× faster than its previous Zig build, revealing how factors like compiler choice and link-time optimization strategies affect build performance.

    By Lalit Maganti
  11. 011Hacker NewsSEP · 12English

    Interactive Gleam Shell (GSH) – Lightweight REPL for Gleam

    GSH is a lightweight interactive REPL for the Gleam programming language, built in Gleam and Erlang. It provides fast in-memory code compilation (~18ms evaluation), hot-reloading, tab-completion, and BEAM VM integration for debugging, prototyping, and interactive development without JavaScript support.

    By V
  12. 012Hacker NewsSEP · 11English

    Show HN: A new, safe, programming language for LLMs and Humans to collaborate

    U is a new programming language that transpiles PHP, JavaScript, and TypeScript to compiled C binaries, achieving 14K–70K requests per second compared to PHP's 800 req/s and Node's 2.4K req/s. The compiler catches null dereferences and capability violations that LLMs introduce 23–31% of the time, producing tiny, dependency-free binaries suitable for edge computing and resource-constrained environments.

    By Greg Magarshak
  13. 013Hacker NewsSEP · 11English

    What a Pointer Forgets

    A C++ pointer cannot distinguish host from device memory, creating a type system vulnerability where GPU data accessed from the host compiles but crashes at runtime. Vx fixes this by encoding memory space directly in the type signature, making unsafe memory accesses a compile-time error instead.

    By adityazero
  14. 014Hacker NewsSEP · 10English

    JEP 544: Ahead-of-Time Code Compilation

    JEP 544 introduces ahead-of-time (AOT) code compilation for Java's HotSpot JVM to improve startup and warmup times by pre-compiling application code to native code during a training run and caching it for production use. The system dynamically regenerates native code if workloads change, combining AOT and JIT compilation benefits without requiring application code changes or new workflows.

    By Skinney
  15. 015Hacker NewsSEP · 10Chinese

    DeepJIT: Header-Only C++20 JIT Runtime for Nvidia CUDA and Huawei Ascend

    DeepJIT is a header-only C++20 JIT runtime that provides a unified interface for compiling and caching GPU kernels on NVIDIA CUDA and Huawei Ascend devices. It enables kernel libraries to share runtime infrastructure including caching, lazy initialization, and distributed filesystem support across both backends.

    By Deepseek-Ai
  16. 016Hacker NewsSEP · 09English

    AI: Lot of "Hideous" Code but Found Bottlenecks for Faster Linux Compilation

    ARM engineer Lorenzo Stoakes submitted 23 patches to significantly speed up Linux kernel compilation by addressing single-threaded bottlenecks, achieving up to 90% faster noop builds. An LLM assisted in identifying bottlenecks and generating code, which Stoakes then extensively audited and rewrote, with improvements verified across multiple hardware configurations and kernel settings.

    By Michael Larabel