Thu Mar 22, 2007 3:04 pm by newfweiler
I came late to the Python Challenge. I hope someone else still reads this and can get me unstuck. (I got all the way to level 28 on just the hints from this board and two hints from thesamet.)
The color was easy because I knew the joke about the English as a Second Language student. (" ... and so I pink it up ...") It was easy to see as well.
Also, with help from the hints I found an artifact which (now that I know where it is) is easy to see in the picture. I think this is the "24 pairs" someone mentioned. It resists analysis.
But other things I found don't quite go along with the hints. I see lots of 4's and 2's but not many 42's as such. Or I should say I see "03 01" and "01 03" and "02 00" and "00 02" all over the place. (Do I need a 2400-baud modem at this point? All I can think of is Quadrature Amplitude Modulation. There are 16 ways to map {"0301","0103","0200","0002"} to {0,1,2,3}.)
I see no reference in the hints to the visible vertical stripes. "x & 3" seems to be significant based on the hints, but "x & 8" seems to have too much information, "x & 2" too little information, and "x & 1" the wrong information. I can think of 40,320 ways of rearranging the bits.
In short I see millions of places to go next and not a single travel/vacation brochure (whatever that is supposed to mean) to narrow them down.