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 News3861X 主题热门3739CNBC82MacRumors79YahooFinance679to5Mac62Verge45Kotaku44IGN35NintendoLife349to5Google33aihot32Gematsu32Eurogamer27Engadget26TechCrunch26BusinessInsider25Guardian20NBC16NPR16CNET15FoxBusiness14Polygon14Fortune13SeekingAlpha13bgr12Gizmodo12CBS11Mashable11PushSquare11USAToday11Wccftech11WIRED11Investor'sBusinessDaily10TechPowerUp10GameInformer9NintendoEverything9ABC8CNN8Notebookcheck8NewYorkPost8CrudeOilPricesToday8VideoGamesChronicle8ArsTechnica7Fox7WindowsCentral7BleepingComputer6PetaPixel6AppleInsider5Deadline5DigitalFoundry5GamesIndustry.biz5SamMobile5Variety5Yahoo5AlJazeera4AndroidPolice4CoinDesk4DroidLife4MotleyFool4GameRant4GSMArena4Jalopnik4PureXbox4SlashGear4Hacker4AP3BuzzFeed3CTech3CanonRumors3ChromeUnboxed3DW3GameDeveloper3Lifehacker3Motor13Blizzard3XBOXWire3PCMag3PCWorld3SeattleTimes3Space3Register3TweakTown3YGOrganization3ZDNET324/7WallSt.2Aftermath2AndroidCentral2AOL2AwfulAnnouncing2BleedingCool2DigitalCameraWorld2DualShockers2Euronews2EventHubs2Futurism2GearPatrol2Hodinkee2Independent2KITCO2MassivelyOverpowered2MyNintendo2Nature2Newser2Newsweek2PaulKrugman2PokémonGOHub2RoadtoVR2RockPaperShotgun2RPGSite2Conversation2Intercept2NextWeb2Tom'sGuide2UploadVR2VideoCardz2WarhammerCommunity2WindowsLatest2YourTango2404Media143rumors1ABC111AboveLaw1ageofempires1AndroidHeadlines1AVClub1Benzinga1BikeRadar1Billboard1BloodyDisgusting1Borderlands1Bungie1Yahoo!FinanceCanada1CineD1CnEVPost1comicbook1CreativeBloq1CyberSecurityNews1DailyKos1DCRainmaker1derekthompson1Draftsim1CNN1flatpanelshd1FratelloWatches1FrequentMiler1GAMINGbible1garymarcus.substack1GeekWire1GeekyGadgets1Hackaday1HollywoodReporter1InsiderGaming1InterconnectsAI1InterestingEngineering1JapanTimes1KrebsonSecurity1KSL1LosAngelesTimes1Lloyd'sList1WPLGLocal101Macworld1Maxroll1Mediaite1MiddleEastEye1MonochromeWatches1MortgageDaily1MP1st1MPR1SemiAnalysis1Newsshooter1NoMan'sSky1nylon.com.sg1NYT1OregonLive1PCGamesN1PersonaCentral1Pokemon1politico.eu1PittsburghPost-Gazette1QuantaMagazine1qz1SammyGuru1ScienceAlert1ScientificAmerican1SouthChinaMorningPost1Semafor1SFGATE1YahooFinanceSingapore1YahooSingapore1SportsIllustrated1SimpleFlying1Sources1supercarblondie1Tedium1TelecomTalk1GameBusiness1TheGamer1Times1LongmontTimes-Call1TmoNews1TopGear1TwistedVoxel1YahooFinanceUK1UnHerd1vox1WhatHi-Fi?1WPBF1WRAL1
  1. 001Hacker NewsSEP · 16English

    Nvidia announces native GPU programming in Rust

    In September 2026, NVIDIA announced native GPU programming support in Rust, enabling developers to write GPU kernels directly in Rust compiled to PTX. The move reflects Rust's growing adoption in AI systems infrastructure for its compile-time safety benefits. NVIDIA offers two programming models—SIMT and the newer Tile—with cuda-oxide providing a custom Rust compiler backend for kernel development.

    By Elizabeth Goodman
  2. 002Hacker 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
  3. 003WccftechSEP · 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
  4. 004Hacker 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
  5. 005Hacker 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
  6. 006Hacker 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
  7. 007Hacker 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
  8. 008Hacker 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
  9. 009Hacker 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
  10. 010Hacker 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
  11. 011Hacker 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
  12. 012Hacker 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
  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

    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
  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 · 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