...and I thought "How unusual! How clever! What a fascinating concept!” An old object (a quill pen) was being used to produce a thoroughly modern object (binary code used by computers).
But can you read it?
I can.
Finding out what it says is a two-step process. First, we express the binary (base 2) data in hexadecimal (base 16) notation, a kind of shorthand that is simpler to read:
Row 1: 47 67
Row 2: 6F 6C
Row 3: 6F 65
Next, we look up the meanings of these values in an ASCII (American Standard Code for Information Interchange) conversion chart, and we get the following:
47 67 = G g
6F 6C = o l
6F 65 = o e
Eureka! (or I have found it!), as Archimedes (c.287 BCE - c.212 BCE) may or may not have said while sitting in his bathtub one day or after inventing the water screw (two completely unrelated events, and the latter is not what you may be thinking).
What I have found, friends, is that the quill was not writing rows at all, but columns, for when read as rows the message is “Ggoloe” (gibberish) but when read as columns it turns out to say “Google”!
Really, people, the