I agree, "The only problem is it's so tough, no one has managed to crack it yet" is a very silly comment. Anyone who's done high school computing can probably figure this one out :(
Kinda silly given they tell you the base...it'd be cooler if they didn't give you the base and you had to play with it until you had something that fit the phone numbers in the area that the company is in
As someone soon to be entering the job market, can you suggest a good way to look around? All the dev positions I see around are just generic enterprise Java/.NET/etc for some corporation
I actually don't know. I've actually made some contacts within enterprise .Net for contract opportunities.
I know that there's quite a few opportunities in the start-up space in entrepreneur meetups in Brisbane go to meetup.com. Although most often it will be the "I have an idea and I want you to be technical co-founder and do all the work for no pay" arrangement being sought after. The Silicon Beach scene has a huge amount of ideas people looking for "technical" so you'll be surrounded by vultures but at least you could pick and choose.
Sorry for the late reply.
Or no one has cared to try... Being able to identify a base-36 number isn't a good measure at all of being a good engineer, obviously. Google used to do something similar to this and then stopped once they figured that out.
Did anyone actually call up and checked if that is the solution? The base 36 thing was also the first thing that came to my mind, and after evaluating the number, I saw that the start is 8..., quickly checked the australian number codes and saw that sydney is indeed +61 02 8..., so for me there's a chance that's the solution. However, since it seemed kind of trivial to me, I thought maybe it's a prank of some sort...
Can anyone explain how the conversion works? I don't get how it works even after looking at the conversion table at http://en.wikipedia.org/wiki/Base_36
In decimal, when you reach numbers after 9, there's no longer a single symbol you can use to represent the next number. Hence, you represent it as 10, which is one 10 and zero 1s. 11 is one 10 and one 1. This decimal, or base 10 system hence uses only 10 symbols, (0-9). In base 36, you can use additional other symbols, up to 36 different symbols. In this case they are 0-Z, changing to the letters of the alphabet A-Z as the remaining 26 unique symbols needed. Hence A is 11, B is 12 ... Z is 35. 36 (base 10) is then represented as 10 (base 36), one 36 and zero ones. 36^2 = 1296 (base 10) would be represented as 100 (base 36).