| 1. | Codex Security(github.com) |
| 515 points by bakigul 15 hours ago | 185 comments | permalink | |
tl;dr: OpenAI has released `@openai/codex-security`, a CLI and TypeScript SDK for scanning repositories to find, validate, and fix security vulnerabilities, with support for tracking findings over time and integrating into CI pipelines. It requires Node.js 22+ and Python 3.10+, and authenticates via either ChatGPT sign-in or an `OPENAI_API_KEY` (the latter taking precedence in non-interactive contexts). | |
HN Discussion:
| |
| 2. | Show HN: I was tired of opening 2 tabs for every HN link, so I made a userscript(github.com) |
| 330 points by twalichiewicz 14 hours ago | 96 comments | permalink | |
tl;dr: HNewhere is a userscript that displays Hacker News discussions in a resizable sidebar alongside any article, eliminating the need to switch between tabs. It auto-detects matching HN stories via the Algolia search API, tracks HN-originated links, and supports collapsible comments with direct reply links back to HN. Requires a userscript manager like Tampermonkey or Violentmonkey. | |
HN Discussion:
| |
| 3. | Substack writers, you need a website(elizabethtai.com) |
| 563 points by speckx 19 hours ago | 300 comments | permalink | |
tl;dr: Writers who make Substack their primary home are digital sharecroppers—vulnerable to policy changes, algorithm shifts, and corporate decisions, just as previous generations learned with Medium, Tumblr, and Twitter. The author advocates for the POSSE model (Publish on Own Site, Syndicate Elsewhere): own a domain, treat your website as the source of truth, and use platforms like Substack purely as distribution channels. John Scalzi's 28-year run on whatever.scalzi.com is cited as the ideal approach. | |
HN Discussion:
| |
| 4. | Half-Life ported to Mac OS 9(mac-classic.com) |
| 260 points by freediver 15 hours ago | 119 comments | permalink | |
tl;dr: Half-Life has been ported to PowerPC Macs running Mac OS 9, 28 years after release and reviving a version Valve originally cancelled in 1999. GitHub user doctashay built the port using a fork of Xash3D FWGS (a GoldSrc engine reimplementation), with full single-player, multiplayer, and both Blue Shift and Opposing Force expansions playable on G3/G4 machines. | |
HN Discussion:
| |
| 5. | Kimi K3 Architecture Overview and Notes(sebastianraschka.com) |
| 441 points by ModelForge 20 hours ago | 95 comments | permalink | |
tl;dr: Kimi K3 is a scaled-up (2.8T parameter) production version of Kimi Linear, now the largest open-weight model, incorporating efficiency-focused components like LatentMoE (down-projected MoE, similar to Nemotron 3 Ultra), multi-head latent attention, and Kimi Delta Attention. Notably, it drops RoPE entirely in favor of NoPE across all layers—a first for a frontier-level model—and adds attention residuals that weight cross-layer residual connections via attention scores for ~4% training cost. It also introduces native multimodal support. | |
HN Discussion:
| |
| 6. | Steel Bank Common Lisp version 2.6.7(sbcl.org) |
| 239 points by tmtvl 19 hours ago | 110 comments | permalink | |
tl;dr: SBCL 2.6.7 has been released, adding a new SB-MANUAL contrib module that embeds the manual in docstrings for interactive exploration, plus AVX512 support on x86-64 and SB-SIMD support on ARM64. The release includes multiple bug fixes (miscompilation of MULTIPLE-VALUE-CALL, NaN handling in LOG, EQL complex types) and optimizations for UTF-8 SIMD conversions, COUNT transforms, and constant complex number passing. Documentation was migrated to a Markdown-conforming internal format while still generating Texinfo output. | |
HN Discussion:
| |
| 7. | Delayed Gratification – Proud to Be 'Last to Breaking News'(slow-journalism.com) |
| 304 points by speerer 20 hours ago | 173 comments | permalink | |
tl;dr: Summary not available. | |
HN Discussion:
| |
| 8. | Una GPS smart watch – Repairable, USB-C charging, developer-friendly(unawatch.com) |
| 232 points by pimterry 21 hours ago | 142 comments | permalink | |
tl;dr: UNA is a Scotland-built GPS smartwatch designed for repairability and longevity, featuring a user-replaceable 280 mAh battery, USB-C charging, and screwdriver-accessible internals for swapping components like the screen. It includes dual-frequency GPS, continuous heart rate monitoring, a barometric altimeter, 10-day battery life, and Strava sync via a companion iOS/Android app. An open SDK lets developers build custom apps, activities, and watch faces with direct access to sensors and data. | |
HN Discussion:
| |
| 9. | Zig's Incremental Compilation Internals(mlugg.co.uk) |
| 248 points by garyhtou 20 hours ago | 178 comments | permalink | |
tl;dr: Zig's incremental compilation, now usable on x86_64-linux via `zig build --watch -fincremental`, achieves 50-70ms rebuilds by tracking a dependency graph of "analysis units" (declaration types, values, function bodies, type layouts) that get selectively re-analyzed when source hashes change. The tightly-integrated linker uses a `MappedFile` abstraction to patch machine code directly into the output binary, resizing regions with exponential growth to amortize costs. Most remaining overhead comes from a reference-graph traversal during flush that could be optimized further; the feature requires Zig master (or 0.17.0) and still has rough edges. | |
HN Discussion:
| |
| 10. | Discovering Cryptographic Weaknesses with Claude(anthropic.com) |
| 220 points by gslin 19 hours ago | 161 comments | permalink | |
tl;dr: Anthropic researchers used Claude Mythos Preview to discover new cryptographic attacks: one that halves the effective key strength of HAWK (a NIST post-quantum signature candidate) and another that speeds up attacks on 7-round AES by 200-800×. Neither affects production systems—HAWK isn't deployed and the AES attack only works on a reduced-round variant—but the results demonstrate that frontier LLMs can now perform novel cryptanalysis at expert-researcher level, with each discovery costing roughly $100,000 in API usage. | |
HN Discussion:
| |
| 11. | 7.1 Earthquake in Japan(data.jma.go.jp) |
| 788 points by krembo 1 day ago | 215 comments | permalink | |
tl;dr: Summary not available. | |
HN Discussion:
| |
| 12. | Stop Killing the Internet: No Digital ID and No Age Verification(citizens-initiative.europa.eu) |
| 613 points by doener 21 hours ago | 222 comments | permalink | |
tl;dr: Summary not available | |
HN Discussion:
| |
| 13. | A $500 RL fine-tune of a 9B open model beat frontier models on catalog review(fermisense.com) |
| 323 points by ilreb 1 day ago | 124 comments | permalink | |
tl;dr: Summary not available | |
HN Discussion:
| |
| 14. | About the security content of macOS Tahoe 26.6(support.apple.com) |
| 205 points by andor 1 day ago | 136 comments | permalink | |
tl;dr: Apple's macOS Tahoe 26.6 patches dozens of security vulnerabilities, including multiple root privilege escalations, sandbox escapes, kernel memory corruption bugs, Gatekeeper bypasses, and issues allowing apps to access sensitive user data or fingerprint users. Notable fixes include kernel-level arbitrary code execution (CVE-2026-64747), code signing bypass (CVE-2026-43813), and a file quarantine/Gatekeeper bypass (CVE-2026-64708). Credited researchers span independent hunters and firms like Blackwing Intelligence, SpecterOps, NVIDIA AI Red Team, and Nosebeard Labs. | |
HN Discussion:
| |
| 15. | Our position on open-weights models(anthropic.com) |
| 1158 points by surprisetalk 1 day ago | 1709 comments | permalink | |
tl;dr: Anthropic CEO Dario Amodei clarifies that the company does not support banning open-weights models, contrary to recent accusations, arguing such bans wouldn't address his real concerns about authoritarian AI dominance and misuse. Instead, he advocates for three measures: restricting chip exports to China, cracking down on industrial-scale distillation of frontier models, and mandatory safety testing for all sufficiently capable models regardless of whether they're open or closed. | |
HN Discussion:
| |
| 16. | I'm 38 and I Can't Support Myself Anymore(itsmevox.substack.com) |
| 231 points by speckx 23 hours ago | 402 comments | permalink | |
tl;dr: A 38-year-old disabled writer reflects on the shame of no longer being able to work consistently and having to ask family for financial help, tying her experience to the Protestant work ethic and capitalism's demand for constant productivity. She highlights structural traps facing disabled Americans—SSI payments below the poverty line, benefits cliffs, and the hidden costs of chronic illness—and argues that disability exposes the myth of the self-sufficient worker. The essay questions how to decouple self-worth from economic output in a culture that equates the two. | |
HN Discussion:
| |
| 17. | How to survive boiling water(taxa.substack.com) |
| 475 points by cainxinth 4 days ago | 112 comments | permalink | |
tl;dr: A microbiologist grew bacteria from Bigelow's probiotic tea and confirmed via PCR that BC30 (Bacillus coagulans) survives boiling water because it's a heat-resistant spore-forming organism. However, a properly steeped cup yields only ~30,000 CFUs—0.003% of the 1 billion CFU dose used in clinical trials—raising doubts about whether such probiotic products deliver meaningful benefits, especially given conflicting evidence about GI tract survival and undefined targets for a "healthy" microbiome. | |
HN Discussion:
| |
| 18. | Kimi Linear: An Expressive, Efficient Attention Architecture (2025)(arxiv.org) |
| 296 points by ronfriedhaber 1 day ago | 129 comments | permalink | |
tl;dr: Kimi Linear is a hybrid attention architecture combining Kimi Delta Attention (KDA)—a gated linear attention variant with hardware-efficient Diagonal-Plus-Low-Rank transitions—with Multi-Head Latent Attention (MLA) in a layerwise mix. A 48B-parameter (3B active) model reportedly beats full MLA attention across short-context, long-context, and RL tasks while cutting KV cache by up to 75% and delivering 6x faster decoding at 1M context. The team has open-sourced the KDA kernel, vLLM integration, and model checkpoints. | |
HN Discussion:
| |
| 19. | New HIV vaccine shows unprecedented success in preclinical study(lji.org) |
| 630 points by codebyaditya 23 hours ago | 275 comments | permalink | |
tl;dr: Researchers at La Jolla Institute, Scripps Research, and IAVI developed an HIV vaccine using a "germline targeting" approach that trains naive B cells through a priming shot and sequential boosters to produce rare broadly neutralizing antibodies. In rhesus macaque trials, roughly 44% of animals generated these antibodies at high levels — the strongest such response recorded in primates. The priming immunogen is already in Phase 1 human trials (IAVI G004), with plans to test the full regimen in humans next. | |
HN Discussion:
| |
| 20. | Forth(xkcd.com) |
| 220 points by beardyw 1 day ago | 51 comments | permalink | |
tl;dr: Summary not available. | |
HN Discussion:
| |