diff --git a/schedule.js b/schedule.js index ea00358..617c5c5 100644 --- a/schedule.js +++ b/schedule.js @@ -52,34 +52,34 @@ function Schedule() { var schedule = new Schedule(); schedule.addEvent({ - title: 'Regex 101', + title: 'Behind the scenes of a grown-up web application‎', startTime: moment({hour: 10, minute: 00}), speakers: [ { - name: 'Bradley Andersen (‎elohmrow‎)', - description: 'Je n\'avais pas besoin de cette hypothese-la' + name: 'Kerstin Puschke (‎titanoboa‎)', + description: 'Kerstin Puschke is a software engineer living in Hamburg. As part of an awesome team, she contributes to the backend of XING, a social network for business professionals with about 14 million users.' } ] }); schedule.addEvent({ - title: 'HTTP Clients and Perl‎', + title: 'GOTO statement considered awesome‎', + startTime: moment({hour: 10, minute: 30}), + speakers: [ + { + name: 'Carl Mäsak (‎masak‎)', + description: 'Has been programming Perl since 2001. Found Perl 6 somewhere around 2004, and fell in love. Now doing a number of projects in Perl 5 and 6. A regular at #perl6, he often helps newcomers and does smallish tasks on the Perl 6 specs, test suite and on Rakudo and Niecza.' + } + ] +}); + +schedule.addEvent({ + title: '‎C-Day Is Coming‎', startTime: moment({hour: 11}), speakers: [ { - name: 'Tom Hukins', - description: '' - } - ] -}); - -schedule.addEvent({ - title: 'Dancer and DBIx::Class‎', - startTime: moment({hour: 11, minute: 30}), - speakers: [ - { - name: 'Stefan Hornburg (‎racke‎)', - description: 'Open source consultant since 1998, with the focus on E-Commerce, Perl and Debian. Started using Dancer in 2011 and is now part of the Dancer development team.' + name: 'liz', + description: 'Made some interesting modules, to be found at CPAN. Co-organiser YAPC::Europe::2001 in Amsterdam. Chairman of YAPC::Europe::Foundation (YEF)' } ] }); @@ -90,34 +90,35 @@ schedule.addEvent({ }); schedule.addEvent({ - title: 'Reading the layercake, an introduction to PerlIO‎', + title: 'Digest:SHA is broken‎', startTime: moment({hour: 13, minute: 20}), speakers: [ { - name: 'Leon Timmermans (‎leont‎)', - description: 'He\'s a Dutch perl hacker, mainly known for File::Map, Module::Build::Tiny, libperl++ and threads::lite, as well as some contributions to core.' + name: 'Mark Overmeer (‎markov‎)', + description: 'Perl, Perl and UNIX' } ] }); + schedule.addEvent({ - title: 'Devops Logique‎', + title: 'Asynchronous Programming with Futures‎', startTime: moment({hour: 13, minute: 50}), speakers: [ { - name: 'Matt S Trout (‎mst‎)', + name: 'Paul Evans (‎LeoNerd‎)', description: '' } ] }); schedule.addEvent({ - title: 'Functional Pe(a)rls: Huey\'s Zipper‎', + title: 'Adventures in Perl 6 Asynchrony‎', startTime: moment({hour: 14, minute: 50}), speakers: [ { - name: 'osfameron', - description: 'mySociety, DoES Liverpool (coworking/hackspace), co-author of Designing the Internet of Things' + name: 'Jonathan Worthington (‎jnthn‎)', + description: 'In the Perl world, Jonathan is best known as one of the key developers of the Rakudo Perl 6 compiler. His work has focused on the object model, type system, multiple dispatch and signatures. He\'s a regular speaker in the European Perl Conference and Workshop scene, and finds any invite to come and speak and enjoy a few beers with the local Perl hackers hard to resist.' } ] }); @@ -128,17 +129,17 @@ schedule.addEvent({ }); schedule.addEvent({ - title: 'Lightning Talks', + title: '‎Day 3 Keynote - The Joy In What We Do‎', startTime: moment({hour: 16, minute: 10}), -}); - -schedule.addEvent({ - title: 'Day 2 Keynote - State of the Velociraptor‎', - startTime: moment({hour: 17, minute: 10}), speakers: [ { - name: 'Matt S Trout (‎mst‎)', + name: 'Sawyer X', description: '' } ] }); + +schedule.addEvent({ + title: 'Lightning Talks', + startTime: moment({hour: 17, minute: 00}), +});