Level 21
Moderators: UncleTimmy, mjpieters
Enjoying the challenge? Need a hint?Make a donation and help keep the site running! -thesamet
The fact that the data's uncompressible must mean that it's already compressed, or it's encrypted (Interestingly enough; I ran a chi-square on the ZIP file and it's even lower than the .pack file, just 295!). Seeing as how this is supposed to be a programming challenge, I was expecting something that I could actually decipher with a program, but so far I'm coming up empty. Even the last few comments, which have some specific information in them, are meaningless to me.
What the hell is with this level? I really don't get any of the hints (I tried reversing all the bits in the file, but that didn't get me anywhere, and as the designated outcast, I didn't play with anybody else as a kid, so I have no idea what game he's talking about.)
What the hell is with this level? I really don't get any of the hints (I tried reversing all the bits in the file, but that didn't get me anywhere, and as the designated outcast, I didn't play with anybody else as a kid, so I have no idea what game he's talking about.)
Still without a clue.
jtauber wrote:btw, i think it's obvious what game he played as a kid.
So did you figure that out before or after you discerned the as-yet-invisible-to-me sequence you've been mentioning?
-tah
Re: Still without a clue.
tah wrote:jtauber wrote:btw, i think it's obvious what game he played as a kid.
So did you figure that out before or after you discerned the as-yet-invisible-to-me sequence you've been mentioning?
Before. It's how I got the sequence that reminded me of a game I used to play at birthday parties.
Re: Still without a clue.
jtauber wrote:It's how I got the sequence that reminded me of a game I used to play at birthday parties.
Any hints towards what game this might be; games differ from culture to culture, and the games I can come up with from my youth don't offer me any clues..
Re: Still without a clue.
mjpieters wrote:Any hints towards what game this might be; games differ from culture to culture, and the games I can come up with from my youth don't offer me any clues..
I only remembered the kids' game after I'd completed it. It's a 2nd-law-of-thermodynamics problem; and one that gets proposed from time to time by the same people who think they've made a perpetual motion machine. (The tricky bit is working out where the header went; and what to use that doesn't require headers. I had to write my first Python program to solve this---about 15 lines! I'm very impressed now with Python's power and string handling.)
Re: Still without a clue.
mjpieters wrote:jtauber wrote:It's how I got the sequence that reminded me of a game I used to play at birthday parties.
Any hints towards what game this might be; games differ from culture to culture, and the games I can come up with from my youth don't offer me any clues..
Well, I only made the connection *once* I'd solved it. I don't think it helps you solve it.
The biggest hint I can give for someone who is still stuck with package.pack is to encourage you to think about WHY IT DOESN'T COMPRESS.
The hint about looking backwards is useful later on.
Re: Still without a clue.
dfsmith wrote:The tricky bit is working out where the header went; and what to use that doesn't require headers.
Right. This is the key insight that unblocked me. I was thinking it can't be a such-and-such file because it doesn't have the right header. Well, there is a format that doesn't need such a header and it took a Python library rather than a Unix command for me to discover that.
Re: Still without a clue.
jtauber wrote:Well, I only made the connection *once* I'd solved it. I don't think it helps you solve it.
Ah, good, at least that gives us no disadvantage.
The biggest hint I can give for someone who is still stuck with package.pack is to encourage you to think about WHY IT DOESN'T COMPRESS.
Yes, I've been thinking about that almost immediately after I saw the data. I see 3 possibilities:
- it's (mostly) random data, but that seems rather unlikely
- it's compressed
- it's encrypted
The second option seems most likely, I guess.
Re: Still without a clue.
dfsmith wrote:It's a 2nd-law-of-thermodynamics problem; and one that gets proposed from time to time by the same people who think they've made a perpetual motion machine.
Yup, got that far too; lot's of entropy here, how do I make something less chaotic from it. Just was hoping on a clue as to what game is referred too.
(The tricky bit is working out where the header went; and what to use that doesn't require headers. I had to write my first Python program to solve this---about 15 lines!
Doesn't sound too bad a problem then, if it can be solved in a handful of lines of Python.
Re: Still without a clue.
mjpieters wrote:Doesn't sound too bad a problem then, if it can be solved in a handful of lines of Python. :)
OTOH a handful of lines of Perl would be a puzzle al by itself :)
Re: Still without a clue.
mjpieters wrote:Yup, got that far too; lot's of entropy here, how do I make something less chaotic from it.
Right, there's only about 400 bits of real entropy there. (Not counting the font information, or properties of the English language.) It's reversible.
Return to Python Challenge Hints
Who is online
Users browsing this forum: No registered users and 2 guests
