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 News3726X 主题热门3614MacRumors79CNBC75YahooFinance649to5Mac61Kotaku44Verge43IGN339to5Google32Gematsu32aihot31NintendoLife30Engadget26Eurogamer25TechCrunch25BusinessInsider23Guardian20NBC16CNET15NPR15FoxBusiness14Polygon14Fortune13SeekingAlpha13bgr12Gizmodo12CBS11Wccftech11Investor'sBusinessDaily10Mashable10PushSquare10TechPowerUp10USAToday10WIRED10CNN8NintendoEverything8Notebookcheck8NewYorkPost8CrudeOilPricesToday8VideoGamesChronicle8ABC7ArsTechnica7Fox7GameInformer7WindowsCentral7BleepingComputer6PetaPixel6AppleInsider5Deadline5DigitalFoundry5GamesIndustry.biz5Variety5Yahoo5AlJazeera4AndroidPolice4DroidLife4MotleyFool4GameRant4Jalopnik4PureXbox4SamMobile4SlashGear4Hacker4AP3CTech3CanonRumors3ChromeUnboxed3CoinDesk3GameDeveloper3GSMArena3Motor13Blizzard3XBOXWire3PCMag3PCWorld3SeattleTimes3Space3Register3TweakTown3YGOrganization3ZDNET324/7WallSt.2Aftermath2AndroidCentral2AwfulAnnouncing2BleedingCool2BuzzFeed2DigitalCameraWorld2DualShockers2DW2EventHubs2Futurism2Hodinkee2Independent2Lifehacker2MassivelyOverpowered2MyNintendo2Nature2Newser2Newsweek2PaulKrugman2PokémonGOHub2RoadtoVR2RPGSite2Conversation2Intercept2NextWeb2Tom'sGuide2UploadVR2VideoCardz2WarhammerCommunity2WindowsLatest2YourTango2404Media143rumors1ABC111AboveLaw1ageofempires1AndroidHeadlines1AOL1AVClub1Benzinga1BikeRadar1Billboard1BloodyDisgusting1Borderlands1Bungie1Yahoo!FinanceCanada1CineD1CnEVPost1comicbook1CreativeBloq1CyberSecurityNews1DailyKos1DCRainmaker1derekthompson1Draftsim1CNN1Euronews1flatpanelshd1FrequentMiler1GAMINGbible1garymarcus.substack1GearPatrol1GeekWire1GeekyGadgets1Hackaday1HollywoodReporter1InsiderGaming1InterconnectsAI1InterestingEngineering1JapanTimes1KITCO1KrebsonSecurity1KSL1LosAngelesTimes1Lloyd'sList1WPLGLocal101Macworld1Maxroll1Mediaite1MiddleEastEye1MonochromeWatches1MPR1SemiAnalysis1Newsshooter1NoMan'sSky1nylon.com.sg1NYT1OregonLive1PCGamesN1PersonaCentral1Pokemon1politico.eu1PittsburghPost-Gazette1QuantaMagazine1qz1RockPaperShotgun1SammyGuru1ScienceAlert1ScientificAmerican1SouthChinaMorningPost1Semafor1SFGATE1YahooFinanceSingapore1YahooSingapore1SportsIllustrated1SimpleFlying1Sources1supercarblondie1Tedium1TelecomTalk1GameBusiness1TheGamer1Times1LongmontTimes-Call1TmoNews1TopGear1TwistedVoxel1YahooFinanceUK1UnHerd1vox1WhatHi-Fi?1WPBF1WRAL1
  1. 001Hacker NewsSEP · 14English

    CUDA Rust: Two Tracks for Writing GPU Kernels

    In September 2026, NVIDIA announced CUDA Rust, enabling native GPU kernel programming in Rust compiled directly to PTX. The language supports two programming models: SIMT (traditional thread-based) and Tile (newer, architecture-agnostic), with cuda-oxide providing a custom rustc backend for compilation. NVIDIA is expanding Rust adoption across its AI systems stack including drivers and serving infrastructure.

    By Elizabeth Goodman
  2. 002WccftechSEP · 14English

    NVIDIA Intros RTX PRO 5500 Blackwell Graphics Card, Features Same Core Count As The 5090 But With 2.6x The VRAM

    NVIDIA introduced the RTX PRO 5500 Blackwell graphics card with 84 GB of GDDR7 memory and 21,760 CUDA cores, matching the RTX 5090's core count but offering 2.6x more VRAM. Designed for workstation and enterprise deployment, it supports agentic AI, physical simulation, and graphics workloads with a 600W TDP and memory bandwidth of 1398 GB/s.

    By Hassan Mujtaba
  3. 003Hacker NewsSEP · 14English

    CUDA Tile (cuTile) first working port in Java

    NVIDIA CUDA Tile support has been successfully ported to Java through TornadoVM, enabling tile kernels to be chained with JIT SIMT kernels in a single task graph. The implementation includes a new tornado-api tile package with working JVM fallbacks, C++ tile kernels compiled to CUDA 13 cubins using tensor cores, and comprehensive compiler integration for tile operations with support for compute capability 8.0 and toolkit 13.3.

    By Beehive-Lab
  4. 004Hacker 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
  5. 005Hacker 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
  6. 006Hacker NewsSEP · 13English

    ZLUDA – Drop-In Replacement for CUDA on Non-Nvidia GPUs

    ZLUDA is a drop-in replacement for CUDA that enables unmodified CUDA applications to run on non-NVIDIA GPUs with near-native performance, providing an alternative to NVIDIA's proprietary GPU computing platform.

    By Vosen
  7. 007Hacker NewsSEP · 13English

    Show HN: Deeplearning from Scratch in 1400 Lines

    Neve is a deep learning framework implemented in 1400 lines, demonstrating neural network training on CIFAR-10 with GPU acceleration. The project includes ResNet implementations and comparisons with PyTorch, running on CUDA 12.3 compatible GPUs via Docker.

    By NoSavedDATA
  8. 008Hacker NewsSEP · 13English

    CUDA for AMD on Windows

    A Windows project enables CUDA-targeted applications to run on AMD GPUs using ZLUDA and ROCm/HIP compatibility layers. The stack has been validated on AMD Radeon RX 9060 XT and successfully runs LibTorch workloads including neural-network inference and reinforcement-learning training, though compatibility depends on which CUDA APIs and libraries each application uses.

    By Speedstu
  9. 009Hacker NewsSEP · 13English

    Show HN: A Soup-inspired runtime for a real fruit-fly connectome =)

    soup-connectome is a portable runtime for executing the fruit-fly connectome across CPU, CUDA, WebGPU, and WASM using sparse graph streaming and deterministic LIF neuron semantics. The project converts MaleCNS connectome data (211,577 neurons, 24.7M edges) into portable .scx artifacts and demonstrates reproducible execution across multiple backends with explicit device planning.

    By MakazhanAlpamys
  10. 010Hacker NewsSEP · 12English

    BioNeMo Inference Runtime

    BioNeMo Inference Runtime (BioIR) is NVIDIA's GPU-accelerated library for protein structure prediction, converting FASTA/MSA inputs to PDB/mmCIF outputs using AlphaFold-lineage models. It requires Linux with NVIDIA GPU, Python 3.12, CUDA driver 580+, and is available via PyPI with precompiled kernels for supported architectures including H100, A100, and GB200.

    By NVIDIA-BioNeMo
  11. 011Hacker NewsSEP · 12English

    Cohere's North Mini Code Megakernel Serving Engine

    Cohere introduces a serving engine for North Mini Code using a decode megakernel, achieving 1.25–1.41× speedup over vLLM on H100 GPUs by consolidating multiple kernel launches into a single persistent kernel that runs the entire forward pass, eliminating GPU idle time during autoregressive decoding.

    By Xiaochun Tong; Conway Zhu; Donglu Wang
  12. 012Hacker 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
  13. 013Hacker NewsSEP · 10English

    Generative AI Using Linuxulator and eGPU on FreeBSD

    A FreeBSD user successfully ran generative AI workloads using Linuxulator and an external eGPU by leveraging FreeBSD's Linux binary compatibility layer, installing NVIDIA drivers, Rocky Linux 9.7 in a chroot environment, Python 3.10, and CUDA libraries to enable GPU acceleration for local AI tools.

    By turtleyacht
  14. 014Hacker NewsSEP · 10English

    CUDA Rust: Two Tracks for Writing GPU Kernels

    In September 2026, NVIDIA announced CUDA Rust, enabling developers to write GPU kernels natively in Rust compiled to PTX. The announcement includes two programming tracks—SIMT and Tile—with cuda-oxide providing a custom rustc codegen backend that routes Rust code through MIR and LLVM to GPU compilation, while Tile is recommended for architecture-agnostic code.

    By Elizabeth Goodman
  15. 015Hacker NewsSEP · 09English

    AutoUVM: Automated Prefetching Framework for LLMs Under UVM Oversubscription

    AutoUVM is an automated prefetching framework that optimizes GPU memory management for large language models operating under memory oversubscription. It bridges deep learning frameworks and NVIDIA UVM by enabling fine-grained, tensor-level prefetching without requiring code modifications, achieving up to 3.1x speedup over baseline UVM and significantly reducing page faults.

    By Lin; Mao; Feng; Hui; Ding; Xianzhong; Cox; Guilherme; Wang; Qian; Jeon; Hyeran
  16. 016Hacker NewsSEP · 09English

    Zero-Copy KV-Cache Migration Protocol (81.6ms Latency)

    An open-source protocol for migrating Large Language Model KV-Cache states across datacenters, achieving 81.73ms latency and reducing GPU compute overhead by 95% compared to standard re-computation methods. The zero-copy transport eliminates prompt re-computation during session handoffs, enabling faster Time-To-First-Token latency.

    By DOMINICALI1