Hacker News

New stories

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

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?