Meta Solutions

That's the Spirit!

Five theme answers were all clued with simply a year:

[1910] = GASTON LEROUX
[1898] = HENRY JAMES
[1987] = TONI MORRISON
[1869] = LEWIS CARROLL
[1843] = CHARLES DICKENS

The years, paired with the authors, each hint at a famous work of literature:

THE PHANTOM OF THE OPERA (LEROUX, 1910)
THE TURN OF THE SCREW (JAMES, 1898)
BELOVED (MORRISON, 1987)
PHANTASMAGORIA (CARROLL, 1869)
A CHRISTMAS CAROL (DICKENS, 1843)

What do these have in common? Well, each one prominently features a character who is a ghost, making each of the writers in the puzzle a GHOSTWRITER, in a way, which is literally what I used to make this puzzle. It wasn't even my idea, in fact. Did you notice the date that the puzzle was posted, btw? Anyway, guess who it was.


Romantic Foreplay

Five theme answers were clued in the format [X-....], where X was a number from 1 to 5. So 16-A was [1-Intimidate], 20-A was [2-Ward of the Man in the Yellow Hat], etc. Ignoring the numbers, the clues led to unremarkable, non-wacky answers.

The idea here, hinted at by the title "ROMANtic FOREplay," is that the Latin prefixes UNI-, BI-, TRI-, QUAD-, and QUINT- can be preprended to the first words of the theme answers that are clued with their corresponding numerical prefixes. So, since 16-A was clued with a leading 1-, UNI- can be added to the answer to form the word UNIBROW. Similarly, BICURIOUS, TRIPOD, QUADRANTS, and QUINTESSENTIAL can be formed, in that order.

Now, given crossword conventions, 52-A, MARRIAGE, should be a theme answer but it isn't clued as one. However, if we continue the pattern, the next prefix that we would add would be SEX-, giving us SEX (before) MARRIAGE, a no-no for most Christians.


Anny Get Your Gun



The grid for this one contains four entries that end in -anny: NANNY FANNY, DANNY, and GRANNY. Additionally, there are three (not entirely obvious) long theme answers: GOAT FARMER, PACK-A-DAY-SMOKERS, and BOY SOPRANO. In each case, the long theme answer is crossed by one of the -ANNY words, such that the -ANNY word can precede the first word of the long theme answer: NANNY GOAT, FANNY PACK, and DANNY BOY. You'll notice that GRANNY is not used. So, is there the name of a firearms manufacturer whose first word can follow GRANNY? Indeed: since GRANNY SMITH is a thing, SMITH & WESSON is the answer.


WEEK 1 - Dim the Headlights

In week 1, I asked you to name the medical procedure hinted at by the puzzle.



Let's take a look at the theme answers:

  • [Crooked (yet fashionable) Wang?] clues IRREGULAR VERA
  • [Pretentious title for one writing fan-fiction about Pikachu?] clues POKEMON BARD
  • [Campaigning org. led by single guys?] clues BACHELOR PAC
  • [Pragmatic anti-drug stance?] clues AGAINST ALL ODS

At first glance these fabricated phrases seem to have nothing in common. Let's take a closer look at them:

  • IRREGULAR VERA is formed from IRREGULAR VERB by changing the B to an A.
  • POKEMON BARD is formed from POKEMON CARD by changing the C to a B.
  • BACHELOR PAC is formed from BACHELOR PAD by changing the D to a C.
  • The last answer, unusually, is formed from AGAINST ALL ODS by changing the DD to a single D.
    (This tripped some solvers up, but it was not my intention to do so. An equally legitimate reading of the transformation in the last theme answer would have you thinking about dropping a D, rather than changing DD to D. A subtle difference, but one that led a few solvers astray)

So, what do A, B, C, D, and DD suggest? The final member should be the give-away: bra cup sizes. Since the theme answers are formed by moving down one size (B->A, C->B, etc.), our answer must be a medical procedure that reduces one's cup size; thus, our answer is BREAST REDUCTION SURGERY.

A few solvers understood the trick, but interpreted it as suggesting BREAST AUGMENTATION. Although one could argue that the actual "direction" the cup sizes are moving is ambiguous (since you have to go up to form the real phrases from the theme answers), I did not accept that answer as the title "Dim the Headlights" should make it clear that there's a reduction involved. Note that I did accept variants such as REDUCTION MAMMOPLASTY and simply BREAST REDUCTION as these are synonymous with the correct answer.

Week 2 - Programming Camp


In week 2, I asked you for the name of a superhero. The title told you to "follow the directions." As you would have quickly noticed, the "directions" are presented in the form of a computer program written in pseudocode (although, to the best of my knowledge, the instruction set used in this puzzle comprises a Turing-complete language, as it allows for variable assignment (EQUALS) and conditional branching (IF and GOTO). This means that the function of any program, no matter how complex, can be emulated using only these instructions. Science!). Let's have a look at the program:

Line 1: INTEGER x = ZERO;
Line 2: STRING y = ENTRY_AT(FIFTEEN ACROSS); (so y = 'NANA')
Line 3: INTEGER z = THREE;
Line 4: Y EQUALS Y PLUS Y;
Line 5: ADD ONE TO X;
Line 6: IF X IS LESS THAN Z GOTO LINE FOUR;
Line 7: SAY Y;
Line 8: END;

So, what does it do? Well, let's trace through it:

Once our variables are assigned (Lines 1-3), we get to Line 4 which says "y = y + y". The clue says that this is a concatenation operation, so concatenate y on itself to get y = NANANANA. Next, we perform an incremental operation to x, so now x = 1. Since it's less than z (z = 3, remember), go back to Line 4 and concatenate y to itself once more, to get y = NANANANA + NANANANA = NANANANANANANANA. Increment x again so that x = 2; still less than 3, so back to Line 4. After one more concatenation, y = NANANANANANANANANANANANANANANANA, and with one more increment x = 3 which is no longer less than 3, so we move on from Line 6, exiting the loop, and go to Line 7 before ending at Line 8. At Line 7 we are simply told to "SAY Y." Given the "camp" qualifier in the title and the fact that we're looking for a superhero, you would probably have difficulty reciting all of those NANANANAs (16 NAs in total) without having BATMAN, which is the contest answer, come to mind.

Although solving this meta required no actual foreknowledge of computer programming, the instructions given do actually constitute a somewhat legit and functional computer program (albeit in an invented language). Not surprisingly given the common interests of many hardcore cruciverbalists (hint: they're mostly a bunch of nerds), a number of solvers felt right at home in this puzzle, and, once the solving was over, some even went for extra credit (alas, the selection process was still random) by implementing the program in the language of their choice. Joel Berghoff whipped up this PHP program that you can view (along with the output) here. Brandon Hensley, a PhD student studying insterstellar dust grains at Princeton, took an unconvential route and implemented the program in Befunge. Befunge belongs to the class of so-called "esoteric" programming languages, which are sort of novelty languages that are created for illustrative or humorous (as opposed to practical) purposes. Fittingly, Befunge code is written not in 1-Dimensional lines of text but on a 2-D grid (technically a torus, as a program can wrap around on all sides). Rather than simply moving from left to right, a Befunge interpreter can move left, right, up, or down while interpreting a program. This is best illustrated by example: to see Brandon's program in action go here, paste the code below into the text window (under the "Clear Source" button), and hit "Run", "Creep", or "Step" to watch the interpreter do its thang.

34*v       - 1    <
   >0" AN AN"#: v  
          > , ^ <  
          ^   _$: |
     @ , *52      <
(Make sure you preserve the line breaks and spacing when copying and pasting)

WEEK 3 - Take the Day Off and Get Stoned

I warned you that this one is pretty tough; indeed, just 8 out of 27 solvers submitted the correct answer. There were several steps in the path to the full solution in this one, but many solvers (including a few that got the correct answer) identified one or the other, but not both. Let's take a look:

In week 3, I asked you for a brand of alcohol, but there isn't really anything in the grid hinting at one.

The theme answers are:

  • [The first program to air on BBC HD] - PLANET EARTH
  • [The Arc de Triomphe, e.g.] - WAR MEMORIAL
  • [Claudius of "Hamlet" and Robert Baratheon of "Game of Thrones" (spoiler alert!)] - STEP FATHERS (that alert should have probably come before the spoiler, I guess)
  • [Work on the chain gang] - MANUAL LABOR

Most solvers noticed, with the help of "take the day off" in the title, that you can add DAY to the second word in each themer to get:

  • EARTH DAY (March 22)
  • MEMORIAL DAY (last Monday of May)
  • FATHERS DAY (3rd Sunday of June)
  • LABOR DAY (1st Monday in September)

But, there's another operative word in the title: "stoned". Some of you also noticed that there are a few stones in the grid: DIAMOND, EMERALD, and PEARL (not technically a stone, but it is commonly referred to as a "gemstone" like the others). So what do these two components have to do with one another? This is the tricky part:

  • DIAMOND (which crosses PLANET EARTH) is the birthstone of March
  • EMERALD (crossing WAR MEMORIAL) is the birthstone of May
  • and PEARL (crossing STEP FATHERS) is June*
It seems that there is one stone missing, as nothing of use crosses MANUAL LABOR. The birthstone of September is SAPPHIRE, so our answer must be BOMBAY SAPPHIRE. *Actually, June has one of three birthstones, depending on who you talk to. Neither Moonstone nor Alexandrite was going to work in the grid, though, nor were any of the remaining single-stone months. However, although June has several birthstones, Pearl is only the birthstone of June, so it's unambiguous. Definitely tricky. Perhaps the solution path was too veiled for an answer that is not entirely unambiguous. Since SAPPHIRE is the only thing you find, could you be sure that you should make a leap to Bombay Sapphire rather than try to uncover another possible layer to the puzzle? Well, none of the solvers who wrote in said that they found it unfair, but then perhaps they were expecting a better answer than this. Not sure about this puzzle; plus, I was disappointed to have weeded out so many solvers before week 4, since I switched the difficulty around. My bad, still trying to get the hang of this meta business.

WEEK 4 - The Digital Divide
In the fourth meta, "The Digital Divide," I asked you for a famous character of literature and film. Let's take a peep at the puzzle:
So just what in the seven hells is going on in those highlighted squares?
The theme answers are:
  • Deep space two? (1) - BINARY STAR
  • Like some games that mathematicians are interested in (no, BORING doesn't fit) (0) - ZERO SUM
  • Like a tumultuous relationship (5) - ON AGAIN OFF AGAIN
  • Ex- (1) - ONETIME
  • Pirate protocol (2) - BIT TORRENT
A fair few numbers in there, including one planted to throw you off ("two"). Didn't like having (0) in the clue for ZERO SUM and (1) in the clue for ONETIME at first, but I left them in as sort of another red herring, as the repetition itself is of no significance. Then what to make of the numbers in the parentheses? Looking at just the first words of the answers (or first word of each clause, in the case of the 4-word one), we've got BINARY, BIT, ON, OFF, ZERO, ONE, telling us we've got to think in the language of computation. Converting the numbers to binary and taking another look at the entry, we have:
  • 1=1 (BIARYSTAR)
  • 0=0 (ZEROSUM)
  • 5=101=0101 (ONAGAINOFFAGAIN)
  • 1=1=01 (ONETIME)
  • 2=10 (BITTORRENT)
Tricky, to be sure, and not perfect because you have to add leading zeros to two of the figures. However, this isn't really part of the solution path, only a hint in the right direction. If we take a good look at the grid, we see that, neglecting the theme answers and one blasted escapee, the only other Is and Os in the grid fall on the diagonal, running NW to SE (creating a "digital divide," as they literally partition the grid into two). Interpreting them as another binary number (using big-endian notation since that's what used in the clues. Big-endian means that the most significant digit comes first when reading left to right. Our familiar base-10 system is big-endian), we get 11111010001 = 2001.
At the intersection of "2001" and bits & bytes, I argue that we find none other than HAL 9000, a character of Arthur C. Clarke's 2001: A Space Odyssey and Kubrick's adaptation of the same name, which is our contest answer.
Now, as to that small but significant error. I had intended to have the only Is and Os in the grid be the ones in the themers and on the diagonal. Somehow, though, I missed an O right in 1-A, at the crossing of AMO and OGS (which isn't even good fill, or is at least quite tricky, as some solvers noted). The frustrating thing is that there are a number of perfectly legitimate alternative fills for that corner, which I know because I tried a bunch of them. I even prepared a special wordlist by removing all words containing I or O from my master list just so I wouldn't fall in love with an I/O answer while browsing and not notice it. I wasn't even in love with either AMO or OGS, so I don't know what happened there. Anyway, I don't think it's the end of the world, although I beat myself up about it for a few days. From the comments I've received from solvers (from both the correct and incorrect camps), nobody was thrown off by it (though a few noticed). However, my offer still stands: if you didn't submit HAL 9000 (or just HAL, or at least some indication that the computer from 2001 is your answer) because you were led off on a wild goose chase by the stray O, let me know and I'll figure something out. I won't pick a winner until the new puzzle goes up sometime early (like 1 or 2am) Tuesday morning.