FOSDEM - Speakers http://archive.fosdem.org/2008/taxonomy/term/1/0 Info about speakers en Last speaker interviews http://archive.fosdem.org/2008/last-speaker-interviews <p>With three days to go until the event, maybe you can find some time to read our last <a href="http://fosdem.org/2008/interviews">speaker interviews</a>. </p> <ul> <li><a href="http://fosdem.org/2008/interview/pieter+hintjens">Pieter Hintjens (status of software patents)</a></li> <li><a href="http://fosdem.org/2008/interview/ian+pratt">Ian Pratt (Xen)</a></li> <li><a href="http://fosdem.org/2008/interview/david+white">David White (Battle for Wesnoth)</a></li> <li><a href="http://fosdem.org/2008/interview/garret+j+woodworth">Garrett J. Woodworth (CakePHP)</a></li> <li><a href="http://fosdem.org/2008/interview/charles+nutter">Charles Nutter (JRuby)</a></li> </ul> Speakers Tue, 19 Feb 2008 20:49:05 +0100 134 at http://archive.fosdem.org/2008 Interview: Charles Nutter http://archive.fosdem.org/2008/interview/charles+nutter <a href="http://fosdem.org/2008/schedule/speakers/charles+oliver+nutter">Charles Nutter</a> will present at FOSDEM 2008 about <a href="http://fosdem.org/2008/schedule/events/jruby">JRuby</a>. <table id="toc" class="toc" summary="Contents"><tr><td><div id="toctitle"><h2>Contents</h2></div> <ul> <li class="toclevel-1"><a href="#What_are_your_goals_for_FOSDEM.3F"><span class="tocnumber">1</span> <span class="toctext">What are your goals for FOSDEM?</span></a></li> <li class="toclevel-1"><a href="#How_is_life_at_Sun.3F"><span class="tocnumber">2</span> <span class="toctext">How is life at Sun?</span></a></li> <li class="toclevel-1"><a href="#How_do_you_see_Java-the-language_and_JRuby_coexist_in_the_future.3F"><span class="tocnumber">3</span> <span class="toctext">How do you see Java-the-language and JRuby coexist in the future?</span></a></li> <li class="toclevel-1"><a href="#Is_performance_the_main_focus_of_JRuby_1.1.3F"><span class="tocnumber">4</span> <span class="toctext">Is performance the main focus of JRuby 1.1?</span></a></li> <li class="toclevel-1"><a href="#What_are_the_longer-term_goals.3F_Are_you_already_looking_at_Ruby_2.0.3F"><span class="tocnumber">5</span> <span class="toctext">What are the longer-term goals? Are you already looking at Ruby 2.0?</span></a></li> <li class="toclevel-1"><a href="#The_.NET_equivalent_of_JRuby_is_called_IronRuby._Do_you_follow_their_progress.3F_Any_comments_about_the_.NET_CLR_versus_the_Java_VM_as_a_platform.3F"><span class="tocnumber">6</span> <span class="toctext">The .NET equivalent of JRuby is called IronRuby. Do you follow their progress? Any comments about the .NET CLR versus the Java VM as a platform?</span></a></li> <li class="toclevel-1"><a href="#Do_you_cooperate_a_lot_with_the_Ruby_team.3F"><span class="tocnumber">7</span> <span class="toctext">Do you cooperate a lot with the Ruby team?</span></a></li> <li class="toclevel-1"><a href="#Are_there_any_ideas_or_improvements_you_feel_the_Ruby_core_developers_should_consider_to_copy_from_JRuby.3F"><span class="tocnumber">8</span> <span class="toctext">Are there any ideas or improvements you feel the Ruby core developers should consider to copy from JRuby?</span></a></li> </ul> </td></tr></table> <a name="What_are_your_goals_for_FOSDEM.3F"></a><h3>What are your goals for FOSDEM?</h3> <p>I would like to show how JRuby became probably the most advanced Ruby implementation yet available, while also showing that it would not have been possible without community involvement. I'd like to spur people to make contributions to other projects, since it's obvious to me no project can survive without those contributions. </p> <a name="How_is_life_at_Sun.3F"></a><h3>How is life at Sun?</h3> <p>Sun has been great for me and for the project. I have access to experts on a vast range of software topics who are excited to work on new things. Our managers at Sun have also given us the freedom we need to keep JRuby moving forward and to cultivate a community. And I've learned from the inside how the "new" Sun under Schwartz really "gets it" about Open Source. I'm proud to work here. </p> <a name="How_do_you_see_Java-the-language_and_JRuby_coexist_in_the_future.3F"></a><h3>How do you see Java-the-language and JRuby coexist in the future?</h3> <p>I want to make Ruby a first-class language on the JVM, with full integration with Java code, classes, tools, and libraries. We're not quite there yet, but we're very close now. I'd also like to see JRuby as a testbed for features and platform enhancements that will make it easier to implement high-performance dynamic languages on the JVM. That process has already started. </p> <a name="Is_performance_the_main_focus_of_JRuby_1.1.3F"></a><h3>Is performance the main focus of JRuby 1.1?</h3> <p>That's the official word, yes. Since performance was one of the only real complaints about JRuby 1.0 and Ruby itself, we focused very heavily on JRuby 1.1's performance since last spring. And as a result, JRuby is faster than the stable Ruby 1.8.6 on almost all benchmarks, and faster or comparable to the development Ruby 1.9 in most. But there's a story behind the story. JRuby 1.1's compatibility has improved tremendously since JRuby 1.0, and we recommend everyone use the release candidates now. More work has been put into JRuby 1.1 than into several releases up to and including JRuby 1.0, and the performance and compatibility show that. </p> <a name="What_are_the_longer-term_goals.3F_Are_you_already_looking_at_Ruby_2.0.3F"></a><h3>What are the longer-term goals? Are you already looking at Ruby 2.0?</h3> <p>Ruby 1.9 is the current development version of Ruby, and it has incorporated several new features. We've already implemented several of them in JRuby 1.1, and will add the rest post-release. We're going to continue tracking the main Ruby core development, while we also keep improving JRuby's runtime and Java integration capabilities. There's more work to do, but I think we'll be able to show another set of excellent enhancements for JavaOne, including full Ruby 1.9 feature support. Beyond that, beyond what may be "JRuby 2.0"...I think I'll move my focus toward improving the state of language support on the JVM platform in general, taking the same community focus to a broader scope. </p> <a name="The_.NET_equivalent_of_JRuby_is_called_IronRuby._Do_you_follow_their_progress.3F_Any_comments_about_the_.NET_CLR_versus_the_Java_VM_as_a_platform.3F"></a><h3>The .NET equivalent of JRuby is called IronRuby. Do you follow their progress? Any comments about the .NET CLR versus the Java VM as a platform?</h3> <p>Well there's both IronPython and IronRuby. IronPython is pretty far along, but I don't know much about. IronRuby is still in its early days, and we'll probably not see IronRuby on Rails for quite some time. I talk with John Lam (lead developer of IronRuby) occasionally, but I don't track either project closely. In general, what I hear from friends of friends is that although some features of the CLR (.NET Common Language Runtime, ed.) make it attractive for language developers, both the IronPython and IronRuby teams have had to solve the same problems we've tackled on the JVM (Jave Virtual Machine, ed.). Based on my limited exposure, I'd be surprised if any CLR features made it vastly simpler to implement alternative languages... especially dynamic languages. </p> <a name="Do_you_cooperate_a_lot_with_the_Ruby_team.3F"></a><h3>Do you cooperate a lot with the Ruby team?</h3> <p>Yes, more and more. I've actually talked with Matz (creator of Ruby) on several occasions about core Ruby features, and recently convinced him to remove a feature that I and others considered to be dangerous and counter-intuitive. And Matz has been completely open about the Ruby source and standard libraries, allowing JRuby and other Ruby implementations to borrow anything they need. Sun and Tokyo University will also be collaborating on upcoming research to add Multi-VM capabilities to Ruby, with the intent that all implementations should have a consistent interface for such features. I'm looking forward to working more closely with the Ruby core team. </p> <a name="Are_there_any_ideas_or_improvements_you_feel_the_Ruby_core_developers_should_consider_to_copy_from_JRuby.3F"></a><h3>Are there any ideas or improvements you feel the Ruby core developers should consider to copy from JRuby?</h3> <p>Most of the basic techniques we've used could apply directly to both Ruby 1.8 and Ruby 1.9, so I think there's a lot of benefit to be had.<br /> Beyond that, the core Ruby implementation suffers in areas where we just lean on the JVM: JIT (Just-In-Time, ed.) compilation to native code, world-class GC (Garbage Collector, ed.), platform independence, and so on. Those are areas where JRuby's going to have more and more of an edge. I hope we can help the core implementation keep up. </p> <a name="Good_luck_in_doing_so.21"></a><h3>Good luck in doing so!</h3> Speakers Sun, 17 Feb 2008 19:27:38 +0100 131 at http://archive.fosdem.org/2008 Interview: Ian Pratt http://archive.fosdem.org/2008/interview/ian+pratt <p> <a href="http://fosdem.org/2008/schedule/speakers/ian+pratt">Ian Pratt</a>, founder of XenSource, will give a talk about <a href="http://fosdem.org/2008/schedule/events/xen">Xen</a>. </p> <table id="toc" class="toc" summary="Contents"><tr><td><div id="toctitle"><h2>Contents</h2></div> <ul> <li class="toclevel-1"><a href="#What_do_you_hope_to_accomplish_with_your_FOSDEM_talk.3F"><span class="tocnumber">1</span> <span class="toctext">What do you hope to accomplish with your FOSDEM talk?</span></a></li> <li class="toclevel-1"><a href="#So_you_had_a_nice_time_previously_at_FOSDEM.3F"><span class="tocnumber">2</span> <span class="toctext">So you had a nice time previously at FOSDEM?</span></a></li> <li class="toclevel-1"><a href="#Last_time.2C_XenSource_was_not_yet_acquired_by_Citrix._What_were_the_reasons_to_consider_this_sale.3F"><span class="tocnumber">3</span> <span class="toctext">Last time, XenSource was not yet acquired by Citrix. What were the reasons to consider this sale?</span></a></li> <li class="toclevel-1"><a href="#What_kind_of_open-source_commitment_do_you_expect_from_Citrix.3F"><span class="tocnumber">4</span> <span class="toctext">What kind of open-source commitment do you expect from Citrix?</span></a></li> <li class="toclevel-1"><a href="#How_does_Xen.27s_future_look_on_Windows_platforms.3F"><span class="tocnumber">5</span> <span class="toctext">How does Xen's future look on Windows platforms?</span></a></li> <li class="toclevel-1"><a href="#Running_software_on_virtualized_hardware_is_becoming_more_common._Doesn.27t_this_imply_that_traditional_operating_systems_have_failed_at_their_core_responsibilities:_isolation.2C_security_and_hardware_abstraction.3F"><span class="tocnumber">6</span> <span class="toctext">Running software on virtualized hardware is becoming more common. Doesn't this imply that traditional operating systems have failed at their core responsibilities: isolation, security and hardware abstraction?</span></a></li> <li class="toclevel-1"><a href="#So_is_trend_is_going_towards_.27everyting_virtualized.27.3F"><span class="tocnumber">7</span> <span class="toctext">So is trend is going towards 'everyting virtualized'?</span></a></li> <li class="toclevel-1"><a href="#What.27s_the_difference_between_Xen_and_similar_kernel_virtualization_systems.3F"><span class="tocnumber">8</span> <span class="toctext">What's the difference between Xen and similar kernel virtualization systems?</span></a></li> <li class="toclevel-1"><a href="#Are_you_still_involved_in_the_acadmic_world.3F"><span class="tocnumber">9</span> <span class="toctext">Are you still involved in the acadmic world?</span></a></li> <li class="toclevel-1"><a href="#We.27ll_provide_a_classroom_and_an_audience_for_you_at_FOSDEM.3B-.29"><span class="tocnumber">10</span> <span class="toctext">We'll provide a classroom and an audience for you at FOSDEM;-)</span></a></li> </ul> </td></tr></table> <a name="What_do_you_hope_to_accomplish_with_your_FOSDEM_talk.3F"></a><h3>What do you hope to accomplish with your FOSDEM talk?</h3> <p>Hopefully I'll encourage a few folk to start using Xen, or take advantage of new features they might not have heard about before. Even better would be to get folk to join the Xen development team. I have also learnt about great ideas for new features from questions in previous talks. </p> <a name="So_you_had_a_nice_time_previously_at_FOSDEM.3F"></a><h3>So you had a nice time previously at FOSDEM?</h3> <p>Absolutely. It was great to actually meet some of the folk I've only ever conversed with by email or seen as names in changelogs. There was lots of fun stuff going on at FOSDEM, particularly the demos. </p> <a name="Last_time.2C_XenSource_was_not_yet_acquired_by_Citrix._What_were_the_reasons_to_consider_this_sale.3F"></a><h3>Last time, XenSource was not yet acquired by Citrix. What were the reasons to consider this sale?</h3> <p>I think we were doing pretty well as XenSource, but one of the challenges we faced is that it takes time to build a 'sales channel' to distribute software. Citrix already have a great sales channel, so the acquisition provided a great opportunity to take Xen to the mass-market. </p> <a name="What_kind_of_open-source_commitment_do_you_expect_from_Citrix.3F"></a><h3>What kind of open-source commitment do you expect from Citrix?</h3> <p>Citrix have been great in supporting the open source side of things, funding folk to work full-time on open source Xen, and also funding a full time Xen programme manager. The management understand the importance of a strong Xen community and the need for the project's independence from Citrix's own Xen products. </p><p>The change was always going to make some members of the community nervous (just like when we originally formed XenSource), but it's the same group of people and we intend to carry on just as before. One difference is that we now have 'xen.org' to provide a clear independent identity for the Xen project, and also the Xen Advisory Board to help govern the project. </p> <a name="How_does_Xen.27s_future_look_on_Windows_platforms.3F"></a><h3>How does Xen's future look on Windows platforms?</h3> <p>Lots of people use Xen to run Windows VMs -- after all, Windows arguably needs virtualization more than Unix OSes. I reckon that something like over 80% of the VMs running on XenServer are Windows. </p><p>Since Microsoft has agreed to make public the paravirtualization API supported by Windows Server 2008 (Longhorn) we're in the process of adding support to 'shim' this API to the Xen one. We expect to do a better job of virtualizing Longhorn than Microsoft's Hyper-V. </p> <a name="Running_software_on_virtualized_hardware_is_becoming_more_common._Doesn.27t_this_imply_that_traditional_operating_systems_have_failed_at_their_core_responsibilities:_isolation.2C_security_and_hardware_abstraction.3F"></a><h3>Running software on virtualized hardware is becoming more common. Doesn't this imply that traditional operating systems have failed at their core responsibilities: isolation, security and hardware abstraction?</h3> <p>Kind of. It's certainly the case that the 'best practice' that most enterprises use in deploying applications is to have one application installed per OS instance. Many application vendors will only support their application when it's the only thing installed, due to problems of configuration and performance interaction etc. This leads to the 'server sprawl' that many enterprises are experiencing, and hence banking on virtualization to solve. </p><p>The problem is that an OS provides a very high-level and broad interface to applications, and the application state is deeply entwined inside the OS. Providing strong isolation, both spatially (for security), and temporally (for performance) is tough for a conventional OS. </p><p>It is possible to build OSes that are designed from the ground-up to do this (see the Nemesis work at the University of Cambridge), but it's tough to do this while retaining the application APIs (Posix, Win32) that everyone uses. Without applications, no one is going to use your OS. </p><p>We started the Xen project after realizing that we weren't going to convince the world to use Nemesis, but we could provide many of the same benefits by building a hypervisor that runs beneath traditional OS instances. </p> <a name="So_is_trend_is_going_towards_.27everyting_virtualized.27.3F"></a><h3>So is trend is going towards 'everyting virtualized'?</h3> <p>Absolutely! The combination of OS paravirtualization and 'virtualization friendly' CPUs and IO devices means that the overhead of virtualization is getting smaller all the time. We're also seeing hypervisors becoming embedded into server hardware, booting from flash -- Xen is going to be a factory installed option on the majority of servers sold in 2008! I think in a couple of years time you wouldn't dream of running an OS on bare metal ever again. </p> <a name="What.27s_the_difference_between_Xen_and_similar_kernel_virtualization_systems.3F"></a><h3>What's the difference between Xen and similar kernel virtualization systems?</h3> <p>The hypervisor is the most privileged and trusted code in the whole system. You want it to be as secure and fast as possible. Xen is purpose-built to be a hypervisor. It contains just that which is necessary, and pushes functions that don't need to run at such high privilege into 'domains' (e.g. most device drivers). </p><p>Other approaches that try and add virtual machine monitor support to conventional OS kernels just don't provide the same security and reliability benefits. By not being purpose built they miss out on a whole lot of performance optimizations too. </p> <a name="Are_you_still_involved_in_the_acadmic_world.3F"></a><h3>Are you still involved in the acadmic world?</h3> <p>I still have PhD research students at the University of Cambridge Computer Laboratory, which is definitely the fun part of being an academic. I haven't done much teaching in a while other than the odd guest lecture. </p> Speakers Sun, 17 Feb 2008 19:25:49 +0100 130 at http://archive.fosdem.org/2008 Interview: David White http://archive.fosdem.org/2008/interview/david+white <p> <a href="http://fosdem.org/2008/schedule/speakers/david+white">David White</a> will present the game <a href="http://fosdem.org/2008/schedule/events/battle_for_wesnoth">Battle for Wesnoth</a> at FOSDEM 2008. </p> <table id="toc" class="toc" summary="Contents"><tr><td><div id="toctitle"><h2>Contents</h2></div> <ul> <li class="toclevel-1"><a href="#What_are_your_personals_goals_for_your_FOSDEM_presence.3F"><span class="tocnumber">1</span> <span class="toctext">What are your personals goals for your FOSDEM presence?</span></a></li> <li class="toclevel-1"><a href="#What_did_you_admire_in_the_games_.22Master_of_Monsters.22_and_.22Warsong.22_that_inspired_Wesnoth.3F"><span class="tocnumber">2</span> <span class="toctext">What did you admire in the games "Master of Monsters" and "Warsong" that inspired Wesnoth?</span></a></li> <li class="toclevel-1"><a href="#Battle_for_Wesnoth_runs_on_a_surprising_broad_range_of_platforms._What_are_the_implications_of_that_in_terms_of_hardware_demands.3F"><span class="tocnumber">3</span> <span class="toctext">Battle for Wesnoth runs on a surprising broad range of platforms. What are the implications of that in terms of hardware demands?</span></a></li> <li class="toclevel-1"><a href="#What_does_version_1.3_bring_compared_to_v1.2.3F"><span class="tocnumber">4</span> <span class="toctext">What does version 1.3 bring compared to v1.2?</span></a></li> <li class="toclevel-1"><a href="#Gamers_traditionally_tend_abandon_a_game_once_it.27s_completed._How_does_the_Wesnoth_project_try_to_.27pull_in.27_new_contributors.2C_and_keep_them_active.3F"><span class="tocnumber">5</span> <span class="toctext">Gamers traditionally tend abandon a game once it's completed. How does the Wesnoth project try to 'pull in' new contributors, and keep them active?</span></a></li> <li class="toclevel-1"><a href="#Which_other_parts_of_the_game_are_you_most_proud_of.3F"><span class="tocnumber">6</span> <span class="toctext">Which other parts of the game are you most proud of?</span></a></li> <li class="toclevel-1"><a href="#Do_you_still_find_time_to_write_code_yourself.3F"><span class="tocnumber">7</span> <span class="toctext">Do you still find time to write code yourself?</span></a></li> <li class="toclevel-1"><a href="#What.27s_your_favourite_character_in_the_game.3F"><span class="tocnumber">8</span> <span class="toctext">What's your favourite character in the game?</span></a></li> </ul> </td></tr></table> <a name="What_are_your_personals_goals_for_your_FOSDEM_presence.3F"></a><h3>What are your personals goals for your FOSDEM presence?</h3> <p>I hope to share with others the technical possibilities in making an Open Source game. It'd be nice if the talk accomplished making others interested in contributing to existing Open Source games, or starting their own game project.&nbsp;:-) </p> <a name="What_did_you_admire_in_the_games_.22Master_of_Monsters.22_and_.22Warsong.22_that_inspired_Wesnoth.3F"></a><h3>What did you admire in the games "Master of Monsters" and "Warsong" that inspired Wesnoth?</h3> <p>Most of all, I think I saw that these games were relatively simple, and yet were very fun to play. I had many game ideas that involved very complex feature sets, but I realized that these games were both fundamentally very simple, and yet very enjoyable. </p> <a name="Battle_for_Wesnoth_runs_on_a_surprising_broad_range_of_platforms._What_are_the_implications_of_that_in_terms_of_hardware_demands.3F"></a><h3>Battle for Wesnoth runs on a surprising broad range of platforms. What are the implications of that in terms of hardware demands?</h3> <p>Interestingly, I never intended for Wesnoth to run on a particularly large range of platforms. I wanted it to work on Linux, and on Windows. So, I coded it in fairly standard C++, using minimal dependencies. This has meant that it can run on most platforms that have a decent amount of memory and have a good C++ compiler. </p><p>Unfortunately, the design never attempted to constrain memory usage, and so Wesnoth doesn't run on many embedded devices. This is a shame in many ways, but I'd like to think it's still been a net benefit. </p> <a name="What_does_version_1.3_bring_compared_to_v1.2.3F"></a><h3>What does version 1.3 bring compared to v1.2?</h3> <p>The nice thing about Wesnoth is that every release since about 0.8 has always brought lots and lots of tiny little features and improvements that by themselves don't seem like much, but together add a much more polished feel. </p><p>1.3 adds much more flexibility using WML (Wesnoth Markup Language). There are also many new graphics, and tweaks to existing artwork. Our playtesting team has worked tirelessly to refine the balance of the game. We have also squashed many, many bugs. The number and severity of bugs in Wesnoth is probably at its lowest level ever. I think that when 1.3 is stabilized into 1.4, it will be the best stable release of Wesnoth ever. </p> <a name="Gamers_traditionally_tend_abandon_a_game_once_it.27s_completed._How_does_the_Wesnoth_project_try_to_.27pull_in.27_new_contributors.2C_and_keep_them_active.3F"></a><h3>Gamers traditionally tend abandon a game once it's completed. How does the Wesnoth project try to 'pull in' new contributors, and keep them active?</h3> <p>Well, I think whether gamers abandon a game or not depends heavily on the kind of game, and whether the game has dynamics and rules which can remain interesting and challenging over a long period of time. </p><p>Originally, Wesnoth had just one mode of play: a single campaign. In this state, most players would indeed abandon it after completing it. However, now there are many features which keep a player engaged. </p><p>Wesnoth allows contributors to create new content -- campaigns, scenarios, and so forth -- for Wesnoth fairly easily. This means that there is a wide range of campaigns available for Wesnoth. Even after completing the standard game, there are hundreds of hours worth of campaigns to play, should a player remain engaged for that long. </p><p>Additionally, many players who have completed a campaign or two become interested in creating their own campaign. Wesnoth has developed a flexible language, WML, which allows people to make their own content.<br /> Importantly, WML is well-documented, thanks to the tireless effort of many contributors, and there is a great community which supports WML development. </p><p>Finally, but perhaps most importantly, there is a vibrant multiplayer community for Wesnoth. Many players spend countless hours perfecting their skills playing against other players. The multiplayer developers have done an excellent job of creating maps which are well-balanced and fun for all five of the standard factions. There are also many interesting user-contributed multiplayer scenarios. </p><p>All-in-all, the amount of content available for Wesnoth is quite amazing. </p> <a name="Which_other_parts_of_the_game_are_you_most_proud_of.3F"></a><h3>Which other parts of the game are you most proud of?</h3> <p>I think what I'm most proud of is the community that has developed around the game. It is an intelligent, fun, vibrant, creative community. </p><p>I think I'm also very proud of how many developers have learned something from Wesnoth, rather than it being a mindless time sink. We have developers who have improved their art skills, developers who have improved their coding skills, and developers who have simply learned more about how teams produce software. </p><p>In terms of what's actually in the game, I think I'm most proud of how extensible Wesnoth is, and the amount and variety of content that can be created for the engine. </p> <a name="Do_you_still_find_time_to_write_code_yourself.3F"></a><h3>Do you still find time to write code yourself?</h3> <p>Sometimes, though not that often. Since I began working on Wesnoth, I've relocated twice (from Australia to Texas, and then from Texas to California), gotten married, and had a son. I've also gotten involved with other projects, and work is always busy. </p><p>All these things eat into one's time. Of course, the biggest thing is that after some amount of time one feels that newer contributors have the freshest ideas, and it's simply best to help Wesnoth in a 'consultant' type role. </p> <a name="What.27s_your_favourite_character_in_the_game.3F"></a><h3>What's your favourite character in the game?</h3> <p>Well, I think I would have to say Li'sar is, since I named her after my wife.&nbsp;:-) </p> Speakers Sun, 17 Feb 2008 19:23:55 +0100 129 at http://archive.fosdem.org/2008 Interview: Garrett J Woodworth http://archive.fosdem.org/2008/interview/garret+j+woodworth <a href="http://fosdem.org/2008/schedule/speakers/garrett+j+woodworth">Garrett Woodworth</a> is the project leader of <a href="http://fosdem.org/2008/schedule/events/cakephp">CakePHP</a>. <table id="toc" class="toc" summary="Contents"><tr><td><div id="toctitle"><h2>Contents</h2></div> <ul> <li class="toclevel-1"><a href="#Which_effect_do_you_hope_to_reach_with_your_audience.3F"><span class="tocnumber">1</span> <span class="toctext">Which effect do you hope to reach with your audience?</span></a></li> <li class="toclevel-1"><a href="#Cake_sees_its_community_as_one_of_its_major_assets._In_what_ways_does_the_project_support_its_community_.3F"><span class="tocnumber">2</span> <span class="toctext">Cake sees its community as one of its major assets. In what ways does the project support its community&nbsp;?</span></a></li> <li class="toclevel-1"><a href="#Conferences..._We_like_that_:-.29__What_skills_should_an_ideal_Open_Source_project_leader_have.3F"><span class="tocnumber">3</span> <span class="toctext">Conferences... We like that&nbsp;:-) What skills should an ideal Open Source project leader have?</span></a></li> <li class="toclevel-1"><a href="#Do_you_see_other_PHP_frameworks_as_competing_for_mindshare.3F"><span class="tocnumber">4</span> <span class="toctext">Do you see other PHP frameworks as competing for mindshare?</span></a></li> <li class="toclevel-1"><a href="#How_does_Cake_differ_from_Ruby_on_Rails_architecturally.3F"><span class="tocnumber">5</span> <span class="toctext">How does Cake differ from Ruby on Rails architecturally?</span></a></li> <li class="toclevel-1"><a href="#Are_there_PHP5_features_that_you.27d_like_to_use_but_can.27t_due_to_PHP4_compatibility.3F"><span class="tocnumber">6</span> <span class="toctext">Are there PHP5 features that you'd like to use but can't due to PHP4 compatibility?</span></a></li> <li class="toclevel-1"><a href="#What_exactly_are_the_activities_of_the_Cake_Software_Foundation.3F"><span class="tocnumber">7</span> <span class="toctext">What exactly are the activities of the Cake Software Foundation?</span></a></li> </ul> </td></tr></table> <a name="Which_effect_do_you_hope_to_reach_with_your_audience.3F"></a><h3>Which effect do you hope to reach with your audience?</h3> <p>I hope to show how CakePHP can make application development easier and more enjoyable. I would expect that attendees walk away with an interest in understanding more about CakePHP and seriously consider CakePHP as the framework for their next application. </p> <a name="Cake_sees_its_community_as_one_of_its_major_assets._In_what_ways_does_the_project_support_its_community_.3F"></a><h3>Cake sees its community as one of its major assets. In what ways does the project support its community&nbsp;?</h3> <p>Since 2005 we have maintained free support channels through the CakePHP google group and #cakephp irc channel. We have watched these grow tremendously. In addition, we have over 3000 developers using CakeForge to build their open source applications and share them with the world. A little over a year ago we opened up the Bakery where the community could share code and tutorials about CakePHP. The Bakery now contains close to 500 articles all dedicated to helping the community better understand and benefit from CakePHP. Finally, 2008 will bring the first user conference for the CakePHP community. </p> <a name="Conferences..._We_like_that_:-.29__What_skills_should_an_ideal_Open_Source_project_leader_have.3F"></a><h3>Conferences... We like that&nbsp;:-) What skills should an ideal Open Source project leader have?</h3> <p>A lot of patience. Dealing with personalities in an open source team can be very different from work or family, as everyone contributes for different reasons. To maintain a successful project, the leader must balance the goals of the individual developer with the goals of the project. Above all, logic and reason must prevail, and if those are missing or clouded by ego or emotion, an open source leader does not one make. </p> <a name="Do_you_see_other_PHP_frameworks_as_competing_for_mindshare.3F"></a><h3>Do you see other PHP frameworks as competing for mindshare?</h3> <p>Sure, and competition is a good thing. Competition makes everyone better. We all make choices everyday and choosing a framework is not done without thought. We are very different beasts and have different approaches to solving problems. </p> <a name="How_does_Cake_differ_from_Ruby_on_Rails_architecturally.3F"></a><h3>How does Cake differ from Ruby on Rails architecturally?</h3> <p>To do a complete comparison, you would have to look at the differences between Ruby and PHP. However, CakePHP borrows many of the conventions established by Rails. Since both frameworks rely heavily on these conventions, you could say that architecturally the differences are narrow. CakePHP breaks away from Rails when it comes to extending each framework for the needs of a particular application. </p> <a name="Are_there_PHP5_features_that_you.27d_like_to_use_but_can.27t_due_to_PHP4_compatibility.3F"></a><h3>Are there PHP5 features that you'd like to use but can't due to PHP4 compatibility?</h3> <p>In some places we have made PHP5 functionality available to PHP4, like __construct() and __call(). This makes the transition from PHP4 to PHP5 seamless for developers. We are even providing an interface for unicode support, so we can handle unicode now and be ready for PHP6 when it is released. </p> <a name="What_exactly_are_the_activities_of_the_Cake_Software_Foundation.3F"></a><h3>What exactly are the activities of the Cake Software Foundation?</h3> <p>Promote development related to CakePHP. The Foundation handles the supporting websites, organizes CakeFest, maintains servers, and does whatever it can to make CakePHP a great platform for developers. </p> Speakers Sun, 17 Feb 2008 19:21:02 +0100 128 at http://archive.fosdem.org/2008 Those that speak at FOSDEM 2008 http://archive.fosdem.org/2008/those_that_speak_at_fosdem <p>Curious about who speaks at FOSDEM 2008? Here they are... Wanna count them?</p> <p><i>Achim Hasenmueller, Adrian Lema, Adrian Mos, Adrian Schroeter, Alasdair Kergon, Alessandro Decina, Alexander Neundorf, Alp Toker, Andreas Barth, Andreas Bauer, Andrei Zmievski, Andres Estevez, Andres Maneiro, Andrew Haley, Andrew Hughes, Andrew Wafaa, Antonio Meireles, Armijn Hemel, Arnaud Vandyck, Austin Stewart, Bart Coppens, Bart Janssens, Benjamin Weber, Benny Siegert, Berend Cornelius, Bèr Kessel, Bernard Dubuisson, Bill Hoffman, Bob Gobeille, Bruce Momjian, Carles Pina i Estany, Charles Oliver Nutter, Chris Beard, Christian Sejersen, Christian Thalinger, Christophe Fergeau, Ciaran Bryce, Clara Ko, Cristopher Oezbek, Dag Wieers, Dalibor Topic, Damien Pollet, Daniel Gollub, Dan Mosedale, David Bourgeois, David Fetter, David Herron, David Tenser, David White, Dimitris Glezos, Dirk-Jan Binnema, Dirk Mueller, Dries Buytaert, Duncan Mac-Vicar Prett, Edwin Taylor, Egbert Eich, Eike Rathke, Emmanuele Bassi, Enrico Zini, Eric Bachard, Erik Josefsson, Fabian Arrotin, Fabien Duminy, Florian Fainelli, Florian Traverse, Floris Lambrechts, FOSDEM Staff, Frank Lichtenheld, Frank Schaap, Frank Scholz, Gabor Hojtsy, Gabriele Bartolini, Gabrielle Pantera, Garrett J Woodworth, Gary Benson, Geert Bevin, George Davis, Goerkem Cetin, Graeme Rocher, Gregory Holland, Guido Barosio, Guido Trotter, Guillaume Legris, Guillaume Rousseau, Heikki Linnakangas, Helge Bahmann, Helgi Thorbergsson, Henning Sprang, Holger Levsen, Holger Macht, Holger Schröder, Holmes Wilson, Ian Pratt, Ian Rogers, Igor Nekrestyanov, Israel Herraiz, Jan-Christoph Bornschlegel, Jan Kneschke, Jan Suhr, Javier Estevez, Jean-Baptiste Escoyez, Jean Pihet, Jens Kuehnel, Jeroen Frijters, Jerome Glisse, Jerry Jalava, Joaquín López Muñoz, Joe Hewitt, Joeri Poesen, John Bridgman, Jonathan Riddell, Jordi Bruguera, Jordi Massaguer, Jorrit Tyberghein, Josef Spillner, Jos Poortvliet, JP Rosevaer, Juan Ignacio Varela, Jürgen Schmidt, Karanbir Singh, Kate Alhola, Katja Henttonen, Kees Jan Koster, Kees Jongenburger, Keith Packard, Keith Whitwell, Ken VanDine, Kevin Hilman, Klaas Freitag, Klaus Behrla, Knut Yrvyn, Koen Van der Auwera, Kohsuke Kawaguchi, Kris Buytaert, Kurt Pfeifle, Lars Wirzenius, Levente Santha, Lillian Angel, Linda van der Pal, Loïc Molinari, Luk Claes, Machtelt Garrels, Maciek Kolbusz, Magnus Hagander, Marcus Bauer, Mario Torre, Marius Nünnerich, Marius Vollmer, Mark Finkle, Markos Gogoulos, Mark Reinhold, Mark Wielaard, Martin Gruhn, Martin Krafft, Martin Lasarsch, Martin Michlmayr, Martin Schröder, Matsumoto Yukihiro, Matt Casters, Matthias Klose, Matthias Rechenburg, Matthieu Herrb, Mattias Guns, Matt Olander, Michael Bohn, Michael K. Johnson, Michael Koch, Michael Löffler, Michael Meeks, Michael Meeuwisse, Michael Schröder, Michel van de Ven, Mixel Kiemen, Morten Heide, Neil Williams, Nicolas Jacobeus, Niels Elgaard Larsen, Nikolaj Hald Nielsen, Nikolaus Schaller, Olivier Abdoun, Olivier Cleynen, Olivier Crête, Olivier Grisel, Onno Kluyt, Øyvind Kolås, Pablo J. Sangiao, Pascal Chevrel, Patrick Michaud, Pedro A. Gonzalez, Perry Ismangil, Peter Barth, Peter Kessler, Peter Poeml, Peter Rullmann, Peter Vandenabeele, Petteri Räty, Petter Reinholdtsen, Philip Paeps, Philippe Dubois, Pierre Ducroquet, Pierre Habouzit, Pieter Hintjens, Ragavan Srinivasan, Ralph Angenendt, Raphael Langerhorst, Ray Gans, Remi Cardona, Renzo Davoli, Reyk Flöter, Richard Guenther, Richard Hughes, Rich Sands, Robert Douglass, Robert Kaiser, Robert Lihm, Robert Lougher, Roberto Majadas, Roberto Vieito, Robert Schuster, Robert Watson, Robin Rowe, Rogan Dawes, Roman Kennke, Samuel Thibault, Sebastian Mancke, Sebastian Trüg, Seth Bindernagel, Shteryana Shopova, Simon Paquet, Simon Peter, Simon Riggs, Simon Wilkinson, Stanislaw Malolepszy, Stefan Kaltenbrunner, Stefan Seyfried, Stephan Bergmann, Stéphane Magnenat, Stéphane Marchesin, Stephan Kulow, Stephan Stahl, Stephen Lau, Stephen Lau, Steph Meslin-Weber, Steven Goodwin, Steven Knight, Susanne Ebrecht, Tanguy Coenen, Thomas Bonte, Thomas Fitzsimmons, Thomas Moseler, Thorsten Behrens, Tim McCormick, Timo Hoenig, Tim Verhoeven, Tobias Rundstroem, Tom Marble, Tom Patzig, Toshiharu Harada, Tristan Nitot, Tryggvi Bjorgvinsson, Valerio Valerio, Volker Simonis, Will Stephenson, Wim Mostrey, Wouter Van den Bosch, Wouter Verhelst, Yaakov Nemoy, Zak Greant, Zeeshan Ali</i></p> <p><b>Did you count them?</b> <small>Should be 268</small></p> <p>And just in case you're wondering, that's for 228 talks <code>;)</code></p> Speakers Thu, 14 Feb 2008 19:56:40 +0100 chri 125 at http://archive.fosdem.org/2008 More speaker interviews http://archive.fosdem.org/2008/more-speaker-interviews <p>Today we introduce some more <a href="http://fosdem.org/2008/interviews">speaker interviews</a>. Enjoy interesting conversations with: </p> <ul> <li><a href="http://fosdem.org/2008/interview/kurt+pfeifle+and+simon+peter">Kurt Pfeifle and Simon Peter (klik)</a></li> <li><a href="http://fosdem.org/2008/interview/mark+finkle">Mark Finkle (Mozilla Prism)</a></li> <li><a href="http://fosdem.org/2008/interview/matthias+rechenburg">Matthias Rechenburg (openQRM)</a></li> <li><a href="http://fosdem.org/2008/interview/andrei+zmievski">Andrei Zmievski (PHP6)</a></li> <li><a href="http://fosdem.org/2008/interview/steven+knight">Steven Knight (SCons)</a></li> </ul> Speakers Sat, 02 Feb 2008 11:58:38 +0100 116 at http://archive.fosdem.org/2008 Interview: Mark Finkle http://archive.fosdem.org/2008/interview/mark+finkle <p>Mozilla Platform Evangelist <a href="http://fosdem.org/2008/schedule/speakers/mark+finkle">Mark Finkle</a> will present at FOSDEM to (so we guess) 'evangelize' the audience about <a href="http://fosdem.org/2008/schedule/events/prism">Prism</a>. </p> <ul> <li class="toclevel-1"><a href="#What_do_you_hope_to_be_the_effect_of_your_talk.3F"><span class="tocnumber">1</span> <span class="toctext">What do you hope to be the effect of your talk?</span></a></li> <li class="toclevel-1"><a href="#How_does_a_typical_day_of_a_Platform_Evangelist.27_look_like.3F"><span class="tocnumber">2</span> <span class="toctext">How does a typical day of a Platform Evangelist' look like?</span></a></li> <li class="toclevel-1"><a href="#Usability_is_a_major_goal_of_Prism..._Does_this_involve_doing_usability_testing_as_well.3F"><span class="tocnumber">3</span> <span class="toctext">Usability is a major goal of Prism... Does this involve doing usability testing as well?</span></a></li> <li class="toclevel-1"><a href="#Is_Google_Gears_a_part_of_Prism.3F"><span class="tocnumber">4</span> <span class="toctext">Is Google Gears a part of Prism?</span></a></li> <li class="toclevel-1"><a href="#The_Gears_announcement_was_a_bit_of_a_suprise.__Can_we_expect_even_some_similar_.27shocking.27_announcements_in_the_near_future.3F"><span class="tocnumber">5</span> <span class="toctext">The Gears announcement was a bit of a suprise. Can we expect even some similar 'shocking' announcements in the near future?</span></a></li> <li class="toclevel-1"><a href="#Which_technologies_in_Firefox_3_could_be_considered_as_.27Prism-enabling.27.3F"><span class="tocnumber">6</span> <span class="toctext">Which technologies in Firefox 3 could be considered as 'Prism-enabling'?</span></a></li> <li class="toclevel-1"><a href="#Are_there_plans_to_extend_the_integration_with_the_desktop_systems_on_which_Prism_runs.3F"><span class="tocnumber">7</span> <span class="toctext">Are there plans to extend the integration with the desktop systems on which Prism runs?</span></a></li> <li class="toclevel-1"><a href="#There_is_currently_a_lot_of_attention_for_.27Rich_Internet_Applications.27.2C_which_claim_to_go_beyond_the_capabilities_of_Ajax_and_the_DOM._How_does_this_RIA_concept_fit_into_Prism.3F"><span class="tocnumber">8</span> <span class="toctext">There is currently a lot of attention for 'Rich Internet Applications', which claim to go beyond the capabilities of Ajax and the DOM. How does this RIA concept fit into Prism?</span></a></li> </ul> </td></tr></table><script type="text/javascript"> if (window.showTocToggle) { var tocShowText = "show"; var tocHideText = "hide"; showTocToggle(); } </script> <a name="What_do_you_hope_to_be_the_effect_of_your_talk.3F"></a><h3>What do you hope to be the effect of your talk?</h3> <p>I'd like to see some open discussion on desktop enabling web applications. Is it good or bad? How can it become more useful to end users? </p><p>With Firefox 3 (Gecko 1.9) nearing completion, I'd like to make sure the people are aware of what new features are coming and what they can expect from the new user interface changes. </p> <a name="How_does_a_typical_day_of_a_Platform_Evangelist.27_look_like.3F"></a><h3>How does a typical day of a Platform Evangelist' look like?</h3> <p>I spend a lot of time working with people building extensions and XULRunner applications. I (along with others) provide support in the way of code examples and reviews, tutorials and sample projects. I also try to keep the development community informed of new features and changes to existing features. I act as an extension and application developer advocate inside Mozilla. </p> <a name="Usability_is_a_major_goal_of_Prism..._Does_this_involve_doing_usability_testing_as_well.3F"></a><h3>Usability is a major goal of Prism... Does this involve doing usability testing as well?</h3> <p>We have done no formal usability testing on Prism yet, but any UI in Prism has had some input from the Mozilla User Experience group. We are working on the basic feature set at the moment. We also try to keep the UI in Prism to a minimum, letting the web application "own the stage". </p> <a name="Is_Google_Gears_a_part_of_Prism.3F"></a><h3>Is <a href="http://gears.google.com/" class="external text" title="http://gears.google.com/" rel="nofollow">Google Gears</a> a part of Prism?</h3> <p>Google Gears is an extension and is not shipped with Prism. Trunk versions of Prism support extension add-ons and, therefore, support Google Gears - but not without some tweaks. Google Gears does not currently recognize Prism. We are planning to work with the Gears group and submit a patch to allow Gears and Prism to work together. </p> <a name="The_Gears_announcement_was_a_bit_of_a_suprise.__Can_we_expect_even_some_similar_.27shocking.27_announcements_in_the_near_future.3F"></a><h3>The Gears announcement was a bit of a suprise. Can we expect similar 'shocking' announcements in the near future?</h3> <p>I don't know of any&nbsp;:) </p><p>WebRunner, a former version of Prism, seems to be preinstalled on gOS and I think Prism may be packaged with Ubuntu (Hardy Heron). </p> <a name="Which_technologies_in_Firefox_3_could_be_considered_as_.27Prism-enabling.27.3F"></a><h3>Which technologies in Firefox 3 could be considered as 'Prism-enabling'?</h3> <p>I think those can be divided into 2 groups: XUL platform and Web platform. </p><p>Prism will get a nice deployment boost with Firefox 3 supporting XUL applications as a XUL runtime. That means we can ship a Prism extension to Firefox3 that don't require a XULRunner download. </p><p>Many of the new web content features in Firefox 3 (and the underlying Gecko platform) will make Prism a better web application platform. Examples included offline storage and events, native methods for getElementByClassName and JSON parsing, cross-site XHR (XmlHttpRequest, ed.) and web protocol handlers. </p> <a name="Are_there_plans_to_extend_the_integration_with_the_desktop_systems_on_which_Prism_runs.3F"></a><h3>Are there plans to extend the integration with the desktop systems on which Prism runs?</h3> <p>Yes, we are adding some components to Prism that will allow icon creation from favicon (all platforms), running on system trays (windows) and badging the dock icon (mac). </p> <a name="There_is_currently_a_lot_of_attention_for_.27Rich_Internet_Applications.27.2C_which_claim_to_go_beyond_the_capabilities_of_Ajax_and_the_DOM._How_does_this_RIA_concept_fit_into_Prism.3F"></a><h3>There is currently a lot of attention for 'Rich Internet Applications', which claim to go beyond the capabilities of Ajax and the DOM. How does this RIA concept fit into Prism?</h3> <p>Prism is a platform for desktop enabling web applications. Currently, this means we introduce no new APIs to the web application itself. The web application uses the same APIs that make web apps great in a traditional browser, plus whatever plugins / extensions have added. </p> Speakers Sat, 02 Feb 2008 10:56:41 +0100 115 at http://archive.fosdem.org/2008 Interview: Matthias Rechenburg http://archive.fosdem.org/2008/interview/matthias+rechenburg <p> Visit FOSDEM 2008 and <a href="http://fosdem.org/2008/schedule/speakers/matthias+rechenburg">Matthias Rechenburg</a>'s talk in particular to learn more about <a href="http://fosdem.org/2008/schedule/events/openqrm">openQRM</a>. </p> <ul> <li class="toclevel-1"><a href="#What.27s_your_personal_goal_for_your_FOSDEM_presentation.3F"><span class="tocnumber">1</span> <span class="toctext">What's your personal goal for your FOSDEM presentation?</span></a></li> <li class="toclevel-1"><a href="#What_is_the_link_between_QLusters_and_openQRM.3F"><span class="tocnumber">2</span> <span class="toctext">What is the link between QLusters and openQRM?</span></a></li> <li class="toclevel-1"><a href="#And_you_are_able_to_work_full-time_on_openQRM.3F"><span class="tocnumber">3</span> <span class="toctext">And you are able to work full-time on openQRM?</span></a></li> <li class="toclevel-1"><a href="#What_kind_of_functionality_can_openQRM_automate_for_such_virtual_systems.3F"><span class="tocnumber">4</span> <span class="toctext">What kind of functionality can openQRM automate for such virtual systems?</span></a></li> <li class="toclevel-1"><a href="#So_openQRM_is_actually_used_a_lot_in_combination_with_virtual_systems.3F"><span class="tocnumber">5</span> <span class="toctext">So openQRM is actually used a lot in combination with virtual systems?</span></a></li> <li class="toclevel-1"><a href="#What_are_the_advantages_of_being_Open_Source_in_the_systems_management_software_market.3F"><span class="tocnumber">6</span> <span class="toctext">What are the advantages of being Open Source in the systems management software market?</span></a></li> <li class="toclevel-1"><a href="#Do_you_feel_that_openQRM_still_lacks_some_features.3F"><span class="tocnumber">7</span> <span class="toctext">Do you feel that openQRM still lacks some features?</span></a></li> <li class="toclevel-1"><a href="#Are_you_still_involved_in_OpenMosix_as_well.3F"><span class="tocnumber">8</span> <span class="toctext">Are you still involved in OpenMosix as well?</span></a></li> </ul> </td></tr></table><script type="text/javascript"> if (window.showTocToggle) { var tocShowText = "show"; var tocHideText = "hide"; showTocToggle(); } </script> <a name="What.27s_your_personal_goal_for_your_FOSDEM_presentation.3F"></a><h3>What's your personal goal for your FOSDEM presentation?</h3> <p>My goal is to show how openQRM can help the IT-department to manage their data-center especially when it comes to "mixed" environments with physical and virtual systems. Since the openQRM platform is implemented with a pluggable architecture I would also like to encourage developers and system administrators to write new, custom plugins and to see how easy it is to integrate third-party tools within openQRM. </p> <a name="What_is_the_link_between_QLusters_and_openQRM.3F"></a><h3>What is the link between QLusters and openQRM?</h3> <p>Qlusters is the sponsor and support company behind the open-source project openQRM. </p> <a name="And_you_are_able_to_work_full-time_on_openQRM.3F"></a><h3>And you are able to work full-time on openQRM?</h3> <p>Yes indeed... </p> <a name="What_kind_of_functionality_can_openQRM_automate_for_such_virtual_systems.3F"></a><h3>What kind of functionality can openQRM automate for such virtual systems?</h3> <p>openQRM can automate the provisioning, deployment, administration, monitoring, migration and high-availability for virtual machines in the same way as for physical systems. Via an generic partition-layer it conforms different virtualization technologies and supports appliance-based, rapid deployment including fast-cloning of servers using modern storage technologies. </p> <a name="So_openQRM_is_actually_used_a_lot_in_combination_with_virtual_systems.3F"></a><h3>So openQRM is actually used a lot in combination with virtual systems?</h3> <p>Yes it is, especially with Xen-based systems. </p> <a name="What_are_the_advantages_of_being_Open_Source_in_the_systems_management_software_market.3F"></a><h3>What are the advantages of being Open Source in the systems management software market?</h3> <p>The advantages for openQRM being open-source is that it raises the acceptance and the number of potential users. We are trying to fill the gap for a complete IT infrastructure framework which let system administrators manage their data center using a single-management console.<br /> Of course it also helps to agree to certain data-center standards using the feedback from the community. </p> <a name="Do_you_feel_that_openQRM_still_lacks_some_features.3F"></a><h3>Do you feel that openQRM still lacks some features?</h3> <p>Next to VMware, Xen, QEMU and Linux-VServer we (the openQRM-Team) would like to add support for more virtualization technologies like Virtualbox, openVZ and Virtuoso.<br /> This is definitely on the roadmap for the future versions. </p> <a name="Are_you_still_involved_in_OpenMosix_as_well.3F"></a><h3>Are you still involved in OpenMosix as well?</h3> <p>Yes, but since the openMosix project stopped its active developement there is currently not very much to be involved with until someone picks it up again&nbsp;:-) </p> Speakers Sat, 02 Feb 2008 10:38:45 +0100 114 at http://archive.fosdem.org/2008 Interview: Andrei Zmievski http://archive.fosdem.org/2008/interview/andrei+zmievski <p><a href="http://fosdem.org/2008/schedule/speakers/andrei+zmievski">Andrei Zmievski</a> will enlighten the FOSDEM 2008 audience about <a href="http://fosdem.org/2008/schedule/events/unicoding_with_php6">PHP6 and its Unicode and internationalization features</a>. </p> <ul> <li class="toclevel-1"><a href="#Your_talk_at_FOSDEM_2008_will_revolve_around_Unicode_and_internationalization_support_in_PHP6._Why_exactly_is_that.3F"><span class="tocnumber">1</span> <span class="toctext">Your talk at FOSDEM 2008 will revolve around Unicode and internationalization support in PHP6. Why exactly is that?</span></a></li> <li class="toclevel-1"><a href="#PHP5_has_a_bit_of_a_slow_uptake_problem:_users_are_not_switching_to_it_fast_enough._Do_you_think_PHP6_could_bring_enough_benefits_to_accelerate_upgrades.3F"><span class="tocnumber">2</span> <span class="toctext">PHP5 has a bit of a slow uptake problem: users are not switching to it fast enough. Do you think PHP6 could bring enough benefits to accelerate upgrades?</span></a></li> <li class="toclevel-1"><a href="#You_are_involved_in_the_development_of_PHP-GTK._What_is_the_status_of_that_project.3F"><span class="tocnumber">3</span> <span class="toctext">You are involved in the development of PHP-GTK. What is the status of that project?</span></a></li> <li class="toclevel-1"><a href="#Do_you_feel_that_.27web_development_world.27_PHP_benefit_form_the_stuff_that.27s_happening_around_PHP-GTK.3F"><span class="tocnumber">4</span> <span class="toctext">Do you feel that 'web development world' PHP benefit form the stuff that's happening around PHP-GTK?</span></a></li> <li class="toclevel-1"><a href="#So_do_you_think_PHP_will_become_a_popular_language_for_non-web_development_work.3F"><span class="tocnumber">5</span> <span class="toctext">So do you think PHP will become a popular language for non-web development work?</span></a></li> <li class="toclevel-1"><a href="#In_which_direction_is_PHP_evolving_as_a_language.3F"><span class="tocnumber">6</span> <span class="toctext">In which direction is PHP evolving as a language?</span></a></li> <li class="toclevel-1"><a href="#Do_you_have_any_comments_about_the_Open-Sourcing_of_the_Zend_Framework.3F"><span class="tocnumber">7</span> <span class="toctext">Do you have any comments about the Open-Sourcing of the Zend Framework?</span></a></li> <li class="toclevel-1"><a href="#Smarty.2C_one_of_your_other_projects.2C_is_quite_popular_and_is_enjoyed_by_many_PHP_enthusiasts_for_its_simplicity._However_not_all_PHP_coders_know_the_benefits_of_a_templating_framework._What_is.2C_to_you.2C_the_advantage_that_Smarty_can_deliver.3F"><span class="tocnumber">8</span> <span class="toctext">Smarty, one of your other projects, is quite popular and is enjoyed by many PHP enthusiasts for its simplicity. However not all PHP coders know the benefits of a templating framework. What is, to you, the advantage that Smarty can deliver?</span></a></li> </ul> </td></tr></table><script type="text/javascript"> if (window.showTocToggle) { var tocShowText = "show"; var tocHideText = "hide"; showTocToggle(); } </script> <a name="Your_talk_at_FOSDEM_2008_will_revolve_around_Unicode_and_internationalization_support_in_PHP6._Why_exactly_is_that.3F"></a><h3>Your talk at FOSDEM 2008 will revolve around Unicode and internationalization support in PHP6. Why exactly is that?</h3> <p>I hope to convey how important it is to develop new sites and applications with global audience in mind and how PHP can help with this development. I expect only an open mind from the attendees. </p> <a name="PHP5_has_a_bit_of_a_slow_uptake_problem:_users_are_not_switching_to_it_fast_enough._Do_you_think_PHP6_could_bring_enough_benefits_to_accelerate_upgrades.3F"></a><h3>PHP5 has a bit of a slow uptake problem: users are not switching to it fast enough. Do you think PHP6 could bring enough benefits to accelerate upgrades?</h3> <p>People switch to new versions when they feel that the benefits of the upgrade overweigh the drawbacks of migration. PHP 6 is no different in this matter. If people need good Unicode support, they will start adopting PHP 6, so our goal is to educate people and make them aware of what good Unicode support means for them. </p> <a name="You_are_involved_in_the_development_of_PHP-GTK._What_is_the_status_of_that_project.3F"></a><h3>You are involved in the development of PHP-GTK. What is the status of that project?</h3> <p>PHP-GTK 2 is very close to final release. It has been in beta for some time, and so far there have not been any major problems with it. I hope that we can make the release within a month or two. We also now have a way to support new Gtk+ 2.x versions without much manual work, so hopefully the future releases will be more frequent. There are still some big and very cool pieces that we'd like to support, like the ability to implement native widgets in PHP, support for Gnome objects, and much more. These have to come after the version 2 release though. </p> <a name="Do_you_feel_that_.27web_development_world.27_PHP_benefit_form_the_stuff_that.27s_happening_around_PHP-GTK.3F"></a><h3>Do you feel that 'web development world' PHP benefit form the stuff that's happening around PHP-GTK?</h3> <p>I believe so, and in fact it already has. When I started working on PHP-GTK, PHP was at version 4, and I had to push its object-oriented support to the limit, frequently running into problems with implementation. I had long talks with Zend folks about how to rewrite OO support in a better way and they did listen. So PHP 5 owes a lot of its OO features (internal and external) to PHP-GTK, I'd like to think. </p> <a name="So_do_you_think_PHP_will_become_a_popular_language_for_non-web_development_work.3F"></a><h3>So do you think PHP will become a popular language for non-web development work?</h3> <p>Yes, I hope so. I think it already made some progress. Look at PHP-GTK, for example - there are many professional applications written in it, from point-of-sale systems to health records management. PHP CLI (command line interface) is also gaining ground for scripts, daemons, and other such applications. One problem though is that because PHP was built around processing short-lived requests, there are still issues with it running long-lived scripts, but hopefully the new garbage collection will solve this issue completely. </p> <a name="In_which_direction_is_PHP_evolving_as_a_language.3F"></a><h3>In which direction is PHP evolving as a language?</h3> <p>PHP is always evolving towards what its users need it to be. It's really a glue language, in a sense that it provides a language and support structure for a bunch of technologies, from LDAP to Web Services to database access. So when people ask, where will PHP be 3 years from now, it's a bit like asking, where will Web be 3 years from now? I don't know, but I'm sure PHP is in the midst of it somewhere. </p> <a name="Do_you_have_any_comments_about_the_Open-Sourcing_of_the_Zend_Framework.3F"></a><h3>Do you have any comments about the Open-Sourcing of the Zend Framework?</h3> <p>Not much to say except that I think it's a good move. </p> <a name="Smarty.2C_one_of_your_other_projects.2C_is_quite_popular_and_is_enjoyed_by_many_PHP_enthusiasts_for_its_simplicity._However_not_all_PHP_coders_know_the_benefits_of_a_templating_framework._What_is.2C_to_you.2C_the_advantage_that_Smarty_can_deliver.3F"></a><h3>Smarty, one of your other projects, is quite popular and is enjoyed by many PHP enthusiasts for its simplicity. However not all PHP coders know the benefits of a templating framework. What is, to you, the advantage that Smarty can deliver?</h3> <p>Smarty is a templating engine, not a framework per se, but it can serve as a View part of an MVC framework (and I think it has actually). Templating works well in larger teams, where people who have to work on presentation layer (templates) are not necessarily the same as the developers. The same can be done with straight PHP of course, since PHP is a templating language, in a sense, but I think Smarty (and other template engines) make it a bit easier for those who are not developers. </p> Speakers Sat, 02 Feb 2008 10:25:42 +0100 113 at http://archive.fosdem.org/2008