diff options
Diffstat (limited to 'src/talks')
-rw-r--r-- | src/talks/freedom-and-the-cloud.hbs | 274 |
1 files changed, 274 insertions, 0 deletions
diff --git a/src/talks/freedom-and-the-cloud.hbs b/src/talks/freedom-and-the-cloud.hbs new file mode 100644 index 0000000..302b569 --- /dev/null +++ b/src/talks/freedom-and-the-cloud.hbs | |||
@@ -0,0 +1,274 @@ | |||
1 | <!doctype html> | ||
2 | <html lang="en"> | ||
3 | |||
4 | <head> | ||
5 | <meta charset="utf-8"> | ||
6 | |||
7 | <title>Freedom and the Cloud</title> | ||
8 | |||
9 | </head> | ||
10 | <body> | ||
11 | |||
12 | <div class="reveal"><div class="slides"> | ||
13 | |||
14 | <section id="who-am-i-ibm"> | ||
15 | <h1>Who am I?</h1> | ||
16 | <img style="float:right; margin-right:24pt" src="/images/ibm-logo.png"/> | ||
17 | <p> Distinguished Engineer </p> | ||
18 | <p> IBM Cloud </p> | ||
19 | </section> | ||
20 | |||
21 | <section id="who-am-i-openstack"> | ||
22 | <h1>Who am I?</h1> | ||
23 | <img style="float:right; margin-right:24pt" src="/images/openstack-cloud-software-vertical-large.png" /> | ||
24 | <p>Foundation Board of Directors</p> | ||
25 | <p>Developer Infrastructure Core Team</p> | ||
26 | <p>Python Software Foudation Member</p> | ||
27 | </section> | ||
28 | |||
29 | <section id="what-are-we-going-to-talk-about" class="slide level2"> | ||
30 | <h1>Freedom</h1> | ||
31 | <h3>Anybody value that?</h3> | ||
32 | </section> | ||
33 | |||
34 | <section class="slide level2"> | ||
35 | <img src="/images/braveheart.jpg" alt="Braveheart" /> | ||
36 | </section> | ||
37 | |||
38 | <section class="slide level2"> | ||
39 | <h1>FDR's Four Freedoms</h1> | ||
40 | <ul> | ||
41 | <li>Freedom of speech</li> | ||
42 | <li>Freedom of worship</li> | ||
43 | <li>Freedom from want</li> | ||
44 | <li>Freedom from fear</li> | ||
45 | </ul> | ||
46 | </section> | ||
47 | |||
48 | <section class="slide level2"> | ||
49 | <h1>So, Richard Stallman bought a printer</h1> | ||
50 | </section> | ||
51 | |||
52 | <section class="slide level2"> | ||
53 | <h1>Free Software Foundation Four Freedoms</h1> | ||
54 | <ul> | ||
55 | <li>The freedom to run the program as you wish, for any purpose (freedom 0).</li> | ||
56 | <li>The freedom to study how the program works, and change it so it does your computing as you wish (freedom 1).</li> | ||
57 | <li>The freedom to redistribute copies so you can help your neighbor (freedom 2).</li> | ||
58 | <li>The freedom to distribute copies of your modified versions to others (freedom 3)</li> | ||
59 | </ul> | ||
60 | <a href='http://www.gnu.org/philosophy/philosophy.en.html'>FSF Philosophy</a> | ||
61 | </section> | ||
62 | |||
63 | <section class="slide level2"> | ||
64 | <h1>Does regulated freedom limit or enhance freedom?</h1> | ||
65 | </section> | ||
66 | |||
67 | <section class="slide level2"> | ||
68 | <ul> | ||
69 | <li>Anarchy</li> | ||
70 | <li>Fuedalism</li> | ||
71 | <li>Democracy</li> | ||
72 | <li>Communism</li> | ||
73 | <li>Dictatorship</li> | ||
74 | </ul> | ||
75 | </section> | ||
76 | |||
77 | <section class="slide level2"> | ||
78 | <h1>Software Copyright Licenses</h1> | ||
79 | <ul> | ||
80 | <li>Public Domain</li> | ||
81 | <li>Apache Software License</li> | ||
82 | <li>GNU General Public License (GPL)</li> | ||
83 | </ul> | ||
84 | </section> | ||
85 | |||
86 | <section class="slide level2"> | ||
87 | <h1>'Save Netflix'</h1> | ||
88 | <p><a href='https://www.eff.org/deeplinks/2016/04/save-netflix'> | ||
89 | https://www.eff.org/deeplinks/2016/04/save-netflix | ||
90 | </a></p> | ||
91 | <h3>DMCA</h3> | ||
92 | </section> | ||
93 | |||
94 | <section class="slide level2"> | ||
95 | <h1>Walled gardens</h1> | ||
96 | <ul> | ||
97 | <li>Free as in Freedom</li> | ||
98 | <li>Free as in Beer</li> | ||
99 | </ul> | ||
100 | </section> | ||
101 | |||
102 | <section class="slide level2"> | ||
103 | <h1>github and 'retard'</h1> | ||
104 | <p><a href='https://github.com/nixxquality/WebMConverter/commit/c1ac0baac06fa7175677a4a1bf65860a84708d67'>https://github.com/nixxquality/WebMConverter/commit/c1ac0baac06fa7175677a4a1bf65860a84708d67</a></p> | ||
105 | </section> | ||
106 | |||
107 | <section class="slide level2"> | ||
108 | <h1>github and 'retard'</h1> | ||
109 | <p> github has positioned themselves as 'essential' for development </p> | ||
110 | <p> github's users are github's product </p> | ||
111 | </section> | ||
112 | |||
113 | <section class="slide level2"> | ||
114 | <h1>Nest</h1> | ||
115 | <h3>Cloud-enabled thermostat</h3> | ||
116 | <p><a href='https://twitter.com/CaseyNewton/status/717127794858156032'>https://twitter.com/CaseyNewton/status/717127794858156032</a></p> | ||
117 | <p><a href='http://mashable.com/2016/04/04/revolv-smart-home-shutdown/#KU_vUiLqJPqn'>http://mashable.com/2016/04/04/revolv-smart-home-shutdown/#KU_vUiLqJPqn</a></p> | ||
118 | </section> | ||
119 | |||
120 | <section class="slide level2"> | ||
121 | <h1>The Cloud</h1> | ||
122 | <h3>Aw, crap</h3> | ||
123 | </section> | ||
124 | |||
125 | <section class="slide level2"> | ||
126 | <h1>The Internet</h1> | ||
127 | <blockquote>The goal was to exploit new computer technologies to meet the needs of military command and control against nuclear threats, achieve survivable control of US nuclear forces, and improve military tactical and management decision making</blockquote> | ||
128 | <p>Fully distributed - no single point of attack</p> | ||
129 | </section> | ||
130 | |||
131 | <section class="slide level2"> | ||
132 | <h1>The Cloud</h1> | ||
133 | <h3>Consolidation and ammortization of adminstration of computer resources</h3> | ||
134 | </section> | ||
135 | |||
136 | <section class="slide level2"> | ||
137 | <h1>IaaS</h1> | ||
138 | <h3>Computers as a Service</h3> | ||
139 | <ul> | ||
140 | <li>Amazon Web Services, Google Compute Engine, Microsoft Azure</li> | ||
141 | <li>OpenStack - Dreamhost, Vexxhost, OVH, Unitedstack, CityCloud</li> | ||
142 | </ul> | ||
143 | </section> | ||
144 | |||
145 | <section class="slide level2"> | ||
146 | <h1>SaaS</h1> | ||
147 | <h3>Stuff my mom might use</h3> | ||
148 | <ul> | ||
149 | <li>gmail</li> | ||
150 | <li>Facebook</li> | ||
151 | <li>iCloud</li> | ||
152 | <li>github</li> | ||
153 | </ul> | ||
154 | </section> | ||
155 | |||
156 | <section class="slide level2"> | ||
157 | <h1>The Cloud</h1> | ||
158 | <h3>Re-centralization</h3> | ||
159 | </section> | ||
160 | |||
161 | <section class="slide level2"> | ||
162 | <h1>git v. github</h1> | ||
163 | <ul> | ||
164 | <li>git is a fully decentralized distributed version control system</li> | ||
165 | <li>github 'makes it easier' by introducing a centralized cloud hosting | ||
166 | system</li> | ||
167 | </ul> | ||
168 | <small>ps. github was down this morning</small> | ||
169 | </section> | ||
170 | |||
171 | <section class="slide level2"> | ||
172 | <h1>Shameless slide to justify to my employer that I'm here</h1> | ||
173 | <h3>OpenStack vs. Amazon</h3> | ||
174 | <ul> | ||
175 | <li>Imagine you're a company in Germany</li> | ||
176 | <li>Now imagine using a service run by Apple, Google or Amazon</li> | ||
177 | <li>Now think about how that puts you in relationship to the FBI</li> | ||
178 | <li>MAYBE the world being beholden to US shareholders isn't great</li> | ||
179 | </ul> | ||
180 | </section> | ||
181 | |||
182 | <section class="slide level2"> | ||
183 | <h1>Is the ease of access an increase or decrease of freedom?</h1> | ||
184 | </section> | ||
185 | |||
186 | <section class="slide level2"> | ||
187 | <h1>What about when you want information to go away?</h1> | ||
188 | </section> | ||
189 | |||
190 | <section class="slide level2"> | ||
191 | <h1>Apple did not hack the iPhone - but they can</h1> | ||
192 | <p>Your phone is connected to Apple's Cloud</p> | ||
193 | </section> | ||
194 | |||
195 | <section class="slide level2"> | ||
196 | <h1>Other people are not as competent as Apple</h1> | ||
197 | <ul> | ||
198 | <li>50 million turkish citizens data leak</li> | ||
199 | <li>300 Hyatt hotels leaking credit card data</li> | ||
200 | </ul> | ||
201 | </section> | ||
202 | |||
203 | <section class="slide level2"> | ||
204 | <h1>In the cloud, you are at the mercy of the choice of companies to be benevolent</h1> | ||
205 | </section> | ||
206 | |||
207 | <section class="slide level2"> | ||
208 | <blockquote>Why are we here? I think many people assume, wrongly, that a company | ||
209 | exists solely to make money. Money is an important part of a company's | ||
210 | existence, if the company is any good. But a result is not a cause. We | ||
211 | have to go deeper and find the real reason for our being.</blockquote> | ||
212 | <p>David Packard</p> | ||
213 | </section> | ||
214 | |||
215 | <section class="slide level2"> | ||
216 | <h1>redacted</h1> | ||
217 | </section> | ||
218 | |||
219 | <section class="slide level2"> | ||
220 | <h1>Companies are there to make money</h1> | ||
221 | </section> | ||
222 | |||
223 | <section class="slide level2"> | ||
224 | <h1>How do we manage and control of this</h1> | ||
225 | <h2>Andrew's Leaf Quote</h2> | ||
226 | <ul> | ||
227 | <li>Don't use 'the cloud'</li> | ||
228 | <li>Encryption</li> | ||
229 | <li>tor project</li> | ||
230 | </ul> | ||
231 | </section> | ||
232 | |||
233 | <section class="slide level2"> | ||
234 | <h1>The **redacted** Approach</h1> | ||
235 | <ul> | ||
236 | <li>No google account.</li> | ||
237 | <li>No twitter. No facebook.</li> | ||
238 | <li>No cloud services he can't run him self</li> | ||
239 | <li>No annotated photos online</li> | ||
240 | </ul> | ||
241 | </section> | ||
242 | |||
243 | <section class="slide level2"> | ||
244 | <h1>Encryption</h1> | ||
245 | <ul> | ||
246 | <li>Public Key Encryption</li> | ||
247 | <li>"Something you have, and something you know"</li> | ||
248 | <li>gpg</li> | ||
249 | <li>Doesn't work in fully hosted services</li> | ||
250 | <li>keybase.io</li> | ||
251 | </ul> | ||
252 | </section> | ||
253 | |||
254 | <section class="slide level2"> | ||
255 | <h1>tor - the Jake Applebaum Approach</h1> | ||
256 | <p>Tor was originally designed, implemented, and deployed as a third-generation onion routing project of the Naval Research Laboratory. It was originally developed with the U.S. Navy in mind, for the primary purpose of protecting government communications. Today, it is used every day for a wide variety of purposes by the military, journalists, law enforcement officers, activists, and many others.</p> | ||
257 | </section> | ||
258 | |||
259 | <section class="slide level2"> | ||
260 | <h1>redacted</h1> | ||
261 | </section> | ||
262 | |||
263 | <section class="slide level2"> | ||
264 | <h1>Serious question</h1> | ||
265 | <ul> | ||
266 | <li>twitter has helped communication during the Arab Spring</li> | ||
267 | <li>github hosts tons of Open Government information</li> | ||
268 | <li>Does the hosted enablement outweigh the centralization of power? | ||
269 | How do we, as a society, regulate that power?</li> | ||
270 | </ul> | ||
271 | </section> | ||
272 | |||
273 | </body> | ||
274 | </html> | ||