-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
425 lines (323 loc) · 12.1 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Sockethub</title>
<meta name="description" content="A polyglot messaging service for the federated social web">
<meta name="author" content="Nick Jennings">
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<link rel="stylesheet" href="css/reveal.min.css">
<link rel="stylesheet" href="css/theme/simple.css" id="theme">
<!-- For syntax highlighting -->
<link rel="stylesheet" href="lib/css/zenburn.css">
<!-- If the query includes 'print-pdf', use the PDF print sheet -->
<script>
document.write( '<link rel="stylesheet" href="css/print/' + ( window.location.search.match( /print-pdf/gi ) ? 'pdf' : 'paper' ) + '.css" type="text/css" media="print">' );
</script>
<!--[if lt IE 9]>
<script src="lib/js/html5shiv.js"></script>
<![endif]-->
</head>
<body>
<div class="reveal">
<!-- Any section element inside of this container is displayed as a slide -->
<div class="slides">
<section>
<!-- into -->
<img width="800" src="img/sockethub-logo.svg" />
<h3>Autonomous web applications</h3>
<p>
<small>By <a href="http://silverbucket.net">Nick Jennings</a> / <a href="http://twitter.com/slvrbckt">@slvrbckt</a></small>
</p>
<p>
<small><a href="http://sockethub.org">sockethub.org</a> - <a href="http://github.com/sockethub">github.com/sockethub</a> - <a href="http://twitter.com/sockethub">@sockethub</a></small>
</p>
</section>
<section>
<h2>About me</h2>
<h3>Nick Jennings</h3>
<p><i>Open-source Developer</i></p>
<img src="img/jennings-avatar-1.png" />
</section>
<!-- WEB APPS -->
<section>
<h2>The Future of web applications</h2>
<aside class="notes">
</aside>
</section>
<section>
<h2>Web apps are everywhere</h2>
<ul style="list-style-type: none;"><li>Everything on the web is essentially a web app</li></ul>
</section>
<section>
<h2>Web apps are the future of computing</h2>
<ul>
<li class="fragment">everyone on dumb terminals</li>
<li class="fragment">everything in the cloud</li>
</ul>
<aside class="notes">skeptical</aside>
</section>
<section>
<h2>Consolidation</h2>
<ul style="list-style-type: none;"><li>Governments and corporations control your applications</li></ul>
</section>
<section>
<h2>Must agree to arbitray terms of service</h2>
<ul style="list-style-type: none;">
<li class="fragment">... that you will never actually read</li>
</ul>
</section>
<section><h3>shameless plug</h3><img src="img/tosdr-logo.png" /><p><a href="http://tosdr.org">http://tosdr.org</a></section>
<section>
<h2>Service can be revoked at any time</h2>
</section>
<section>
<img height="100%" width="100%" src="img/revised_1_app_scale_01.png" />
</section>
<section>
<img height="100%" width="100%" src="img/revised_1_app_scale_02.png" />
</section>
<section>
<img height="100%" width="100%" src="img/revised_1_app_scale_02b.png" />
</section>
<section>
<img height="100%" width="100%" src="img/revised_1_app_scale_03.png" />
</section>
<section>
<img width="100%" height="100%" src="img/computer_says_no.jpg" />
</section>
<section><h2>Your online presence is dictated by private companies</h2></section>
<section>
<h3>But still... web-apps <strong>are</strong> pretty cool</h3>
<ul>
<li class="fragment">can be accessed from any device</li>
<li class="fragment">run on any platform</li>
<li class="fragment">the entire development community can contribute</li>
</ul>
<aside class="notes">
<ul>
<li>Laptop, desktop, phone, internet cafe, friends house</li>
<li>Windows, Linux, Mac, Android, iOS, etc.</li>
<li>Developers that used to just write apps for one platform can now contribute to a global app pool</li>
<li>Almost blindsiding the world, JavaScript has become the language that all programmers have in common</li>
</ul>
</aside>
</section>
<section><h2>Web Apps are here to stay</h2>
<ul style="list-style-type:none;">
<li class="fragment">(and that's good)</li>
<li class="fragment">... but</li>
<li class="fragment">we must do more to protect our autonomy</li>
</ul>
</section>
<!-- ESPERANTO
<section>
<h2>Things to consider to achieve platform autonomy</h2>
</section>
<!-- <section>
<h2>Distributed social networks</h2>
<ul>
<li class="fragment">Alternatives to popular social networks</li>
<li class="fragment">Open-source</li>
<li class="fragment">Federated</li>
</ul>
<aside class="notes">
<ul>
<li>give examples of commercial social networks</li>
<li>open source</li>
<li>there can be any number of nodes in a network</li>
<li>... anyone can run a node</li>
<li>.. each node is interoperable with other nodes, users free to pick a node</li>
</ul>
</aside>
<aside class="notes">lead into disadvantages</aside>
</section>
<section>
<h2>Protocols & APIs</h2>
<img src="img/protocols.jpg" />
</section>
<section>
<h2>"Full stack" solution</h2>
<aside class="notes">
<ul>
<li>Slower moving</li>
<li>Behind on design details</li>
<li>"Doing it right"</li>
<li>monolithic</li>
</ul>
</aside>
</section>
<section>
<img src="img/full_stack.png" />
</section>
<section><h2>The Network Effect</h2></section>
<section>
<h2></h2>
</section>
-->
<!-- POLYGLOT -->
<section>
<h2>Unhosted web apps</h2>
<img src="img/unhosted_logo.png" />
<p><a href="http://unhosted.org">http://unhosted.org</a></p>
</section>
<section>
<img src="img/full_stack.png" />
</section>
<section>
<img src="img/unhosted_app_stack.png" />
</section>
<section>
<img src="img/unhosted_app_stack_remotestorage.png" />
</section>
<!-- SOCKETHUB -->
<section>
<img src="img/unhosted_app_stack_sockethub.png" />
</section>
<section>
<h2>What exactly <i>is</i> Sockethub?</h2>
</section>
<section>
<h2>Polyglot</h2>
<p>Provide a simple interface for application developers to integrate with APIs and protocols</p>
<img src="img/protocols.jpg" />
</section>
<section>
<h2>Don't pick winners and losers</h2>
<ul style="list-style-type: none;"><li class="fragment">let's speak all the languages of the web</li></ul>
</section>
<section>
<h2>Sockethub overview</h2>
</section>
<section>
<img width="90%" height="90%" src="img/sockethub_basic_overview.png" />
</section>
<section>
<h2>Example message (Email)</h2>
<img height="70%" width="70%" src="img/json_send_email.svg" />
</section>
<section>
<h2>Example message (Facebook)</h2>
<img height="70%" width="70%" src="img/json_post_facebook.svg" />
</section>
<section>
<h2>Sockethub architecture</h2>
</section>
<section>
<img height="75%" width="75%" src="img/architecture_overview.svg" />
</section>
<section>
<h2>The user tells the app where to access Sockethub</h2>
</section>
<section>
<img height="100%" width="100%" src="img/revised_1_app_scale_03.png" />
</section>
<section>
<img height="100%" width="100%" src="img/revised_1_app_scale_04.png" />
</section>
<section>
<img height="100%" width="100%" src="img/revised_1_app_scale_04b.png" />
</section>
<section>
<img height="100%" width="100%" src="img/revised_1_app_scale_05.png" />
</section>
<section>
<img height="100%" width="100%" src="img/revised_1_app_scale_06.png" />
</section>
<section>
<img height="100%" width="100%" src="img/revised_1_app_scale_07.png" />
</section>
<section>
<img height="100%" width="100%" src="img/revised_1_app_scale_08.png" />
</section>
<section>
<h2>What can be done with it?</h2>
<ul>
<li class="fragment">Chat (IM)</li>
<li class="fragment">Email</li>
<li class="fragment">RSS Reader</li>
<li class="fragment">Social Networking Console</li>
<li class="fragment">... extremely extensible <i>add a platform!</i></li>
</ul>
</section>
<section><h2>Benefits</h2></section>
<section><h2>Lower barrier to entry<br />for developers</h2></section>
<section><h2>Not reliant on<br/>The Network Effect</h2></section>
<section><h2>Practical</h2></section>
<section>
<h2>Are there any apps?</h2>
<img width="40%" height="40%" src="img/dogfeed-logo.svg" />
<p><i>Unhosted RSS/Atom Reader</i></p>
<a href="http://github.com/silverbucket/dogfeed">http://github.com/silverbucket/dogfeed</a>
<img src="img/dogtalk-logo.svg" />
<p><i>Unhosted XMPP Messaging Client</i></p>
<a href="http://github.com/silverbucket/dogtalk">http://github.com/silverbucket/dogtalk</a>
</section>
<section>
<h2>Current status of the project?</h2>
<p>Platforms in development</p>
<ul> <li>XMPP</li><li>Facebook</li><li>Twitter</li><li>RSS</li><li>Email</li></ul>
<p></p>
<p>Planned: <i>Google+, WebRTC, IRC, Linked Data / RDF, and more</i></p>
</section>
<section>
<h2>Conclusion</h2>
<p>Developers: <i>Write apps for the future</i></p>
<p>Users: <i>Expect more autonomy</i></p>
</section>
<!-- DOGTALK -->
<!-- <section>
<h2>Unhosted Meetup<br /> this Weekend!</h2>
<p>May <b>11th</b> & <b>12th</b></p>
<p><small>Prinzessinnenstr. 20, 10969 - Berlin</small></p>
<p><small>It's a free event and eeryone is welcome!</small></p>
<p>details at: <a href="http://sockethub.org">http://sockethub.org</a></p>
</section> -->
<!-- WRAP UP -->
<section>
<h3>Contact</h3>
<hr />
<p>
<a href="http://silverbucket.net">Nick Jennings</a> / [email protected] /<a href="http://twitter.com/slvrbckt">@slvrbckt</a>
</p>
<hr />
<img src="img/sockethub-logo.svg" /><br />
<p><a href="http://sockethub.org">http://sockethub.org</a> </p>
<p>
<a href="http://github.com/sockethub">http://github.com/sockethub</a>
</p>
<p>
<a href="http://twitter.com/sockethub">@sockethub</a></p>
</p>
</section>
</div>
</div>
<script src="lib/js/head.min.js"></script>
<script src="js/reveal.min.js"></script>
<script>
// Full list of configuration options available here:
// https://github.com/hakimel/reveal.js#configuration
Reveal.initialize({
controls: true,
progress: true,
history: true,
center: true,
theme: Reveal.getQueryHash().theme, // available themes are in /css/theme
transition: Reveal.getQueryHash().transition || 'fade', // default/cube/page/concave/zoom/linear/fade/none
// Optional libraries used to extend on reveal.js
dependencies: [
{ src: 'lib/js/classList.js', condition: function() { return !document.body.classList; } },
{ src: 'plugin/markdown/showdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
{ src: 'plugin/markdown/markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
{ src: 'plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } },
{ src: 'plugin/zoom-js/zoom.js', async: true, condition: function() { return !!document.body.classList; } },
{ src: 'plugin/notes/notes.js', async: true, condition: function() { return !!document.body.classList; } }
// { src: 'plugin/search/search.js', async: true, condition: function() { return !!document.body.classList; } }
// { src: 'plugin/remotes/remotes.js', async: true, condition: function() { return !!document.body.classList; } }
]
});
</script>
</body>
</html>