source&pool
A daily wire of long-form journalism, video, and discourse — filed, tagged, and laid out flat.
VOL. I·NO. 01
SATURDAY, SEPTEMBER 26, 2026
X 主题热门3518Hacker News3469CNBC67YahooFinance58aihot54Verge529to5Mac43IGN42MacRumors40Kotaku35Engadget28TechCrunch269to5Google24NintendoLife21AndroidAuthority20Eurogamer18Guardian18ArsTechnica16Wccftech14BusinessInsider13FoxBusiness13Investor'sBusinessDaily13Polygon13PushSquare13TechPowerUp13Fortune12USAToday12Gematsu11Gizmodo11VideoGamesChronicle10CNN9NintendoEverything9NPR9CBS8CNET8MotleyFool8GSMArena8Mashable8NBC8SeekingAlpha8AndroidPolice7BleepingComputer7Notebookcheck7PureXbox7VideoCardz7WarhammerCommunity7ABC6bgr6Fox6AlJazeera5AppleInsider5CoinDesk5DroidLife5GamesIndustry.biz5HollywoodReporter5NewYorkPost5PetaPixel5PokeBeach5Tom'sGuide5Yahoo5AndroidCentral4GameInformer4InsiderGaming4PlayStationLifeStyle4SlashGear4TechSpot4Conversation4Hacker4WIRED4Aftermath3BellofLostSouls3Deadline3Electrek3EventHubs3Futurism3GAMINGbible3GearPatrol3Hackaday3HuffPost3Lifehacker3Motor13XBOXWire3PCMag3RockPaperShotgun3SamMobile3SouthChinaMorningPost3UploadVR3WhatHi-Fi?3WindowsCentral3WSB-TV3404Media26abcPhiladelphia2ABC7LosAngeles2AndroidHeadlines2AZFamily2Benzinga2ChromeUnboxed2DCRainmaker2HouseDigest2Jalopnik2MyNintendo2Nature2CrudeOilPricesToday2Pokemon2RoadtoVR2RPGSite2SFGATE2SimsCommunity2TimeExtension2TODAY2TweakTown2Variety224/7WallSt.180Level1ageofempires1Alternet1Anthropic1Apple1ArizonaSports1BostonGlobe1BusinessTimes1BuzzFeed1Yahoo!FinanceCanada1CarandDriver1CarBuzz1cbn1CineD1ClaimDepot1ColoradoSun1Skin.ClubCommunity1consequence1CreativeBloq1YahooCreators1ChristianScienceMonitor1Currently1DailyKos1DaringFireball1DarkHorizons1Decrypt1Deseret1Designboom1Dezeen1DigitalCameraWorld1DirtonDirt1Draftsim1DSOGaming1GameGPU1erictopol.substack1ForexFactory1franchisetimes1Futurity1GameRant1GameWorldObserver1GeekWire1GeekyGadgets1Global1GosuGamers1Gothamist1Hackster.io1HoustonChronicle1iLovetheUpperWestSide1InsideEVs1InterestingEngineering1investor.costco1Invezz1iPhoneinCanada1KCRA1MacObserver1Magic:Gathering1MakeUseOf1Mashed1MLive1MortgageDaily1Motorsport1MP1st1mtgrocks1NBC5Chicago1BloombergLaw1Newsweek1NintendoWire1NYT1OneMileataTime1OregonPublicBroadcasting1OregonLive1PersonaCentral1Phoronix1PickupTruck+SUVTalk1politico.eu1Psyche1qz1Realtor1Road&Track1Salon1ScienceDaily1SeattleRed1SeattleTimes1Semafor1SanFranciscoChronicle1YahooFinanceSingapore1SimpleFlying1GhostHowls1Slate1SlippedDisc1SlowBoring1SoraNews241SpaceNews1statnews1YahooTech1the5krunner1DailyBeast1DailyMeal1Drive1Hindu1Intercept1Register1Times1TimesofIndia1TMZ1TopGear1YahooFinanceUK1PCMagUK1Vulture1WCVB1WFMZ1WHYY1WKYT1YGOrganization1
  1. 021Hacker NewsSEP · 23English

    Agent-browser equivalent for desktop and mobile apps

    Agent-device is a CLI tool for device automation that enables AI agents to interact with native mobile apps on iOS, Android, and TV platforms using semantic UI references and stable element selectors. It provides token-efficient snapshots, cross-platform workflows, session replay with auto-healing capabilities, and debugging tools like logs, network dumps, and screen recordings.

    By novoreorx
  2. 022Hacker NewsSEP · 23English

    RepoDocs – turn your repo's Markdown/*.md into a Figma-like board you can edit

    RepoDocs is a web-based tool that transforms Markdown files from a repository into an interactive Figma-like board, allowing users to read, search, filter by status, edit sections in place, and write changes back to original .md files with live preview.

    By Alecerca
  3. 023Hacker NewsSEP · 22English

    Analyzing Jev Outcomes with a Validator

    Validator is a CLI tool that compares expected labels with classifier outcomes to identify errors and measure improvements in decision models like Jev. It supports single-label and multi-label classifiers, revealing missed labels and extra flags through metrics like micro-F1 scores.

    By Darin Gordon
  4. 024Hacker NewsSEP · 22English

    I beat all the popular harnesses on FrontierHarness Eval

    Maki is an AI coding agent optimized for minimal context token usage while maintaining a strong user experience. It features tools like indextool for code parsing, code_executiontool for sandboxed execution, and tasktool for delegating work to subagents, along with a philosophy of transparency and extensibility through Lua plugins.

    By Tontinton
  5. 025Hacker NewsSEP · 22English

    Show HN: Typed polyglot compiler for CLI/API/MCP generation

    Morloc is a typed polyglot compiler that composes functions across multiple programming languages under a common type system, automatically generating CLIs, APIs, and MCPs from type annotations and docstrings. Functions written in languages like C++ and Python can be seamlessly combined and executed without manual bindings or serializers. The project is in beta after a decade of development and seeks community contributions for bug fixes and ecosystem expansion.

    By Morloc-Project
  6. 026Hacker NewsSEP · 22English

    Native apps written in TypeScript and CSS

    A repository of example native applications built with TypeScript and CSS for GeaStack, supporting multiple targets including web, ESP32, and GeaOS. Each example is a small, focused package with a gea manifest in package.json that can be built, tested, and deployed using the GeaStack CLI and simulator.

    By Geastack
  7. 027Hacker NewsSEP · 22English

    Fast-CLI: CLI tool written in Zig for testing internet speed

    Fast-CLI is a lightweight CLI tool written in Zig for testing internet speed using the fast.com v2 API. It features a 1.2 MB binary with no runtime dependencies, cross-platform support for Linux, macOS, and Windows, and uses an adaptive ramp-and-steady strategy to measure download and upload speeds efficiently.

    By Mikkelam
  8. 028Hacker NewsSEP · 22English

    Code similarity detection using Tree-sitter

    treepeat is a code similarity detection tool using tree-sitter AST analysis that finds duplicate and near-duplicate code blocks across codebases with configurable normalization rulesets and supports 15+ programming languages.

    By Dsummersl
  9. 029Hacker NewsSEP · 22English

    Rpi – a composable LLM agent SDK in Rust

    rpi is a Rust-native SDK and CLI for building composable LLM agents with support for providers, tools, sessions, and plugins. It is a multi-crate reimplementation of the earendil-works/pi SDK layer, offering both embeddable core libraries and a ready-to-run terminal agent. The project supports Rust-native extensions through a stable ABI and plugin system.

    By Bigfish
  10. 030Hacker NewsSEP · 22English

    Type fm in the terminal on macOS 27

    Typing 'fm' in the terminal on macOS 27 displays a legal notice requiring users to agree to the Apple Foundation Models CLI terms, which must be done with sudo privileges as it applies system-wide.

    By luispa
  11. 031Hacker NewsSEP · 22English

    Open-source "PostHog" for AI visibility

    Canonry is an open-source, agent-first platform for tracking AI visibility and search performance over time. It offers self-hosted deployment with SQLite, a web UI, and integrations via CLI, MCP, and API for monitoring and measuring changes in search traffic.

    By Canonry
  12. 032Hacker NewsSEP · 22English

    yt-audio: a yt-dlp wrapper for getting music into macOS Music

    yt-audio is a command-line tool that downloads YouTube audio as .m4a files for macOS Music, with support for metadata, chapters, and cover art. It can be installed via Homebrew or manually, and offers options for different formats, output directories, and playlist downloading.

    By Rib
  13. 033Hacker 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
  14. 034Hacker NewsSEP · 22English

    Move On – export your AI chats, file GDPR deletion, escalate if ignored

    Move On is a CLI tool that helps users export AI chat histories, file GDPR deletion requests, and escalate complaints to data protection authorities if providers ignore erasure deadlines. It runs locally without network access, tracks legal deadlines, and maintains cryptographic proof of what data was held.

    By Ur-Grue
  15. 035Hacker NewsSEP · 22English

    EveryCli: Natural-language CLI assistant that runs 100% locally (Rust and ONNX)

    EveryCli is a natural-language CLI assistant written in Rust that runs entirely locally using ONNX for semantic search. It combines lexical matching with AI-powered reranking to help users find shell commands by describing their intent in English or French, without network calls or requiring external dependencies.

    By HE
  16. 036Hacker NewsSEP · 21English

    Evergarden

    Evergarden is a collection of software tools and applications spanning text editors, terminal emulators, command-line utilities, browsers, and system tools, many designed with minimalism and speed in mind.

    By birdculture
  17. 037Hacker NewsSEP · 21English

    Show HN: Jev-CLI – CLI wrapper for JEV typesafe AI model

    Jev-CLI is a command-line tool that analyzes JSON, NDJSON, and JSONC files using TypeSafe AI's Jev decision model to extract typed, calibrated answers with confidence scores instead of prose. It supports filtering, field selection, redaction, and batches multiple questions into single API calls for efficiency.

    By Joshlong
  18. 038Hacker NewsSEP · 21English

    Replacing Linear MCP with linear-CLI

    A developer replaced Linear's Model Context Protocol server with an unofficial CLI tool, reducing token usage by an estimated 5k-25k tokens per session. The CLI is more efficient because it returns only necessary fields by default, whereas the MCP server returns thirty-one fields including often-null SLA fields, and provides verbose responses for updates.

    By shibel
  19. 039Hacker NewsSEP · 21English

    Show HN:Linux2Win Auto-detect Linux disks, project Ext2/3/4 as Windows folders

    Linux2Win is a C++20 Windows utility that automatically detects Linux disks and USB drives, parses Ext2/3/4 filesystems, and projects Linux data partitions as native Windows folders via ProjFS while enforcing read-only access. It includes real-time hotplug monitoring, a system tray daemon, and a setup wizard for seamless integration.

    By APS-PPR-
  20. 040Hacker NewsSEP · 20English

    Show HN: Mini-Runbot – Ephemeral Odoo Enviroments Using Python and Docker

    Mini-Runbot is a local proof-of-concept tool that creates isolated, temporary Odoo 16 environments from configured Git revisions and module lists using Python and Docker. It provides a bilingual portal with comprehensive documentation covering installation, configuration, CLI usage, HTTP API, and architecture decisions, and is released under the GNU Affero General Public License v3.

    By Rafnixg