Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Ember-1 (fireworks.ai)
    15comments
  2. In an $80 motel room, a discovery to shed light on the origins of life (nytimes.com)
    44comments
  3. Writing Efficient C++ Code (asawicki.info)
    37comments
  4. Replacing the old battery on rechargeable bike lights (jvns.ca)
    41comments
  5. There are no "rogue" AI agents (eoinhiggins.substack.com)
    111comments
  6. The Normalization of Inexplicable Failures (ihatethefuture.com)
    53comments
  7. Show HN: TinyAIArena watch AI agents battle it out (tinyaiarena.com)
    28comments
  8. Walgit: A Git server that is one binary in front of an object store (github.com/rgodha24)
    6comments
  9. Fragment of oldest known peace treaty found in Turkey (livescience.com)
    1comments
  10. SNL Weekend Update: Anthropic CEO Dario Amodei on A.I.'S Threat to Humanity [video] (youtube.com)
    11comments
  11. John Coltrane Centenary's – Impulse Records Release the Legendary Tiberi Tapes (jazzwise.com)
    —discuss
  12. Flip Fluid on Flip Dots (mitxela.com)
    21comments
  13. Fakecloud: Local AWS cloud emulator for integration tests (fakecloud.dev)
    39comments
  14. The Cartesian Hand: In-Hand Manipulation with All-Linear Fingers (generalroboticslab.com)
    2comments
  15. Faster prompt lookup drafting in llama.cpp (jadidbourbaki.github.io)
    2comments
  16. Show HN: Building a Markdown editor for Mac, iOS and web (markdown.beauty)
    20comments
  17. Ten lines of code that changed my world (pixelambacht.nl)
    21comments
  18. PostmarketOS is rebranding as Nura (nura.eco)
    15comments
  19. Video CDs Break Windows Explorer (clydesnotes.blogspot.com)
    5comments
  20. Show HN: A CC0 museum of retro 3D tricks you can paste into a page (3d-retro.com)
    10comments
  21. Go Concurrency Distilled (antonz.org)
    142comments
  22. C's Flexible Integer Sizes Were Not a Design Mistake (pikuma.com)
    65comments
  23. Finally, A True Blue Rose Exists (sciencenews.org)
    30comments
  24. PipePipe: NewPipe hard fork implementing SponsorBlock (github.com/infinityloop1308)
    262comments
  25. Show HN: Trail – new kind of logic game (franzai.com)
    3comments
  26. Rusty thoughts on "Parse, don't validate" (thegreenplace.net)
    22comments
  27. The Greatest Pun in JavaScript (shukla.io)
    3comments
  28. Reading’s Bayeux Tapestry (diamondgeezer.blogspot.com)
    6comments
  29. On caring for user data: NeoVim caused Vim undo files to be deleted (aresluna.org)
    248comments
  30. Show HN: Reladraw – A diagram language where you decide where to place things (github.com/reladraw)
    103comments

Don't couple your Go code to GitHub

12 pointsby 1h agoiain.rocks
4 comments
1h 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.

27m 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.

10m agoHN ↗

Why did we stop vendoring dependencies in the first place?