source&pool
A daily wire of long-form journalism, video, and discourse — filed, tagged, and laid out flat.
VOL. I·NO. 01
SATURDAY, SEPTEMBER 19, 2026
Hacker News3801X 主题热门3635CNBC71MacRumors689to5Mac58YahooFinance49Kotaku48IGN37Verge37aihot34NintendoLife31TechCrunch269to5Google25Gematsu25BusinessInsider23Eurogamer23Engadget17NBC15Polygon15PushSquare15Guardian15Fortune14SeekingAlpha14bgr13NPR13USAToday13FoxBusiness12Gizmodo12AndroidAuthority11Mashable11WarhammerCommunity11Wccftech11ArsTechnica10ABC9CNET9Fox9Notebookcheck9TechPowerUp9AppleInsider8GameInformer8PureXbox8WindowsCentral8CNN7Variety7VideoGamesChronicle7WIRED7BleepingComputer6CoinDesk6Investor'sBusinessDaily6XBOXWire6NintendoEverything6NewYorkPost6PetaPixel6CBS5DigitalFoundry5GSMArena5SamMobile5VideoCardz5Deadline4GameRant4Pokemon4RPGSite4SlashGear4Conversation4Register4TweakTown4Yahoo4404Media3Aftermath3AlJazeera3AndroidCentral3AndroidPolice3CTech3GearPatrol3Hodinkee3Jalopnik3LosAngelesTimes3Lifehacker3Motor13Blizzard3CrudeOilPricesToday3RockPaperShotgun3SeattleTimes3Space3WindowsLatest3YourTango380Level2AOL2AwfulAnnouncing2BleedingCool2BloodyDisgusting2BuzzFeed2CanonRumors2CyberSecurityNews2DualShockers2DW2EventHubs2MotleyFool2FratelloWatches2GamesIndustry.biz2HuffPost2Independent2InsiderGaming2MassivelyOverpowered2Maxroll2MP1st2MyNintendo2Nature2Newser2PCWorld2PokémonGOHub2qz2SouthChinaMorningPost2SFGATE2Intercept2UploadVR2WSB-TV2ABC7LosAngeles1AboveLaw1BusinessInsiderAfrica1AVClub1BellofLostSouls1Benzinga1BikeRadar1Billboard1Borderlands1Boston1Bungie1CalMatters1ChromeUnboxed1Chron1CineD1ColoradoSun1comicbook1CreativeBloq1Currently1Cyclingnews1DailyDownforce1DailyKos1DaringFireball1DCRainmaker1Defector1Defense1denver71DenverPost1DigitalCameraWorld1Draftsim1empireonline1Euronews1Fangoria1flatpanelshd1FOX191DetroitFreePress1FrequentMiler1Futurism1GameDeveloper1GamingOnLinux1AAAGasPrices1GeekWire1GeekyGadgets1Hackaday1HollywoodReporter1InterestingEngineering1KITCO1KSL1Lloyd'sList1Macworld1Magic:Gathering1MakeUseOf1Mediaite1Mercury1MonochromeWatches1MorningBrew1MortgageDaily1SemiAnalysis1Newsshooter1Newsweek1nrn1NYT1OregonLive1PageSix1PaulKrugman1PCMag1PlayStationLifeStyle1politico.eu1PittsburghPost-Gazette1QuantaMagazine1Road&Track1RoadtoVR1RockstarINTEL1Salon1CultureMapSanAntonio1ScienceAlert1ScientificAmerican1Semafor1YahooSingapore1SportsIllustrated1SimpleFlying1Slate1supercarblondie1YahooTech1TechSpot1Tedium1TelecomTalk1TheGamer1Hacker1NextWeb1TimeExtension1LongmontTimes-Call1TimesUnion1TmoNews1TwistedVoxel1YahooFinanceUK1VisualCapitalist1WOWT1
  1. 001Hacker NewsSEP · 19English

    Flet 1.0 Is Here

    Flet 1.0, a Python framework for cross-platform app development, has been released after four years of development. The framework now supports production apps with extensive testing across multiple platforms and Python versions, improved documentation, and faster performance.

    By Ttps; Github Com; FeodorFitsner; Feodor Fitsner
  2. 002Hacker 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
  3. 003Hacker 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
  4. 004Hacker 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
  5. 005Hacker 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
  6. 006Hacker 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
  7. 007Hacker 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
  8. 008Hacker 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
  9. 009Hacker 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
  10. 010Hacker 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
  11. 011Hacker 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
  12. 012Hacker 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
  13. 013Hacker 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
  14. 014Hacker 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
  15. 015Hacker 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