- Timestamp:
- 02/01/10 09:52:32 (13 years ago)
- Branches:
- master, qt5
- Children:
- c639717
- Parents:
- 20e6343
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/schedule.en.xml
r20e6343 rc129f8a6 648 648 </room> 649 649 <room name="Lameere"> 650 <event id="1083"> 651 <start>13:00</start> 652 <duration>00:30</duration> 653 <room>Lameere</room> 654 <tag>emb_rich_mobile_ui</tag> 655 <title>Rich Mobile UI Designs: do's and don't</title> 656 <subtitle></subtitle> 657 <track>Embedded</track> 658 <type>Podium</type> 659 <language>English</language> 660 <abstract>This presentation will give an overview of the available technologies/platforms with focus on the open source technologies and their adoption.</abstract> 661 <description>Also highlighting the open source projects supporting development for these platforms (with a focus on support for multiple platform development.</description> 662 <persons> 663 <person id="850">Stijn Beauprez</person> 664 </persons> 665 <links> 666 </links> 667 </event> 668 <event id="1093"> 669 <start>13:30</start> 670 <duration>00:30</duration> 671 <room>Lameere</room> 672 <tag>emb_openintents</tag> 673 <title>Openintents: Android intents mechanism</title> 674 <subtitle></subtitle> 675 <track>Embedded</track> 676 <type>Podium</type> 677 <language>English</language> 678 <abstract>The talk introduces the Android intents mechanism. It is an essential part of the design of the Android mobile operating 679 system that allows reuse and stimulates interoperability of apps.</abstract> 680 <description>From an open source perspective it also liberates the core functionality of the system, by making it possible to replace the native system applications. Extremely powerful if harnessed correctly, new Android developers ought to discover it early on, and hopefully embrace this unique feature en masse. For advanced aficionados, this talk will also briefly touch the related subjects of security and dependency management, an idea currently being discussed within OpenIntents.</description> 681 <persons> 682 <person id="838">Friedger Müffke</person> 683 </persons> 684 <links> 685 </links> 686 </event> 687 <event id="1082"> 688 <start>14:00</start> 689 <duration>01:00</duration> 690 <room>Lameere</room> 691 <tag>emb_best_practices</tag> 692 <title>Embedded software development best practices</title> 693 <subtitle></subtitle> 694 <track>Embedded</track> 695 <type>Podium</type> 696 <language>English</language> 697 <abstract>Basing an embedded device on FOSS brings many advantages, not the least of which is complete control over the software stack and free reuse of existing high quality solutions. However, it also means having to deal with large amounts of code, mainly coming from external parties. Dealing with this can be a challenge for small embedded teams, used to smaller stacks developed in-house.</abstract> 698 <description>In this presentation, we take a step by step tour of good software development processes and how to use them to improve your organization. We emphasize embedded development and point out particular pitfalls to avoid.</description> 699 <persons> 700 <person id="829">Adrien Ampelas</person> 701 </persons> 702 <links> 703 </links> 704 </event> 705 <event id="1084"> 706 <start>15:00</start> 707 <duration>01:00</duration> 708 <room>Lameere</room> 709 <tag>emb_limo</tag> 710 <title>LiMo Platform and Mobile Linux</title> 711 <subtitle></subtitle> 712 <track>Embedded</track> 713 <type>Podium</type> 714 <language>English</language> 715 <abstract>LiMo are building an open mobile middleware platform upon the Linux kernel, drawing from the best of open source and using many common components found in GNOME Mobile.</abstract> 716 <description>The big challenge for mobile companies working with open source is how to be graceful in our interaction with upstream projects and how to ensure a reciprocal flow of innovation that benefits everyone. 717 718 This session will introduce the LiMo platform, talk about the challenges of building for mobile devices, and how we want to work with open source projects to make them more mobile in the future.</description> 719 <persons> 720 <person id="756">Andrew Savory</person> 721 </persons> 722 <links> 723 </links> 724 </event> 725 <event id="1080"> 726 <start>16:00</start> 727 <duration>01:00</duration> 728 <room>Lameere</room> 729 <tag>emb_barebox</tag> 730 <title>Barebox</title> 731 <subtitle></subtitle> 732 <track>Embedded</track> 733 <type>Podium</type> 734 <language>English</language> 735 <abstract>barebox is a new bootloader derived from the well-known U-Boot.</abstract> 736 <description>It aims for developers who like to use their linux-based development patterns also within the bootloader. This includes a device/driver-model, file system support using the usual commands (mount, ls, cp,...), modular design and scalability using Kconfig, shell-like scripting and alike. While being convenient, it is still easy to port to new boards or architectures. This talk will include a number of live-demonstrations and insights from the original creator of barebox. 737 738 See [http://barebox.org/ http://barebox.org/] for more information.</description> 739 <persons> 740 <person id="826">Sascha Hauer</person> 741 </persons> 742 <links> 743 <link href="http://barebox.org">http://barebox.org</link> 744 </links> 745 </event> 746 <event id="1086"> 747 <start>17:00</start> 748 <duration>01:00</duration> 749 <room>Lameere</room> 750 <tag>emb_flukso</tag> 751 <title>Flukso: An Electricity metering application</title> 752 <subtitle></subtitle> 753 <track>Embedded</track> 754 <type>Podium</type> 755 <language>English</language> 756 <abstract>Flukso is an open source (HW & SW) web-based community metering application. Flukso allows you to accurately monitor and reduce your household electricity consumption via [http://www.flukso.net its website] and API.</abstract> 757 <description>This talk will focus on the embedded development of our 801.11g wireless sensor node called the Fluksometer. Fluksometer development went through several iterations. It evolved from a hacked-up Arduino - WRT54G prototype, via an Arduino Wee - Fonera in alpha to the custom sensor board - Abocom WAP2102 which we are now using in our beta trial. 758 759 This hybrid approach, connecting a custom sensor board to an off-the-shelf wifi router via UART, allowed us to develop a generic sensing platform that can be used for monitoring almost any physical unit, provided a suitable sensor can be found. We currently focus on measuring household electricity consumption and, in the near-future, photo-voltaic production. We will present our sensor node's hardware (AVR and Atheros AR1217) and software (based on AVR-libc and OpenWRT 8.09) architecture and discuss its (dis)advantages and a lessons learned.</description> 760 <persons> 761 <person id="832">Bart Van Der Meerssche</person> 762 </persons> 763 <links> 764 </links> 765 </event> 766 <event id="1095"> 767 <start>18:00</start> 768 <duration>01:00</duration> 769 <room>Lameere</room> 770 <tag>emb_iris</tag> 771 <title>Iris, a new capability-based microkernel OS</title> 772 <subtitle></subtitle> 773 <track>Embedded</track> 774 <type>Podium</type> 775 <language>English</language> 776 <abstract>Iris is a new capability-based microkernel operating system.</abstract> 777 <description>Being a microkernel system, it is easy to work on things which on other systems need kernel programming (and root priviledges). Being a capability-based system, it allows transparent virtualization of everything. This leads to improved security to such a degree, that the user can really trust the computer. A capability-based system also allows easy monitoring of communication. Another nice feature is that the user can swap target devices under a running program. I know we are in time to be very picky in the schedule, but should be cool if the speeches are made in different days</description> 778 <persons> 779 <person id="841">Bas Wijnen</person> 780 </persons> 781 <links> 782 </links> 783 </event> 650 784 </room> 651 785 <room name="H.1301"> … … 686 820 </links> 687 821 </event> 688 <event id=" 936">822 <event id="1074"> 689 823 <start>14:00</start> 690 <duration>00: 15</duration>824 <duration>00:45</duration> 691 825 <room>H.1301</room> 692 <tag>moz_ womoz</tag>693 <title> Women and Mozilla (WoMoz)</title>826 <tag>moz_floss</tag> 827 <title>FLOSS: a key to self-determination in Internet life</title> 694 828 <subtitle></subtitle> 695 829 <track>Mozilla</track> 696 830 <type>Podium</type> 697 831 <language>English</language> 698 <abstract>Summary of related FOSDEM events, roadmap for 2010, and reaching out to women developers present at FOSDEM.</abstract> 699 <description></description> 700 <persons> 701 <person id="743">Delphine Lebédel</person> 702 </persons> 703 <links> 704 <link href="http://www.womoz.org/blog/?p=231">http://www.womoz.org/blog/?p=231</link> 705 </links> 706 </event> 707 <event id="937"> 708 <start>14:30</start> 709 <duration>01:00</duration> 832 <abstract>Mitchell will discuss how FLOSS is a force for building self-determination into our Internet lives.</abstract> 833 <description></description> 834 <persons> 835 <person id="747">Mitchell Baker</person> 836 </persons> 837 <links> 838 </links> 839 </event> 840 <event id="1075"> 841 <start>15:00</start> 842 <duration>00:30</duration> 710 843 <room>H.1301</room> 711 <tag>moz_ sync_weave</tag>712 <title> Sync + Weave</title>844 <tag>moz_hackability</tag> 845 <title>Hackability</title> 713 846 <subtitle></subtitle> 714 847 <track>Mozilla</track> 715 848 <type>Podium</type> 716 849 <language>English</language> 717 <abstract>How Weave and in particular sync is going to integrate with Firefox through 2010 and Firefox 4.</abstract> 718 <description>There will be some discussion on how add-on authors can integrate with Weave starting now, and directions being made to surface this data in the browser.</description> 719 <persons> 720 <person id="640">Mike Connor</person> 721 </persons> 722 <links> 723 </links> 724 </event> 725 <event id="938"> 726 <start>15:45</start> 727 <duration>01:00</duration> 728 <room>H.1301</room> 729 <tag>moz_firefox_mobile</tag> 730 <title>Firefox Mobile</title> 731 <subtitle></subtitle> 732 <track>Mozilla</track> 733 <type>Podium</type> 734 <language>English</language> 735 <abstract>tba</abstract> 736 <description></description> 737 <persons> 738 <person id="261">Mark Finkle</person> 850 <abstract></abstract> 851 <description></description> 852 <persons> 853 <person id="645">Paul Rouget</person> 854 <person id="344">Tristan Nitot</person> 739 855 </persons> 740 856 <links> … … 742 858 </event> 743 859 <event id="939"> 744 <start>1 6:45</start>860 <start>15:30</start> 745 861 <duration>01:00</duration> 746 862 <room>H.1301</room> … … 751 867 <type>Podium</type> 752 868 <language>English</language> 753 <abstract>tba</abstract> 754 <description></description> 755 <persons> 756 <person id="344">Tristan Nitot</person> 869 <abstract></abstract> 870 <description></description> 871 <persons> 872 <person id="645">Paul Rouget</person> 873 <person id="823">Christopher Blizzard</person> 874 </persons> 875 <links> 876 </links> 877 </event> 878 <event id="937"> 879 <start>16:45</start> 880 <duration>01:00</duration> 881 <room>H.1301</room> 882 <tag>moz_sync_weave</tag> 883 <title>Sync/Weave</title> 884 <subtitle></subtitle> 885 <track>Mozilla</track> 886 <type>Podium</type> 887 <language>English</language> 888 <abstract>How Weave and in particular sync is going to integrate with Firefox through 2010 and Firefox 4.</abstract> 889 <description>There will be some discussion on how add-on authors can integrate with Weave starting now, and directions being made to surface this data in the browser.</description> 890 <persons> 891 <person id="640">Mike Connor</person> 757 892 </persons> 758 893 <links> … … 791 926 <type>Podium</type> 792 927 <language>English</language> 793 <abstract></abstract> 794 <description></description> 928 <abstract>Hermes is a message digesting and distribution system which is aimed to give back control to the user. Many already existing systems produce a lot of information for users, mostly by flooding with email. That was a very practical and quick solution in the past, but nowadays there are more elegant methods of notifying.</abstract> 929 <description>Hermes lets the user control, which information approaches him and how. It collects information from connected sources, manages user subscriptions to the various notification types and provides the user with a selection of the messages he wants to get, as mails, feeds or jabber messages and more. 930 931 This talk is an introduction to Hermes and the way the openSUSE project uses it for all kinds of notifications about the distribution.</description> 795 932 <persons> 796 933 <person id="334">Klaas Freitag</person> 797 934 </persons> 798 935 <links> 936 <link href="http://en.opensuse.org/Hermes">http://en.opensuse.org/Hermes</link> 799 937 </links> 800 938 </event> … … 809 947 <type>Podium</type> 810 948 <language>English</language> 811 <abstract></abstract> 812 <description></description> 949 <abstract>The challenge with a live cd is the size of the CD and what you put on it, 700MB is not enough for a typical desktop experience. The idea of Clicfs (Compressed Loop Image Container File System) is very simple: Put the ext3 file system in another file system just made to compress it.</abstract> 950 <description>As the file system is explicitly made to compress another file system, you only need to support one file with a fixed name 951 and with a known size and all that – a lot of complexity of other file systems is gone.</description> 813 952 <persons> 814 953 <person id="330">Stephan Kulow</person> 815 954 </persons> 816 955 <links> 956 <link href="http://gitorious.org/+opensuse-developers/opensuse/clicfs">http://gitorious.org/+opensuse-developers/opensuse/clicfs</link> 957 <link href="http://lizards.opensuse.org/2009/05/15/livecd-performance-clicfs-vs-squashfs/">http://lizards.opensuse.org/2009/05/15/livecd-performance-clicfs-vs-squashfs/</link> 817 958 </links> 818 959 </event> … … 843 984 <subtitle></subtitle> 844 985 <track>Distributions</track> 845 <type>Podium</type> 846 <language>English</language> 847 <abstract></abstract> 848 <description></description> 986 <type>Meeting</type> 987 <language>English</language> 988 <abstract>Seeing that all distributions face the problem of maintaining their infrastructure (server landscape, keeping the services running, managing downtimes), this round table is an open discussion forum for infrastructure maintainers from all distributions and maybe other large projects which are running their own infrastructure.</abstract> 989 <description>After a short overview about the infrastructure issues a linux distribution can have, these issues can be discussed between the infrastructure maintainers of different distributions and other interested parties. Besides learning about how other people handle infrastructure issues, this round table should also be a means of getting to know the people behind the infrastructure of other distributions. 990 991 All infrastructure personnel attending FOSDEM is invited to join us in this round table.</description> 849 992 <persons> 850 993 <person id="182">Ralph Angenendt</person> … … 910 1053 Spacewalk's monitoring feature lets you view monitoring status for your systems alongside their software update status. Spacewalk also has virtualization capabilities to enable you to provision, control, manage, and monitor virtual Xen and KVM guests.</description> 911 1054 <persons> 1055 <person id="764">Marcus Moeller</person> 912 1056 <person id="763">Sandro Mathys</person> 913 <person id="764">Marcus Moeller</person>914 1057 </persons> 915 1058 <links> … … 928 1071 <type>Podium</type> 929 1072 <language>English</language> 930 <abstract> tba</abstract>931 <description> </description>1073 <abstract>The co-operation between Nokia and non-Nokia members of the Maemo community has evolved radically over the lifetime of the project. Since its inception in 2008, the Maemo Community Council has become a key element of how the Maemo community co-operates with Nokia in setting priorities for the project. The council is elected by the Maemo Community, and represents the community's interests to Nokia, and has a large say in the priorities of the maemo.org staff, a group of people paid by Nokia to work on the Maemo project.</abstract> 1074 <description>This presentation will present the history and achievement of the council, with a view to identifying lessons which other vendor-led communities might be able to learn from the governance structure which has been put in place.</description> 932 1075 <persons> 933 1076 <person id="51">Dave Neary</person> … … 970 1113 </persons> 971 1114 <links> 1115 </links> 1116 </event> 1117 <event id="1113"> 1118 <start>16:15</start> 1119 <duration>00:30</duration> 1120 <room>H.1308</room> 1121 <tag>dist_bootchart2</tag> 1122 <title>bootchart2</title> 1123 <subtitle></subtitle> 1124 <track>Distributions</track> 1125 <type>Podium</type> 1126 <language>English</language> 1127 <abstract>A showcase of the latest developments on [http://www.gnome.org/~michael/blog/2010-01-21.html bootchart2]</abstract> 1128 <description></description> 1129 <persons> 1130 <person id="441">Michael Meeks</person> 1131 </persons> 1132 <links> 1133 <link href="http://github.com/mmeeks/bootchart">http://github.com/mmeeks/bootchart</link> 972 1134 </links> 973 1135 </event> … … 1086 1248 There will be time left for questions and discussion. It is expected the audience will be moderately technically skilled, and possess a basic understanding of color management.</description> 1087 1249 <persons> 1088 <person id="729">Richard Hug ues</person>1250 <person id="729">Richard Hughes</person> 1089 1251 </persons> 1090 1252 <links> … … 1104 1266 <description></description> 1105 1267 <persons> 1106 <person id=" 727">Philippe Normand</person>1268 <person id="210">Philippe Normand</person> 1107 1269 </persons> 1108 1270 <links> … … 1122 1284 <description></description> 1123 1285 <persons> 1124 <person id=" 734">Koen Martens</person>1286 <person id="638">Koen Martens</person> 1125 1287 </persons> 1126 1288 <links> … … 1155 1317 <type>Podium</type> 1156 1318 <language>English</language> 1157 <abstract> High-Level Debugging and the Misha Research IDE</abstract>1158 <description>Misha Research I.D.E., apart from introducing new debugging facilities (that Iwould also like to see and implement for Anjuta), is a great example of how new innovative widgets and programming interfaces can be implemented on top of the gtk+/pygtk libraries and the gnome platform.</description>1319 <abstract>Misha is a debug-oriented research I.D.E. developed at the Technical University of Crete and published under the GPLv3 license that introduces among other things: syntax-aware navigation, data-displaying and editing, reverse execution, debugging scripting and inter-language evaluation through the integration of its source-level debugger (gdb) with a full-fledged source parser, data visualisation tools and other free software technologies.</abstract> 1320 <description>Misha, apart from introducing new debugging facilities (that we would also like to see and implement for Anjuta), is a great example of how new innovative widgets and programming interfaces can be implemented on top of the gtk+/pygtk libraries and the gnome platform.</description> 1159 1321 <persons> 1160 1322 <person id="726">Nick Papoylias</person> … … 1200 1362 <description>GTG was first introduced during FOSDEM 2009. This talk will be a brief retrospective of one year of development and what we have learned from them. We will also cover the basis of GTG structure, have a brief look at the future and, if everybody is still not asleep, explain the first steps to contribute to GTG because, in GTG, fixing a bug is often easier than writing the bug report.</description> 1201 1363 <persons> 1364 <person id="771">Bertrand Rousseau</person> 1202 1365 <person id="732">Lionel Dricot</person> 1203 <person id="771">Bertrand Rousseau</person>1204 1366 </persons> 1205 1367 <links> … … 1226 1388 </room> 1227 1389 <room name="H.2213"> 1390 <event id="1061"> 1391 <start>13:00</start> 1392 <duration>00:15</duration> 1393 <room>H.2213</room> 1394 <tag>xmpp_devroom</tag> 1395 <title>Welcome to the XMPP devroom</title> 1396 <subtitle></subtitle> 1397 <track>Jabber+XMPP</track> 1398 <type>Podium</type> 1399 <language>English</language> 1400 <abstract></abstract> 1401 <description></description> 1402 <persons> 1403 <person id="22">Peter Saint-Andre</person> 1404 </persons> 1405 <links> 1406 </links> 1407 </event> 1408 <event id="1062"> 1409 <start>13:15</start> 1410 <duration>00:45</duration> 1411 <room>H.2213</room> 1412 <tag>xmpp_magic</tag> 1413 <title>The Extraordinary, Magical Powers and Possibilities of XMPP</title> 1414 <subtitle></subtitle> 1415 <track>Jabber+XMPP</track> 1416 <type>Podium</type> 1417 <language>English</language> 1418 <abstract></abstract> 1419 <description></description> 1420 <persons> 1421 <person id="586">Remko Tronçon</person> 1422 </persons> 1423 <links> 1424 </links> 1425 </event> 1426 <event id="1063"> 1427 <start>14:00</start> 1428 <duration>00:30</duration> 1429 <room>H.2213</room> 1430 <tag>xmpp_q_a</tag> 1431 <title>Stump the XMPP Experts! Open Q&A</title> 1432 <subtitle></subtitle> 1433 <track>Jabber+XMPP</track> 1434 <type>Podium</type> 1435 <language>English</language> 1436 <abstract>Open question and answers session with the XMPP Council and XMPP book authors.</abstract> 1437 <description></description> 1438 <persons> 1439 <person id="22">Peter Saint-Andre</person> 1440 </persons> 1441 <links> 1442 </links> 1443 </event> 1444 <event id="1064"> 1445 <start>14:30</start> 1446 <duration>00:30</duration> 1447 <room>H.2213</room> 1448 <tag>xmpp_socnet</tag> 1449 <title>Building Federated Social Networks on XMPP</title> 1450 <subtitle></subtitle> 1451 <track>Jabber+XMPP</track> 1452 <type>Podium</type> 1453 <language>English</language> 1454 <abstract></abstract> 1455 <description></description> 1456 <persons> 1457 <person id="817">Tuomas Koski</person> 1458 <person id="589">Simon Tennant</person> 1459 </persons> 1460 <links> 1461 </links> 1462 </event> 1463 <event id="1065"> 1464 <start>15:00</start> 1465 <duration>00:30</duration> 1466 <room>H.2213</room> 1467 <tag>xmpp_social_web</tag> 1468 <title>XMPP and the Social Web</title> 1469 <subtitle></subtitle> 1470 <track>Jabber+XMPP</track> 1471 <type>Podium</type> 1472 <language>English</language> 1473 <abstract></abstract> 1474 <description></description> 1475 <persons> 1476 <person id="819">Alard Weisscher</person> 1477 <person id="818">Laurent Eschenauer</person> 1478 </persons> 1479 <links> 1480 </links> 1481 </event> 1482 <event id="1066"> 1483 <start>15:30</start> 1484 <duration>00:30</duration> 1485 <room>H.2213</room> 1486 <tag>xmpp_pubsub</tag> 1487 <title>PubSub Gone Wild: Info Sharing at Mediamatic</title> 1488 <subtitle></subtitle> 1489 <track>Jabber+XMPP</track> 1490 <type>Podium</type> 1491 <language>English</language> 1492 <abstract></abstract> 1493 <description></description> 1494 <persons> 1495 <person id="200">Ralph Meijer</person> 1496 </persons> 1497 <links> 1498 </links> 1499 </event> 1500 <event id="1067"> 1501 <start>16:00</start> 1502 <duration>00:30</duration> 1503 <room>H.2213</room> 1504 <tag>xmpp_mirabeau</tag> 1505 <title>Mirabeau: Creating Personal Media Networks</title> 1506 <subtitle></subtitle> 1507 <track>Jabber+XMPP</track> 1508 <type>Podium</type> 1509 <language>English</language> 1510 <abstract>Mirabeau: Creating Personal Media Networks and Bridging UPnP Devices over the Internet with XMPP</abstract> 1511 <description></description> 1512 <persons> 1513 <person id="210">Philippe Normand</person> 1514 <person id="457">Frank Scholz</person> 1515 </persons> 1516 <links> 1517 </links> 1518 </event> 1519 <event id="1068"> 1520 <start>16:30</start> 1521 <duration>00:30</duration> 1522 <room>H.2213</room> 1523 <tag>xmpp_strophe</tag> 1524 <title>You Got Your XMPP in My Website: Using Strophe.js for Fun and Profit</title> 1525 <subtitle></subtitle> 1526 <track>Jabber+XMPP</track> 1527 <type>Podium</type> 1528 <language>English</language> 1529 <abstract></abstract> 1530 <description></description> 1531 <persons> 1532 <person id="588">Jack Moffitt</person> 1533 </persons> 1534 <links> 1535 </links> 1536 </event> 1537 <event id="1069"> 1538 <start>17:00</start> 1539 <duration>00:30</duration> 1540 <room>H.2213</room> 1541 <tag>xmpp_lt</tag> 1542 <title>XMPP Lightning Talks</title> 1543 <subtitle></subtitle> 1544 <track>Jabber+XMPP</track> 1545 <type>Podium</type> 1546 <language>English</language> 1547 <abstract></abstract> 1548 <description></description> 1549 <persons> 1550 <person id="22">Peter Saint-Andre</person> 1551 </persons> 1552 <links> 1553 </links> 1554 </event> 1555 <event id="1070"> 1556 <start>17:30</start> 1557 <duration>00:30</duration> 1558 <room>H.2213</room> 1559 <tag>xmpp_jingle</tag> 1560 <title>Jingle Nodes: An Open Alternative to Skype</title> 1561 <subtitle></subtitle> 1562 <track>Jabber+XMPP</track> 1563 <type>Podium</type> 1564 <language>English</language> 1565 <abstract></abstract> 1566 <description></description> 1567 <persons> 1568 <person id="820">Tiago Camargo</person> 1569 </persons> 1570 <links> 1571 </links> 1572 </event> 1573 <event id="1071"> 1574 <start>18:00</start> 1575 <duration>00:30</duration> 1576 <room>H.2213</room> 1577 <tag>xmpp_mu_jingle</tag> 1578 <title>Multi-User Jingle: Voice and Video Conferencing with XMPP</title> 1579 <subtitle></subtitle> 1580 <track>Jabber+XMPP</track> 1581 <type>Podium</type> 1582 <language>English</language> 1583 <abstract></abstract> 1584 <description></description> 1585 <persons> 1586 <person id="124">Dafydd Harries</person> 1587 <person id="821">Sjoerd Simons</person> 1588 </persons> 1589 <links> 1590 </links> 1591 </event> 1592 <event id="1072"> 1593 <start>18:30</start> 1594 <duration>00:30</duration> 1595 <room>H.2213</room> 1596 <tag>xmpp_lt_more</tag> 1597 <title>More XMPP Lightning Talks</title> 1598 <subtitle></subtitle> 1599 <track>Jabber+XMPP</track> 1600 <type>Podium</type> 1601 <language>English</language> 1602 <abstract></abstract> 1603 <description></description> 1604 <persons> 1605 <person id="22">Peter Saint-Andre</person> 1606 </persons> 1607 <links> 1608 </links> 1609 </event> 1228 1610 </room> 1229 1611 <room name="H.2214"> 1230 <event id="893">1231 <start>12:30</start>1232 <duration>00:15</duration>1233 <room>H.2214</room>1234 <tag>kde_welcome</tag>1235 <title>Welcome to the KDE devroom</title>1236 <subtitle></subtitle>1237 <track>KDE</track>1238 <type>Podium</type>1239 <language>English</language>1240 <abstract>Welcome to the KDE developer room.</abstract>1241 <description></description>1242 <persons>1243 <person id="95">Bart Coppens</person>1244 </persons>1245 <links>1246 </links>1247 </event>1248 1612 <event id="894"> 1249 <start>1 2:45</start>1613 <start>13:00</start> 1250 1614 <duration>00:45</duration> 1251 1615 <room>H.2214</room> … … 1265 1629 </event> 1266 1630 <event id="895"> 1267 <start>13: 30</start>1631 <start>13:45</start> 1268 1632 <duration>00:45</duration> 1269 1633 <room>H.2214</room> … … 1282 1646 </links> 1283 1647 </event> 1648 <event id="1079"> 1649 <start>14:30</start> 1650 <duration>00:15</duration> 1651 <room>H.2214</room> 1652 <tag>kde_group_photo</tag> 1653 <title>KDE Group Photo</title> 1654 <subtitle></subtitle> 1655 <track>KDE</track> 1656 <type>Podium</type> 1657 <language>English</language> 1658 <abstract></abstract> 1659 <description></description> 1660 <persons> 1661 <person id="95">Bart Coppens</person> 1662 </persons> 1663 <links> 1664 </links> 1665 </event> 1284 1666 <event id="896"> 1285 1667 <start>14:45</start> … … 1375 1757 </room> 1376 1758 <room name="AW1.105"> 1759 <event id="1048"> 1760 <start>14:00</start> 1761 <duration>01:00</duration> 1762 <room>AW1.105</room> 1763 <tag>jboss_camunda</tag> 1764 <title>Camunda</title> 1765 <subtitle></subtitle> 1766 <track>JBoss</track> 1767 <type>Podium</type> 1768 <language>English</language> 1769 <abstract></abstract> 1770 <description></description> 1771 <persons> 1772 <person id="809">Falko Menge</person> 1773 </persons> 1774 <links> 1775 </links> 1776 </event> 1777 <event id="1054"> 1778 <start>15:00</start> 1779 <duration>01:00</duration> 1780 <room>AW1.105</room> 1781 <tag>jboss_jopr</tag> 1782 <title>Systems management with RHQ and Jopr</title> 1783 <subtitle></subtitle> 1784 <track>JBoss</track> 1785 <type>Podium</type> 1786 <language>English</language> 1787 <abstract>Jopr is the open source systems management and monitoring platform from JBoss / Red Hat. While it is specially tailored towards JBoss projects, it can be easily extended in various ways.</abstract> 1788 <description>This talk will present the Jopr / RHQ system and its architecture and then talk about the extension points and how to write extensions for monitoring, management and alerting. 1789 1790 This presentation will also talk about the relation to RHQ-project.org, which used to be the upstream to Jopr and which now includes the Jopr bits.</description> 1791 <persons> 1792 <person id="813">Heikko Rupp</person> 1793 </persons> 1794 <links> 1795 </links> 1796 </event> 1797 <event id="1049"> 1798 <start>16:00</start> 1799 <duration>01:00</duration> 1800 <room>AW1.105</room> 1801 <tag>jboss_drools</tag> 1802 <title>Drools</title> 1803 <subtitle></subtitle> 1804 <track>JBoss</track> 1805 <type>Podium</type> 1806 <language>English</language> 1807 <abstract></abstract> 1808 <description></description> 1809 <persons> 1810 <person id="810">Mark Proctor</person> 1811 </persons> 1812 <links> 1813 </links> 1814 </event> 1815 <event id="1050"> 1816 <start>17:00</start> 1817 <duration>01:00</duration> 1818 <room>AW1.105</room> 1819 <tag>jboss_mobicents</tag> 1820 <title>Mobicents</title> 1821 <subtitle></subtitle> 1822 <track>JBoss</track> 1823 <type>Podium</type> 1824 <language>English</language> 1825 <abstract>JAIN SLEE is a specification (JSR 240) of a real-time and event-based platform in JAVA. It can be seen as the equivalent of the JEE but for real-time and oriented to Telecommunication, especially NgIN and IMS.</abstract> 1826 <description>However, it could be used for any other JAVA applications requiring performance. In this talk we will introduce the JAIN SLEE throug the Mobicents project, the first certified-JAINSLEE 1.1 and open source application server from RedHat. 1827 1828 The presentation will cover: 1829 * The JAIN SLEE component model and the event-driven programming 1830 * The mobicents JAIN SLEE 1.2 features and the introduction to EclipSLEE the Service Creation Environment on Eclipse 1831 * IMS example: we will show how we can implement a SIP registrar with JAIN SLEE. We will also show how a JAIN SLEE AS might be integrated in an IMS infrastructure.</description> 1832 <persons> 1833 <person id="811">Sabri Skhiri</person> 1834 </persons> 1835 <links> 1836 <link href="http://www.jainslee.org/">JAIN SLEE</link> 1837 <link href="http://jcp.org/en/jsr/detail?id=240">JSR-240</link> 1838 <link href="http://en.wikipedia.org/wiki/NGIN">NgIN</link> 1839 <link href="http://en.wikipedia.org/wiki/IP_Multimedia_Subsystem">IMS</link> 1840 <link href="http://www.mobicents.org/">Mobicents</link> 1841 </links> 1842 </event> 1843 <event id="1051"> 1844 <start>18:00</start> 1845 <duration>01:00</duration> 1846 <room>AW1.105</room> 1847 <tag>jboss_esb</tag> 1848 <title>JBoss ESB</title> 1849 <subtitle></subtitle> 1850 <track>JBoss</track> 1851 <type>Podium</type> 1852 <language>English</language> 1853 <abstract></abstract> 1854 <description></description> 1855 <persons> 1856 <person id="812">Yoeri Roels</person> 1857 </persons> 1858 <links> 1859 </links> 1860 </event> 1377 1861 </room> 1378 1862 <room name="AW1.115"> … … 1698 2182 <title>coreboot introduction</title> 1699 2183 <subtitle></subtitle> 1700 <track> coreboot</track>2184 <track>Coreboot</track> 1701 2185 <type>Podium</type> 1702 2186 <language>English</language> … … 1717 2201 <title>coreboot and PC technical details</title> 1718 2202 <subtitle></subtitle> 1719 <track> coreboot</track>2203 <track>Coreboot</track> 1720 2204 <type>Podium</type> 1721 2205 <language>English</language> … … 1735 2219 <title>ACPI and Suspend/Resume under coreboot</title> 1736 2220 <subtitle></subtitle> 1737 <track> coreboot</track>2221 <track>Coreboot</track> 1738 2222 <type>Podium</type> 1739 2223 <language>English</language> … … 1753 2237 <title>coreboot board porting</title> 1754 2238 <subtitle></subtitle> 1755 <track> coreboot</track>2239 <track>Coreboot</track> 1756 2240 <type>Podium</type> 1757 2241 <language>English</language> … … 1771 2255 <title>Flashrom, the universal flash tool</title> 1772 2256 <subtitle></subtitle> 1773 <track> coreboot</track>2257 <track>Coreboot</track> 1774 2258 <type>Podium</type> 1775 2259 <language>English</language> … … 1785 2269 </links> 1786 2270 </event> 2271 <event id="1033"> 2272 <start>18:00</start> 2273 <duration>01:00</duration> 2274 <room>AW1.124</room> 2275 <tag>coreboot_bios_reveng</tag> 2276 <title>Flash enable BIOS reverse engineering</title> 2277 <subtitle></subtitle> 2278 <track>Coreboot</track> 2279 <type>Podium</type> 2280 <language>English</language> 2281 <abstract>Many board makers provide extra write protection for their BIOS chips. The developers at the flashrom project have to devote part of their time on finding out what protection is present and how this can be disabled.</abstract> 2282 <description>Some of this information comes from the BIOS itself, and the procedures for some common BIOSes, and the tools involved will be introduced in this talk. Part of the time will be spent on digging through an actual BIOS with a crude tool like ndisasm.</description> 2283 <persons> 2284 <person id="798">Luc Verhaegen</person> 2285 </persons> 2286 <links> 2287 </links> 2288 </event> 1787 2289 </room> 1788 2290 <room name="AW1.125"> 1789 <event id="868">1790 <start>13:15</start>1791 <duration>00:30</duration>1792 <room>AW1.125</room>1793 <tag>java_debian_packaging</tag>1794 <title>Packaging Java Software for Debian</title>1795 <subtitle></subtitle>1796 <track>Free Java</track>1797 <type>Podium</type>1798 <language>English</language>1799 <abstract>The talk wants to give a brief overview of the current state and recent trends of Java packaging in Debian.</abstract>1800 <description>Around half of the time should be reserved for discussions and coordination between attending developers of Linux distributions and upstream projects.1801 1802 A wiki site is used to collect discussion points beforehand: [http://wiki.debian.org/Java/DevJam/2010/FosdemProposedTalks/JavaPackaging]</description>1803 <persons>1804 <person id="293">Thomas Koch</person>1805 </persons>1806 <links>1807 <link href="http://wiki.debian.org/Java/DevJam/2010/FosdemProposedTalks/JavaPackaging">http://wiki.debian.org/Java/DevJam/2010/FosdemProposedTalks/JavaPackaging</link>1808 </links>1809 </event>1810 <event id="869">1811 <start>15:00</start>1812 <duration>00:30</duration>1813 <room>AW1.125</room>1814 <tag>java_groovy</tag>1815 <title>Groovy: the cool side of Java</title>1816 <subtitle></subtitle>1817 <track>Free Java</track>1818 <type>Podium</type>1819 <language>English</language>1820 <abstract>The purpose of this talk is to introduce Groovy using a practical approach by showing the differences and the improvements that Groovy bring, compared with an older programming language class.1821 1822 Since groovy is based on the JVM, it is natural to compare it with Java language.</abstract>1823 <description>We will start from a couple of java classes and we will rewrite it using Groovy and we will see how Groovy removes the ceremony and give a shorter and more understandable code.1824 1825 During the talk will be also explained theory concepts around groovy implementations time to time will be faced.1826 Despite the topic, this talk is open to java and non-java developers.</description>1827 <persons>1828 <person id="577">Luca Foppiano</person>1829 </persons>1830 <links>1831 </links>1832 </event>1833 <event id="870">1834 <start>15:45</start>1835 <duration>00:30</duration>1836 <room>AW1.125</room>1837 <tag>java_lambda_jsr292</tag>1838 <title>Lambda + JSR292</title>1839 <subtitle></subtitle>1840 <track>Free Java</track>1841 <type>Podium</type>1842 <language>English</language>1843 <abstract>This talk outline why and how anonymous functions also called lambdas should be implemented using method handle, one feature introduced by JSR 292 in Java VM.</abstract>1844 <description>I will introduce a proposed syntax that is slighly different from the one proposed by Mark Reinhold, and explain how the syntax can be translated to a bytecode understandable by a JDK7 VM. Then I will discuss the possible reification of function types. I will finish by demoing a prototype of java compiler patched with lambdas implemented using method handles.</description>1845 <persons>1846 <person id="567">Remi Forax</person>1847 </persons>1848 <links>1849 <link href="http://openjdk.java.net/projects/lambda">Project Lambda</link>1850 <link href="http://openjdk.java.net/projects/mlvm">MLVM</link>1851 </links>1852 </event>1853 <event id="871">1854 <start>16:30</start>1855 <duration>00:30</duration>1856 <room>AW1.125</room>1857 <tag>java_wizard4j</tag>1858 <title>Wizard4j</title>1859 <subtitle></subtitle>1860 <track>Free Java</track>1861 <type>Podium</type>1862 <language>English</language>1863 <abstract>Introduction and a Getting Started to the wizard4j project.</abstract>1864 <description>The wizard4j project defines a flowchart xml language to describe flowcharts in a formal way (so this logic is no longer burried in the rest of the code). Next it provides an engine written in java to 'run' these flowcharts. The target audience for this project are java software developers. Any java application that has some 'flowchart logic' inside (configuration wizards, helpdesk guidelines, surveys, template preprocessing, ...) can benefit from wizard4j, especially when this logic is complex or requires frequent updates.</description>1865 <persons>1866 <person id="710">Dirk Ooms</person>1867 </persons>1868 <links>1869 <link href="http://wizard4j.org/">http://wizard4j.org/</link>1870 </links>1871 </event>1872 <event id="872">1873 <start>17:15</start>1874 <duration>00:30</duration>1875 <room>AW1.125</room>1876 <tag>java_play</tag>1877 <title>Web Development with the Play! framework</title>1878 <subtitle></subtitle>1879 <track>Free Java</track>1880 <type>Podium</type>1881 <language>English</language>1882 <abstract>Java web development is often based on a growing stack of software layers. This increasing complexity is impacting productivity and causing frustration of developers in each step of development, maintenance and deployment. The Play framework aims to bring back the fun with a simpler and cleaner stack, introducing conventions over configuration and encouraging RESTful architectures.</abstract>1883 <description>Version 1.0 have been released in October 2009 under the Apache 2 Licence. We will present the framework, explain and demonstrate how it is used to develop web applications, and introduce the vision and roadmap for the next versions.</description>1884 <persons>1885 <person id="711">Erwan Loisant</person>1886 </persons>1887 <links>1888 <link href="http://www.playframework.org/">http://www.playframework.org/</link>1889 </links>1890 </event>1891 2291 </room> 1892 2292 <room name="AW1.126"> 2293 <event id="1056"> 2294 <start>14:15</start> 2295 <duration>00:45</duration> 2296 <room>AW1.126</room> 2297 <tag>ruby_database_comparison</tag> 2298 <title>A rubyist's naive comparison of some database systems and toolkits</title> 2299 <subtitle></subtitle> 2300 <track>Ruby+Rails</track> 2301 <type>Podium</type> 2302 <language>English</language> 2303 <abstract>This talk will be a quick comparison of some of the many relational and non relational database systems that can be used with ruby.</abstract> 2304 <description>I will focus on features, syntax and performance. This is not a talk by a database expert but simply a modest attempt to show the differences between some of the possibilities offered and clear things up a bit.</description> 2305 <persons> 2306 <person id="815">Marc Lainez</person> 2307 </persons> 2308 <links> 2309 </links> 2310 </event> 2311 <event id="1059"> 2312 <start>15:00</start> 2313 <duration>00:45</duration> 2314 <room>AW1.126</room> 2315 <tag>ruby_mongomapper</tag> 2316 <title>Persisting dynamic data with MongoMapper</title> 2317 <subtitle></subtitle> 2318 <track>Ruby+Rails</track> 2319 <type>Podium</type> 2320 <language>English</language> 2321 <abstract>What is [http://www.mongodb.org/ MongoDB] and how can you use it in a Ruby project.</abstract> 2322 <description>Introduction to [http://www.mongodb.org/ MongoDB], [http://github.com/jnunemaker/mongomapper/ MongoMapper] and advanced usage of the tools given by MongoMapper. Short look at other Document Oriented Databases.</description> 2323 <persons> 2324 <person id="607">Bernard Grymonpon</person> 2325 </persons> 2326 <links> 2327 </links> 2328 </event> 2329 <event id="1073"> 2330 <start>16:00</start> 2331 <duration>00:30</duration> 2332 <room>AW1.126</room> 2333 <tag>ruby_smalltalkification</tag> 2334 <title>The Ruby Smalltalkification</title> 2335 <subtitle></subtitle> 2336 <track>Ruby+Rails</track> 2337 <type>Podium</type> 2338 <language>English</language> 2339 <abstract>Smalltalk can be considered as the grand father of many modern programming languages. It is also commonly agreed that it is dead; is it really the case?</abstract> 2340 <description>Ruby is explicitly inspired by Smalltalk (among others) and can be seen as a 'Smalltalk dialect with files'. This short talk will walk through the fundamental differences and similarities between the two languages. 2341 2342 Do expect source code during this presentation.</description> 2343 <persons> 2344 <person id="822">François Stephany</person> 2345 </persons> 2346 <links> 2347 </links> 2348 </event> 2349 <event id="1058"> 2350 <start>16:30</start> 2351 <duration>00:45</duration> 2352 <room>AW1.126</room> 2353 <tag>ruby_ror_good_practices</tag> 2354 <title>25 good practices in Ruby on Rails development</title> 2355 <subtitle></subtitle> 2356 <track>Ruby+Rails</track> 2357 <type>Podium</type> 2358 <language>English</language> 2359 <abstract>This is a collection of small tips and tricks related to developing web applications using the Ruby on Rails framework, gathered from my personal experience of more than 2 years of work at [http://www.belighted.com Belighted].</abstract> 2360 <description>For each tip, we will have a look at the underlying motivation and provide code examples to better understand how to apply it to your own applications.</description> 2361 <persons> 2362 <person id="284">Nicolas Jacobeus</person> 2363 </persons> 2364 <links> 2365 </links> 2366 </event> 2367 <event id="1057"> 2368 <start>17:15</start> 2369 <duration>00:45</duration> 2370 <room>AW1.126</room> 2371 <tag>ruby_crbac</tag> 2372 <title>Context Based Access Control gem for Rails</title> 2373 <subtitle></subtitle> 2374 <track>Ruby+Rails</track> 2375 <type>Podium</type> 2376 <language>English</language> 2377 <abstract>The CBAC system contains the following features: 2378 * Separate authorization logic from your code 2379 * Supports Role Based Access Control. Authorization based on group membership. 2380 * Supports Context Based Access Control. Group membership is determined on user and context of requested resource. 2381 * Easy to use. 2382 * Authorization on the level of controller methods. Specify authorization per controller method.</abstract> 2383 <description></description> 2384 <persons> 2385 <person id="816">Bert Meerman</person> 2386 </persons> 2387 <links> 2388 <link href="http://cbac.rubyforge.org/intro.html">http://cbac.rubyforge.org/intro.html</link> 2389 </links> 2390 </event> 1893 2391 </room> 1894 2392 <room name="H.3227"> … … 1932 2430 </event> 1933 2431 </room> 2432 <room name="AY"> 2433 <event id="868"> 2434 <start>13:15</start> 2435 <duration>00:30</duration> 2436 <room>AY</room> 2437 <tag>java_debian_packaging</tag> 2438 <title>Packaging Java Software for Debian</title> 2439 <subtitle></subtitle> 2440 <track>Free Java</track> 2441 <type>Podium</type> 2442 <language>English</language> 2443 <abstract>The talk wants to give a brief overview of the current state and recent trends of Java packaging in Debian.</abstract> 2444 <description>During the half-hour presentation, topics and issues will be outlined. 2445 2446 Afterwards the Room is free for people to stay and discuss. The aim is, to bring together people from different linux distributions to share experiences together with developers of upstream projects. 2447 2448 A wiki site is used to collect discussion points beforehand: [http://wiki.debian.org/Java/DevJam/2010/FosdemProposedTalks/JavaPackaging]</description> 2449 <persons> 2450 <person id="293">Thomas Koch</person> 2451 </persons> 2452 <links> 2453 <link href="http://wiki.debian.org/Java/DevJam/2010/FosdemProposedTalks/JavaPackaging">http://wiki.debian.org/Java/DevJam/2010/FosdemProposedTalks/JavaPackaging</link> 2454 </links> 2455 </event> 2456 <event id="869"> 2457 <start>15:00</start> 2458 <duration>00:30</duration> 2459 <room>AY</room> 2460 <tag>java_groovy</tag> 2461 <title>Groovy: the cool side of Java</title> 2462 <subtitle></subtitle> 2463 <track>Free Java</track> 2464 <type>Podium</type> 2465 <language>English</language> 2466 <abstract>The purpose of this talk is to introduce Groovy using a practical approach by showing the differences and the improvements that Groovy bring, compared with an older programming language class. 2467 2468 Since groovy is based on the JVM, it is natural to compare it with Java language.</abstract> 2469 <description>We will start from a couple of java classes and we will rewrite it using Groovy and we will see how Groovy removes the ceremony and give a shorter and more understandable code. 2470 2471 During the talk will be also explained theory concepts around groovy implementations time to time will be faced. 2472 Despite the topic, this talk is open to java and non-java developers.</description> 2473 <persons> 2474 <person id="577">Luca Foppiano</person> 2475 </persons> 2476 <links> 2477 </links> 2478 </event> 2479 <event id="870"> 2480 <start>15:45</start> 2481 <duration>00:30</duration> 2482 <room>AY</room> 2483 <tag>java_lambda_jsr292</tag> 2484 <title>Lambda + JSR292</title> 2485 <subtitle></subtitle> 2486 <track>Free Java</track> 2487 <type>Podium</type> 2488 <language>English</language> 2489 <abstract>This talk outline why and how anonymous functions also called lambdas should be implemented using method handle, one feature introduced by JSR 292 in Java VM.</abstract> 2490 <description>I will introduce a proposed syntax that is slighly different from the one proposed by Mark Reinhold, and explain how the syntax can be translated to a bytecode understandable by a JDK7 VM. Then I will discuss the possible reification of function types. I will finish by demoing a prototype of java compiler patched with lambdas implemented using method handles.</description> 2491 <persons> 2492 <person id="567">Remi Forax</person> 2493 </persons> 2494 <links> 2495 <link href="http://openjdk.java.net/projects/lambda">Project Lambda</link> 2496 <link href="http://openjdk.java.net/projects/mlvm">MLVM</link> 2497 </links> 2498 </event> 2499 <event id="871"> 2500 <start>16:30</start> 2501 <duration>00:30</duration> 2502 <room>AY</room> 2503 <tag>java_wizard4j</tag> 2504 <title>Wizard4j</title> 2505 <subtitle></subtitle> 2506 <track>Free Java</track> 2507 <type>Podium</type> 2508 <language>English</language> 2509 <abstract>Introduction and a Getting Started to the wizard4j project.</abstract> 2510 <description>The wizard4j project defines a flowchart xml language to describe flowcharts in a formal way (so this logic is no longer burried in the rest of the code). Next it provides an engine written in java to 'run' these flowcharts. The target audience for this project are java software developers. Any java application that has some 'flowchart logic' inside (configuration wizards, helpdesk guidelines, surveys, template preprocessing, ...) can benefit from wizard4j, especially when this logic is complex or requires frequent updates.</description> 2511 <persons> 2512 <person id="710">Dirk Ooms</person> 2513 </persons> 2514 <links> 2515 <link href="http://wizard4j.org/">http://wizard4j.org/</link> 2516 </links> 2517 </event> 2518 <event id="872"> 2519 <start>17:15</start> 2520 <duration>00:30</duration> 2521 <room>AY</room> 2522 <tag>java_play</tag> 2523 <title>Web Development with the Play! framework</title> 2524 <subtitle></subtitle> 2525 <track>Free Java</track> 2526 <type>Podium</type> 2527 <language>English</language> 2528 <abstract>Java web development is often based on a growing stack of software layers. This increasing complexity is impacting productivity and causing frustration of developers in each step of development, maintenance and deployment. The Play framework aims to bring back the fun with a simpler and cleaner stack, introducing conventions over configuration and encouraging RESTful architectures.</abstract> 2529 <description>Version 1.0 have been released in October 2009 under the Apache 2 Licence. We will present the framework, explain and demonstrate how it is used to develop web applications, and introduce the vision and roadmap for the next versions.</description> 2530 <persons> 2531 <person id="711">Erwan Loisant</person> 2532 </persons> 2533 <links> 2534 <link href="http://www.playframework.org/">http://www.playframework.org/</link> 2535 </links> 2536 </event> 2537 </room> 1934 2538 </day> 1935 2539 <day date="2010-02-07" index="2"> … … 2112 2716 <persons> 2113 2717 <person id="674">Christoph Pojer</person> 2718 </persons> 2719 <links> 2720 </links> 2721 </event> 2722 <event id="1055"> 2723 <start>12:00</start> 2724 <duration>00:45</duration> 2725 <room>Chavanne</room> 2726 <tag></tag> 2727 <title>Javascript charting with YUI Flot</title> 2728 <subtitle></subtitle> 2729 <track>Javascript</track> 2730 <type>Podium</type> 2731 <language>English</language> 2732 <abstract>Web developers who want to add charts and graphs to their web sites have three options. 2733 1. Use server side generated chart images 2734 2. Use flash 2735 3. Use canvas + javascript</abstract> 2736 <description>Web developers who want to add charts and graphs to their web sites have three options. 2737 1. Use server side generated chart images 2738 2. Use flash 2739 3. Use canvas + javascript 2740 2741 Option 1 is often the best unless you need some level of interactivity at which point you're stuck with choosing between flash that has problems with focus on linux, and has never been a favourite of FOSS developers, or using canvas + javascript with incomplete support for Internet Explorer through excanvas. YUI-flot follows option 3. 2742 2743 YUI-flot came about as an attempt to bring the popular flot plugin for jQuery into the hands of YUI developers, and in this talk, I'll cover a little bit about what you can do with YUI-Flot, and a little more about what I learnt while developing it.</description> 2744 <persons> 2745 <person id="814">Philip Tellis</person> 2114 2746 </persons> 2115 2747 <links> … … 2342 2974 <title>Keysigning Party</title> 2343 2975 <subtitle></subtitle> 2344 <track> Lightning Talks</track>2345 <type> Podium</type>2976 <track>Keysigning</track> 2977 <type>Meeting</type> 2346 2978 <language>English</language> 2347 2979 <abstract>GPG/PGP and CAcert keysigning party</abstract> 2348 2980 <description>See [http://fosdem.org/keysigning] for details.</description> 2349 2981 <persons> 2982 <person id="755">Ulrich Schroeter</person> 2350 2983 <person id="260">Philip Paeps</person> 2351 <person id="755">Ulrich Schroeter</person>2352 2984 </persons> 2353 2985 <links> … … 2384 3016 <type>Lightning-Talk</type> 2385 3017 <language>English</language> 2386 <abstract>Take a regular old-fashioned linear schoolbook, and then imagine each chapter having alternative versions specifically tailored for the reader. 2387 2388 2389 2390 You get a book that works both for pupils that read slow and pupils that zip through the text faster than their classmates. Add alternatives for the teacher (pedagogical methods, teaching style), the school (variations on which chapters should be in-depth or which topics should be prioritized) and the parents (a topic summary to read before helping with homework) - and you end up with a book that can only be made using free software development methods. 2391 2392 2393 2394 Kaizendo.org - from Kaizen-do, "the way of incremental improvement" - is a project for making these books possible. We have just started, and we need people who would like to help! :)</abstract> 3018 <abstract>Imagine having a schoolbook where a pupil and her teacher can choose the depth of topic, clarity of text, pedagogical method, amount and difficulty of homework - as needed and necessary. 3019 3020 This talk introduces the Kaizendo.org project where this is the ambition - to create a tool which makes authoring of custom books not only possible but as easy as posting a comment on a forum.</abstract> 2395 3021 <description>Take your regular old-fashioned linear schoolbook and imagine each chapter having alternative versions specifically tailored for the reader. 2396 3022 … … 2589 3215 </room> 2590 3216 <room name="Lameere"> 3217 <event id="1089"> 3218 <start>10:00</start> 3219 <duration>00:30</duration> 3220 <room>Lameere</room> 3221 <tag>emb_open_mcare</tag> 3222 <title>OPEN-MCARE: Open Heart for Elderly Care</title> 3223 <subtitle></subtitle> 3224 <track>Embedded</track> 3225 <type>Podium</type> 3226 <language>English</language> 3227 <abstract>This project uses an ARM embedded open platform to develop the mobile health care system (Open Mobile Care, OPEN-MCARE).</abstract> 3228 <description>OPEN-MCARE is an assistant with positioning, health care, entertainment, multi-functional operations. If the smooth progress of this project, in addition to the academic contribution to the outcome of this program hope to be able to reduce the real burden of the families and to improve the quality of life for the elderly, so that mobility of the elderly, have a happy, healthy, free and dignified life.</description> 3229 <persons> 3230 <person id="834">Kuo-Kun Tseng</person> 3231 </persons> 3232 <links> 3233 </links> 3234 </event> 3235 <event id="1088"> 3236 <start>10:30</start> 3237 <duration>00:30</duration> 3238 <room>Lameere</room> 3239 <tag>emb_seriesfinale</tag> 3240 <title>SeriesFinale, a TV shows' tracker for Maemo 5</title> 3241 <subtitle></subtitle> 3242 <track>Embedded</track> 3243 <type>Podium</type> 3244 <language>English</language> 3245 <abstract>SeriesFinale is a TV series browser and tracker application for Maemo 5. Its goal is to help you manage the TV shows you watch regularly and keep track of the episodes you have seen so far.</abstract> 3246 <description>The shows and episodes listings can be retrieved automatically from the web presenting you with information about the subject of the show/episode, director, actors, guest stars, etc. Episodes are presented in a check list view to allow checking and keeping track of the ones that have been already seen.</description> 3247 <persons> 3248 <person id="731">Joaquim Rocha</person> 3249 </persons> 3250 <links> 3251 <link href="http://www.joaquimrocha.com/2009/12/06/seriesfinale/">SeriesFinale demo</link> 3252 </links> 3253 </event> 3254 <event id="1092"> 3255 <start>11:00</start> 3256 <duration>00:30</duration> 3257 <room>Lameere</room> 3258 <tag>emb_android_apt</tag> 3259 <title>apt-get for Android - with GUI</title> 3260 <subtitle></subtitle> 3261 <track>Embedded</track> 3262 <type>Podium</type> 3263 <language>English</language> 3264 <abstract>When launched, Google created a central point of distributing applications for the Android platform: the Android Market.This approach, although being an undefined standard for most of the major mobile families - Apple as AppStore for their iphone - has limitations, specially in user freedom and flexibility for the development. 3265 3266 Aptoide tries to create a way of sharing applications for Android in a way that the users are in control of what they distribute, how they distribute and what they want to see shared.</abstract> 3267 <description>We will present the Aptoide concept and compare this to philosophies - central point vs distributed repositories - commenting on each pros and cons, and trying to merged them together. 3268 3269 In the end of the day, this talk proposes to show Android developers a new way of put their applications available which is an alternative of closed and inflexible Google's Android market.</description> 3270 <persons> 3271 <person id="837">Roberto Jacinto</person> 3272 </persons> 3273 <links> 3274 </links> 3275 </event> 3276 <event id="1094"> 3277 <start>11:30</start> 3278 <duration>00:30</duration> 3279 <room>Lameere</room> 3280 <tag>emb_ofono</tag> 3281 <title>Ofono and how to use the Nokia modem plugin</title> 3282 <subtitle></subtitle> 3283 <track>Embedded</track> 3284 <type>Podium</type> 3285 <language>English</language> 3286 <abstract>oFono is an open source project for mobile telephony (GSM/UMTS). It provides a high-level D-Bus API for applications, and a plug-in API for adapting to different modem hardware.</abstract> 3287 <description>This talk gives an overview of how to run oFono on the Nokia N900 device running Maemo, as well as with (most) Nokia phones over USB.</description> 3288 <persons> 3289 <person id="839">Aki Niemi</person> 3290 </persons> 3291 <links> 3292 </links> 3293 </event> 3294 <event id="1081"> 3295 <start>13:00</start> 3296 <duration>01:00</duration> 3297 <room>Lameere</room> 3298 <tag>emb_cross_build</tag> 3299 <title>Cross Build Systems: Present & Future</title> 3300 <subtitle></subtitle> 3301 <track>Embedded</track> 3302 <type>Workshop</type> 3303 <language>English</language> 3304 <abstract>There are lots of cross build systems out there these days. While all of these projects have their own focus, concept and design, there are a lot of problems most of us know very well, for example cross build problems,developing patches in an upstream-acceptable way etc.</abstract> 3305 <description>In this workshop, all participating build system groups will get the opportunity to present three slides and five minutes, in order to outline: 3306 * short project description 3307 * plans for the future 3308 * ideas to collaborate 3309 3310 After that, we'll collect and discuss those ideas in order to create benefit for both, the involved projects and the whole open-source eco-system. 3311 3312 Any project interested in participation, please write us a mail to crossdev@send-patches.org, in order to organize the presentations.</description> 3313 <persons> 3314 <person id="828">Yann E. Morin</person> 3315 <person id="629">Robert Schwebel</person> 3316 <person id="827">Peter Korsgaard</person> 3317 </persons> 3318 <links> 3319 </links> 3320 </event> 3321 <event id="1085"> 3322 <start>14:00</start> 3323 <duration>01:00</duration> 3324 <room>Lameere</room> 3325 <tag>emb_rockbox</tag> 3326 <title>Rockbox: open source firmware replacement for music players</title> 3327 <subtitle></subtitle> 3328 <track>Embedded</track> 3329 <type>Podium</type> 3330 <language>English</language> 3331 <abstract>An overview of [http://www.rockbox.org/ Rockbox], an open source firmware replacement for mp3 players and how we work to reverser engineer portable music consumer electronics devices to put Free Software on them.</abstract> 3332 <description></description> 3333 <persons> 3334 <person id="831">Daniel Stenberg</person> 3335 </persons> 3336 <links> 3337 </links> 3338 </event> 3339 <event id="1091"> 3340 <start>15:00</start> 3341 <duration>01:00</duration> 3342 <room>Lameere</room> 3343 <tag>emb_media_controller</tag> 3344 <title>Media Controller, harnessing the full power of tomorrow's video devices</title> 3345 <subtitle></subtitle> 3346 <track>Embedded</track> 3347 <type>Podium</type> 3348 <language>English</language> 3349 <abstract>Back when the first version of the Video 4 Linux (V4L) API was written, video acquisition and output devices available to Linux users ands developers only offered basic functions. With the introduction of hardware compression, V4L showed its limits and the new V4L2 API saw the light of the day in the 2.5.x kernels. Video hardware available today once again pushes the Linux video API to its limits, and there's no doubt that tomorrow's devices will offer even more complex features.</abstract> 3350 <description>Several V4L developers go together during the Linux Plumbers Conference 2009 to discuss a possible future extension to the V4L subsystem called the Media Controller. 3351 3352 Targeted at both embedded and desktop hardware, the Media Controller will let userspace applications access media hardware internals to discover and control device internals. This talk will introduce the Media Controller concept and present the current state of the draft implementation.</description> 3353 <persons> 3354 <person id="836">Laurent Pinchart</person> 3355 </persons> 3356 <links> 3357 </links> 3358 </event> 3359 <event id="1087"> 3360 <start>16:00</start> 3361 <duration>01:00</duration> 3362 <room>Lameere</room> 3363 <tag>emb_dspbridge</tag> 3364 <title>ARM and DSP talking to each other in OMAP3: the dspbridge</title> 3365 <subtitle></subtitle> 3366 <track>Embedded</track> 3367 <type>Podium</type> 3368 <language>English</language> 3369 <abstract>The microprocessor OMAP 3430 contains a dual-core architecture consisting on an ARM Cortex-A8 (General-Purpose Processor) and a DSP C64x (as an Image-Video-Audio Accelerator). 3370 3371 The dspbridge is a kernel driver for the OMAP3 architecture. It provides a interface to control and communicate with the DSP, enabling parallel processing in embedded devices.</abstract> 3372 <description>This talk will be about how to build a system with the dspbridge driver and how to use it for multimedia applications.</description> 3373 <persons> 3374 <person id="833">Víctor Manuel Jáquez Leal</person> 3375 </persons> 3376 <links> 3377 </links> 3378 </event> 3379 <event id="1096"> 3380 <start>17:00</start> 3381 <duration>00:30</duration> 3382 <room>Lameere</room> 3383 <tag>emb_nanonote</tag> 3384 <title>Copyleft Hardware and the Ben Nanonote</title> 3385 <subtitle></subtitle> 3386 <track>Embedded</track> 3387 <type>Podium</type> 3388 <language>English</language> 3389 <abstract>Making Legal Open Source Hardware in China investigates the Shanzhai technology culture in China, analyzes its positive and negative aspects, and announces a new legal approach to build off the best parts of Shanzhai technology.</abstract> 3390 <description>This approach uses a mixture of Creative Commons licensing for hardware plans, Free Software licensing for software used to run the hardware, and open patents for the novel technological innovations. 3391 3392 Do you have Qi Inside your hardware? Ben Nanonote is the first real product on market using the approach mentioned above, we will describe it in deep and doing a live demo on the device.</description> 3393 <persons> 3394 <person id="843">Mirko Lindner</person> 3395 <person id="842">Jon Phillips</person> 3396 </persons> 3397 <links> 3398 </links> 3399 </event> 3400 <event id="1090"> 3401 <start>17:30</start> 3402 <duration>00:30</duration> 3403 <room>Lameere</room> 3404 <tag>emb_ambienttalk</tag> 3405 <title>Scripting Mobile Devices with AmbientTalk</title> 3406 <subtitle></subtitle> 3407 <track>Embedded</track> 3408 <type>Podium</type> 3409 <language>English</language> 3410 <abstract>This talk is about programming mobile handheld devices with a scripting language called AmbientTalk.</abstract> 3411 <description>This language has been designed with the goal of easily prototyping applications that run on mobile devices interacting via a wireless network. 3412 3413 Programming such applications traditionally involves interacting with low-level APIs in order to perform basic tasks like service discovery and communicating with remote services. We introduce the AmbientTalk scripting language, its implementation on top of the Java Micro edition platform (J2ME). 3414 3415 AmbientTalk is an experimental object-oriented distributed programming language developed at the Software Languages Lab at 3416 the Vrije Universiteit Brussel, Belgium. The language is primarily targeted at writing programs deployed in mobile ad hoc networks. 3417 3418 AmbientTalk is meant to serve as an experimentation platform to experiment with new language features or programming abstractions to facilitate the construction of software that has to run in highly volatile networks exhibiting intermittent connectivity and little infrastructure.</description> 3419 <persons> 3420 <person id="835">Wolfgang De Meuter</person> 3421 </persons> 3422 <links> 3423 </links> 3424 </event> 2591 3425 </room> 2592 3426 <room name="H.1301"> 2593 <event id="940">2594 <start>09:00</start>2595 <duration>00:15</duration>2596 <room>H.1301</room>2597 <tag>moz_welcome_sunday</tag>2598 <title>Welcome to the Mozilla devroom</title>2599 <subtitle></subtitle>2600 <track>Mozilla</track>2601 <type>Podium</type>2602 <language>English</language>2603 <abstract></abstract>2604 <description></description>2605 <persons>2606 <person id="344">Tristan Nitot</person>2607 </persons>2608 <links>2609 </links>2610 </event>2611 3427 <event id="941"> 2612 <start>09: 15</start>3428 <start>09:30</start> 2613 3429 <duration>00:30</duration> 2614 3430 <room>H.1301</room> … … 2623 3439 In the German city of Munich, the "Open-Source-Treffen" have been taking place regularly, and the idea is to spread the word for other areas, engaging community members to set up more meetings. Carsten Book of Mozilla and Florian Effenberger of OpenOffice.org, founders of the "Open-Source-Treffen", introduce their vision and tell about the previous experiences. Audience for this talk are open source communities wishing to set up their own meetings as well as interested users who love to learn more about the idea.</description> 2624 3440 <persons> 3441 <person id="745">Florian Effenberger</person> 2625 3442 <person id="466">Carsten Book</person> 2626 <person id="745">Florian Effenberger</person>2627 3443 </persons> 2628 3444 <links> … … 2630 3446 </event> 2631 3447 <event id="942"> 2632 <start> 09:45</start>2633 <duration>00: 45</duration>3448 <start>10:00</start> 3449 <duration>00:30</duration> 2634 3450 <room>H.1301</room> 2635 3451 <tag>moz_mozmill</tag> … … 2666 3482 </links> 2667 3483 </event> 3484 <event id="938"> 3485 <start>11:15</start> 3486 <duration>01:15</duration> 3487 <room>H.1301</room> 3488 <tag>moz_firefox_mobile</tag> 3489 <title>Firefox Mobile</title> 3490 <subtitle></subtitle> 3491 <track>Mozilla</track> 3492 <type>Podium</type> 3493 <language>English</language> 3494 <abstract></abstract> 3495 <description></description> 3496 <persons> 3497 <person id="261">Mark Finkle</person> 3498 </persons> 3499 <links> 3500 </links> 3501 </event> 3502 <event id="936"> 3503 <start>13:00</start> 3504 <duration>00:15</duration> 3505 <room>H.1301</room> 3506 <tag>moz_womoz</tag> 3507 <title>Women and Mozilla (WoMoz)</title> 3508 <subtitle></subtitle> 3509 <track>Mozilla</track> 3510 <type>Podium</type> 3511 <language>English</language> 3512 <abstract>Summary of related FOSDEM events, roadmap for 2010, and reaching out to women developers present at FOSDEM.</abstract> 3513 <description></description> 3514 <persons> 3515 <person id="743">Delphine Lebédel</person> 3516 </persons> 3517 <links> 3518 <link href="http://www.womoz.org/blog/?p=231">http://www.womoz.org/blog/?p=231</link> 3519 </links> 3520 </event> 3521 <event id="945"> 3522 <start>13:15</start> 3523 <duration>00:45</duration> 3524 <room>H.1301</room> 3525 <tag>moz_messaging</tag> 3526 <title>Messaging/Thunderbird</title> 3527 <subtitle></subtitle> 3528 <track>Mozilla</track> 3529 <type>Podium</type> 3530 <language>English</language> 3531 <abstract></abstract> 3532 <description></description> 3533 <persons> 3534 <person id="180">Ludovic Hirlimann</person> 3535 </persons> 3536 <links> 3537 </links> 3538 </event> 3539 <event id="1076"> 3540 <start>14:00</start> 3541 <duration>00:30</duration> 3542 <room>H.1301</room> 3543 <tag>moz_jetpack</tag> 3544 <title>Explore Jetpack</title> 3545 <subtitle></subtitle> 3546 <track>Mozilla</track> 3547 <type>Podium</type> 3548 <language>English</language> 3549 <abstract>Jetpack is one of the most dynamic project in Mozilla these days.</abstract> 3550 <description>The talk will be split into three pieces. First, I'll present the concept and how the project is being developed. Then, I'll make sure there's time for your questions. Finally, I'll try to make sure you know how to join us :)</description> 3551 <persons> 3552 <person id="175">Zbigniew Braniecki</person> 3553 </persons> 3554 <links> 3555 </links> 3556 </event> 3557 <event id="1077"> 3558 <start>14:30</start> 3559 <duration>00:45</duration> 3560 <room>H.1301</room> 3561 <tag>moz_drumbeat</tag> 3562 <title>Mozilla Drumbeat in Europe</title> 3563 <subtitle></subtitle> 3564 <track>Mozilla</track> 3565 <type>Podium</type> 3566 <language>English</language> 3567 <abstract>Actions, ideas and projects for an open Internet</abstract> 3568 <description></description> 3569 <persons> 3570 <person id="473">Mark Surman</person> 3571 <person id="824">Alina Mierlus</person> 3572 </persons> 3573 <links> 3574 </links> 3575 </event> 3576 <event id="946"> 3577 <start>15:30</start> 3578 <duration>00:45</duration> 3579 <room>H.1301</room> 3580 <tag>moz_lightningtalks</tag> 3581 <title>Mozilla Lightning Talks</title> 3582 <subtitle></subtitle> 3583 <track>Mozilla</track> 3584 <type>Podium</type> 3585 <language>English</language> 3586 <abstract>Lightning talks on the subject of Mozilla, by various speakers.</abstract> 3587 <description>==Digitally signing email, why and how ?== 3588 Introduction on digitally signing emails. How does it work. Why Should People sign their emails. Howto sign emails, live demo on how to get started (Ludovic Hirlimann) 3589 3590 ==Online Communication in the Mozilla Project== 3591 In virtual teams (like Mozilla) communication is as important as it is challenging. This talk will be about the importance of informal communication and how some of the groups within Mozilla handle it (Kadir Topal) 3592 3593 ==I see GECKO== 3594 5 min talk about the "I See Gecko" project, becoming live during this presentation. It's all about Open Web ... (Bogomil Shopov) 3595 3596 ==The Bugzilla REST API== 3597 How you can [https://wiki.mozilla.org/Bugzilla:REST_API use it] to make your Mozilla life easier (Gerv Markham)</description> 3598 <persons> 3599 <person id="177">Gervase Markham</person> 3600 <person id="749">Kadir Topal</person> 3601 <person id="748">Bogomil Shopov</person> 3602 <person id="180">Ludovic Hirlimann</person> 3603 </persons> 3604 <links> 3605 </links> 3606 </event> 2668 3607 <event id="944"> 2669 <start>1 2:00</start>2670 <duration>0 1:00</duration>3608 <start>16:15</start> 3609 <duration>00:45</duration> 2671 3610 <room>H.1301</room> 2672 3611 <tag>moz_panel</tag> … … 2676 3615 <type>Podium</type> 2677 3616 <language>English</language> 2678 <abstract>A panel discussion. Topic TBD</abstract> 2679 <description></description> 2680 <persons> 3617 <abstract>A discussion on Mozilla's mission - from Firefox to Drumbeat.</abstract> 3618 <description></description> 3619 <persons> 3620 <person id="344">Tristan Nitot</person> 3621 <person id="473">Mark Surman</person> 2681 3622 <person id="747">Mitchell Baker</person> 2682 <person id="473">Mark Surman</person>2683 <person id="344">Tristan Nitot</person>2684 </persons>2685 <links>2686 </links>2687 </event>2688 <event id="945">2689 <start>14:00</start>2690 <duration>01:00</duration>2691 <room>H.1301</room>2692 <tag>moz_messaging</tag>2693 <title>Messaging + Thunderbird</title>2694 <subtitle></subtitle>2695 <track>Mozilla</track>2696 <type>Podium</type>2697 <language>English</language>2698 <abstract>tba</abstract>2699 <description></description>2700 <persons>2701 <person id="180">Ludovic Hirlimann</person>2702 </persons>2703 <links>2704 </links>2705 </event>2706 <event id="946">2707 <start>15:00</start>2708 <duration>01:00</duration>2709 <room>H.1301</room>2710 <tag>moz_lightningtalks</tag>2711 <title>Mozilla Lightning Talks</title>2712 <subtitle></subtitle>2713 <track>Mozilla</track>2714 <type>Podium</type>2715 <language>English</language>2716 <abstract>Lightning talks on the subject of Mozilla, by various speakers.</abstract>2717 <description>==Digitally signing email, why and how ?==2718 Introduction on digitally signing emails. How does it work. Why Should People sign their emails. Howto sign emails, live demo on how to get started (Ludovic Hirlimann)2719 2720 ==Why Mozilla Sucks==2721 What users [https://wiki.mozilla.org/User:Bogomil/WMS think about us] and how we can fix it or live with it (Bogomil Shopov)2722 2723 ==Online Communication in the Mozilla Project==2724 In virtual teams (like Mozilla) communication is as important as it is challenging. This talk will be about the importance of informal communication and how some of the groups within Mozilla handle it (Kadir Topal)</description>2725 <persons>2726 <person id="180">Ludovic Hirlimann</person>2727 <person id="748">Bogomil Shopov</person>2728 <person id="749">Kadir Topal</person>2729 3623 </persons> 2730 3624 <links> … … 2763 3657 <type>Podium</type> 2764 3658 <language>English</language> 2765 <abstract></abstract> 2766 <description></description> 2767 <persons> 2768 <person id="765">Gabor Szabo</person> 3659 <abstract>According to a report generated in 2007 less than 10% of the CPAN packages are redistributed by Debian and Fedora and much less by the other distributions.</abstract> 3660 <description>This is frustrating to the end user as they need to install many other packages directly from CPAN. Because they already have to install from CPAN they don't care asking the distributors to include those packages nor do they come and help packaging. Hence there are few packages.... 3661 3662 In this session we will try to break the vicious cycle of the chicken and the egg and find an improvement to the situation.</description> 3663 <persons> 3664 <person id="697">Gabor Szabo</person> 2769 3665 </persons> 2770 3666 <links> … … 2781 3677 <type>Podium</type> 2782 3678 <language>English</language> 2783 <abstract></abstract> 2784 <description></description> 3679 <abstract>For a casual user, editing configuration files in /etc in an intimidating task. Manually managing configuration upgrade is even worse as it requires good knowledge to merge current configuration data with new data coming from new packages. 3680 3681 Config::Model was designed to make user's life easier by providing a configuration GUI and handle configuration upgrades transparently.</abstract> 3682 <description>This presentation will explain how to provide these capabilities and will cover: 3683 * the main notions or Config::Model (config tree and model) 3684 * how to create a model 3685 * how to interface the model with the configuration files 3686 * how package and configuration upgrade is performed 3687 * how to specify upgrade feature in the configuration model</description> 2785 3688 <persons> 2786 3689 <person id="766">Dominique Dumont</person> 2787 3690 </persons> 2788 3691 <links> 3692 <link href="http://config-model.wiki.sourceforge.net/">Config::Model project site</link> 3693 <link href="http://wiki.debian.org/PackageConfigUpgrade">Package upgrade with Config::Model for Debian</link> 3694 <link href="http://search.cpan.org/~ddumont/">Config::Model on CPAN</link> 2789 3695 </links> 2790 3696 </event> … … 2859 3765 <type>Podium</type> 2860 3766 <language>English</language> 2861 <abstract></abstract> 2862 <description></description> 3767 <abstract>The OpenSuSE KIWI Image System provides a complete operating system image solution for Linux supported hardware platforms as well as for virtualisation systems like Xen, Qemu or VMware.</abstract> 3768 <description>The KIWI architecture was designed as a two level system. The first stage, based on a valid software package source, creates a so called physical extend according to the provided image description. The second stage creates from a required physical extend an operating system image. The result of the second stage is called a logical extend or short an image. 3769 3770 There are already a lot of projects using the KIWI image system today including the very popular SUSE Studio online appliance builder. 3771 3772 This talk briefly introduces the KIWI image system and shows how to create images based on distributions other than openSUSE.</description> 2863 3773 <persons> 2864 3774 <person id="769">Christopher Hofmann</person> 2865 3775 </persons> 2866 3776 <links> 3777 <link href="http://en.opensuse.org/Build_Service/KIWI">http://en.opensuse.org/Build_Service/KIWI</link> 3778 <link href="http://kiwi.berlios.de/">http://kiwi.berlios.de/</link> 2867 3779 </links> 2868 3780 </event> … … 2877 3789 <type>Podium</type> 2878 3790 <language>English</language> 2879 <abstract></abstract> 2880 <description></description> 3791 <abstract>Dracut is a generic, modular initramfs generation tool, that replaces mkinitrd and nash. Unlike existing initramfs’s, this is an attempt at having as little as possible hard-coded into the initramfs as possible.</abstract> 3792 <description>The initramfs has (basically) one purpose in life — getting the rootfs mounted so that we can transition to the real rootfs. This is all driven off of device availability. 3793 3794 Therefore, instead of scripts hard-coded to do various things, we depend on udev to create device nodes for us and then when we have the rootfs’s device node, we mount and carry on. Dracut is modular and very easy to extend and customize. 3795 3796 In this talk you will learn how Dracut works, how to extend Dracut with your own modules and identify problems in this early boot process.</description> 2881 3797 <persons> 2882 3798 <person id="770">Harald Hoyer</person> 2883 3799 </persons> 2884 3800 <links> 3801 <link href="http://sourceforge.net/projects/dracut/">http://sourceforge.net/projects/dracut/</link> 3802 <link href="https://apps.sourceforge.net/trac/dracut/wiki">https://apps.sourceforge.net/trac/dracut/wiki</link> 3803 <link href="http://dracut.git.sourceforge.net/">http://dracut.git.sourceforge.net/</link> 3804 <link href="https://fedoraproject.org/wiki/Dracut">https://fedoraproject.org/wiki/Dracut</link> 2885 3805 </links> 2886 3806 </event> … … 2907 3827 </room> 2908 3828 <room name="H.1308"> 3829 <event id="969"> 3830 <start>10:00</start> 3831 <duration>00:45</duration> 3832 <room>H.1308</room> 3833 <tag>dist_tx</tag> 3834 <title>Transactional Roll-backs and Upgrades</title> 3835 <subtitle></subtitle> 3836 <track>Distributions</track> 3837 <type>Podium</type> 3838 <language>English</language> 3839 <abstract>As part of the MANCOOSI project, looking to improve upon the upgrade process of packages, Caixa Mágica and several other European partners are researching and developing solutions for various, related topics of the package upgrade process. One aspect is that of looking at whether Roll-Back is feasible and what mechanisms are best for making this sort of approach work alongside existing package meta-installers.</abstract> 3840 <description>We will state what we define as Roll-Back and the associated problems of trying to achieve this process. To do this we investigate current state-of-the-art mechanisms available for 'Roll-Back' and configuration management and then state what our current methodology is for trying to tackle and achieve Roll-Back for our apt-rpm based distribution. We outline some of the decisions and assumptions that have been taken and indicate what the project members believe the outcome will be. 3841 3842 We will then invite questions from the audience to try and promote a few talking points.</description> 3843 <persons> 3844 <person id="760">John Thomson</person> 3845 </persons> 3846 <links> 3847 <link href="http://www.mancoosi.org/">MANCOOSI project</link> 3848 <link href="http://www.caixamagica.pt/">Caixa Mágica</link> 3849 </links> 3850 </event> 3851 <event id="964"> 3852 <start>10:45</start> 3853 <duration>00:45</duration> 3854 <room>H.1308</room> 3855 <tag>dist_youri</tag> 3856 <title>The youri project</title> 3857 <subtitle></subtitle> 3858 <track>Distributions</track> 3859 <type>Podium</type> 3860 <language>English</language> 3861 <abstract>YOURI stands for "Youri Offers an Upload & Repository Infrastucture". It aims to build tools making management of a coherent set of packages easier.</abstract> 3862 <description>Running a package distribution project involves a lot of tasks: 3863 * allow individual maintainers to upload packages in a central repository 3864 * create packages index for packages managers such as urpmi or yum 3865 * synchronise developement resources such as CVS or bugzilla 3866 * advertise new packages 3867 * sign packages numerically 3868 * check individual packages consistency 3869 * check global repository consistency 3870 * etc... 3871 3872 The quick'n'dirty approach of using a pile of dedicated shell scripts, with hardcoded distributer-specific policies, generally results quickly in a maintainance nightmare for admins and a discrepancy nightmare for users. YOURI aims to leverage those issues by providing a generic package management framework, focused on code reusability and modularity.</description> 3873 <persons> 3874 <person id="758">Guillaume Rousse</person> 3875 </persons> 3876 <links> 3877 </links> 3878 </event> 3879 <event id="965"> 3880 <start>11:30</start> 3881 <duration>00:45</duration> 3882 <room>H.1308</room> 3883 <tag>dist_opensuse_buildservice</tag> 3884 <title>Cross-distro packaging experience with the openSUSE Buildservice</title> 3885 <subtitle></subtitle> 3886 <track>Distributions</track> 3887 <type>Podium</type> 3888 <language>English</language> 3889 <abstract></abstract> 3890 <description></description> 3891 <persons> 3892 <person id="134">Adrian Schroeter</person> 3893 </persons> 3894 <links> 3895 </links> 3896 </event> 3897 <event id="966"> 3898 <start>12:15</start> 3899 <duration>00:45</duration> 3900 <room>H.1308</room> 3901 <tag>dist_debian_shlibs</tag> 3902 <title>Shared libraries in Debian</title> 3903 <subtitle></subtitle> 3904 <track>Distributions</track> 3905 <type>Podium</type> 3906 <language>English</language> 3907 <abstract></abstract> 3908 <description></description> 3909 <persons> 3910 <person id="618">Sune Vuorela</person> 3911 </persons> 3912 <links> 3913 </links> 3914 </event> 3915 <event id="967"> 3916 <start>13:00</start> 3917 <duration>00:45</duration> 3918 <room>H.1308</room> 3919 <tag>dist_deps</tag> 3920 <title>Cross-distro dependency resolution: reusing solvers among distros</title> 3921 <subtitle></subtitle> 3922 <track>Distributions</track> 3923 <type>Podium</type> 3924 <language>English</language> 3925 <abstract>All distributions use some kind of meta-data describing relationships between packages such as Dependencies, Conflicts, Virtual Packages, etc. Existing package managers are often specific to a packaging format, or even use implicit assumptions on the meaning of package relations in the context of a distribution.</abstract> 3926 <description>This talk addresses the issue of how we can overcome this seclusion by resolving inter-package relations in a way that is independent from a specific distribution. 3927 3928 We will present CUDF (Common Upgradeability Description Format) which permits to encode upgrade scenarios coming from different packaging systems, including in particular .deb-based and .rpm-based distributions. The format comes with a clear semantics which makes it possible to share resolution tools among distributions, and to adapt general-purpose solvers to the needs of FLOSS distributions. 3929 3930 We also show how, in the context of the Mancoosi project, we are using the CUDF format to improve the solving abilities of state-of-the-art package managers in distributions such as Debian, Mandriva, and Caixa Magica.</description> 3931 <persons> 3932 <person id="759">Stefano Zacchiroli</person> 3933 </persons> 3934 <links> 3935 </links> 3936 </event> 3937 <event id="1116"> 3938 <start>13:45</start> 3939 <duration>00:45</duration> 3940 <room>H.1308</room> 3941 <tag>dist_debian_ubuntu</tag> 3942 <title>Debian and Ubuntu</title> 3943 <subtitle></subtitle> 3944 <track>Distributions</track> 3945 <type>Podium</type> 3946 <language>English</language> 3947 <abstract>* Ubuntu development process and how it relates to Debian 3948 * Current state of Debian/Ubuntu relationships 3949 * Future</abstract> 3950 <description></description> 3951 <persons> 3952 <person id="152">Lucas Nussbaum</person> 3953 </persons> 3954 <links> 3955 </links> 3956 </event> 3957 <event id="968"> 3958 <start>14:45</start> 3959 <duration>00:45</duration> 3960 <room>H.1308</room> 3961 <tag>dist_tx_pkg</tag> 3962 <title>Transactionally Protected Package Management</title> 3963 <subtitle></subtitle> 3964 <track>Distributions</track> 3965 <type>Podium</type> 3966 <language>English</language> 3967 <abstract>The talk will describe current development efforts @rpm5.org to add ACID properties to RPM package management.</abstract> 3968 <description>All operations involved in installing a package, not only the package metadata, but also the system calls, content, and scripts run by RPM will be logged within a transaction using a two-phase apply -> commit/abort so that all RPM operations can become stateless and invertible. 3969 3970 The talk will specifically focus on and overview of the log management tools and the rpmdb schema changes necessary to use Berkeley DB ACID and transactional log extensions to add ACID properties to RPM package management. 3971 3972 Connections with the parallel Mancoosi WP3 efforts to model/simulate package script behavior using a Domain Specific Language will also be described, time permitting.</description> 3973 <persons> 3974 <person id="187">Jeff Johnson</person> 3975 </persons> 3976 <links> 3977 </links> 3978 </event> 2909 3979 <event id="963"> 2910 <start>1 0:00</start>3980 <start>15:30</start> 2911 3981 <duration>00:45</duration> 2912 3982 <room>H.1308</room> … … 2917 3987 <type>Podium</type> 2918 3988 <language>English</language> 2919 <abstract></abstract> 2920 <description></description> 3989 <abstract>With the increasing role of FLOSS in enterprise, some development techniques linked to it also know a momentum. Continuous integration (shared sources repository, automatic build, automatic test) is such an example. The new process called continuous packaging should still be promoted and developed as best practice for industry. 3990 3991 Project-Builder.org is a new GPL v2 tool designed to help projects developers producing easily packages for multiple OS and architectures, on a regular basis, from a single source repository.</abstract> 3992 <description>90% of users and admins prefer to install packages rather than tar files or content from a [D]VCS. But packages don't necessarily follow the development stream of projects, to package alpha, beta. Giving the possibility for projects to distribute seamlessly packages for whatever step of their development is clearly a gain for the whole community. 3993 3994 The various aspects covered by the tool are: 3995 * only produce software packages (ease integration in deployment severs, provide inheritance mecanisms, and Virtual Machines (VM) or Environments (VE)) 3996 * ease the various steps of solution life cycle (controlled ipact of installation/uninstallation, dependencies management, identical deliveries up to the customer, announce management, web site delivery, metadata management) 3997 * help new projects in the provisioning of packages (templates and skeletons for the various supported OS, generated structure, help in VM/VE build) 3998 * Avoid code or metadata duplication, as well as has no impact on the original project (macro system, separate repository) 3999 * Neutral in term of Unix environment (repository, system, package type agnostic) 4000 4001 These features help reducing the development cost by providing a process, method and tools to realize continuous packaging during the whole project life cycle. 4002 Today the tool supports: 4003 * Multiple repository (none - aka tar balls, SVN, CVS, Git, Mercurial, SVK...) 4004 * Multiple systems ((RPM Linux - Red Hat, openSUSE, Mandriva, ..., deb Linux - Debian, Ubuntu, ..., ebuild - Gentoo, pkg Solaris/OpenSolaris, ...) 4005 * Multiple build environments (local, VM - QEMU, KVM, ..., VE - mock, rinse, pbuilder, ...) 4006 * Multiple repository manager (yum, urpmi, apt, ...) 4007 and this at various phasis (development, test, integration, delivery) 4008 4009 It aims at becoming a tools for the vcs-pkg.org initiative 4010 It's today used for projects as diverse as FOSSology, MondoRescue, LinuxCOE, GOsa², itself, ... 4011 4012 The presentation will describe the needs of the various people around a FLOSS project (user, admin, developer, packager), how packaging is a must have in the project, why package early, package often is the right mantra, and how Project-Builder.org can help them all achieve those goals.</description> 2921 4013 <persons> 2922 4014 <person id="757">Bruno Cornec</person> 2923 4015 </persons> 2924 4016 <links> 2925 </links>2926 </event>2927 <event id="964">2928 <start>10:45</start>2929 <duration>00:45</duration>2930 <room>H.1308</room>2931 <tag>dist_youri</tag>2932 <title>The youri project</title>2933 <subtitle></subtitle>2934 <track>Distributions</track>2935 <type>Podium</type>2936 <language>English</language>2937 <abstract></abstract>2938 <description></description>2939 <persons>2940 <person id="758">Guillaume Rousse</person>2941 </persons>2942 <links>2943 </links>2944 </event>2945 <event id="965">2946 <start>11:30</start>2947 <duration>00:45</duration>2948 <room>H.1308</room>2949 <tag>dist_opensuse_buildservice</tag>2950 <title>Cross-distro packaging experience with the openSUSE Buildservice</title>2951 <subtitle></subtitle>2952 <track>Distributions</track>2953 <type>Podium</type>2954 <language>English</language>2955 <abstract></abstract>2956 <description></description>2957 <persons>2958 <person id="134">Adrian Schroeter</person>2959 </persons>2960 <links>2961 </links>2962 </event>2963 <event id="966">2964 <start>12:15</start>2965 <duration>00:45</duration>2966 <room>H.1308</room>2967 <tag>dist_debian_shlibs</tag>2968 <title>Shared libraries in Debian</title>2969 <subtitle></subtitle>2970 <track>Distributions</track>2971 <type>Podium</type>2972 <language>English</language>2973 <abstract></abstract>2974 <description></description>2975 <persons>2976 <person id="618">Sune Vuorela</person>2977 </persons>2978 <links>2979 </links>2980 </event>2981 <event id="967">2982 <start>13:00</start>2983 <duration>00:45</duration>2984 <room>H.1308</room>2985 <tag>dist_deps</tag>2986 <title>Cross-distro dependency resolution: reusing solvers among distros</title>2987 <subtitle></subtitle>2988 <track>Distributions</track>2989 <type>Podium</type>2990 <language>English</language>2991 <abstract>All distributions use some kind of meta-data describing relationships between packages such as Dependencies, Conflicts, Virtual Packages, etc. Existing package managers are often specific to a packaging format, or even use implicit assumptions on the meaning of package relations in the context of a distribution.</abstract>2992 <description>This talk addresses the issue of how we can overcome this seclusion by resolving inter-package relations in a way that is independent from a specific distribution.2993 2994 We will present CUDF (Common Upgradeability Description Format) which permits to encode upgrade scenarios coming from different packaging systems, including in particular .deb-based and .rpm-based distributions. The format comes with a clear semantics which makes it possible to share resolution tools among distributions, and to adapt general-purpose solvers to the needs of FLOSS distributions.2995 2996 We also show how, in the context of the Mancoosi project, we are using the CUDF format to improve the solving abilities of state-of-the-art package managers in distributions such as Debian, Mandriva, and Caixa Magica.</description>2997 <persons>2998 <person id="759">Stefano Zacchiroli</person>2999 </persons>3000 <links>3001 </links>3002 </event>3003 <event id="968">3004 <start>14:45</start>3005 <duration>00:45</duration>3006 <room>H.1308</room>3007 <tag>dist_tx_pkg</tag>3008 <title>Transactionally Protected Package Management</title>3009 <subtitle></subtitle>3010 <track>Distributions</track>3011 <type>Podium</type>3012 <language>English</language>3013 <abstract></abstract>3014 <description></description>3015 <persons>3016 <person id="187">Jeff Johnson</person>3017 </persons>3018 <links>3019 </links>3020 </event>3021 <event id="969">3022 <start>15:30</start>3023 <duration>00:45</duration>3024 <room>H.1308</room>3025 <tag>dist_tx</tag>3026 <title>Transactional Roll-backs and Upgrades</title>3027 <subtitle></subtitle>3028 <track>Distributions</track>3029 <type>Podium</type>3030 <language>English</language>3031 <abstract>As part of the MANCOOSI project, looking to improve upon the upgrade process of packages, Caixa Mágica and several other European partners are researching and developing solutions for various, related topics of the package upgrade process. One aspect is that of looking at whether Roll-Back is feasible and what mechanisms are best for making this sort of approach work alongside existing package meta-installers.</abstract>3032 <description>We will state what we define as Roll-Back and the associated problems of trying to achieve this process. To do this we investigate current state-of-the-art mechanisms available for 'Roll-Back' and configuration management and then state what our current methodology is for trying to tackle and achieve Roll-Back for our apt-rpm based distribution. We outline some of the decisions and assumptions that have been taken and indicate what the project members believe the outcome will be.3033 3034 We will then invite questions from the audience to try and promote a few talking points.</description>3035 <persons>3036 <person id="760">John Thomson</person>3037 </persons>3038 <links>3039 <link href="http://www.mancoosi.org/">MANCOOSI project</link>3040 <link href="http://www.caixamagica.pt/">Caixa Mágica</link>3041 4017 </links> 3042 4018 </event> … … 3076 4052 <description></description> 3077 4053 <persons> 4054 <person id="95">Bart Coppens</person> 3078 4055 <person id="130">Christophe Fergeau</person> 3079 <person id="95">Bart Coppens</person>3080 4056 </persons> 3081 4057 <links> … … 3095 4071 <description>I will start the presentation with an introduction of both projects and how they are designed from ground-up for both desktop and mobile environments. After that I will introduce the existing and planed features. I will then introduce the plugin API of Rygel with the help of a Sample plugin, followed by a demo and Q&A session in the end.</description> 3096 4072 <persons> 3097 <person id=" 733">Zeeshan Ali</person>4073 <person id="374">Zeeshan Ali</person> 3098 4074 </persons> 3099 4075 <links> … … 3125 4101 </links> 3126 4102 </event> 4103 <event id="1114"> 4104 <start>11:45</start> 4105 <duration>00:45</duration> 4106 <room>H.1309</room> 4107 <tag>xd_desktopcouch</tag> 4108 <title>Make your users happy, "cloudify" your app with desktopcouch</title> 4109 <subtitle></subtitle> 4110 <track>CrossDesktop</track> 4111 <type>Podium</type> 4112 <language>English</language> 4113 <abstract>There is growing number on devices running Linux and your applications have to adapt to this new environment, using desktopcouch will allow your application to replicate your uses preferences and data over their devices with little development time.</abstract> 4114 <description>In this dev-talk you will learn how to use desktopcouch as the data back-end of your software. 4115 4116 The talk will focus on: 4117 * Records: What are they and how to work with them and reuse existing ones. 4118 * CRUD operations using desktopcouch. 4119 * Views: A look into views in CouchDb and how are those managed in desktopcouch. 4120 * Use CouchGrid as a way to create TreeView for you UI. 4121 4122 All of the above will be described through a practical exercise using python and PyGTK.</description> 4123 <persons> 4124 <person id="854">Manuel de la Peña</person> 4125 </persons> 4126 <links> 4127 <link href="https://launchpad.net/desktopcouch">https://launchpad.net/desktopcouch</link> 4128 <link href="http://www.freedesktop.org/wiki/Specifications/desktopcouch">http://www.freedesktop.org/wiki/Specifications/desktopcouch</link> 4129 <link href="http://www.understated.co.uk/2009/starting-out-with-desktop-couch/">http://www.understated.co.uk/2009/starting-out-with-desktop-couch/</link> 4130 </links> 4131 </event> 3127 4132 <event id="915"> 3128 4133 <start>13:00</start> … … 3140 4145 There will be time left for questions and discussion. It is expected the audience will be technically skilled, and possess a comprehensive understanding of package management.</description> 3141 4146 <persons> 3142 <person id="729">Richard Hug ues</person>4147 <person id="729">Richard Hughes</person> 3143 4148 </persons> 3144 4149 <links> … … 3150 4155 <room>H.1309</room> 3151 4156 <tag>xd_nepomuk_sparql</tag> 3152 <title>Nepomuk/SPARQL</title> 3153 <subtitle></subtitle> 3154 <track>GNOME</track> 3155 <type>Podium</type> 3156 <language>English</language> 3157 <abstract>The Nepomuk desktop ontologies, our most recent enhancements to our SPARQL support (for example subqueries), glib-sparql, write back support and perhaps also libqttracker (which is a Qt library, but it's a very nice API to look at for building client libraries like glib-sparql).</abstract> 3158 <description></description> 3159 <persons> 4157 <title>The Semantic Desktop, SPARQL and You!</title> 4158 <subtitle></subtitle> 4159 <track>CrossDesktop</track> 4160 <type>Podium</type> 4161 <language>English</language> 4162 <abstract>You've probably heard about the Semantic Web and the Semantic Desktop. But what lies behind the buzzwords? Let's look together at at effective examples, running code and actual applications. Be inspired, tame the sparql beast and join the future of desktop computing!</abstract> 4163 <description>We will demonstrate: 4164 * "Daily Catchup", which uses Tracker to mash together feeds from Facebook, Twitter and Flickr 4165 * Solang, a photo browser built on SPARQL 4166 * FSter, a FUSE file system to browse files by their metadata information 4167 * Gnome Activity Journal: see what you did when.</description> 4168 <persons> 4169 <person id="808">Roberto Guido</person> 4170 <person id="772">Rob Taylor</person> 3160 4171 <person id="116">Philip Van Hoof</person> 3161 <person id="772">Rob Taylor</person> 3162 </persons> 3163 <links> 4172 </persons> 4173 <links> 4174 <link href="http://projects.gnome.org/solang">Solang</link> 4175 <link href="http://gitorious.org/itsme/fster">FSter</link> 4176 <link href="http://labs.codethink.co.uk">Daily Catchup</link> 4177 <link href="http://seilo.geekyogre.com/2010/01/gaj-not-just-mockups/">Gnome Activity Journal</link> 3164 4178 </links> 3165 4179 </event> … … 3193 4207 <language>English</language> 3194 4208 <abstract>From the SyncML Protocol to Free and Open Implementations</abstract> 3195 <description>Data synchronization is still mostly a missing piece in the free desktop puzzle: solutions that are reliable and ready for the mythical Average User just aren't available. This talk presents the SyncML protocol, introduces the Synthesis SyncML engine (developed since 2000, open sourced 2009) and outlines how SyncEvolution is used as the synchronization solution in Moblin, GNOME and other Linux desktop systems - stay tuned for more news about this.</description>4209 <description>Data synchronization is still mostly a missing piece in the free desktop puzzle: solutions that are reliable and ready for the mythical Average User just aren't available. This talk presents the SyncML protocol, introduces the Synthesis SyncML engine (developed since 2000, open sourced 2009) and outlines how SyncEvolution is used as the synchronization solution in Moblin, GNOME and other Linux desktop systems. This is intended to be a technical talk with time for discussion. For a more end-user oriented project presentation, attend the Lightning Talk on Saturday, 18h00.</description> 3196 4210 <persons> 3197 4211 <person id="704">Patrick Ohly</person> 4212 </persons> 4213 <links> 4214 </links> 4215 </event> 4216 <event id="1078"> 4217 <start>16:00</start> 4218 <duration>00:45</duration> 4219 <room>H.1309</room> 4220 <tag>xd_aegis</tag> 4221 <title>Open Accessibility Everywhere: software from AEGIS</title> 4222 <subtitle></subtitle> 4223 <track>CrossDesktop</track> 4224 <type>Podium</type> 4225 <language>English</language> 4226 <abstract>[http://www.aegis-project.eu/ AEGIS] is a European Commission funded project to embed accessibility into mainstream software.</abstract> 4227 <description>Open source desktops have a head start with regard to accessibility, and we demonstrate some of the projects we are working on: 4228 * A web-cam based gesture switch - smile to click a button :-) 4229 * A "concept coding" plugin for openoffice for symbol based communication 4230 * [http://www.inference.phy.cam.ac.uk/dasher/ Dasher] - that familiar from the GNOME desktop</description> 4231 <persons> 4232 <person id="825">Patrick Welche</person> 3198 4233 </persons> 3199 4234 <links> … … 3215 4250 <description></description> 3216 4251 <persons> 4252 <person id="774">Stéphane Delcroix</person> 3217 4253 <person id="773">Ruben Vermeersch</person> 3218 <person id="774">Stéphane Delcroix</person>3219 4254 </persons> 3220 4255 <links> … … 3425 4460 <description></description> 3426 4461 <persons> 4462 <person id="774">Stéphane Delcroix</person> 3427 4463 <person id="773">Ruben Vermeersch</person> 3428 <person id="774">Stéphane Delcroix</person>3429 4464 </persons> 3430 4465 <links> … … 3434 4469 <room name="H.2214"> 3435 4470 <event id="1046"> 3436 <start>09: 45</start>4471 <start>09:00</start> 3437 4472 <duration>00:15</duration> 3438 4473 <room>H.2214</room> … … 3451 4486 </links> 3452 4487 </event> 4488 <event id="1097"> 4489 <start>09:15</start> 4490 <duration>00:45</duration> 4491 <room>H.2214</room> 4492 <tag>drupal_views3</tag> 4493 <title>Views 3</title> 4494 <subtitle></subtitle> 4495 <track>Drupal</track> 4496 <type>Podium</type> 4497 <language>English</language> 4498 <abstract>With Views 3 there was a chance to clean up the code a bit and implement cool new features. For example group-by support or OR.</abstract> 4499 <description></description> 4500 <persons> 4501 <person id="845">Daniel Wehner</person> 4502 </persons> 4503 <links> 4504 <link href="http://drupal.org/project/views">http://drupal.org/project/views</link> 4505 </links> 4506 </event> 3453 4507 <event id="1038"> 3454 4508 <start>10:00</start> … … 3461 4515 <type>Podium</type> 3462 4516 <language>English</language> 3463 <abstract>Implementing AHAH (Asynchronous HTML and HTTP) requires some Form API 3464 voodoo to get it done right. At first instance it can be hard to get a 3465 grasp at the concepts of AHAH. If you're a novice to AHAH, it's really 3466 easy to implement it wrong and hurt the Form API.</abstract> 3467 <description>Wim Leers' AHAH 3468 helper module simplifies the implementation and with his Hierarchical 3469 Select module AHAH can be taken even further. This presentation wraps 3470 up everything AHAH.</description> 4517 <abstract>Implementing AHAH (Asynchronous HTML and HTTP) requires some Form API voodoo to get it done right. At first instance it can be hard to get a grasp at the concepts of AHAH. If you're a novice to AHAH, it's really easy to implement it wrong and hurt the Form API.</abstract> 4518 <description>Wim Leers' AHAH helper module simplifies the implementation and with his Hierarchical Select module AHAH can be taken even further. This presentation wraps up everything AHAH.</description> 3471 4519 <persons> 3472 4520 <person id="800">Matthias Vandermaesen</person> … … 3485 4533 <type>Podium</type> 3486 4534 <language>English</language> 3487 <abstract>Practical presentation on making a mobile device friendly version of 3488 your Drupal site.</abstract> 3489 <description>The presentation is non-technical, and covers mainly 3490 configuration and a little bit of css.</description> 4535 <abstract>Practical presentation on making a mobile device friendly version of your Drupal site.</abstract> 4536 <description>The presentation is non-technical, and covers mainly configuration and a little bit of css.</description> 3491 4537 <persons> 3492 4538 <person id="801">Simon Elliot</person> … … 3624 4670 </persons> 3625 4671 <links> 4672 </links> 4673 </event> 4674 <event id="1098"> 4675 <start>16:30</start> 4676 <duration>00:45</duration> 4677 <room>H.2214</room> 4678 <tag>drupal_semantic</tag> 4679 <title>Drupal and the semantic web</title> 4680 <subtitle></subtitle> 4681 <track>Drupal</track> 4682 <type>Podium</type> 4683 <language>English</language> 4684 <abstract>As of Drupal 7 will use RDFa markup in core, in this session I will: 4685 * explain what the implications are of this and why this matters 4686 * give a short introduction to the Semantic web, RDF, RDFa and SPARQL in human language 4687 * give a short overview of the RDF modules that are available in contrib 4688 * talk about some of the potential use cases of all these magical technologies</abstract> 4689 <description></description> 4690 <persons> 4691 <person id="846">Kristof van Tomme</person> 4692 </persons> 4693 <links> 4694 <link href="http://www.slideshare.net/kvantomme/semantic-web-and-drupal-an-introduction">http://www.slideshare.net/kvantomme/semantic-web-and-drupal-an-introduction</link> 3626 4695 </links> 3627 4696 </event> … … 3764 4833 </links> 3765 4834 </event> 4835 <event id="1099"> 4836 <start>12:45</start> 4837 <duration>00:15</duration> 4838 <room>AW1.105</room> 4839 <tag>altos_flashrom</tag> 4840 <title>Porting challenge: Flashrom, the universal flash tool</title> 4841 <subtitle></subtitle> 4842 <track>Alt-OS</track> 4843 <type>Podium</type> 4844 <language>English</language> 4845 <abstract>Flashrom is the open source utility of choice to read and write flash chips and a real porting challenge because it needs full hardware access from userspace.</abstract> 4846 <description>Some say that only X.org needs a similar level of hardware access. Flashrom is working under Linux, *BSD, OpenSolaris, Mac 4847 OS X and Windows (somewhat) and people use it to reflash BIOSes, graphics/network/SATA cards, a game console and to control a boatload of external flash programmers. 4848 4849 This talk gives a short overview of flashrom and its architecture, and then goes into detail about the work needed to port it to your favourite OS.</description> 4850 <persons> 4851 <person id="797">Carl-Daniel Hailfinger</person> 4852 </persons> 4853 <links> 4854 </links> 4855 </event> 3766 4856 <event id="926"> 3767 4857 <start>13:00</start> … … 4037 5127 We will also discuss the project status, our current work and what can be expected in 2010.</description> 4038 5128 <persons> 5129 <person id="793">David Chisnall</person> 4039 5130 <person id="93">Quentin Mathé</person> 4040 <person id="793">David Chisnall</person>4041 5131 </persons> 4042 5132 <links> … … 4182 5272 <type>Podium</type> 4183 5273 <language>English</language> 4184 <abstract>tba</abstract> 4185 <description></description> 5274 <abstract>An introduction to the NoSQL scene: the subfamilies, the projects, as well as their advantages & drawbacks compared to each other or traditional SQL systems.</abstract> 5275 <description>1. 40 years in the desert: yes, the relational model is actually celebrating its [http://portal.acm.org/citation.cfm?id=362685 40th birthday] this year. Let's take an unbiased look about what’s great and not-so-great about it. 5276 5277 2. A not-so-novel idea: precursors & roots of NoSQL systems from the 70s to the 00s. NoSQL projects are not just defined in opposition to SQL; they come from approaches as old or sometimes older than the relational model itself. 5278 5279 3. The odd couple family: why those very separate projects, efforts and models have been grouped together under one brand in the public’s mind. Plus, a possible categorization of the sub-families within the movement. 5280 5281 4. “What's in a name? That which we call a NoSQL system, by any other name would be as frackin’ sweet”: Obligatory, rapid mention of the controversy around the name and why nobody should care. 5282 5283 5. SQL vs. NoSQL, Live from... THE THUNDERDOME: a breakdown of where NoSQL sub-families tend to shine (and where SQL should probably be used instead.) 5284 5285 6. It's Alive: production examples of NoSQL systems. 5286 5287 7. (If time allows.) The road ahead: future developments, business development possibilities, missing approaches & projects.</description> 4186 5288 <persons> 4187 5289 <person id="784">Tim Anglade</person> … … 4685 5787 </room> 4686 5788 <room name="AW1.124"> 5789 <event id="1107"> 5790 <start>09:00</start> 5791 <duration>00:30</duration> 5792 <room>AW1.124</room> 5793 <tag>openmoko_history</tag> 5794 <title>Openmoko: 20 Minutes of history</title> 5795 <subtitle></subtitle> 5796 <track>Openmoko</track> 5797 <type>Podium</type> 5798 <language>English</language> 5799 <abstract>This presentation gives a short overview about how it came to the Openmoko project its successes and its failures.</abstract> 5800 <description></description> 5801 <persons> 5802 <person id="171">Michael Lauer</person> 5803 </persons> 5804 <links> 5805 </links> 5806 </event> 5807 <event id="1108"> 5808 <start>09:30</start> 5809 <duration>00:45</duration> 5810 <room>AW1.124</room> 5811 <tag>openmoko_android</tag> 5812 <title>Android on Freerunner</title> 5813 <subtitle></subtitle> 5814 <track>Openmoko</track> 5815 <type>Podium</type> 5816 <language>English</language> 5817 <abstract>Android on Freerunner: Past, present and future of porting Android on the Openmoko Freerunner GTA02</abstract> 5818 <description>The Android on Freerunner project aims at porting Android to the Openmoko Freerunner GTA02. The current working release is based on the work done by Koolu for Android Cupcake and includes patches by the community. 5819 5820 In this talk, the project background is explained. A few words are dedicated to the Openmoko Freerunner and why it's considered as a true open phone. We will present the overview of the current functionalities of Android on the Freerunner. 5821 5822 Looking at the roadmap, we cast some light on the short term and longer term objectives. 5823 5824 This will a great opportunity to meet the people behind the project and see Android on the Freerunner in action.</description> 5825 <persons> 5826 <person id="851">Niels Heyvaert</person> 5827 </persons> 5828 <links> 5829 </links> 5830 </event> 5831 <event id="1109"> 5832 <start>10:15</start> 5833 <duration>00:45</duration> 5834 <room>AW1.124</room> 5835 <tag>openmoko_freesmartphone</tag> 5836 <title>Freesmartphone.org: DBus-Middleware for mobile devices</title> 5837 <subtitle></subtitle> 5838 <track>Openmoko</track> 5839 <type>Podium</type> 5840 <language>English</language> 5841 <abstract>This presentation gives a look about the freesmartphone.org mobile device middleware, its services, its target platforms, and how it can be used easily on the command line.</abstract> 5842 <description></description> 5843 <persons> 5844 <person id="171">Michael Lauer</person> 5845 </persons> 5846 <links> 5847 </links> 5848 </event> 5849 <event id="1110"> 5850 <start>11:00</start> 5851 <duration>00:30</duration> 5852 <room>AW1.124</room> 5853 <tag>openmoko_shr</tag> 5854 <title>SHR: A FSO based Openembedded distribution</title> 5855 <subtitle></subtitle> 5856 <track>Openmoko</track> 5857 <type>Podium</type> 5858 <language>English</language> 5859 <abstract>SHR is currently the most popular distribution for the OpenMoko FreeRunner and intends to be successful on other devices too. SHR uses E17 as UI, is build around the telephone API of freesmartphone.org and is build with the build-framework from openembedded.org.</abstract> 5860 <description>SHR is a community driven GNU/Linux distribution for smartphones. It currently targets Openmoko models Neo 1973 and Neo FreeRunner, but is not designed for these only.</description> 5861 <persons> 5862 <person id="852">Thomas Zimmermann</person> 5863 </persons> 5864 <links> 5865 </links> 5866 </event> 5867 <event id="1111"> 5868 <start>11:30</start> 5869 <duration>00:30</duration> 5870 <room>AW1.124</room> 5871 <tag>openmoko_hackable_1</tag> 5872 <title>hackable:1, a Debian/Gnome distribution for hackable devices</title> 5873 <subtitle></subtitle> 5874 <track>Openmoko</track> 5875 <type>Podium</type> 5876 <language>English</language> 5877 <abstract>hackable:1 intends to implement the Gnome Mobile platform with a Debian base on embedded phones.</abstract> 5878 <description>The Openmoko is the currently the most open phone and therefore the first platform hackable:1 runs on.</description> 5879 <persons> 5880 <person id="853">David Wagner</person> 5881 </persons> 5882 <links> 5883 </links> 5884 </event> 4687 5885 <event id="1034"> 4688 5886 <start>13:00</start> … … 4822 6020 </links> 4823 6021 </event> 6022 <event id="1047"> 6023 <start>13:15</start> 6024 <duration>00:30</duration> 6025 <room>AW1.125</room> 6026 <tag>java_arm</tag> 6027 <title>The ARM Optimised Interpreter and Thumb2 JIT</title> 6028 <subtitle></subtitle> 6029 <track>Free Java</track> 6030 <type>Podium</type> 6031 <language>English</language> 6032 <abstract>The ARM architecture in constrained devices such as smartphones and low end netbooks presents unique challenges for the VM writer. The ARM Optimised Interpreter delivers performance improvement of up to five times the C interpreter in the OpenJDK Zero port while maintaining smooth performance throughout. This talk looks at the techniques used and explores how they could be extended to other architectures. 6033 6034 The second part of the talk will look inside the Thumb2 JIT. The principle design goal of the Thumb2 JIT was to optimise time of first execution rather than peak performance. As such the design goals were to produce a JIT giving very fast compile time while generating reasonable and compact code.</abstract> 6035 <description>The ARM architecture is typically used in constrained devices such as smartphones and low end netbooks. Typically a constrained device has 6036 * Single, not multiple core 6037 * Relatively fast core speed (800MHz) 6038 * Small primary cache (32K I+D) 6039 * Small secondary cache 6040 * Slow memory system (typically 300nS) 6041 * Small memory system (typically 512M) 6042 6043 This means that the system is almost completely constrained by the memory system. A single cache miss can cost up to 270 cycles. 6044 6045 This presents particular challenges for the VM writer. A traditional JIT solution may not offer the best performance because of cache trashing. For larger applications the interpreter may actually offer better performance than a JIT. 6046 6047 Over the past year I have been working on a project to improve the Java performance on these devices. I have implemented this by writing an optimised ARM Interpreter in hand crafted ARM assembler and coupling this with a Thumb2 JIT which interacts quickly and seamlessly with the interpreter.</description> 6048 <persons> 6049 <person id="807">Edward Nevill</person> 6050 </persons> 6051 <links> 6052 <link href="http://mint.camswl.com/openjdk.htm">http://mint.camswl.com/openjdk.htm</link> 6053 </links> 6054 </event> 4824 6055 <event id="876"> 4825 6056 <start>15:00</start> … … 4859 6090 </links> 4860 6091 </event> 6092 <event id="1060"> 6093 <start>16:30</start> 6094 <duration>00:15</duration> 6095 <room>AW1.125</room> 6096 <tag>java_icedtea_plugin</tag> 6097 <title>IcedTea NP Plugin: the next generation Open Source Java Plugin</title> 6098 <subtitle></subtitle> 6099 <track>Free Java</track> 6100 <type>Podium</type> 6101 <language>English</language> 6102 <abstract>Removal of OJI from Gecko has made it necessary to re-write the current IcedTea Plugin. The new IcedTea NP Plugin uses the newer, preferred NPRuntime API. It solves many of the issues surrounding the old plugin.</abstract> 6103 <description>This talk will focus on the features of the new plugin, and it's advantages over the old one.</description> 6104 <persons> 6105 <person id="560">Deepak Bhole</person> 6106 </persons> 6107 <links> 6108 </links> 6109 </event> 4861 6110 </room> 4862 6111 <room name="AW1.126"> 6112 <event id="1100"> 6113 <start>10:00</start> 6114 <duration>00:45</duration> 6115 <room>AW1.126</room> 6116 <tag>bsd_freebsd</tag> 6117 <title>Introduction to FreeBSD</title> 6118 <subtitle></subtitle> 6119 <track>BSD</track> 6120 <type>Podium</type> 6121 <language>English</language> 6122 <abstract>If you never heard of FreeBSD or want to know what it's all about this talk is for you.</abstract> 6123 <description>The speaker will touch topics like the differences and similarities between Linux and FreeBSD, FreeBSD's project model and unique features which make FreeBSD a great operating system.</description> 6124 <persons> 6125 <person id="416">Marius Nünnerich</person> 6126 </persons> 6127 <links> 6128 </links> 6129 </event> 6130 <event id="1101"> 6131 <start>11:00</start> 6132 <duration>00:45</duration> 6133 <room>AW1.126</room> 6134 <tag>bsd_newcons</tag> 6135 <title>The Newcons Project</title> 6136 <subtitle></subtitle> 6137 <track>BSD</track> 6138 <type>Podium</type> 6139 <language>English</language> 6140 <abstract>Last year I gave a talk on the state of FreeBSD's console driver called syscons. Since then I've started working on a new console driver architecture for the kernel, which I'm hoping will be finished before FreeBSD 9.0.</abstract> 6141 <description>This talk will describe how the new console driver is implemented and will highlight some of its key features, such as exclusive support for UTF-8 and reduced graphics I/O.</description> 6142 <persons> 6143 <person id="633">Ed Schouten</person> 6144 </persons> 6145 <links> 6146 </links> 6147 </event> 6148 <event id="1102"> 6149 <start>12:00</start> 6150 <duration>00:45</duration> 6151 <room>AW1.126</room> 6152 <tag>bsd_autotools</tag> 6153 <title>Building systems with autotools and libtool</title> 6154 <subtitle></subtitle> 6155 <track>BSD</track> 6156 <type>Podium</type> 6157 <language>English</language> 6158 <abstract>This talk is an introduction how to create portable build systems with autotools.</abstract> 6159 <description>The speaker will explain the required steps with an example project. 6160 6161 The second part is about why self-made makefiles often are worse than the auto generated ones.</description> 6162 <persons> 6163 <person id="417">Benny Siegert</person> 6164 </persons> 6165 <links> 6166 </links> 6167 </event> 6168 <event id="1103"> 6169 <start>13:00</start> 6170 <duration>00:45</duration> 6171 <room>AW1.126</room> 6172 <tag>bsd_debugging</tag> 6173 <title>Debugging the FreeBSD kernel for dummies</title> 6174 <subtitle></subtitle> 6175 <track>BSD</track> 6176 <type>Podium</type> 6177 <language>English</language> 6178 <abstract>FreeBSD aims to provide a high-quality modern operating system, however adding new features inevitably introduces bugs. Although several kernel debugging tools have been added and evolved in the last years, the quality of the kernel problem reports show that only a few FreeBSD users know how (or are willing) to take advantage of them.</abstract> 6179 <description>This talk will present the tools most commonly used when investigating problems in the kernel, some techniques to extact useful information, and the most commonly made mistakes to look for when inspecting the code. I will also give a few practical tips and examples on how not to turn kernel debugging into a frustrating experience.</description> 6180 <persons> 6181 <person id="405">Shteryana Shopova</person> 6182 </persons> 6183 <links> 6184 </links> 6185 </event> 6186 <event id="1104"> 6187 <start>14:00</start> 6188 <duration>00:45</duration> 6189 <room>AW1.126</room> 6190 <tag>bsd_license</tag> 6191 <title>Because the License Matters: BSD as the Foundation for Commercial Point of Sale Applications</title> 6192 <subtitle></subtitle> 6193 <track>BSD</track> 6194 <type>Podium</type> 6195 <language>English</language> 6196 <abstract>In his presentation Marc Balmer will show how and why his company micro systems choose BSD Unix and BSD licensed software as the foundation for a commercial point of sale application.</abstract> 6197 <description>He will address economic aspects of using BSD licensed software in commercial software as well as technical challenges that had to be solved to make a stock BSD operating system run on specialised point of sale hardware. And last, but not least, he will talk about how the BSD community at large can profit from commercial developments and what a company that uses BSD software can do to support BSD in return.</description> 6198 <persons> 6199 <person id="632">Marc Balmer</person> 6200 </persons> 6201 <links> 6202 </links> 6203 </event> 6204 <event id="1105"> 6205 <start>15:00</start> 6206 <duration>00:45</duration> 6207 <room>AW1.126</room> 6208 <tag>bsd_debian</tag> 6209 <title>Debian GNU/kFreeBSD</title> 6210 <subtitle></subtitle> 6211 <track>BSD</track> 6212 <type>Podium</type> 6213 <language>English</language> 6214 <abstract>With its upcoming release Debian 6.0 aka Squeeze, for the first time, Debian users will have the choice between a Linux and a FreeBSD kernel.</abstract> 6215 <description>Lets see what awaits the user when choosing a FreeBSD kernel.</description> 6216 <persons> 6217 <person id="847">Axel Beckert</person> 6218 </persons> 6219 <links> 6220 </links> 6221 </event> 6222 <event id="1106"> 6223 <start>16:00</start> 6224 <duration>00:45</duration> 6225 <room>AW1.126</room> 6226 <tag>bsd_mercurial</tag> 6227 <title>Tracking FreeBSD customizations with a local Mercurial branch</title> 6228 <subtitle></subtitle> 6229 <track>BSD</track> 6230 <type>Podium</type> 6231 <language>English</language> 6232 <abstract>The conversion of the main FreeBSD source repository to Subversion has opened the possibility of tracking one or more FreeBSD branches closely and with a fine-grained changeset based approach.</abstract> 6233 <description>This talk is about one of the ways the distributed Mercurial SCM can be used to periodically pull sets of changesets from the main FreeBSD svn repository and import them as atomic commits to a local branch. 6234 6235 Then we will describe two different ways to use the local branch as a basis for FreeBSD customizations: how to keep a stack of patches as a linear 'customization layer' on top of FreeBSD, and how to keep another local branch with its own merge history.</description> 6236 <persons> 6237 <person id="848">Giorgos Keramidas</person> 6238 </persons> 6239 <links> 6240 </links> 6241 </event> 4863 6242 </room> 4864 6243 <room name="H.3227"> … … 4920 6299 </event> 4921 6300 </room> 6301 <room name="AY"> 6302 </room> 4922 6303 </day> 4923 6304 </schedule>
Note: See TracChangeset
for help on using the changeset viewer.