my blog https://overreacted.io

bleh

+1 -1
+1 -1
public/a-social-filesystem/index.md
··· 59 59 60 60 **Our memories, our thoughts, our designs _should_ outlive the software we used to create them. An app-agnostic storage (the filesystem) enforces this separation.** 61 61 62 - In a sense, a file has many lives. 62 + A file has many lives. 63 63 64 64 You may create a file in one app, but someone else can read it using another app. You may switch the apps you use, or use them together. You may convert a file from one format to another. As long as two apps correctly "speak" the same file format, they can work in tandem even if their developers hate each others' guts. 65 65