Yaghmour: gitgeist: a git-based social network proof of concept
Yaghmour: gitgeist: a git-based social network proof of concept
Posted Feb 21, 2019 13:13 UTC (Thu) by excors (subscriber, #95769)In reply to: Yaghmour: gitgeist: a git-based social network proof of concept by tchernobog
Parent article: Yaghmour: gitgeist: a git-based social network proof of concept
But from the description of gitgeist, I don't see why that'd be a problem for it. It sounds like every user has their own independent git repository, they refer to other users by repository URL, and posts are represented by directories and files. None of it intentionally depends on commit hashes, so rewriting history should be fine: you can delete stuff from your own repository and continue participating in the network as normal, and if someone else has a cached copy of your now-deleted commits then that's not your problem. It doesn't seem to be depending on any unique properties of git, it's just using git as a database and as a data synchronisation protocol, so it's basically the same as if you used any other kind of database.
Posted Feb 21, 2019 15:19 UTC (Thu)
by jani (subscriber, #74547)
[Link]
https://en.wikipedia.org/wiki/Illegal_prime
Yaghmour: gitgeist: a git-based social network proof of concept
