logoalt Hacker News

estimator7292yesterday at 8:13 PM2 repliesview on HN

I'm still holding out hope for distributed and federated git forges. The only compelling reason for everyone to centralize on GitHub is collaboration on issues/PRs without everyone allowing signups on their self-hosted forges. That could be achieved without hosting every line of code everyone's ever written in the same crumbling infrastructure.

It'll probably never happen. But it'd be really nice if it did.


Replies

skydhashtoday at 1:00 AM

> I'm still holding out hope for distributed and federated git forges.

Do you know that you can just send a patch via email (assuming you're not using the gmail web client)? You can even save the diff on some hosting website and send the link via any text medium.

show 1 reply
jauntywundrkindyesterday at 8:45 PM

Jeremie (of XMPP) has a neat project, v-it, which uses atproto (Bluesky) to let people socialize their changes to projects. https://v-it.org/

It's a bit short of actual PRs, but in some ways, especially with agents, the lo-fi approach has some advantages.