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 News3607X 主题热门3499MacRumors78CNBC71YahooFinance649to5Mac59Kotaku44Verge42IGN339to5Google32aihot31Gematsu31NintendoLife30TechCrunch25Engadget24Eurogamer24BusinessInsider23Guardian20CNET15NBC15FoxBusiness14NPR14Fortune13Polygon13SeekingAlpha13bgr12Gizmodo12CBS11Wccftech11Investor'sBusinessDaily10Mashable10TechPowerUp10USAToday10WIRED10PushSquare9CNN8NintendoEverything8Notebookcheck8NewYorkPost8CrudeOilPricesToday8VideoGamesChronicle8ABC7ArsTechnica7Fox7GameInformer7WindowsCentral7BleepingComputer6Deadline5GamesIndustry.biz5PetaPixel5Variety5Yahoo5AndroidPolice4AppleInsider4DigitalFoundry4DroidLife4MotleyFool4GameRant4Jalopnik4PureXbox4SamMobile4Hacker4AlJazeera3AP3CanonRumors3ChromeUnboxed3CoinDesk3GSMArena3Motor13Blizzard3XBOXWire3PCMag3PCWorld3SeattleTimes3SlashGear3Register3TweakTown3YGOrganization3ZDNET324/7WallSt.2Aftermath2AndroidCentral2AwfulAnnouncing2BleedingCool2BuzzFeed2CTech2DualShockers2DW2EventHubs2Futurism2GameDeveloper2Hodinkee2Independent2Lifehacker2MassivelyOverpowered2MyNintendo2Nature2Newser2Newsweek2PaulKrugman2PokémonGOHub2RoadtoVR2RPGSite2Space2Conversation2NextWeb2Tom'sGuide2UploadVR2VideoCardz2WarhammerCommunity2WindowsLatest2YourTango2404Media143rumors1ABC111AboveLaw1ageofempires1AndroidHeadlines1AOL1AVClub1Benzinga1BikeRadar1Billboard1BloodyDisgusting1Borderlands1Bungie1Yahoo!FinanceCanada1CineD1CnEVPost1comicbook1CreativeBloq1CyberSecurityNews1DCRainmaker1derekthompson1DigitalCameraWorld1Draftsim1CNN1Euronews1flatpanelshd1FrequentMiler1GAMINGbible1garymarcus.substack1GearPatrol1GeekWire1GeekyGadgets1Hackaday1HollywoodReporter1InsiderGaming1InterconnectsAI1InterestingEngineering1JapanTimes1KITCO1KrebsonSecurity1KSL1LosAngelesTimes1Lloyd'sList1WPLGLocal101Macworld1Maxroll1Mediaite1MiddleEastEye1MonochromeWatches1MPR1SemiAnalysis1Newsshooter1NoMan'sSky1nylon.com.sg1NYT1OregonLive1PCGamesN1PersonaCentral1Pokemon1politico.eu1PittsburghPost-Gazette1QuantaMagazine1qz1RockPaperShotgun1SammyGuru1ScienceAlert1ScientificAmerican1SouthChinaMorningPost1Semafor1SFGATE1YahooFinanceSingapore1YahooSingapore1SportsIllustrated1SimpleFlying1Sources1supercarblondie1Tedium1TelecomTalk1GameBusiness1TheGamer1Intercept1Times1LongmontTimes-Call1TmoNews1TopGear1TwistedVoxel1YahooFinanceUK1UnHerd1vox1WhatHi-Fi?1WPBF1WRAL1
  1. 001Hacker NewsSEP · 15English

    Ask HN: Why aren't LLM token CDN cache's a thing?

    A Hacker News user asks why token CDNs don't exist to cache LLM key-value states across sessions, noting that tools like OpenCode must repeatedly re-explore codebases due to lack persistent memory, and that while caching during work sessions is feasible, the multi-gigabyte KV matrices are expensive to transfer over networks between reboots.

    By devrob
  2. 002Hacker NewsSEP · 15English

    Building Personal Memory Store

    The author describes building a decentralized personal memory store for AI agents using open-source Graphiti framework and FalkorDB graph database, combined with SQLite for tabular data like todos. The system allows switching between AI models without vendor lock-in while maintaining personal context that enhances AI usefulness beyond raw intelligence alone.

    By oleh_vell
  3. 003Hacker NewsSEP · 15English

    Keeping Markdown canonical once decisions start referencing each other

    Operating Memory is a local tool that converts Markdown notes into a queryable SQLite database without requiring a proprietary system, preserving the original files as the source of truth. It enables teams and agents to retrieve structured information about projects, decisions, and records through a CLI interface using configurable entity kinds and decision-log formats.

    By FrancisMarzynski
  4. 004Hacker 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
  5. 005Hacker NewsSEP · 15English

    PowerContext, Context for work that humans and agents hand off and continue

    PowerContext 1.0.0 is a tool that preserves work context across conversations between humans and agents, allowing tasks to be handed off without losing reasoning and state. It stores durable information as Memory, Handoff, Experience, and Skill, and can be installed via uv with support for multiple agent integrations including Codex and Claude Code.

    By Oceanbase
  6. 006Hacker NewsSEP · 15English

    The harms of short-form video on the brain are starting to show

    Research increasingly shows that short-form video consumption is associated with cognitive harms, particularly affecting attention, impulse control, and memory, even as social media companies dispute the scientific evidence. A meta-analysis of 70 studies found stronger associations between short-form video use and negative cognitive changes than with mental health issues, with compulsive use predicting the worst outcomes.

    By Caty Enders
  7. 007Hacker NewsSEP · 14English

    Backpass: Gradient descent for your agent memory

    Backpass is a tool that treats agent memory files as trainable weights, using session transcripts as loss signals to propose evidence-backed edits to AGENTS.md and project skills. It operates locally-first without APIs, requires human approval for all changes, and integrates with Claude Code and Codex harnesses via authenticated model calls.

    By Kunchenguid
  8. 008Hacker NewsSEP · 14English

    Understanding FlashAttention Pt 1: Personal Notes

    A technical handbook explaining FlashAttention, an optimization technique that accelerates transformer attention mechanisms through tiling, online softmax, and recomputation without approximating the mathematical function. The key insight is that wall-clock speed depends on GPU memory traffic rather than FLOP count alone, achieved by reducing expensive reads and writes to high-bandwidth memory.

    By Chizkidd
  9. 009Hacker NewsSEP · 14English

    Show HN: Memory plugin for coding agents that remembers your coding&chat history

    DeepMem is a Claude Code plugin that provides persistent, semantically searchable memory across coding sessions, allowing users to store and retrieve conversation facts and coding history. It integrates with Claude Code and other Open Plugins-compatible clients via MCP, requiring an API key from deepmem.dev for cloud-based storage and search functionality.

    By Deepmemteam
  10. 010Hacker NewsSEP · 14English

    D-Matrix Raptor 3D-DRAM Accelerator for Generative Inference at Hot Chips 2026

    d-Matrix presented its Raptor 3D-DRAM accelerator at Hot Chips 2026, which stacks compute logic directly on DRAM dies to address bandwidth and capacity challenges in generative AI inference. The approach bridges the gap between high-bandwidth but limited-capacity SRAM and high-capacity but bandwidth-limited HBM, with a focus on optimizing the memory-bound decode phase of LLM inference.

    By Servethehome; Patrick Kennedy
  11. 011Hacker NewsSEP · 14English

    HP ZGX Fury Is Now Orderable: GB300 Superchip, 748GB Unified Memory

    HP's ZGX Fury AI station is now available for order, featuring NVIDIA's GB300 Grace Blackwell Ultra superchip with 748GB unified memory and 20 petaFLOPS of FP4 compute capacity designed for departmental and edge inference workloads. HP has partnered with Red Hat and NVIDIA to offer Red Hat AI Factory with NVIDIA certification, providing enterprise-grade AI deployment capabilities with optimized software stack and multi-GPU workload orchestration.

    By Brian Beeler Brian is located; Ohio; Is The Chief Analyst; President
  12. 012Hacker NewsSEP · 14English

    Memocept: Smart Solutions for Better Business Growth

    Memocept is a dietary supplement formulated with botanical ingredients, amino acids, and vitamins designed to support memory, focus, and cognitive wellness in adults. The product is positioned as a nutritional support tool for daily wellness routines rather than a medical treatment, and includes ingredients like Bacopa monnieri, Rhodiola rosea, and various amino acids and B vitamins.

    By Memo Cept
  13. 013Hacker NewsSEP · 14English

    The Archival Dystopia of Blade Runner 2049 and Aeon Flux

    This article analyzes how memory and archives function as central plot elements in the science fiction films Blade Runner 2049 (2017) and Aeon Flux (2005), exploring their shared dystopian themes despite their different genres and styles. Both films examine questions of autonomy and identity through their use of archival systems, with Blade Runner 2049 featuring archives at the Wallace Foundation and elsewhere as K investigates a replicant child's origins.

    By Samantha Cross
  14. 014Hacker NewsSEP · 14English

    Bad benchmarks and evals: Senior SWE-Bench, napkin math, and winter tires

    An article examining flawed benchmarks across three domains: napkin math performance estimates with incorrect memory latency calculations, AI model evaluation benchmarks like SWE-Bench used to compare models, and claims about winter tire superiority over all-season tires in cold weather. The piece critiques measurement methodology and overgeneralization in each area.

    By luu
  15. 015Hacker 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
  16. 016Hacker NewsSEP · 13Japanese

    Filesystem Is Lying to You

    A programmer discovers that fsync() doesn't guarantee data durability the way commonly assumed, as multiple storage layers between application and disk have different definitions of "done". The article explains how write() only puts data in the page cache, not on disk, and how journaling filesystems add complexity to data persistence guarantees.

    By Syed Faraaz Ahmad
  17. 017Hacker NewsSEP · 13English

    Gemma 4 26B on a 24 GB Mac Mini M4: from 66% CPU to 100% GPU

    A technical guide for running Gemma 4 26B on a Mac Mini M4 by raising the Metal GPU memory limit from the macOS default to enable full GPU utilization. The article explains why the model defaults to 66% CPU usage due to unified memory constraints and provides commands and configuration to achieve 100% GPU processing.

    By gurkandev
  18. 018Hacker 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
  19. 019Hacker NewsSEP · 13English

    Download More RAM – Nvidia CMP 170HX Cmpunlocker

    The NVIDIA CMP 170HX, a cryptocurrency mining GPU based on the GA100 datacenter processor, can be unlocked using cmpunlocker to access additional memory and compute capabilities. Originally launched in Fall 2021 at $4,299 USD, the card's price has fluctuated significantly on the used market, with units now selling for $1,300–$2,000+ as of September 2026. The CMP 170HX offers exceptional memory bandwidth via HBM2e technology, making it competitive with modern high-end GPUs.

    By Labs Web Team
  20. 020Hacker NewsSEP · 13English

    Chimps beat people in memory task (2007)

    Japanese researchers found that young chimpanzees outperform humans at a numerical memory task, with one chimp named Ayumu achieving 80% accuracy when numbers appeared for just 0.2 seconds compared to 40% for human adults. The study suggests chimps possess an extraordinary working memory capability akin to photographic memory, challenging the assumption that humans are cognitively superior to great apes.

    By James Randerson