diff --git a/index.html b/index.html index b7cf47f..9a58fe5 100644 --- a/index.html +++ b/index.html @@ -52,44 +52,17 @@
- +

What is money?

- - +
  • +
      Durable
    +
      Portable
    +
      Fungible
    +
      Divisible
    +
      Scarce
    +
      (Acceptable)
    +
  • Medium of exchange: portable, durable, fungible @@ -217,12 +190,12 @@
    Digital items can be duplicated; how can I send you something the way I do in the physical world? The people on the island of Yap had the right idea: use a ledger.
    -
    +
    Sorry, wrong Ledger.
    -
    +
    @@ -258,7 +231,7 @@
    -

    Cryptography

    +

    Cryptography

    We can use public and private keys to control balances in an anonymous ledger.
    @@ -323,9 +296,9 @@

    How to decentralize?

    -
    +
    -

    You get a ledger! You get a ledger!

    +

    You get a ledger! You get a ledger!

    YOU ALL GET A LEDGER!!

    Give everyone their own copy of the ledger. When you make a change to the ledger, send it out to everyone so all the ledgers stay up to date. Use cryptographic keys for privacy, and so that one person can't change another person's balance.
    @@ -338,7 +311,7 @@ Analogous problem:
    -
    +

    the

    Byzantine Generals’

    @@ -356,8 +329,8 @@
    - -

    Proof of Work

    + +

    Proof of Work

    In 1997 this guy Adam Back came up with HashCash. The idea is that an email client would brute-force a certain amount of zeros as the output to a cryptographic hashing algorithm.
    @@ -388,33 +361,41 @@
    -

    Trusted Third Parties

    +

    Trusted Third Parties

    + +

    Central banks &
    payment services

    +
    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.
    + +

    Register of deeds,
    copyright office

    +
    Embedding a hash in the blockchain demonstrates an item's existence at point in the past. - (Bitcoin, Factoids, Emercoin)
    + (Bitcoin [Stampery, others], Ethereum Classic [Stampery, others], Factoids, Emercoin)
    + +

    Cloud storage providers

    @@ -426,6 +407,8 @@
    + +

    DNS providers

    @@ -435,23 +418,30 @@
    + +

    Social networks

    - + +
    -
    (Steem, Synereo)
    +
    (Steem, Synereo, Akasha [using Ethereum])
    + +

    Media rights &
    compensation

    - +
    -
    Ethereum classic
    +
    (UJO Music using Ethereum, LBRY)
    + +

    Identity providers

    @@ -487,6 +477,9 @@
  • Australian DFAT photo library, Flickr
  • based on image by cheeseslave, Flickr
  • Jean-François Gornet, Flickr
  • +
  • Wikimedia Commons
  • +
  • leolintang, Flickr
  • +
  • Public domain images from Pixabay and Wikimedia Commons
  • Emoji art supplied by EmojiOne
  • Cryptocurrency icons by Allienworks
  • diff --git a/styles/bank.jpg b/styles/bank.jpg new file mode 100644 index 0000000..afd30fc Binary files /dev/null and b/styles/bank.jpg differ diff --git a/styles/blockchain.css b/styles/blockchain.css index 9ed782e..1d6469a 100644 --- a/styles/blockchain.css +++ b/styles/blockchain.css @@ -15,12 +15,23 @@ } .highlighted { - background-color: #f7931a; + position: relative; color: black; display: block; padding: 0.125em 0.25em; margin: 0.25em auto; } +.highlighted:before { + content: ''; + position: absolute; + top: 0; + right: 0; + bottom: 0; + left: 0; + background-color: #FF0; + z-index: -1; + opacity: 0.8; +} table.yesnomaybe { border: 0px solid transparent; @@ -57,6 +68,7 @@ table.yesnomaybe .maybe { } .coins { + display: none; margin-top: 0.5em; } diff --git a/styles/cat-money.jpg b/styles/cat-money.jpg index 86491e0..5a85708 100644 Binary files a/styles/cat-money.jpg and b/styles/cat-money.jpg differ diff --git a/styles/clouds.jpg b/styles/clouds.jpg new file mode 100644 index 0000000..93e6790 Binary files /dev/null and b/styles/clouds.jpg differ diff --git a/styles/coal-mining.jpg b/styles/coal-mining.jpg new file mode 100644 index 0000000..e529e64 Binary files /dev/null and b/styles/coal-mining.jpg differ diff --git a/styles/copyright-office.jpg b/styles/copyright-office.jpg new file mode 100644 index 0000000..3dc53d4 Binary files /dev/null and b/styles/copyright-office.jpg differ diff --git a/styles/fingerprint.jpg b/styles/fingerprint.jpg new file mode 100644 index 0000000..99f40ab Binary files /dev/null and b/styles/fingerprint.jpg differ diff --git a/styles/full-of-stars.jpg b/styles/full-of-stars.jpg index 288e4b9..b67787d 100644 Binary files a/styles/full-of-stars.jpg and b/styles/full-of-stars.jpg differ diff --git a/styles/gold-panning.jpg b/styles/gold-panning.jpg index eff2131..5adce17 100644 Binary files a/styles/gold-panning.jpg and b/styles/gold-panning.jpg differ diff --git a/styles/hard drive.png b/styles/hard drive.png new file mode 100644 index 0000000..061b2a5 Binary files /dev/null and b/styles/hard drive.png differ diff --git a/styles/main.css b/styles/main.css index 5ed7017..f9163a4 100644 --- a/styles/main.css +++ b/styles/main.css @@ -286,6 +286,7 @@ section { background-color: black; transition: transform ease 0.5s, opacity ease 0.5s, visibility step-end 0.5s; transform-origin: 50% 50%; + perspective: 100vmax; } /* live-coding */ @@ -470,6 +471,17 @@ body:not(.show-notes) [janus-timeline='past'][janus-past='right'], body:not(.sho z-index: 2; } +body:not(.show-notes) [janus-timeline='past'][janus-past='flip-h'], body:not(.show-notes) [janus-timeline='future'][janus-future='flip-h'] { + transform: translate3d(0, 0, -10vmin) rotateY(-180deg); + opacity: 1; + visibility: hidden; + pointer-events: none; + z-index: 2; +} +body:not(.show-notes) [janus-timeline='future'][janus-future='flip-h'] { + transform: translate3d(0, 0, -10vmin) rotateY(180deg); +} + section[janus-timeline='past'], /* default past-tense state */ body:not(.show-notes) [janus-timeline='past'][janus-past='big'], body:not(.show-notes) [janus-timeline='future'][janus-future='big'] { transform: translate3d(0, 5vmin, 0) scale(1.25); diff --git a/styles/music.jpg b/styles/music.jpg new file mode 100644 index 0000000..b5637fd Binary files /dev/null and b/styles/music.jpg differ diff --git a/styles/servers.jpg b/styles/servers.jpg new file mode 100644 index 0000000..66f7d20 Binary files /dev/null and b/styles/servers.jpg differ diff --git a/styles/user faces.png b/styles/user faces.png new file mode 100644 index 0000000..f8c3dcd Binary files /dev/null and b/styles/user faces.png differ