FOSDEM '09 is a free and non-commercial event organized by the community, for the community. Its goal is to provide Free and Open Source developers a place to meet.

   

Interview: Brion Vibber

Brion Vibber will give a talk about MediaWiki at FOSDEM 2009.

What does the 'Chief Technical Officer' of the Wikimedia Foundation do?

A little programming, a lot of code review, some capacity planning, and more paperwork than I used to do as a volunteer programmer!

Basically I oversee our staff, contract, and volunteer developers and sysadmins working on MediaWiki and Wikimedia's tech infrastructure. Since it's not a huge team, this sometimes means poking at code myself, but I'm mainly sticking to patch review, integration testing, and prioritizing new tasks for the team to attack.

I also get to do the fun stuff like hiring new folks and adding up our budget to make sure we can afford those servers to run Wikipedia!

And what do you do on 'Brion Vibber Day'?

"On Brion Vibber day, Wikipedians everywhere greet each other in Esperanto."

I originally got into MediaWiki development through the localization end -- such as adding Unicode support -- after discovering the Esperanto edition of Wikipedia. If you like learning languages, it's wacky fun. :D

Can you give us an impression of the scaling architecture of Wikipedia?

Basically we've got several of the levels of the LAMP stack fanned out:

  • Geographically distributed HTTP caches (Amsterdam and Seoul)
  • Local HTTP caches (Florida)
  • Apache+PHP machines hold the actual MediaWiki web app -- PHP scales out nice and linearly for request processing! It is though necessary to do some manual coding to properly send HTTP caching headers (for caching on the output end) and handling internal caching and database sharding/balancing...
  • Memcached holds lots of pre-rendered data, stashed in memory to avoid duplicate processing.
  • MySQL: Databases are sharded between sites, split between data with different access patterns, and replicated for failover and load balancing.

How do you balance Wikipedia's needs versus the needs of other MediaWiki users?

Wikipedia always comes first. ;)

Actually, MediaWiki is usually pretty expandable; as long as it's a fairly clean break, many things can get done as extensions or optional features. Sometimes we actually put in cool features for third-party users that we have to disable on our own sites because they don't scale enough... *sniff*

Where is MediaWiki heading to? Will it become more 'semantic web' buzzword-proof?

Our big push this year is going to be on usability -- cleaning up things in the user interface and workflow that make it hard for folks to just get in and do what they mean to do.

The 'semantic web' is fundamentally about making it easier to get "meta"-things done by throwing machine-readable data around from one part of the web to another. The hard part traditionally is figuring out how to get people to make the data in the first place without it being horribly difficult... certainly this is something we're interested in. :)

Are any changes planned in the MediaWiki wiki-syntax?

For compatibility reasons, probably not much. But we are hoping to introduce more syntax-aware editing features which can help smooth out the editing experience.

Creative Commons License
This interview is licensed under a Creative Commons Attribution 2.0 Belgium License.