source&pool
A daily wire of long-form journalism, video, and discourse — filed, tagged, and laid out flat.
VOL. I·NO. 01
FRIDAY, SEPTEMBER 18, 2026
Hacker News3900X 主题热门3739CNBC73MacRumors669to5Mac61YahooFinance54Kotaku43Verge37IGN36aihot32NintendoLife319to5Google29Gematsu27BusinessInsider25Eurogamer24TechCrunch24Engadget20Guardian17NBC16Polygon16SeekingAlpha15USAToday15Fortune14Wccftech14CNET13NPR13PushSquare13bgr12Gizmodo12Mashable12FoxBusiness10Notebookcheck10ABC9AppleInsider9CBS9Fox9AndroidAuthority8ArsTechnica8GameInformer8Investor'sBusinessDaily8TechPowerUp8WindowsCentral8WIRED8BleepingComputer7PureXbox7VideoGamesChronicle7CNN6CoinDesk6XBOXWire6NewYorkPost6PetaPixel6Variety6GSMArena5NintendoEverything5CrudeOilPricesToday5SamMobile5Yahoo5DigitalFoundry4GameRant4Lifehacker4Motor14Pokemon4RPGSite4SlashGear4Register4VideoCardz4404Media3AlJazeera3AndroidCentral3AndroidPolice3CTech3ChromeUnboxed3GamesIndustry.biz3Jalopnik3LosAngelesTimes3Blizzard3RockPaperShotgun3SouthChinaMorningPost3SeattleTimes3Space3Conversation3TweakTown3UploadVR3WarhammerCommunity3WindowsLatest3YourTango380Level2Aftermath2AOL2AwfulAnnouncing2BleedingCool2BloodyDisgusting2BuzzFeed2CanonRumors2CyberSecurityNews2Deadline2DualShockers2DW2EventHubs2MotleyFool2FratelloWatches2GameDeveloper2GearPatrol2Hodinkee2Independent2InsiderGaming2MassivelyOverpowered2Maxroll2MP1st2MyNintendo2Nature2Newser2PCWorld2PokémonGOHub2QuantaMagazine2RoadtoVR2SFGATE2Hacker2Intercept2ABC111AboveLaw1BusinessInsiderAfrica1ageofempires1AVClub1Benzinga1BikeRadar1Billboard1Borderlands1Boston1Bungie1Yahoo!FinanceCanada1Chron1CineD1comicbook1CreativeBloq1Currently1Cyclingnews1DailyDownforce1DailyKos1DaringFireball1Defector1Defense1DenverPost1DigitalCameraWorld1Draftsim1DroidLife1CNN1empireonline1Euronews1Fangoria1flatpanelshd1FOX191DetroitFreePress1FrequentMiler1Futurism1GAMINGbible1GamingOnLinux1AAAGasPrices1GeekWire1GeekyGadgets1Hackaday1HollywoodReporter1InterestingEngineering1KITCO1KSL1Lloyd'sList1Macworld1Magic:Gathering1Mediaite1Mercury1MonochromeWatches1MorningBrew1MortgageDaily1Newsshooter1Newsweek1nrn1NYT1OregonLive1PageSix1PaulKrugman1PCMag1PlayStationLifeStyle1politico.eu1PittsburghPost-Gazette1qz1Road&Track1RockstarINTEL1SammyGuru1CultureMapSanAntonio1ScienceAlert1ScientificAmerican1Semafor1YahooSingapore1SportsIllustrated1SimpleFlying1Slate1supercarblondie1YahooTech1TechSpot1Tedium1TelecomTalk1TheGamer1NextWeb1TimeExtension1LongmontTimes-Call1TimesUnion1TmoNews1TwistedVoxel1YahooFinanceUK1UnHerd1VisualCapitalist1WOWT1WRAL1WSB-TV1YGOrganization1ZDNET1
  1. 001Hacker NewsSEP · 18English

    Making a game for the GBA and PC from the same codebase

    A game developer is creating Eridin, a fantasy strategy game for both GBA/e-reader and PC platforms using a shared C codebase with platform-specific implementations. This approach hedges against manufacturing challenges with e-reader cards while maintaining the unique gameplay experience across both platforms.

    By birdculture
  2. 002Hacker NewsSEP · 18English

    Show HN: tuisheet, a terminal spreadsheet compatible with OpenXML (xlsx) files

    tuisheet is a terminal-based spreadsheet application written in Go that emulates VisiCalc and Lotus 1-2-3 while maintaining full compatibility with OpenXML (xlsx) files. The developer built it as a lightweight, cross-platform alternative to LibreOffice and Excel, using various LLMs and AI agents during development.

    By Krackout
  3. 003Hacker NewsSEP · 18English

    Show HN: Concat: the open-source CapCut replacement.

    Concat is an open-source video editing application designed as a CapCut alternative, offering multi-track editing, auto-captions, and text-to-speech features entirely offline without watermarks or subscriptions. Built with Rust, it runs locally on Windows, macOS, and Linux, with beta support for mobile platforms and ARM architecture.

    By Jub
  4. 004Hacker NewsSEP · 17English

    Flet 1.0 – Build cross-platform apps in Python

    Flet 1.0 is a Python framework for building cross-platform graphical user interfaces with 150+ controls and services. It enables developers to write a single codebase that runs on desktop, mobile, and web platforms, with support for packaging, testing, and deployment across multiple distribution channels.

    By absqueued
  5. 005Hacker NewsSEP · 17English

    I built a multi platform torrent video streamer

    Xtremio is a cross-platform torrent video streaming client built with Rust and Flutter that embeds a headless streaming server, offering features like multi-addon catalog search, in-process torrent streaming without external binaries, offline downloads, advanced playback controls, subtitle timing adjustment, and Chromecast casting.

    By Zond
  6. 006Hacker NewsSEP · 16English

    Flet 1.0 released: build desktop, mobile, and web apps in Python

    Flet 1.0 has been released, enabling developers to build desktop, mobile, and web applications using Python with 150+ UI controls, customizable themes, and support for popular Python libraries. The framework offers a single codebase approach, testing capabilities, and deployment options including packaging for app stores and browser-based execution via WebAssembly.

    By appveyor
  7. 007Hacker NewsSEP · 16English

    Show HN: An ObjC-like compiler for Mac ARM, x86_64(Linux, Win), WASM, & others

    A developer announced xc, a cross-platform compiler with Objective-C-like syntax that runs on Mac, Windows, and Linux and can generate binaries for multiple targets including iOS, Android, WASM, and retro platforms like 6502. The GPL3-licensed compiler is self-contained after bootstrapping, includes optimization passes and interoperability features for binding C libraries, and has been extensively tested with over 600 unit tests and real-world applications.

    By spacedcowboy
  8. 008Hacker NewsSEP · 15English

    Flet 1.0

    Flet, a Python framework for building cross-platform apps, released version 1.0 after four years of development, marking readiness for production use. The release includes comprehensive testing across platforms and Python versions, improved documentation generation, and performance enhancements like faster UI reconciliation and direct Python-to-Dart communication.

    By Ttps; Github Com; FeodorFitsner; Feodor Fitsner
  9. 009Hacker NewsSEP · 15English

    Show HN: Capsule – Single-file web apps that save their data into SQLite

    Capsule is a platform that packages complete web applications—UI, data, and SQLite database—into single portable .capsule files that run offline without cloud infrastructure. Users can generate self-contained apps from AI prompts and share them like documents via email or messaging apps, with full cross-platform support for macOS, Windows, Linux, and upcoming iOS/Android versions.

    By bashtian
  10. 010Hacker NewsSEP · 15English

    GPUI-CE: A GPU-Accelerated UI Framework for Rust by the makers of Zed

    GPUI-CE is a GPU-accelerated UI framework for Rust forked from Zed's GPUI, offering a hybrid immediate/retained rendering model with native performance across macOS, Windows, and Linux. Independently governed and MIT/Apache-2.0 licensed, it provides developers a community-maintained alternative for building fast native UIs without editor-specific dependencies.

    By sagacity
  11. 011Hacker NewsSEP · 14English

    Show HN: Shortcut Express – My attempt to get the world using keyboard shortcuts

    Shortcut Express is an interactive desktop course that teaches keyboard shortcuts through guided lessons tied to real problems, covering essential shortcuts for text navigation, selection, editing, and browser tasks across Windows, macOS, and Linux.

    By Chimit
  12. 012Hacker NewsSEP · 14English

    Pragtical 3.12 Adds an Opt-In SDL GPU Back End to a 50MB Code Editor

    Pragtical 3.12, a lightweight Lua-scriptable code editor, introduces a modular rendering system with an optional SDL-based GPU backend while maintaining its 50MB RAM and 10MB install footprint. The GPU backend targets Vulkan, Direct3D 12, and Metal for cross-platform support, offering benefits for high-DPI displays and large files, though it trades some memory overhead for efficiency gains. The release also adds trust prompts for project modules to prevent arbitrary Lua execution.

    By Marta Kowalska
  13. 013Hacker NewsSEP · 13English

    Slint: Declarative GUI for Rust

    Slint is a declarative GUI framework for Rust that enables developers to build elegant, native, cross-platform user interfaces using a domain-specific language similar to HTML/CSS. It features live preview, Figma integration, responsive design capabilities, and is used by companies like OTIV, WesAudio, SK Signet, and Aava for production applications in rail automation, audio workstations, EV charging, and plugins.

    By Bluestein
  14. 014Hacker NewsSEP · 13English

    Flectar Mail – native cross-platform email client

    Flectar Mail is a lightweight, native email client built in Rust that uses only 20–140 MB of RAM compared to 800+ MB in typical clients. It offers cross-platform support for Windows and Linux with macOS and mobile versions in development, featuring a custom HTML/CSS renderer and customizable UI layouts and themes.

    By bj-rn
  15. 015Hacker NewsSEP · 12English

    Aqorin Phone – an open-source cross-platform SIP softphone in .NET

    Aqorin Phone is an open-source, cross-platform SIP softphone built with .NET that enables users to make and receive calls using standard SIP credentials without requiring proprietary accounts or ecosystems. The application offers essential calling features including muting, holding, contact management, and call history, with support for both manual SIP configuration and router profiles. It uses standard SIP signaling and RTP audio, making it compatible with PBX systems and router-hosted phone accounts.

    By jambel
  16. 016Hacker NewsSEP · 12English

    Spec at Lunch, Game by Eight

    A developer spent one afternoon building a casual cross-platform game with the help of a coding agent, spending lunch writing a detailed 15-section specification before implementation. The game involves tapping water to create ripples that push colored petals toward matching lily pads in a circular pond, with physics designed for deterministic, crisp gameplay.

    By Nick Hirras
  17. 017Hacker NewsSEP · 12English

    I present to you: Game Index, a power user game library manager

    Game Index is a unified game library manager that aggregates Steam, GOG, Epic, and other game stores into a single launcher with cross-platform support, built natively for Linux with Proton/Wine compatibility, achievements, social features, and a controller-friendly interface.

    By Atxoxx