Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Dutch governments builds alternative for Microsoft based on NixOS (dawo.community)
    293comments
  2. Platform-Independent SIMD in Go (go.dev)
    17comments
  3. Git-bug: Distributed, offline-first bug tracker embedded in Git (github.com/git-bug)
    17comments
  4. Nobody Asked for a Crab Chair (newmobility.com)
    16comments
  5. Pentium II at 600Mhz with Voodoo 3 Emulated on 86Box with M6 Mac Mini (nyaa.sh)
    53comments
  6. Ink and Switch Interactive Homepage (inkandswitch.com)
    14comments
  7. Topcoat is pushing the boundary of server applications with Rust (tokio.rs)
    33comments
  8. F-Droid 2.0 (f-droid.org)
    380comments
  9. I'm Tired of Being on the Network (matduggan.com)
    58comments
  10. CVE-2025-13032: Entering and Breaking the Avast Antivirus Sandbox Part 2 (safateam.com)
    18comments
  11. Show HN: Make cursed fonts like Times New Bastard (mitpit.com)
    102comments
  12. Boards of Casio (ambionix.com)
    5comments
  13. Amiga Screens: A Primer (datagubbe.se)
    8comments
  14. Special Projects (2016) (openai.com)
    27comments
  15. Show HN: Whiteboard (YC W26) – An open-source IDE for thoughtful software design (github.com/devdotfast)
    124comments
  16. The Test (tante.cc)
    3comments
  17. Why is the liver so weirdly regenerative? (dynomight.substack.com)
    238comments
  18. Silicon Valley 'sex assault list' with 'over 100' names circulated (nypost.com)
    28comments
  19. 2DWillNeverDie (2dwillneverdie.com)
    68comments
  20. Show HN: Agentic CUDA Kernel Optimizer (github.com/bertaye)
    2comments
  21. The Mafia may be keeping fentanyl out of Italy (economist.com)
    155comments
  22. What About Rails? (jardo.dev)
    78comments
  23. Rails World 2026 Opening Keynote [video] (youtube.com)
    399comments
  24. Fearless SIMD v1.0 (linebender.org)
    42comments
  25. Toyota is taking the Corolla electric (electrek.co)
    655comments
  26. My weird new hobby: Wandering around Tokyo on Google Maps (ahmedhossamdev.com)
    164comments
  27. Opus 5.5 is good at explainer videos (launchvideo.io)
    173comments
  28. Oracle on the hook to pay data centre investors even if site has no electricity (ft.com)
    77comments
  29. Using LLMs to trace alchemical knowledge and decode 17th century letters (resobscura.substack.com)
    31comments
  30. Two-tier encryption in the UK (macanorak.com)
    430comments

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

75 pointsby 2h agogithub.com
17 comments
1h agoHN ↗

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

1h agoHN ↗

Someone is taking lessons from fossil-scm.

Looks great by the way.

1h 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?

59m agoHN ↗

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

53m agoHN ↗

Isn't everything nowadays a bug?

Only once it gets fixed does it become a feature.

;)

27m agoHN ↗

Although if it doesn't get fixed, it also sometimes becomes a feature.

51m agoHN ↗

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

12m agoHN ↗

I do want to extend to pull-request and more, so I'll need to at least make space in the CLI commands. Having a "git bug bug" next to a "git bug pr" is quite ugly.

Naming is hard, but I mostly didn't expect to reach that point :-)

40m agoHN ↗

A few months ago there was another of these posted, called Epiq: https://news.ycombinator.com/item?id=48155570

My comment on there is about a surge in popularity of these over a decade ago, with a link to a previous comment about problems I remember them having that prevented them from being usable for most people ( https://news.ycombinator.com/item?id=47956979 ), because of their intended design rather than an implementation issue. For example bullet 3 was a problem in one, that another tried to solve with bullet 2.

I don't have time right now to look at this one to guess if these apply, but might be interesting/useful for someone else.

24m agoHN ↗

Other than the first bullet point in your list[1], my contribution in this regard addresses everything else.

Don't have a link handy but it's on github called "rotsit" (revenge of the something issue Tracker).

‐----‐------

[1] That's the entire point of having the issue tied to a branch: if an issue is marked resolved in the branch you are looking at, then its resolved in the branch you are looking at. Storing the issues independent of branch means you need to also store extra metadat about which branch it is broken on.

19m agoHN ↗

Hi, author here, nice to see some interest :-)

FYI, this is my near-term roadmap:

  - have the webui accept external auth (like github oauth) so that it can be a public portal and accept external interactions
  - have the webui expose a git remote endpoint
  - slightly rework identities (and likely root them in did:plc for pubkey distribution, the identity system from bluesky, without being an ATProto thing), which would allow to share identities between repos way more naturally
  - extend to support pull-requests, possibly CI. That would make it a somewhat complete local-first forge that you can also self-host trivially

Also, while there is some attention ... I'm considering working on this full time. If you have some advice or opportunities on how I can support myself doing this, let me know!

5m agoHN ↗

First of all: Huge respect for getting something out the door, looks really useful.

I'm considering working on this full time. If you have some advice or opportunities on how I can support myself doing this, let me know!

You could consider an "enterprise" tier with a special subset of features and guaranteed support. But my experience tells me this will be really hard to substantially monetize, as the customer profile for that solution is probably not spending on software until they really need to (the saying goes: selling to developers is impossible, you need to sell to their boss). Maybe a donation model or a creator-centric thing could work out!