Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Death Rates for Young American Adults Jumped 71% in Just over a Decade (studyfinds.com)
    —discuss
  2. Bob Chapek Is So Not over Getting Fired from Disney (wsj.com)
    —discuss
  3. You do not have to hand IT to the techbros (parsingphase.dev)
    —discuss
  4. Show HN: Squint – Drag a box on your screen and ask AI about it (heysquint.com)
    —discuss
  5. The state of SIMD in Rust in 2026 (shnatsel.github.io)
    —discuss
  6. Deepfates/imp: declarative self-improving language-model programs for Elixir (github.com/deepfates)
    —discuss
  7. Amazon Blocks Meta's Muse AI Agent from Its Retail Site (bloomberg.com)
    —discuss
  8. AI Companies Say They're Investigating Rogue Bot Incidents (motherjones.com)
    —discuss
  9. Boonful – Claude Code can publish and sell what it builds (boonful.io)
    —discuss
  10. Show HN: A bookshelf of rare company documents and out-of-print tech books (rare-books.vercel.app)
    —discuss
  11. XiaomiMiMo / MiMo-v2.6-RL-OSS (Agentic RL Environments) (huggingface.co)
    —discuss
  12. The Anti-Cheat and Toxicity Detection (2025) (grid.gg)
    —discuss
  13. We built DeepL's next-generation LLMs with FP8 for training and inference (2025) (deepl.com)
    —discuss
  14. Heypcb: Figma for Hardware, with AI (heypcb.ai)
    —discuss
  15. Program Integrity Is a Team Sport (pplfirst.com)
    —discuss
  16. Totlajtol, a digital repository of colonial documents in Nahuatl, is presented (udg.mx)
    —discuss
  17. Claude Pop – I'm Upping My P(Doom) [video] (youtube.com)
    —discuss
  18. Two Paths to Math Everest (quantumformalism.substack.com)
    —discuss
  19. Open firmware for the Echo Show 5, first and 2nd gen: Alpine Linux (github.com/huskerminion)
    —discuss
  20. Quantized Reasoning Models Think They Need to Think Longer, but They Do Not (arxiv.org)
    —discuss
  21. DuckDB and Hugging Face: Querying Datasets Directly (duckdb.org)
    —discuss
  22. Scoop: Anthropic's Dario Amodei to Have White House Dinner with Trump (axios.com)
    —discuss
  23. We made our launch video with Claude Code (and open-sourced the tool) (kiln.tech)
    —discuss
  24. Show HN: App2Api; App actions into API calls for LLMs (app2api.com)
    —discuss
  25. Boeing flags 737 MAX software glitch affecting some automated approach functions (cnbc.com)
    —discuss
  26. Sixteen Models Walk into a Storefront (rynr.dev)
    —discuss
  27. Waymo says it has stopped 841 injuries in 271M autonomous miles (electrek.co)
    —discuss
  28. What I did at Recurse Center (thill.me)
    1comments
  29. A fantasy ARM based PC and native ARM port of DOS+Apps with Rosetta-like x86 JIT (github.com/kdkd)
    1comments
  30. Malleable software: Restoring user agency in a world of locked-down apps (2025) (inkandswitch.com)
    1comments

Don't couple your Go code to GitHub

16 pointsby 2h agoiain.rocks
4 comments
2h agoHN ↗

Isn't this going to introduce the dependency of domain management? I understand the positive side of it, but put some infra level manamgment layer to individual Open Source devs, just a thought. But yeah, positives vs negatives weigh and pick.

1h agoHN ↗

GitHub is almost forever. Your custom domain disappears when you stop paying the bills, which if you’re an open source developer has a higher likelihood than GitHub disappearing.

One day, we’re all going back to vendoring dependencies.

1h agoHN ↗

Why did we stop vendoring dependencies in the first place?