Hacker News new | ask | show | jobs
by thefroh 1039 days ago
I think it is more that no server side setup is needed beyond git to support this. That's to say regardless of the hosted git provider you may be using, they do not need special support for git-appraise.

As an aside, if I remember correctly you can also run git without any server at all with multiple contributors. But it isn't the most ergonomic!

2 comments

Yes, I agree that's probably what they meant. And it's a good feature. But it's also not really decentralized. Git, in my opinion, can be decentralized. You can run git locally and get lots of benefits even if you don't use collaboration. Version history and branching being two such examples. But you can't really get any benefits from code review without a centralized place to pass the reviews through.
So because of your limited imagination or usage (or ignorance) of Git, this is "stupid" and "useless". Mmmmk.

Yes, virtually any decentralized technology can be used in a way that looks like centralization. But as a doctor might suggest, stop doing, to yourself, the thing that hurts.

The fact is, it's entirely possible to use git-appraise without a "centralized git server" just like it is possible to use... decentralized git precisely in such a manner.

Moreover, I can pretty much guarantee that whatever you think "really decentralized" would look like, could be used in basically the exact same ways as git-appraise.

What does it even mean for something to be decentralized if you're talking about using it on a single machine, with a single user? I just can't man, I can't.

Yep, you can push and pull directly to/from another person as long as it's not pushing to a branch they currently have checked out (and of course you have read/write access).