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 News3876X 主题热门3750CNBC82MacRumors79YahooFinance679to5Mac62Verge45Kotaku44IGN35NintendoLife349to5Google33aihot32Gematsu32Eurogamer27Engadget26TechCrunch26BusinessInsider25Guardian20NBC16NPR16CNET15FoxBusiness14Polygon14Fortune13SeekingAlpha13bgr12Gizmodo12CBS11Mashable11PushSquare11USAToday11Wccftech11WIRED11Investor'sBusinessDaily10TechPowerUp10GameInformer9NintendoEverything9ABC8CNN8Notebookcheck8NewYorkPost8CrudeOilPricesToday8VideoGamesChronicle8ArsTechnica7Fox7WindowsCentral7BleepingComputer6PetaPixel6AppleInsider5Deadline5DigitalFoundry5GamesIndustry.biz5SamMobile5Variety5Yahoo5AlJazeera4AndroidPolice4CoinDesk4DroidLife4MotleyFool4GameRant4GSMArena4Jalopnik4PureXbox4SlashGear4Hacker4AP3BuzzFeed3CTech3CanonRumors3ChromeUnboxed3DW3GameDeveloper3Lifehacker3Motor13Blizzard3XBOXWire3PCMag3PCWorld3SeattleTimes3Space3Register3TweakTown3YGOrganization3ZDNET324/7WallSt.2Aftermath2AndroidCentral2AOL2AwfulAnnouncing2BleedingCool2DigitalCameraWorld2DualShockers2Euronews2EventHubs2Futurism2GearPatrol2Hodinkee2Independent2KITCO2MassivelyOverpowered2MyNintendo2Nature2Newser2Newsweek2PaulKrugman2PokémonGOHub2RoadtoVR2RockPaperShotgun2RPGSite2Conversation2Intercept2NextWeb2Tom'sGuide2UploadVR2VideoCardz2WarhammerCommunity2WindowsLatest2YourTango2404Media143rumors1ABC111AboveLaw1ageofempires1AndroidHeadlines1AVClub1Benzinga1BikeRadar1Billboard1BloodyDisgusting1Borderlands1Bungie1Yahoo!FinanceCanada1CineD1CnEVPost1comicbook1CreativeBloq1CyberSecurityNews1DailyKos1DCRainmaker1derekthompson1Draftsim1CNN1flatpanelshd1FratelloWatches1FrequentMiler1GAMINGbible1garymarcus.substack1GeekWire1GeekyGadgets1Hackaday1HollywoodReporter1InsiderGaming1InterconnectsAI1InterestingEngineering1JapanTimes1KrebsonSecurity1KSL1LosAngelesTimes1Lloyd'sList1WPLGLocal101Macworld1Maxroll1Mediaite1MiddleEastEye1MonochromeWatches1MortgageDaily1MP1st1MPR1SemiAnalysis1Newsshooter1NoMan'sSky1nylon.com.sg1NYT1OregonLive1PCGamesN1PersonaCentral1Pokemon1politico.eu1PittsburghPost-Gazette1QuantaMagazine1qz1SammyGuru1ScienceAlert1ScientificAmerican1SouthChinaMorningPost1Semafor1SFGATE1YahooFinanceSingapore1YahooSingapore1SportsIllustrated1SimpleFlying1Sources1supercarblondie1Tedium1TelecomTalk1GameBusiness1TheGamer1Times1LongmontTimes-Call1TmoNews1TopGear1TwistedVoxel1YahooFinanceUK1UnHerd1vox1WhatHi-Fi?1WPBF1WRAL1
  1. 001Hacker NewsSEP · 16English

    Omarchy ships its own Linux kernel in v4.0.4

    Omarchy v4.0.4 releases a custom Linux kernel optimized for desktop responsiveness, gaming compatibility, and hardware reliability. The update improves Btrfs performance, power management, and fixes audio, touchpad, display, and startup issues across various systems.

    By Omacom
  2. 002Hacker NewsSEP · 16English

    Ask HN: eBPF verifier packet tracking boundaries under volumetric socket drops?

    A developer asks about handling eBPF verifier packet pointer tracking limits when dealing with high-volume socket drops, specifically regarding bypassing userspace layer 7 bottlenecks through layer 4 transport splicing techniques.

    By devloperdevesh
  3. 003Hacker NewsSEP · 15English

    Gravity Linux – Linux for Apple Silicon M4 and Above

    Gravity Linux is a project using clean-room reverse engineering to bring Linux support to Apple Silicon M4 Macs, with the goal of upstreaming this support into the mainline Linux kernel and other distributions. The team plans to release their first version soon.

    By xlmnxp
  4. 004Hacker NewsSEP · 15English

    GEFS on OpenBSD: A Early Preview

    A developer has released an early preview of GEFS, a crash-safe copy-on-write file system originally written for 9front, now being ported to OpenBSD. The port is not production-ready and data loss is expected, but remaining issues are understood and the code is available for testing and development.

    By sippingabonedry
  5. 005Hacker NewsSEP · 15English

    I Missed One TLB Shootdown and Somehow Ended Up Controlling a Page Table

    A security researcher exploited a public Linux kernel bug in Google's kernelCTF challenge by manipulating CPU TLB shootdown behavior to maintain a stale memory mapping, then convinced the kernel to recycle the underlying physical page as a page table, ultimately gaining control to retrieve the flag. The exploit leveraged existing public vulnerability details rather than discovering a new bug.

    By Himanshu Anand
  6. 006Hacker NewsSEP · 15English

    Dropping eBPF CPU Cost by About 90% with Memoization (Not AI Gen)

    A security team reduced eBPF agent CPU costs by ~90% through inode-based memoization, caching policy lookups instead of repeatedly walking directory trees for file access checks. The optimization stores mount namespace, mount ID, and inode number as cache keys to avoid redundant path traversals, particularly benefiting applications like Postgres that repeatedly access files in the same directory subtree.

    By nathannaveen
  7. 007MacRumorsSEP · 15English

    iOS 27 and iOS 26.7 Fix More Than 100 Security Bugs

    Apple released iOS 27 with over 100 security fixes and iOS 26.7 with over 80 fixes, addressing kernel vulnerabilities including potential root access and Bluetooth remote code execution. No active exploits are known, but unpatched devices are now at risk following the publication of vulnerability details.

    By Juli Clover
  8. 008Hacker NewsSEP · 14English

    Buffer overruns, license violations and bad code: FreeBSD 13's close call (2021)

    Matthew Macy was contracted to port WireGuard into FreeBSD's kernel for Netgate's routers, but his implementation contained numerous bugs and security issues that went largely unreviewed before being committed to FreeBSD 13.0. WireGuard founder Jason Donenfeld discovered the problems and, along with Kyle Evans and Matt Dunwoodie, replaced nearly all of Macy's code in an intensive week-long effort to fix critical issues before release.

    By Jim Salter
  9. 009Hacker NewsSEP · 14English

    A 40ms Go GC pause caused by swap

    A developer discovered that enabling swap in production caused Go's garbage collector to experience 40ms stop-the-world pauses when GC metadata was evicted to swap, resulting in major page faults during collection cycles. The issue stems from the kernel evicting least-recently-accessed pages to swap under memory pressure, forcing the GC to incur costly disk I/O during critical pause phases.

    By shellpipe
  10. 010Hacker NewsSEP · 14English

    OEMpocalypse: Unprivileged Android app to root on Samsung, Xiaomi, others

    A security researcher describes OEMpocalypse, an exploitation strategy that takes unprivileged Android apps to root on Samsung, Xiaomi, Oppo, OnePlus, and Realme devices by targeting page Use-After-Free vulnerabilities in OEM-specific kernel drivers combined with OEM-specific sandbox escapes. The approach prioritizes reliability, portability, and universal coverage across multiple device manufacturers and models.

    By negura
  11. 011Hacker NewsSEP · 14English

    "Oopsies " FreeBSD Devs Say There's Still GPL in the Kernel

    FreeBSD developers discovered remaining GPL code in their kernel despite efforts to remove all copyleft software, including GPL snippets in a header file copied from Linux for Qualcomm SoCs and in the Device Tree. However, most GPL pieces are also licensed under BSD, which satisfies the project's goal of avoiding copyleft licensing.

    By Christine Hall
  12. 012Hacker NewsSEP · 13English

    40ms Go GC stop-the-world pauses caused by swap

    A Go developer discovered that enabling swap in production caused severe garbage collector stop-the-world pauses of up to 40ms when GC metadata pages were evicted to swap storage, with the pauses caused by page faults during garbage collection cycles reading metadata that had been moved to disk.

    By birdculture
  13. 013Hacker NewsSEP · 12English

    Xiaomi Book Pro 14 2026, Intel X7 358H and B390 – Linux Driver Fixes

    Xiaomi Book Pro 14 2026 requires Linux kernel 7.1.5 and kernel boot parameter fixes to resolve GPU corruption and keyboard issues on CachyOS. Disabling Xe display power-saving features (PSR, panel replay, FBC, DC) is necessary to prevent framebuffer corruption on newer kernel versions.

    By Luigi
  14. 014Hacker NewsSEP · 12English

    Testing Race Conditions

    The article discusses challenges in testing race conditions in multi-threaded software, particularly in the Linux kernel, and presents MAccConc, a tooling suite that automatically explores possible thread interleavings to help discover and verify concurrency bugs. The tools include automatic testing of all possible interleavings, a terminal UI, and a GUI for manual exploration.

    By Jann Horn
  15. 015Hacker NewsSEP · 11English

    Fileless ELF Execution via O_tmpfile

    A technique for executing ELF binaries in memory without creating named files uses O_TMPFILE to allocate an anonymous inode and execveat(AT_EMPTY_PATH) to execute it, leaving only a /tmp/#N (deleted) trace in process telemetry. The method works on Linux 3.19+ by bypassing directory entry creation, making it invisible to file monitoring tools like inotify and fanotify.

    By matheuzsec_
  16. 016Hacker NewsSEP · 11English

    RISC-V Emulator and Linux System from Scratch

    A repository containing a RISC-V instruction set emulator with Linux kernel support, including an rv32ima emulator, minimal device emulation, build configurations for a custom Linux kernel, device tree definitions, and init programs needed to boot a complete Linux system from scratch.

    By WerWolv
  17. 017Hacker NewsSEP · 11English

    A kernel run on the Navier-Stokes blowup Lean project

    A verification project in September 2026 confirmed that a 166-page Lean formalization of claimed finite-time blowup for the 3D Navier–Stokes equations passes kernel checks across three independent environments, depending only on three standard axioms with no additional assumptions. The verification does not confirm the correctness of the underlying proof but only that the machine-checkable formalization is consistent and axiomatically sound.

    By Ravanova
  18. 018Hacker NewsSEP · 11English

    Haiku Now Supports Changing Audio Outputs Live, Other Improvements

    The Haiku project released its August 2026 report highlighting recent development work including live audio output switching in the Media Kit, continued Bluetooth support improvements, and enhanced USB audio device compatibility. The update also covers progress on CPU architecture support, power management, and kernel fixes across multiple platforms.

    By Michael Larabel
  19. 019Hacker NewsSEP · 10English

    A Mock Interview About Eunuchs

    A mock interview with an early UNIX creator discusses the system's development, debugging approaches, and influences from Multics. The interviewee reflects on early UNIX versions, preferences for print debugging over debuggers, and dismisses Multics despite acknowledging it influenced certain UNIX design decisions like the file system.

    By zdw
  20. 020Hacker NewsSEP · 10English

    The "rnull" Rust block driver

    Andreas Hindborg has developed a Rust implementation of the null block driver (rnull) that achieves feature parity with the existing C version, demonstrating that simple block drivers can now be written using the kernel's Rust APIs. The driver uses Rust abstractions and pinning mechanisms to manage initialization and device operations, with each block device represented by a NullBlkDevice structure that implements the Operations trait for handling disk requests.

    By Daroc Alden August