100th anniversary of Alan Turing, celebrate with free beer

June 23rd, 2012 by

100 years ago Alan Turing was born, in his sadly short lifetime he achieved a number of fairly impressive things, broke the enigma cipher, invented modern computing and invented the Turing test. On his day off he ran up and down the river in Cambridge and narrowly missed a place in the Olympic marathon team.

We haven’t done anything quite as impressive as that, although to be fair I don’t think anyone else in the last century has either. However some time ago at the Cambridge Beer Festival team Mythic entered a code cracking challenged based on a piece of ciphertext printed on a poster.

BLEQXVXEKPNRMWBRMVMVERNMWMZNQTTMRKMTMRHP

This is a substitution cipher which team Mythic cracked on the first day. You can decipher it with this perl one liner,

echo ‘BLEQXVXEKPNRMWBRMVMVERNMWMZNQTTMRKMTMRHP’ | perl -pe ‘tr/NMWZQTRKHPEBLXV/sonfidtcukaemlb/;’

which outputs

emailblackstonetobobatsonofsiddotcodotuk

We did, and we now have to get onto the more difficult task of finding a convenient day to have a barbeque and drink the beer we won.

If you think that working for a company that goes to beer festivals and solves problems by writing little bits of code is fun our jobs page is here: Mythic Jobs. If you’re running a web facing company and thinking that this is terribly clever you might want to think about our managed hosting.

IPv6 by default

June 21st, 2012 by

We’ve now enabled IPv6 by default for all customers hosted on either onza or yali. The control panels for these machines have been running IPv6 for over a year, we’ve now enabled it for all customer websites too.

VDS Updates

June 20th, 2012 by

Behind the scenes we’ve been expanding and improving our VDS platform. We’ve just added a second cluster (Telecity HEX) that you can now order VMs in and we’re about to add a third cluster (Cambridge) too. You’ll be able to specify which zone your virtual server runs in if you have a preference and each one is independently routed.

We’ve had a long association with the Cambridge Cycle Campaign and Cyclestreets. Cyclestreets are borrowing a 64GB VM in our HEX cluster to run some of their data import jobs and to test out how well it works. Shortly after that we’ll be launching bigger VM sizes, 16GB, 24GB, 32GB, 48GB, 64GB and 80GB with corresponding disk and bandwidth increases. Initially these will be available in the London zones only (SOV/HEX) but we expect to follow through with Cambridge in the near future.

Incentive schemes

May 31st, 2012 by

So I had reason to transfer 350GB of data from a server hosted by Mythic Beasts to a USB drive in order to back up and ship the data to a bandwidth deprived customer. For reasons of my convenience I thought I’d do this from my home office where I have a 10Mbit ADSL connection provided by a small reputable and non bargain basement ISP and a 60Mbit connection provided with an entirely different technology. I split the source files roughly 2:1 between the connections and downloaded them with rsync tunnelled over ssh. Over the next 26 hours the download ran, 99.6GB over the DSL line (average speed 8Mbits),150GB over the cable (average speed 12Mbits).

I’ve taken the bandwidth graph from the server and included it above. The blue box is the DSL line data, the wavy line the cable. You’ll notice the DSL line runs flat out the whole time with it’s performance never wavering, the cable is clearly limited by congestion. This isn’t an issue on the server side – we’ve 100Mbits from the server up to to the router then 1Gbit out to the peering exchanges (LoNAP and Edge-IX) where we pick up the DSL and cable providers.

The main difference here is the incentive scheme. My DSL provider gives me a bandwidth cap and charges me for additional bandwidth over that limit. Consequently they have an incentive to make my line as fast as possible because that makes it easier for me to pay them more. It also means the only other users of the network who are using large quantities of traffic are paying their fair share which provides the money to upgrade the network. My cable connection is ‘unlimited’ which means performance is constrained by congestion caused by other users. The flat-lines are caused by the rate limiting confusing ssh and the connection essentially stopping until I had to intervene restart the transfer. I’ve included these because fast though 60Mbits may be, I’m not going to sit and babysit for the full 350GB download to complete.

This is why servers supplied by Mythic Beasts come with fast connections, bandwidth allowances and excess fees. We want to make your connection as fast as possible so you can easily spend more money with us.

Team Building

May 22nd, 2012 by


Yesterday Mythic Beasts and selected friends went to the Cambridge beer festival. Whilst there we saw a poster put up by the Son Of Sid brewery for a beer called codebreaker with a mysterious set of non-sensical characters at the bottom.ย  It took about a minute of staring knowingly before one of us said ‘well it’s not a substitution cipher’, followed by ‘I wish I had a laptop with me’ and before we knew it we had a crack team trying to break the cipher.

If you’d like to have a go yourself we suggest you get down to the beer festival, the breweries twitter feed says you have until Saturday to work it out. At the end there’s going to be a draw from all the successful entries to win a polypin of beer.

I don’t think we managed to save the world from a Hollywood style alien invasion but we had fun and drank beer at the same time.

EDIT: The official brewery twitter feed says,

Bob Mitchell โ€@sonofsidbrewery

One entry so far in the codebreaker competition @cambeerfest
12:27 PM - 22 May 12 via web ยท Details 

that was team Mythic.

Debian on VDS guide

April 28th, 2012 by

Matt Smith has very handily also written a guide for installing Debian on our VDS service, which is particularly helpful for end users running Windows on their local machine.

NetBSD on our VDS platform

April 27th, 2012 by

One of our braver customers who wishes to remain anonymous has been trying out NetBSD on our KVM based virtual server platform. This is unsupported but he’s written us the following advice that any future customers might appreciate.


Firstly, the default network device is not going to work under 
NetBSD, so running

    netdev rtl8139

before installing is needed. Because of the default realtek 
driver in NetBSD, the install will be a bit choppy - 
recommended pulling packages from CD instead of network.

After that recompiling the kernel is needed, with 2 
modifications.

I've based my config on GENERIC, so simply copying the 
GENERIC config file and commenting out the re* driver. 
This will make the kernel use the older rtk driver, which 
will work. Mind that /etc/ifconfig.re0 will need to be 
copied to /etc/ifconfig.rtk0 to make sure it comes up with
network enabled after boot. Just find the line starting with 
re* and comment it out.

Before recompiling, edit /usr/src/sys/netinet/if_arp.c and 
lookup the line matching "arp info overwritten". Simply 
delete the line (3 lines in total ending ";") as having this 
 being logged is a nuisance as your router IP keeps changing 
between interfaces (so arp table is constantly updating).

NetBSD isn’t an officially supported distribution as we have minimal direct experience with it, but if you’re happy to support yourself we hope this helps you get set up.

Domain Privacy now in the control panel.

April 7th, 2012 by

We’ve offered privacy on domain name registrations for some time, I’ve just deployed an update which makes it possible to enable or disable it for every supported domain through our control panel.

RaspberryPi mirror

February 24th, 2012 by

We’ve long been drinking partners of Eben & Liz who are building the Raspberry Pi ultra-cheap Linux machine which will hopefully breed the next generation of employees for Mythic Beasts. We’ve got secret plans for what we’re going to do with the one that’s on its way to us – to be revealed in a future blog post. Today, in addition to donating all the bandwidth for the main Raspberry Pi website, we’ve added a mirror for Raspberry Pi image downloads using one of our virtual servers. It’s got a full gigabit of IPv4 & IPv6, so download away.

Actually it is rocket science

February 13th, 2012 by

Five years ago we lost a good friend and founder of Mythic Beasts, Chris Lightfoot. In addition to his many public achievements we remember some of the smaller and less well documented experiments. The fan assisted barbeque that had a cooking range of several metres. The hot air balloon that was equally effective at setting fire to fences. The never yet satisfactorily explained quantum effects in the Theory of Asymptotic Washing Up.

Spurring on that traditional english eccentricity and hopefully providing a little inspiration to the next generation of super villans we’ve just agreed to donate a little server to providing hosting for Cambridge University Spaceflight. We’d like to think that in a universe where Chris’ waveform had collapsed differently he’d watch a rocket launch and associated datastream with a hidden sense of excitement before correctly pointing out ‘Now you have Two problems’.