The following image represents a section of text:

What does it say, and who wrote it?
Moderator: Michael Wallace
Have you tried? I too assumed at first it was a QR code, but my iPad doesn't recognise it if it is, nor as a 2D data matrix.Gavin Chipper wrote:If you've got a "smartphone", just scan it for the answer.
I'm not up-to-date enough to have one.Phil Reynolds wrote:Have you tried? I too assumed at first it was a QR code, but my iPad doesn't recognise it if it is, nor as a 2D data matrix.Gavin Chipper wrote:If you've got a "smartphone", just scan it for the answer.
Here's the grid in machine-readable form, if anyone wants to do their own computery experiments on it (black=1, white=0):Matt Bayfield wrote:I noted that the image is a 36 x 36 grid, and if I replaced the black squares with 1, and white with 0, I ended up with 36 lines of binary (seems more logical than setting black = 0, white =1, given the large areas of white space). I then tried breaking down each line into groups of n bits (ideally where n is a factor of 36, for neatness, but this doesn't necessarily have to be the case, if you allow run=on to the next line), hoping to find a connection between the resulting decimal numbers and the position of letters in the alphabet.
Sadly, I couldn't seem to get any joy here. I'm not about to embark on attempting every possible variation on the above.
Code: Select all
000111010010001000000000110001011110
101001000000001010101011001010100011
000000001100011000110001000000000010
000000010110010010100111001010000000
010010011100000000000100001010001000
110111000000000111010010001000000000
110001011110101001000000001010101011
001010100011000000101101000010011000
010110000000101101010010100111010000
000000100111001010011100000000000110
000010100111100101000000011110011100
000000110001011110101001100011000000
010000001010000010001000110111000000
000111010010001000000000110001011110
101001000000001010101011001010100011
000000011010010010011000010110000000
100111010000010010100101000000010110
010010011100001000000000011110001100
000000000110011110101101110111000000
101100001010011000011000110101000000
101101001010000000000110000010011100
000000001000011110000000010010100111
110100000000101100001010000000010110
011100011110101101000000010000011110
101101110100000000010001001100000000
110001011110101001000000011100001010
101011001010100011000000001000010010
001000110101000000110001011110101001
000000100101010000011110101001011000
001000110100000000100110010000001010
100101001010000000100111010000010010
011100001110100101000000000010100011
001010000000001100101001011100000000
000010011100001000000000001100101001
011100000000010010100101000000001110
011110011110001000110100000000000000
Code: Select all
Did Yo
U eVeR
flY a
kiTe
in bed
@ Did
YoU eV
eR Wal
k WiTh
Ten c
aTS on
YoUR
head@
Did Yo
U eVeR
milk
ThiS k
ind of
coW@
vell@
We can
do iT
@ ve k
noW ho
W@ If
YoU ne
VeR di
d@ YoU
ShoUl
d@ she
Se Thi
ngS aR
e fUn
and fU
n iS g
ood@
I agree. You can't really claim it as a perfect solve.Andrew Feist wrote:The punctuation would be easily inferable if I had bothered, I think (or just looked up what it was supposed to be) -- that's how the whole thing got started anyway, so you might as well keep guessing.
I got stuck somehow thinking that the capitalized letters were important to the message somehow, and it never quite clicked that the pattern was really "these are all the letters that follow q in the alphabet"; had I noticed that, the rest could have been fixed (not that I would have known why the code suddenly changed at q, but I should have figured out that it did).
Heh. I'm still impressed that you solved it at all. If I'd been really evil (as I'd planned originally) and completely randomised the letter assignations (e.g. 0 = R, 1 = f, 2 = z, 3 = M etc. or similar) would that have made it completely unsolvable, do you think? My instinct was that it would have done (which is why I didn't do it in the end) because the passage is too short, but I'm wondering about that now.Andrew Feist wrote:The punctuation would be easily inferable if I had bothered, I think (or just looked up what it was supposed to be) -- that's how the whole thing got started anyway, so you might as well keep guessing.
I got stuck somehow thinking that the capitalized letters were important to the message somehow, and it never quite clicked that the pattern was really "these are all the letters that follow q in the alphabet"; had I noticed that, the rest could have been fixed (not that I would have known why the code suddenly changed at q, but I should have figured out that it did).
Since a was a single-letter word and e was by far the most common letter, those would still have worked. Since all the words were so short (even if you figure out i?, you still have is, it, in to go through and try), that made it a lot harder to get much farther without the pattern in the numbers, although I did have (well, guess) ever/never based on the letter pattern. I might have gotten lucky with the guesses, but I suspect I would still be working on it.JimBentley wrote:Heh. I'm still impressed that you solved it at all. If I'd been really evil (as I'd planned originally) and completely randomised the letter assignations (e.g. 0 = R, 1 = f, 2 = z, 3 = M etc. or similar) would that have made it completely unsolvable, do you think? My instinct was that it would have done (which is why I didn't do it in the end) because the passage is too short, but I'm wondering about that now.Andrew Feist wrote:The punctuation would be easily inferable if I had bothered, I think (or just looked up what it was supposed to be) -- that's how the whole thing got started anyway, so you might as well keep guessing.
I got stuck somehow thinking that the capitalized letters were important to the message somehow, and it never quite clicked that the pattern was really "these are all the letters that follow q in the alphabet"; had I noticed that, the rest could have been fixed (not that I would have known why the code suddenly changed at q, but I should have figured out that it did).