<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hacker News: sudoforge</title><link>https://news.ycombinator.com/user?id=sudoforge</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sat, 02 May 2026 13:02:49 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=sudoforge" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by sudoforge in "Ghostty is leaving GitHub"]]></title><description><![CDATA[
<p>Thanks for the kind words!</p>
]]></description><pubDate>Wed, 29 Apr 2026 17:21:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=47951476</link><dc:creator>sudoforge</dc:creator><comments>https://news.ycombinator.com/item?id=47951476</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47951476</guid></item><item><title><![CDATA[New comment by sudoforge in "Ghostty is leaving GitHub"]]></title><description><![CDATA[
<p>> For me the main issue with git-bug is that they are not dogfooding it.<p>This is incorrect.<p><pre><code>    $ git remote get-url origin
    ssh://git@github.com/git-bug/git-bug.git

    $ for n in bugs identities; do echo "${n} on the remote: " $(git ls-remote origin "refs/${n}/\*" | wc -l); done
    bugs on the remote:  453
    identities on the remote:  311
</code></pre>
See the related issue for more info: <a href="https://github.com/git-bug/git-bug/issues/1221#issuecomment-2884336629" rel="nofollow">https://github.com/git-bug/git-bug/issues/1221#issuecomment-...</a><p>That said, yes, GitHub is still our source of truth, as our web application does not currently support "guest" access, and there are other platform features that our community uses that we do not currently have support for (e.g. discussions and pull requests). Big changes to the web ui are coming soon, which will help to unlock the ability to do these things.<p>I've also been in talks with the Radicle team about possible collaboration.</p>
]]></description><pubDate>Wed, 29 Apr 2026 16:35:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=47950790</link><dc:creator>sudoforge</dc:creator><comments>https://news.ycombinator.com/item?id=47950790</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47950790</guid></item><item><title><![CDATA[New comment by sudoforge in "Show HN: I replaced Beads with a faster, simpler Markdown-based task tracker"]]></title><description><![CDATA[
<p>hey, git-bug maintainer here!<p>just to address the package management situation on linux: i currently use nixos, and previously ran arch linux for over a decade. the AUR package is community maintained, as is the nixpkgs package (i maintain it though, so the community doesn't really need to here).<p>making installation simple on other, more commonly used distributions is a goal, but is less of a priority at the moment than feature work and bug fixes. we're very open to package maintainers on those distributions packaging git-bug, however :)</p>
]]></description><pubDate>Tue, 06 Jan 2026 08:06:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=46509825</link><dc:creator>sudoforge</dc:creator><comments>https://news.ycombinator.com/item?id=46509825</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46509825</guid></item><item><title><![CDATA[New comment by sudoforge in "Git Bug: Distributed, Offline-First Bug Tracker Embedded in Git, with Bridges"]]></title><description><![CDATA[
<p>hrm... what's your current workflow like? if there's anything you think git-bug could be doing to make that workflow easier, would you mind hopping in our matrix channel [1], or opening an issue [2]?<p>[1]: <a href="https://matrix.to/#/#git-bug:matrix.org" rel="nofollow">https://matrix.to/#/#git-bug:matrix.org</a><p>[2]: <a href="https://github.com/git-bug/git-bug/issues">https://github.com/git-bug/git-bug/issues</a></p>
]]></description><pubDate>Thu, 15 May 2025 21:12:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=43999392</link><dc:creator>sudoforge</dc:creator><comments>https://news.ycombinator.com/item?id=43999392</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43999392</guid></item><item><title><![CDATA[New comment by sudoforge in "Git Bug: Distributed, Offline-First Bug Tracker Embedded in Git, with Bridges"]]></title><description><![CDATA[
<p>i have no understanding, beyond that of a lexical nature, what a "magit module" is. i'm a (neo)vim user, and heavy terminal junkie, and if i wanted to build a vim plugin for git-bug, that plugin would likely be shelling out to the command line (as git-bug doesn't expose an independent API today -- it's only started when you start the web ui).<p>is a "magit module" roughly synonymous with a vim plugin? if so, then would shelling out to the CLI work?</p>
]]></description><pubDate>Thu, 15 May 2025 20:38:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=43999091</link><dc:creator>sudoforge</dc:creator><comments>https://news.ycombinator.com/item?id=43999091</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43999091</guid></item><item><title><![CDATA[New comment by sudoforge in "Git Bug: Distributed, Offline-First Bug Tracker Embedded in Git, with Bridges"]]></title><description><![CDATA[
<p>looks neat! if you're interested in working on this sort of technology, git-bug needs more maintainers! (i also personally wouldn't mind a rust port, and have poked at this in the past).</p>
]]></description><pubDate>Thu, 15 May 2025 17:18:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=43997164</link><dc:creator>sudoforge</dc:creator><comments>https://news.ycombinator.com/item?id=43997164</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43997164</guid></item><item><title><![CDATA[New comment by sudoforge in "Git Bug: Distributed, Offline-First Bug Tracker Embedded in Git, with Bridges"]]></title><description><![CDATA[
<p>maintainer here. great question!<p>git-bug embeds a "lamport timestamp" [0] - that is, a logical clock, not a wall clock - in each operation (like the creation of a bug, or a comment, or an edit to a comment). this, combined with the data model [1] we use, allow activity to be recorded and replayed without ever encountering a merge conflict.<p>[0]: <a href="https://en.wikipedia.org/wiki/Lamport_timestamp" rel="nofollow">https://en.wikipedia.org/wiki/Lamport_timestamp</a><p>[1]: <a href="https://github.com/git-bug/git-bug/blob/master/doc/design/data-model.md">https://github.com/git-bug/git-bug/blob/master/doc/design/da...</a></p>
]]></description><pubDate>Thu, 15 May 2025 17:15:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=43997146</link><dc:creator>sudoforge</dc:creator><comments>https://news.ycombinator.com/item?id=43997146</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43997146</guid></item><item><title><![CDATA[New comment by sudoforge in "Git Bug: Distributed, Offline-First Bug Tracker Embedded in Git, with Bridges"]]></title><description><![CDATA[
<p>awesome to see a user in the wild! if you weren't aware, you can publish your git-bug issues to the project's issue tracker, assuming that it's on one of the supported bridges today (github, gitlab, jira).<p>the bridges exist within git-bug to support adoption of the tool and interop with existing platforms.<p>`git bug bridge pull` and `git bug bridge push` use the bridge's API, and don't attempt to pull from or push to the git remote.</p>
]]></description><pubDate>Thu, 15 May 2025 17:11:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=43997105</link><dc:creator>sudoforge</dc:creator><comments>https://news.ycombinator.com/item?id=43997105</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43997105</guid></item><item><title><![CDATA[New comment by sudoforge in "Git Bug: Distributed, Offline-First Bug Tracker Embedded in Git, with Bridges"]]></title><description><![CDATA[
<p>git-bug is built to be portable - today, the way git-bug interacts with other platforms which do not support reading from its namespaces directly is through bridges.<p>right now, git-bug has built-in bridges for github, gitlab, and jira. i am working on the design for a more modular system in which bridges can be built by anybody and used as "plugins".<p>really, though, the better, long-term goal is to work with $PLATFORMS to have them update their issue tracker to use git-bug's issues (that is, read from and publish to the refs/bugs namespace using git-bug). there's a bit missing right now to make this easy, but it's something that's very much top of mind as i think about git-bug's future.</p>
]]></description><pubDate>Thu, 15 May 2025 17:07:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=43997061</link><dc:creator>sudoforge</dc:creator><comments>https://news.ycombinator.com/item?id=43997061</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43997061</guid></item><item><title><![CDATA[New comment by sudoforge in "Git Bug: Distributed, Offline-First Bug Tracker Embedded in Git, with Bridges"]]></title><description><![CDATA[
<p>to support the workflow where you, an individual, outside contributor, want to use git-bug to create or comment on an issue on a third-party platform that you do not control, you would:<p>- install git-bug<p>- create a directory (and `git init`), optionally fetch/clone the remote repo (but this is not needed)<p>- create a git-bug identity (`git bug user new`)<p>- configure a bridge to (for example, using vscode) github (`git bug bridge new`)<p>- pull issues from the bridge to your local repository's refs/bugs namespace (`git bug bridge pull`)<p>- create a new issue, or browse existing ones and comment on them at will<p>- export your activity to the bridge (`git bug bridge push`)<p>this works without push access to the repository, because when importing to or exporting from a bridge, the API credentials you provide when configuring the bridge are used -- `git bug bridge {push,pull}` does not push your local `refs/bugs` to the remote.</p>
]]></description><pubDate>Thu, 15 May 2025 07:42:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=43992735</link><dc:creator>sudoforge</dc:creator><comments>https://news.ycombinator.com/item?id=43992735</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43992735</guid></item><item><title><![CDATA[New comment by sudoforge in "Git Bug: Distributed, Offline-First Bug Tracker Embedded in Git, with Bridges"]]></title><description><![CDATA[
<p>no - this is what using a lamport timestamp helps to avoid.<p>edit: re-read your comment and i see what you're getting at.<p>yes, there is the chance that you don't interact with the remote for X days, and neither does someone else, and when you both finally do, their comment will "magically show up before yours" because in reality they _did_ leave the comment before you.<p>this is not dissimilar to looking at normal git commits ordered by "author date" vs. "commit date", and seeing "weird date ordering" in a linear tree.<p>git-bug shows items in "the real order", so in a workflow where you are not fetching frequently, yes, other peoples' activity may be applied before yours when you finally do.<p>this is just like on a centralized platform like github, where if you are writing a lengthy response or review of a PR, you can end up posting it and requesting changes or approving it after the PR has been merged.</p>
]]></description><pubDate>Wed, 14 May 2025 23:55:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=43990438</link><dc:creator>sudoforge</dc:creator><comments>https://news.ycombinator.com/item?id=43990438</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43990438</guid></item><item><title><![CDATA[New comment by sudoforge in "Git Bug: Distributed, Offline-First Bug Tracker Embedded in Git, with Bridges"]]></title><description><![CDATA[
<p>you aren't alone! linus thinks we need this, too:<p><a href="https://youtu.be/sCr_gb8rdEI?t=1533" rel="nofollow">https://youtu.be/sCr_gb8rdEI?t=1533</a></p>
]]></description><pubDate>Wed, 14 May 2025 19:46:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=43988464</link><dc:creator>sudoforge</dc:creator><comments>https://news.ycombinator.com/item?id=43988464</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43988464</guid></item><item><title><![CDATA[New comment by sudoforge in "Git Bug: Distributed, Offline-First Bug Tracker Embedded in Git, with Bridges"]]></title><description><![CDATA[
<p>hey, maintainer here!<p>> Do I now have to resolve conflicts in bug conversations?
> Am I going to find replies magically appearing before mine?<p>actually, no! git-bug objects embed a lamport timestamp [0] to handle time-based ordering, and actions like comment posting and editing are tracked as "operations", applied in order, and you will never have to deal with a merge conflict.<p>the data model documentation [1] provides deeper insight into how we handle time, describe why you'll never see a merge conflict, and more. through this post, i've gathered that many people would prefer this sort of documentation be made more visible in the README (instead of "buried" under //doc). the README is probably a bit too high level for a more technical audience, but i appreciate your feedback here, and will take it into consideration as the README is refactored.<p>[0]: <a href="https://en.wikipedia.org/wiki/Lamport_timestamp" rel="nofollow">https://en.wikipedia.org/wiki/Lamport_timestamp</a>
[1]: <a href="https://github.com/git-bug/git-bug/blob/bd936650ccf44ca33cf9c8bf553fe090534d2ab3/doc/design/data-model.md">https://github.com/git-bug/git-bug/blob/bd936650ccf44ca33cf9...</a></p>
]]></description><pubDate>Wed, 14 May 2025 19:45:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=43988445</link><dc:creator>sudoforge</dc:creator><comments>https://news.ycombinator.com/item?id=43988445</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43988445</guid></item><item><title><![CDATA[New comment by sudoforge in "Git Bug: Distributed, Offline-First Bug Tracker Embedded in Git, with Bridges"]]></title><description><![CDATA[
<p>maintainer here - this is great feedback!<p>i recently rewrote the README because i felt like its previous iteration was a bit _too_ dense. i may have gone a bit overboard on moving things :)<p>FWIW, the screenshots you're looking for currently live in: <a href="https://github.com/git-bug/git-bug/blob/bd936650ccf44ca33cf9c8bf553fe090534d2ab3/doc/usage/interfaces.md">https://github.com/git-bug/git-bug/blob/bd936650ccf44ca33cf9...</a></p>
]]></description><pubDate>Wed, 14 May 2025 19:01:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=43988081</link><dc:creator>sudoforge</dc:creator><comments>https://news.ycombinator.com/item?id=43988081</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43988081</guid></item><item><title><![CDATA[New comment by sudoforge in "Git Bug: Distributed, Offline-First Bug Tracker Embedded in Git, with Bridges"]]></title><description><![CDATA[
<p>hey! maintainer here.<p>git-bug has a web ui that you can run on your git server, for example, that can be accessed through a  browser.<p>it's fairly limited in functionality right now (create, comment on, and manage issues), but one of my goals is to refactor it to improve coverage of the existing features, and to add support for things like:<p>- authenticated access<p>- unauthenticated/anonymous access (e.g. a public, external contributor/user)<p>- issue privacy levels<p>- sprints, projects, report generation</p>
]]></description><pubDate>Wed, 14 May 2025 17:55:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=43987399</link><dc:creator>sudoforge</dc:creator><comments>https://news.ycombinator.com/item?id=43987399</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43987399</guid></item><item><title><![CDATA[New comment by sudoforge in "Mozilla Firefox – Official GitHub repo"]]></title><description><![CDATA[
<p>hey there! i maintain git-bug, and recently trimmed down the README, which was, in my opinion, a bit too dense prior to this recent change (<a href="https://github.com/git-bug/git-bug/commit/96c7a111a3cb075b5ce485f709c3eb82da121a50">https://github.com/git-bug/git-bug/commit/96c7a111a3cb075b5c...</a>).<p>i rewrote the README with the goal of providing a clear overview of git-bug's features, and why you might want to use it, and ensuring that for those who are more technically inclined, things like the data model, internal architecture, and more were easy to find under the documentation folder (whether you're browsing through the files directly, or landing on //doc:README.md, which links to the files and folders under //doc.<p>if you think that there is information missing from the README, or hard to find in the repository (either by browsing through it, or clicking the rather prominent links from the main README), i'd welcome any suggestions in the form of a PR.</p>
]]></description><pubDate>Wed, 14 May 2025 04:10:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=43980718</link><dc:creator>sudoforge</dc:creator><comments>https://news.ycombinator.com/item?id=43980718</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43980718</guid></item></channel></rss>