Moar videoz

This commit is contained in:
Johan Thelin 2019-04-22 16:29:32 +02:00
parent 6e78016dc6
commit e7f496ca4a

View file

@ -151,7 +151,8 @@
<div class="col-md-9">
<div class="name">Molly de Blanc</div>
<div class="title">Insecure connections: Love and mental health in our digital lives</div>
<div class="links"><a href="schedule.html#tue5">Talk Slot</a></div><div class="abstract">
<div class="links"><a href="https://youtu.be/L0J60EQZJIM">Video</a>
&nbsp;-&nbsp;<a href="schedule.html#tue5">Talk Slot</a></div><div class="abstract">
The lens through which we view--and know--what it means to love, to be ourselves, and to connect with others is now backed by microchips and millions of lines of code. As our lives continue to become increasingly managed by our devices, we need to ask ourselves what we're gaining--and what we're giving up--by allowing technology into the spaces that make our hearts ache and that keep us up at night.
</div><div class="abstract">
This talk will weave together two narratives essential to many people: health and love. It will examine the ways in which both of these topics have become entwined with computing, what that means for us as individuals, and what that means for our individual and societal user freedoms.
@ -335,6 +336,7 @@
<div class="name">Alexander Hultnér</div>
<div class="title">Test faster, fix more</div>
<div class="links"><a href="https://hultner.se/Test-faster-fix-more/">Slides and More</a>
&nbsp;-&nbsp;<a href="https://youtu.be/qKHB0Xr-Yjg">Video</a>
&nbsp;-&nbsp;<a href="schedule.html#mon15">Talk Slot</a></div><div class="abstract">
Did you ever miss that corner case bug? Maybe it was a negative integer, strange timezone conversion behaviour, off by one error or something entirely else. These subtle bugs are often hard to catch and are easily missed in test cases. You like me have probably ran into plenty of code utilising only happy path testing, only to later discover subtle bugs which are easily fixed once pointed out.
</div><div class="abstract">
@ -372,6 +374,7 @@
<div class="name">Jan Jongboom</div>
<div class="title">17,000 contributions in 32K RAM</div>
<div class="links"><a href="https://www.slideshare.net/janjongboom/17000-contributions-in-32k-ram-foss-north-2019">Slides</a>
&nbsp;-&nbsp;<a href="https://youtu.be/hQf1DoPNpJc">Video</a>
&nbsp;-&nbsp;<a href="schedule.html#tue3">Talk Slot</a></div><div class="abstract">
The future of computing is tiny. Most computers are not desktop, laptops, tablets or mobile phones, but microcontrollers. Small, integrated systems with a few KB of RAM. And their presence is ever growing. Last year alone 31 billion (!) of them were shipped, up from 23 billion in 2015. And they get more capable every day. A modern embedded system has threads, can run Python or JavaScript, and use machine learning models. Why are you not developing for them yet?
</div><div class="abstract">
@ -549,6 +552,7 @@
<div class="name">Chris Simmonds</div>
<div class="title">Reducing the boot time of Linux devices</div>
<div class="links"><a href="http://www.slideshare.net/chrissimmonds/reducing-the-boot-time-of-linux-devices">Slides</a>
&nbsp;-&nbsp;<a href="https://youtu.be/VpwXj93_yZk">Video</a>
&nbsp;-&nbsp;<a href="schedule.html#tue7">Talk Slot</a></div><div class="abstract">
We all want our devices to boot faster, but how much effort do you want to dedicate to optimizing and maintaining a custom kernel and apps? This presentation offers a graded list of things you can do to reduce boot time. They start with simple changes, such as adjusting the position of your main application the init sequence. Then there are the changes you can make to the kernel and bootloader configuration to speed things up, and finally, there are moderately advanced techniques such as using U-Boot in falcon mode.
</div><div class="abstract">