source&pool
A daily wire of long-form journalism, video, and discourse — filed, tagged, and laid out flat.
VOL. I·NO. 01
SUNDAY, SEPTEMBER 20, 2026
Hacker News3577X 主题热门3409CNBC68MacRumors639to5Mac57YahooFinance47Kotaku46Verge35IGN34aihot28TechCrunch269to5Google25NintendoLife25Gematsu24BusinessInsider21Eurogamer19NBC15Engadget14NPR13Polygon13PushSquare13SeekingAlpha13Guardian13bgr12Fortune12FoxBusiness12AndroidAuthority11Gizmodo11WarhammerCommunity11ArsTechnica10Fox10USAToday10ABC9AppleInsider9Mashable9Wccftech9CNET8Notebookcheck8PureXbox8TechPowerUp8CNN7PetaPixel7VideoGamesChronicle7WindowsCentral7CoinDesk6Investor'sBusinessDaily6NintendoEverything6Yahoo6BleepingComputer5CBS5DigitalFoundry5GameInformer5GSMArena5SamMobile5WIRED5Deadline4GameRant4XBOXWire4NewYorkPost4Pokemon4Conversation4Register4TweakTown4VideoCardz4WSB-TV4404Media3Aftermath3AlJazeera3AndroidCentral3AndroidPolice3CTech3GearPatrol3Hodinkee3HuffPost3LosAngelesTimes3Lifehacker3Motor13CrudeOilPricesToday3RockPaperShotgun3RPGSite3SlashGear3Space3Variety380Level2AOL2BellofLostSouls2BleedingCool2BuzzFeed2CanonRumors2DualShockers2DW2EventHubs2MotleyFool2FratelloWatches2GamesIndustry.biz2InsiderGaming2MassivelyOverpowered2Maxroll2MP1st2Nature2Newser2PCWorld2qz2SouthChinaMorningPost2SeattleTimes2Intercept2WindowsLatest2YourTango2ABC7LosAngeles1AboveLaw1BusinessInsiderAfrica1Alternet1AVClub1AwfulAnnouncing1Benzinga1BikeRadar1Billboard1BloodyDisgusting1Boston1Bungie1CalMatters1cbn1ChromeUnboxed1Chron1ColoradoSun1comicbook1CreativeBloq1ChristianScienceMonitor1Currently1CyberSecurityNews1Cyclingnews1DailyDownforce1DailyKos1DaringFireball1DCRainmaker1Defector1Defense1denver71DenverPost1DigitalCameraWorld1Draftsim1DroidLife1empireonline1erictopol.substack1Euronews1Fangoria1FOX191DetroitFreePress1FrequentMiler1Futurism1GameDeveloper1GamingOnLinux1AAAGasPrices1GeekWire1GeekyGadgets1HollywoodReporter1HouseDigest1Independent1InterestingEngineering1Jalopnik1KITCO1KSL1Lloyd'sList1Macworld1Magic:Gathering1MakeUseOf1Mercury1MonochromeWatches1MorningBrew1MortgageDaily1MyNintendo1Blizzard1SemiAnalysis1Newsshooter1Newsweek1nrn1NYT1OneMileataTime1OregonLive1PageSix1PaulKrugman1PCMag1PlayStationLifeStyle1PokémonGOHub1politico.eu1PittsburghPost-Gazette1QuantaMagazine1Road&Track1RoadtoVR1RockstarINTEL1Salon1CultureMapSanAntonio1ScienceAlert1ScientificAmerican1Semafor1SFGATE1YahooSingapore1SportsIllustrated1SimpleFlying1Slate1YahooTech1TechSpot1Tedium1TelecomTalk1Hacker1NextWeb1Times1TimeExtension1LongmontTimes-Call1TimesUnion1TwistedVoxel1YahooFinanceUK1UploadVR1VisualCapitalist1WOWT1
  1. 001Hacker NewsSEP · 19English

    V Language Review (2023)

    A detailed 2023 review of the V programming language examining its documentation quality, memory management options, and practical usability. The reviewer finds significant gaps in documentation, identifies critical memory leaks in standard library functions when using manual memory management or autofree modes, and concludes that V's memory management features are largely unusable for real applications.

    By Skvortsov
  2. 002Hacker NewsSEP · 19English

    Show HN: KillSwitch – a programming language designed to be difficult for LLMs

    KillSwitch is an esoteric programming language intentionally designed to be difficult for large language models and AI coding agents to understand or execute.

    By dom96
  3. 003Hacker NewsSEP · 19English

    Show HN: Chuks v0.2.0-RC.1, we're asking people to try to break it

    Chuks v0.2.0-rc.1 is a release candidate for the Chuks programming language, undergoing rigorous testing across multiple execution modes and targets. The team invites developers to test the build and report bugs, while documenting several breaking changes from v0.1.2 including loop scoping, async function semantics, and string position handling.

    By Chuks Team Language Design; Engineering
  4. 004Hacker NewsSEP · 18English

    Show HN: Quokka – a self-hosting, deterministic programming language

    Quokka is a self-hosted, deterministic programming language designed for reliability and clarity, featuring verifiable builds through cryptographic hash verification at multiple compilation stages. It includes Joey, a standard library extension for ML workflows that interfaces with Python and PyTorch via JSON IPC, enabling CUDA-accelerated LoRA fine-tuning without bloating the core language.

    By Quokka Language Contributors
  5. 005Hacker NewsSEP · 18English

    Probably – a programming language for LLM workflows, powered by Jev

    Probably is a programming language designed for LLM workflows that combines TypeScript interpretation with probabilistic judgments from Jev. It supports deterministic replay, model calls via llm, conditional logic with confidence thresholds, and control flow constructs like while and repeat loops, with a 12-call budget per run.

    By porridgeraisin
  6. 006Hacker NewsSEP · 17English

    The Bend Programming Language

    Bend is a programming language designed for the post-AGI era that compiles to native code with C-level performance on single cores and up to 100x speedup on GPUs through automatic parallelization. It uses proof-based type checking similar to Lean and includes a LAWS system that allows developers to declare mathematical invariants that AIs must satisfy, making bugs mathematically impossible to merge.

    By marvinborner
  7. 007Hacker NewsSEP · 15English

    Swift 6.4 Released

    Swift 6.4 has been released, bringing improvements across the stack including cross-platform build consistency, stable subprocess support, enhanced interoperability with C++ and Java, faster WebAssembly performance, and better embedded Swift capabilities. The release simplifies everyday programming with features like optional type syntax improvements, compiler warning control, async defer blocks, and enhanced Foundation APIs.

    By Apple Inc
  8. 008Hacker NewsSEP · 14English

    Unison: A friendly programming language from the future

    Unison is a statically-typed functional programming language featuring content-addressed code stored as ASTs in a database, enabling perfect incremental compilation, instant renaming, and semantically-aware version control. It supports type inference, an effect system, and can be used standalone or with Unison Cloud for distributed systems development.

    By Unisonweb