linux.conf.au 2010 will be held in Wellington from 18 January to 23 January 2010

05 August, 2009

300 submissions for the main conference!

Following my post on the incredible number of miniconfs we received this year, I have to say that the paper submissions (both presentations and tutorials) have also impressed the organising committee.

After extending the deadline for another week, we received a total of 300 submissions!

(Can you spot the original deadline and the beginning of the extension on this graph?)

Not only do we have quite a good number of them, but the quality is actually very good. It's making life harder on the reviewers :)

One of them posted this to the papers' committee list:
"Is anyone else finding it difficult to reject papers?"
(The answer of course is YES!)

19 July, 2009

32 miniconf proposals!

The call for miniconfs is now closed, but we've received a very large number of quality proposals. It'll be quite hard to pick only the best 12 proposals out of the 32 we have received. We could almost have miniconfs during the whole week and have a really good LCA :)

If you want to have an idea of the stress level of the organisers, look at this graph showing the cumulative number of submissions:



As you can see:
  • Until the 15th of July, we didn't even have enough miniconfs to fill the two days!
  • Two thirds of the proposals came within 4 days of the deadline.
Thanks to everyone who submitted a miniconf, you guys rock!

19 June, 2009

Easy Ways to Help Improve the LCA Website

If you know Python and are interested in helping to improve the LCA conference management system, zookeepr, then you can:
look on the bug tracker for low priority / wishlist bugs which haven't been assigned to anybody yet.
Alternatively, we'd love to have others help out in these general areas:
  • make it work in different browsers
  • improve readability/usability of forms (stylesheet tweaks?)
  • add more witty/funny comments

How to get started with zookeepr

Grab the latest branch from Launchpad:
  1. Download Bazaar
  2. Signup for an account on Launchpad
  3. Identify yourself to Bazaar:
    bzr launchpad-login username
  4. Create a local branch of zookeepr:
    bzr branch lp:zookeepr zookeepr.trunk
Then install the latest development version of pylons:
  1. Download the Pylons installer
  2. Install pylons:
    python go-pylons.py my_pylons_python_dir
  3. Add this shortcut to your ~/.bashrc:
    alias pylons="source /full_path_to/my_pylons_python_dir/bin/activate"
Follow these instructions to install zookeepr and its dependencies, then:
  1. Initialise the environment:
    source ~/.bashrc
    pylons
  2. Initialise zookeepr (from within your bzr branch):
    python setup.py develop
    paster setup-app development.ini
  3. Start the application:
    paster serve --reload development.ini
  4. Connect to your own zookeepr instance: http://localhost:5000/"
  5. Login using the default credentials: admin@zookeepr.org / password
Yes, the initial setup is a bit of a PITA. Unfortunately, it's unlikely to change since we are, as you can imagine, currently focusing our energies on organising a conference :)

But if you want to help simplify the bootstrapping/installation process or if you're keen on improving the developer documentation, we definitely want to hear from you!

08 April, 2009

Extended zookeeping weekend

Only one sleep left! Tomorrow a few former "zookeepr keepers" will be flying over to Melbourne to attend a 3-day hackfest on zookeepr, the linux.conf.au conference management software.

Last year's gathering turned out to be very useful to the LCA 2009 team and that's why the Capital Cabal and Linux Australia decided to sponsor a similar event this year.

Each of the participants will have an opportunity (and an excuse!) to finally work on the zookeepr bits they wish were better. I know that I'll be spending a lot of my time on the 2010 wishlist.

I'm looking forward to a very fun and productive weekend with Josh, John, James and Jiri!