-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·378 lines (304 loc) · 19.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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>The art of patience or Why you should bother teaching Git to designers</title>
<link rel="stylesheet" href="css/reveal.css">
<link rel="stylesheet" href="css/theme/league.css">
<!-- Theme used for syntax highlighting of code -->
<link rel="stylesheet" href="lib/css/zenburn.css">
<!-- Printing and PDF exports -->
<script>
var link = document.createElement( 'link' );
link.rel = 'stylesheet';
link.type = 'text/css';
link.href = window.location.search.match( /print-pdf/gi ) ? 'css/print/pdf.css' : 'css/print/paper.css';
document.getElementsByTagName( 'head' )[0].appendChild( link );
</script>
</head>
<body>
<div class="reveal">
<div class="slides">
<!-- ADSS PGR Conference 2018 -->
<section>
<h1>The art of <span style="color:#13daec;">patience</span></h1>
<h4>or Why bother <br/>
teaching <span style="color:#13daec;">Git</span> to a <span style="color:#13daec;">designer</span></h4>
</section>
<section data-background="resources/sleepy_turtle.jpg"></section>
<section>
<h1>Interaction <span style="color:#13daec;">design</span></h1>
</section>
<section data-background="resources/bill_mogridge.jpg"></section>
<section>
<p style="font-size:1.2em;text-align:left;">Like industrial design, the discipline (...) would <span style="color:#13daec;">start from</span> the needs and desires of <span style="color:#13daec;">the people</span> who use a product or service</p>
<p style="font-size:0.6em;color:#9f9f9f;text-align:left;margin-top:2em;">Bill Mogridge, <em>Designing Interactions</em> (2007:14)</p>
</section>
<section data-transition="slide-in fade-out">
<h2>Building software that makes sense to the people who use it</h2>
</section>
<section data-transition="fade-in slide-out">
<h2>Building <span style="color:#13daec;">software that makes sense</span> to the people who use it</h2>
</section>
<section data-background="resources/john_maeda.jpg"></section>
<!--section>
<h2>Why am I doing this?</h2>
<ol>
<li class="fragment" style="padding-bottom:.5em;">I am bit broke</li>
<li class="fragment" style="padding-bottom:.5em;">Git is a powerful tool for designers</li>
<li class="fragment">Some stuff might be reusable</li>
</ol>
</section-->
<section data-background="resources/wizarding_equipment.png"></section>
<section>
<h2>I want you to <span style="color:#13daec;">teach Git to</span> the <span style="color:#13daec;">designers</span> working with you</h2>
</section>
<section>
<h2>A story in <span style="color:#13daec;">3 parts</span></h2>
<ol>
<li style="padding-bottom:.5em;">How</li>
<li style="padding-bottom:.5em;">Why</li>
<li style="padding-bottom:.5em;">How long</li>
</ol>
</section>
<section>
<h1>1. How?</h1>
</section>
<section>
<img src="resources/yoctoproject.png" style="margin-top:0px;">
</section>
<section data-transition="slide-in fade-out">
<p>The Yocto Project provides a set of tools for creating and maintaining customised Linux distributions for embedded devices, between them a build system.</p>
</section>
<section data-transition="fade-in slide-out">
<p>The Yocto Project <span style="color:#111;">provides</span> a <span style="color:#111;">set</span> of <span style="color:#111;">tools</span> for <span style="color:#111;">creating</span> and <span style="color:#111;">maintaining customised Linux distributions</span> for <span style="color:#111;">embedded devices</span>, between them a <span style="color:#111;">build system</span>.</p>
</section>
<section data-background="resources/whatever.jpg"></section>
<section data-background="resources/paul_eggleton.png"></section>
<section>
<img src="resources/toaster.png">
</section>
<section data-background="resources/dev_process_old.jpg"></section>
<section>
<img src="resources/always_asking.png">
</section>
<section data-background-video="resources/getting_your_job_done.webm">
</section>
<section>
<h2>Some interesting takeaways</h2>
<ol>
<li class="fragment" style="padding-bottom:.5em;">Teach on a <span style="color:#13daec;">need to know</span> basis</li>
<li style="padding-bottom:.5em;visibility:hidden;"><span style="color:#13daec;">Avoid</span> the Git <span style="color:#13daec;">jargon</span></li>
<li style="padding-bottom:.5em;visibility:hidden;"><span style="color:#13daec;">Don't bother</span> too much <span style="color:#13daec;">with the concepts</span></li>
<li style="padding-bottom:.5em;visibility:hidden;"><span style="color:#13daec;">Do things with</span> - never for - your designers</li>
<li style="padding-bottom:.5em;visibility:hidden;">Designers should take <span style="color:#13daec;">notes and</span> keep <span style="color:#13daec;">a cheat sheet</span></li>
<li style="visibility:hidden;">Teach <span style="color:#13daec;">command-line</span> Git</li>
</ol>
</section>
<section>
<img src="resources/poky_contrib.png">
</section>
<section>
<pre style="text-align:center;font-size:1.2em;">git clone [SPECIAL_PLACE]</pre>
</section>
<section>
<img src="resources/branch_thingies.png">
</section>
<section>
<pre style="font-size:1.2em;text-align:center;">git checkout [BRANCH_THINGHY]</pre>
</section>
<section>
<h2>Some interesting takeaways</h2>
<ol>
<li style="padding-bottom:.5em;">Teach on a <span style="color:#13daec;">need to know</span> basis</li>
<li class="fragment" style="padding-bottom:.5em;"><span style="color:#13daec;">Avoid</span> the Git <span style="color:#13daec;">jargon</span></li>
<li style="padding-bottom:.5em;visibility:hidden;"><span style="color:#13daec;">Don't bother</span> too much <span style="color:#13daec;">with the concepts</span></li>
<li style="padding-bottom:.5em;visibility:hidden;"><span style="color:#13daec;">Do things with</span> - never for - your designers</li>
<li style="padding-bottom:.5em;visibility:hidden;">Designers should take <span style="color:#13daec;">notes and</span> keep <span style="color:#13daec;">a cheat sheet</span></li>
<li style="visibility:hidden;">Teach <span style="color:#13daec;">command-line</span> Git</li>
</ol>
</section>
<section data-transition="slide-in fade-out">
<pre style="font-size:1.2em;text-align:center;">git pull</pre>
</section>
<section data-transition="fade-in slide-out">
<pre style="font-size:1.2em;text-align:center;">git fetch</pre>
</section>
<section data-background="resources/idontcare.jpg"></section>
<section>
<h2>Some interesting takeaways</h2>
<ol>
<li style="padding-bottom:.5em;">Teach on a <span style="color:#13daec;">need to know</span> basis</li>
<li style="padding-bottom:.5em;"><span style="color:#13daec;">Avoid</span> the Git <span style="color:#13daec;">jargon</span></li>
<li class="fragment" style="padding-bottom:.5em;"><span style="color:#13daec;">Don't bother</span> too much <span style="color:#13daec;">with the concepts</span></li>
<li style="padding-bottom:.5em;visibility:hidden;"><span style="color:#13daec;">Do things with</span> - never for - your designers</li>
<li style="padding-bottom:.5em;visibility:hidden;">Designers should take <span style="color:#13daec;">notes and</span> keep <span style="color:#13daec;">a cheat sheet</span></li>
<li style="visibility:hidden;">Teach <span style="color:#13daec;">command-line</span> Git</li>
</ol>
</section>
<section>
<pre style="font-size:1.2em;text-align:center;">git checkout -b [NEW_BRANCH]</pre>
</section>
<section>
<pre style="font-size:1.2em;text-align:center;">git add [FILES]</pre>
<pre style="font-size:1.2em;text-align:center;">git commit -s</pre>
</section>
<section>
<pre style="font-size:1.2em;">git branch -d [BRANCH]</pre>
<pre style="font-size:1.2em;">git branch -D [BRANCH]</pre>
<pre style="font-size:1.2em;">git push --delete [REMOTE] [BRANCH]</pre>
</section>
<section>
<pre style="font-size:1.2em;text-align:center;">git commit --amend</pre>
</section>
<section>
<pre style="font-size:1.2em;text-align:center;">git push [REMOTE] [BRANCH]</pre>
</section>
<section>
<h2>Some interesting takeaways</h2>
<ol>
<li style="padding-bottom:.5em;">Teach on a <span style="color:#13daec;">need to know</span> basis</li>
<li style="padding-bottom:.5em;"><span style="color:#13daec;">Avoid</span> the Git <span style="color:#13daec;">jargon</span></li>
<li style="padding-bottom:.5em;"><span style="color:#13daec;">Don't bother</span> too much <span style="color:#13daec;">with the concepts</span></li>
<li class="fragment" style="padding-bottom:.5em;"><span style="color:#13daec;">Do things with</span> - never for - your designers</li>
<li class="fragment" style="padding-bottom:.5em;">Designers should take <span style="color:#13daec;">notes and</span> keep <span style="color:#13daec;">a cheat sheet</span></li>
<li style="visibility:hidden;">Teach <span style="color:#13daec;">command-line</span> Git</li>
</ol>
</section>
<section>
<img src="resources/cheatsheet.png">
</section>
<section data-background="resources/independence.jpg"></section>
<section>
<img src="resources/terminal.png">
</section>
<section>
<p style="font-size:1.2em;text-align:left;">A mental model is <span style="color:#13daec;">what the user believes</span> about the system at hand (...) A mental model is based on <span style="color:#13daec;">belief, not facts</span>: that is, it's a model of what users know (or think they know) about a system</p>
<p style="font-size:0.6em;color:#9f9f9f;text-align:left;margin-top:2em;">Jakob Nielsen, <a href="https://www.nngroup.com/articles/mental-models/">Mental Models</a> (2010)</p>
</section>
<section>
<p style="font-size:1.2em;text-align:left;">In case of a mental-model mismatch (...) <span style="color:#13daec;">make the system conform to users' mental models</span></p>
<p style="font-size:0.6em;color:#9f9f9f;text-align:left;margin-top:2em;">Jakob Nielsen, <a href="https://www.nngroup.com/articles/mental-models/">Mental Models</a> (2010)</p>
</section>
<section>
<img src="resources/git_jargon_on_github.png">
</section>
<section>
<h2>Some interesting takeaways</h2>
<ol>
<li style="padding-bottom:.5em;">Teach on a <span style="color:#13daec;">need to know</span> basis</li>
<li style="padding-bottom:.5em;"><span style="color:#13daec;">Avoid</span> the Git <span style="color:#13daec;">jargon</span></li>
<li style="padding-bottom:.5em;"><span style="color:#13daec;">Don't bother</span> too much <span style="color:#13daec;">with the concepts</span></li>
<li style="padding-bottom:.5em;"><span style="color:#13daec;">Do things with</span> - never for - your designers</li>
<li style="padding-bottom:.5em;">Designers should take <span style="color:#13daec;">notes and</span> keep <span style="color:#13daec;">a cheat sheet</span></li>
<li class="fragment">Teach <span style="color:#13daec;">command-line</span> Git</li>
</ol>
</section>
<section>
<h1>2. Why?</h1>
</section>
<section data-background-video="resources/patience.webm"></section>
<section data-background="resources/designers_are_wankers.png"></section>
<section>
<p style="font-size:1.2em;text-align:left;">lurking behind the demand for designers to code is the more pertinent and useful question of whether or not <span style="color:#13daec;">designers should understand the strong forces that the coder has to wrestle with</span>. My answer to that is an unequivocal “Yes!”</p>
<p style="font-size:0.6em;color:#9f9f9f;text-align:left;margin-top:2em;">Alan Cooper, <a href="https://medium.com/@MrAlanCooper/should-designers-code-417de265531c">Should Designers Code?? No, Part Two: Know Versus Do.</a> (2017)</p>
</section>
<section>
<h2>Why should designers learn Git?</h2>
<ol>
<li class="fragment" style="padding-bottom:.5em;">Learning about <span style="color:#13daec;">software as design material</li>
<li style="padding-bottom:.5em;visibility:hidden;">Turning designers into <span style="color:#13daec;">partners in building</span></li>
<li style="padding-bottom:.5em;visibility:hidden;"><span style="color:#13daec;">Participating</span> in our own terms</li>
<li style="padding-bottom:.5em;visibility:hidden;"><span style="color:#13daec;">Contributing to FOSS</span></li>
</ol>
</section>
<section data-background-video="resources/participation.webm"></section>
<section data-background="resources/wall.jpg"></section>
<section>
<h2>Why should designers learn Git?</h2>
<ol>
<li style="padding-bottom:.5em;">Learning about <span style="color:#13daec;">software as design material</li>
<li class="fragment" style="padding-bottom:.5em;">Turning designers into <span style="color:#13daec;">partners in building</span></li>
<li style="padding-bottom:.5em;visibility:hidden;"><span style="color:#13daec;">Participating</span> in our own terms</li>
<li style="padding-bottom:.5em;visibility:hidden;"><span style="color:#13daec;">Contributing to FOSS</span></li>
</ol>
</section>
<section data-background-video="resources/influence.webm"></section>
<section>
<img src="resources/design_reviews.png">
</section>
<section>
<h2>Why should designers learn Git?</h2>
<ol>
<li style="padding-bottom:.5em;">Learning about <span style="color:#13daec;">software as design material</li>
<li style="padding-bottom:.5em;">Turning designers into <span style="color:#13daec;">partners in building</span></li>
<li class="fragment" style="padding-bottom:.5em;"><span style="color:#13daec;">Participating</span> in our own terms</li>
<li style="padding-bottom:.5em;visibility:hidden;"><span style="color:#13daec;">Contributing to FOSS</span></li>
</ol>
</section>
<section>
<img src="resources/foss.png">
</section>
<section data-background="resources/designers_and_git.png"></section>
<section>
<h2>Why should designers learn Git?</h2>
<ol>
<li style="padding-bottom:.5em;">Learning about <span style="color:#13daec;">software as design material</li>
<li style="padding-bottom:.5em;">Turning designers into <span style="color:#13daec;">partners in building</span></li>
<li style="padding-bottom:.5em;"><span style="color:#13daec;">Participating</span> in our own terms</li>
<li class="fragment" style="padding-bottom:.5em;">Contributing to <span style="color:#13daec;">FOSS</span></li>
</ol>
</section>
<section>
<h1>3. How long?</h1>
</section>
<section data-transition="slide-in fade-out">
<h1>2 ... </h1>
</section>
<section data-transition="fade-in fade-out">
<h1>2 ... years</h1>
</section>
<section data-background="resources/flour.jpg"></section>
<section>
<p>To Paul Eggleton and Michael Wood <br/> for teaching me Git.</p>
</section>
<section>
<h3 style="text-align:left;">Credits</h3>
<p style="text-align:left;font-size:.7em;"><a href="https://www.flickr.com/photos/kj-an/2195774925/">Sleepy Turtle</a> by <a href="https://www.flickr.com/photos/kj-an/">Kevin Jones</a> - <a href="https://creativecommons.org/licenses/by/2.0/">CC BY 2.0</a></p>
<p style="text-align:left;font-size:.7em;"><a href="https://www.flickr.com/photos/dotx3/4757630757/">Bill Moggridge at CIID</a> by <a href="https://www.flickr.com/photos/dotx3/">Mayo Nissen</a> - <a href="https://creativecommons.org/licenses/by-nc/2.0/">CC BY-NC 2.0</a></p>
<p style="text-align:left;font-size:.7em;"><a href="https://www.flickr.com/photos/darrenkw/26644032583/">the Making of Harry Potter - Wiseacre's Wizarding Equipment</a> by <a href="https://www.flickr.com/photos/darrenkw/">Darren</a> - <a href="https://creativecommons.org/licenses/by-nc-nd/2.0/">CC BY-NC-ND 2.0</a></p>
<p style="text-align:left;font-size:.7em;"><a href="https://www.flickr.com/photos/malakhkelevra/5611241912/">Flour</a> by <a href="https://www.flickr.com/photos/malakhkelevra/">Michelangelo Carrieri</a> - <a href="https://creativecommons.org/licenses/by-nd/2.0">CC BY-ND 2.0</a></p>
<p style="text-align:left;font-size:.7em;"><a href="https://www.flickr.com/photos/thomashawk/4547136964/">Whatever</a> by <a href="https://www.flickr.com/photos/thomashawk/">Thomas Hawk</a> - <a href="https://creativecommons.org/licenses/by-nc/2.0/">CC BY-NC 2.0</a></p>
<p style="text-align:left;font-size:.7em;"><a href="https://www.xkcd.com/2051/">Bad Opinions</a> by <a href="https://www.xkcd.com">xkcd</a> - <a href="https://creativecommons.org/licenses/by-nc/2.5/">CC BY-NC 2.5</a></p>
<p style="text-align:left;font-size:.7em;"><a href="https://www.flickr.com/photos/notoriousmat/7510129210/">INDEPENDENCE</a> by <a href="https://www.flickr.com/photos/notoriousmat/">Mat Simpson</a> - <a href="https://creativecommons.org/licenses/by-nc-nd/2.0/">CC BY-NC-ND 2.0</a></p>
<p style="text-align:left;font-size:.7em;"><a href="https://www.flickr.com/photos/65798313@N06/6186285060/">Red brick wall</a> by <a href="https://www.flickr.com/photos/65798313@N06/">Picdrome Public Domain Pictures</a> - <a href="https://creativecommons.org/publicdomain/zero/1.0/">CC0 1.0</a></p>
</section>
<section>
<h1 style="text-align:left;">Thank you!</h1>
<p style="text-align:left;">Slides at</p>
<p style="text-align:left;font-size:.7em;"> <a href="https://belenbarrospena.github.io/the_art_of_patience_gitmerge2019/">https://belenbarrospena.github.io/the_art_of_patience_gitmerge2019/</a></p>
<p style="text-align:left;">Script at</p>
<p style="text-align:left;font-size:.7em;"><a href="https://preview.tinyurl.com/y7q6y5um">https://preview.tinyurl.com/y7q6y5um</a></p>
<p style="text-align:left;margin-top:40px;">Get in touch</p>
<p style="text-align:left;font-size:.7em;"><a href="mailto:[email protected]">[email protected]</p>
</section>
</div>
</div>
<script src="lib/js/head.min.js"></script>
<script src="js/reveal.js"></script>
<script>
// More info https://github.com/hakimel/reveal.js#configuration
Reveal.initialize({
history: true,
// More info https://github.com/hakimel/reveal.js#dependencies
dependencies: [
{ src: 'plugin/markdown/marked.js' },
{ src: 'plugin/markdown/markdown.js' },
{ src: 'plugin/notes/notes.js', async: true },
{ src: 'plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } }
]
});
</script>
</body>
</html>