[wiki] [sites] Add the slcon 2016 videos || FRIGN

From: <git_AT_suckless.org>
Date: Mon, 26 Sep 2016 19:32:17 +0200

commit 7b89b8c65218fa5598fb63c3977365aec807756c
Author: FRIGN <dev_AT_frign.de>
Date: Mon Sep 26 19:32:11 2016 +0200

    Add the slcon 2016 videos
    
    In the webm format for your viewing experience. :)

diff --git a/suckless.org/conferences/2016.md b/suckless.org/conferences/2016.md
index 4cf057f..854f6d7 100644
--- a/suckless.org/conferences/2016.md
+++ b/suckless.org/conferences/2016.md
_AT_@ -24,6 +24,12 @@ Saturday, 2016-09-24
 
> Anselm opened the slcon 2016 talk session
 
+<video width="600" height="338" controls="" style="display:block;margin:0 auto" poster="http://dl.sta.li/slcon/2016/slcon-2016-00-agarbe-welcome.png">
+ <source src="http://dl.sta.li/slcon/2016/slcon-2016-00-agarbe-welcome.webm" type="video/webm">
+ <a href="http://dl.sta.li/slcon/2016/slcon-2016-00-agarbe-welcome.webm">slcon-2016-00-agarbe-welcome.webm</a>
+</video>
+
+
 (10:10-10:40) libzahl -- simple bignum arithmetic, Mattias Andrée
 
> The quality of algorithms usually increases with their complexity.
_AT_@ -31,6 +37,12 @@ Saturday, 2016-09-24
   and still provide suckless solution? This talk discussed libzahl's
   design and future.
 
+<video width="600" height="338" controls="" style="display:block;margin:0 auto" poster="http://dl.sta.li/slcon/2016/slcon-2016-01-mandree-libzahl.png">
+ <source src="http://dl.sta.li/slcon/2016/slcon-2016-01-mandree-libzahl.webm" type="video/webm">
+ <a href="http://dl.sta.li/slcon/2016/slcon-2016-01-mandree-libzahl.webm">slcon-2016-01-mandree-libzahl.webm</a>
+</video>
+
+
 (10:50-11:15) XML damage control, Silvan Jegen
 
> XML is a horrendously abused file format that severely suffers from
_AT_@ -43,6 +55,12 @@ Saturday, 2016-09-24
   most sensible XML libraries and discussed alternative parsing approaches
   as well as their implementation.
 
+<video width="600" height="338" controls="" style="display:block;margin:0 auto" poster="http://dl.sta.li/slcon/2016/slcon-2016-02-sjegen-xml_damage_control.png">
+ <source src="http://dl.sta.li/slcon/2016/slcon-2016-02-sjegen-xml_damage_control.webm" type="video/webm">
+ <a href="http://dl.sta.li/slcon/2016/slcon-2016-02-sjegen-xml_damage_control.webm">slcon-2016-02-sjegen-xml_damage_control.webm</a>
+</video>
+
+
 (11:20-11:35) Stali Pi B+, Manu Raster
 
> This talk gave a report on readying stali for the Raspberry Pi B+
_AT_@ -51,14 +69,27 @@ Saturday, 2016-09-24
   build systems, evaluating portability concerns encountered along the way
   on a scale from "depraved" over "naive" to "not too bad".
 
+<video width="600" height="338" controls="" style="display:block;margin:0 auto" poster="http://dl.sta.li/slcon/2016/slcon-2016-03-mraster-stali_pi_bplus.png">
+ <source src="http://dl.sta.li/slcon/2016/slcon-2016-03-mraster-stali_pi_bplus.webm" type="video/webm">
+ <a href="http://dl.sta.li/slcon/2016/slcon-2016-03-mraster-stali_pi_bplus.webm">slcon-2016-03-mraster-stali_pi_bplus.webm</a>
+</video>
+
+
 (11:40-12:05) farbfeld and color spaces, Laslo Hunhold
 
> This talk discussed the future role of color management in computing
   in light of recent developments and gave a future perspective on
   necessary changes to the handling of image formats like farbfeld.
 
+<video width="600" height="338" controls="" style="display:block;margin:0 auto" poster="http://dl.sta.li/slcon/2016/slcon-2016-04-lhunhold-farbfeld_and_color_spaces.png">
+ <source src="http://dl.sta.li/slcon/2016/slcon-2016-04-lhunhold-farbfeld_and_color_spaces.webm" type="video/webm">
+ <a href="http://dl.sta.li/slcon/2016/slcon-2016-04-lhunhold-farbfeld_and_color_spaces.webm">slcon-2016-04-lhunhold-farbfeld_and_color_spaces.webm</a>
+</video>
+
+
 (12:05-13:25) Lunch break
 
+
 (13:25-14:10) scc and qbe for practical compilation, Roberto E. Vargas Caballero
 
> For decades we have been witnessing a dramatic increase in compiler
_AT_@ -71,6 +102,12 @@ Saturday, 2016-09-24
   approach, that is also advocated by the "boring crypto" movement, and
   demonstrated how it allows easier bootstrapping of new systems.
 
+<video width="600" height="338" controls="" style="display:block;margin:0 auto" poster="http://dl.sta.li/slcon/2016/slcon-2016-05-rvargasc-scc_and_qbe_for_practical_compilation.png">
+ <source src="http://dl.sta.li/slcon/2016/slcon-2016-05-rvargasc-scc_and_qbe_for_practical_compilation.webm" type="video/webm">
+ <a href="http://dl.sta.li/slcon/2016/slcon-2016-05-rvargasc-scc_and_qbe_for_practical_compilation.webm">slcon-2016-05-rvargasc-scc_and_qbe_for_practical_compilation.webm</a>
+</video>
+
+
 (14:10-15:15) The Myrddin Programming Language, Ori Bernstein
 
> This talk presented the Myrddin programming language that was written
_AT_@ -83,6 +120,12 @@ Saturday, 2016-09-24
   examples were presented using a replacement for many standard libraries
   on a number of popular (and less popular) platforms.
 
+<video width="600" height="338" controls="" style="display:block;margin:0 auto" poster="http://dl.sta.li/slcon/2016/slcon-2016-06-obernstein-the_myrddin_programming_language.png">
+ <source src="http://dl.sta.li/slcon/2016/slcon-2016-06-obernstein-the_myrddin_programming_language.webm" type="video/webm">
+ <a href="http://dl.sta.li/slcon/2016/slcon-2016-06-obernstein-the_myrddin_programming_language.webm">slcon-2016-06-obernstein-the_myrddin_programming_language.webm</a>
+</video>
+
+
 (15:20-15:50) ii-like chatting improvements, Jan Klemkow
 
> Since the last conference, the presenter had made several improvements
_AT_@ -91,6 +134,12 @@ Saturday, 2016-09-24
   UCSPI toolchain, a new modular frontend "lchat" and the idea of runit
   integration.
 
+<video width="600" height="338" controls="" style="display:block;margin:0 auto" poster="http://dl.sta.li/slcon/2016/slcon-2016-07-jklemkow-ii-like_chatting_improved.png">
+ <source src="http://dl.sta.li/slcon/2016/slcon-2016-07-jklemkow-ii-like_chatting_improved.webm" type="video/webm">
+ <a href="http://dl.sta.li/slcon/2016/slcon-2016-07-jklemkow-ii-like_chatting_improved.webm">slcon-2016-07-jklemkow-ii-like_chatting_improved.webm</a>
+</video>
+
+
 (15:50-16:25) text engine, Francesc Hervada-Sala
 
> The right approach to software systems was introduced by the Unix
_AT_@ -103,8 +152,15 @@ Saturday, 2016-09-24
   kernel and discussing improvements it can bring to modern data
   processing and user experience.
 
+<video width="600" height="338" controls="" style="display:block;margin:0 auto" poster="http://dl.sta.li/slcon/2016/slcon-2016-08-fhervadas-text_engine.png">
+ <source src="http://dl.sta.li/slcon/2016/slcon-2016-08-fhervadas-text_engine.webm" type="video/webm">
+ <a href="http://dl.sta.li/slcon/2016/slcon-2016-08-fhervadas-text_engine.webm">slcon-2016-08-fhervadas-text_engine.webm</a>
+</video>
+
+
 (16:25-16:35) Coffee break
 
+
 (16:35-17:15) Suckless Image Processing, EML
 
> This talk picked up the conception of an image being an array of numbers
_AT_@ -119,6 +175,12 @@ Saturday, 2016-09-24
   pipe interchange is discussed and claimed that the farbfeld image
   format is not suitable for this task and general image processing.
 
+<video width="600" height="338" controls="" style="display:block;margin:0 auto" poster="http://dl.sta.li/slcon/2016/slcon-2016-09-emeinhardtl-suckless_image_processing.png">
+ <source src="http://dl.sta.li/slcon/2016/slcon-2016-09-emeinhardtl-suckless_image_processing.webm" type="video/webm">
+ <a href="http://dl.sta.li/slcon/2016/slcon-2016-09-emeinhardtl-suckless_image_processing.webm">slcon-2016-09-emeinhardtl-suckless_image_processing.webm</a>
+</video>
+
+
 (17:20-17:45) shared farbfeld, Jan Klemkow
 
> This talk explored farbfeld as a basis for general purpose image
_AT_@ -128,8 +190,20 @@ Saturday, 2016-09-24
   Photoshop-like image editor is presented with a proof of concept
   implementation and benchmarks supporting this idea.
 
+<video width="600" height="338" controls="" style="display:block;margin:0 auto" poster="http://dl.sta.li/slcon/2016/slcon-2016-10-jklemkow-shared_farbfeld.png">
+ <source src="http://dl.sta.li/slcon/2016/slcon-2016-10-jklemkow-shared_farbfeld.webm" type="video/webm">
+ <a href="http://dl.sta.li/slcon/2016/slcon-2016-10-jklemkow-shared_farbfeld.webm">slcon-2016-10-jklemkow-shared_farbfeld.webm</a>
+</video>
+
+
 (17:45-17:50) Display servers, Mattias Andrée
 
+<video width="600" height="338" controls="" style="display:block;margin:0 auto" poster="http://dl.sta.li/slcon/2016/slcon-2016-11-mandree-display_servers.png">
+ <source src="http://dl.sta.li/slcon/2016/slcon-2016-11-mandree-display_servers.webm" type="video/webm">
+ <a href="http://dl.sta.li/slcon/2016/slcon-2016-11-mandree-display_servers.webm">slcon-2016-11-mandree-display_servers.webm</a>
+</video>
+
+
 (17:50-18:30) stali learnings and beehive observation, Anselm R Garbe
 
> This talk presented the experience gained with stali since the last
_AT_@ -137,14 +211,27 @@ Saturday, 2016-09-24
   idea in particular. As a proof of concept, the presenter demonstrated
   stali as a platform for observing his beehives.
 
+<video width="600" height="338" controls="" style="display:block;margin:0 auto" poster="http://dl.sta.li/slcon/2016/slcon-2016-12-agarbe-stali_learnings_and_beehive_observation.png">
+ <source src="http://dl.sta.li/slcon/2016/slcon-2016-12-agarbe-stali_learnings_and_beehive_observation.webm" type="video/webm">
+ <a href="http://dl.sta.li/slcon/2016/slcon-2016-12-agarbe-stali_learnings_and_beehive_observation.webm">slcon-2016-12-agarbe-stali_learnings_and_beehive_observation.webm</a>
+</video>
+
+
 Official slcon 2016 talk session end.
 
+
 (18:55-19:20) suckless.org e.V. Mitgliederversammlung (suckless.org e.V. general assembly)
 
> The yearly general assembly consisted of the report of the chairs,
   Anselm R Garbe and Laslo Hunhold, the report of the treasurer,
   Jan Klemkow, and the discussion of topics raised by members.
 
+<video width="600" height="338" controls="" style="display:block;margin:0 auto" poster="http://dl.sta.li/slcon/2016/slcon-2016-13-all-vote.png">
+ <source src="http://dl.sta.li/slcon/2016/slcon-2016-13-all-vote.webm" type="video/webm">
+ <a href="http://dl.sta.li/slcon/2016/slcon-2016-13-all-vote.webm">slcon-2016-13-all-vote.webm</a>
+</video>
+
+
 (19:30-) Social event in Frankfurt/Main City
 
 Sunday, 2016-09-25
Received on Mon Sep 26 2016 - 19:32:17 CEST

This archive was generated by hypermail 2.3.0 : Mon Sep 26 2016 - 19:36:14 CEST