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
X 主题热门3870Hacker News3825CNBC71YahooFinance65aihot60Verge569to5Mac52IGN48MacRumors47Kotaku39Engadget31TechCrunch289to5Google26NintendoLife24AndroidAuthority23ArsTechnica18Eurogamer18Guardian18BusinessInsider15Investor'sBusinessDaily15PushSquare15Wccftech15USAToday14WarhammerCommunity14FoxBusiness13TechPowerUp13Polygon12Fortune11Gizmodo11CNET10Gematsu10Mashable10NBC10NPR10SeekingAlpha10CBS9CNN9NintendoEverything9VideoCardz9VideoGamesChronicle9BleepingComputer8MotleyFool8GSMArena8Notebookcheck8PureXbox8ABC7bgr7Fox7AndroidPolice6AppleInsider6CoinDesk6NewYorkPost6WIRED6Yahoo6AlJazeera5AndroidCentral5DroidLife5GamesIndustry.biz5HollywoodReporter5InsiderGaming5PetaPixel5PlayStationLifeStyle5PokeBeach5TechSpot5Tom'sGuide5Aftermath4Deadline4Lifehacker4SamMobile4SlashGear4Conversation4Hacker4UploadVR4Variety4WindowsCentral4404Media3BellofLostSouls3EventHubs3GameInformer3GearPatrol3Hackaday3HuffPost3Motor13PCMag3RockPaperShotgun3RPGSite3SouthChinaMorningPost3WhatHi-Fi?3WSB-TV36abcPhiladelphia2ABC7LosAngeles2AndroidHeadlines2AZFamily2Benzinga2ChromeUnboxed2Currently2DaringFireball2DCRainmaker2Electrek2Futurism2GAMINGbible2HouseDigest2Jalopnik2MyNintendo2Nature2XBOXWire2Pokemon2qz2Road&Track2RoadtoVR2SeattleTimes2SFGATE2SimsCommunity2TimeExtension2TODAY2TweakTown224/7WallSt.180Level1ageofempires1Alternet1Apple1ArizonaSports1BostonGlobe1BusinessTimes1BuzzFeed1Yahoo!FinanceCanada1CalMatters1CarBuzz1cbn1CineD1ClaimDepot1ColoradoSun1Skin.ClubCommunity1consequence1CreativeBloq1YahooCreators1ChristianScienceMonitor1DailyKos1DarkHorizons1Decrypt1Defense1denver71Designboom1DigitalCameraWorld1DigitalFoundry1DirtonDirt1Draftsim1DSOGaming1empireonline1GameGPU1erictopol.substack1Fangoria1ForexFactory1franchisetimes1DetroitFreePress1GameRant1GameWorldObserver1GamingOnLinux1GeekWire1GeekyGadgets1Global1GosuGamers1Gothamist1Hackster.io1Hodinkee1HoustonChronicle1iLovetheUpperWestSide1Independent1InsideEVs1InterestingEngineering1investor.costco1Invezz1iPhoneinCanada1LosAngelesTimes1MacObserver1MakeUseOf1Mashed1MLive1MorningBrew1MortgageDaily1Motorsport1MP1st1NBC5Chicago1BloombergLaw1SemiAnalysis1Newsshooter1Newsweek1NintendoWire1nrn1NYT1CrudeOilPricesToday1OneMileataTime1OregonPublicBroadcasting1OregonLive1PersonaCentral1Phoronix1PickupTruck+SUVTalk1politico.eu1Psyche1QuantaMagazine1Realtor1RockstarINTEL1Salon1SeattleRed1Semafor1SanFranciscoChronicle1YahooFinanceSingapore1SimpleFlying1GhostHowls1Slate1SlippedDisc1SlowBoring1SoraNews241SpaceNews1statnews1YahooTech1the5krunner1DailyBeast1DailyMeal1Drive1Hindu1Intercept1Register1Times1TimesofIndia1TimesUnion1TMZ1TopGear1YahooFinanceUK1PCMagUK1Vulture1WCVB1WFMZ1WHYY1WKYT1YGOrganization1YourTango1
  1. 001Hacker NewsSEP · 25English

    How .env Works

    The article explains how .env files work in application development, clarifying that apps read environment variables rather than .env files directly. It discusses security risks of .env file sprawl across systems and proposes alternatives like runtime injection to better manage credentials without relying on .env files.

    By Finn
  2. 002Hacker NewsSEP · 25English

    PHP 8.5 vs. Node.js vs. Go vs. Python: I/O Perf Under Real Database Load (2026)

    A 2026 benchmark compared PHP 8.5, Node.js 22, Go 1.24, and Python 3.12 under database I/O load, finding that PHP 8.5 with Swoole coroutines achieved 4.9–5× higher throughput than traditional synchronous runtimes at 50–200ms latency. Swoole's coroutine-based concurrency model allowed single workers to handle multiple concurrent requests, dramatically outperforming PHP-FPM, Node.js, Go, and Python in I/O-bound scenarios.

    By Brother Pig
  3. 003Hacker NewsSEP · 25English

    Show HN: A benchmark comparison of C++ vs. Node.js performance

    A developer benchmarked HTTP server performance by building identical routes in C++ (using Crow and uWebSockets libraries) and Node.js. Node.js initially outperformed Crow due to async I/O differences, but uWebSockets achieved 57k req/sec compared to Node's 12k, demonstrating that library choice and I/O model matter more than language alone.

    By Vikram Kamble
  4. 004Hacker NewsSEP · 25English

    Jev Based Code Review

    Jev is a local code review tool that prioritizes agent-generated PR changes (P0, P1, P2) and explains diffs in natural language to reduce review burden. It runs on your machine, integrates with GitHub via a Chrome extension, and uses TypeSafe and OpenAI APIs for analysis while keeping code local.

    By Egma-Ai
  5. 005Hacker NewsSEP · 24English

    Vibe Coding Production Kit – a production workflow for AI coding agents

    Vibe Coding Production Kit (VCP) is a model-agnostic CLI and operating system for AI-assisted software development that structures vague coding workflows into repeatable engineering lifecycles with specifications, architecture, verification, security, and safe updates. It works with multiple coding agents including Claude Code and GitHub Copilot, requiring Node.js 22+ with no runtime dependencies.

    By Moeeryani
  6. 006Hacker NewsSEP · 24English

    Issue Graph

    issue-graph is a CLI tool that traces linked GitHub issues and pull requests to help developers find related work, competing changes, and unresolved follow-ups before starting work. It supports various output formats including terminal, Markdown, JSON, and interactive HTML exploration, with history tracking and agent integration capabilities.

    By Vercel-Labs
  7. 007Hacker NewsSEP · 24English

    Show HN: Resume Claude Code subagents killed by a usage limit, don't redo them

    agent-limit-retry is a Claude Code plugin that manages usage limits by tracking reset times, handing off work before limits hit, and automatically resuming interrupted tasks after resets. It works locally without proxies or telemetry, handling both interactive sessions and headless jobs across 5-hour and weekly quota windows.

    By Error
  8. 008Hacker NewsSEP · 23English

    Wasmer Swift SDK: Run Node.js, Python and FFmpeg Sandboxes on iOS

    Wasmer has released Swift bindings for its SDK, enabling iOS 27+ and macOS to run sandboxed Python, Node.js, and FFmpeg applications locally. iOS uses WebKit's WebAssembly engine via a hidden WKWebView, while macOS uses Wasmer's native runtime, with both platforms sharing a unified SwiftPM library and async/await API.

    By syrusakbary
  9. 009Hacker NewsSEP · 23English

    VSCode's SSH Agent Is Bananas

    VSCode's SSH remote editing feature works by deploying a Node.js agent over port-forwarded SSH that establishes a WebSocket connection with broad capabilities including filesystem access, file editing, and shell execution. The author expresses security concerns about this approach compared to Emacs's simpler Tramp system, particularly for use on development or production servers.

    By Thomas Ptacek
  10. 010Hacker NewsSEP · 22English

    Show HN: ScopeTrail – audit receipts for multi-hop agent delegation

    ScopeTrail is a Node.js library that creates cryptographically signed audit receipts for AI agents and services acting on behalf of humans, capturing full delegation context in portable JSON-LD format with stateless verification using Ed25519 signing and W3C Verifiable Credentials.

    By Scopetrail
  11. 011Hacker NewsSEP · 22English

    jev-router: route to the cheapest model in claude code for your task

    Jev-router is a CLI tool that automatically routes tasks between fast and strong Claude and OpenAI models based on complexity, preserving each CLI's native interface and authentication. It requires Node.js 20.12+, a TypeSafe API key, and can be installed globally via npm or run locally.

    By Gargpratyush
  12. 012Hacker NewsSEP · 21English

    Why Does an NPM Math Library Need an Encrypted Loader?

    A malicious npm package impersonating mathjs contains an encrypted remote access implant that activates when a specific equation is solved. The loader uses the matrix data as a decryption key to reveal and execute a payload that accepts attacker commands via chat services and blockchain networks. Similar implants were found in two other copycat packages on npm.

    By SafeDep Team
  13. 013Hacker NewsSEP · 21English

    How Secrets Work in Docker

    Docker containerization requires specialized secrets management strategies to prevent sensitive credentials from being baked into image history, exposed in logs, or compromised during ephemeral deployments. The article demonstrates best practices using Infisical as a secrets manager paired with Docker's native mechanisms to securely inject credentials at runtime in a Node.js application example.

    By C J May
  14. 014Hacker NewsSEP · 21English

    Show HN: Skillgesture – versioned, on-demand skills for AI agents

    Skillgesture is a local MCP server that organizes and delivers skills to AI agents on-demand through a hierarchical repository. Skills are stored as Markdown in a central location, indexed lightly, and loaded only when requested, with support for versioning, sessions, and cross-process synchronization.

    By Gabry
  15. 015Hacker NewsSEP · 21English

    Jev and AI SDK Template by Vercel Labs

    Vercel Labs released Jev AI SDK Template, a Node.js form router that uses AI models to intelligently route submissions by context. It combines Jev for primary evaluation with OpenAI's gpt-5.6-luna-fast as a fallback, includes optional email delivery via Resend, and requires Vercel AI Gateway access for deployment.

    By Vercel-Labs
  16. 016Hacker NewsSEP · 21English

    Show HN: Gdocs-me-up: a high-fidelity Google Docs exporter

    Gdocs-me-up is a Node.js script that exports Google Docs to high-fidelity HTML+CSS, preserving formatting like headings, spacing, alignment, lists, images, and tables. It uses the Google Docs API to extract detailed styling and generates semantic HTML with embedded CSS that replicates the original document's appearance while supporting features like right-to-left text, Google Fonts integration, and image optimization to WebP format.

    By Behdad
  17. 017Hacker NewsSEP · 20Korean

    Built the first open source Python library – converting Word, Excel to PDF

    MiniPdf is an open-source library that converts Office documents (Word, Excel, PowerPoint) directly to PDF without requiring Microsoft Office, LibreOffice, or Adobe Acrobat. It supports multiple programming languages including .NET, Rust, Java, Python, Node.js, and Go, with both library and command-line interfaces available.

    By Mini-Software
  18. 018Hacker NewsSEP · 19English

    Static site generator for Ghost CMS

    A Node.js tool that generates static sites from Ghost CMS blogs, offering security and performance benefits. It can be installed via npm or Docker and supports continuous integration deployment with customizable domain and output folder options.

    By SimonMo
  19. 019Hacker NewsSEP · 18English

    Show HN: Semantic-skill-kit:agent skills adapted from Google Modern Web Guidance

    Semantic-skill-kit is a Node.js framework that creates agent skills from Markdown knowledge bases using local semantic retrieval, adapted from Google's Modern Web Guidance. It enables topic-specific skills without Python, GPU, or API keys, supporting both local embedding and routed modes with configurable LLM providers.

    By Ulrischa
  20. 020Hacker NewsSEP · 18English

    My agent could write a post but not publish it, so I built an open-source layer

    Postsider is an open-source social media scheduling platform supporting 33+ services with visual calendar management, AI-powered caption assistance, team collaboration, and a public API for automation. Built with Node.js, PostgreSQL, and Redis, it offers self-hosting via Docker and extensible connectors for easy platform integration.

    By Lumizone