Recently I found this Lost in Space quest from Postman and decided to try it out. While I found some of the puzzles easy, the other ones left me completely confused. I would like to ask if you still can complete the quest, and if you do, for some help with it.
Here are the puzzles that I wasnāt able to solve:
1) Habitation modules
Solving process:
It is not obvious what the answer is for the US module. The hints do not provide any information on what the answer should be too.
JP: iloveyou
US: start/beginning/firstelement/index0/zeroindex/0/secret - still canāt solve this
EU: 1
RU: 2
2) Radiators
Solving process:
The hints tell you to look up the āSave the Postman Space Stationā quest (this is the workspace link that you get as a result. It is also hinted that the workspace description has to have the bold text, but to be honest I donāt see any bold text except for the title of the workspace which isnāt particularly bold, but more of a header:
I tried to convert the title to Base64: VGhlIFBTUyBpcyBpbiB0cm91YmxlLCBkbyB5b3UgaGF2ZSB3aGF0IGl0IHRha2VzIHRvIHNhdmUgdGhlbT8=
but it seems that it is not the right answer. I also completed that quest and tried to convert the string consisting of 5 answers to Base64, but that didnāt help either
3) Solar Arrays
Solving process:
So the puzzle wants you to find a name of an SVG icon on the Postman Entertprise page. Thereās also a hint that there should be an element that has 10 children and an image that hints that you should look for an 8th one:
I tried to search for such a group of elements with the most obvious selector :nth-child(10) which gives you 8 results, but sadly none of them are related to icons.
None of the *.svg files available on the page are fitting for an answer too:
Hereās the Radiators puzzle progress in more detail:
Letās start with gathering hints. Hereās the response to the request to the /garvey endpoint:
{
"from": "Garvey Cole",
"message": "Hei! The radiators aren't going to fix themselves. I don't have time to help. Look at my tips for finding the secret passphrase.",
"code_location": "Take on a side mission and **Save the Postman Space Station**.",
"tips": {
"tip_1": "I suggest that you search for this puzzle.",
"tip_2": "Be **bold**.",
"tip_3": [
0,
1,
2,
3,
4
],
"tip_4": "Good luck!"
},
"plans": "https://www.postman.com/pricing/",
"careers": "https://www.postman.com/company/careers/open-positions/",
"audio": "https://lost-in-space-puzzle-hunt.s3.us-west-1.amazonaws.com/garveyCole.mp3"
}
And also 4 /radiators hints:
{hint_1: "Search for 'Save the Postman Space Station' in Postman."}
{hint_2: "Search for the workspace using the Postman search bar in the Postman app."}
{hint_3: "Look for the bold text in the workspace description."}
{hint_4: "The encoding algorithm is found in surveillance, and will be identified as surveillance."}
Hint 2 is a more elaborated Hint 1. Letās search for the workspace:
Side note: unlike with collections in āLost in Spaceā, here the original collection is not available: What if it is not the right workspace to investigate?
Hint 3 tells us to check the workspace description; letās click on it:
Having gone through and looked at few things again, I think there might have been some product based updates, since this challenge was created and parts of the missions are not lining up anymore.
Iām not the person that created this so I couldnāt give you a solution, I might need to call on either @joyce or @w4dd325 for inputs here