|
| 1 | +{ |
| 2 | + "cells": [ |
| 3 | + { |
| 4 | + "cell_type": "markdown", |
| 5 | + "metadata": {}, |
| 6 | + "source": [ |
| 7 | + "## Web 3.0 Explained\n", |
| 8 | + "\n", |
| 9 | + "\n", |
| 10 | + "\n", |
| 11 | + "We'll learn \n", |
| 12 | + "- Why we need Web 3.0 \n", |
| 13 | + "- How a blockchain works\n", |
| 14 | + "- What the Web 3.0 Stack looks like\n", |
| 15 | + "- Create our first smart contract in Solidity (Get/Set functions) \n", |
| 16 | + "\n", |
| 17 | + "\n", |
| 18 | + "## The Problems with Web 2.0 \n", |
| 19 | + "\n", |
| 20 | + "### No room for Competition \n", |
| 21 | + "\n", |
| 22 | + "\n", |
| 23 | + "\n", |
| 24 | + "- These big internet companies have the most money\n", |
| 25 | + "- They have all the data\n", |
| 26 | + "- They can hire the best talent to create algorithms\n", |
| 27 | + "- They have the most computing power\n", |
| 28 | + "- How is anyone supposed to compete with them? How are you supposed to start a startup?\n", |
| 29 | + "\n", |
| 30 | + "### Shrinking Economy\n", |
| 31 | + "\n", |
| 32 | + "\n", |
| 33 | + "\n", |
| 34 | + "- The rise of big tech comapnies, or \"siren servers,\" has gone hand-in-hand with the growth of global income disparity. \n", |
| 35 | + "- Our digital networks have hardwired a winner-take-all economy\n", |
| 36 | + "- Take the music industry for example. Internet 'liberated' distribution of music, but has turned working musicians into an underpaid underclass who can no longer count on royalties as the basis of a sustainable middle-class life. \n", |
| 37 | + "- Jaron Lanier (internet pioneer) suggsted 'monetizing everything so that each individual creates material value through the use and contribution to these networks' \n", |
| 38 | + "\n", |
| 39 | + "### Data Ownership\n", |
| 40 | + "\n", |
| 41 | + "\n", |
| 42 | + "\n", |
| 43 | + "- You don't own your data\n", |
| 44 | + "- Your data is being used to spy on you, advertise to you, and overall profit off of you. \n", |
| 45 | + "\n", |
| 46 | + "### Accountability\n", |
| 47 | + "\n", |
| 48 | + "\n", |
| 49 | + "\n", |
| 50 | + "\n", |
| 51 | + "\n", |
| 52 | + "- Edward Snowden told the world about PRISM (NSA collected private data from big tech companies) \n", |
| 53 | + "- Too much power! \n", |
| 54 | + "- The Facebook news feed is an example of a runaway AI. It optimizes for attention, not your time well-spent\n", |
| 55 | + "- Election tampering\n", |
| 56 | + "- You have no say in the governance of these massive systems we've created, more powerful than some nation-states\n", |
| 57 | + "\n", |
| 58 | + "### Artificial General Intelligence\n", |
| 59 | + "\n", |
| 60 | + "- We've got way too many problems in the world! If we solve AI we can solve all of them\n", |
| 61 | + "- Whats the missing link? How do we get to Artificial General Intelligence? \n", |
| 62 | + "\n", |
| 63 | + "\n", |
| 64 | + "\n", |
| 65 | + "- We can get an AI DAO (distributed autonomous organizastion) by starting with an AI (an AGI agent), and making it decentralized. \n", |
| 66 | + "- AI gets its missing link: resources. \n", |
| 67 | + "- DAO gets its missing link: autonomous decision-making. \n", |
| 68 | + "- Because of this, AI DAOs could be way bigger than AIs on their own, or DAOs on their own. \n", |
| 69 | + "- The potential impact is multiplicative.\n", |
| 70 | + "\n", |
| 71 | + "### Data Permanence\n", |
| 72 | + "\n", |
| 73 | + "- Book burning was considering heresy, if data is lost its similar to that\n", |
| 74 | + "- We need a way to create more resiliant, permanent data\n", |
| 75 | + "- We can't afford to have crucial data be lost (scientific, diaries, memories, etc) \n", |
| 76 | + "\n", |
| 77 | + "\n", |
| 78 | + "\n", |
| 79 | + "### Whats Now Possible? \n", |
| 80 | + "\n", |
| 81 | + "\n", |
| 82 | + "\n", |
| 83 | + "You can now create an app thats \n", |
| 84 | + "\n", |
| 85 | + "- Open Source AND profitable\n", |
| 86 | + "\n", |
| 87 | + "\n", |
| 88 | + "\n", |
| 89 | + "- Community-governed/controlled\n", |
| 90 | + "\n", |
| 91 | + "\n", |
| 92 | + "\n", |
| 93 | + "- Censorship resistant \n", |
| 94 | + "\n", |
| 95 | + "\n", |
| 96 | + "\n", |
| 97 | + "\n", |
| 98 | + "\n", |
| 99 | + "\n", |
| 100 | + "## How Do we get started? \n", |
| 101 | + "\n", |
| 102 | + "#### Well it all starts with the Linked List data structure\n", |
| 103 | + "\n", |
| 104 | + "\n", |
| 105 | + "\n", |
| 106 | + "#### A glorified linked list is called a 'blockchain'\n", |
| 107 | + "\n", |
| 108 | + "\n", |
| 109 | + "\n", |
| 110 | + "#### Secured by Proof of Work\n", |
| 111 | + "\n", |
| 112 | + "\n", |
| 113 | + "\n", |
| 114 | + "\n", |
| 115 | + "\n", |
| 116 | + "#### Lets demo a blockchain \n", |
| 117 | + "\n", |
| 118 | + "https://anders.com/blockchain/\n", |
| 119 | + "\n", |
| 120 | + "## Web 3.0 Stack\n", |
| 121 | + "\n", |
| 122 | + "\n", |
| 123 | + "\n", |
| 124 | + "## The Ethereum Blockchain\n", |
| 125 | + "\n", |
| 126 | + "\n", |
| 127 | + "\n", |
| 128 | + "\n", |
| 129 | + "\n", |
| 130 | + "### Our First smart contract\n", |
| 131 | + "\n", |
| 132 | + "Lets hop over to the browser solidity compiler (remix) " |
| 133 | + ] |
| 134 | + }, |
| 135 | + { |
| 136 | + "cell_type": "code", |
| 137 | + "execution_count": null, |
| 138 | + "metadata": {}, |
| 139 | + "outputs": [], |
| 140 | + "source": [] |
| 141 | + } |
| 142 | + ], |
| 143 | + "metadata": { |
| 144 | + "kernelspec": { |
| 145 | + "display_name": "Python 3", |
| 146 | + "language": "python", |
| 147 | + "name": "python3" |
| 148 | + }, |
| 149 | + "language_info": { |
| 150 | + "codemirror_mode": { |
| 151 | + "name": "ipython", |
| 152 | + "version": 3 |
| 153 | + }, |
| 154 | + "file_extension": ".py", |
| 155 | + "mimetype": "text/x-python", |
| 156 | + "name": "python", |
| 157 | + "nbconvert_exporter": "python", |
| 158 | + "pygments_lexer": "ipython3", |
| 159 | + "version": "3.6.3" |
| 160 | + } |
| 161 | + }, |
| 162 | + "nbformat": 4, |
| 163 | + "nbformat_minor": 2 |
| 164 | +} |
0 commit comments