Search found 23 matches

by bok
Fri Apr 03, 2009 8:37 pm
Forum: Challenges Solved
Topic: Say it
Replies: 15
Views: 2060

Congratulations!
There's no intentional randomness in the recording. The random artifacts are probably caused by a combination of the voice generator and the mp3 encoder.
by bok
Mon Mar 23, 2009 5:27 pm
Forum: Challenges Solved
Topic: Cereal
Replies: 6
Views: 527

Congratulations! Indeed, the message is encoded using a Rice Code. When I made the puzzle, I wasn't sure how difficult it would be to solve. It took a while for anyone to crack it, it I guess it was a bit harder than I planned. It's interesting to see that one of you got to the answer without any kn...
by bok
Tue Nov 04, 2008 6:32 pm
Forum: Challenges Solved
Topic: snake arithmetic
Replies: 16
Views: 1570

Indeed, the intention of the challenge was to figure out that it was based on the convergence of the infinite series 1/1 - 1/3 + 1/5 - 1/7 + 1/9 .... This is often called the Leibniz formula. You can find a proof for the computation at: http://en.wikipedia.org/wiki/Leibniz_formula_for_pi The sad thi...
by bok
Wed Oct 15, 2008 4:43 pm
Forum: Challenges Solved
Topic: Descartes
Replies: 4
Views: 504

Thanks tails,

indeed, I messed up the word ANSWER. Thanks for the fix. We'll update the challenge on the server.
by bok
Mon Oct 13, 2008 12:50 am
Forum: Challenges
Topic: State your position
Replies: 11
Views: 21790

Congratulations, gfoot, you're the first to solve that puzzle!
I'm really happy that you did, because Adum keeps telling me that my puzzles are too obscure for people to solve. You just proved him wrong. Thanks.

-- bok
by bok
Tue Jul 15, 2008 4:23 pm
Forum: Challenges
Topic: hackvm documentation for 'v'
Replies: 1
Views: 8050

You're right, the documentation was wrong. I've fixed that on the web page.
Thanks for spotting that.
by bok
Sat Jun 14, 2008 6:56 pm
Forum: Challenges
Topic: Prizes
Replies: 7
Views: 16357

Prizes

Congratulations to Allosentient! He is the first prize winner for having reached and solved the "It's a very small word!" challenge. But this is not the end... we are continuing the prizes for the Challenge section, and we will continue adding new challenges as time goes, so stay tuned and...
by bok
Sat Jun 14, 2008 6:24 pm
Forum: Challenges
Topic: How to start the challenges?
Replies: 1
Views: 7223

This is a known problem with the map viewer: if you're not logged in, you won't see any of the points on the map. Make sure you're logged in, and then go back to the challenge map, and you should see the points (you might have to reload if you had already visited the challenge map page from the same...
by bok
Sat Jun 14, 2008 8:27 am
Forum: Challenges
Topic: Tic Tac Blah
Replies: 31
Views: 45616

I've looked at the answers you've submitted, and I can tell you that they are not being rejected because of a rounding error or a syntax issue. The values are pretty far off. Maybe I can try to give an example to clarify what's being asked: The first player plays in the center. After that, the secon...
by bok
Thu Jun 12, 2008 7:39 pm
Forum: Challenges
Topic: Challenge Map doesn't work
Replies: 12
Views: 15514

That might be because you were not logged in. The flash app uses an HTTP request to get the challenge data for your account. If you're not logged in, the server won't return the data, but the app is not sophisticated enough to display that error condition. You can checked if you have logged in from ...
by bok
Thu Jun 12, 2008 8:18 am
Forum: Challenges
Topic: Confused on what a challenge is asking?
Replies: 48
Views: 82017

Indeed, 'Anyboy Out There' is solvable... I just checked it.
by bok
Thu Jun 12, 2008 6:14 am
Forum: Challenges
Topic: Challenge Map doesn't work
Replies: 12
Views: 15514

The map viewer is a flash app written with Flex 3.0. As such, the browser version should not matter much, as long as the flash plugin works well. Can you describe what problem you're having exactly?
by bok
Tue Jun 10, 2008 7:45 am
Forum: Challenges
Topic: Breakout / Breakout Extreme
Replies: 24
Views: 44593

You could play those by hand if you've got very good hand-eye coordination and a lot of patience. However, I recommend to lazy people, like myself, to find a way to 'cheat' the game. There are several ways to do that. Looking at which language the game is implemented in might help you figure out whi...
by bok
Tue Jun 10, 2008 7:38 am
Forum: Challenges
Topic: Confused on what a challenge is asking?
Replies: 48
Views: 82017

In general, crypto challenges don't have, like some other challenges, a clear indication of what you're supposed to do. They all behave the same way, however: what's on the challenge page (text, image, sequence, whatever) can be decrypted into a short answer, or answer description (but be aware that...
by bok
Sun Jun 08, 2008 11:40 am
Forum: Challenges
Topic: I Will Be Execute
Replies: 26
Views: 39084

Nice to see that you have a C# implementation of the VM. Maybe you can post it to share with others?