From 545b45fdb48df33fec63271cb246f5f661b71d2f Mon Sep 17 00:00:00 2001 From: davidbaunach Date: Fri, 26 Jan 2024 19:22:12 -0600 Subject: [PATCH] Added to logit paper --- LogGit.txt | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/LogGit.txt b/LogGit.txt index 2091d84..aad3498 100644 --- a/LogGit.txt +++ b/LogGit.txt @@ -2,6 +2,16 @@ LogGit: using Git to achieve local-first, offline-first, p2p, decentralized, ver Abstract: make use of git and publicly hosted repositories to distribute text, audio, images, and video. -The problem: we use a lot of resources with the client-server model +The problem: we use a lot of resources with the client-server model, and once the connection goes down, only sadness remains. -The solution: use the server as little as necessary +The solution: use the server as little as necessary, do as much as you can on your device. + +Use Git. + +Version control, yes, but more importantly, already optimized for p2p and sneakernet. + +It allows for collaboration. + +You can take a project someone else started, and finish it. + +There's already a whole bunch of gui programs available on all major operating systems to track and manage repositories, nothing needs to be built to start. It's ready to go.