Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Dutch governments builds alternative for Microsoft based on NixOS (dawo.community)
    232comments
  2. Platform-Independent SIMD in Go (go.dev)
    8comments
  3. Git-bug: Distributed, offline-first bug tracker embedded in Git (github.com/git-bug)
    7comments
  4. I'm Tired of Being on the Network (matduggan.com)
    3comments
  5. Pentium II at 600Mhz with Voodoo 3 Emulated on 86Box with M6 Mac Mini (nyaa.sh)
    46comments
  6. Ink and Switch Interactive Homepage (inkandswitch.com)
    14comments
  7. F-Droid 2.0 (f-droid.org)
    372comments
  8. Topcoat is pushing the boundary of server applications with Rust (tokio.rs)
    23comments
  9. CVE-2025-13032: Entering and Breaking the Avast Antivirus Sandbox Part 2 (safateam.com)
    17comments
  10. Show HN: Make cursed fonts like Times New Bastard (mitpit.com)
    101comments
  11. Special Projects (2016) (openai.com)
    25comments
  12. Oracle on the hook to pay data centre investors even if site has no electricity (ft.com)
    53comments
  13. Boards of Casio (ambionix.com)
    1comments
  14. Show HN: Whiteboard (YC W26) – An open-source IDE for thoughtful software design (github.com/devdotfast)
    121comments
  15. Amiga Screens: A Primer (datagubbe.se)
    5comments
  16. Show HN: Agentic CUDA Kernel Optimizer (github.com/bertaye)
    —discuss
  17. Why is the liver so weirdly regenerative? (dynomight.substack.com)
    232comments
  18. The Mafia may be keeping fentanyl out of Italy (economist.com)
    133comments
  19. 2DWillNeverDie (2dwillneverdie.com)
    64comments
  20. What About Rails? (jardo.dev)
    64comments
  21. Fearless SIMD v1.0 (linebender.org)
    42comments
  22. Rails World 2026 Opening Keynote [video] (youtube.com)
    391comments
  23. Toyota is taking the Corolla electric (electrek.co)
    641comments
  24. The Test (tante.cc)
    —discuss
  25. My weird new hobby: Wandering around Tokyo on Google Maps (ahmedhossamdev.com)
    163comments
  26. Opus 5.5 is good at explainer videos (launchvideo.io)
    165comments
  27. Show HN: Hamilton – a no-internet Android health dashboard, named after my dog (play.google.com)
    1comments
  28. Using LLMs to trace alchemical knowledge and decode 17th century letters (resobscura.substack.com)
    31comments
  29. Two-tier encryption in the UK (macanorak.com)
    421comments
  30. Google’s Project Suncatcher to put ML infrastructure in space (blog.google)
    411comments

Git-bug: Distributed, offline-first bug tracker embedded in Git

43 pointsby 1h agogithub.com
7 comments
34m agoHN ↗

Looks like GitHub issue tracker is embedded in git itself. Interesting!

27m agoHN ↗

Someone is taking lessons from fossil-scm.

Looks great by the way.

23m agoHN ↗

Looks really nice, I wonder why there hasn't been a project with this exact name and functionality before. When I think about it, "git bug" is quite limiting (the bug vs. feature discussion).

Naming things is hard, but I can see that it might feel unnatural to use "git bug" to track features. Maybe that's totally okay because it does one thing - tracking bugs - very well, and the whole feature roadmap is living in another system/process anyways?

11m agoHN ↗

Their logo is a ladybug so everything works out in the end.

4m agoHN ↗

Isn't everything nowadays a bug?

Only once it gets fixed does it become a feature.

;)

2m agoHN ↗

Bugzilla has been using the term "bug" to track features for nearly 3 decades now. Doesn't seem to hamper them.