Are you smart enough to work at a start-up?
news.com.au
Are you smart enough to work at a start-up?
1–10 of 24 posts
Re: Are you smart enough to work at a start-up?
#2Re: Are you smart enough to work at a start-up?
#3Looks like that number is in base-36 instead of base-10 (decimal). Using http://www.unitconversion.org/numbers/base-10-to-base-36-con... yields number 80113871 as the last 8 digits of the phone number.
Re: Are you smart enough to work at a start-up?
#4Re: Are you smart enough to work at a start-up?
#5Also, where's the startups in Brisbane anyway :-/
Re: Are you smart enough to work at a start-up?
#6Looks like that number is in base-36 instead of base-10 (decimal). Using http://www.unitconversion.org/numbers/base-10-to-base-36-con... yields number 80113871 as the last 8 digits of the phone number.
parseInt('1bp49b', 36)
"The only problem is it's so tough, no one has managed to crack it yet." is very sillyRe: Are you smart enough to work at a start-up?
#7Looks like that number is in base-36 instead of base-10 (decimal). Using http://www.unitconversion.org/numbers/base-10-to-base-36-con... yields number 80113871 as the last 8 digits of the phone number.
You can also type the following in your JS console :) parseInt('1bp49b', 36) "The only problem is it's so tough, no one has managed to crack it yet." is very silly
Re: Are you smart enough to work at a start-up?
#8Looks like that number is in base-36 instead of base-10 (decimal). Using http://www.unitconversion.org/numbers/base-10-to-base-36-con... yields number 80113871 as the last 8 digits of the phone number.
Looks like you are smart enough to work at a startup!
Re: Are you smart enough to work at a start-up?
#9Re: Are you smart enough to work at a start-up?
#10Can 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