Y
Hacker News
new
|
ask
|
show
|
jobs
by
jnord
4642 days ago
Looks 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.
3 comments
vjeux
4642 days ago
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
link
yeah_ok
4642 days ago
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 :(
link
jdoconnor
4642 days ago
in ruby '1bp49b'.to_i(36)
link
Patrick_Devine
4642 days ago
I'd be remiss without mentioning it in python: int('1bp49b', 36)
link
damncabbage
4642 days ago
In poster form:
http://www.flickr.com/photos/craftydogma/6657220791/
link
aaronpk
4642 days ago
Looks like you
are
smart enough to work at a startup!
link
gooderlooking
4642 days ago
You too can be like Zuckerberg, by becoming employee #336 at a company rebranded in 2009 as a startup!
link
ajtaylor
4642 days ago
That was my first thought as well. Please don't tell me no one in Sydney managed to think of this.
link