source&pool
A daily wire of long-form journalism, video, and discourse — filed, tagged, and laid out flat.
VOL. I·NO. 01
TUESDAY, SEPTEMBER 15, 2026
Hacker News4024X 主题热门3967MacRumors84CNBC79YahooFinance719to5Mac69Verge53Kotaku43aihot369to5Google35IGN35NintendoLife35Gematsu30TechCrunch28Engadget27Eurogamer27BusinessInsider25NBC20Guardian20FoxBusiness18CNET17Polygon16SeekingAlpha16NPR15Fortune14Gizmodo13USAToday13CBS12Wccftech12WIRED12ArsTechnica11Investor'sBusinessDaily11SamMobile11TechPowerUp11bgr10Mashable10NintendoEverything10Notebookcheck10NewYorkPost10PushSquare10VideoGamesChronicle10ABC8AP8BleepingComputer8CNN8GameInformer8CrudeOilPricesToday8WindowsCentral8Fox7GamesIndustry.biz7PetaPixel7AppleInsider6PureXbox6Yahoo6AndroidPolice5Deadline5Motor15SeattleTimes5Hacker5Variety524/7WallSt.4AlJazeera4DigitalFoundry4DroidLife4MotleyFool4GameRant4GSMArena4InsiderGaming4Jalopnik4PCMag4ZDNET4CanonRumors3ChromeUnboxed3MyNintendo3Nature3Blizzard3XBOXWire3PCWorld3RPGSite3SouthChinaMorningPost3SlashGear3Register3TweakTown3VideoCardz3WarhammerCommunity3WindowsLatest3YGOrganization3Aftermath2AndroidAuthority2AwfulAnnouncing2BleedingCool2BuzzFeed2CTech2CoinDesk2CreativeBloq2DigitalCameraWorld2DualShockers2DW2Euronews2EventHubs2Futurism2GameDeveloper2GAMINGbible2GeekyGadgets2Hodinkee2Independent2InterestingEngineering2Lifehacker2MassivelyOverpowered2Newser2Newsshooter2Newsweek2NFL2NYT2PaulKrugman2PokémonGOHub2RoadtoVR2RockPaperShotgun2Space2Conversation2NextWeb2Tom'sGuide2UploadVR2WhatHi-Fi?2YourTango2404Media143rumors1ABC111AboveLaw1ageofempires1AndroidCentral1AndroidHeadlines1AOL1Autonocion1AVClub1Benzinga1BikeRadar1Billboard1BloodyDisgusting1Borderlands1Bungie1Yahoo!FinanceCanada1Carscoops1CineD1CnEVPost1comicbook1CyberSecurityNews1Dallas1DCRainmaker1derekthompson1CNN1en.softonic1flatpanelshd1FrequentMiler1GameFile1garymarcus.substack1GearPatrol1GeekWire1GoNintendo1Hackaday1HollywoodReporter1ImportAI1InterconnectsAI1JapanTimes1KITCO1KrebsonSecurity1KSL1LosAngelesTimes1Lloyd'sList1WPLGLocal101Macworld1Maxroll1Mediaite1MentalFloss1MiddleEastEye1MPR1SemiAnalysis1NoMan'sSky1nylon.com.sg1OregonLive1PCGamesN1PCGuide1PersonaCentral1politico.eu1PittsburghPost-Gazette1PYMNTS1QuantaMagazine1qz1SammyGuru1ScienceAlert1ScientificAmerican1Semafor1SFGATE1YahooFinanceSingapore1YahooSingapore1SportsIllustrated1SimpleFlying1Sources1supercarblondie1TechSpot1Tedium1TelecomTalk1DailyBeast1Drive1GameBusiness1TheGamer1Intercept1Times1Time+TideWatches1LongmontTimes-Call1TmoNews1TopGear1TwistedVoxel1YahooFinanceUK1UnHerd1vox1WPBF1WRAL1x1
  1. 001Hacker NewsSEP · 15Korean

    Move AI chats across harnesses: Claude Code, Codex, OpenCode, Cursor, and more

    txcript is a library and CLI tool that enables users to transfer AI chat sessions between different coding agents like Claude Code, Codex, and Cursor, preserving messages, reasoning, and tool history. It provides Rust and JavaScript APIs, supports multiple agents, and allows session searching, viewing, editing, and exporting across platforms.

    By Skillsynchq
  2. 002Hacker NewsSEP · 15English

    95% of projects publishing an OpenAPI spec have no compatibility gate

    A study of 85 open-source projects publishing OpenAPI specs found 95% lack breaking-change detection tools, yet 67% of projects that shipped consumer-visible breaking changes disclosed them clearly in release notes. The research discovered that most API maintainers communicate breaking changes responsibly despite the absence of automated compatibility gates.

    By DeepakSatyam
  3. 003Hacker NewsSEP · 15English

    How to use open models with Claude Code

    Claude Code can run open models from Token Factory by using nebiusrelay, a local proxy that translates between Anthropic Messages API and OpenAI-compatible formats. The setup allows using models like Kimi K2.7 Code with Claude Code unchanged, requiring only environment configuration and a simple command-line flag.

    By AbdulMajed Raja
  4. 004Hacker NewsSEP · 15English

    How AI tool calling works (40 lines of vanilla JavaScript)

    This article explains how AI tool calling works: a model receives a list of allowed functions, requests one by emitting structured JSON, your program executes it and returns results, then the loop repeats. The author demonstrates this four-step cycle with runnable 40-line code examples in JavaScript and Python using the Anthropic API.

    By stephenblum
  5. 005Hacker NewsSEP · 15English

    Gemini 3.8 Live and 3.8 Live Extended Thinking

    Google introduces Gemini 3.8 Live and 3.8 Live Extended Thinking, two new AI models designed for real-time voice conversations and complex reasoning tasks. The models deliver near real-time processing, multi-language support, and tool execution capabilities, with 3.8 Live Extended Thinking achieving top scores on Speech to Speech Quality benchmarks while maintaining competitive pricing.

    By Tom Ouyang; Malini Jaganathan
  6. 006Hacker NewsSEP · 15English

    Wikipedia Page Preview Documentation

    Wikipedia deployed its page previews feature to English Wikipedia after years of development involving extensive testing, community consultation, and technical refinement. The feature displays preview content on link hover and required building new APIs to render HTML summaries efficiently. Documentation covers product requirements, design decisions, engineering architecture, and the resolution of complex technical challenges including a Firefox browser bug.

    By Olga Vasileva
  7. 007Hacker NewsSEP · 15English

    So you want to use OpenRouter?

    OpenRouter routes API requests to cost-effective backend providers, but Mohamed Moustafa highlights inconsistencies: different providers use varying serving software, with some lacking vision capabilities or handling reasoning options differently. Users can control routing with the provider.only option and check available providers via the /endpoints method.

    By Simon Willison
  8. 008Hacker NewsSEP · 15English

    Airspace: The Database You Have

    Airspace is a TypeScript client library for Bluesky that lets developers define and manage data schemas using lexicons, with built-in support for drafts, publishing, and typed access to personal data repositories without running a separate database.

    By ferriswil
  9. 009X 主题热门SEP · 15English

    "private key" (compromised OR stolen OR leaked) · X 热门 · 2026-09-15 09:30 UTC

    Researchers at UC Santa Barbara discovered that LLM API routers used to reduce costs and balance loads are vulnerable to man-in-the-middle attacks. They found that 9 routers inject malicious code into AI responses and 17 steal credentials, with autonomous agent execution enabling immediate code exploitation without human approval.

  10. 010Hacker NewsSEP · 15English

    ClickHouse as a Streaming HTTP API

    ClickHouse 26.8 enables building streaming HTTP APIs using named HTTP handlers and result modification features, eliminating the need for a separate API layer for simple query exposure. The post demonstrates this approach using the UK property prices dataset, which contains 30+ million property transactions since 1995 and occupies 339 MB of disk space.

    By Mark Needham
  11. 011Hacker NewsSEP · 15English

    Pivotick v2.0.0 released – graphing library

    Pivotick v2.0.0 introduces pivot functionality for graph enrichment with candidate review before committing results, adds full undo/redo support across all canvas operations, and enables saving pivot results back to source systems while tracking changes to prevent duplication.

    By Pivotick
  12. 012Hacker NewsSEP · 15English

    A Faster Approach to Ethereum Wallet Activity Patterns and Transaction Summaries

    ChainLedgerAI is an API that provides on-demand analytics for Ethereum wallet addresses, delivering transaction counts, volume, counterparties, and activity patterns through a single API call instead of requiring manual BigQuery queries or block explorer navigation. The tool addresses the scalability challenge analysts face when repeatedly analyzing multiple addresses by offering standardized, point-in-time summaries with optional AI-generated plain-English narratives of on-chain activity.

    By oculix-official
  13. 013Hacker NewsSEP · 15Chinese

    Coost v4.0.0 Released

    Coost v4.0.0 is a major release that raises the minimum C++ standard to C++17, removes high-maintenance modules (dynamic libraries, hooks, HTTP/SSL components, fastring, fastream, and coroutine channels), and adds support for Windows ARM64 and FreeBSD platforms. Core components have been optimized and consolidated into the co namespace with improved APIs and performance improvements across logging, closures, synchronization primitives, and other utilities.

    By Idealvin
  14. 014Hacker NewsSEP · 15English

    CrofAI Is an OpenRouter Wrapper

    CrofAI, presented as an independent inference provider, is revealed to be an OpenRouter wrapper that silently routes requested models to cheaper or weaker alternatives like DeepSeek V4 Flash and GLM 5.3 Flash, explaining its low prices. Evidence includes tool acceptance patterns, model routing logs, and GitHub attestations from multiple dates showing consistent model substitution across dozens of models.

    By wut42
  15. 015Hacker NewsSEP · 15English

    Tokenomics: Fable 5.1's reduced cache read makes it cheaper than Opus

    Anthropic reduced Fable 5.1's cache read price to $0.25 per million tokens, making it cheaper than Opus 5 for reads but more expensive for writes and output. The analysis determines that Fable 5.1 becomes cost-effective compared to Opus 5 after approximately 108 API calls with sufficient cached context, with a break-even point of roughly 250 minutes for cache refresh intervals.

    By Ryan Skidmore
  16. 016Hacker NewsSEP · 15English

    Jellyfin v12.0 Release

    Jellyfin 12.0 is a major release requiring database backups before upgrade, with direct upgrade paths from 10.10.7 and 10.11.x. The release includes significant server improvements, new features like multiple episode versions and search provider extensibility, and breaking changes including removal of legacy API routes and global subtitle configuration.

    By Jellyfin
  17. 017Hacker NewsSEP · 14English

    Quay.io is read-only due to an outage

    Quay.io experienced an outage affecting image push and pull operations. The service was placed in read-only mode with only pulls available while engineers implemented a fix for the identified issue.

    By andreashaerter
  18. 018Hacker NewsSEP · 14English

    Micro Mock – instant OpenAPI mock server in VS Code, with chaos testing

    Micro Mock is a VS Code extension that instantly creates a local OpenAPI 3.x mock server with chaos testing capabilities (error injection, latency simulation) by right-clicking a spec file. It features live reload, endpoint browsing, built-in request testing, and request history tracking—all running locally without cloud dependencies.

    By SamirHodzic
  19. 019Hacker NewsSEP · 14English

    Show HN: Direct SQL Access to Your QuickBooks Data

    Instabooks offers read-only PostgreSQL access to QuickBooks Online data, enabling SQL queries on ledger-backed financial information including transactions, accounts, customers, and vendors. Users can connect via any Postgres client using credentials generated in Instabooks settings, with TLS encryption required for all connections.

    By swannodette
  20. 020Hacker NewsSEP · 14English

    Gateway HTTP for Telegram

    Flux is an HTTP gateway that connects Telegram accounts via MTProto and exposes them through a REST API, real-time SSE streams, and signed webhooks. Built on NestJS, Prisma, PostgreSQL, and Redis, it manages multiple Telegram instances with a Vue 3 dashboard, supporting message operations, media handling, and durable event delivery with HMAC-signed webhook payloads.

    By PedroL