|
|
|
|
|
by outside1234
32 days ago
|
|
Ok, this isn’t the way (replacing TCP/IP is impossible - we can’t even upgrade the VERSION of IP for god’s sake), but I do like the intent. Since you have nerd sniped me, I will take a riff at what the principles should be (feel free to disagree): 1. The internet should be centered on devices we own. It runs on our devices, data is stored on our devices. For god’s sake, you can get a 20TB drive now for $500. 2. The internet should be local-first too. The normal order of operations should mean that things are local such that they work offline too by default. 3. The internet should be private. What we view shouldn’t be trackable. I think some of this falls out of 1 and 2, but something something like Tor for the rest. I think this aligns with the principles of local-first software: https://www.inkandswitch.com/essay/local-first/ largely, with a twist of content addressed storage for bulk static content exchange (so more Git than CRDTs). |
|