Steve's Blog

Media Watch on the election coverage

I love watching Media Watch. Its a great analysis of the media and how they screw stuff up - or at least pretend to be fair…

This episode covers the election coverage and should remove any doubt as to why the L/NP won the election. Thankfully, the ABC is mostly unbiased these days. Its also interesting that one of the election policies that was rushed to the public hours before the election proposed to cut the funding to the ABC etc - something I strongly oppose.

Web Central - You used to be cool.

Back in the day when I used to work for Connect (which then became AAPT), we used to supply WebCentral with their connectivity out of Brisbane. Back then, WebCentral was the be all and end all of web hosting providers. They used to host Whirlpool and the service was second to none.

Fast forward several years and what the hell happened?

I’ve been trying to deal with WebCentral for a client over the last few months and to say the service is terrible is an understatement. I’ve had jobs lodged in their ticketing system for missing DNS records (MX records? Meh! Who needs em!) for well over a week with no reply. Calling the support line gets a “I’ll lodge a job for you to look into that” - which I may as well done myself. Oh, and the fatal flaw with their support line - all calls going in get terminated after 1 hour. So if you’re on hold for 40+ minutes (which I have been several times), then you have 20 minutes or less to get your issue resolved or the phone system will hang up on you. That means go to the back of the queue and start again.

For anyone out there that still remembers WebCentral from the glory days - beware - they certainly aren’t the same company anymore!

The economics of Open Source development

I’ve been keeping an eye on the stats of the distribution of my Xen and Kernel-Xen packages now for around 12 months. I find it interesting that they just keep getting more and more popular. First, some stats:

Month Est New Installs
November 2012 1,213
December 2012 1,256
Janurary 2013 1,292
February 2013 1,152
March 2013 1,318

How did I get these stats? Thats a little more complex. This is the count of requests for the file kernel-xen-release-6-4.noarch.rpm from a single mirror. This package is only installed once - and not redownloaded after initial installation. The mirror is referenced in most of the install guides that are found around the internet. What it doesn’t take into account is the other five mirror sites, local copies etc etc. I think this figure may well be accurate, however there is a good possibility that it is greatly underestimating the real number of servers out there referencing my repos.

Package Number of releases
kernel-xen 45
xen 10 (v4.2), 2 (v4.1)

This consists of approx 22 security vulnerabilities of Xen across the now non-maintained v4.1 branch as well as the current 4.2 branch. I have not counted kernel vulnerabilities as these are fixed normally within the standard release cycle - and not as seperate patches.

So how does this turn into finances?

Well, I’ve asked for donations for a while to help offset the costs in producing and developing these packages. Since starting in 2011, I have received exactly $80AUD in donations. This means that given the number of hours working on these packages, I effectively work for about $0.12c per hour. This also excludes any expenses in hosting, equipment or server expenses.

How does this affect the projects?

This is easy. If a server dies, I can’t replace it. If I suffer a hardware failure, I can’t replace it. If hosting costs increase, I can’t pay them.

So - this makes me wonder… How do people survive doing open source development? Sure there are companies like Citrix, RedHat etc that employ people to contribute to FOSS - however what about everyone else? Comments welcome below!