diff --git a/README.md b/README.md index bce1666..e695576 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,6 @@ the server will assign the _next_ blog post the id **101**; there is no chance that it will create a `new` post with id **99** which would conflict with the post you wrote yesterday. - ## Centralised = _Single_ Point of _Failure_ As users of software or beginners _building_ apps, @@ -82,7 +81,6 @@ however the _reality_ is that they are only providing "frontend" protection; if for _any_ reason your _single-server_ database was to _crash_, your app will still be out-of-action regardless of having CloudFlare. - ## Why _Decentralise_? If you have _never_ had the experience of being _offline_ @@ -119,8 +117,6 @@ _freedom_ from oppression and the [Golden Rule](https://en.wikipedia.org/wiki/Golden_Rule), then _logically_ this is the _only_ thing to do. - - # Who? Anyone who is techno-curious about the future of the Internet @@ -144,7 +140,6 @@ or don't need to be distributed or work offline-first_) keep enjoying the simplicity and maybe come back to this later when you feel you _need_ this functionality. - # What? In a distributed database, we need a way of creating IDs @@ -176,9 +171,6 @@ append-only log. One of our ... readable/typeable[1](#notes) - - - ``` 123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghjkmnpqrstuvwxyz ``` @@ -271,13 +263,8 @@ If we generated 1 Billion CIDs per _second_ for the next Trillion years there would still be less than a **0.001%** chance of collision.3 - - ### `cid` from a `Map` - - -