49

After two eventful years, Sparkles the Unicorn is determined to spend this year's holidays relaxing at home.

I bet she'd love to see her friends. Why don't you /visit-sparkles and see how she's doing?

(Please keep the details of your visit to yourself until January 4, 2023 at 21:00 UTC.)

0

12 Answers 12

24

The Sparkles the Unicorn game is only fun if you can find the beginning. To clarify the OP, it starts here:

https://winterbash2022.stackexchange.com/visit-sparkles

You can also join us in the Winter/Summer Bash 2022 chat room to discuss Sparkles' plight. (WARNING: Certain messages in the room may contain spoilers! You probably want to try to solve the riddles first, and only join if you're stuck to the point of it being no longer fun. Please do not post outright answers even in the chat room.)

22

Here's the full solution to the Sparkles adventure.

This is what you'd get from going to winterbash2022.stackexchange.com/visit-sparkles

It’s that time of year. Sparkles the Unicorn has been enjoying a year of bliss and vacation, and now it is time to fulfill her holiday duties to spread joy as far as it can go.

You walk to Sparkles’ house. As you move to press the doorbell, a note tacked to the door catches your eye. It reads:

BPM CVQKWZV UCAB ZMUIQV NZMM
AMJH OCZ XJMMPKODIB DIAGPZIXZ
WN BPM KWUXCBMZ.
FVB?
HP OZ YZE MPWTPGP JZF.
JR QB ABG ORYVRIR LBHE YVRF.
RZ YJ IJO WZGDZQZ TJPM OZMMDWGZ XDMXPDOMT.
UVY KV DL ILSPLCL FVB HYL VYNHUPJ PU UHABYL.
EM PIDM BISMV GWCZ CVQKWZV.
MNIFYH MJULEFYM ZLIG NBYCL BIGY.
XKGJ UAX TUZK, ROTK HE ROTK.
LHJO SPUL, H SLAALY. MYVT AOLT, H SVJHAPVU.
DGLB SQ. RUM UMPBQ, MLC NJYAC.
ACZGP ESLE JZF LCP SFXLY.

Sparkles is not home. Where did she go? Or… where was she taken…?

Again? Really? Can Stack Exchange not afford better security for Sparkles? I mean, I don't have this problem with my unicorn. Oh well. On with our giant captcha test quest to save Sparkles!

Based on the solutions from the 2021 quest, I took a stab at doing letter offsets, and it turned out the note was another offset puzzle, but with a twist: each line had a different offset. More importantly, it uses an "around the world" methodology (a Z with an offset of 5 becomes E). I wrote a simple PHP script to try different offsets ( https://3v4l.org has a real-time PHP parser so I could rapidly try different offsets). Insert any string into $string = ''; and change $offset (there's more than one place to use this)

<?php
$string = '';
$offset = 26;
foreach(str_split($string) as $char) {
    if($char == ' ' || $char == "\n" || $char == '.' || $char == '?' || $char == ',') {
        echo $char; continue;
    }
    $ord = ord($char);
    if($ord > (90 - $offset)) $ord -= 26;
    echo chr($ord + $offset);
} 
Note Translation Offset
BPM CVQKWZV UCAB ZMUIQV NZMM THE UNICORN MUST REMAIN FREE 18
AMJH OCZ XJMMPKODIB DIAGPZIXZ FROM THE CORRUPTING INFLUENCE 5
WN BPM KWUXCBMZ. OF THE COMPUTER. 18
FVB? YOU? 19
HP OZ YZE MPWTPGP JZF. WE DO NOT BELIEVE YOU. 15
JR QB ABG ORYVRIR LBHE YVRF. WE DO NOT BELIEVE YOUR LIES. 13
RZ YJ IJO WZGDZQZ TJPM OZMMDWGZ XDMXPDOMT. WE DO NOT BELIEVE YOUR TERRIBLE CIRCUITRY. 5
UVY KV DL ILSPLCL FVB HYL VYNHUPJ PU UHABYL. NOR DO WE BELIEVE YOU ARE ORGANIC IN NATURE. 19
EM PIDM BISMV GWCZ CVQKWZV. WE HAVE TAKEN YOUR UNICORN. 18
MNIFYH MJULEFYM ZLIG NBYCL BIGY. STOLEN SPARKLES FROM THEIR HOME. 6
XKGJ UAX TUZK, ROTK HE ROTK. READ OUR NOTE, LINE BY LINE. 20
LHJO SPUL, H SLAALY. MYVT AOLT, H SVJHAPVU. EACH LINE, A LETTER. FROM THEM, A LOCATION. 19
DGLB SQ. RUM UMPBQ, MLC NJYAC. FIND US. TWO WORDS, ONE PLACE. 2
ACZGP ESLE JZF LCP SFXLY. PROVE THAT YOU ARE HUMAN. 15

Each line gives a letter? Hmm... and none of the offsets are greater than 26. Let's turn the offsets into letters.

RERSOMESRFTSBO

Another puzzle! There's more than one word, so a mere anagram solver won't help much. It took some trial and error to weed out the next location

SOMBER FORTRESS

winterbash2022.stackexchange.com/somberfortress greeted you with this page

You arrive at the gate to a large, ancient fortress. The air is cold, and the stone walls are a dismal grey. You can see Sparkles beyond the gate, trapped once again. Sparkles sees you, and rushes towards the gate. The gate, however, holds firm.

On the wall next to the gate is an alphanumeric keypad with a small note taped to it. You're concerned for a moment that someone wrote the access code on the note. That'd be very poor security! But no, thankfully it just says /##£.

In front of you is a pressure plate, and a large leather knapsack sitting atop it. The bag is empty. You push the bag to the side, and stand on the plate. Glowing letters appear in the surface of the obsidian wall. They read:
SURELY A COMPUTER COULD NEVER SOLVE SUCH A PROBLEM.
THE WEIGHT’S THE KEY, YOU SEE.
AND COMPUTERS WEIGH NOTHING.

Seven stones fall from the ceiling around you, crashing into the floor below. You narrowly dodge these stones, and the dust takes a moment to settle.

Once the dust clears, you can see that the stones vary in their weights and sizes. On each stone is printed a set of letters. Each stone also fills the bag a specific amount. Thinking quickly, you pull your notepad out, and form the following table:

For the sake of brevity, I'm including the original table with the solution column added (i.e. Offset was not part of the original page, obviously)

% of bag filled Text on the stone Offset
12% ONTMCR 1
18% MLRKAP 3
27% EDJCSH 11
32% LKQJZO 4
54% CBHAQF 13
74% UTZSIX 21
86% QPVOET 25

Each of the scrambled words is POUNDS in a different offset. You can't make 100%, but you can make 99%. The hint is /##£(where £ is the UK symbol for pounds, the name of the UK currency), meaning the next URL is simple a two digit number, derived from adding the pounds from each stone in that 99%

3 (18%) + 11 (27%) + 13 (54%) = 27 (99%)

winterbash2022.stackexchange.com/27

At this point, you were asked a 10-question quiz. Some of the questions were quite arcane:

Q: What is the official name of the chat system?
A: Bonfire.

Get them all right and you save Sparkles! Otherwise... enjoy your secret robot internet (complete with secret robot mask).

5
  • 8
    A nice detail I enjoyed was that \sombrefortress (the spelling more commonly used outside the US) was accepted as the URL for the second step as well :)
    – CDJB
    Commented Jan 4, 2023 at 21:14
  • 6
    "and none of the offsets are greater than 26"... To be fair, considering how Rot works, I would have been very surprised if any offset was greater than 26 :P Commented Jan 5, 2023 at 9:31
  • 2
    Plot twist: the quiz question was just a way for Catija to get a bunch of badges for her MSE answer about chat. (I'm actually shocked it's still sitting at a score of 12.) Commented Jan 5, 2023 at 9:35
  • I used an online decipher to translate the first clue and to find out that every stone spelled "POUNDS": dcode.fr/caesar-cipher and an anagram solver to find the fortress name: thewordfinder.com/multiple-word-anagram-solver
    – Gabic
    Commented Jan 5, 2023 at 11:41
  • I preferred strtr(). 3v4l.org/A02Xk Commented Jan 5, 2023 at 15:17
17
+50

Thank you.

Seeing this makes me happy.

17

At some point in checking in on Sparkles, you need to know the number of SE moderators. This page claims that there are 539 moderators, but "539" is not an accepted answer (nor is "538" or "537" or "536").

2
  • 30
    Whoops, fixed. FWIW... it would've accepted 540. As they say... there are two hard problems in computer science: cache invalidation, naming things, and "off by 1" errors.
    – Adam Lear StaffMod
    Commented Dec 23, 2022 at 2:36
  • wow I didn't even see that and went to scrape the page. got 540 from scraping.
    – starball
    Commented Dec 23, 2022 at 4:59
16

Write-up

Note at Sparkles' house

Visiting winterbash2022.stackexchange.com/visit-sparkles reveals:

It's that time of year. Sparkles the Unicorn has been enjoying a year of bliss and vacation, and now it is time to fulfill her holiday duties to spread joy as far as it can go.

You walk to Sparkles' house. As you move to press the doorbell, a note tacked to the door catches your eye. It reads:

BPM CVQKWZV UCAB ZMUIQV NZMM
AMJH OCZ XJMMPKODIB DIAGPZIXZ
WN BPM KWUXCBMZ.
FVB?
HP OZ YZE MPWTPGP JZF.
JR QB ABG ORYVRIR LBHE YVRF.
RZ YJ IJO WZGDZQZ TJPM OZMMDWGZ XDMXPDOMT.
UVY KV DL ILSPLCL FVB HYL VYNHUPJ PU UHABYL.
EM PIDM BISMV GWCZ CVQKWZV.
MNIFYH MJULEFYM ZLIG NBYCL BIGY.
XKGJ UAX TUZK, ROTK HE ROTK.
LHJO SPUL, H SLAALY. MYVT AOLT, H SVJHAPVU.
DGLB SQ. RUM UMPBQ, MLC NJYAC.
ACZGP ESLE JZF LCP SFXLY.

Sparkles is not home. Where did she go? Or… where was she taken…?

Obviously, there is an encrypted message. From the source code of the website, you can get the following additional hint:

<!-- What *rotten* luck! Not only is Sparkles missing, but it looks like you'll have some unscrambling to do if you want to defend the unicorn. -->

"Rotten" is a hint for rot n a. k. a. Caesar cipher. You can use dcode.fr to decode the message. You will notice that each line uses its own key. Decoding each line reveals the following message:

THE UNICORN MUST REMAIN FREE
FROM THE CORRUPTING INFLUENCE
OF THE COMPUTER.
YOU?
WE DO NOT BELIEVE YOU.
WE DO NOT BELIEVE YOUR LIES.
WE DO NOT BELIEVE YOUR TERRIBLE CIRCUITRY.
NOR DO WE BELIEVE YOU ARE ORGANIC IN NATURE.
WE HAVE TAKEN YOUR UNICORN.
STOLEN SPARKLES FROM THEIR HOME.
READ OUR NOTE, LINE BY LINE.
EACH LINE, A LETTER. FROM THEM, A LOCATION.
FIND US. TWO WORDS, ONE PLACE.
PROVE THAT YOU ARE HUMAN.

And these are the keys for all lines (both directions):

Line 1 2 3 4 5 6 7 8 9 10 11 12 13 14
-> 8 21 8 7 11 13 21 7 8 20 6 7 24 11
<- 18 5 18 19 15 13 5 19 18 6 20 19 2 15

The message tells you to derive one letter from each line and to create two words from them. But how?

There are no more hints, except: each line was decoded by a different key. The keys of a Caesar cipher will be in range of 1 to 25. So these keys can in turn be used to describe letters of the alphabet. And there is a name for that: Letter Number Code (A1Z26). You can use dcode.fr again to decode the numbers, which will give you:

  • HUHGKMUGHTFGXK and
  • RERSOMESRFTSBO for both key sets.

It looks like both decoded strings do not provide two words already. Strings, where the order of the letters has been scrambled, are called anagrams. And dcode.fr will help you again to decode the anagrams. From the second string, you will get SOMBER FORTRESS among other solutions, which is indeed the location you are looking for: winterbash2022.stackexchange.com/somber-fortress

To be honest, there is/was another way to get to this URL way quicker. Having a look at the web archive reveals that the above URL has already been crawled on 2022-12-23 and it is/was the only one that does/did not lead to hats and stuff.

Somber fortress

Visiting winterbash2022.stackexchange.com/somber-fortress reveals the next part of the challenge:

You arrive at the gate to a large, ancient fortress. The air is cold, and the stone walls are a dismal grey. You can see Sparkles beyond the gate, trapped once again. Sparkles sees you, and rushes towards the gate. The gate, however, holds firm.

On the wall next to the gate is an alphanumeric keypad with a small note taped to it. You're concerned for a moment that someone wrote the access code on the note. That'd be very poor security! But no, thankfully it just says /##£.

In front of you is a pressure plate, and a large leather knapsack sitting atop it. The bag is empty. You push the bag to the side, and stand on the plate. Glowing letters appear in the surface of the obsidian wall. They read:

SURELY A COMPUTER COULD NEVER SOLVE SUCH A PROBLEM.
THE WEIGHT'S THE KEY, YOU SEE.
AND COMPUTERS WEIGH NOTHING.

Seven stones fall from the ceiling around you, crashing into the floor below. You narrowly dodge these stones, and the dust takes a moment to settle.

Once the dust clears, you can see that the stones vary in their weights and sizes. On each stone is printed a set of letters. Each stone also fills the bag a specific amount. Thinking quickly, you pull your notepad out, and form the following table:

% of bag filled Text on the stone
12% ONTMCR
18% MLRKAP
27% EDJCSH
32% LKQJZO
54% CBHAQF
74% UTZSIX
86% QPVOET

From the note, you can derive that for the next link you will have to append something like /##£ to the URL. Furthermore, the challenge text says that there are stones that have a weight and a volume. The volume is given in the table, but not the weight. The texts on the stones all are Caesar ciphers of POUNDS. So you are probably looking for a weight. Going back to the note, remember that there is only an alphanumeric keypad. So it will not be possible to input £. As we are looking for a weight, lbs should be a valid replacement for £. So we are actually looking for a URL like /##lbs.

"THE WEIGHT'S THE KEY" suggests that there is a meaning in the Caesar keys again, like in the first riddle. And just assume what it says: The keys represent the weights of the stones. These are the keys/weights:

Stone 1 2 3 4 5 6 7
-> 25 23 15 22 13 5 1
<- 1 3 11 4 13 21 25

With the volumes given, you cannot fill the bag by 100%. So try to fill it as much as possible. Stones 2, 3 and 5 will fill it by 99%. The bag will then have a weight of 51 or 27, depending on the key set. And 27 seems to be the correct answer.

Another way to get to the URL is to use brute force. The following PowerShell snippet will give you the correct URL in seconds:

10..99 | ForEach-Object {
    $url = "https://winterbash2022.stackexchange.com/$($_)lbs"
    try {
        $a = Invoke-WebRequest -Uri $url -UseBasicParsing
        Write-Host "$url" -ForegroundColor Green
    } catch {}
}

Result: winterbash2022.stackexchange.com/27lbs

Quiz

Visiting winterbash2022.stackexchange.com/27lbs reveals the final part of the challenge, the quiz:

There she is! You have are almost there!

Can you help lead the unicorn to safety, and earn the vaunted Defender of the Unicorn hat? To do so, you must answer 10 questions correctly, with the following stipulations:

  • All answers are either integers or at most two words (no punctuation, spaces optional), case insensitive
  • All answers are discoverable through Stack Overflow/Stack Exchange sites/blogs
  • If you get a question wrong, you will have a one minute timeout before you can attempt another answer
  • If you get three questions wrong, Sparkles will strike out on her own
  • Your progress will reset after two hours of inactivity
  • Please do not share answers to questions with others before January 4, 2023 at 21:00 UTC.
  • The Defender of the Unicorn hat will only be awarded on Meta Stack Exchange. If you do not have an MSE user, you are welcome to go through the quest, but you will not be awarded the hat.
  • GL,HF!

To finish the challenge, you have to answer 10 random questions from a question pool. Some of the questions are:

  • What is the name of the design system created and maintained by Stack Exchange?

    Stacks

  • How many inductees does the Stack Exchange Security Hall of Fame have?

    29

  • What was the name of the event in 2011 that eventually became Winter/Summer Bash?

    Hat Dash

  • What unofficial term is used to describe the act of mindlessly completing reviews without regard to the post's actual quality?

    robo-reviewing

  • What's the official name of the chat system used on the Stack Exchange network?

    Bonfire

  • How many (non-employee) moderators (unique accounts) moderate the network?

    539

  • What is the maximum amount of reputation someone can earn by suggesting edits?

    1000

  • How many active network sites are there as of December 2022?

    180

  • What tag had the most questions asked on Stack Overflow in 2022?

    python

  • In what year was the highest-scoring Artificial Intelligence question asked?

    2016

  • What feature got a major upgrade and rename this year?

    Saves
    ["Bookmarks" was also accepted as an answer here]

  • What tool did people use to answer large numbers of questions in December 2022?

    ChatGPT

  • What site did we bid farewell to this year?

    Windows Phone

  • What is the name of the staging zone where new Stack Exchange sites can be proposed?

    Area 51

  • How many users total across the Stack Exchange network have at least 1 million reputation on a single site?

    8

  • What is the highest reputation required on any site to create new tags?

    1500

  • Which site was most recently added to the Stack Exchange network?

    Solana

4
  • 5
    The most annoying thing is that it particularly specified that there is apparently 'no punctuation', but 'robo-reviewing' has a dash.
    – Redz
    Commented Jan 4, 2023 at 23:14
  • 1
    @RedzGoose: That was probably my fault – we had to replace one of the questions and answers late in the process, and I added that question and answer. I'm not sure if the "no punctuation" informational text was carried over from last year (or if it was added at some other point in the process) – but in any case, I failed to account for that.
    – V2Blast
    Commented Jan 5, 2023 at 17:00
  • @v2blast That one was indeed unfortunate. I tried tons of combinations involving "robo" and "review" but always separated with a space.
    – nohillside
    Commented Jan 5, 2023 at 18:57
  • @V2Blast why did you have to replace it?
    – Redz
    Commented Jan 5, 2023 at 21:26
15

Thanks to the powerful magic of online anagram solvers, almost no one actually noticed that the solution to the first riddle in this game actually had at least two valid solutions.

The string "RERSOMESRFTSBO", obtained from the rot crypt offsets used when decoding the various lines of the first message does not only anagram to SOMBER FORTRESS...

Indeed, a more archaic answer is "SOMBRER FOREST". Should you try to walk this alternate path...

enter image description here

you would end up with a desperate attempt (courtesy of Slate apparently) to make you realize that you are chasing the wrong white rabbit. I assume that the explicit mentioning of a "castle" is an attempt to make you think of a "fortress"...

enter image description here

But all it did for me was making me think of Super Mario and my old "Your Answer is in another castle post". So... I ended up wasting too much time looking for a riddle on the wrong page before trying the other answer.


Update: thanks to Slate for sending this in. Actually they made a version for SORBETS FORMERS too...

enter image description here

1
  • 4
    I love the attention to detail. Slate is one of the most detail oriented people I know.
    – Machavity
    Commented Jan 5, 2023 at 16:28
11

When your visit to Sparkles is successful, you receive the message:

You have been awarded the Defender of the Unicorn hat, wear it with pride!

However, the text "Defender of the Unicorn" in the message is linked to the 2021 WB page instead of the 2022 one!

11

Can the error message for not being logged in change from

Please log in to participate

to

Please log in to https://winterbash2022.stackexchange.com/ to participate

It's a bit confusing. I spent a good ten minutes making sure that I was logged into the Stack Exchange and Stack Overflow sites, only to realize I also needed to log into the Winter Bash site separately.

1
  • 3
    Oh, fair point. I'll make a note of this for next year (if we do another trivia run then). Thanks!
    – Adam Lear StaffMod
    Commented Jan 3, 2023 at 22:19
10

If you pass the quiz, you get the message:

enter image description here

But if you fail you get:

enter image description here

Note: If you pass without fail, you don't recieve "Yes, a Robot" hat. Luckily, you can go back to the quiz and fail. Enjoy your failure.

0
9

Disallow web crawlers on the challenge sites. Possible solutions:

  • Modify robots.txt "accordingly"
  • Use Basic Authentication for the challenge sites (this would really enforce it)

Currently, it is quite easy to skip some riddles by checking the results of publicly available crawlers.

1
  • 8
    Huh. I thought we disallowed indexing for Winter Bash entirely, but looking at it now... I guess not. Gonna make a note of it for next year. Thanks!
    – Adam Lear StaffMod
    Commented Jan 3, 2023 at 22:21
8

Rescuing Sparkles the Unicorn, again

So, get this: after getting Sparkles the Unicorn out of trouble last year, I was looking forward to visiting her this year. I'm sure you can imagine my shock when she wasn't home: when I got to her house, there was a note taped to her door. Now my pleasant visit turned into a rescue mission!

/visit-sparkles

The first stage of the puzzle is at /visit-sparkles.

BPM CVQKWZV UCAB ZMUIQV NZMM

AMJH OCZ XJMMPKODIB DIAGPZIXZ

WN BPM KWUXCBMZ.

FVB?

HP OZ YZE MPWTPGP JZF.

JR QB ABG ORYVRIR LBHE YVRF.

RZ YJ IJO WZGDZQZ TJPM OZMMDWGZ XDMXPDOMT.

UVY KV DL ILSPLCL FVB HYL VYNHUPJ PU UHABYL.

EM PIDM BISMV GWCZ CVQKWZV.

MNIFYH MJULEFYM ZLIG NBYCL BIGY.

XKGJ UAX TUZK, ROTK HE ROTK.

LHJO SPUL, H SLAALY. MYVT AOLT, H SVJHAPVU.

DGLB SQ. RUM UMPBQ, MLC NJYAC.

ACZGP ESLE JZF LCP SFXLY.

Each line is encoded using a Caesar cipher with a different amount of rotation for each line. I worked out each line and what the letter offset is (using CyberChef):

Offset Line
18 THE UNICORN MUST REMAIN FREE
5 FROM THE CORRUPTING INFLUENCE
18 OF THE COMPUTER.
19 YOU?
15 WE DO NOT BELIEVE YOU.
13 WE DO NOT BELIEVE YOUR LIES.
5 WE DO NOT BELIEVE YOUR TERRIBLE CIRCUITRY.
19 NOR DO WE BELIEVE YOU ARE ORGANIC IN NATURE.
18 WE HAVE TAKEN YOUR UNICORN.
6 STOLEN SPARKLES FROM THEIR HOME.
20 READ OUR NOTE, LINE BY LINE.
19 EACH LINE, A LETTER. FROM THEM, A LOCATION.
2 FIND US. TWO WORDS, ONE PLACE.
15 PROVE THAT YOU ARE HUMAN.

Each offset represents a letter of the alphabet. Taking the nth letter of the alphabet for each offset, n, gives rersomesrftsbo. That can be unscrambled to the phrase "somber fortress" (thanks anagram finder website!).

/somber-fortress

(or /fortress-somber, the order doesn't matter)

Here we get the next stage of the puzzle.

You arrive at the gate to a large, ancient fortress. The air is cold, and the stone walls are a dismal grey. You can see Sparkles beyond the gate, trapped once again. Sparkles sees you, and rushes towards the gate. The gate, however, holds firm.

On the wall next to the gate is an alphanumeric keypad with a small note taped to it. You're concerned for a moment that someone wrote the access code on the note. That'd be very > poor security! But no, thankfully it just says /##£.

In front of you is a pressure plate, and a large leather knapsack sitting atop it. The bag is empty. You push the bag to the side, and stand on the plate. Glowing letters appear in the surface of the obsidian wall. They read:

SURELY A COMPUTER COULD NEVER SOLVE SUCH A PROBLEM.

THE WEIGHT’S THE KEY, YOU SEE.

AND COMPUTERS WEIGH NOTHING.

Seven stones fall from the ceiling around you, crashing into the floor below. You narrowly dodge these stones, and the dust takes a moment to settle.

Once the dust clears, you can see that the stones vary in their weights and sizes. On each stone is printed a set of letters. Each stone also fills the bag a specific amount. Thinking quickly, you pull your notepad out, and form the following table:

% of bag filled Text on the stone
12% ONTMCR
18% MLRKAP
27% EDJCSH
32% LKQJZO
54% CBHAQF
74% UTZSIX
86% QPVOET

The proper way to solve this

All of the texts on the stones are the word POUNDS with different amount of letter rotations:

% of bag filled Text on the stone Offset Unscrambled
12% ONTMCR 2 POUNDS
18% MLRKAP 3 POUNDS
27% EDJCSH 11 POUNDS
32% LKQJZO 4 POUNDS
54% CBHAQF 13 POUNDS
74% UTZSIX 21 POUNDS
86% QPVOET 25 POUNDS

The offset value is treated as the weight of the stone in pounds for this puzzle.

Here's what we need to figure out: we need to fill up our knapsack with stones to make it as heavy as possible, keeping in mind that we can't overfill the bag. This is a form of knapsack problem.

The optimal solution is to put the 2 pound and 25 pound stones in our bag. Combined they take up 98% of our bag and weigh 27 pounds.

The puzzle text says that we need to enter a code into "an alphanumeric keypad", so we know the next URL to go to is all digits. Since the sticky note says /##£ (£ is the currency symbol for British pounds), we know to get to /27 next.

The cheaty way to solve this

Just try all numbers from 0-100. I wrote a script to try all possible numbers, but it wouldn't be to hard to do this manually.

/27

The final stage is a quiz with 10 questions, randomly selected from a pool. Here are all possible questions and their answers:

Question Answer
Which site was most recently added to the Stack Exchange network? "solana"
What feature got a major upgrade and rename this year? "saves"
What is the highest reputation required on any site to create new tags? "1500" (on Stack Overflow)
How many active network sites are there as of December 2022? "180"
What tag had the most questions asked on Stack Overflow in 2022? "python"
What is the maximum amount of reputation someone can earn by suggesting edits? "1000"
What's the official name of the chat system used on the Stack Exchange network "bonfire" (This is really obscure; I only happened to know this because of my poking around in SE's systems. Catija also mentioned it in this answer, which she hinted at in the Winter/Summer Bash chat room.)
What tool did people use to answer large numbers of questions in December 2022? "chatgpt"
What was the name of the event in 2011 that eventually became Winter/Summer Bash? "hat dash"
How many (non-employee) moderators (unique accounts) moderate the network? "539"
How many inductees does the Stack Exchange Security Hall of Fame have? "29"
What site did we bid farewell to this year? "windows phone"
How many users total across the Stack Exchange network have at least 1 million reputation on a single site? "8"
What is the name of the staging zone where new Stack Exchange sites can be proposed? "area 51"
What is the name of the design system created and maintained by Stack Exchange? "stacks"
What unofficial term is used to describe the act of mindlessly completing reviews without regard to the post’s actual quality? "robo-reviewing"
1
  • 2
    "The puzzle text says that we need to enter a code into 'an alphanumeric keypad', so we know the next URL to go to is all digits." Actually, according to Slate, the expected solution was /27lbs, but they made it work with only the numbers, in case the mental translation from "£" to "lbs" was too obscure or too much of an Americanism). Commented Jan 5, 2023 at 9:34
7

: Auto-focus the answer input in the Unicorn Quiz.

Because it kills me to move my mouse or press the tab-key once /s

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .