| 1. | GPT-5.6(openai.com) |
| 1342 points by logickkk1 18 hours ago | 934 comments | permalink | |
tl;dr: Summary not available | |
HN Discussion:
| |
| 2. | Show HN: Getting GLM 5.2 running on my slow computer(github.com) |
| 729 points by vforno 1 day ago | 179 comments | permalink | |
tl;dr: A developer built "colibrì," a dependency-free C engine that runs the 744B-parameter GLM-5.2 MoE model on consumer hardware (~25GB RAM) by keeping the dense weights (~10GB int4) resident and streaming the 370GB of routed experts from NVMe on demand, with an LRU cache and MTP speculative decoding. Performance is disk-bound: ~0.05–0.1 tok/s on the author's WSL2 machine, but community benchmarks show ~1 tok/s on an M5 Max and projections of 5–15 tok/s on beefier hardware. Includes an OpenAI-compatible API and optional CUDA backend for pinned hot experts. | |
HN Discussion:
| |
| 3. | EU Parliament greenlights Chat Control 1.0(patrick-breyer.de) |
| 1446 points by rapnie 1 day ago | 702 comments | permalink | |
tl;dr: The EU Parliament failed to block "Chat Control 1.0" after a rejection motion fell short of the required absolute majority (314-276 against, but needed 361), reinstating suspicionless scanning of private messages on US platforms like Gmail, Instagram, and Discord until 2028. End-to-end encrypted services like WhatsApp remain exempt, and critics argue the mass scanning is ineffective—99% of Meta's reports involve previously known material, and 48% of alerts aren't criminally relevant. Negotiations over a permanent "Chat Control 2.0" regulation resume in September. | |
HN Discussion:
| |
| 4. | Train sim created by just one person is being called the best ever made(kotaku.com) |
| 655 points by oumua_don17 5 days ago | 249 comments | permalink | |
tl;dr: Running Train, an Early Access train sim built by solo developer Novatetsu Games, recreates a fictional Japanese region with 42 routes across 40km of meticulously detailed track—including logically placed powerlines, traffic, and weather/seasonal effects—much of which isn't even visible from the driver's cab. Steam reviews are overwhelmingly positive, praising the modeling, lighting, and support for the Zuiki MASCON peripheral. Planned additions include passengers, a conductor mode, and expansion to 100km of track by end of next year. It's available now for $18. | |
HN Discussion:
| |
| 5. | Show HN: 18 Words(18words.com) |
| 1019 points by pompomsheep 23 hours ago | 329 comments | permalink | |
tl;dr: Summary not available | |
HN Discussion:
| |
| 6. | Postgres rewritten in Rust, now passing 100% of the Postgres regression tests(github.com) |
| 709 points by SweetSoftPillow 1 day ago | 598 comments | permalink | |
tl;dr: pgrust is a Rust rewrite of Postgres targeting 18.3 compatibility, now passing all ~46,000 regression tests and able to boot from an existing Postgres data directory. An unreleased in-progress version reportedly uses threads instead of processes, runs 50% faster on transactional workloads, and ~300x faster on analytical workloads (within 2x of ClickHouse on ClickBench). It's not production-ready, lacks extension support (PL/Python, PL/Perl, etc.), and is AGPL-3.0 licensed. | |
HN Discussion:
| |
| 7. | Interview with Mitchell Hashimoto about Ghostty and Zig(alexalejandre.com) |
| 274 points by veqq 18 hours ago | 131 comments | permalink | |
tl;dr: Mitchell Hashimoto (of HashiCorp fame) discusses building Ghostty to sharpen his skills in GPU programming, systems programming, and Zig, arguing terminals need better foundational protocols (like an n-screen API and button protocol) rather than becoming full app platforms. He defends a "feature-rich but not bloated" philosophy, pushes back on user entitlement in open source (telling people to fork), and praises Zig's willingness to make breaking changes—noting AI tooling makes such migrations far less painful. He also argues learning C matters less than understanding how computers actually work at the syscall level. | |
HN Discussion:
| |
| 8. | Hy3(hy.tencent.com) |
| 499 points by andai 20 hours ago | 103 comments | permalink | |
tl;dr: Summary not available | |
HN Discussion:
| |
| 9. | The glass backbone: Why the Army's logistics will break in the next war(mwi.westpoint.edu) |
| 392 points by baud147258 22 hours ago | 505 comments | permalink | |
tl;dr: The US Army's logistics system, optimized for permissive counterinsurgency environments with large static bases and uncontested supply lines, is dangerously vulnerable in a peer conflict where drones, precision fires, and pervasive sensing have eliminated the safe rear area—as demonstrated by Russian convoy failures in Ukraine. The author argues the Army must shift from centralized hub-and-spoke sustainment to dispersed, mobile, signature-managed nodes with organic air defense, up-armored vehicles, and autonomous resupply platforms. Most critically, sustainment must be elevated culturally and budgetarily to a primary warfighting function, since in industrial warfare the logistical "tail" is now the enemy's primary target. | |
HN Discussion:
| |
| 10. | No leap second will be introduced at the end of December 2026(datacenter.iers.org) |
| 291 points by ChrisArchitect 21 hours ago | 225 comments | permalink | |
tl;dr: Summary not available | |
HN Discussion:
| |
| 11. | A road to Lisp: Why Lisp(scotto.me) |
| 249 points by silcoon 22 hours ago | 195 comments | permalink | |
tl;dr: Lisp's power comes from the combination of homoiconicity (code-as-data), macros that let you extend the language itself, and a live REPL-driven development environment where you continuously evaluate and redefine code in a running process. These features enable programmers to build domain-specific languages tailored to their problem, and make software inherently extensible—users can leverage the same DSLs the developer used internally, as seen in AutoCAD's AutoLISP and Emacs. Though Lisp never became mainstream, learning it fundamentally changes how you think about programming. | |
HN Discussion:
| |
| 12. | A possible future for Damn Interesting(damninteresting.com) |
| 291 points by mzur 20 hours ago | 40 comments | permalink | |
tl;dr: Alan Bellows, founder of Damn Interesting, is running a one-off GoFundMe to replace the part-time engineering income he used to subsidize the site with, after being forced into a full-time job that's left him unable to produce content. The goal is to buy back roughly a year of his time to write long-form articles as a counter to the flood of AI-generated content. He notes this is separate from the site's existing "Give a Damn" donation system that covers operational expenses. | |
HN Discussion:
| |
| 13. | Muse Spark 1.1(ai.meta.com) |
| 384 points by ot 21 hours ago | 190 comments | permalink | |
tl;dr: Meta Superintelligence Labs released Muse Spark 1.1, a multimodal reasoning model with a 1M-token context window, improved agentic capabilities, computer use, and coding performance, including multi-agent orchestration and script/click automation. It's available via the new Meta Model API (public preview), in the Meta AI app, and on meta.ai, with early adoption from Replit, Cline, and Box. | |
HN Discussion:
| |
| 14. | Why American ambulance rides are so expensive(davidoks.blog) |
| 239 points by jyunwai 13 hours ago | 332 comments | permalink | |
tl;dr: American ambulance bills are extreme because a 1965 Medicare decision treats ambulance service as a per-ride procedure, but modern EMS costs are almost entirely fixed—paying crews and vehicles to stand ready 24/7. Since Medicare, Medicaid, and the uninsured all pay below cost, and insurers have no incentive to go in-network (ambulances can't steer patients), providers recover their costs via massive out-of-network surprise bills to the privately insured. The fix is funding readiness like an option—via taxes or premiums—as other wealthy countries do. | |
HN Discussion:
| |
| 15. | John Deere owners will get the right to repair equipment under FTC settlement(apnews.com) |
| 1333 points by djoldman 1 day ago | 284 comments | permalink | |
tl;dr: The FTC and five state AGs reached a settlement with John Deere requiring the company to provide diagnostic and repair software to equipment owners and independent shops, ending its practice of restricting repairs to authorized dealers. Deere must also pay $1 million to the states, faces 10 years of compliance oversight, and is barred from allowing dealer retaliation against those who repair their own equipment. This follows a separate $99 million class-action settlement with farmers in April. | |
HN Discussion:
| |
| 16. | Buried Apple feature turns an iPhone into the perfect kids' dumb phone(wired.com) |
| 352 points by PotatoNinja 4 days ago | 225 comments | permalink | |
tl;dr: Apple's Assistive Access mode (buried in Settings > Accessibility, introduced in iOS 17 for users with cognitive disabilities) can transform an old iPhone into a customizable "dumb phone" for kids, with large-tile UI, whitelisted apps, and—unlike Screen Time restrictions—a hard block on web browsing that can't be bypassed via messaged links. The author configured his son's iPhone 13 with just Calls, Messages, Maps, Camera, Photos, and Music, retaining Find My tracking without monthly fees. Downsides: it runs sluggishly, disables voicemail, prevents powering off, and occasionally freezes (e.g., in Messages emoji search). | |
HN Discussion:
| |
| 17. | GLM 5.2 is nearly as accurate as a human book keeper(toot-books.pages.dev) |
| 208 points by adamkurkiewicz 17 hours ago | 116 comments | permalink | |
tl;dr: GLM 5.2, an open-weights model, prepared a quarterly UK VAT return for a small business (59 transactions) in 68 minutes at a token cost of $2.73, with the net VAT position off by just 7 pence from the human-prepared ground truth. Out of 354 scored checks, it failed 20, with only one serious error (misclassifying £10,000 in founder share capital); most other mistakes involved confusing zero-rated with tax-exempt VAT categories. The authors argue bookkeeping is becoming a solved problem and are building tooling (toot-books.com) to deploy this to UK SMEs. | |
HN Discussion:
| |
| 18. | AI content is everywhere on social media, especially LinkedIn(pangram.com) |
| 220 points by mukmuk 20 hours ago | 200 comments | permalink | |
tl;dr: Pangram's Chrome extension analyzed over 1 million social media posts and found that 25% of longform content (250+ words) is fully AI-generated, with LinkedIn accounting for two-thirds of all flagged AI content and over 40% of its longform posts. X/Twitter had the highest combined AI rate at nearly 47% when including mixed human/AI writing, while Reddit stayed low overall (4.4%) due to mostly human-written replies—though top-level Reddit posts were 5x more likely to be AI than comments. | |
HN Discussion:
| |
| 19. | ChatGPT Work(openai.com) |
| 341 points by Tiberium 18 hours ago | 174 comments | permalink | |
tl;dr: Summary not available | |
HN Discussion:
| |
| 20. | Meta reuses old RAM in new servers with custom bridge chip(theregister.com) |
| 316 points by ihsw 6 days ago | 224 comments | permalink | |
tl;dr: Meta built a custom CXL 2.0 ASIC called "Vistara" to repurpose DDR4 DIMMs from decommissioned servers into new DDR5-based "MemServer" machines, exposing the older memory as a CPU-less NUMA node via tweaked Linux kernel drivers. The approach sidesteps off-the-shelf CXL limitations (no DDR4 support, bundled DRAM, high cost) and is already running across millions of servers. Meta claims a 25% server reduction for disaggregated ML inference workloads and a 33% drop in OOM-related job failures. | |
HN Discussion:
| |