-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add detail #16
Add detail #16
Conversation
nelsonic
commented
Jan 22, 2019
- Add detail to the "Why Decentralise" section of readme.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. Thanks for the update @nelsonic
and data can easily be "synched" when connection is re-established. | ||
|
||
Network and hardware ***fault-tolerance*** is a ***essential*** | ||
Network and hardware ***fault-tolerance*** is ***essential*** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good spot 👍
# What? | ||
Decentralisation is not just "_philosophical_" argument, | ||
as creative technologists we are _directly_ responsible | ||
for the technology we create. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
|
||
It doesn't exactly roll off the tongue. | ||
It doesn't exactly roll off the tongue. 🙄 | ||
|
||
append-only log. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this meant to be here?
the _same_ short URL each time. | ||
|
||
The _reason_ we can abbreviate the URL to just `gV` | ||
is because our SHORT URL service has a _centralised_ Database/store. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for further clarifying this point 👍
# "ambiguous" chars are removed: | ||
hash | ||
hash1 = :crypto.hash(:sha512, input) | ||
{:ok, <<_multihash_code, _length, hash2::binary>>} = Multihash.encode(:sha2_512, hash1) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks @nelsonic
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍