-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
356 lines (333 loc) · 13.3 KB
/
index.html
File metadata and controls
356 lines (333 loc) · 13.3 KB
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>Libre Designers and the Software Apocalypse</title>
<link rel="stylesheet" href="dist/reset.css">
<link rel="stylesheet" href="dist/reveal.css">
<link rel="stylesheet" href="dist/theme/black.css">
<!-- Theme used for syntax highlighted code -->
<link rel="stylesheet" href="plugin/highlight/monokai.css">
<style>
:root {
--r-background-color: #111111;
--r-link-color-hover: #657b69;
--r-link-color-dark: #4c5c4f;
--r-link-color: #93b398;
--r-heading-text-transform: none;
--r-heading-font-weight: 500;
}
aside {
font-size: 0.7em;
color: #ccc;
}
cite {
font-style: italic;
}
blockquote em {
font-weight: bold;
}
footer {
position: absolute;
bottom: 10px;
left: 10px;
z-index: 100;
width: 10%;
min-width: 200px;
img {
width: 100%;
}
}
</style>
</head>
<body>
<div class="reveal">
<div class="slides">
<section>
<section>
<h2 class="r-fit-text">Libre Designers and the Software Apocalypse</h2>
<img src="assets/apocalypse-ai.png" class="r-frame r-stretch"/>
</section>
<section>
<p>OK, that's enough of that!</p>
</section>
<section>
Graphic design and user experience in open-source programming tools
and tools for programmers.
</section>
</section>
<!-- About me -->
<section>
<section>
<h2>About me</h2>
</section>
<section>
<h2>Neil C Smith</h2>
<img src="assets/codelerity.png" style="max-width: 35%;" />
<p><em>Focus on real-time systems, real-time programming, media,
embedded and tools on the JVM.</em></p>
</section>
<section data-background-image="assets/sound-pool3.jpg" data-background-transition="zoom"></section>
<section data-background-image="assets/justitia.jpg" data-background-transition="zoom"></section>
<section data-background-image="assets/col.jpg" data-background-transition="zoom"></section>
<section data-background-image="assets/amen.jpg" data-background-transition="zoom"></section>
<section>
<img src="assets/praxislive.jpg" />
<p>PraxisLIVE<br>www.praxislive.org</p>
</section>
<section>
<img src="assets/apache-netbeans.png" />
<p>Apache NetBeans IDE and platform</p>
</section>
</section>
<!-- Background to this talk -->
<section>
<section>
<h2>Background to this talk</h2>
</section>
<section>
<p>LGM 2019</p>
<p>Sessions on improving design and UI/UX in FLOSS</p>
</section>
<section>
<p><cite>The Coming Software Apocalypse</cite><br>
James Somers, The Atlantic, September 2017
</p>
<aside>
<ul>
<li class="fragment">A software fault taking down a state 911 system for hours</li>
<li class="fragment">A software fault in cars causing uncontrolled acceleration</li>
</ul>
</aside>
</section>
<section>
<blockquote class="r-fit-text">
Our standard framework for thinking about engineering failures
… was developed … before the advent of software, for electromechanical
systems … (you build your engine to withstand 40,000 takeoff-and-landing cycles)
… But software doesn’t <em>break</em>. [the] faulty threshold is not like the
faulty rivet that leads to the crash of an airliner. The software did
exactly what it was told to do. In fact it did it perfectly. The reason
it failed is that it was told to do the wrong thing. Software failures
are failures of understanding, and of imagination.
</blockquote>
</section>
<section>
<p><s>LGM 2020</s> ... 2025?</p>
</section>
<section>
<p>All programming tools are 💩</p>
<aside>Some are slightly less 💩 than others</aside>
</section>
<section>
<blockquote class="r-fit-text">
[Chris Granger on Visual Studio] “It’s over 55 million lines of code.
And one of the things that I found out in this study is more than 98
percent of it is completely irrelevant. All this work had been put
into this thing, but it missed the fundamental problems that people
faced … basically <em>people are playing computer inside their head.</em>”
Programmers are like chess players trying to play with a blindfold
on - so much of their mental energy is spent just trying to picture
where the pieces are.
</blockquote>
</section>
<section>
<p>Bret Victor - Inventing on Principle, Dynamicland</p>
<p>Ink & Switch - Programmable Ink</p>
</section>
<section>
<img class="r-stretch" src="assets/misty-path.jpg" />
<aside>A ... B? . C? .......... Z</aside>
</section>
</section>
<!-- Enhancing the text editor -->
<section>
<section>
<h2>Code as typography</h2>
</section>
<section>
<img src="assets/netbeans1.png" />
<aside>Syntax and semantic highlighting<br>
Apache NetBeans IDE (code editor)<br>
https://netbeans.apache.org</aside>
</section>
<section>
<img src="assets/netbeans2.png" />
<aside>Inline hints</aside>
</section>
<section>
<img src="assets/netbeans3.png" />
<aside>Hyperlinks and documentation overlays</aside>
</section>
<section>
<video class="r-stretch" data-autoplay loop src="assets/p5-tweak.webm" ></video>
<aside>Processing (tweak mode)<br>https://processing.org</aside>
</section>
<section>
<video class="r-stretch" data-autoplay loop src="assets/gibber.webm" ></video>
<aside>Gibber by Charlie Roberts<br>https://github.com/gibber-cc/gibber</aside>
</section>
<section>
<img class="r-stretch" src="assets/plankalkul.png" />
<aside>Plankalkül<br>Konrad Zuse</aside>
</section>
</section>
<!-- Zooming out -->
<section>
<section>
<h2>Zooming out</h2>
</section>
<section>
<img src="assets/pixels.png" />
</section>
<section>
<img class="r-stretch" src="assets/margaret-hamilton.jpg" />
<aside>Margaret Hamilton, 1969,<br>
Code for the Apollo moon landing (MIT Museum)</aside>
</section>
<section>
<img class="r-stretch" src="assets/nodered.png" />
<aside>Node-RED<br>
https://nodered.org/</aside>
</section>
<section>
<img src="assets/spag-bowl.jpg" />
</section>
<section>
<img class="r-stretch" src="assets/enso.gif" />
<aside>Enso<br>https://github.com/enso-org/enso</aside>
</section>
<section>
<p>Computational notebooks</p>
<aside class="fragment"><cite>Stop Writing Dead Programs</cite><br>
Jack Rusher<br>(Strange Loop conference, 2022)
</aside>
</section>
<section>
<img class="r-stretch" src="assets/clerk1.png" />
<aside>Clerk<br>Moldable live programming for Clojure<br>
https://clerk.vision/</aside>
</section>
<section>
<img class="r-stretch" src="assets/clerk2.png" />
<p>Local First / Bring Your Own Editor</p>
<aside class="fragment">Emacs or Vi?<br>
<code style="font-size: 0.5em;">sudo apt install nano</code>
</aside>
</section>
<section>
<video data-autoplay loop src="assets/clerk-spirograph.mp4"></video>
<aside>OSC Spirograph<br>Andrea Amantini<br>
https://github.com/zampino/osc-spirograph/</aside>
</section>
<section>
<img class="r-stretch" src="assets/clerk-clojure2d.png" />
<aside>clojure2d.color documentation<br>
https://clojure2d.github.io/clojure2d/docs/notebooks/notebooks/color.html</aside>
</section>
<section>
<img class="r-stretch" src="assets/elixir-livebook.png" />
<aside>Livebook (Elixir)<br>https://livebook.dev/</aside>
</section>
<section>
<p>Livebook use cases</p>
<ul>
<li class="fragment">Communication and automation of Elixir systems</li>
<li class="fragment">Connecting to and debugging live systems</li>
</ul>
</section>
</section>
<!-- Context is everything -->
<section>
<section>
<h2>Context is everything</h2>
</section>
<section>
<p>My favourite XML editor?</p>
<img class="fragment" src="assets/inkscape.png" />
</section>
<section>
<p class="r-fit-text">Programming languages and tools are often general purpose</p>
<p class="fragment">Programs rarely are</p>
</section>
<section>
<img class="r-stretch" src="assets/smalltalk76.png" />
<aside>Smalltalk 76</aside>
</section>
<section>
<img class="r-stretch" src="assets/pharo.jpg" />
<aside>Pharo<br>https://pharo.org/</aside>
</section>
<section>
<img src="assets/pharo-inspector.gif" />
<aside>Pharo<br>Live customizable objects inspection</aside>
</section>
<section>
<img class="r-stretch" src="assets/gt-overview.jpg" />
<aside>Glamorous Toolkit<br>https://gtoolkit.com/</aside>
</section>
<section>
<p>Moldable Development</p>
<blockquote class="fragment r-fit-text">
Moldable Development is a way of programming through contextual tools
built for each problem. The premise of Moldable Development is that
there is no single perspective on a system that is correct
</blockquote>
<blockquote class="fragment r-fit-text">
..part of a long term effort to make the inside of software systems
explainable. We see the environment as a language with visual and
interactive operators that can be combined in many ways to create
and consume contextual narratives with and about every aspect of a
software system.
</blockquote>
</section>
<section>
<img class="r-stretch" src="assets/gt-cobol.png" />
<aside>Examining a Cobol system in Glamorous Toolkit</aside>
</section>
<section>
<p><cite>Rewilding Software Engineering</cite></p>
<aside>A book written in the open by Tudor Girba and Simon Wardley<br>
https://moldabledevelopment.com/</aside>
</section>
</section>
<!-- Get involved -->
<section>
<section>
<p>Are you a graphics designer or developer?</p>
<p class="fragment">Looking for your next FLOSS project to contribute to?</p>
<p class="fragment">Maybe give tools for software development a thought!</p>
</section>
<section>
<p>Maybe you can save the world from code! 😁</p>
<img class="r-stretch" src="assets/apocalypse-ai2.png" />
</section>
</section>
<!-- Thanks -->
<section data-background-image="assets/hope-lg.jpg" data-background-opacity="0.35">
<p>Thank you!</p>
<p>Neil C Smith</p>
<p>www.codelerity.com</p>
</section>
</div>
</div>
<footer>
<a href="http://www.codelerity.com"><img src="assets/codelerity.png" /></a>
</footer>
<script src="dist/reveal.js"></script>
<script src="plugin/notes/notes.js"></script>
<script src="plugin/markdown/markdown.js"></script>
<script src="plugin/highlight/highlight.js"></script>
<script>
// More info about initialization & config:
// - https://revealjs.com/initialization/
// - https://revealjs.com/config/
Reveal.initialize({
hash: true,
// Learn about plugins: https://revealjs.com/plugins/
plugins: [RevealMarkdown, RevealHighlight, RevealNotes]
});
</script>
</body>
</html>