source&pool
A daily wire of long-form journalism, video, and discourse — filed, tagged, and laid out flat.
VOL. I·NO. 01
FRIDAY, SEPTEMBER 25, 2026
Hacker News3704X 主题热门3658CNBC70YahooFinance64aihot57Verge539to5Mac49IGN47MacRumors41Kotaku37Engadget29TechCrunch279to5Google24AndroidAuthority23NintendoLife22Guardian18ArsTechnica17Eurogamer17BusinessInsider15Investor'sBusinessDaily15Wccftech15PushSquare14USAToday14WarhammerCommunity14FoxBusiness13TechPowerUp13Polygon12Fortune11CNET10Gizmodo10Mashable10SeekingAlpha10CBS9Gematsu9NBC9NintendoEverything9NPR9VideoGamesChronicle9CNN8MotleyFool8GSMArena8Notebookcheck8PureXbox8VideoCardz8ABC7bgr7BleepingComputer7AppleInsider6CoinDesk6Fox6NewYorkPost6WIRED6Yahoo6AlJazeera5AndroidCentral5AndroidPolice5DroidLife5HollywoodReporter5InsiderGaming5PetaPixel5PlayStationLifeStyle5PokeBeach5TechSpot5Tom'sGuide5Aftermath4Deadline4GamesIndustry.biz4SamMobile4SlashGear4Conversation4Hacker4UploadVR4Variety4WindowsCentral4404Media3BellofLostSouls3EventHubs3GameInformer3GearPatrol3Hackaday3HuffPost3Lifehacker3Motor13PCMag3RockPaperShotgun3RPGSite3SouthChinaMorningPost3WhatHi-Fi?3WSB-TV36abcPhiladelphia2ABC7LosAngeles2AndroidHeadlines2AZFamily2Benzinga2ChromeUnboxed2Currently2DaringFireball2DCRainmaker2Futurism2GAMINGbible2HouseDigest2Jalopnik2MyNintendo2Nature2XBOXWire2Pokemon2qz2Road&Track2RoadtoVR2SeattleTimes2SFGATE2SimsCommunity2TimeExtension2TODAY2TweakTown224/7WallSt.180Level1ageofempires1Alternet1Apple1ArizonaSports1BostonGlobe1BusinessTimes1BuzzFeed1Yahoo!FinanceCanada1CalMatters1CarBuzz1cbn1CineD1ClaimDepot1ColoradoSun1Skin.ClubCommunity1consequence1YahooCreators1ChristianScienceMonitor1DailyKos1DarkHorizons1Decrypt1Defense1denver71Designboom1DigitalCameraWorld1DigitalFoundry1DirtonDirt1Draftsim1DSOGaming1Electrek1empireonline1GameGPU1erictopol.substack1Fangoria1ForexFactory1franchisetimes1DetroitFreePress1GameRant1GameWorldObserver1GamingOnLinux1GeekWire1GeekyGadgets1Global1GosuGamers1Gothamist1Hackster.io1Hodinkee1HoustonChronicle1Independent1InsideEVs1InterestingEngineering1investor.costco1Invezz1iPhoneinCanada1LosAngelesTimes1MacObserver1MakeUseOf1Mashed1MLive1MorningBrew1MortgageDaily1Motorsport1MP1st1NBC5Chicago1BloombergLaw1SemiAnalysis1Newsshooter1Newsweek1NintendoWire1nrn1NYT1CrudeOilPricesToday1OneMileataTime1OregonPublicBroadcasting1OregonLive1PersonaCentral1Phoronix1PickupTruck+SUVTalk1politico.eu1QuantaMagazine1Realtor1RockstarINTEL1Salon1SeattleRed1Semafor1SanFranciscoChronicle1YahooFinanceSingapore1SimpleFlying1GhostHowls1Slate1SlippedDisc1SlowBoring1SoraNews241SpaceNews1statnews1the5krunner1DailyBeast1DailyMeal1Drive1Hindu1Intercept1Times1TimesofIndia1TimesUnion1TMZ1TopGear1YahooFinanceUK1PCMagUK1Vulture1WCVB1WFMZ1WHYY1WKYT1YGOrganization1YourTango1
  1. 001Hacker NewsSEP · 25English

    The state of SIMD in Rust in 2026

    A 2026 survey of SIMD in Rust covering progress in the SIMD ecosystem, instruction set extensions across x86, ARM, and WebAssembly architectures, and three approaches to leveraging SIMD: automatic vectorization, portable abstractions, and platform-specific intrinsics.

    By verdagon
  2. 002Hacker NewsSEP · 25English

    IronWarden – A microsecond PII firewall for streaming LLMs in safe Rust

    IronWarden is a Rust-based AI security reverse proxy that provides real-time PII redaction, prompt injection defense, and cryptographic audit logging for LLM streaming. It works as a transparent gateway for OpenAI, Anthropic, and Ollama clients with microsecond latency and zero application code changes.

    By Somnerd
  3. 003Hacker NewsSEP · 25English

    How many strings can you create per second?

    A benchmark compares string creation speed across Python, JavaScript, C++, Rust, Go, and Nim by converting integers to strings in a loop. C++ is fastest at 5.4 nanoseconds per string due to small string optimization, while Python is slowest at 44 nanoseconds; garbage-collected languages like Go and JavaScript perform competitively in the 12–16 nanosecond range.

    By Daniel Lemire
  4. 004Hacker NewsSEP · 25English

    Topcoat is pushing the boundary of server applications with Rust

    Topcoat, a batteries-included full-stack Rust framework, released version 0.9 with client-side reactivity features. The framework aims to make building web applications with Rust as productive as other languages by combining server-side rendering with interactive UI capabilities, following the philosophy that inspired Ruby on Rails.

    By sagacity
  5. 005Hacker NewsSEP · 25English

    Show HN: Can an AI agent bypass a post-quantum signed authorization policy?

    A local sandbox for testing whether an AI agent can bypass a post-quantum signed authorization policy. The system enforces a default-deny model where only explicitly authorized actions (STATUS, PING) are permitted, while READ_SECRET is intentionally forbidden. Researchers can attempt to exploit the Rust-based baseline to execute unauthorized actions without modifying the enforcement mechanism itself.

    By Max-Russo-Com
  6. 006Hacker NewsSEP · 25English

    Disktree: A treemap for finding and removing what fills your disk

    Disktree is a treemap visualization tool for Omarchy that helps users identify and remove files consuming disk space. It scans directories, displays them as nested mosaics sized by actual disk usage, and allows safe deletion with review before commitment.

    By Tobi
  7. 007Hacker NewsSEP · 25English

    Show HN: A single-use authorization boundary in Rust

    A Rust developer created an experimental authorization system that ties permissions to specific actions, resources, and payloads, enforcing single-use constraints to prevent replay attacks. The implementation includes tests and is available on GitHub for community feedback on potential edge cases.

    By Founderarcstone
  8. 008Hacker NewsSEP · 25English

    Show HN: SelMem – selective reconstructive memory for LLMs

    SelMem is a Rust-based system that implements selective reconstructive memory for large language models, enabling path-dependent behavior and identity divergence through selective fact curation rather than context expansion. The project includes encoding, retrieval, and dream-phase reconstruction modules with SQLite persistence, designed to allow multiple LLM instances (like Claire and Silas) to develop distinct personalities from the same underlying corpus.

    By Jbsalles
  9. 009Hacker NewsSEP · 25English

    AICore: Exploring an adaptive control layer for heterogeneous PCs

    AICore is an experimental adaptive control layer for heterogeneous PCs that coordinates resources between applications, OS, and hardware using system telemetry and optional local AI inference. Implemented in Rust for Windows and Linux as a proprietary prototype, it sits between applications and hardware interfaces to optimize resource allocation across CPUs, GPUs, NPUs, and power states while preserving validation and rollback capabilities.

    By Kenny9892
  10. 010Hacker NewsSEP · 25English

    What About Rails?

    David Heinemeier Hansson announced at Rails World 2026 that he has retired from professional programming and now relies on LLM code generation, claiming humans reading code should be rare. He revealed that 37signals is moving Hey away from Rails to native applications built with LLMs and Rust on the backend, fundamentally shifting his vision of Rails from a framework for ambitious small teams to primarily a platform for web apps of necessity.

    By Jared Norman
  11. 011Hacker NewsSEP · 25English

    How many strings can you create per second?

    A benchmark comparing string creation performance across programming languages shows C++ is fastest at 5.4 nanoseconds per string due to small string optimization, while Python is slowest at 44 nanoseconds. Compiled languages like Rust, Go, and Nim perform similarly to JavaScript at 12-16 nanoseconds per string.

    By View all posts by Daniel Lemire
  12. 012Hacker NewsSEP · 25English

    Stabilizing Rust's Never Type

    Rust stabilized its never type (!) after over two years of work, allowing functions that never return to be properly typed. The never type enables compiler optimizations for generic code and simplifies type inference by automatically coercing to any other type, since it represents computations that never produce values.

    By Daroc Alden September 8
  13. 013Hacker NewsSEP · 24English

    Propylea – Sub-Microsecond L7 Reverse Proxy and Active Defense in Rust

    Propylea is a lightweight L7 reverse proxy and perimeter defense gateway written in Rust, designed to replace memory-heavy proxies like Caddy and Traefik. It operates with sub-15MB memory footprint and nanosecond-speed threat detection, intercepting malicious reconnaissance requests before they reach upstream services while forwarding legitimate traffic with minimal latency.

    By Xuoxod
  14. 014Hacker NewsSEP · 24English

    Grieving the Loss of Details

    A software developer reflects on their evolving career identity, lamenting the industry's shift away from low-level programming and detailed technical work toward high-level architecture design. The author describes their deep passion for understanding machine internals, optimization, and the foundational details of computing, and expresses concern that opportunities to apply these skills are diminishing as the field prioritizes abstraction and rapid development.

    By ibobev
  15. 015Hacker NewsSEP · 24English

    Askholes and Low Effort AI Answers

    The author argues that some people become 'askholes' by treating sincere advice as binding obligations, pitting advisors against others, or holding them responsible for outcomes. Those who behave this way are increasingly given dismissive AI-generated responses instead of genuine expertise, yet rarely recognize their own behavior as the cause.

    By Dennis Forbes
  16. 016Hacker NewsSEP · 24English

    Notes on Io-Uring

    Technical notes on integrating io-uring with Rust's futures model, discussing the challenges of buffer management, cancellation, and completion semantics between completion-based APIs and Rust's safety guarantees. The author explains why destructors cannot reliably block on IO completion and emphasizes that soundness is mandatory for safe Rust libraries.

    By Bluestein
  17. 017Hacker NewsSEP · 24English

    Topcoat is pushing the boundary of server applications with Rust

    Topcoat, a batteries-included Rust web framework, has released version 0.9 with client-side reactivity features. The framework aims to combine server-side and browser-side rendering to provide productivity comparable to Rails while leveraging Rust's performance and safety. Created by developers with deep experience in both Rails and Rust's networking ecosystem, Topcoat targets AI-driven development workflows.

    By carllerche
  18. 018Hacker NewsSEP · 24English

    Fearless SIMD v1.0

    Fearless SIMD v1.0 is a Rust library that removes unsafe code from SIMD programming through safe abstractions, precise intrinsic access, and a kernel! macro. Developed over 8 years, it balances performance, safety, and ergonomics with features like platform-native vector sizes, safe transmute operations, and a new #[simd] macro for function multiversioning.

    By Linebender
  19. 019Hacker NewsSEP · 24English

    Show HN: Devc – an alternate CLI for launching devcontainers

    devc is a simplified Rust-based CLI for launching devcontainers, offering a more convenient command-line interface than the reference implementation. It supports macOS and Linux, can be installed via Homebrew or from source, and allows users to run commands directly inside containers with a single command.

    By Rameshvarun
  20. 020Hacker NewsSEP · 24English

    Show HN: Busbar self-hosted execution boundary for Agentic Apps

    Busbar is a self-hosted, Rust-based execution boundary for AI applications that sits between clients and language models, providing policy enforcement, credential management, routing, budgeting, and audit capabilities. It supports six model wire protocols natively and allows operators to control model access, tool use, and agent delegation before requests reach approved destinations. The system is designed for zero-trust deployment with no external connectivity or signup required.

    By GetBusbar