-
Notifications
You must be signed in to change notification settings - Fork 1
/
osd_20mins.html
319 lines (260 loc) · 9.26 KB
/
osd_20mins.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>@Mushon: Beyond Sharing - Open Source Design</title>
<!-- metadata -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="generator" content="S5" />
<meta name="version" content="S5 1.1" />
<meta name="presdate" content="20050728" />
<meta name="author" content="Eric A. Meyer" />
<meta name="company" content="Complex Spiral Consulting" />
<!-- configuration parameters -->
<meta name="defaultView" content="slideshow" />
<meta name="controlVis" content="hidden" />
<!-- style sheet links -->
<!-- ShiftSpace stuff -->
<link rel="stylesheet" href="ui/osd/osd.css" type="text/css" media="projection" id="slideProj"/>
<!-- <link rel="stylesheet" href="ui/default/slides.css" type="text/css" media="projection" id="slideProj" /> -->
<link rel="stylesheet" href="ui/default/outline.css" type="text/css" media="screen" id="outlineStyle" />
<link rel="stylesheet" href="ui/default/print.css" type="text/css" media="print" id="slidePrint" />
<link rel="stylesheet" href="ui/default/opera.css" type="text/css" media="projection" id="operaFix" />
<!-- S5 JS -->
<script src="ui/default/slides.js" type="text/javascript"></script>
</head>
<body>
<div class="layout">
<div id="controls"><!-- DO NOT EDIT --></div>
<div id="currentSlide"><!-- DO NOT EDIT --></div>
</div>
<div class="presentation">
<div class="slide">
<h1>Beyond Sharing:<br>
<em>Open Source Design</em></h1>
<h3>Future Everything, May 2010</h3>
<div class="top-marg-4">Mushon Zer-Aviv / <a href="http://mushon.com" href="blank">Mushon.com</a> / <a href="http://twitter.com/mushon" href="blank">@Mushon</a></div>
<img src="images/mushon_affiliations.png" alt="" class="" /></div>
</div>
<div class="slide">
<h1><em>Open source is great!</em><br>
But does it really exist beyond code?</h1>
</div>
<div class="slide full">
<h1>Diagram</h1>
<img src="images/osd_diagram_1.png" alt="" class="full" />
</div>
<div class="slide full">
<img src="images/osd_diagram_2.png" alt="" class="full" />
</div>
<div class="slide full">
<img src="images/osd_diagram_3.png" alt="" class="full" />
</div>
<div class="slide full">
<img src="images/osd_diagram_4.png" alt="" class="full" />
</div>
<div class="slide full">
<img src="images/osd_diagram_5.png" alt="" class="full" />
</div>
<div class="slide full">
<img src="images/osd_diagram_6.png" alt="" class="full" />
</div>
<div class="slide full">
<img src="images/osd_diagram_7.png" alt="" class="full" />
</div>
<div class="slide full">
<img src="images/osd_diagram_8.png" alt="" class="full" />
</div>
<div class="slide full">
<img src="images/osd_diagram_9.png" alt="" class="full" />
</div>
<div class="slide">
<h1>1. Scratching an Itch</h1>
<ul class="incremental">
<li><em>OS motivation</em> - personal interest in (and low costs for) collaboration</li>
<li><em>OSD</em> motivation - <em>not so straight-forward</em></li>
<li><em>Chicken & Egg</em> - Designers don’t use OSS</li>
</ul>
</div>
<div class="slide">
<h1>2. Granularity</h1>
<ul class="incremental">
<li>In coding (software) and writing (wikis) the building block is granular - <em>a character</em></li>
<li>Allows for <em>varied contribution</em>:
<ul>
<li>Accessible ladder of contribution</li>
<li>History</li>
<li>Moderation</li>
<li>Transparency</li>
</ul>
</li>
</ul>
</div>
<div class="slide">
<h1>3. Language</h1>
<p><img src="images/osd_comcycle_1.png" alt="" class=""/></p>
<center>
<h2>Encodeing / Decoding</h2>
<p>Stuart Hall 1980</p>
</center>
</div>
<div class="slide full">
<img src="images/osd_comcycle_2.png" alt="" class="full" />
</div>
<div class="slide full">
<p><img src="images/osd_comcycle_3.png" alt="" class="full" style="margin-top: 9%;" /></p>
</div>
<div class="slide full">
<img src="images/osd_comcycle_4.png" alt="" class="full" />
</div>
<div class="slide full">
<img src="images/osd_comcycle_5.png" alt="" class="full" />
</div>
<div class="slide full">
<img src="images/osd_comcycle_6.png" alt="" class="full" />
</div>
<div class="slide full">
<img src="images/osd_comcycle_7.png" alt="" class="full" />
</div>
<div class="slide full">
<img src="images/osd_comcycle_8.png" alt="" class="full" />
</div>
<div class="slide">
<h1>Encoding</h1>
<ul class="incremental">
<li><em>Finding a language is an initial step</em> in design (graphic, color, layout, animation, interaction...)</li>
<li>Coding <em>without a shared language</em> is impossible</li>
<li>Setting <em>collaboration standards</em> is essential</li>
<li>Standardization <em>VS. Innovation</em></li>
</ul>
</div>
<div class="slide">
<h1>Decoding</h1>
<ul class="incremental">
<li><em>Code either executes or it doesn’t</em>, but a message interpretation isn’t binary</li>
<li>The computer multitasks, our brain doesn't - <em>Inconsistent design fragments the message</em></li>
<li>Wikipedia has <em>largely rational guidelines</em> for decision making, design doesn’t</li>
</ul>
</div>
<div class="slide">
<h1><em>So is it simply undoable?</em></h1>
<h3>(would I be wasting your time if I thought so?)</h3>
</div>
<div class="slide full">
<img src="images/osd_ex_1.png" alt="" class="full" />
</div>
<div class="slide full">
<img src="images/osd_ex_2.png" alt="" class="full" />
</div>
<div class="slide full">
<img src="images/osd_ex_3.png" alt="" class="full" />
</div>
<div class="slide full">
<img src="images/osd_ex_4.png" alt="" class="full" />
</div>
<div class="slide full">
<img src="images/osd_ex_5.png" alt="" class="full" />
</div>
<div class="slide full">
<img src="images/osd_ex_6.png" alt="" class="full" />
</div>
<div class="slide full">
<img src="images/osd_ex_7.png" alt="" class="full" />
</div>
<div class="slide full">
<img src="images/osd_ex_8.png" alt="" class="full" />
</div>
<div class="slide full">
<img src="images/osd_ex_9.png" alt="" class="full" />
</div>
<div class="slide full">
<img src="images/osd_ex_10.png" alt="" class="full" />
</div>
<div class="slide full">
<img src="images/osd_ex_11.png" alt="" class="full" />
</div>
<div class="slide full">
<img src="images/osd_ex_12.png" alt="" class="full" />
</div>
<div class="slide full titled">
<h3 style="bottom:0; font-size:0.7em"><strike>User Generated Content</strike><br>
<em>User Generated Interfaces</em></h3>
<img src="images/osd_ex_13.png" alt="" class="full" />
</div>
<div class="slide tight">
<h1>Fixing it: <br>
1. Scratching an Itch</h1>
<ul class="incremental">
<li><em>Price</em> is always itching, but it's not enough</li>
<li>We <em>can't expect/force the use of bad tools</em> as an ideological statement</li>
<li><em>Some success</em> with webdesign<br>
*Still <em>very code-based</em></li>
</ul>
</div>
<div class="slide tight">
<h1>Fixing it: <br>
2. Granularity</h1>
<ul class="incremental">
<li><em>When possible</em>, use granular building blocks - namely: <em>use code</em><br>
Get designers on version control systems
<li><em>Put all master files online</em><br>
Explore file collaboration & versioning tools (Dropbox?)</li>
</ul>
</div>
<div class="slide tight">
<h1>Fixing it: <br>
3. Language</h1>
<h3>Collaborative Encoding:</h3>
<ul class="incremental">
<li>1st step:<br>
Conduct a <em>networked research</em><br>
(we already have collaborative tools for that)</li>
<li>2nd step:<br>
Define a modular and <em>extensible language</em><br>
* Support simple inheritance (like in CSS)</li>
<li>3rd step: <br>
<em>Document</em> the language (style guides)</li>
</ul>
</div>
<div class="slide tight">
<h1>Fixing it: <br>
3. Language</h1>
<h3>Collaborative Decoding:</h3>
<ul class="incremental">
<li><em>Some design decisions are rational</em>, and can achieve consensus, like:
<ul class="incremental">
<li>UX research</li>
<li>Technical aspects of design</li>
<li>Design best practices (in typography, use of icons, interaction paradigms...)</li>
</ul>
<li><em>Blogs</em> share resources and documentation</li>
</ul>
</div>
<div class="slide full">
<img src="images/osd_mice.png" alt="" class="full" style="margin-top:9%;"/>
<h3><center><em>Scaling Subjectivity</em></center></h3>
</div>
<div class="slide full">
<img src="images/osd_final.png" alt="" class="full" />
</div>
<div class="slide full titled">
<h3>A nuanced analysis of OS:<br>
<em>Openness + Leadership</em></h3>
<img src="images/osd_final.png" alt="" class="full" />
</div>
<div class="slide">
<h1>We can’t just sprinkle design with the <em>magic pixie dust of “Open Source”</em></h1>
</div>
<div class="slide">
<h1>Collaboration is hard!<br>
<em>Let’s make it easier</em></h1>
</div>
<div class="slide">
<h1><em>Thanks!</em></h1>
<h3>Future Everything, May 2010</h3>
<div class="deemph top-marg-1">Fork me on <a href="http://github.com/mushon/osd-presentation" href="blank">Github.com/mushon/osd-presentation</a></div>
<div class="top-marg-4">Mushon Zer-Aviv / <a href="http://mushon.com" href="blank">Mushon.com</a> / <a href="http://twitter.com/mushon" href="blank">@Mushon</a></div>
<img src="images/mushon_affiliations.png" alt="" class="" /></div>
</div>
</body>
</html>