Hacker News new | ask | show | jobs
by 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
2 comments

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 :(
in ruby '1bp49b'.to_i(36)
I'd be remiss without mentioning it in python: int('1bp49b', 36)