sites

public wiki contents of suckless.org
git clone git://git.suckless.org/sites
Log | Files | Refs

commit abdf1fc74a335cd6b2606668d03adb4009fa5e43
parent 7cf8eb9d0608c71e3509bd84f36f5d3e0462d304
Author: Quentin Rameau <quinq@fifth.space>
Date:   Wed,  4 Nov 2015 20:57:26 +0100

slcon2: adapt format

Use blockquotes instead of codeblocks and add a definition for v.E.

Diffstat:
Msuckless.org/conference/index.md | 130++++++++++++++++++++++++++++++++++++++-----------------------------------------
1 file changed, 63 insertions(+), 67 deletions(-)

diff --git a/suckless.org/conference/index.md b/suckless.org/conference/index.md @@ -1,105 +1,101 @@ -suckless conference 2015, Budapest -================================== +# suckless conference 2015, Budapest ->[![slcon2015 group photo](slcon2015-s.png)](slcon2015.png)<- -Friday, 2015-10-30 -================== +# Friday, 2015-10-30 -Talks ------ +## Talks -(11:00-11:15) *Welcome*, Anselm R Garbe, ([video](http://dl.sta.li/slcon/2015/slcon-2015-00-arg-welcome.mts)) +### (11:00-11:15) *Welcome*, Anselm R Garbe, ([video](http://dl.sta.li/slcon/2015/slcon-2015-00-arg-welcome.mts)) - Anselm opened slcon2 and gave an overview on the final conference schedule. +> Anselm opened slcon2 and gave an overview on the final conference schedule. -(11:15-12:00) *suckless core - A suckless userspace foundation*, Laslo Hunhold, ([video](http://dl.sta.li/slcon/2015/slcon-2015-01-frign-suckless_core.mts)) +### (11:15-12:00) *suckless core - A suckless userspace foundation*, Laslo Hunhold, ([video](http://dl.sta.li/slcon/2015/slcon-2015-01-frign-suckless_core.mts)) - This talk will focus on recent developments in the suckless core - programs, the design and motivation behind them and which issues were - faced along the way, including ditching POSIX in some places in favor of - suckless design principles and consistency. - Current issues and future plans will be discussed in the last part. +> This talk will focus on recent developments in the suckless core + programs, the design and motivation behind them and which issues were + faced along the way, including ditching POSIX in some places in favor of + suckless design principles and consistency. + Current issues and future plans will be discussed in the last part. -(12.00-12:45) *stali 2015*, Anselm R Garbe, ([video](http://dl.sta.li/slcon/2015/slcon-2015-02-arg-stali_2015.mts)) +### (12.00-12:45) *stali 2015*, Anselm R Garbe, ([video](http://dl.sta.li/slcon/2015/slcon-2015-02-arg-stali_2015.mts)) -(12:45-13:45) Lunch +### (12:45-13:45) Lunch -(13:45-14:30) *new suckless tools*, Anselm R Garbe, ([video](http://dl.sta.li/slcon/2015/slcon-2015-03-arg-new_suckless_tools.mts)) +### (13:45-14:30) *new suckless tools*, Anselm R Garbe, ([video](http://dl.sta.li/slcon/2015/slcon-2015-03-arg-new_suckless_tools.mts)) -(14:30-15:30) *Farbfeld - Rethinking image-formats*, Laslo Hunhold, ([video](http://dl.sta.li/slcon/2015/slcon-2015-04-frign-farbfeld.mts)) +### (14:30-15:30) *Farbfeld - Rethinking image-formats*, Laslo Hunhold, ([video](http://dl.sta.li/slcon/2015/slcon-2015-04-frign-farbfeld.mts)) - This talk will discuss the deficiencies of the RGBA color space and - present the Farbfeld format to store images in a device independent - way using the Lab color space. - Additionally, an alternative to incorporated, namely imposed, image - compression is discussed, evaluating the advantages over other image - formats using different kinds of images. +> This talk will discuss the deficiencies of the RGBA color space and + present the Farbfeld format to store images in a device independent + way using the Lab color space. + Additionally, an alternative to incorporated, namely imposed, image + compression is discussed, evaluating the advantages over other image + formats using different kinds of images. -(15:30-16:00) Coffee/Tea break +### (15:30-16:00) Coffee/Tea break -(16:00-16:30) *suckless.org e.V.*, Anselm R Garbe +### (16:00-16:30) *suckless.org e.V.*, Anselm R Garbe - Anselm will present the idea of suckless.org e.V. and ask attendees - to join. +> Anselm will present the idea of suckless.org e.V.[<sup>1</sup>][1] and ask attendees + to join. -(16:30-17:30) *suckless.org foundation*, All +### (16:30-17:30) *suckless.org foundation*, All -(17:30-19:00) Refresh break / check your rooms +### (17:30-19:00) Refresh break / check your rooms -(19:00-) Late night social event in Budapest +### (19:00-) Late night social event in Budapest -Saturday, 2015-10-31 -==================== +# Saturday, 2015-10-31 -Talks ------ +## Talks -(10:30-10:45) *Opening of day 2*, Anselm R Garbe, ([video](http://dl.sta.li/slcon/2015/slcon-2015-06-arg-opening_of_day_2.mts)) +### (10:30-10:45) *Opening of day 2*, Anselm R Garbe, ([video](http://dl.sta.li/slcon/2015/slcon-2015-06-arg-opening_of_day_2.mts)) -(10:45-11:30) *Simple Jabber - Divide And Conquer XMPP*, Jan Klemkow, ([video](http://dl.sta.li/slcon/2015/slcon-2015-07-klenkow-simple_jabber.mts)) +### (10:45-11:30) *Simple Jabber - Divide And Conquer XMPP*, Jan Klemkow, ([video](http://dl.sta.li/slcon/2015/slcon-2015-07-klenkow-simple_jabber.mts)) - The Extensible Messaging and Presence Protocol (XMPP)1 is like the web. It is - far too complex to be implemented in one program with the Unix philosophy in mind. - But like the web, you have to deal with it. It is the only open - and widely used instant messaging protocol on the internet. - Its extensibility is the main reason that an implementation in a single - program is nearly impossible. This talk describes an approach to master this problem. +> The Extensible Messaging and Presence Protocol (XMPP)1 is like the web. It is + far too complex to be implemented in one program with the Unix philosophy in mind. + But like the web, you have to deal with it. It is the only open + and widely used instant messaging protocol on the internet. + Its extensibility is the main reason that an implementation in a single + program is nearly impossible. This talk describes an approach to master this problem. -(11:30-12:00) *Finite state document processing*, Manu Raster, ([video](http://dl.sta.li/slcon/2015/slcon-2015-08-raster-finite_state_document_processing.mts)) +### (11:30-12:00) *Finite state document processing*, Manu Raster, ([video](http://dl.sta.li/slcon/2015/slcon-2015-08-raster-finite_state_document_processing.mts)) - Mainstream XML processing techniques wastefully consume time - and memory for example in file format conversions popularly - known as 'save as …'. In this talk we present a less - wasteful method based on finite-state transducers. +> Mainstream XML processing techniques wastefully consume time + and memory for example in file format conversions popularly + known as 'save as …'. In this talk we present a less + wasteful method based on finite-state transducers. -(12:00-13:00) Lunch +### (12:00-13:00) Lunch -(13:00-13:15) Conference fee collection +### (13:00-13:15) Conference fee collection -(13:15-14:15) *UTF-8 everywhere? Writing Unicode compliant software that sucks less*, Laslo Hunhold, ([video](http://dl.sta.li/slcon/2015/slcon-2015-09-frign-utf-8_everywhere.mts)) +### (13:15-14:15) *UTF-8 everywhere? Writing Unicode compliant software that sucks less*, Laslo Hunhold, ([video](http://dl.sta.li/slcon/2015/slcon-2015-09-frign-utf-8_everywhere.mts)) - This talk will discuss UTF-8 and its history, how and when you have to - deal with it and which challenges are faced along the way, evaluating - its advantages over other character encodings. - Besides more trivial problems like decoding and encoding, advanced - issues like string comparison, case conversion and normalization are - discussed, leading to the conclusion that the POSIX wchar-interfaces - are broken by design. - Using suckless principles, problems with the ICU libraries are discussed - and a midway drawn between total localization and minimalism, - presenting possible solutions. +> This talk will discuss UTF-8 and its history, how and when you have to + deal with it and which challenges are faced along the way, evaluating + its advantages over other character encodings. + Besides more trivial problems like decoding and encoding, advanced + issues like string comparison, case conversion and normalization are + discussed, leading to the conclusion that the POSIX wchar-interfaces + are broken by design. + Using suckless principles, problems with the ICU libraries are discussed + and a midway drawn between total localization and minimalism, + presenting possible solutions. -(14:15-14:45) Coffee/Tea break +### (14:15-14:45) Coffee/Tea break -(14:45-15:00) *Formal conference talk closing*, Anselm R Garbe +### (14:45-15:00) *Formal conference talk closing*, Anselm R Garbe -(15:00-17:00) Hacking +### (15:00-17:00) Hacking -(17:00-) TBD +### (17:00-) TBD -Previous conferences --------------------- +## Previous conferences * [slcon 2013](http://suckless.org/conference/2013) + +[1]: https://en.wikipedia.org/wiki/Eingetragener_Verein