source&pool
A daily wire of long-form journalism, video, and discourse — filed, tagged, and laid out flat.
VOL. I·NO. 01
WEDNESDAY, SEPTEMBER 16, 2026
Hacker News3686X 主题热门3579MacRumors79CNBC73YahooFinance649to5Mac60Kotaku44Verge43IGN339to5Google32Gematsu32aihot31NintendoLife30Engadget26Eurogamer25TechCrunch25BusinessInsider23Guardian20CNET15NBC15NPR15FoxBusiness14Polygon14Fortune13SeekingAlpha13bgr12Gizmodo12CBS11Wccftech11Investor'sBusinessDaily10Mashable10PushSquare10TechPowerUp10USAToday10WIRED10CNN8NintendoEverything8Notebookcheck8NewYorkPost8CrudeOilPricesToday8VideoGamesChronicle8ABC7ArsTechnica7Fox7GameInformer7WindowsCentral7BleepingComputer6AppleInsider5Deadline5GamesIndustry.biz5PetaPixel5Variety5Yahoo5AlJazeera4AndroidPolice4DigitalFoundry4DroidLife4MotleyFool4GameRant4Jalopnik4PureXbox4SamMobile4SlashGear4Hacker4AP3CanonRumors3ChromeUnboxed3CoinDesk3GameDeveloper3GSMArena3Motor13Blizzard3XBOXWire3PCMag3PCWorld3SeattleTimes3Space3Register3TweakTown3YGOrganization3ZDNET324/7WallSt.2Aftermath2AndroidCentral2AwfulAnnouncing2BleedingCool2BuzzFeed2CTech2DigitalCameraWorld2DualShockers2DW2EventHubs2Futurism2Hodinkee2Independent2Lifehacker2MassivelyOverpowered2MyNintendo2Nature2Newser2Newsweek2PaulKrugman2PokémonGOHub2RoadtoVR2RPGSite2Conversation2Intercept2NextWeb2Tom'sGuide2UploadVR2VideoCardz2WarhammerCommunity2WindowsLatest2YourTango2404Media143rumors1ABC111AboveLaw1ageofempires1AndroidHeadlines1AOL1AVClub1Benzinga1BikeRadar1Billboard1BloodyDisgusting1Borderlands1Bungie1Yahoo!FinanceCanada1CineD1CnEVPost1comicbook1CreativeBloq1CyberSecurityNews1DailyKos1DCRainmaker1derekthompson1Draftsim1CNN1Euronews1flatpanelshd1FrequentMiler1GAMINGbible1garymarcus.substack1GearPatrol1GeekWire1GeekyGadgets1Hackaday1HollywoodReporter1InsiderGaming1InterconnectsAI1InterestingEngineering1JapanTimes1KITCO1KrebsonSecurity1KSL1LosAngelesTimes1Lloyd'sList1WPLGLocal101Macworld1Maxroll1Mediaite1MiddleEastEye1MonochromeWatches1MPR1SemiAnalysis1Newsshooter1NoMan'sSky1nylon.com.sg1NYT1OregonLive1PCGamesN1PersonaCentral1Pokemon1politico.eu1PittsburghPost-Gazette1QuantaMagazine1qz1RockPaperShotgun1SammyGuru1ScienceAlert1ScientificAmerican1SouthChinaMorningPost1Semafor1SFGATE1YahooFinanceSingapore1YahooSingapore1SportsIllustrated1SimpleFlying1Sources1supercarblondie1Tedium1TelecomTalk1GameBusiness1TheGamer1Times1LongmontTimes-Call1TmoNews1TopGear1TwistedVoxel1YahooFinanceUK1UnHerd1vox1WhatHi-Fi?1WPBF1WRAL1
  1. 001Hacker NewsSEP · 16English

    Show HN: Ukodus – A Sudoku galaxy where every solve becomes a star (Rust/WASM)

    Ukodus is a Sudoku application that visualizes puzzles as an interactive galaxy, where each solved puzzle becomes a star connected by shared solving techniques and difficulty. Built with Rust and WebAssembly, it offers cross-platform play on web, iOS, and terminal, featuring technique filtering, puzzle sharing via codes, and real-time constellation visualization powered by anonymous play data.

    By kcirtapfrmspc
  2. 002Hacker 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
  3. 003Hacker NewsSEP · 15English

    Show HN: Vaultis, an offline password vault that makes zero network connections

    Vaultis is an offline password manager for iPhone that encrypts sensitive data locally using AES-256-GCM with no cloud sync, account creation, or network connections. It stores passwords, API keys, crypto wallets, SSH keys, and other credentials protected by a master password and biometric unlock, with no data collection or recovery options.

    By KoreDEV
  4. 004Hacker NewsSEP · 15English

    How to process incoming call audio on Android / iOS?

    User seeks technical guidance on implementing real-time call audio processing on Android and iOS to block spam calls using LLM-based validation. The system would intercept incoming calls, process caller audio through configurable questions, and drop calls if validation criteria are not met.

    By vivzkestrel
  5. 005Hacker NewsSEP · 15English

    Show HN: ICAO ePassport Inspector – on-device NFC passport verification (iOS)

    ICAO ePassport Inspector is a free iOS utility app that enables on-device NFC verification of ICAO ePassports. The app collects no user data and requires iOS 16.0 or later.

    By Eginn-33
  6. 006Hacker NewsSEP · 15English

    I measured Apple's on-device LLM across an OS beta cycle

    An engineer measured Apple's on-device LLM across iOS 27 beta cycles using Deforget, an app that converts diary entries into reminders and calendar events. The evaluation harness tracked model performance across multiple OS builds, revealing improvements in restraint, reliability, vocabulary, and consistency while identifying persistent failure modes that required a deterministic repair layer.

    By lachezarov
  7. 007Hacker NewsSEP · 15English

    Turn your spare Apple devices into second monitors for your Mac

    OpenDisplay is a free, open-source tool that turns spare iPhones, iPads, and Macs into true second monitors for Mac computers, offering an alternative to Apple Sidecar, Duet Display, and Luna Display with features like USB or WiFi connectivity, touch input, and Retina-sharp display quality without subscriptions or hardware dongles.

    By Peetzweg
  8. 008Hacker NewsSEP · 15English

    How can you not be romantic about Unix domain sockets?

    A developer investigating a crash in their iOS VM project discovered that Unix domain sockets used for TTY emulation were returning different inode numbers on successive fstat() calls, causing a sanity check to fail only after device reboot. The issue emerged while finalizing code for a project that implements multi-processing semantics and runs an SSH server within an iOS app by overriding process-creation functions.

    By Yuval Hanoch Hirschenbein Sadde
  9. 009Hacker NewsSEP · 15English

    Tell HN: Updating to iOS 27 automatically enables Siri?

    A user reports that upgrading to iOS 27 automatically enabled Siri despite having it previously disabled, questioning whether this is a bug or intentional behavior.

    By vaishnavsm
  10. 010Hacker NewsSEP · 15English

    OpenDisplay – open-source Sidecar for Mac to iPhone/iPad

    OpenDisplay is a free, open-source alternative to Apple Sidecar that turns iPhones, iPads, or spare Macs into true second displays for Mac computers, supporting USB and WiFi connections with touch input and Retina-sharp resolution without subscriptions or hardware dongles.

    By Peetzweg
  11. 011Hacker NewsSEP · 14English

    Show HN: Learn CRISPR in 3D in any language

    10k Science is an immersive learning platform that teaches CRISPR in 3D across 12 languages, allowing users to explore molecular structures with AI guidance on web, iOS, and VR. The platform is built on real scientific data and funded by the NSF and NIH.

    By 1auralynn
  12. 012Hacker NewsSEP · 14English

    Tell HN: iOS 27 does not allow Apple Intelligence to be disabled

    iOS 27 removes the master toggle for disabling Apple Intelligence that existed in iOS 26, requiring users to disable each AI feature individually. A workaround exists through Content Restrictions in Screen Time, though some users report it disables CarPlay.

    By nunez
  13. 013Hacker NewsSEP · 14English

    iOS 27, iPadOS 27, and macOS 27 released

    Apple released iOS 27, iPadOS 27, and macOS 27 on September 14, 2026, featuring Siri AI, an advanced version of Apple Intelligence with personal context understanding and onscreen awareness, along with new parental controls and software improvements across iPhone, iPad, Mac, Apple Watch, and Vision Pro.

    By throw0101d
  14. 014Hacker NewsSEP · 14English

    Apple releases OS 27 updates with Siri AI

    Apple released iOS 27, watchOS 27, iPadOS 27, and visionOS 27 today, with Siri AI as the headline feature offering an overhaul of the assistant in English, with support for French, Japanese, Korean, Portuguese, and Spanish coming in October. The updates also include new UI features like Liquid Glass opacity controls, redesigned app icons, improved performance across devices, and Vision Pro enhancements.

    By Tom Warren
  15. 015Hacker NewsSEP · 14English

    Expense tracker by voice with AI analysis

    FullWallet is a personal finance app that tracks income, expenses, and savings to show users how much they can actually spend each month. It features voice-based expense entry with AI analysis, fixed cost management, and a widget for quick access, with premium features including weekly AI coaching.

    By rafaelrpadovani
  16. 016Hacker NewsSEP · 14English

    Apple's Siri AI Can Be Swapped Out for Claude, ChatGPT, Code Shows

    Code analysis reveals Apple has designed Siri's new architecture to support third-party AI models like Claude and ChatGPT through mechanisms called Model Delegation and Model Manager Services. These protocols allow external AI models to either extend Siri's functionality or completely replace Apple's server-side Siri model while maintaining access to system features and personal data. The EU's Digital Markets Act likely influenced this approach to ensure third-party access to iOS features.

    By Tim Hardwick
  17. 017Hacker NewsSEP · 14English

    PWA-install component got a long-awaited major release

    PWA-install component released a major update adding Web Install API support for Chromium 155+, in-app browser detection for Apple and Android devices, native-look iOS/macOS compatibility, and improved installation instructions across multiple browsers including Yandex, Edge, Opera, and Firefox.

    By Khmyznikov
  18. 018Hacker NewsSEP · 14English

    Assistive Access User Guide for iPhone

    Assistive Access is an iOS feature providing a simplified interface for people with cognitive disabilities, enabling easier iPhone use with visual navigation, large icons, and alternative communication methods like emoji keyboards and video messages.

    By vismit2000
  19. 019Hacker NewsSEP · 13English

    Switching Password Managers in 2026

    Apple employee Ricky Mondello explains how iOS and macOS now enable secure, user-controlled switching between password managers through a standardized data transfer mechanism. The capability, built on FIDO Alliance's Credential Exchange format, allows users to export passwords, passkeys, and verification codes between apps like 1Password, Bitwarden, and Apple Passwords without data deletion or phishing risk.

    By cdrnsf
  20. 020Hacker NewsSEP · 13English

    Install iOS 27 today – there's no reason to wait

    iOS 27's release candidate is available now through Apple's beta program, ahead of the September 14 public rollout. The update features major AI enhancements including a redesigned Siri, expanded Apple Intelligence capabilities across apps, and performance improvements. Users can safely install the final build this weekend without risk.

    By Ed Hardy