-
Notifications
You must be signed in to change notification settings - Fork 29
/
fosdem_schedule.xcal
13668 lines (13556 loc) · 814 KB
/
fosdem_schedule.xcal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
<?xml version="1.0" encoding="UTF-8"?>
<iCalendar xmlns:xCal="urn:ietf:params:xml:ns:xcal" xmlns:pentabarf="http://pentabarf.org">
<vcalendar>
<version>2.0</version>
<prodid>-//Pentabarf//Schedule 1.0//EN</prodid>
<x-wr-caldesc>FOSDEM 2014</x-wr-caldesc>
<x-wr-calname>Schedule for events at FOSDEM 2014</x-wr-calname>
<vevent>
<method>PUBLISH</method>
<uid>1778@[email protected]</uid>
<pentabarf:event-id>1778</pentabarf:event-id>
<pentabarf:event-slug>graphdevroom_welcome2014</pentabarf:event-slug>
<pentabarf:event-tag>graphdevroom_welcome2014</pentabarf:event-tag>
<pentabarf:title>Welcome to Graph Devroom 2014</pentabarf:title>
<pentabarf:subtitle>Welcome to Graph Devroom 2014</pentabarf:subtitle>
<pentabarf:language>en</pentabarf:language>
<pentabarf:language-code>en_US</pentabarf:language-code>
<pentabarf:track>Graph processing</pentabarf:track>
<pentabarf:start>2014-02-02 09:00:00 +0100</pentabarf:start>
<pentabarf:end>2014-02-02 09:05:00 +0100</pentabarf:end>
<pentabarf:duration>00:05:00:00</pentabarf:duration>
<dtstart>20140202T090000</dtstart>
<dtend>20140202T090500</dtend>
<duration>00:05:00:00</duration>
<summary>Welcome to Graph Devroom 2014- Welcome to Graph Devroom 2014</summary>
<description><p>Welcome talk...</p></description>
<class>PUBLIC</class>
<status>CONFIRMED</status>
<categories>Graph processing</categories>
<url>https:/fosdem.org/2014/schedule/event/graphdevroom_welcome2014/</url>
<location>H.1308 (Rolin)</location>
</vevent>
<vevent>
<method>PUBLISH</method>
<uid>2412@[email protected]</uid>
<pentabarf:event-id>2412</pentabarf:event-id>
<pentabarf:event-slug>logic_programming_in_python</pentabarf:event-slug>
<pentabarf:event-tag>logic_programming_in_python</pentabarf:event-tag>
<pentabarf:title>Logic Programming in Python</pentabarf:title>
<pentabarf:subtitle/>
<pentabarf:language>en</pentabarf:language>
<pentabarf:language-code>en_US</pentabarf:language-code>
<pentabarf:track>Python</pentabarf:track>
<pentabarf:start>2014-02-02 09:00:00 +0100</pentabarf:start>
<pentabarf:end>2014-02-02 09:30:00 +0100</pentabarf:end>
<pentabarf:duration>00:30:00:00</pentabarf:duration>
<dtstart>20140202T090000</dtstart>
<dtend>20140202T093000</dtend>
<duration>00:30:00:00</duration>
<summary>Logic Programming in Python</summary>
<description><p>So far, the Python community has shown little interest in Logic Programming.</p>
<p>Yet, it is one of the three main programming paradigms, together with imperative and functional programming. Thanks to pyDatalog, a Python package which embeds Logic Programming within Python, Python programmers can now solve complex problems through highly readable and declarative programs. This talk will introduce you to Logic Programming through examples written in Python + pyDatalog.</p></description>
<class>PUBLIC</class>
<status>CONFIRMED</status>
<categories>Python</categories>
<url>https:/fosdem.org/2014/schedule/event/logic_programming_in_python/</url>
<location>K.3.201</location>
<attendee>Pierre Carbonnelle</attendee>
</vevent>
<vevent>
<method>PUBLISH</method>
<uid>2043@[email protected]</uid>
<pentabarf:event-id>2043</pentabarf:event-id>
<pentabarf:event-slug>virtiaas15</pentabarf:event-slug>
<pentabarf:event-tag>virtiaas15</pentabarf:event-tag>
<pentabarf:title>News from the VirtualSquare World</pentabarf:title>
<pentabarf:subtitle/>
<pentabarf:language>en</pentabarf:language>
<pentabarf:language-code>en_US</pentabarf:language-code>
<pentabarf:track>Virtualisation and IaaS</pentabarf:track>
<pentabarf:start>2014-02-02 09:00:00 +0100</pentabarf:start>
<pentabarf:end>2014-02-02 09:40:00 +0100</pentabarf:end>
<pentabarf:duration>00:40:00:00</pentabarf:duration>
<dtstart>20140202T090000</dtstart>
<dtend>20140202T094000</dtend>
<duration>00:40:00:00</duration>
<summary>News from the VirtualSquare World</summary>
<description><p>VirtualSquare community has created a number of tools for virtuality: VDE, View-OS, PureLibC, LWIPv6, etc.
An entire new generation of our tools is being designed. This seminar will provide a preview on new developments and new features.</p></description>
<class>PUBLIC</class>
<status>CONFIRMED</status>
<categories>Virtualisation and IaaS</categories>
<url>https:/fosdem.org/2014/schedule/event/virtiaas15/</url>
<location>UD2.120 (Chavanne)</location>
<attendee>Renzo Davoli</attendee>
</vevent>
<vevent>
<method>PUBLISH</method>
<uid>1717@[email protected]</uid>
<pentabarf:event-id>1717</pentabarf:event-id>
<pentabarf:event-slug>00_uk_welcome</pentabarf:event-slug>
<pentabarf:event-tag>00_uk_welcome</pentabarf:event-tag>
<pentabarf:title>Welcoming and Introduction</pentabarf:title>
<pentabarf:subtitle/>
<pentabarf:language>en</pentabarf:language>
<pentabarf:language-code>en_US</pentabarf:language-code>
<pentabarf:track>Microkernel-based operating systems</pentabarf:track>
<pentabarf:start>2014-02-02 09:00:00 +0100</pentabarf:start>
<pentabarf:end>2014-02-02 09:05:00 +0100</pentabarf:end>
<pentabarf:duration>00:05:00:00</pentabarf:duration>
<dtstart>20140202T090000</dtstart>
<dtend>20140202T090500</dtend>
<duration>00:05:00:00</duration>
<summary>Welcoming and Introduction</summary>
<description><p>A short introduction of the hosts of the devroom and some warm words.</p></description>
<class>PUBLIC</class>
<status>CONFIRMED</status>
<categories>Microkernel-based operating systems</categories>
<url>https:/fosdem.org/2014/schedule/event/00_uk_welcome/</url>
<location>H.2214</location>
<attendee>Julian Stecklina</attendee>
</vevent>
<vevent>
<method>PUBLISH</method>
<uid>1709@[email protected]</uid>
<pentabarf:event-id>1709</pentabarf:event-id>
<pentabarf:event-slug>autodevroomintro</pentabarf:event-slug>
<pentabarf:event-tag>autodevroomintro</pentabarf:event-tag>
<pentabarf:title>Automotive Development devroom</pentabarf:title>
<pentabarf:subtitle>Quick introduction to the automotive devroom at FOSDEM</pentabarf:subtitle>
<pentabarf:language>en</pentabarf:language>
<pentabarf:language-code>en_US</pentabarf:language-code>
<pentabarf:track>Automotive development</pentabarf:track>
<pentabarf:start>2014-02-02 09:00:00 +0100</pentabarf:start>
<pentabarf:end>2014-02-02 09:20:00 +0100</pentabarf:end>
<pentabarf:duration>00:20:00:00</pentabarf:duration>
<dtstart>20140202T090000</dtstart>
<dtend>20140202T092000</dtend>
<duration>00:20:00:00</duration>
<summary>Automotive Development devroom- Quick introduction to the automotive devroom at FOSDEM</summary>
<description><p>A quick overview of the state of Open Source Automotive software.</p></description>
<class>PUBLIC</class>
<status>CONFIRMED</status>
<categories>Automotive development</categories>
<url>https:/fosdem.org/2014/schedule/event/autodevroomintro/</url>
<location>H.1309 (Van Rijn)</location>
<attendee>Jeremiah C. Foster</attendee>
</vevent>
<vevent>
<method>PUBLISH</method>
<uid>2333@[email protected]</uid>
<pentabarf:event-id>2333</pentabarf:event-id>
<pentabarf:event-slug>wine_keynote</pentabarf:event-slug>
<pentabarf:event-tag>wine_keynote</pentabarf:event-tag>
<pentabarf:title>State of Wine</pentabarf:title>
<pentabarf:subtitle/>
<pentabarf:language>en</pentabarf:language>
<pentabarf:language-code>en_US</pentabarf:language-code>
<pentabarf:track>Wine</pentabarf:track>
<pentabarf:start>2014-02-02 09:00:00 +0100</pentabarf:start>
<pentabarf:end>2014-02-02 09:30:00 +0100</pentabarf:end>
<pentabarf:duration>00:30:00:00</pentabarf:duration>
<dtstart>20140202T090000</dtstart>
<dtend>20140202T093000</dtend>
<duration>00:30:00:00</duration>
<summary>State of Wine</summary>
<description><p>This talk will present a quick summary of the current state of Wine and of the plans for the upcoming 1.8 release.</p></description>
<class>PUBLIC</class>
<status>CONFIRMED</status>
<categories>Wine</categories>
<url>https:/fosdem.org/2014/schedule/event/wine_keynote/</url>
<location>AW1.120</location>
<attendee>Alexandre Julliard</attendee>
</vevent>
<vevent>
<method>PUBLISH</method>
<uid>2277@[email protected]</uid>
<pentabarf:event-id>2277</pentabarf:event-id>
<pentabarf:event-slug>llvmdevintro</pentabarf:event-slug>
<pentabarf:event-tag>llvmdevintro</pentabarf:event-tag>
<pentabarf:title>Introduction to LLVM dev-room</pentabarf:title>
<pentabarf:subtitle/>
<pentabarf:language>en</pentabarf:language>
<pentabarf:language-code>en_US</pentabarf:language-code>
<pentabarf:track>LLVM</pentabarf:track>
<pentabarf:start>2014-02-02 09:00:00 +0100</pentabarf:start>
<pentabarf:end>2014-02-02 09:05:00 +0100</pentabarf:end>
<pentabarf:duration>00:05:00:00</pentabarf:duration>
<dtstart>20140202T090000</dtstart>
<dtend>20140202T090500</dtend>
<duration>00:05:00:00</duration>
<summary>Introduction to LLVM dev-room</summary>
<description><p>The LLVM Project is a collection of modular and reusable compiler and toolchain technologies. Despite its name, LLVM has little to do with traditional virtual machines, though it does provide helpful libraries that can be used to build them. The name "LLVM" itself is not an acronym; it is the full name of the project.</p></description>
<class>PUBLIC</class>
<status>CONFIRMED</status>
<categories>LLVM</categories>
<url>https:/fosdem.org/2014/schedule/event/llvmdevintro/</url>
<location>K.4.401</location>
<attendee>Sylvestre Ledru</attendee>
<attendee>Tobias Grosser</attendee>
</vevent>
<vevent>
<method>PUBLISH</method>
<uid>2328@[email protected]</uid>
<pentabarf:event-id>2328</pentabarf:event-id>
<pentabarf:event-slug>energy_effiency_matters</pentabarf:event-slug>
<pentabarf:event-tag>energy_effiency_matters</pentabarf:event-tag>
<pentabarf:title>Energy scavenging, battery life and should we build more power stations</pentabarf:title>
<pentabarf:subtitle>Why energy-efficiency of hardware and software matters</pentabarf:subtitle>
<pentabarf:language>en</pentabarf:language>
<pentabarf:language-code>en_US</pentabarf:language-code>
<pentabarf:track>Energy-efficient computing</pentabarf:track>
<pentabarf:start>2014-02-02 09:00:00 +0100</pentabarf:start>
<pentabarf:end>2014-02-02 09:30:00 +0100</pentabarf:end>
<pentabarf:duration>00:30:00:00</pentabarf:duration>
<dtstart>20140202T090000</dtstart>
<dtend>20140202T093000</dtend>
<duration>00:30:00:00</duration>
<summary>Energy scavenging, battery life and should we build more power stations- Why energy-efficiency of hardware and software matters</summary>
<description><p>This introductory talk will set the context for the day. It will take a look at how energy efficiency is <em>the</em> major challenge for systems developers, and will then provide an overview of a number of open source projects that demonstrate how the energy efficiency of the entire system can be significantly improved.</p></description>
<class>PUBLIC</class>
<status>CONFIRMED</status>
<categories>Energy-efficient computing</categories>
<url>https:/fosdem.org/2014/schedule/event/energy_effiency_matters/</url>
<location>AW1.126</location>
<attendee>Jeremy Bennett</attendee>
</vevent>
<vevent>
<method>PUBLISH</method>
<uid>1947@[email protected]</uid>
<pentabarf:event-id>1947</pentabarf:event-id>
<pentabarf:event-slug>ip_risks</pentabarf:event-slug>
<pentabarf:event-tag>ip_risks</pentabarf:event-tag>
<pentabarf:title>IP risks for OSS developers</pentabarf:title>
<pentabarf:subtitle>How to protect yourself against IP infringements by other developers in an open source project?</pentabarf:subtitle>
<pentabarf:language>en</pentabarf:language>
<pentabarf:language-code>en_US</pentabarf:language-code>
<pentabarf:track>Legal and policy issues</pentabarf:track>
<pentabarf:start>2014-02-02 09:00:00 +0100</pentabarf:start>
<pentabarf:end>2014-02-02 09:25:00 +0100</pentabarf:end>
<pentabarf:duration>00:25:00:00</pentabarf:duration>
<dtstart>20140202T090000</dtstart>
<dtend>20140202T092500</dtend>
<duration>00:25:00:00</duration>
<summary>IP risks for OSS developers- How to protect yourself against IP infringements by other developers in an open source project?</summary>
<description><p>Open source software developers, just like any other developers, have to be aware of the legal liability they can incur.</p></description>
<class>PUBLIC</class>
<status>CONFIRMED</status>
<categories>Legal and policy issues</categories>
<url>https:/fosdem.org/2014/schedule/event/ip_risks/</url>
<location>H.2213</location>
<attendee>Yung Shin Van Der Sype</attendee>
<attendee>Soo Mee Provoost</attendee>
</vevent>
<vevent>
<method>PUBLISH</method>
<uid>1989@[email protected]</uid>
<pentabarf:event-id>1989</pentabarf:event-id>
<pentabarf:event-slug>clangreinventing</pentabarf:event-slug>
<pentabarf:event-tag>clangreinventing</pentabarf:event-tag>
<pentabarf:title>Clang: Re-inventing the Compiler</pentabarf:title>
<pentabarf:subtitle/>
<pentabarf:language>en</pentabarf:language>
<pentabarf:language-code>en_US</pentabarf:language-code>
<pentabarf:track>LLVM</pentabarf:track>
<pentabarf:start>2014-02-02 09:05:00 +0100</pentabarf:start>
<pentabarf:end>2014-02-02 09:55:00 +0100</pentabarf:end>
<pentabarf:duration>00:50:00:00</pentabarf:duration>
<dtstart>20140202T090500</dtstart>
<dtend>20140202T095500</dtend>
<duration>00:50:00:00</duration>
<summary>Clang: Re-inventing the Compiler</summary>
<description><p>The LLVM clang C++ compiler has exceeded all expectations the last year, gaining unprecedented new features that let you explore, rewrite, and rediscover your source code.</p>
<p>This is a talk about the human story of a compiler: What can we achieve going beyond compilation? Why are we compelled to invent a better wheel? How can we make everyday life better for coders, and could the compiler itself become an instrument for wider social change?</p></description>
<class>PUBLIC</class>
<status>CONFIRMED</status>
<categories>LLVM</categories>
<url>https:/fosdem.org/2014/schedule/event/clangreinventing/</url>
<location>K.4.401</location>
<attendee>Alp Toker</attendee>
</vevent>
<vevent>
<method>PUBLISH</method>
<uid>2395@[email protected]</uid>
<pentabarf:event-id>2395</pentabarf:event-id>
<pentabarf:event-slug>intelgraphbuilder</pentabarf:event-slug>
<pentabarf:event-tag>intelgraphbuilder</pentabarf:event-tag>
<pentabarf:title>Graphbuilder</pentabarf:title>
<pentabarf:subtitle>Where'd you get that big old graph?</pentabarf:subtitle>
<pentabarf:language>en</pentabarf:language>
<pentabarf:language-code>en_US</pentabarf:language-code>
<pentabarf:track>Graph processing</pentabarf:track>
<pentabarf:start>2014-02-02 09:05:00 +0100</pentabarf:start>
<pentabarf:end>2014-02-02 09:45:00 +0100</pentabarf:end>
<pentabarf:duration>00:40:00:00</pentabarf:duration>
<dtstart>20140202T090500</dtstart>
<dtend>20140202T094500</dtend>
<duration>00:40:00:00</duration>
<summary>Graphbuilder- Where'd you get that big old graph?</summary>
<description><p>This talk will discuss the basics, the challenges, and the possibilities of graph construction.</p></description>
<class>PUBLIC</class>
<status>CONFIRMED</status>
<categories>Graph processing</categories>
<url>https:/fosdem.org/2014/schedule/event/intelgraphbuilder/</url>
<location>H.1308 (Rolin)</location>
<attendee>Nathan Segerlind</attendee>
</vevent>
<vevent>
<method>PUBLISH</method>
<uid>1988@[email protected]</uid>
<pentabarf:event-id>1988</pentabarf:event-id>
<pentabarf:event-slug>01_uk_rump_kernels</pentabarf:event-slug>
<pentabarf:event-tag>01_uk_rump_kernels</pentabarf:event-tag>
<pentabarf:title>Rump Kernels, Just Components</pentabarf:title>
<pentabarf:subtitle/>
<pentabarf:language>en</pentabarf:language>
<pentabarf:language-code>en_US</pentabarf:language-code>
<pentabarf:track>Microkernel-based operating systems</pentabarf:track>
<pentabarf:start>2014-02-02 09:05:00 +0100</pentabarf:start>
<pentabarf:end>2014-02-02 09:50:00 +0100</pentabarf:end>
<pentabarf:duration>00:45:00:00</pentabarf:duration>
<dtstart>20140202T090500</dtstart>
<dtend>20140202T095000</dtend>
<duration>00:45:00:00</duration>
<summary>Rump Kernels, Just Components</summary>
<description><p>The talk will concentrate more on anecdotes from the "drivers first" development approach. Technical details for how rump kernels work will be provided as links.</p></description>
<class>PUBLIC</class>
<status>CONFIRMED</status>
<categories>Microkernel-based operating systems</categories>
<url>https:/fosdem.org/2014/schedule/event/01_uk_rump_kernels/</url>
<location>H.2214</location>
<attendee>Antti Kantee</attendee>
</vevent>
<vevent>
<method>PUBLISH</method>
<uid>1822@[email protected]</uid>
<pentabarf:event-id>1822</pentabarf:event-id>
<pentabarf:event-slug>mediatrackerivi</pentabarf:event-slug>
<pentabarf:event-tag>mediatrackerivi</pentabarf:event-tag>
<pentabarf:title>Media wrangling in the car with GENIVI requirements</pentabarf:title>
<pentabarf:subtitle>Collecting all your music in one place</pentabarf:subtitle>
<pentabarf:language>en</pentabarf:language>
<pentabarf:language-code>en_US</pentabarf:language-code>
<pentabarf:track>Automotive development</pentabarf:track>
<pentabarf:start>2014-02-02 09:25:00 +0100</pentabarf:start>
<pentabarf:end>2014-02-02 10:00:00 +0100</pentabarf:end>
<pentabarf:duration>00:35:00:00</pentabarf:duration>
<dtstart>20140202T092500</dtstart>
<dtend>20140202T100000</dtend>
<duration>00:35:00:00</duration>
<summary>Media wrangling in the car with GENIVI requirements- Collecting all your music in one place</summary>
<description><p>Having all your media available in the car is the Holy Grail for carmakers. Unifying playlists, quick access to Internet radio, AM/FM, and traffic information is a complex task. This talk will discuss the currently available ways to index media in the car providing one of the pieces of the complex puzzle.</p></description>
<class>PUBLIC</class>
<status>CONFIRMED</status>
<categories>Automotive development</categories>
<url>https:/fosdem.org/2014/schedule/event/mediatrackerivi/</url>
<location>H.1309 (Van Rijn)</location>
<attendee>Jeremiah C. Foster</attendee>
</vevent>
<vevent>
<method>PUBLISH</method>
<uid>2036@[email protected]</uid>
<pentabarf:event-id>2036</pentabarf:event-id>
<pentabarf:event-slug>sisyphus</pentabarf:event-slug>
<pentabarf:event-tag>sisyphus</pentabarf:event-tag>
<pentabarf:title>Sisyphus is Happy</pentabarf:title>
<pentabarf:subtitle>Fighting for Software Legal Compliance</pentabarf:subtitle>
<pentabarf:language>en</pentabarf:language>
<pentabarf:language-code>en_US</pentabarf:language-code>
<pentabarf:track>Legal and policy issues</pentabarf:track>
<pentabarf:start>2014-02-02 09:30:00 +0100</pentabarf:start>
<pentabarf:end>2014-02-02 09:55:00 +0100</pentabarf:end>
<pentabarf:duration>00:25:00:00</pentabarf:duration>
<dtstart>20140202T093000</dtstart>
<dtend>20140202T095500</dtend>
<duration>00:25:00:00</duration>
<summary>Sisyphus is Happy- Fighting for Software Legal Compliance</summary>
<description><p>Nowadays software is usually a combination of own-written code and FOSS; in some cases it also contains parts licensed under non-FOSS licenses. FOSS licenses stipulate different obligations and, in order to be legally compliant, one has to abide by the obligations of every license.</p>
<p>This talk will present lessons learned while building a corporate compliance system that is sensitive to the needs of developers while still pleasing the lawyers.</p></description>
<class>PUBLIC</class>
<status>CONFIRMED</status>
<categories>Legal and policy issues</categories>
<url>https:/fosdem.org/2014/schedule/event/sisyphus/</url>
<location>H.2213</location>
<attendee>Alexios Zavras</attendee>
</vevent>
<vevent>
<method>PUBLISH</method>
<uid>2335@[email protected]</uid>
<pentabarf:event-id>2335</pentabarf:event-id>
<pentabarf:event-slug>javascript_welcome</pentabarf:event-slug>
<pentabarf:event-tag>javascript_welcome</pentabarf:event-tag>
<pentabarf:title>Javascript Room Welcome</pentabarf:title>
<pentabarf:subtitle/>
<pentabarf:language>en</pentabarf:language>
<pentabarf:language-code>en_US</pentabarf:language-code>
<pentabarf:track>JavaScript</pentabarf:track>
<pentabarf:start>2014-02-02 09:30:00 +0100</pentabarf:start>
<pentabarf:end>2014-02-02 10:00:00 +0100</pentabarf:end>
<pentabarf:duration>00:30:00:00</pentabarf:duration>
<dtstart>20140202T093000</dtstart>
<dtend>20140202T100000</dtend>
<duration>00:30:00:00</duration>
<summary>Javascript Room Welcome</summary>
<description><p>The organizing team will welcome you and kick off the first ever Fosdem Javascript Devroom!</p></description>
<class>PUBLIC</class>
<status>CONFIRMED</status>
<categories>JavaScript</categories>
<url>https:/fosdem.org/2014/schedule/event/javascript_welcome/</url>
<location>K.3.401</location>
<attendee>Steven Beeckman</attendee>
</vevent>
<vevent>
<method>PUBLISH</method>
<uid>2384@[email protected]</uid>
<pentabarf:event-id>2384</pentabarf:event-id>
<pentabarf:event-slug>introduction_to_pytest_fixtures</pentabarf:event-slug>
<pentabarf:event-tag>introduction_to_pytest_fixtures</pentabarf:event-tag>
<pentabarf:title>Introduction to py.test fixtures</pentabarf:title>
<pentabarf:subtitle/>
<pentabarf:language>en</pentabarf:language>
<pentabarf:language-code>en_US</pentabarf:language-code>
<pentabarf:track>Python</pentabarf:track>
<pentabarf:start>2014-02-02 09:30:00 +0100</pentabarf:start>
<pentabarf:end>2014-02-02 10:00:00 +0100</pentabarf:end>
<pentabarf:duration>00:30:00:00</pentabarf:duration>
<dtstart>20140202T093000</dtstart>
<dtend>20140202T100000</dtend>
<duration>00:30:00:00</duration>
<summary>Introduction to py.test fixtures</summary>
<description><p>py.test is a powerful and Pythonic unit testing tool which can scale from a few quick no-boilerplate tests to running huge unit and integration test suites.</p></description>
<class>PUBLIC</class>
<status>CONFIRMED</status>
<categories>Python</categories>
<url>https:/fosdem.org/2014/schedule/event/introduction_to_pytest_fixtures/</url>
<location>K.3.201</location>
<attendee>Floris Bruynooghe</attendee>
</vevent>
<vevent>
<method>PUBLISH</method>
<uid>2082@[email protected]</uid>
<pentabarf:event-id>2082</pentabarf:event-id>
<pentabarf:event-slug>wine_pipelight</pentabarf:event-slug>
<pentabarf:event-tag>wine_pipelight</pentabarf:event-tag>
<pentabarf:title>Pipelight - Netflix and more via Wine</pentabarf:title>
<pentabarf:subtitle/>
<pentabarf:language>en</pentabarf:language>
<pentabarf:language-code>en_US</pentabarf:language-code>
<pentabarf:track>Wine</pentabarf:track>
<pentabarf:start>2014-02-02 09:30:00 +0100</pentabarf:start>
<pentabarf:end>2014-02-02 10:30:00 +0100</pentabarf:end>
<pentabarf:duration>01:00:00:00</pentabarf:duration>
<dtstart>20140202T093000</dtstart>
<dtend>20140202T103000</dtend>
<duration>01:00:00:00</duration>
<summary>Pipelight - Netflix and more via Wine</summary>
<description><p>This talk will discuss how Pipelight combines Wine with native Linux code to run Windows NPAPI plugins such as Silverlight, Flash, and Unity3D in Linux browsers.</p></description>
<class>PUBLIC</class>
<status>CONFIRMED</status>
<categories>Wine</categories>
<url>https:/fosdem.org/2014/schedule/event/wine_pipelight/</url>
<location>AW1.120</location>
<attendee>Michael Müller</attendee>
<attendee>Sebastian Lackner</attendee>
</vevent>
<vevent>
<method>PUBLISH</method>
<uid>1918@[email protected]</uid>
<pentabarf:event-id>1918</pentabarf:event-id>
<pentabarf:event-slug>energyembedded</pentabarf:event-slug>
<pentabarf:event-tag>energyembedded</pentabarf:event-tag>
<pentabarf:title>Measuring energy consumption in embedded systems</pentabarf:title>
<pentabarf:subtitle/>
<pentabarf:language>en</pentabarf:language>
<pentabarf:language-code>en_US</pentabarf:language-code>
<pentabarf:track>Energy-efficient computing</pentabarf:track>
<pentabarf:start>2014-02-02 09:30:00 +0100</pentabarf:start>
<pentabarf:end>2014-02-02 10:15:00 +0100</pentabarf:end>
<pentabarf:duration>00:45:00:00</pentabarf:duration>
<dtstart>20140202T093000</dtstart>
<dtend>20140202T101500</dtend>
<duration>00:45:00:00</duration>
<summary>Measuring energy consumption in embedded systems</summary>
<description><p>In this talk, I will introduce the need for energy measurements for embedded devices and show how they may be performed accurately and for very low cost using a combination of off-the shelf parts and a wide range of target embedded systems.</p>
<p>I will cover the basic physics of energy measurement and go on to display designs for energy measurement kits, including the power sensing boards recently developed as part of the MAGEEC research project.</p></description>
<class>PUBLIC</class>
<status>CONFIRMED</status>
<categories>Energy-efficient computing</categories>
<url>https:/fosdem.org/2014/schedule/event/energyembedded/</url>
<location>AW1.126</location>
<attendee>Simon Hollis</attendee>
</vevent>
<vevent>
<method>PUBLISH</method>
<uid>2019@[email protected]</uid>
<pentabarf:event-id>2019</pentabarf:event-id>
<pentabarf:event-slug>virtiaas16</pentabarf:event-slug>
<pentabarf:event-tag>virtiaas16</pentabarf:event-tag>
<pentabarf:title>Virtualization in Android based and embedded systems</pentabarf:title>
<pentabarf:subtitle>Can you run Xen on your phone or car?</pentabarf:subtitle>
<pentabarf:language>en</pentabarf:language>
<pentabarf:language-code>en_US</pentabarf:language-code>
<pentabarf:track>Virtualisation and IaaS</pentabarf:track>
<pentabarf:start>2014-02-02 09:40:00 +0100</pentabarf:start>
<pentabarf:end>2014-02-02 10:20:00 +0100</pentabarf:end>
<pentabarf:duration>00:40:00:00</pentabarf:duration>
<dtstart>20140202T094000</dtstart>
<dtend>20140202T102000</dtend>
<duration>00:40:00:00</duration>
<summary>Virtualization in Android based and embedded systems- Can you run Xen on your phone or car?</summary>
<description><p>Embedded systems are becoming powerful enough that virtualization is now both possible and interesting. Xen, as a very tiny microkernel based hypervisor looks like a very good fit for the embedded environment, not to mention that it has been ported to ARM with the number of supported boards in constant increase.</p></description>
<class>PUBLIC</class>
<status>CONFIRMED</status>
<categories>Virtualisation and IaaS</categories>
<url>https:/fosdem.org/2014/schedule/event/virtiaas16/</url>
<location>UD2.120 (Chavanne)</location>
<attendee>Dario Faggioli</attendee>
</vevent>
<vevent>
<method>PUBLISH</method>
<uid>1706@[email protected]</uid>
<pentabarf:event-id>1706</pentabarf:event-id>
<pentabarf:event-slug>deviot00</pentabarf:event-slug>
<pentabarf:event-tag>deviot00</pentabarf:event-tag>
<pentabarf:title>Welcome to IoT Devroom</pentabarf:title>
<pentabarf:subtitle>Welcome to participants and explanation of the day</pentabarf:subtitle>
<pentabarf:language>en</pentabarf:language>
<pentabarf:language-code>en_US</pentabarf:language-code>
<pentabarf:track>Internet of things</pentabarf:track>
<pentabarf:start>2014-02-02 09:45:00 +0100</pentabarf:start>
<pentabarf:end>2014-02-02 10:00:00 +0100</pentabarf:end>
<pentabarf:duration>00:15:00:00</pentabarf:duration>
<dtstart>20140202T094500</dtstart>
<dtend>20140202T100000</dtend>
<duration>00:15:00:00</duration>
<summary>Welcome to IoT Devroom- Welcome to participants and explanation of the day</summary>
<description><p>Welcome to participants and explanation of the devroom format.</p></description>
<class>PUBLIC</class>
<status>CONFIRMED</status>
<categories>Internet of things</categories>
<url>https:/fosdem.org/2014/schedule/event/deviot00/</url>
<location>AW1.121</location>
<attendee>Pieter Hintjens</attendee>
</vevent>
<vevent>
<method>PUBLISH</method>
<uid>1771@[email protected]</uid>
<pentabarf:event-id>1771</pentabarf:event-id>
<pentabarf:event-slug>graphdevroom_structr</pentabarf:event-slug>
<pentabarf:event-tag>graphdevroom_structr</pentabarf:event-tag>
<pentabarf:title>From 0 to a complex webapp in 30 minutes </pentabarf:title>
<pentabarf:subtitle>Let's create a complex, graph-based webapp, live, within 30 min, with input from the audience only</pentabarf:subtitle>
<pentabarf:language>en</pentabarf:language>
<pentabarf:language-code>en_US</pentabarf:language-code>
<pentabarf:track>Graph processing</pentabarf:track>
<pentabarf:start>2014-02-02 09:45:00 +0100</pentabarf:start>
<pentabarf:end>2014-02-02 10:15:00 +0100</pentabarf:end>
<pentabarf:duration>00:30:00:00</pentabarf:duration>
<dtstart>20140202T094500</dtstart>
<dtend>20140202T101500</dtend>
<duration>00:30:00:00</duration>
<summary>From 0 to a complex webapp in 30 minutes - Let's create a complex, graph-based webapp, live, within 30 min, with input from the audience only</summary>
<description><p>With the help of the audience, I'll try to create a complex webapp within 30 minutes.
Complex in the sense of: Custom use case (unprepared, told by audience), custom JSON/REST backend, beautiful HTML5/CSS3 template, dynamic data, user interaction, Twitter/FB connect).
Everything we need is the Open Source framework Structr, on top of the graph database Neo4j.
This will be very interactive, and even fun if it works. ;-)</p></description>
<class>PUBLIC</class>
<status>CONFIRMED</status>
<categories>Graph processing</categories>
<url>https:/fosdem.org/2014/schedule/event/graphdevroom_structr/</url>
<location>H.1308 (Rolin)</location>
<attendee>Axel Morgner</attendee>
</vevent>
<vevent>
<method>PUBLISH</method>
<uid>1718@[email protected]</uid>
<pentabarf:event-id>1718</pentabarf:event-id>
<pentabarf:event-slug>go_devroom_welcome</pentabarf:event-slug>
<pentabarf:event-tag>go_devroom_welcome</pentabarf:event-tag>
<pentabarf:title>Go Devroom Welcome</pentabarf:title>
<pentabarf:subtitle/>
<pentabarf:language>en</pentabarf:language>
<pentabarf:language-code>en_US</pentabarf:language-code>
<pentabarf:track>Go</pentabarf:track>
<pentabarf:start>2014-02-02 09:45:00 +0100</pentabarf:start>
<pentabarf:end>2014-02-02 10:00:00 +0100</pentabarf:end>
<pentabarf:duration>00:15:00:00</pentabarf:duration>
<dtstart>20140202T094500</dtstart>
<dtend>20140202T100000</dtend>
<duration>00:15:00:00</duration>
<summary>Go Devroom Welcome</summary>
<description><p>Your host adg will kick off the Go Devroom with some opening remarks.</p></description>
<class>PUBLIC</class>
<status>CONFIRMED</status>
<categories>Go</categories>
<url>https:/fosdem.org/2014/schedule/event/go_devroom_welcome/</url>
<location>K.4.601</location>
<attendee>Andrew Gerrand</attendee>
</vevent>
<vevent>
<method>PUBLISH</method>
<uid>1726@[email protected]</uid>
<pentabarf:event-id>1726</pentabarf:event-id>
<pentabarf:event-slug>intro_to_the_sdr_devroom</pentabarf:event-slug>
<pentabarf:event-tag>intro_to_the_sdr_devroom</pentabarf:event-tag>
<pentabarf:title>Intro to the SDR devroom</pentabarf:title>
<pentabarf:subtitle/>
<pentabarf:language>en</pentabarf:language>
<pentabarf:language-code>en_US</pentabarf:language-code>
<pentabarf:track>Software defined radio</pentabarf:track>
<pentabarf:start>2014-02-02 09:45:00 +0100</pentabarf:start>
<pentabarf:end>2014-02-02 10:00:00 +0100</pentabarf:end>
<pentabarf:duration>00:15:00:00</pentabarf:duration>
<dtstart>20140202T094500</dtstart>
<dtend>20140202T100000</dtend>
<duration>00:15:00:00</duration>
<summary>Intro to the SDR devroom</summary>
<description><p>This year is the first year that FOSDEM will have a developer room dedicated to Software Defined Radio. Here, we will present a quick overview of SDR projects out there and those attending FOSDEM and then start off the day.</p></description>
<class>PUBLIC</class>
<status>CONFIRMED</status>
<categories>Software defined radio</categories>
<url>https:/fosdem.org/2014/schedule/event/intro_to_the_sdr_devroom/</url>
<location>AW1.125</location>
<attendee>Philip Balister</attendee>
<attendee>Martin Braun</attendee>
<attendee>Sylvain Munaut</attendee>
</vevent>
<vevent>
<method>PUBLISH</method>
<uid>2326@[email protected]</uid>
<pentabarf:event-id>2326</pentabarf:event-id>
<pentabarf:event-slug>welcome_to_testing_automation</pentabarf:event-slug>
<pentabarf:event-tag>welcome_to_testing_automation</pentabarf:event-tag>
<pentabarf:title>Welcome to the Testing/Automation Devroom</pentabarf:title>
<pentabarf:subtitle/>
<pentabarf:language>en</pentabarf:language>
<pentabarf:language-code>en_US</pentabarf:language-code>
<pentabarf:track>Testing and automation</pentabarf:track>
<pentabarf:start>2014-02-02 09:50:00 +0100</pentabarf:start>
<pentabarf:end>2014-02-02 10:00:00 +0100</pentabarf:end>
<pentabarf:duration>00:10:00:00</pentabarf:duration>
<dtstart>20140202T095000</dtstart>
<dtend>20140202T100000</dtend>
<duration>00:10:00:00</duration>
<summary>Welcome to the Testing/Automation Devroom</summary>
<description><p>A quick introduction to the devroom.</p></description>
<class>PUBLIC</class>
<status>CONFIRMED</status>
<categories>Testing and automation</categories>
<url>https:/fosdem.org/2014/schedule/event/welcome_to_testing_automation/</url>
<location>UD2.218A</location>
</vevent>
<vevent>
<method>PUBLISH</method>
<uid>1974@[email protected]</uid>
<pentabarf:event-id>1974</pentabarf:event-id>
<pentabarf:event-slug>02_uk_genode_as_gp_os</pentabarf:event-slug>
<pentabarf:event-tag>02_uk_genode_as_gp_os</pentabarf:event-tag>
<pentabarf:title>Genode as general-purpose OS - progress report and demonstration</pentabarf:title>
<pentabarf:subtitle/>
<pentabarf:language>en</pentabarf:language>
<pentabarf:language-code>en_US</pentabarf:language-code>
<pentabarf:track>Microkernel-based operating systems</pentabarf:track>
<pentabarf:start>2014-02-02 09:55:00 +0100</pentabarf:start>
<pentabarf:end>2014-02-02 10:40:00 +0100</pentabarf:end>
<pentabarf:duration>00:45:00:00</pentabarf:duration>
<dtstart>20140202T095500</dtstart>
<dtend>20140202T104000</dtend>
<duration>00:45:00:00</duration>
<summary>Genode as general-purpose OS - progress report and demonstration</summary>
<description><p>The Genode OS project started 2006 as tool kit for building microkernel-based special-purpose operating systems. Over the course of the past years, it has grown to a state where it becomes feasible to be used as general-purpose OS for daily computing needs. This talk will present the many challenges that we faced on our way during the past year.</p></description>
<class>PUBLIC</class>
<status>CONFIRMED</status>
<categories>Microkernel-based operating systems</categories>
<url>https:/fosdem.org/2014/schedule/event/02_uk_genode_as_gp_os/</url>
<location>H.2214</location>
<attendee>Norman Feske</attendee>
</vevent>
<vevent>
<method>PUBLISH</method>
<uid>2060@[email protected]</uid>
<pentabarf:event-id>2060</pentabarf:event-id>
<pentabarf:event-slug>deviot02</pentabarf:event-slug>
<pentabarf:event-tag>deviot02</pentabarf:event-tag>
<pentabarf:title>Flow-based programming for heterogeneous systems</pentabarf:title>
<pentabarf:subtitle>with NoFlo and MicroFlo</pentabarf:subtitle>
<pentabarf:language>en</pentabarf:language>
<pentabarf:language-code>en_US</pentabarf:language-code>
<pentabarf:track>Internet of things</pentabarf:track>
<pentabarf:start>2014-02-02 10:00:00 +0100</pentabarf:start>
<pentabarf:end>2014-02-02 10:25:00 +0100</pentabarf:end>
<pentabarf:duration>00:25:00:00</pentabarf:duration>
<dtstart>20140202T100000</dtstart>
<dtend>20140202T102500</dtend>
<duration>00:25:00:00</duration>
<summary>Flow-based programming for heterogeneous systems- with NoFlo and MicroFlo</summary>
<description><p>Heterogeneous systems as found in the Internet of Things are made up of many devices of different types working together. Each device class is typically developed with separate tools using different paradigms. We propose that using NoFlo and MicroFlo one can develop heterogeneous systems consisting of micro-controllers, servers, and mobile devices using flow-based programming (FBP) as an unifying programming model.</p></description>
<class>PUBLIC</class>
<status>CONFIRMED</status>
<categories>Internet of things</categories>
<url>https:/fosdem.org/2014/schedule/event/deviot02/</url>
<location>AW1.121</location>
<attendee>Jon Nordby</attendee>
</vevent>
<vevent>
<method>PUBLISH</method>
<uid>2215@[email protected]</uid>
<pentabarf:event-id>2215</pentabarf:event-id>
<pentabarf:event-slug>appstreamandlistaller</pentabarf:event-slug>
<pentabarf:event-tag>appstreamandlistaller</pentabarf:event-tag>
<pentabarf:title>AppStream & Listaller</pentabarf:title>
<pentabarf:subtitle>The next step in application management and deployment on Linux</pentabarf:subtitle>
<pentabarf:language>en</pentabarf:language>
<pentabarf:language-code>en_US</pentabarf:language-code>
<pentabarf:track>Distributions</pentabarf:track>
<pentabarf:start>2014-02-02 10:00:00 +0100</pentabarf:start>
<pentabarf:end>2014-02-02 10:55:00 +0100</pentabarf:end>
<pentabarf:duration>00:55:00:00</pentabarf:duration>
<dtstart>20140202T100000</dtstart>
<dtend>20140202T105500</dtend>
<duration>00:55:00:00</duration>
<summary>AppStream & Listaller- The next step in application management and deployment on Linux</summary>
<description><p>AppStream provides a solution for application-centric software management using existing package managers, while Listaller extends the package manager with the ability to install 3rd-party applications in a secure way, without introducing additional UI.
This talk explains the basic concepts of both projects and the motivation behind them, as well as the obstacles in cross-distro collaboration which we hit while developing these tools.</p></description>
<class>PUBLIC</class>
<status>CONFIRMED</status>
<categories>Distributions</categories>
<url>https:/fosdem.org/2014/schedule/event/appstreamandlistaller/</url>
<location>H.1302 (Depage)</location>
<attendee>Matthias Klumpp</attendee>
</vevent>
<vevent>
<method>PUBLISH</method>
<uid>1812@[email protected]</uid>
<pentabarf:event-id>1812</pentabarf:event-id>
<pentabarf:event-slug>llvmautovec</pentabarf:event-slug>
<pentabarf:event-tag>llvmautovec</pentabarf:event-tag>
<pentabarf:title>Auto-Vectorization in LLVM</pentabarf:title>
<pentabarf:subtitle>Past, Present and Future</pentabarf:subtitle>
<pentabarf:language>en</pentabarf:language>
<pentabarf:language-code>en_US</pentabarf:language-code>
<pentabarf:track>LLVM</pentabarf:track>
<pentabarf:start>2014-02-02 10:00:00 +0100</pentabarf:start>
<pentabarf:end>2014-02-02 10:25:00 +0100</pentabarf:end>
<pentabarf:duration>00:25:00:00</pentabarf:duration>
<dtstart>20140202T100000</dtstart>
<dtend>20140202T102500</dtend>
<duration>00:25:00:00</duration>
<summary>Auto-Vectorization in LLVM- Past, Present and Future</summary>
<description><p>Auto-Vectorization has come a long way since the early vector-processing CPUs, and compilers generally take a long time to implement it, prioritizing other more generic features instead. But with all recent high-end chips containing some form of SIMD operations, auto-vectorization became a necessary feature on any modern compiler. LLVM was perhaps the last of the big compilers to have a decent vectorization engine, but it has grown considerably for the last year, and the investment on SIMD code generation will not diminish. This presentation outlines the past implementations, what we currently have available and peeks into the engineering pipeline to see what else we are working on.</p></description>
<class>PUBLIC</class>
<status>CONFIRMED</status>
<categories>LLVM</categories>
<url>https:/fosdem.org/2014/schedule/event/llvmautovec/</url>
<location>K.4.401</location>
<attendee>Renato Golin</attendee>
</vevent>
<vevent>
<method>PUBLISH</method>
<uid>1767@[email protected]</uid>
<pentabarf:event-id>1767</pentabarf:event-id>
<pentabarf:event-slug>python_netsnmpagent</pentabarf:event-slug>
<pentabarf:event-tag>python_netsnmpagent</pentabarf:event-tag>
<pentabarf:title>python-netsnmpagent -- Writing net-snmp AgentX subagents in Python</pentabarf:title>
<pentabarf:subtitle>Implementing custom MIBs made easy</pentabarf:subtitle>
<pentabarf:language>en</pentabarf:language>
<pentabarf:language-code>en_US</pentabarf:language-code>
<pentabarf:track>Lightning talks</pentabarf:track>
<pentabarf:start>2014-02-02 10:00:00 +0100</pentabarf:start>
<pentabarf:end>2014-02-02 10:15:00 +0100</pentabarf:end>
<pentabarf:duration>00:15:00:00</pentabarf:duration>
<dtstart>20140202T100000</dtstart>
<dtend>20140202T101500</dtend>
<duration>00:15:00:00</duration>
<summary>python-netsnmpagent -- Writing net-snmp AgentX subagents in Python- Implementing custom MIBs made easy</summary>
<description><p>python-netsnmpagent is a Python module that facilitates writing Net-SNMP subagents in Python. Subagents connect to a locally running Master agent (snmpd) over a Unix domain socket (eg. "/var/run/agentx/master") and using the AgentX protocol (RFC2747). They implement custom Management Information Base (MIB) modules that extend the local node's MIB tree. Usually, this requires writing a MIB as well, ie. a text file that specifies the structure, names and data types of the information within the MIB module.</p>
<p>This lightning talk will give a really quick introduction to SNMP and MIBs and show how easy it is to implement your own custom MIBs using Python and python-netsnmpagent.</p></description>
<class>PUBLIC</class>
<status>CONFIRMED</status>
<categories>Lightning talks</categories>
<url>https:/fosdem.org/2014/schedule/event/python_netsnmpagent/</url>
<location>H.2215 (Ferrer)</location>
<attendee>Pieter Hollants</attendee>
</vevent>
<vevent>
<method>PUBLISH</method>
<uid>2212@[email protected]</uid>
<pentabarf:event-id>2212</pentabarf:event-id>
<pentabarf:event-slug>valgrind_eclipse</pentabarf:event-slug>
<pentabarf:event-tag>valgrind_eclipse</pentabarf:event-tag>
<pentabarf:title>Valgrind Support in the Eclipse IDE</pentabarf:title>
<pentabarf:subtitle>An Overview of the Eclipse Valgrind plugin provided by the Linux Tools Project</pentabarf:subtitle>
<pentabarf:language>en</pentabarf:language>
<pentabarf:language-code>en_US</pentabarf:language-code>
<pentabarf:track>Valgrind</pentabarf:track>
<pentabarf:start>2014-02-02 10:00:00 +0100</pentabarf:start>
<pentabarf:end>2014-02-02 10:25:00 +0100</pentabarf:end>
<pentabarf:duration>00:25:00:00</pentabarf:duration>
<dtstart>20140202T100000</dtstart>
<dtend>20140202T102500</dtend>
<duration>00:25:00:00</duration>
<summary>Valgrind Support in the Eclipse IDE- An Overview of the Eclipse Valgrind plugin provided by the Linux Tools Project</summary>
<description><p>For developers, it can often be a bit of a learning curve to learn the proper use of a new tool. For certain development tools the entry barrier can be quite high and can often discourage users. The Linux Tools Project aims to improve the state of C/C++ development on the Eclipse IDE by integrating popular tools, such as Valgrind.</p>
<p>This talk is aimed at people of varying experience with the Valgrind tool who have never used it within the Eclipse IDE.</p></description>
<class>PUBLIC</class>
<status>CONFIRMED</status>
<categories>Valgrind</categories>
<url>https:/fosdem.org/2014/schedule/event/valgrind_eclipse/</url>
<location>K.4.201</location>
<attendee>Roland Grunberg</attendee>
</vevent>
<vevent>
<method>PUBLISH</method>
<uid>2377@[email protected]</uid>
<pentabarf:event-id>2377</pentabarf:event-id>
<pentabarf:event-slug>gfx_driver_testing</pentabarf:event-slug>
<pentabarf:event-tag>gfx_driver_testing</pentabarf:event-tag>
<pentabarf:title>Testing Kernel GFX Drivers</pentabarf:title>
<pentabarf:subtitle>How to get drm/i915 off the number 1 spot on the kernel regression list ...</pentabarf:subtitle>
<pentabarf:language>en</pentabarf:language>
<pentabarf:language-code>en_US</pentabarf:language-code>
<pentabarf:track>Graphics</pentabarf:track>
<pentabarf:start>2014-02-02 10:00:00 +0100</pentabarf:start>
<pentabarf:end>2014-02-02 10:50:00 +0100</pentabarf:end>
<pentabarf:duration>00:50:00:00</pentabarf:duration>
<dtstart>20140202T100000</dtstart>
<dtend>20140202T105000</dtend>
<duration>00:50:00:00</duration>
<summary>Testing Kernel GFX Drivers- How to get drm/i915 off the number 1 spot on the kernel regression list ...</summary>
<description><p>Three years ago, the Intel kernel gfx driver infamously occupied the top spot on the regression list. This sordid state has massively improved thanks to a big effort over the past few years.</p>
<p>This talk will detail what we've all done to achieve this. Process improvements, improvements in the driver, test-suite infrastructure and new testing techniques developed to exercise specific features will all be covered. And of course a unsparing look at what didn't work out, what still needs to be improved, and the plans for the near future won't be missing, either.</p></description>
<class>PUBLIC</class>
<status>CONFIRMED</status>
<categories>Graphics</categories>
<url>https:/fosdem.org/2014/schedule/event/gfx_driver_testing/</url>
<location>H.1301 (Cornil)</location>
<attendee>Daniel Vetter</attendee>
</vevent>
<vevent>
<method>PUBLISH</method>
<uid>1663@[email protected]</uid>
<pentabarf:event-id>1663</pentabarf:event-id>
<pentabarf:event-slug>optimisoc</pentabarf:event-slug>
<pentabarf:event-tag>optimisoc</pentabarf:event-tag>
<pentabarf:title>OpTiMSoC</pentabarf:title>
<pentabarf:subtitle>Build Your Own System-on-Chip!</pentabarf:subtitle>
<pentabarf:language>en</pentabarf:language>
<pentabarf:language-code>en_US</pentabarf:language-code>
<pentabarf:track>Hardware</pentabarf:track>
<pentabarf:start>2014-02-02 10:00:00 +0100</pentabarf:start>
<pentabarf:end>2014-02-02 10:50:00 +0100</pentabarf:end>
<pentabarf:duration>00:50:00:00</pentabarf:duration>
<dtstart>20140202T100000</dtstart>
<dtend>20140202T105000</dtend>
<duration>00:50:00:00</duration>
<summary>OpTiMSoC- Build Your Own System-on-Chip!</summary>
<description><p>This talk introduces OpTiMSoC, a set of open source building blocks to create
your own System-on-Chip, which then runs on an FPGA or can be simulated on a
PC. The system is formed by tiles like processors or memories connected
by a Network-on-Chip, all written in Verilog and supported by a set of software
required to run it out of the box. The talk shows how you can use OpTiMSoC to
gain insight into a complex System-on-Chip, to evaluate the benefit of new
hardware accelerators, or to compare different multicore hardware architectures.</p></description>
<class>PUBLIC</class>
<status>CONFIRMED</status>
<categories>Hardware</categories>
<url>https:/fosdem.org/2014/schedule/event/optimisoc/</url>
<location>K.1.105 (La Fontaine)</location>
<attendee>Philipp Wagner</attendee>
</vevent>
<vevent>
<method>PUBLISH</method>
<uid>2119@[email protected]</uid>
<pentabarf:event-id>2119</pentabarf:event-id>
<pentabarf:event-slug>reautonomocar</pentabarf:event-slug>
<pentabarf:event-tag>reautonomocar</pentabarf:event-tag>
<pentabarf:title>Research on an Open-Source Software Platform for Autonomous Driving Systems</pentabarf:title>
<pentabarf:subtitle>Open Source platform for autonomous driving</pentabarf:subtitle>
<pentabarf:language>en</pentabarf:language>
<pentabarf:language-code>en_US</pentabarf:language-code>
<pentabarf:track>Automotive development</pentabarf:track>
<pentabarf:start>2014-02-02 10:00:00 +0100</pentabarf:start>
<pentabarf:end>2014-02-02 10:40:00 +0100</pentabarf:end>
<pentabarf:duration>00:40:00:00</pentabarf:duration>
<dtstart>20140202T100000</dtstart>
<dtend>20140202T104000</dtend>
<duration>00:40:00:00</duration>
<summary>Research on an Open-Source Software Platform for Autonomous Driving Systems- Open Source platform for autonomous driving</summary>
<description><p>The next larger step in automotive development will be towards autonomously driving cars. Autonomous driving is a highly complex and safety-related function in future vehicles, and current software platforms are not adequate for this function. We present our ongoing research on an open-source software platform for autonomous driving software systems.</p></description>
<class>PUBLIC</class>
<status>CONFIRMED</status>
<categories>Automotive development</categories>
<url>https:/fosdem.org/2014/schedule/event/reautonomocar/</url>
<location>H.1309 (Van Rijn)</location>
<attendee>Lukas Bulwahn</attendee>
</vevent>
<vevent>
<method>PUBLISH</method>
<uid>1798@[email protected]</uid>
<pentabarf:event-id>1798</pentabarf:event-id>
<pentabarf:event-slug>beyond_todo_list</pentabarf:event-slug>
<pentabarf:event-tag>beyond_todo_list</pentabarf:event-tag>
<pentabarf:title>Beyond the To-do List</pentabarf:title>
<pentabarf:subtitle>Advanced Javascript Architecture with AMD, Modules, and Backbone</pentabarf:subtitle>
<pentabarf:language>en</pentabarf:language>
<pentabarf:language-code>en_US</pentabarf:language-code>
<pentabarf:track>JavaScript</pentabarf:track>
<pentabarf:start>2014-02-02 10:00:00 +0100</pentabarf:start>
<pentabarf:end>2014-02-02 10:40:00 +0100</pentabarf:end>
<pentabarf:duration>00:40:00:00</pentabarf:duration>
<dtstart>20140202T100000</dtstart>
<dtend>20140202T104000</dtend>
<duration>00:40:00:00</duration>
<summary>Beyond the To-do List- Advanced Javascript Architecture with AMD, Modules, and Backbone</summary>
<description><p>There are thousands of examples, using a myriad of JavaScript frameworks, of how to code a To-Do list. However, when looking for examples of more complex architectures, it is easy to despair.... Based on experience gathered as a Web Developer at trivago, here is one approach to structuring complex JavaScript applications using AMD, modules, and Backbone.</p></description>
<class>PUBLIC</class>
<status>CONFIRMED</status>
<categories>JavaScript</categories>
<url>https:/fosdem.org/2014/schedule/event/beyond_todo_list/</url>
<location>K.3.401</location>
<attendee>Jan van Thoor</attendee>
</vevent>
<vevent>
<method>PUBLISH</method>
<uid>2178@[email protected]</uid>
<pentabarf:event-id>2178</pentabarf:event-id>
<pentabarf:event-slug>the_mbed_platform</pentabarf:event-slug>
<pentabarf:event-tag>the_mbed_platform</pentabarf:event-tag>
<pentabarf:title>The mbed platform</pentabarf:title>
<pentabarf:subtitle>Development platform for embedded devices</pentabarf:subtitle>
<pentabarf:language>en</pentabarf:language>
<pentabarf:language-code>en_US</pentabarf:language-code>
<pentabarf:track>Embedded</pentabarf:track>
<pentabarf:start>2014-02-02 10:00:00 +0100</pentabarf:start>
<pentabarf:end>2014-02-02 10:30:00 +0100</pentabarf:end>
<pentabarf:duration>00:30:00:00</pentabarf:duration>
<dtstart>20140202T100000</dtstart>
<dtend>20140202T103000</dtend>
<duration>00:30:00:00</duration>
<summary>The mbed platform- Development platform for embedded devices</summary>
<description><p>The mbed platform is a framework for developing embedded applications with ARM MCUs. It consists of a SDK (software development kit) and a HDK (hardware development kit) which work together to provide a complete software and hardware solution and reference platform for developing a broad range of embedded applications.</p></description>
<class>PUBLIC</class>
<status>CONFIRMED</status>
<categories>Embedded</categories>
<url>https:/fosdem.org/2014/schedule/event/the_mbed_platform/</url>
<location>UB2.252A (Lameere)</location>
<attendee>Bogdan Marinescu</attendee>
</vevent>
<vevent>
<method>PUBLISH</method>
<uid>2390@[email protected]</uid>
<pentabarf:event-id>2390</pentabarf:event-id>
<pentabarf:event-slug>openpyxl</pentabarf:event-slug>
<pentabarf:event-tag>openpyxl</pentabarf:event-tag>
<pentabarf:title>OpenPyXL</pentabarf:title>
<pentabarf:subtitle/>
<pentabarf:language>en</pentabarf:language>
<pentabarf:language-code>en_US</pentabarf:language-code>
<pentabarf:track>Python</pentabarf:track>
<pentabarf:start>2014-02-02 10:00:00 +0100</pentabarf:start>
<pentabarf:end>2014-02-02 10:30:00 +0100</pentabarf:end>
<pentabarf:duration>00:30:00:00</pentabarf:duration>
<dtstart>20140202T100000</dtstart>
<dtend>20140202T103000</dtend>
<duration>00:30:00:00</duration>
<summary>OpenPyXL</summary>
<description><p>Presenting how to easily use Excel as a container for typed tabular data in Python, performance hints, and a progress status of the library after 3 years of development.</p></description>
<class>PUBLIC</class>
<status>CONFIRMED</status>
<categories>Python</categories>
<url>https:/fosdem.org/2014/schedule/event/openpyxl/</url>
<location>K.3.201</location>
<attendee>Eric Gazoni</attendee>
</vevent>
<vevent>
<method>PUBLISH</method>
<uid>1840@[email protected]</uid>
<pentabarf:event-id>1840</pentabarf:event-id>
<pentabarf:event-slug>elasticsearch</pentabarf:event-slug>
<pentabarf:event-tag>elasticsearch</pentabarf:event-tag>
<pentabarf:title>Elasticsearch 1.0</pentabarf:title>
<pentabarf:subtitle>Exploring the new features</pentabarf:subtitle>
<pentabarf:language>en</pentabarf:language>
<pentabarf:language-code>en_US</pentabarf:language-code>
<pentabarf:track>NoSQL</pentabarf:track>
<pentabarf:start>2014-02-02 10:00:00 +0100</pentabarf:start>
<pentabarf:end>2014-02-02 10:50:00 +0100</pentabarf:end>
<pentabarf:duration>00:50:00:00</pentabarf:duration>
<dtstart>20140202T100000</dtstart>
<dtend>20140202T105000</dtend>
<duration>00:50:00:00</duration>
<summary>Elasticsearch 1.0- Exploring the new features</summary>
<description><p>Elasticsearch has reached 1.0 with many new exciting features including backup &amp; restore, aggregations, and many other smaller changes. I'd like to introduce what's new on real life examples and show what they can be used for.</p></description>
<class>PUBLIC</class>
<status>CONFIRMED</status>
<categories>NoSQL</categories>
<url>https:/fosdem.org/2014/schedule/event/elasticsearch/</url>
<location>UA2.114 (Baudoux)</location>
<attendee>Honza Král</attendee>
</vevent>
<vevent>
<method>PUBLISH</method>
<uid>1730@[email protected]</uid>