Added more speakers
This commit is contained in:
parent
0254552868
commit
7673aeda17
5 changed files with 111 additions and 18 deletions
BIN
2018/images/speaker-hdecastro.jpeg
Normal file
BIN
2018/images/speaker-hdecastro.jpeg
Normal file
Binary file not shown.
After Width: | Height: | Size: 17 KiB |
BIN
2018/images/speaker-jbornecrantz.jpeg
Normal file
BIN
2018/images/speaker-jbornecrantz.jpeg
Normal file
Binary file not shown.
After Width: | Height: | Size: 17 KiB |
BIN
2018/images/speaker-jfernstad.jpeg
Normal file
BIN
2018/images/speaker-jfernstad.jpeg
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
|
@ -167,15 +167,15 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<td class="scheduletime">15.30 - 15.45</td>
|
||||
<td rowspan="4">
|
||||
<a href="speakers-and-talks.html#gmarkus">
|
||||
<div class="talktitle">I heart the Yocto Project</div>
|
||||
<div class="talkspeaker">Gordan Markuš</div>
|
||||
</a>
|
||||
<td rowspan="2">
|
||||
<a href="speakers-and-talks.html#jfernstad">
|
||||
<div class="talktitle">What do I need for my IoT Cloud platform?</div>
|
||||
<div class="talkspeaker">Joakim Fernstad</div>
|
||||
</td>
|
||||
<td rowspan="2">
|
||||
<div class="talktitle">T.B.D.</div>
|
||||
<div class="talkspeaker">T.B.D.</div>
|
||||
<a href="speakers-and-talks.html#jbornecrantz">
|
||||
<div class="talktitle">VR: Open Source and Standards</div>
|
||||
<div class="talkspeaker">Jakob Bornecrantz</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -184,9 +184,16 @@
|
|||
|
||||
<tr>
|
||||
<td class="scheduletime">16.00 - 16.15</td>
|
||||
<td rowspan="2">
|
||||
<div class="talktitle">T.B.D.</div>
|
||||
<div class="talkspeaker">T.B.D.</div>
|
||||
<td rowspan="4">
|
||||
<a href="speakers-and-talks.html#gmarkus">
|
||||
<div class="talktitle">I heart the Yocto Project</div>
|
||||
<div class="talkspeaker">Gordan Markuš</div>
|
||||
</a>
|
||||
</td>
|
||||
<td rowspan="4">
|
||||
<a href="speakers-and-talks.html#hdecastro">
|
||||
<div class="talktitle">Reviving Old Software - How bring KDE 1 to run on modern systems teached lessons on software backporting</div>
|
||||
<div class="talkspeaker">Helio Chissini de Castro</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -194,14 +201,6 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<td class="scheduletime">16.30 - 16.45</td>
|
||||
<td rowspan="2">
|
||||
<div class="talktitle">T.B.D.</div>
|
||||
<div class="talkspeaker">T.B.D.</div>
|
||||
</td>
|
||||
<td rowspan="2">
|
||||
<div class="talktitle">T.B.D.</div>
|
||||
<div class="talkspeaker">T.B.D.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="scheduletime">16.45 - 17.00</td>
|
||||
|
|
|
@ -154,6 +154,74 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="bodybreak"> </div>
|
||||
|
||||
<a class="offsetanchor" name="jbornecrantz"></a>
|
||||
<div class="row">
|
||||
<div class="col-md-3">
|
||||
<div class="picture"><img class="sp-image" src="images/speaker-jbornecrantz.jpeg" alt="Jakob Bornecrantz"></div>
|
||||
</div>
|
||||
|
||||
<div class="col-md-9">
|
||||
<div class="name">Jakob Bornecrantz</div>
|
||||
<div class="title">VR: Open Source and Standards</div>
|
||||
|
||||
<div class="abstract">
|
||||
VR took off for the consumer with the release of Oculus consumer hardware. But the hardware lacked open source drivers and Linux support in general. The OpenHMD project was created to solve this issue, and as it so happen it was funded by two former Chalmers students.
|
||||
</div>
|
||||
|
||||
<div class="abstract">
|
||||
The consumer VR space has now grown from a crazy inventor in a garage into a large industry. But this growth has its down sides, multiple companies have their own APIs competing. Luckily these companies have agreed to work on a single API under the Khronos umbrella
|
||||
</div>
|
||||
|
||||
<div class="abstract">
|
||||
In this talk, Jakob will cover Khronos' OpenXR standard, give an overview about the current state of open source VR and what lies ahead.
|
||||
</div>
|
||||
|
||||
<div class="bio">
|
||||
Jakob is a former student of Chalmers now working for Collabora with graphics and virtual reality. He has worked with Linux graphics since 2006, starting with Tungsten Graphics and moving into VMware. In 2013 he along with a friend started the OpenHMD project to make open source drivers for VR and AR hardware.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="bodybreak"> </div>
|
||||
|
||||
<a class="offsetanchor" name="hdecastro"></a>
|
||||
<div class="row">
|
||||
<div class="col-md-3">
|
||||
<div class="picture"><img class="sp-image" src="images/speaker-hdecastro.jpeg" alt="Helio Chissini de Castro"></div>
|
||||
</div>
|
||||
|
||||
<div class="col-md-9">
|
||||
<div class="name">Helio Chissini de Castro</div>
|
||||
<div class="title">Reviving Old Software - How bring KDE 1 to run on modern systems teached lessons on software backporting</div>
|
||||
|
||||
<div class="abstract">
|
||||
Bring back to life an old software is easy nowadays, you spin some virtual machine with the older operational system and run it (or even compile it).
|
||||
</div>
|
||||
|
||||
<div class="abstract">
|
||||
Bring it back to RUN in modern systems ? This is a completly different history.
|
||||
</div>
|
||||
|
||||
<div class="abstract">
|
||||
Not talking on a full refactoring, or a port of the software, but bring s the real software with none to minor modifications.
|
||||
</div>
|
||||
|
||||
<div class="abstract">
|
||||
There's plenty of reasons to do that, from historical software archeology to real requirements on closed software companies that need to at least access some proprietary format to export for a different used one.
|
||||
</div>
|
||||
|
||||
<div class="abstract">
|
||||
What was done on KDE 1 ( and KDE 2 at the moment ) was an patient exercise in find the best solutions without properly destroy the code, and what is intended on here, is show steps tooke for the process, that can be easily applied to several other cases.
|
||||
</div>
|
||||
|
||||
<div class="bio">
|
||||
Open source addict, long time developer, more than 15 years KDE developer and contributor, current BMW CarIT Software Engineer and musician hobbyist (kind of).
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="bodybreak"> </div>
|
||||
|
||||
|
@ -176,6 +244,32 @@
|
|||
" </div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="bodybreak"> </div>
|
||||
|
||||
<a class="offsetanchor" name="jfernstad"></a>
|
||||
<div class="row">
|
||||
<div class="col-md-3">
|
||||
<div class="picture"><img class="sp-image" src="images/speaker-jfernstad.jpeg" alt="Joakim Fernstad"></div>
|
||||
</div>
|
||||
|
||||
<div class="col-md-9">
|
||||
<div class="name">Joakim Fernstad</div>
|
||||
<div class="title">What do I need for my IoT Cloud platform?</div>
|
||||
|
||||
<div class="abstract">
|
||||
I just want my device to send data somewhere. How hard can it be?
|
||||
</div>
|
||||
|
||||
<div class="abstract">
|
||||
The right IoT platform lets your devices send data somewhere, in a reliable and secure way, and you don't have to care how. This is a talk for those who care about the ""how"" part, with focus on open source building blocks. What is the basic functionality I need in my cloud? Why do I need this functionality? Then what? There are plenty of questions, let's explore some answers.
|
||||
</div>
|
||||
|
||||
<div class="bio">
|
||||
Joakim is Software Architect at Endian Technologies where he maintains their IoT Cloud Platform, Endian SCORE, and also helps clients with cloud infrastructure work. Previously, he has been CTO at a couple startups where he designed and implemented their backends from scratch. Joakim lives by the mantra "never stop learning".
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="bodybreak"> </div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue