-
8 votes
-
Feedback on a federated decentralized git hosting solution
I have an idea, it's not particularly new. I think git code sharing could integrate very nicely with blockchains. I think it could be done elegantly without modifying the git protocol at all, just...
I have an idea, it's not particularly new. I think git code sharing could integrate very nicely with blockchains.
I think it could be done elegantly without modifying the git protocol at all, just as an optional superset (like Github) to provide forks, PR and discussion.
Something like:
- smart contract based system
- something like lightening network for off master chain pushes
- local node hosting all obtained versions of code, something like PNPM meets zeronet
- cloning/pushing over DHT with web torrent.
- client key pairs for collaboration and authentication
Do you guys think it could be done? Thoughts? Ideas? Criticisms?
Would anyone be interested in working on something like this? I'd like all the help I can get and any input people have.
6 votes -
Imgur adds videos
19 votes -
Tildes Technical Map
Having just joined recently and made my way though the (technical goals documentation)[https://docs.tildes.net/technical-goals], I am interested in the lower-level stuff. How scaling is being...
Having just joined recently and made my way though the (technical goals documentation)[https://docs.tildes.net/technical-goals], I am interested in the lower-level stuff. How scaling is being considered, off-loading static content to CDNs, fault-tolerance etc... As well as code testing, deployments, etc...
I guess this will be a bit clearer when Tildes goes Open, but I think a discussion on it could also be helpful for roadmapping and growth if possible.
5 votes