I wrote a quick script to brute force all the combinations based on VSarkiss number being "off by one". Every single one returns the same page as a 500 error. (not a 404 which indicates a problem with the server or a poor implementation)
I repeated using the correct numbers (pi containing 2653 instead of 6253) and got the same response.
So Alfie, what's the deal? Hamish said that you admitted that you had rounded instead of truncated.
What kind of treasure hunt has clues and solutions that don't match?
Hm? (Score:2)
Re: (Score:1)
Re: (Score:1)
Re: (Score:2)
Re: (Score:1)
I repeated using the correct numbers (pi containing 2653 instead of 6253) and got the same response.
So Alfie, what's the deal? Hamish said that you admitted that you had rounded instead of truncated.
What kind of treasure hunt has clues and solutions that don't match?
Re: (Score:1)
So to play on that, I added a joke in my page source since I knew it would egg him on towards getting on with his skunkworks.
If you're really bored, I found this:
http://www.pythonchallenge.com/
Just pick up the challenges using Perl instead of Python
Anyway the solution to the first one was something along the lines of:
#!/usr/bin/perl
use
Re: (Score:1)
I did actually try addition in case you were being ambiguous about the meaning of '+', but I didn't try it with the rounded values...
Re: (Score:1)