Search found 338 matches

by Hippo
Fri Feb 12, 2021 5:15 pm
Forum: Challenges
Topic: Tiny Sentence Reversal
Replies: 1
Views: 8085

Tiny Sentence Reversal

And 42 is still under the hill.
by Hippo
Thu Feb 11, 2021 12:59 am
Forum: Challenges
Topic: Tiny Sentence Reversal
Replies: 1
Views: 8085

Tiny Sentence Reversal

I just got 43 ... but I am afraid the last 3 steps will be hard ... (maybe there is nonzero tolerance ...)
by Hippo
Tue Feb 09, 2021 5:52 pm
Forum: Challenges
Topic: Superhack multithreading stack error?
Replies: 2
Views: 10010

It works according to the definition. Don't forget that the memory is shared. The thread 0 has stack pointer pointing further than the thread 1, so thread 0 writes before thread 1 reaches the position and thread 1 rewrites ones by zeros.
by Hippo
Sun Feb 07, 2021 9:59 pm
Forum: Challenges
Topic: Matrix Recoded
Replies: 5
Views: 15626

This challenge is actually much easier than the number of solvers suggests.

There is already a lot of good hints here, and note that there are 32 columns.
by Hippo
Sat Feb 06, 2021 3:25 pm
Forum: Challenges Solved
Topic: Matrix Recoded
Replies: 2
Views: 832

I have left this challenge alone for a long time. Recently I have decided to make some progress. Frequency analysis showed the uniqueness of the symbols. OK, I have decided to read the symbols ... I have googled the matrix font and wow ... signs, e decimal point. ... Why was I so blind and have not ...
by Hippo
Fri Feb 28, 2020 10:11 am
Forum: Challenges
Topic: Dungeon Master
Replies: 66
Views: 101812

Re: Is the challenge working ? (sorry, message does not app

by Hippo
Mon Sep 09, 2019 1:41 pm
Forum: Challenges Solved
Topic: Maybe Smallest Mouse
Replies: 8
Views: 1180

Re: Maybe Smallest Mouse

AMindForeverVoyaging wrote:
Hippo wrote: Yep, just te last step took me 2 years ... as there is just a probabilistic solution with rather small probability of success.
Well then it is not a correct solution. Correct means: You give the answer, it is accepted, finished.
Well then it is not a correct puzzle :P
by Hippo
Wed Aug 07, 2019 8:12 am
Forum: Challenges Solved
Topic: Maybe Smallest Mouse
Replies: 8
Views: 1180

Re: Maybe Smallest Mouse

ogi wrote:Oh. I'm not soo bad :D ! My solution only sucks if mem[1] is max.
seriously: DOES there exist any CORRECT solution with 24 or less??
Yep, just te last step took me 2 years ... as there is just a probabilistic solution with rather small probability of success.

(If I remember well :P)
by Hippo
Fri Jun 21, 2019 4:27 pm
Forum: Challenges
Topic: Deluge
Replies: 7
Views: 19372

code "!" returns 'failed to flood correctly' is incorrect. (finished with wrong result)
code "0c" returns 'is incorrect.' (cycle limit exceeded)
code "+" returns 'is incorrect.' (execution error)
intended answer returns 'is correct'. (finished with correct result)
by Hippo
Mon Jun 17, 2019 10:26 am
Forum: Challenges
Topic: Deluge
Replies: 7
Views: 18307

Hmm, this thread is old but for me the stated problem is still relevant. My Program works fine on some sample inputs, including the one shown on the challenge-page and an empty grid. I'm always below 50k cycles, but the Program is not accepted (not flooding correctly). Is there a limitation to the ...
by Hippo
Mon Jun 17, 2019 10:15 am
Forum: Challenges
Topic: Deluge
Replies: 17
Views: 31712

Hey ElleXuzZ, I got the same problem some time (wow, several years already) ago. Posted a similar question in another deluge-thread here: http://www.hacker.org/forum/viewtopic.php?t=1095 Never got a reply, nor did I find a solution that is accepted. @Hippo, as you solved it and are still around, do...
by Hippo
Thu Jun 13, 2019 11:04 am
Forum: Challenges
Topic: Deluge
Replies: 17
Views: 31712

Yep, the input format is as you have written.
by Hippo
Tue Apr 09, 2019 7:34 am
Forum: Challenges
Topic: Filtration Residue
Replies: 24
Views: 43520

ahh man, I've got so far with this. I've spotted the clever trick and found the hidden data inside, and I'd already used a tool eluded to earlier (always do with PNG puzzles) to look at the chunks, but nothing is leaping out at me. I must use the data I've found in the file now somehow, but I got n...
by Hippo
Tue Jan 22, 2019 7:20 am
Forum: Challenges Solved
Topic: Say it
Replies: 15
Views: 2049

Congrats and respect to your patience.
by Hippo
Wed Dec 12, 2018 8:25 am
Forum: Challenges Solved
Topic: Surely Smallesterest Mouse
Replies: 0
Views: 1739

Surely Smallesterest Mouse

Did any solver used better than (3/20)^5 success probability approach?