Merge branch 'tv-schedule' into lp2019
[libreplanet-static.git] / 2019 / tv.html
1 <!doctype html>
2 <html>
3 <head>
4 <meta charset="utf-8" />
5 <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
6 <title>Notice from #LibrePlanet</title>
7 <meta http-equiv="refresh" content="300">
8 <link href="https://fonts.googleapis.com/css?family=Exo+2:400,800" rel="stylesheet">
9 </head>
10 <style>
11
12 body {
13 font-family: 'Exo 2', sans-serif;
14 margin: 0;
15 padding: 0;
16 overflow: hidden;
17 background-color: #4F0276;
18 color: #DFDFDF;
19 }
20
21 header.grid {
22 grid-area: header;
23 text-align: center;
24 }
25
26 header.grid h1 {
27 background-color: #52ce73;
28 color: #FFF;
29 font-weight: 800;
30 font-size: 3em;
31 padding: 0.3em;
32 width: auto;
33 margin: 0;
34 border-bottom-left-radius: 100px;
35 }
36
37 article.grid {
38 grid-area: content;
39 min-height: 70vh;
40 max-height: 70vh;
41 overflow: auto;
42 }
43
44 #content-program .program-session-desc-block,
45 #content-program button {
46 display: none;
47 }
48
49 aside.grid {
50 grid-area: sidebar;
51 min-height: 80vh;
52 text-align: center;
53 }
54 footer.grid {
55 position: relative;
56 min-height: 20vh;
57 grid-area: footer;
58 background-color: #DFDFDF;
59 color: #4F0276;
60 }
61
62 footer .mpost {
63 font-weight: 400;
64 font-size: 2em;
65 text-align: center;
66 height: 20vh;
67 display: flex;
68 flex-direction: row;
69 flex-wrap: wrap;
70 align-items: center;
71 max-height: 20vh;
72 }
73
74 footer .mpost p { padding: 0px; margin: 0px; margin-bottom: 20px; }
75
76 footer .mpost a {
77 text-decoration: none;
78 color: #000;
79 }
80
81 .wrapper {
82 display: grid;
83 grid-gap: 5px;
84 grid-template-columns: 1fr 3fr;
85 grid-template-areas:
86 "sidebar header"
87 "sidebar content"
88 "footer footer";
89 }
90 .content-ft {
91 font-size: 2em;
92 text-align: center;
93 overflow: hidden;
94 height: 20vh;
95 max-height: 20vh;
96 display: inline-flex;
97 align-content: center;
98 align-items: center;
99 width: 48%;
100 padding: 0 0.5em;
101 }
102 .content-ft:first-child {
103 border-right: 3px solid #4F0276;
104 }
105
106 .program-timeslot-header {
107 background: #52ce73;
108 color: #4F0276;
109 border-radius: 100%;
110 text-align: center;
111 }
112 .program-session-header h2 {
113 font-size: 2.5em;
114 font-weight: 400;
115 color: #DFDFDF;
116 margin: 0;
117 padding: 0;
118 }
119 .program-session { padding-left: 5em; }
120 .program-session-speaker {
121 color: #52ce73;
122 font-size: 2em;
123 }
124 .program-session-speaker a {
125 color: #52ce73;
126 text-decoration: none;
127 }
128 .program-session-room-details {
129 font-weight: 800;
130 font-size: 1.5em;
131 color: #52ce73;
132 padding-bottom: 1.5em;
133 }
134
135 aside { position: relative; }
136
137 .iitem { width: 90%; }
138
139 .item-1,
140 .item-2,
141 .item-3 {
142 position: absolute;
143 display: block;
144 width: 50%;
145 padding: 0px;
146 margin-top: 3em;
147 animation-duration: 20s;
148 animation-timing-function: ease-in-out;
149 animation-iteration-count: infinite;
150 }
151
152 .item-1{
153 animation-name: anim-1;
154 }
155
156 .item-2{
157 animation-name: anim-2;
158 }
159
160 .item-3{
161 animation-name: anim-3;
162 }
163
164 @keyframes anim-1 {
165 0%, 8.3% { left: -100%; opacity: 0; }
166 8.3%,25% { left: 25%; opacity: 1; }
167 33.33%, 100% { left: 110%; opacity: 0; }
168 }
169
170 @keyframes anim-2 {
171 0%, 33.33% { left: -100%; opacity: 0; }
172 41.63%, 58.29% { left: 25%; opacity: 1; }
173 66.66%, 100% { left: 110%; opacity: 0; }
174 }
175
176 @keyframes anim-3 {
177 0%, 66.66% { left: -100%; opacity: 0; }
178 74.96%, 91.62% { left: 25%; opacity: 1; }
179 100% { left: 110%; opacity: 0; }
180 }
181
182 </style>
183 <body>
184
185 <div class="wrapper">
186 <header class="grid">
187 <h1>What's Up!</h1>
188 </header>
189 <article class="grid" id="content-program">
190
191 <article class="program-day" id="day-1-program">
192 <header class="program-day-header">
193 <hgroup>
194 <h2>Saturday, March 23</h2>
195 </hgroup>
196 </header>
197 <article class="program-timeslot" id="day-1-timeslot-1">
198 <header class="program-timeslot-header">
199 <hgroup>
200 <h2>09:00 - 09:00: Registration and breakfast</h2>
201 </hgroup>
202 </header>
203 </article> <!-- day-1-timeslot-1 end -->
204 <article class="program-timeslot" id="day-1-timeslot-2">
205 <header class="program-timeslot-header">
206 <hgroup>
207 <h2>09:45 - 10:00: Welcome to LibrePlanet (Day 1)</h2>
208 </hgroup>
209 </header>
210 <section class="program-session" id="day-1-timeslot-2-session-1">
211 <div class="program-session-speaker">
212 <a href="https://libreplanet.org/2019/speakers#sullivan">John Sullivan</a>
213 </div>
214 <div class="program-session-shelf">
215 <div class="program-session-room-details">
216 <span class="room label label-default">Room 32-123</span>
217 </div>
218 <button aria-controls="day-1-timeslot-2-session-1-collapse" aria-expanded="false" class="btn btn-default btn-xs" data-target="#day-1-timeslot-2-session-1-collapse" data-toggle="collapse">
219 Show details
220 <span aria-hidden="true" class="glyphicon glyphicon-menu-down"></span>
221 </button>
222 </div>
223 <div class="program-session-desc-block">
224 <div class="session-desc collapse in" id="day-1-timeslot-2-session-1-collapse">
225 <p>Welcome to LibrePlanet!</p>
226 </div> <!-- day-1-timeslot-2-session-1-collapse end -->
227 </div>
228 </section> <!-- day-1-timeslot-2-session-1 end -->
229 </article> <!-- day-1-timeslot-2 end -->
230 <article class="program-timeslot" id="day-1-timeslot-3">
231 <header class="program-timeslot-header">
232 <hgroup>
233 <h2>10:00 - 10:45: Opening Keynote</h2>
234 </hgroup>
235 </header>
236 <section class="program-session" id="day-1-timeslot-3-session-1">
237 <header class="program-session-header">
238 <hgroup>
239 <h2>Fighting for Freedom: Medical devices on the front lines</h2>
240 </hgroup>
241 </header>
242 <div class="program-session-speaker">
243 <a href="https://libreplanet.org/2019/speakers#loubani">Tarek Loubani</a>
244 </div>
245 <div class="program-session-shelf">
246 <div class="program-session-room-details">
247 <span class="room label label-default">Room 32-123</span>
248 </div>
249 <button aria-controls="day-1-timeslot-3-session-1-collapse" aria-expanded="false" class="btn btn-default btn-xs" data-target="#day-1-timeslot-3-session-1-collapse" data-toggle="collapse">
250 Show details
251 <span aria-hidden="true" class="glyphicon glyphicon-menu-down"></span>
252 </button>
253 </div>
254 <div class="program-session-desc-block">
255 <div class="session-desc collapse in" id="day-1-timeslot-3-session-1-collapse">
256 <p>Medical devices are expensive and unavailable in many parts of the world
257 despite being essential to care. In this session, Tarek discusses work
258 on the front lines in Gaza to make medical devices accessible by
259 creating free designs and validating them according to
260 medical industry standards. These efforts have been part of a larger
261 initiative to lay a foundation for a post-liberation Gaza in which FLOSS
262 medical devices must compete against proprietary medical devices.</p>
263 </div> <!-- day-1-timeslot-3-session-1-collapse end -->
264 </div>
265 </section> <!-- day-1-timeslot-3-session-1 end -->
266 </article> <!-- day-1-timeslot-3 end -->
267 <article class="program-timeslot" id="day-1-timeslot-4">
268 <header class="program-timeslot-header">
269 <hgroup>
270 <h2>10:45 - 10:55: Break</h2>
271 </hgroup>
272 </header>
273 </article> <!-- day-1-timeslot-4 end -->
274 <article class="program-timeslot" id="day-1-timeslot-5">
275 <header class="program-timeslot-header">
276 <hgroup>
277 <h2>10:55 - 11:40: Session block 1A</h2>
278 </hgroup>
279 </header>
280 <section class="program-session" id="day-1-timeslot-5-session-1">
281 <header class="program-session-header">
282 <hgroup>
283 <h2>Redis Labs and the tragedy of the Commons Clause</h2>
284 </hgroup>
285 </header>
286 <div class="program-session-speaker">
287 <a href="https://libreplanet.org/2019/speakers#lamb">Chris Lamb</a>
288 </div>
289 <div class="program-session-shelf">
290 <div class="program-session-room-details">
291 <span class="room label label-default">Room 32-123</span>
292 </div>
293 <button aria-controls="day-1-timeslot-5-session-1-collapse" aria-expanded="false" class="btn btn-default btn-xs" data-target="#day-1-timeslot-5-session-1-collapse" data-toggle="collapse">
294 Show details
295 <span aria-hidden="true" class="glyphicon glyphicon-menu-down"></span>
296 </button>
297 </div>
298 <div class="program-session-desc-block">
299 <div class="session-desc collapse in" id="day-1-timeslot-5-session-1-collapse">
300 <p>In late 2018, Redis Labs relicensed a number of GNU
301 AGPL-licensed Redis modules with the "Commons Clause"
302 amendment. This talk outlines the history, background, and response to
303 this style of license, and explains how this is ultimately a
304 short-sighted and retrograde step for the companies that are
305 advocating for these licenses.</p>
306 </div> <!-- day-1-timeslot-5-session-1-collapse end -->
307 </div>
308 </section> <!-- day-1-timeslot-5-session-1 end -->
309 <section class="program-session" id="day-1-timeslot-5-session-2">
310 <header class="program-session-header">
311 <hgroup>
312 <h2>Sharing global opportunities for new developers in the Wikipedia community</h2>
313 </hgroup>
314 </header>
315 <div class="program-session-speaker">
316 <a href="https://libreplanet.org/2019/speakers#sethi">Srishti Sethi</a>
317 </div>
318 <div class="program-session-shelf">
319 <div class="program-session-room-details">
320 <span class="room label label-default">Room 32-155</span>
321 </div>
322 <button aria-controls="day-1-timeslot-5-session-2-collapse" aria-expanded="false" class="btn btn-default btn-xs" data-target="#day-1-timeslot-5-session-2-collapse" data-toggle="collapse">
323 Show details
324 <span aria-hidden="true" class="glyphicon glyphicon-menu-down"></span>
325 </button>
326 </div>
327 <div class="program-session-desc-block">
328 <div class="session-desc collapse in" id="day-1-timeslot-5-session-2-collapse">
329 <p>Wikimedia offers a plethora of opportunities for newcomers to get
330 involved; however, as with many other free software
331 projects, getting involved with the Wikimedia technical community can
332 be a daunting prospect for newcomers. This talk is a gentle
333 introduction to the Wikimedia ecosystem, and gives pointers on how to
334 get involved as a volunteer. I will delve into the various ways
335 newcomers can make successful contributions in areas ranging from
336 design to documentation, from programming to testing, and much more.</p>
337 </div> <!-- day-1-timeslot-5-session-2-collapse end -->
338 </div>
339 </section> <!-- day-1-timeslot-5-session-2 end -->
340 <section class="program-session" id="day-1-timeslot-5-session-3">
341 <header class="program-session-header">
342 <hgroup>
343 <h2>Accessibility in front-end environments</h2>
344 </hgroup>
345 </header>
346 <div class="program-session-speaker">
347 <a href="https://libreplanet.org/2019/speakers#ramsayer">Daniel Ramsayer</a>
348 </div>
349 <div class="program-session-shelf">
350 <div class="program-session-room-details">
351 <span class="room label label-default">Room 32-144</span>
352 </div>
353 <button aria-controls="day-1-timeslot-5-session-3-collapse" aria-expanded="false" class="btn btn-default btn-xs" data-target="#day-1-timeslot-5-session-3-collapse" data-toggle="collapse">
354 Show details
355 <span aria-hidden="true" class="glyphicon glyphicon-menu-down"></span>
356 </button>
357 </div>
358 <div class="program-session-desc-block">
359 <div class="session-desc collapse in" id="day-1-timeslot-5-session-3-collapse">
360 <p>This talk is focused on educating front-end developers and others
361 about those impacted by accessibility, and how to design interfaces
362 with this in mind. This will be a general rundown of the most common
363 accessibility issues, the current technologies that are used to
364 mitigate impairment, and new technologies, with an emphasis on free software,
365 that are seeking to better support people with accessibility issues.</p>
366 </div> <!-- day-1-timeslot-5-session-3-collapse end -->
367 </div>
368 </section> <!-- day-1-timeslot-5-session-3 end -->
369 </article> <!-- day-1-timeslot-5 end -->
370 <article class="program-timeslot" id="day-1-timeslot-6">
371 <header class="program-timeslot-header">
372 <hgroup>
373 <h2>11:50 - 12:35: Session block 2A</h2>
374 </hgroup>
375 </header>
376 <section class="program-session" id="day-1-timeslot-6-session-1">
377 <header class="program-session-header">
378 <hgroup>
379 <h2>A survey of GNU Guile software</h2>
380 </hgroup>
381 </header>
382 <div class="program-session-speaker">
383 <a href="https://libreplanet.org/2019/speakers#metts">Erik Edrosa</a>
384 </div>
385 <div class="program-session-shelf">
386 <div class="program-session-room-details">
387 <span class="room label label-default">Room 32-123</span>
388 </div>
389 <button aria-controls="day-1-timeslot-6-session-1-collapse" aria-expanded="false" class="btn btn-default btn-xs" data-target="#day-1-timeslot-6-session-1-collapse" data-toggle="collapse">
390 Show details
391 <span aria-hidden="true" class="glyphicon glyphicon-menu-down"></span>
392 </button>
393 </div>
394 <div class="program-session-desc-block">
395 <div class="session-desc collapse in" id="day-1-timeslot-6-session-1-collapse">
396 <p>This presentation will introduce and examine several software programs
397 written using GNU Guile. GNU Guile is a programming language, and is the
398 official extension language of the GNU Project. We will explore how
399 these software programs make use of Guile, with examples showing how
400 the software is customizable and extensible.</p>
401 </div> <!-- day-1-timeslot-6-session-1-collapse end -->
402 </div>
403 </section> <!-- day-1-timeslot-6-session-1 end -->
404 <section class="program-session" id="day-1-timeslot-6-session-2">
405 <header class="program-session-header">
406 <hgroup>
407 <h2>Governing the software commons</h2>
408 </hgroup>
409 </header>
410 <div class="program-session-speaker">
411 <a href="https://libreplanet.org/2019/speakers#gordon-mckeon">Shauna Gordon-McKeon</a>
412 </div>
413 <div class="program-session-shelf">
414 <div class="program-session-room-details">
415 <span class="room label label-default">Room 32-155</span>
416 </div>
417 <button aria-controls="day-1-timeslot-6-session-2-collapse" aria-expanded="false" class="btn btn-default btn-xs" data-target="#day-1-timeslot-6-session-2-collapse" data-toggle="collapse">
418 Show details
419 <span aria-hidden="true" class="glyphicon glyphicon-menu-down"></span>
420 </button>
421 </div>
422 <div class="program-session-desc-block">
423 <div class="session-desc collapse in" id="day-1-timeslot-6-session-2-collapse">
424 <p>Free software licenses constrain how software can be used, while
425 providing no limits or guidance on how it can be built. As a result,
426 a wide variety of governance structures are used in free software
427 projects, from "one person, one vote" democracy to "benevolent
428 dictator for life," and beyond.</p>
429 <p>This presentation provides a survey of existing governance structures
430 used by free software projects such as Python, Debian, and others.
431 Together, we'll explore how governance decisions have affected these
432 projects over time, using the Common Pool Resource framework developed
433 by Nobel Prize-winning economist Elinor Ostrom.</p>
434 </div> <!-- day-1-timeslot-6-session-2-collapse end -->
435 </div>
436 </section> <!-- day-1-timeslot-6-session-2 end -->
437 <section class="program-session" id="day-1-timeslot-6-session-3">
438 <header class="program-session-header">
439 <hgroup>
440 <h2>The secret battle of encryption algorithms</h2>
441 </hgroup>
442 </header>
443 <div class="program-session-speaker">
444 <a href="https://libreplanet.org/2019/speakers#sopkin">Amanda Sopkin</a>
445 </div>
446 <div class="program-session-shelf">
447 <div class="program-session-room-details">
448 <span class="room label label-default">Eoom 32-144</span>
449 </div>
450 <button aria-controls="day-1-timeslot-6-session-3-collapse" aria-expanded="false" class="btn btn-default btn-xs" data-target="#day-1-timeslot-6-session-3-collapse" data-toggle="collapse">
451 Show details
452 <span aria-hidden="true" class="glyphicon glyphicon-menu-down"></span>
453 </button>
454 </div>
455 <div class="program-session-desc-block">
456 <div class="session-desc collapse in" id="day-1-timeslot-6-session-3-collapse">
457 <p>Come learn the history of encryption methods, from hieroglyphics to
458 the Caesar cipher to more advanced methods used in the
459 twentieth century. I will discuss modern efforts to crack
460 international encryption standards, as well as some systematic
461 weaknesses that have been deliberately introduced into encryption
462 algorithms by world superpowers. I will talk in depth about the
463 Dual-EC PRNG algorithm, the back door that was discovered in this
464 algorithm, and the weaknesses it caused across the technology
465 industry. Attendees will get a kick out of the colorful history of
466 encryption methods, learn valuable lessons on maintaining security,
467 and gain insight into some of these methods' potential weaknesses
468 today.</p>
469 </div> <!-- day-1-timeslot-6-session-3-collapse end -->
470 </div>
471 </section> <!-- day-1-timeslot-6-session-3 end -->
472 </article> <!-- day-1-timeslot-6 end -->
473 <article class="program-timeslot" id="day-1-timeslot-7">
474 <header class="program-timeslot-header">
475 <hgroup>
476 <h2>12:35 - 13:35: Lunch break</h2>
477 </hgroup>
478 </header>
479 </article> <!-- day-1-timeslot-7 end -->
480 <article class="program-timeslot" id="day-1-timeslot-8">
481 <header class="program-timeslot-header">
482 <hgroup>
483 <h2>13:35 - 14:20: Session block 3A</h2>
484 </hgroup>
485 </header>
486 <section class="program-session" id="day-1-timeslot-8-session-1">
487 <header class="program-session-header">
488 <hgroup>
489 <h2>Teaching privacy and security via free software</h2>
490 </hgroup>
491 </header>
492 <div class="program-session-speaker">
493 <a href="https://libreplanet.org/2019/speakers#obrien">Sean O’Brien</a>,
494 <a href="https://libreplanet.org/2019/speakers#oliva">Laurin Weissinger</a>
495 </div>
496 <div class="program-session-shelf">
497 <div class="program-session-room-details">
498 <span class="room label label-default">Room 32-123</span>
499 </div>
500 <button aria-controls="day-1-timeslot-8-session-1-collapse" aria-expanded="false" class="btn btn-default btn-xs" data-target="#day-1-timeslot-8-session-1-collapse" data-toggle="collapse">
501 Show details
502 <span aria-hidden="true" class="glyphicon glyphicon-menu-down"></span>
503 </button>
504 </div>
505 <div class="program-session-desc-block">
506 <div class="session-desc collapse in" id="day-1-timeslot-8-session-1-collapse">
507 <p>Free software is a requirement for privacy and security. At Yale,
508 we've been teaching cybersecurity, facilitating privacy workshops, and
509 analyzing leaky mobile apps using only free software. We'll talk about
510 a new class at Yale Law School, give a summary of this year's Yale
511 Privacy Lab workshops, and provide insight from our collaborations
512 with local makerspaces, Yale CEID, and MakeHaven. Come find out how we
513 emphasize cybersecurity while keeping free software front and
514 center. This session will include a MITM demonstration with a
515 GNU/Linux minicomputer.</p>
516 </div> <!-- day-1-timeslot-8-session-1-collapse end -->
517 </div>
518 </section> <!-- day-1-timeslot-8-session-1 end -->
519 <section class="program-session" id="day-1-timeslot-8-session-2">
520 <header class="program-session-header">
521 <hgroup>
522 <h2>Technical drivers of "cloud" centralization and megacorporate domination</h2>
523 </hgroup>
524 </header>
525 <div class="program-session-speaker">
526 <a href="https://libreplanet.org/2019/speakers#oram">Andrew Oram</a>
527 </div>
528 <div class="program-session-shelf">
529 <div class="program-session-room-details">
530 <span class="room label label-default">Room 32-155</span>
531 </div>
532 <button aria-controls="day-1-timeslot-8-session-2-collapse" aria-expanded="false" class="btn btn-default btn-xs" data-target="#day-1-timeslot-8-session-2-collapse" data-toggle="collapse">
533 Show details
534 <span aria-hidden="true" class="glyphicon glyphicon-menu-down"></span>
535 </button>
536 </div>
537 <div class="program-session-desc-block">
538 <div class="session-desc collapse in" id="day-1-timeslot-8-session-2-collapse">
539 <p>Much hand-wringing appears in the press about the seemingly
540 unstoppable ascendance of a few large corporations in
541 computing. Everything seems to be increasingly centralized in such
542 corporations (a trend popularly called the "cloud," although Richard
543 Stallman has repeatedly criticized the use of that buzzword). This
544 presentation will explain why such centralization and the triumph of
545 first movers is facilitated by three technological factors: the end of
546 Moore's Law, compiling complex algorithms into hardware (which may
547 reach its climax in quantum computing), and the value of aggregating
548 large amounts of data.</p>
549 </div> <!-- day-1-timeslot-8-session-2-collapse end -->
550 </div>
551 </section> <!-- day-1-timeslot-8-session-2 end -->
552 <section class="program-session" id="day-1-timeslot-8-session-3">
553 <header class="program-session-header">
554 <hgroup>
555 <h2>Free software for safe and happy chickens</h2>
556 </hgroup>
557 </header>
558 <div class="program-session-speaker">
559 <a href="https://libreplanet.org/2019/speakers#monsen">Adam Monsen</a>
560 </div>
561 <div class="program-session-shelf">
562 <div class="program-session-room-details">
563 <span class="room label label-default">Room 32-144</span>
564 </div>
565 <button aria-controls="day-1-timeslot-8-session-3-collapse" aria-expanded="false" class="btn btn-default btn-xs" data-target="#day-1-timeslot-8-session-3-collapse" data-toggle="collapse">
566 Show details
567 <span aria-hidden="true" class="glyphicon glyphicon-menu-down"></span>
568 </button>
569 </div>
570 <div class="program-session-desc-block">
571 <div class="session-desc collapse in" id="day-1-timeslot-8-session-3-collapse">
572 <p>Witness this awesome Raspberry Pi-powered chicken door using
573 only free software. You can use this knowledge to create your own
574 automated hardware and software systems. I'll cover features like:</p>
575 </div> <!-- day-1-timeslot-8-session-3-collapse end -->
576 </div>
577 </section> <!-- day-1-timeslot-8-session-3 end -->
578 </article> <!-- day-1-timeslot-8 end -->
579 <article class="program-timeslot" id="day-1-timeslot-9">
580 <header class="program-timeslot-header">
581 <hgroup>
582 <h2>14:20 - 14:30: Break</h2>
583 </hgroup>
584 </header>
585 </article> <!-- day-1-timeslot-9 end -->
586 <article class="program-timeslot" id="day-1-timeslot-10">
587 <header class="program-timeslot-header">
588 <hgroup>
589 <h2>14:30 - 15:15: Session block 4A</h2>
590 </hgroup>
591 </header>
592 <section class="program-session" id="day-1-timeslot-10-session-1">
593 <header class="program-session-header">
594 <hgroup>
595 <h2>The Tor Project: State of the Onion</h2>
596 </hgroup>
597 </header>
598 <div class="program-session-speaker">
599 <a href="https://libreplanet.org/2019/speakers#whited">Stephanie Whited</a>,
600 <a href="https://libreplanet.org/2019/speakers#baguerros">Isabela Bagueros</a>,
601 <a href="https://libreplanet.org/2019/speakers#freitas">Nathan Freitas</a>,
602 <a href="https://libreplanet.org/2019/speakers#mathewson">Nick Mathewson</a>,
603 <a href="https://libreplanet.org/2019/speakers#macrina">Alison Macrina</a>
604 </div>
605 <div class="program-session-shelf">
606 <div class="program-session-room-details">
607 <span class="room label label-default">Room 32-123</span>
608 </div>
609 <button aria-controls="day-1-timeslot-10-session-1-collapse" aria-expanded="false" class="btn btn-default btn-xs" data-target="#day-1-timeslot-10-session-1-collapse" data-toggle="collapse">
610 Show details
611 <span aria-hidden="true" class="glyphicon glyphicon-menu-down"></span>
612 </button>
613 </div>
614 <div class="program-session-desc-block">
615 <div class="session-desc collapse in" id="day-1-timeslot-10-session-1-collapse">
616 <p>Tor is free software for privacy and freedom online;
617 it protects you from tracking, surveillance, and censorship. Over the
618 past year, with the help of a global team of contributors and
619 one-on-one feedback from users around the world, the Tor Project has
620 made major improvements to its software. A handful of Tor contributors
621 will share what progress Tor teams have made, and what challenges they
622 face. They’ll discuss new releases like Tor Browser for Android,
623 usability improvements to Tor Browser, outreach initiatives, Tor
624 network advancements, Tor’s new anti-censorship team, and what’s to
625 come in the next year.</p>
626 </div> <!-- day-1-timeslot-10-session-1-collapse end -->
627 </div>
628 </section> <!-- day-1-timeslot-10-session-1 end -->
629 <section class="program-session" id="day-1-timeslot-10-session-2">
630 <header class="program-session-header">
631 <hgroup>
632 <h2>Free APIs: The next generation</h2>
633 </hgroup>
634 </header>
635 <div class="program-session-speaker">
636 <a href="https://libreplanet.org/2019/speakers#carland">Shaun Carland</a>
637 </div>
638 <div class="program-session-shelf">
639 <div class="program-session-room-details">
640 <span class="room label label-default">Room 32-155</span>
641 </div>
642 <button aria-controls="day-1-timeslot-10-session-2-collapse" aria-expanded="false" class="btn btn-default btn-xs" data-target="#day-1-timeslot-10-session-2-collapse" data-toggle="collapse">
643 Show details
644 <span aria-hidden="true" class="glyphicon glyphicon-menu-down"></span>
645 </button>
646 </div>
647 <div class="program-session-desc-block">
648 <div class="session-desc collapse in" id="day-1-timeslot-10-session-2-collapse">
649 <p>Over the last decade, Application Programming Interfaces (APIs) have
650 acted as the pillars of application development. They provide
651 mechanisms which allow applications to communicate with each
652 other. Developers can integrate various APIs into their code to create
653 entirely new applications.</p>
654 <p>Unfortunately, users of an API are held hostage to the licensing of
655 its creator. If an API is not free software compliant, then none of
656 its users can build free software off of it. Using the Google Maps API
657 as a case study, we will examine the ethical and technological
658 implications of providing open, but not free, access to an API.</p>
659 </div> <!-- day-1-timeslot-10-session-2-collapse end -->
660 </div>
661 </section> <!-- day-1-timeslot-10-session-2 end -->
662 <section class="program-session" id="day-1-timeslot-10-session-3">
663 <header class="program-session-header">
664 <hgroup>
665 <h2>Hackerspace Rancho Electrónico</h2>
666 </hgroup>
667 </header>
668 <div class="program-session-speaker">
669 <a href="https://libreplanet.org/2019/speakers#esperilla">Martha Esperilla</a>,
670 <a href="https://libreplanet.org/2019/speakers#acevedo">Stefanía Acevedo</a>
671 </div>
672 <div class="program-session-shelf">
673 <div class="program-session-room-details">
674 <span class="room label label-default">Room 32-144</span>
675 </div>
676 <button aria-controls="day-1-timeslot-10-session-3-collapse" aria-expanded="false" class="btn btn-default btn-xs" data-target="#day-1-timeslot-10-session-3-collapse" data-toggle="collapse">
677 Show details
678 <span aria-hidden="true" class="glyphicon glyphicon-menu-down"></span>
679 </button>
680 </div>
681 <div class="program-session-desc-block">
682 <div class="session-desc collapse in" id="day-1-timeslot-10-session-3-collapse">
683 <p>We will discuss the Rancho Electrónico Hackerspace, a space that
684 promotes community and offers an educational alternative to scholastic
685 methodologies, and CoAA TV, which is the product of the joint efforts
686 of members of two collectives, Rancho Electrónico and Laboratorio
687 Popular de Medios Libres (Popular Laboratory of Free Media). CoAA TV
688 is a DIY project that forgoes any type of sponsorship or support from
689 government institutions or private companies alike. The channel
690 focuses on experiences, stories, struggles, debates, and thoughts of
691 oppressed and autonomous groups.</p>
692 </div> <!-- day-1-timeslot-10-session-3-collapse end -->
693 </div>
694 </section> <!-- day-1-timeslot-10-session-3 end -->
695 </article> <!-- day-1-timeslot-10 end -->
696 <article class="program-timeslot" id="day-1-timeslot-11">
697 <header class="program-timeslot-header">
698 <hgroup>
699 <h2>15:15 - 15:25: Break</h2>
700 </hgroup>
701 </header>
702 </article> <!-- day-1-timeslot-11 end -->
703 <article class="program-timeslot" id="day-1-timeslot-12">
704 <header class="program-timeslot-header">
705 <hgroup>
706 <h2>15:25 - 16:10: Session block 5A</h2>
707 </hgroup>
708 </header>
709 <section class="program-session" id="day-1-timeslot-12-session-1">
710 <header class="program-session-header">
711 <hgroup>
712 <h2>Large-scale collaboration with free software</h2>
713 </hgroup>
714 </header>
715 <div class="program-session-speaker">
716 <a href="https://libreplanet.org/2019/speakers#platt">Edward Platt</a>,
717 <a href="https://libreplanet.org/2019/speakers#young">Valerie Young</a>,
718 <a href="https://libreplanet.org/2019/speakers#webber">Christopher Webber</a>,
719 <a href="https://libreplanet.org/2019/speakers#zhang">Amy Zhang</a>
720 </div>
721 <div class="program-session-shelf">
722 <div class="program-session-room-details">
723 <span class="room label label-default">Room 32-123</span>
724 </div>
725 <button aria-controls="day-1-timeslot-12-session-1-collapse" aria-expanded="false" class="btn btn-default btn-xs" data-target="#day-1-timeslot-12-session-1-collapse" data-toggle="collapse">
726 Show details
727 <span aria-hidden="true" class="glyphicon glyphicon-menu-down"></span>
728 </button>
729 </div>
730 <div class="program-session-desc-block">
731 <div class="session-desc collapse in" id="day-1-timeslot-12-session-1-collapse">
732 <p>The Internet has made it possible for large, decentralized groups of
733 people from around the world to collaborate with each other, but
734 large-scale collaboration is difficult, and the best practices for
735 effective collaboration are still being worked out by organizers,
736 developers, and collaborators. Free software has provided working
737 examples of large-scale collaborative communities, as well as
738 practical tools for those communities to use. Tools like MediaWiki,
739 Loomio, Discourse, Etherpad, and Git all provide functionality useful
740 for decentralized collaboration. In this panel, organizers,
741 developers, and collaborators will discuss best practices and pitfalls
742 of using these and other tools in real-world collaborations.</p>
743 </div> <!-- day-1-timeslot-12-session-1-collapse end -->
744 </div>
745 </section> <!-- day-1-timeslot-12-session-1 end -->
746 <section class="program-session" id="day-1-timeslot-12-session-2">
747 <header class="program-session-header">
748 <hgroup>
749 <h2>GPL enforcement and customer benefits: Evidence from OpenWRT</h2>
750 </hgroup>
751 </header>
752 <div class="program-session-speaker">
753 <a href="https://libreplanet.org/2019/speakers#kim">Do Yoon Kim</a>
754 </div>
755 <div class="program-session-shelf">
756 <div class="program-session-room-details">
757 <span class="room label label-default">Room 32-155</span>
758 </div>
759 <button aria-controls="day-1-timeslot-12-session-2-collapse" aria-expanded="false" class="btn btn-default btn-xs" data-target="#day-1-timeslot-12-session-2-collapse" data-toggle="collapse">
760 Show details
761 <span aria-hidden="true" class="glyphicon glyphicon-menu-down"></span>
762 </button>
763 </div>
764 <div class="program-session-desc-block">
765 <div class="session-desc collapse in" id="day-1-timeslot-12-session-2-collapse">
766 <p>GPL enforcement is an integral part of software freedom, but we lack
767 systematic evidence on what kind of benefits successful enforcement
768 can provide us. In this session, I discuss a case in which GPL
769 enforcement led to quantifiable benefits for customers: GPL violations
770 by Cisco/Linksys, and the emergence of OpenWRT. In 2003, Cisco/Linksys
771 was found to be in violation of the GPL by distributing GNU/Linux
772 source code with its WRT54G. Successful negotiations by the FSF led
773 Cisco/Linksys to release source code, creating a wide array of custom
774 firmware projects. </p>
775 <p>In this talk, I collect data on wireless routers, custom firmware
776 compatibility, and match this to Amazon.com reviews. I show that users
777 value routers compatible with OpenWRT, and that these products have
778 higher reviews and sell more. This talk highlights the importance of
779 measuring the impact of GPL enforcement, and shows how GPL
780 enforcement can benefit customers.</p>
781 </div> <!-- day-1-timeslot-12-session-2-collapse end -->
782 </div>
783 </section> <!-- day-1-timeslot-12-session-2 end -->
784 <section class="program-session" id="day-1-timeslot-12-session-3">
785 <header class="program-session-header">
786 <hgroup>
787 <h2>Sparking change: What FLOSS can learn from successful social movements</h2>
788 </hgroup>
789 </header>
790 <div class="program-session-speaker">
791 <a href="https://libreplanet.org/2019/speakers#fain">Mary Kate Fain </a>
792 </div>
793 <div class="program-session-shelf">
794 <div class="program-session-room-details">
795 <span class="room label label-default">Room 32-144</span>
796 </div>
797 <button aria-controls="day-1-timeslot-12-session-3-collapse" aria-expanded="false" class="btn btn-default btn-xs" data-target="#day-1-timeslot-12-session-3-collapse" data-toggle="collapse">
798 Show details
799 <span aria-hidden="true" class="glyphicon glyphicon-menu-down"></span>
800 </button>
801 </div>
802 <div class="program-session-desc-block">
803 <div class="session-desc collapse in" id="day-1-timeslot-12-session-3-collapse">
804 <p>While proprietary software remains one of the biggest threats to
805 personal liberty, democracy, and a free future, one simple reality
806 remains: no one takes us seriously. What can free software advocates
807 learn from the successful social movements and revolutions of the
808 past, and how can we apply it to a technological revolution? An
809 experienced grassroots organizer and software developer guided by the
810 principles of Kingian nonviolence will show you what it takes to
811 mobilize communities and generate a social crisis that can no longer
812 be ignored. No technical knowledge required!</p>
813 </div> <!-- day-1-timeslot-12-session-3-collapse end -->
814 </div>
815 </section> <!-- day-1-timeslot-12-session-3 end -->
816 </article> <!-- day-1-timeslot-12 end -->
817 <article class="program-timeslot" id="day-1-timeslot-13">
818 <header class="program-timeslot-header">
819 <hgroup>
820 <h2>16:10 - 16:20: Break</h2>
821 </hgroup>
822 </header>
823 </article> <!-- day-1-timeslot-13 end -->
824 <article class="program-timeslot" id="day-1-timeslot-14">
825 <header class="program-timeslot-header">
826 <hgroup>
827 <h2>16:20 - 17:05: Session block 6A</h2>
828 </hgroup>
829 </header>
830 <section class="program-session" id="day-1-timeslot-14-session-1">
831 <header class="program-session-header">
832 <hgroup>
833 <h2>Australia's decryption law and free software</h2>
834 </hgroup>
835 </header>
836 <div class="program-session-speaker">
837 Amie Stepanovich,
838 Danny O'Brien,
839 <a href="https://libreplanet.org/2019/speakers#baguerros">Isabela Bagueros</a>,
840 <a href="https://libreplanet.org/2019/speakers#levison">Ladar Levison</a>
841 </div>
842 <div class="program-session-shelf">
843 <div class="program-session-room-details">
844 <span class="room label label-default">Room 32-123</span>
845 </div>
846 <button aria-controls="day-1-timeslot-14-session-1-collapse" aria-expanded="false" class="btn btn-default btn-xs" data-target="#day-1-timeslot-14-session-1-collapse" data-toggle="collapse">
847 Show details
848 <span aria-hidden="true" class="glyphicon glyphicon-menu-down"></span>
849 </button>
850 </div>
851 <div class="program-session-desc-block">
852 <div class="session-desc collapse in" id="day-1-timeslot-14-session-1-collapse">
853 <p>Australia passed a law saying it can order anyone, in broad and vague
854 circumstances, to give secret help to the Australian government in
855 decrypting some information. Even people outside Australia can
856 supposedly be ordered to do this. What should the free software
857 community do to defend itself from this threat?</p>
858 </div> <!-- day-1-timeslot-14-session-1-collapse end -->
859 </div>
860 </section> <!-- day-1-timeslot-14-session-1 end -->
861 <section class="program-session" id="day-1-timeslot-14-session-2">
862 <header class="program-session-header">
863 <hgroup>
864 <h2>Free software in the 3D-printing community</h2>
865 </hgroup>
866 </header>
867 <div class="program-session-speaker">
868 <a href="https://libreplanet.org/2019/speakers#thierauf">Chris Thierauf</a>
869 </div>
870 <div class="program-session-shelf">
871 <div class="program-session-room-details">
872 <span class="room label label-default">Room 32-155</span>
873 </div>
874 <button aria-controls="day-1-timeslot-14-session-2-collapse" aria-expanded="false" class="btn btn-default btn-xs" data-target="#day-1-timeslot-14-session-2-collapse" data-toggle="collapse">
875 Show details
876 <span aria-hidden="true" class="glyphicon glyphicon-menu-down"></span>
877 </button>
878 </div>
879 <div class="program-session-desc-block">
880 <div class="session-desc collapse in" id="day-1-timeslot-14-session-2-collapse">
881 <p>3D printing is now a household phrase, and has cemented its usefulness
882 in the industry over the last forty years. As 3D printing becomes more
883 and more accessible for hobbyists, it has become increasingly
884 connected to the free software and free hardware communities. This
885 talk will discuss the prevalence of free software and hardware in the
886 3D-printing community by looking at each stage of the
887 additive-manufacturing rapid-prototyping process, and will analyze the
888 success that other fields can learn from to increase freedom in their
889 industries.</p>
890 </div> <!-- day-1-timeslot-14-session-2-collapse end -->
891 </div>
892 </section> <!-- day-1-timeslot-14-session-2 end -->
893 <section class="program-session" id="day-1-timeslot-14-session-3">
894 <header class="program-session-header">
895 <hgroup>
896 <h2>Copying files between computers</h2>
897 </hgroup>
898 </header>
899 <div class="program-session-speaker">
900 <a href="https://libreplanet.org/2019/speakers#fritz">Fischers Fritz</a>
901 </div>
902 <div class="program-session-shelf">
903 <div class="program-session-room-details">
904 <span class="room label label-default">Room 32-144</span>
905 </div>
906 <button aria-controls="day-1-timeslot-14-session-3-collapse" aria-expanded="false" class="btn btn-default btn-xs" data-target="#day-1-timeslot-14-session-3-collapse" data-toggle="collapse">
907 Show details
908 <span aria-hidden="true" class="glyphicon glyphicon-menu-down"></span>
909 </button>
910 </div>
911 <div class="program-session-desc-block">
912 <div class="session-desc collapse in" id="day-1-timeslot-14-session-3-collapse">
913 <p>Copying files between computers remains an advanced skill, with many
914 people resorting to proprietary software, services as software
915 substitutes, and Internet connections for a task that should be
916 simpler. I will review existing free software techniques for copying
917 files, present a new free software that is intended to facilitate
918 file-copying by laypeople, and assert that this new software would be
919 superior to the popular proprietary software even if the licensing
920 were not a concern.</p>
921 </div> <!-- day-1-timeslot-14-session-3-collapse end -->
922 </div>
923 </section> <!-- day-1-timeslot-14-session-3 end -->
924 </article> <!-- day-1-timeslot-14 end -->
925 <article class="program-timeslot" id="day-1-timeslot-15">
926 <header class="program-timeslot-header">
927 <hgroup>
928 <h2>17:05 - 17:15: Break</h2>
929 </hgroup>
930 </header>
931 </article> <!-- day-1-timeslot-15 end -->
932 <article class="program-timeslot" id="day-1-timeslot-16">
933 <header class="program-timeslot-header">
934 <hgroup>
935 <h2>17:15 - 18:30: Free Software Awards, with Richard Stallman</h2>
936 </hgroup>
937 </header>
938 <section class="program-session" id="day-1-timeslot-16-session-1">
939 <header class="program-session-header">
940 <hgroup>
941 <h2>Awards presentation and speech</h2>
942 </hgroup>
943 </header>
944 <div class="program-session-speaker">
945 <a href="https://libreplanet.org/2019/speakers#stallman">Richard Stallman</a>
946 </div>
947 <div class="program-session-shelf">
948 <div class="program-session-room-details">
949 <span class="room label label-default">Room 32-123</span>
950 </div>
951 <button aria-controls="day-1-timeslot-16-session-1-collapse" aria-expanded="false" class="btn btn-default btn-xs" data-target="#day-1-timeslot-16-session-1-collapse" data-toggle="collapse">
952 Show details
953 <span aria-hidden="true" class="glyphicon glyphicon-menu-down"></span>
954 </button>
955 </div>
956 <div class="program-session-desc-block">
957 <div class="session-desc collapse in" id="day-1-timeslot-16-session-1-collapse">
958 <p>Announcement of the 2019 Free Software Award winners.</p>
959 </div> <!-- day-1-timeslot-16-session-1-collapse end -->
960 </div>
961 </section> <!-- day-1-timeslot-16-session-1 end -->
962 </article> <!-- day-1-timeslot-16 end -->
963 </article> <!-- day-1 end -->
964 <article class="program-day" id="day-2-program">
965 <header class="program-day-header">
966 <hgroup>
967 <h2>Sunday, March 24</h2>
968 </hgroup>
969 </header>
970 <article class="program-timeslot" id="day-2-timeslot-1">
971 <header class="program-timeslot-header">
972 <hgroup>
973 <h2>09:00 - 09:45: Registration and Breakfast</h2>
974 </hgroup>
975 </header>
976 </article> <!-- day-2-timeslot-1 end -->
977 <article class="program-timeslot" id="day-2-timeslot-2">
978 <header class="program-timeslot-header">
979 <hgroup>
980 <h2>09:45 - 10:00: Morning Announcement</h2>
981 </hgroup>
982 </header>
983 <section class="program-session" id="day-2-timeslot-2-session-1">
984 <header class="program-session-header">
985 <hgroup>
986 <h2>Welcome to LibrePlanet (Day 2)</h2>
987 </hgroup>
988 </header>
989 <div class="program-session-speaker">
990 <a href="https://libreplanet.org/2019/speakers#sullivan">John Sullivan</a>
991 </div>
992 <div class="program-session-shelf">
993 <div class="program-session-room-details">
994 <span class="room label label-default">Room 32-123</span>
995 </div>
996 <button aria-controls="day-2-timeslot-2-session-1-collapse" aria-expanded="false" class="btn btn-default btn-xs" data-target="#day-2-timeslot-2-session-1-collapse" data-toggle="collapse">
997 Show details
998 <span aria-hidden="true" class="glyphicon glyphicon-menu-down"></span>
999 </button>
1000 </div>
1001 <div class="program-session-desc-block">
1002 <div class="session-desc collapse in" id="day-2-timeslot-2-session-1-collapse">
1003 <p>Welcome to LibrePlanet (take 2)!</p>
1004 </div> <!-- day-2-timeslot-2-session-1-collapse end -->
1005 </div>
1006 </section> <!-- day-2-timeslot-2-session-1 end -->
1007 </article> <!-- day-2-timeslot-2 end -->
1008 <article class="program-timeslot" id="day-2-timeslot-3">
1009 <header class="program-timeslot-header">
1010 <hgroup>
1011 <h2>10:00 - 10:45: Keynote</h2>
1012 </hgroup>
1013 </header>
1014 <section class="program-session" id="day-2-timeslot-3-session-1">
1015 <header class="program-session-header">
1016 <hgroup>
1017 <h2>How can we prevent the Orwellian 1984 digital world?</h2>
1018 </hgroup>
1019 </header>
1020 <div class="program-session-speaker">
1021 <a href="https://libreplanet.org/2019/speakers#metts">Micky Metts</a>
1022 </div>
1023 <div class="program-session-shelf">
1024 <div class="program-session-room-details">
1025 <span class="room label label-default">Room 32-123</span>
1026 </div>
1027 <button aria-controls="day-2-timeslot-3-session-1-collapse" aria-expanded="false" class="btn btn-default btn-xs" data-target="#day-2-timeslot-3-session-1-collapse" data-toggle="collapse">
1028 Show details
1029 <span aria-hidden="true" class="glyphicon glyphicon-menu-down"></span>
1030 </button>
1031 </div>
1032 <div class="program-session-desc-block">
1033 <div class="session-desc collapse in" id="day-2-timeslot-3-session-1-collapse">
1034 <p>We are living in a society where -- as mere individuals -- it
1035 seems out of our control and in the hands of those who have the power
1036 to publish and distribute information swiftly and widely, or who can
1037 refuse to publish or distribute information. Algorithms now sort us
1038 into Global databases like PRISM or ECHELON, and there are devices
1039 such as StingRay cell phone trackers used to categorize our every
1040 movement. We may build our own profiles online, but we do not have
1041 access to the meta-profile built by the corporate entities that our
1042 queries traverse as we navigate online, purchasing goods and services
1043 as well as logging into sites where we have accounts. The level of
1044 intrusion into our most private thoughts should be alarming, yet most
1045 fail to heed the call as they feel small, alone, and unable to defy the
1046 scrutiny of disapproval from the powers that govern societal norms and
1047 their peers. Together, we can change this.</p>
1048 <p>Micky will engage your mind on a journey to open an ongoing discussion
1049 to rediscover and reawaken your own creative thought processes.
1050 Together, we build a conversation that should never end as it will join
1051 us together transparently maintaining our freedoms, with free software
1052 as the foundation. Where do we find our personal power, and how do we
1053 use it as developers? Do we have a collective goal? Have you checked
1054 your social credit rating lately? Others have.</p>
1055 </div> <!-- day-2-timeslot-3-session-1-collapse end -->
1056 </div>
1057 </section> <!-- day-2-timeslot-3-session-1 end -->
1058 </article> <!-- day-2-timeslot-3 end -->
1059 <article class="program-timeslot" id="day-2-timeslot-4">
1060 <header class="program-timeslot-header">
1061 <hgroup>
1062 <h2>10:45 - 10:55: Break</h2>
1063 </hgroup>
1064 </header>
1065 </article> <!-- day-2-timeslot-4 end -->
1066 <article class="program-timeslot" id="day-2-timeslot-5">
1067 <header class="program-timeslot-header">
1068 <hgroup>
1069 <h2>10:55 - 11:40: Session block 1B</h2>
1070 </hgroup>
1071 </header>
1072 <section class="program-session" id="day-2-timeslot-5-session-1">
1073 <header class="program-session-header">
1074 <hgroup>
1075 <h2>Why I forked my own project and my own company</h2>
1076 </hgroup>
1077 </header>
1078 <div class="program-session-speaker">
1079 <a href="https://libreplanet.org/2019/speakers#karlitschek">Frank Karlitschek</a>
1080 </div>
1081 <div class="program-session-shelf">
1082 <div class="program-session-room-details">
1083 <span class="room label label-default">Room 32-123</span>
1084 </div>
1085 <button aria-controls="day-2-timeslot-5-session-1-collapse" aria-expanded="false" class="btn btn-default btn-xs" data-target="#day-2-timeslot-5-session-1-collapse" data-toggle="collapse">
1086 Show details
1087 <span aria-hidden="true" class="glyphicon glyphicon-menu-down"></span>
1088 </button>
1089 </div>
1090 <div class="program-session-desc-block">
1091 <div class="session-desc collapse in" id="day-2-timeslot-5-session-1-collapse">
1092 <p>This talk describes the journey from ownCloud to Nextcloud. I will explain the
1093 reasons behind the fork, and why a 100 percent free software project
1094 and company is superior to an open-core project like ownCloud.</p>
1095 </div> <!-- day-2-timeslot-5-session-1-collapse end -->
1096 </div>
1097 </section> <!-- day-2-timeslot-5-session-1 end -->
1098 <section class="program-session" id="day-2-timeslot-5-session-2">
1099 <header class="program-session-header">
1100 <hgroup>
1101 <h2>Building network equipment and a business with free software and liberated hardware</h2>
1102 </hgroup>
1103 </header>
1104 <div class="program-session-speaker">
1105 <a href="https://libreplanet.org/2019/speakers#sharma">Nishant Sharma</a>
1106 </div>
1107 <div class="program-session-shelf">
1108 <div class="program-session-room-details">
1109 <span class="room label label-default">Room 32-155</span>
1110 </div>
1111 <button aria-controls="day-2-timeslot-5-session-2-collapse" aria-expanded="false" class="btn btn-default btn-xs" data-target="#day-2-timeslot-5-session-2-collapse" data-toggle="collapse">
1112 Show details
1113 <span aria-hidden="true" class="glyphicon glyphicon-menu-down"></span>
1114 </button>
1115 </div>
1116 <div class="program-session-desc-block">
1117 <div class="session-desc collapse in" id="day-2-timeslot-5-session-2-collapse">
1118 <p>Let's bust the myth around proprietary network appliances (firewall
1119 UTMs, routers, access points, etc.) and learn to build typical network
1120 equipment and enterprise solutions with free software and hardware
1121 that's not locked down, to get around the vendor-controlled usability
1122 and upgrade and support restrictions. To address the data-privacy and
1123 user-tracking concerns, the equipment can easily replace commercially
1124 marketed proprietary home gateways, routers, network-access servers,
1125 and access points.</p>
1126 </div> <!-- day-2-timeslot-5-session-2-collapse end -->
1127 </div>
1128 </section> <!-- day-2-timeslot-5-session-2 end -->
1129 <section class="program-session" id="day-2-timeslot-5-session-3">
1130 <header class="program-session-header">
1131 <hgroup>
1132 <h2>DistrictBuilder: Free software for public mapping to revolutionize redistricting</h2>
1133 </hgroup>
1134 </header>
1135 <div class="program-session-speaker">
1136 <a href="https://libreplanet.org/2019/speakers#altman">Micah Altman</a>
1137 </div>
1138 <div class="program-session-shelf">
1139 <div class="program-session-room-details">
1140 <span class="room label label-default">Room 32-144</span>
1141 </div>
1142 <button aria-controls="day-2-timeslot-5-session-3-collapse" aria-expanded="false" class="btn btn-default btn-xs" data-target="#day-2-timeslot-5-session-3-collapse" data-toggle="collapse">
1143 Show details
1144 <span aria-hidden="true" class="glyphicon glyphicon-menu-down"></span>
1145 </button>
1146 </div>
1147 <div class="program-session-desc-block">
1148 <div class="session-desc collapse in" id="day-2-timeslot-5-session-3-collapse">
1149 <p>This talk will present DistrictBuilder, a free software redistricting
1150 application designed to give the public transparent, accessible, and
1151 easy-to-use online mapping tools. The creators' aim is for all
1152 citizens to have access to the same information that legislators use
1153 when drawing congressional maps -- and use that data to create maps
1154 of their own.</p>
1155 </div> <!-- day-2-timeslot-5-session-3-collapse end -->
1156 </div>
1157 </section> <!-- day-2-timeslot-5-session-3 end -->
1158 </article> <!-- day-2-timeslot-5 end -->
1159 <article class="program-timeslot" id="day-2-timeslot-6">
1160 <header class="program-timeslot-header">
1161 <hgroup>
1162 <h2>11:50 - 12:35: Session block 2B</h2>
1163 </hgroup>
1164 </header>
1165 <section class="program-session" id="day-2-timeslot-6-session-1">
1166 <header class="program-session-header">
1167 <hgroup>
1168 <h2>Right to Repair and the DMCA</h2>
1169 </hgroup>
1170 </header>
1171 <div class="program-session-speaker">
1172 <a href="https://libreplanet.org/2019/speakers#gordon-byrne">Ms. Gay Gordon-Byrne</a>,
1173 <a href="https://libreplanet.org/2019/speakers#proctor">Nathan Proctor</a>
1174 </div>
1175 <div class="program-session-shelf">
1176 <div class="program-session-room-details">
1177 <span class="room label label-default">Room 32-123</span>
1178 </div>
1179 <button aria-controls="day-2-timeslot-6-session-1-collapse" aria-expanded="false" class="btn btn-default btn-xs" data-target="#day-2-timeslot-6-session-1-collapse" data-toggle="collapse">
1180 Show details
1181 <span aria-hidden="true" class="glyphicon glyphicon-menu-down"></span>
1182 </button>
1183 </div>
1184 <div class="program-session-desc-block">
1185 <div class="session-desc collapse in" id="day-2-timeslot-6-session-1-collapse">
1186 <p>The Right to Repair increasingly requires certain types of software
1187 and DRM freedom. In this session, representatives of the Right to Repair movement
1188 describe its goals and activities, summarize legislative efforts in
1189 the US (particularly regarding the DMCA), and discuss opposition
1190 theories. We discuss where the goals of the movement align with the
1191 free software movement. </p>
1192 </div> <!-- day-2-timeslot-6-session-1-collapse end -->
1193 </div>
1194 </section> <!-- day-2-timeslot-6-session-1 end -->
1195 <section class="program-session" id="day-2-timeslot-6-session-2">
1196 <header class="program-session-header">
1197 <hgroup>
1198 <h2>OpenStreetMap</h2>
1199 </hgroup>
1200 </header>
1201 <div class="program-session-speaker">
1202 <a href="https://libreplanet.org/2019/speakers#chapman">Kate Chapman</a>
1203 </div>
1204 <div class="program-session-shelf">
1205 <div class="program-session-room-details">
1206 <span class="room label label-default">Room 32-155</span>
1207 </div>
1208 <button aria-controls="day-2-timeslot-6-session-2-collapse" aria-expanded="false" class="btn btn-default btn-xs" data-target="#day-2-timeslot-6-session-2-collapse" data-toggle="collapse">
1209 Show details
1210 <span aria-hidden="true" class="glyphicon glyphicon-menu-down"></span>
1211 </button>
1212 </div>
1213 <div class="program-session-desc-block">
1214 <div class="session-desc collapse in" id="day-2-timeslot-6-session-2-collapse">
1215 <p>OpenStreetMap (OSM) began in 2004 as a reaction to the high cost of
1216 geospatial information. Initially data was mostly collected by handheld
1217 GPS, so the OSM of 2004 looks very different from the OSM of 2019. OSM is still
1218 powered by individual mappers collecting data, but the variety of ways the
1219 information is created and the ways it is used and distributed has expanded
1220 greatly. This talk will briefly review the history of OSM, why it is so
1221 important, how it has changed, and where it might be headed in the future.</p>
1222 </div> <!-- day-2-timeslot-6-session-2-collapse end -->
1223 </div>
1224 </section> <!-- day-2-timeslot-6-session-2 end -->
1225 <section class="program-session" id="day-2-timeslot-6-session-3">
1226 <header class="program-session-header">
1227 <hgroup>
1228 <h2>Meta-rules for codes of conduct: Communicating about the commons</h2>
1229 </hgroup>
1230 </header>
1231 <div class="program-session-speaker">
1232 <a href="https://libreplanet.org/2019/speakers#sutter">Katheryn Sutter</a>
1233 </div>
1234 <div class="program-session-shelf">
1235 <div class="program-session-room-details">
1236 <span class="room label label-default">Room 32-144</span>
1237 </div>
1238 <button aria-controls="day-2-timeslot-6-session-3-collapse" aria-expanded="false" class="btn btn-default btn-xs" data-target="#day-2-timeslot-6-session-3-collapse" data-toggle="collapse">
1239 Show details
1240 <span aria-hidden="true" class="glyphicon glyphicon-menu-down"></span>
1241 </button>
1242 </div>
1243 <div class="program-session-desc-block">
1244 <div class="session-desc collapse in" id="day-2-timeslot-6-session-3-collapse">
1245 <p>I'll be discussing what codes of conduct are intended to
1246 protect. No code will be appropriate in all contexts; free software
1247 projects' needs and cultures differ enough so that no single code of
1248 conduct can cover them all. Groups need to establish their own codes,
1249 according to their needs and current culture.</p>
1250 <p>Before arguing what codes of conduct should say, how they should be
1251 implemented, and who should enforce them, we need to consider what
1252 these codes might protect and why. Then, in the future, any given
1253 group might think better about criteria for proposed communication
1254 guidelines or codes of conduct.</p>
1255 </div> <!-- day-2-timeslot-6-session-3-collapse end -->
1256 </div>
1257 </section> <!-- day-2-timeslot-6-session-3 end -->
1258 </article> <!-- day-2-timeslot-6 end -->
1259 <article class="program-timeslot" id="day-2-timeslot-7">
1260 <header class="program-timeslot-header">
1261 <hgroup>
1262 <h2>12:35 - 13:35: Lunch</h2>
1263 </hgroup>
1264 </header>
1265 </article> <!-- day-2-timeslot-7 end -->
1266 <article class="program-timeslot" id="day-2-timeslot-8">
1267 <header class="program-timeslot-header">
1268 <hgroup>
1269 <h2>13:35 - 14:20: Session block 3B</h2>
1270 </hgroup>
1271 </header>
1272 <section class="program-session" id="day-2-timeslot-8-session-1">
1273 <header class="program-session-header">
1274 <hgroup>
1275 <h2>Library Freedom Institute: A new hope</h2>
1276 </hgroup>
1277 </header>
1278 <div class="program-session-speaker">
1279 <a href="https://libreplanet.org/2019/speakers#jones">Bryan Jones</a>,
1280 <a href="https://libreplanet.org/2019/speakers#macrina">Alison Macrina</a>
1281 </div>
1282 <div class="program-session-shelf">
1283 <div class="program-session-room-details">
1284 <span class="room label label-default">Room 32-123</span>
1285 </div>
1286 <button aria-controls="day-2-timeslot-8-session-1-collapse" aria-expanded="false" class="btn btn-default btn-xs" data-target="#day-2-timeslot-8-session-1-collapse" data-toggle="collapse">
1287 Show details
1288 <span aria-hidden="true" class="glyphicon glyphicon-menu-down"></span>
1289 </button>
1290 </div>
1291 <div class="program-session-desc-block">
1292 <div class="session-desc collapse in" id="day-2-timeslot-8-session-1-collapse">
1293 <p>Founded in 2017, the Library Freedom Institute (LFI) is a partnership
1294 between Library Freedom Project and New York University to teach
1295 librarians the skills necessary to thrive as privacy advocates, from
1296 installing privacy-focused free software to influencing public
1297 policy. In this panel, Library Freedom Project director Alison Macrina
1298 and Bryan Neil Jones, from the Nashville Public Library, will discuss LFI’s
1299 goals, accomplishments, and challenges.</p>
1300 </div> <!-- day-2-timeslot-8-session-1-collapse end -->
1301 </div>
1302 </section> <!-- day-2-timeslot-8-session-1 end -->
1303 <section class="program-session" id="day-2-timeslot-8-session-2">
1304 <header class="program-session-header">
1305 <hgroup>
1306 <h2>What do courts think the GPL means (so far)?</h2>
1307 </hgroup>
1308 </header>
1309 <div class="program-session-speaker">
1310 <a href="https://libreplanet.org/2019/speakers#jones">Marc Jones</a>
1311 </div>
1312 <div class="program-session-shelf">
1313 <div class="program-session-room-details">
1314 <span class="room label label-default">Room 32-155</span>
1315 </div>
1316 <button aria-controls="day-2-timeslot-8-session-2-collapse" aria-expanded="false" class="btn btn-default btn-xs" data-target="#day-2-timeslot-8-session-2-collapse" data-toggle="collapse">
1317 Show details
1318 <span aria-hidden="true" class="glyphicon glyphicon-menu-down"></span>
1319 </button>
1320 </div>
1321 <div class="program-session-desc-block">
1322 <div class="session-desc collapse in" id="day-2-timeslot-8-session-2-collapse">
1323 <p>This presentation will review several court cases interpreting the
1324 free software licenses. The focus will be on what the courts concluded
1325 the licenses meant, and what questions courts have left open. We will
1326 also review court cases covering nonfree software licenses, such as a
1327 case involving a Creative Commons license, to see what lessons we
1328 might learn from them, as well.</p>
1329 </div> <!-- day-2-timeslot-8-session-2-collapse end -->
1330 </div>
1331 </section> <!-- day-2-timeslot-8-session-2 end -->
1332 <section class="program-session" id="day-2-timeslot-8-session-3">
1333 <header class="program-session-header">
1334 <hgroup>
1335 <h2>The joy of bug reporting</h2>
1336 </hgroup>
1337 </header>
1338 <div class="program-session-speaker">
1339 <a href="https://libreplanet.org/2019/speakers#nagel">Lori Nagel</a>,
1340 <a href="https://libreplanet.org/2019/speakers#claffey">Alex Claffey</a>
1341 </div>
1342 <div class="program-session-shelf">
1343 <div class="program-session-room-details">
1344 <span class="room label label-default">Room 32-144</span>
1345 </div>
1346 <button aria-controls="day-2-timeslot-8-session-3-collapse" aria-expanded="false" class="btn btn-default btn-xs" data-target="#day-2-timeslot-8-session-3-collapse" data-toggle="collapse">
1347 Show details
1348 <span aria-hidden="true" class="glyphicon glyphicon-menu-down"></span>
1349 </button>
1350 </div>
1351 <div class="program-session-desc-block">
1352 <div class="session-desc collapse in" id="day-2-timeslot-8-session-3-collapse">
1353 <p>Typically people think there is a difference between software users and
1354 developers. Users use software, while developers write it. How does
1355 one transition between just using software and making it? One easy
1356 way to help free software projects is to report bugs and suggest
1357 features. This talk will walk you through the step-by-step process of
1358 finding a project where your contribution will be useful, downloading
1359 the project, compiling the project, running the project, and reporting
1360 bugs. No prior programming knowledge is necessary to understand this
1361 talk, but prior knowledge of GNU/Linux would be helpful.</p>
1362 </div> <!-- day-2-timeslot-8-session-3-collapse end -->
1363 </div>
1364 </section> <!-- day-2-timeslot-8-session-3 end -->
1365 </article> <!-- day-2-timeslot-8 end -->
1366 <article class="program-timeslot" id="day-2-timeslot-9">
1367 <header class="program-timeslot-header">
1368 <hgroup>
1369 <h2>14:20 - 14:30: Break</h2>
1370 </hgroup>
1371 </header>
1372 </article> <!-- day-2-timeslot-9 end -->
1373 <article class="program-timeslot" id="day-2-timeslot-10">
1374 <header class="program-timeslot-header">
1375 <hgroup>
1376 <h2>14:30 - 15:15: Session block 4B</h2>
1377 </hgroup>
1378 </header>
1379 <section class="program-session" id="day-2-timeslot-10-session-1">
1380 <header class="program-session-header">
1381 <hgroup>
1382 <h2>The future of computing and why you should care</h2>
1383 </hgroup>
1384 </header>
1385 <div class="program-session-speaker">
1386 <a href="https://libreplanet.org/2019/speakers#weaver">Todd Weaver</a>
1387 </div>
1388 <div class="program-session-shelf">
1389 <div class="program-session-room-details">
1390 <span class="room label label-default">Room 32-123</span>
1391 </div>
1392 <button aria-controls="day-2-timeslot-10-session-1-collapse" aria-expanded="false" class="btn btn-default btn-xs" data-target="#day-2-timeslot-10-session-1-collapse" data-toggle="collapse">
1393 Show details
1394 <span aria-hidden="true" class="glyphicon glyphicon-menu-down"></span>
1395 </button>
1396 </div>
1397 <div class="program-session-desc-block">
1398 <div class="session-desc collapse in" id="day-2-timeslot-10-session-1-collapse">
1399 <p>I will be discussing the past, present, and future of computing as it
1400 relates to digital rights.</p>
1401 </div> <!-- day-2-timeslot-10-session-1-collapse end -->
1402 </div>
1403 </section> <!-- day-2-timeslot-10-session-1 end -->
1404 <section class="program-session" id="day-2-timeslot-10-session-2">
1405 <header class="program-session-header">
1406 <hgroup>
1407 <h2>Free software/utopia</h2>
1408 </hgroup>
1409 </header>
1410 <div class="program-session-speaker">
1411 <a href="https://libreplanet.org/2019/speakers#nicholson">Deborah Nicholson</a>
1412 </div>
1413 <div class="program-session-shelf">
1414 <div class="program-session-room-details">
1415 <span class="room label label-default">Room 32-155</span>
1416 </div>
1417 <button aria-controls="day-2-timeslot-10-session-2-collapse" aria-expanded="false" class="btn btn-default btn-xs" data-target="#day-2-timeslot-10-session-2-collapse" data-toggle="collapse">
1418 Show details
1419 <span aria-hidden="true" class="glyphicon glyphicon-menu-down"></span>
1420 </button>
1421 </div>
1422 <div class="program-session-desc-block">
1423 <div class="session-desc collapse in" id="day-2-timeslot-10-session-2-collapse">
1424 <p>Free software will not win by "merely" replacing proprietary software. We
1425 need to lead with a vision of how the world could be. A voluntary
1426 community, one where people participate by choice, does not have to
1427 replicate the power structures, gatekeeping, or casual cruelty of the
1428 systems it seeks to replace. We could make free software the most
1429 empowering place to build software. Free software tools could enable new
1430 ways of crafting user experiences that proprietary software providers seem
1431 unwilling to offer. Free software could transform the relationship between
1432 users and developers, so that users feel like partners instead of sales
1433 metrics. Free software communities should be seeking to outdo proprietary
1434 software's methods and social norms in every possible way.</p>
1435 <p>We've made a great start by empowering many technical and semi-technical
1436 users, but we can't stop there. (What kind of utopia only has coders in
1437 it?) Let's build a kinder and more practical free software movement to
1438 empower all kinds of people!</p>
1439 </div> <!-- day-2-timeslot-10-session-2-collapse end -->
1440 </div>
1441 </section> <!-- day-2-timeslot-10-session-2 end -->
1442 <section class="program-session" id="day-2-timeslot-10-session-3">
1443 <header class="program-session-header">
1444 <hgroup>
1445 <h2>Who's afraid of Spectre and Meltdown?</h2>
1446 </hgroup>
1447 </header>
1448 <div class="program-session-speaker">
1449 <a href="https://libreplanet.org/2019/speakers#oliva">Alexandre Oliva</a>
1450 </div>
1451 <div class="program-session-shelf">
1452 <div class="program-session-room-details">
1453 <span class="room label label-default">Room 32-144</span>
1454 </div>
1455 <button aria-controls="day-2-timeslot-10-session-3-collapse" aria-expanded="false" class="btn btn-default btn-xs" data-target="#day-2-timeslot-10-session-3-collapse" data-toggle="collapse">
1456 Show details
1457 <span aria-hidden="true" class="glyphicon glyphicon-menu-down"></span>
1458 </button>
1459 </div>
1460 <div class="program-session-desc-block">
1461 <div class="session-desc collapse in" id="day-2-timeslot-10-session-3-collapse">
1462 <p>Architectural bugs Spectre and Meltdown have caused major panic and
1463 still worry many. Oddly, some proposed mitigations that require
1464 installing proprietary blobs have not caused similar worries, despite
1465 growing awareness about prevalent data collection, built-in backdoors,
1466 and the risks of placing too much trust in software and hardware
1467 designers with interests not aligned with those of users. Who can we
1468 trust, then? What lessons are there for the free software community?
1469 Being suspicious of Web blobs and foggy computing, and not victimizing
1470 anyone through them, do we have anything to fear but fear itself?</p>
1471 </div> <!-- day-2-timeslot-10-session-3-collapse end -->
1472 </div>
1473 </section> <!-- day-2-timeslot-10-session-3 end -->
1474 </article> <!-- day-2-timeslot-10 end -->
1475 <article class="program-timeslot" id="day-2-timeslot-11">
1476 <header class="program-timeslot-header">
1477 <hgroup>
1478 <h2>15:15 - 15:25: Break</h2>
1479 </hgroup>
1480 </header>
1481 </article> <!-- day-2-timeslot-11 end -->
1482 <article class="program-timeslot" id="day-2-timeslot-12">
1483 <header class="program-timeslot-header">
1484 <hgroup>
1485 <h2>15:25 - 16:10: Session block 5B</h2>
1486 </hgroup>
1487 </header>
1488 <section class="program-session" id="day-2-timeslot-12-session-1">
1489 <header class="program-session-header">
1490 <hgroup>
1491 <h2>Lightning talks</h2>
1492 </hgroup>
1493 </header>
1494 <div class="program-session-speaker">
1495 Organized by Donald Robertson
1496 </div>
1497 <div class="program-session-shelf">
1498 <div class="program-session-room-details">
1499 <span class="room label label-default">Room 32-123</span>
1500 </div>
1501 <button aria-controls="day-2-timeslot-12-session-1-collapse" aria-expanded="false" class="btn btn-default btn-xs" data-target="#day-2-timeslot-12-session-1-collapse" data-toggle="collapse">
1502 Show details
1503 <span aria-hidden="true" class="glyphicon glyphicon-menu-down"></span>
1504 </button>
1505 </div>
1506 <div class="program-session-desc-block">
1507 <div class="session-desc collapse in" id="day-2-timeslot-12-session-1-collapse">
1508 <p>Five-minute talks by conference attendees. <a href="https://libreplanet.org/wiki/LibrePlanet:Conference/2019/Lightning_Talks">Sign up to give one</a>!</p>
1509 </div> <!-- day-2-timeslot-12-session-1-collapse end -->
1510 </div>
1511 </section> <!-- day-2-timeslot-12-session-1 end -->
1512 <section class="program-session" id="day-2-timeslot-12-session-2">
1513 <header class="program-session-header">
1514 <hgroup>
1515 <h2>Computational symbiosis: Methods that meld mind and machine</h2>
1516 </hgroup>
1517 </header>
1518 <div class="program-session-speaker">
1519 <a href="https://libreplanet.org/2019/speakers#gerwitz">Mike Gerwitz</a>
1520 </div>
1521 <div class="program-session-shelf">
1522 <div class="program-session-room-details">
1523 <span class="room label label-default">Room 32-155</span>
1524 </div>
1525 <button aria-controls="day-2-timeslot-12-session-2-collapse" aria-expanded="false" class="btn btn-default btn-xs" data-target="#day-2-timeslot-12-session-2-collapse" data-toggle="collapse">
1526 Show details
1527 <span aria-hidden="true" class="glyphicon glyphicon-menu-down"></span>
1528 </button>
1529 </div>
1530 <div class="program-session-desc-block">
1531 <div class="session-desc collapse in" id="day-2-timeslot-12-session-2-collapse">
1532 <p>Words like "wizardry" and "incantation" have long been used to
1533 describe skillful computational feats. But neither computers nor
1534 their users are performing feats of magic; for systems to think, we
1535 must tell them how.</p>
1536 <p>Today, users most often follow a carefully choreographed workflow that
1537 thinks <em>for</em> them, limited by a narrow set of premeditated
1538 possibilities. But there exist concepts that offer virtually no
1539 limits on freedom of expression or thought, blurring the distinction
1540 between "user" and "programmer."</p>
1541 <p>This session demonstrates a range of practical possibilities when a
1542 machine acts as an extension of the user's imagination, for the
1543 technical and nontechnical alike.</p>
1544 </div> <!-- day-2-timeslot-12-session-2-collapse end -->
1545 </div>
1546 </section> <!-- day-2-timeslot-12-session-2 end -->
1547 <section class="program-session" id="day-2-timeslot-12-session-3">
1548 <header class="program-session-header">
1549 <hgroup>
1550 <h2>Trauma directors toolbox: Free software for the visualization, analysis, and improvement of trauma care</h2>
1551 </hgroup>
1552 </header>
1553 <div class="program-session-speaker">
1554 <a href="https://libreplanet.org/2019/speakers#olle">Eric Olle</a>
1555 </div>
1556 <div class="program-session-shelf">
1557 <div class="program-session-room-details">
1558 <span class="room label label-default">Room 32-144</span>
1559 </div>
1560 <button aria-controls="day-2-timeslot-12-session-3-collapse" aria-expanded="false" class="btn btn-default btn-xs" data-target="#day-2-timeslot-12-session-3-collapse" data-toggle="collapse">
1561 Show details
1562 <span aria-hidden="true" class="glyphicon glyphicon-menu-down"></span>
1563 </button>
1564 </div>
1565 <div class="program-session-desc-block">
1566 <div class="session-desc collapse in" id="day-2-timeslot-12-session-3-collapse">
1567 <p>We had a goal of helping a trauma director utilize surgeons' data to
1568 improve patient outcomes and preventative programs. I will discuss
1569 how a piece of R script was developed with a group of trauma surgeons
1570 to make this possible. This free software is an initial step that
1571 could easily be expanded to incorporate EHR data or analysis of
1572 historical patient data with an aim to improve patient care and
1573 outcomes.</p>
1574 </div> <!-- day-2-timeslot-12-session-3-collapse end -->
1575 </div>
1576 </section> <!-- day-2-timeslot-12-session-3 end -->
1577 </article> <!-- day-2-timeslot-12 end -->
1578 <article class="program-timeslot" id="day-2-timeslot-13">
1579 <header class="program-timeslot-header">
1580 <hgroup>
1581 <h2>16:10 - 16:20: Break</h2>
1582 </hgroup>
1583 </header>
1584 </article> <!-- day-2-timeslot-13 end -->
1585 <article class="program-timeslot" id="day-2-timeslot-14">
1586 <header class="program-timeslot-header">
1587 <hgroup>
1588 <h2>16:20 - 17:05: Session block 6B</h2>
1589 </hgroup>
1590 </header>
1591 <section class="program-session" id="day-2-timeslot-14-session-1">
1592 <header class="program-session-header">
1593 <hgroup>
1594 <h2>Modern Emacs IDE</h2>
1595 </hgroup>
1596 </header>
1597 <div class="program-session-speaker">
1598 <a href="https://libreplanet.org/2019/speakers#kelley">Chase Kelley</a>
1599 </div>
1600 <div class="program-session-shelf">
1601 <div class="program-session-room-details">
1602 <span class="room label label-default">Room 32-123</span>
1603 </div>
1604 <button aria-controls="day-2-timeslot-14-session-1-collapse" aria-expanded="false" class="btn btn-default btn-xs" data-target="#day-2-timeslot-14-session-1-collapse" data-toggle="collapse">
1605 Show details
1606 <span aria-hidden="true" class="glyphicon glyphicon-menu-down"></span>
1607 </button>
1608 </div>
1609 <div class="program-session-desc-block">
1610 <div class="session-desc collapse in" id="day-2-timeslot-14-session-1-collapse">
1611 <p>Many people end up using nonfree development environments or remain
1612 unhappy with the free options like Eclipse. Emacs and the community
1613 around it have created a feature-full IDE that surpasses the other
1614 options in so many ways. This talk serves as an overview for the
1615 plethora of features offered by Emacs (and specifically the Spacemacs
1616 distribution) that can transform the way you work.</p>
1617 </div> <!-- day-2-timeslot-14-session-1-collapse end -->
1618 </div>
1619 </section> <!-- day-2-timeslot-14-session-1 end -->
1620 <section class="program-session" id="day-2-timeslot-14-session-2">
1621 <header class="program-session-header">
1622 <hgroup>
1623 <h2>Security by and for free software</h2>
1624 </hgroup>
1625 </header>
1626 <div class="program-session-speaker">
1627 <a href="https://libreplanet.org/2019/speakers#prior">Ryan Prior</a>
1628 </div>
1629 <div class="program-session-shelf">
1630 <div class="program-session-room-details">
1631 <span class="room label label-default">Room 32-155</span>
1632 </div>
1633 <button aria-controls="day-2-timeslot-14-session-2-collapse" aria-expanded="false" class="btn btn-default btn-xs" data-target="#day-2-timeslot-14-session-2-collapse" data-toggle="collapse">
1634 Show details
1635 <span aria-hidden="true" class="glyphicon glyphicon-menu-down"></span>
1636 </button>
1637 </div>
1638 <div class="program-session-desc-block">
1639 <div class="session-desc collapse in" id="day-2-timeslot-14-session-2-collapse">
1640 <p>Controlling your machines is necessary for software freedom, and vice
1641 versa. But amid frequent news of data breaches, security sometimes
1642 feels out of reach. There is hope: with security education for
1643 hackers, security-enhancing features embedded into free operating
1644 systems and application platforms, and a mindful approach to data
1645 collection and management, we will prevail.</p>
1646 <p>In this session, I’ll share how hackers can maintain control over
1647 their own computing, even in adversarial environments. I'll also share
1648 high-impact ways to secure your computing using free software, and
1649 how, as a maintainer, distributor, or operator, you can secure your
1650 platform for everyone’s benefit.</p>
1651 </div> <!-- day-2-timeslot-14-session-2-collapse end -->
1652 </div>
1653 </section> <!-- day-2-timeslot-14-session-2 end -->
1654 <section class="program-session" id="day-2-timeslot-14-session-3">
1655 <header class="program-session-header">
1656 <hgroup>
1657 <h2>Saving democracy with the Web's infrastructure</h2>
1658 </hgroup>
1659 </header>
1660 <div class="program-session-speaker">
1661 <a href="https://libreplanet.org/2019/speakers#haidar">Danny Haidar</a>
1662 </div>
1663 <div class="program-session-shelf">
1664 <div class="program-session-room-details">
1665 <span class="room label label-default">Room 32-144</span>
1666 </div>
1667 <button aria-controls="day-2-timeslot-14-session-3-collapse" aria-expanded="false" class="btn btn-default btn-xs" data-target="#day-2-timeslot-14-session-3-collapse" data-toggle="collapse">
1668 Show details
1669 <span aria-hidden="true" class="glyphicon glyphicon-menu-down"></span>
1670 </button>
1671 </div>
1672 <div class="program-session-desc-block">
1673 <div class="session-desc collapse in" id="day-2-timeslot-14-session-3-collapse">
1674 <p>Our technological prowess can defend democracy or destroy it. In 2016,
1675 the world got an indication of the direction in which we are
1676 headed. But it’s not too late to change course. The change starts with
1677 the Web’s infrastructure. In this session, Danny explains how the
1678 modern Web threatens democracy, why we must decentralize the Web using
1679 technology like FreedomBox, and what you can do today. In 2010, the
1680 FreedomBox project was launched. After nine years, it has arrived to
1681 help you save the day. But FreedomBox itself won’t save the day. You
1682 will. How? Join this session to learn.</p>
1683 </div> <!-- day-2-timeslot-14-session-3-collapse end -->
1684 </div>
1685 </section> <!-- day-2-timeslot-14-session-3 end -->
1686 </article> <!-- day-2-timeslot-14 end -->
1687 <article class="program-timeslot" id="day-2-timeslot-15">
1688 <header class="program-timeslot-header">
1689 <hgroup>
1690 <h2>17:05 - 17:15: Break</h2>
1691 </hgroup>
1692 </header>
1693 </article> <!-- day-2-timeslot-15 end -->
1694 <article class="program-timeslot" id="day-2-timeslot-16">
1695 <header class="program-timeslot-header">
1696 <hgroup>
1697 <h2>17:15 - 18:00 - Keynote</h2>
1698 </hgroup>
1699 </header>
1700 <section class="program-session" id="day-2-timeslot-16-session-1">
1701 <header class="program-session-header">
1702 <hgroup>
1703 <h2>Freedom is fun! - Bdale Garbee</h2>
1704 </hgroup>
1705 </header>
1706 <div class="program-session-speaker">
1707 <a href="https://libreplanet.org/2019/speakers#garbee">Bdale Garbee</a>
1708 </div>
1709 <div class="program-session-shelf">
1710 <div class="program-session-room-details">
1711 <span class="room label label-default">Room 32-123</span>
1712 </div>
1713 <button aria-controls="day-2-timeslot-16-session-1-collapse" aria-expanded="false" class="btn btn-default btn-xs" data-target="#day-2-timeslot-16-session-1-collapse" data-toggle="collapse">
1714 Show details
1715 <span aria-hidden="true" class="glyphicon glyphicon-menu-down"></span>
1716 </button>
1717 </div>
1718 <div class="program-session-desc-block">
1719 <div class="session-desc collapse in" id="day-2-timeslot-16-session-1-collapse">
1720 <p>The foundation for the immense success of free software was our shared
1721 value of enabling and maintaining end user freedom. The licenses we
1722 developed lowered the barrier between producers and consumers of
1723 software, and enable everyone to pursue their passions in collaboration
1724 with others. Participating in any of today's diverse wealth of free software
1725 communities can be immensely rewarding... and if we're doing it right, just plain fun!</p>
1726 <p>In this session, Bdale will offer some advice based on his experience
1727 having fun working on free software, punctuated with examples from his
1728 propensity for eventually turning all of his hobbies into free
1729 software projects.</p>
1730 </div> <!-- day-2-timeslot-16-session-1-collapse end -->
1731 </div>
1732 </section> <!-- day-2-timeslot-16-session-1 end -->
1733 </article> <!-- day-2-timeslot-16 end -->
1734 <article class="program-timeslot" id="day-2-timeslot-17">
1735 <header class="program-timeslot-header">
1736 <hgroup>
1737 <h2>18:00 - 18:15 - Closing, FSF staff</h2>
1738 </hgroup>
1739 </header>
1740 <section class="program-session" id="day-2-timeslot-17-session-1">
1741 <div class="program-session-speaker">
1742 Room 32-123
1743 </div>
1744 <div class="program-session-shelf">
1745 <div class="program-session-room-details">
1746 <span class="room label label-default">videotba</span>
1747 </div>
1748 <a class="btn btn-default btn-xs" href="Thank you for coming to LibrePlanet 2019! See you next year!">
1749 <span class="glyphicon glyphicon-facetime-video"></span>
1750 </a>
1751 <button aria-controls="day-2-timeslot-17-session-1-collapse" aria-expanded="false" class="btn btn-default btn-xs" data-target="#day-2-timeslot-17-session-1-collapse" data-toggle="collapse">
1752 Show details
1753 <span aria-hidden="true" class="glyphicon glyphicon-menu-down"></span>
1754 </button>
1755 </div>
1756 <div class="program-session-desc-block">
1757 <div class="session-desc collapse in" id="day-2-timeslot-17-session-1-collapse">
1758 </div> <!-- day-2-timeslot-17-session-1-collapse end -->
1759 </div>
1760 </section> <!-- day-2-timeslot-17-session-1 end -->
1761 </article> <!-- day-2-timeslot-17 end -->
1762 </article> <!-- day-2 end -->
1763 </article>
1764 <aside class="grid">
1765 <p>
1766 <img src="/2019/assets/img/lp-anim.svg" alt="LibrePlanet Logo with Animation" title="LibrePlanet Logo" />
1767 </p>
1768 <p class="item-1"><img class="iitem" src="/2019/assets/img/fsf.svg" alt="Logo FSF" /></p>
1769 <p class="item-2"><img class="iitem" src="/2019/assets/img/fsf1.svg" alt="Logo FSF" /></p>
1770 <p class="item-3"><img class="iitem" src="/2019/assets/img/fsf2.svg" alt="Logo FSF" /></p>
1771 </aside>
1772 <footer class="grid">
1773
1774 <div>
1775
1776 <div class="slider">
1777 <div class="multiple-items slide-list">
1778 <output>Loading...</output>
1779 </div></div>
1780
1781 <template>
1782 <div class="content-ft"></div>
1783 </template>
1784
1785 </div>
1786 </footer>
1787 </div>
1788 <script>
1789 const DOMPARSER = new DOMParser().parseFromString.bind(new DOMParser())
1790 var frag = document.createDocumentFragment()
1791 var hasBegun = true
1792 var feedUrl = 'https://status.fsf.org/fsf/tag/libreplanet/rss'
1793 /* Fetch the RSS Feed */
1794 fetch(feedUrl).then((res) => {
1795 res.text().then((xmlTxt) => {
1796 /* Parse the RSS Feed and display the content */
1797 try {
1798 let doc = DOMPARSER(xmlTxt, "text/xml")
1799 // let heading = document.createElement('h1')
1800 // heading.textContent = url.hostname
1801 // frag.appendChild(heading)
1802 doc.querySelectorAll('item').forEach((item) => {
1803 let temp = document.importNode(document.querySelector('template').content, true);
1804 let i = item.querySelector.bind(item)
1805 let t = temp.querySelector.bind(temp)
1806 t('div').textContent = !!i('title') ? i('title').textContent : '-'
1807 // t('a').textContent = t('a').href = !!i('link') ? i('link').textContent : '#'
1808 // t('p').innerHTML = !!i('description') ? i('description').textContent : '-'
1809 // t('h3').textContent = url.hostname
1810 frag.appendChild(temp)
1811 })
1812 } catch (e) {
1813 console.error('Error in parsing the feed')
1814 }
1815 if(hasBegun) {
1816 document.querySelector('output').textContent = '';
1817 hasBegun = false;
1818 }
1819 document.querySelector('output').appendChild(frag)
1820 })
1821 }).catch(() => console.error('Error in fetching the RSS feed'))
1822 </script>
1823 </body>
1824 </html>