diff --git a/index.html b/index.html index f1889f6..80ee202 100644 --- a/index.html +++ b/index.html @@ -32,11 +32,11 @@
-

Block

+

Block

-

Chain

+

Chain

Blockchain is this hot new buzzword. We have to start with the big one, Bitcoin.
@@ -296,7 +296,7 @@

How to decentralize?

-
+

You get a ledger! You get a ledger!

YOU ALL GET A LEDGER!!

@@ -311,7 +311,7 @@ Analogous problem:
-
+

the

Byzantine Generals’

@@ -361,11 +361,11 @@
-

Trusted Third Parties

+

Trusted Third Parties

-
+

Central banks &
payment services

@@ -376,37 +376,40 @@ -
Blockchains' value as money is at the heart of their incentives. Private blockchains that don't try to be money face serious challenges. The ability to transfer value globally without using or trusting a third party can save money and time, especially for traditionally burdensome cases like international remittance.
+
Blockchains' value as money is at the heart of their incentives. Private blockchains that don't try to be money face serious challenges. The ability to transfer value globally without using or trusting a third party can save money and time, especially for traditionally burdensome cases like international remittance. + (Bitcoin, Dash, Monero, Litecoin, Ripple)
-
+
-

Register of deeds,
copyright office

+

Register of deeds,
copyright office,
notary

-
Embedding a hash in the blockchain demonstrates an item's existence at point in the past. - (Bitcoin [Stampery, others], Ethereum Classic [Stampery, others], Factoids, Emercoin)
+
Embedding a hash in the blockchain demonstrates an item's existence at point in the past. Easy to do, not a tremendous improvement for consumers yet. + (Stampery [using Bitcoin and Ethereum Classic], Factoids, Emercoin)
-
+

Cloud storage providers

- +
-
(Maidsafe, Storjcoin, SIAcoin, NXT)
+
+ Cloud storage is just one step further than proof-of-existence. + (Storj, Maidsafe, SIAcoin, NXT)
-
+

DNS providers

@@ -417,7 +420,7 @@
(Namecoin, Emercoin)
-
+

Social networks

@@ -429,7 +432,7 @@
(Steem, Synereo, Akasha [using Ethereum])
-
+

Media rights &
compensation

@@ -439,7 +442,7 @@
(UJO Music using Ethereum, LBRY)
-
+

Identity providers

@@ -450,7 +453,7 @@
-
+

SSL certificate authorities

diff --git a/styles/blockchain.css b/styles/blockchain.css index 1d6469a..9956359 100644 --- a/styles/blockchain.css +++ b/styles/blockchain.css @@ -1,3 +1,7 @@ +section { + text-shadow: 0.15rem 0.15rem 0.3rem black; +} + .title-page h1 { font-size: 2em; padding: 0.25em; @@ -20,6 +24,7 @@ display: block; padding: 0.125em 0.25em; margin: 0.25em auto; + text-shadow: none; } .highlighted:before { content: '';