Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Ember-1 (fireworks.ai)
    64comments
  2. Show HN: Lofi Cities – Pixel-art city nights with browser-generated lofi (loficities.com)
    6comments
  3. In an $80 motel room, a discovery to shed light on the origins of life (nytimes.com)
    56comments
  4. Writing Efficient C++ Code (2013) (asawicki.info)
    48comments
  5. Replacing the old battery on rechargeable bike lights (jvns.ca)
    51comments
  6. Show HN: TinyAIArena watch AI agents battle it out (tinyaiarena.com)
    31comments
  7. Oral history of John Chowning, inventor of FM synthesis [video] (youtube.com)
    —discuss
  8. The Normalization of Inexplicable Failures (ihatethefuture.com)
    69comments
  9. SNL Weekend Update: Anthropic CEO Dario Amodei on A.I.'S Threat to Humanity [video] (youtube.com)
    53comments
  10. On caring for user data: NeoVim caused Vim undo files to be deleted (aresluna.org)
    255comments
  11. Fragment of oldest known peace treaty found in Turkey (livescience.com)
    5comments
  12. The Cartesian Hand: In-Hand Manipulation with All-Linear Fingers (generalroboticslab.com)
    4comments
  13. Flip Fluid on Flip Dots (mitxela.com)
    21comments
  14. John Coltrane Centenary's – Impulse Records Release the Legendary Tiberi Tapes (jazzwise.com)
    5comments
  15. Fakecloud: Local AWS cloud emulator for integration tests (fakecloud.dev)
    41comments
  16. Show HN: Building a Markdown editor for Mac, iOS and web (markdown.beauty)
    28comments
  17. Show HN: Trail – new kind of logic game (franzai.com)
    7comments
  18. There are no "rogue" AI agents (eoinhiggins.substack.com)
    175comments
  19. Kicki: A DECsystem1060 – Interim Computer Museum (icm.museum)
    1comments
  20. Video CDs Break Windows Explorer (clydesnotes.blogspot.com)
    14comments
  21. Faster prompt lookup drafting in llama.cpp (jadidbourbaki.github.io)
    3comments
  22. Improving site performance by shipping more CSS (github.blog)
    54comments
  23. Walgit: A Git server that is one binary in front of an object store (github.com/rgodha24)
    7comments
  24. PostmarketOS is rebranding as Nura (nura.eco)
    19comments
  25. Go Concurrency Distilled (antonz.org)
    147comments
  26. C's Flexible Integer Sizes Were Not a Design Mistake (pikuma.com)
    76comments
  27. Ten lines of code that changed my world (pixelambacht.nl)
    28comments
  28. PipePipe: NewPipe hard fork implementing SponsorBlock (github.com/infinityloop1308)
    262comments
  29. Show HN: A CC0 museum of retro 3D tricks you can paste into a page (3d-retro.com)
    10comments
  30. Rusty thoughts on "Parse, don't validate" (thegreenplace.net)
    29comments

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?