On 25th March 2021, TheMajorTechie started an "alt-hunt" challenge, in which he claims to have an alternate account on Fimfiction and will award a prize to whomever identifies it first. The challenge was announced on his Fimfiction blog in the blog post New 2nd alt hint! (+ details on what you get if you find it):
I suppose I should get around to choosing a prize, huh?
Find the alt and you'll get a free story commission up to 20k words. I refuse to do anything NSFW regardless of if you found the alt or not. I'll work as closely as possible with you to make sure I get the story written the way you want it. PM me if you find it!
This document contains my (hawthornbunny's) findings so far, and is being periodically updated as the challenge continues.
- whatif.themajortechie.com: The website for TheMajorTechie's What If... story. Most of the fragments are being hidden on this website.
- TheMajorTechie's Fimfiction blog: Most hints are being posted here, as well as some indirect hints.
- Techie's alt-hunt extravaganza! group: Fimfiction group for the challenge. TheMajorTechie is posting hints to this group as well as his own blog, and his comments sometimes contain hints.
- #2nd alt hunt Fimfiction tag: Lists all of TheMajorTechie's Fimfiction blog posts that he's tagged as relating to the 2nd alt hunt, some of which contain hints. Posts which are specifically fragment hints are usually tagged
#hint
. - tmt-website
whatif
commits: The GitHub commit history for TheMajorTechie's website. Any change that he makes to the website can be seen here; usually, this just straight up gives you the fragment. This is generally the best place to check if you're stuck. It's also useful for seeing the change history, which makes it easier to understand the context of older hints.
The main objective is to figure out which account on Fimfiction is an alternate account belonging to TheMajorTechie. (To be precise, it is his "second alt" since he already has a known one, TechnoNerd).
To do this, TheMajorTechie is posting hints nearly every day which point to "fragments". Each fragment is a file containing encoded binary data. When all of the fragments are found, decoded to bytes, and assembled in the correct sequence, they will presumably form one large file which gives the name of the TheMajorTechie's alternate account.
There are 41 fragments in total. We know this because TheMajorTechie has been posting a list of integers with each new hint, and the list gets longer by one each time. The integers generally match the file names of the fragments, indicating a one-to-one correspondence. (This is also one way to identify a hint post - if it has the fragment list, it's a hint to a fragment. The list can also be used to figure out which fragment the hint is for).
Based on the pattern that has been revealed so far, the complete fragment list will look like this:
1 41 2 40 3 39 4 38 5 37 6 36 7 35 8 34 9 33 10 32 11 31 12 30 13 29 14 28 15 27 16 26 17 25 18 24 19 23 20 22 21
From this we can conclude that there are 41 fragments in the final file, and that the last fragment to be posted will be the 21st in the file.
NOTE: Techie independently confirmed the existence of 41 fragments in this comment on the Techie's alt-hunt extravaganza! group.
There are 2 ways to refer to a fragment - by its chronological index (ie. when it was posted) or its positional index (where it is in the final file). It doesn't really matter which index we use since we can freely convert one to the other - however, it's important to be clear about which identifier we're using to avoid confusion.
I've chosen to use the prefix C for chronological indices, and P for positional indices. Therefore, the first posted fragment is C1, and also P1 (since the first posted fragment also happens to be the first in the final file). The second posted fragment is C2 or P41, since it's the second posted but it's last in the file.
Each fragment is in Intel HEX format (.hex
), which can be recognized by the colon at the start of every line (the start code). Every line of a .hex
file is called a record, and contains some data (along with other metadata fields, such as a checksum).
I will not go too deeply into the details of the Intel HEX format - for more information on how to read it, see the Intel HEX Wikipedia article. For the purposes of this challenge, however, it is useful to know that the 4-digit address of a record in a .hex
file is given by characters 4 to 7.
For example, in this record from fragment C1:
:2001E0000AE3437D4A6B0FA69B775E5331FF32E153553BB5C0DDA768161BCF511A56415943
Characters 4 to 7 are 01E0
, so that's the (hexadecimal) address of this record. Knowing the address can be useful in fragments that have been scrambled in some way, as this allows you to spot and correct it.
Otherwise, all you need to know about Intel HEX is that a .hex
file is an ASCII encoding of binary data which can be decoded into bytes. I'm using the Python intelhex library to decode them.
The following is a list of all fragments found so far in chronological ordering. Each section contains a table of information on the fragment, an explanation of how to obtain it, and any useful notes. The list will be updated as more fragments are found.
- Chronological index: 1
- Positional index: 1
- Posted on: 2021-03-25
- GitHub commits
- Relevant URLs
- Hints
Solution: The blog post linked to whatif.themajortechie.com, and the fragment was in an HTML comment in the page source.
As an aside, since this fragment is the first in the file, we can get a little information ahead of time by decoding the Intel HEX content - even though we don't have the rest of the file, this still gives us the file header. Doing so reveals what looks like a zip file containing a JPEG image named the_reddest_herring.jpg
. Presumably (and assuming that the reference to red herrings is a misdirection), this JPEG contains the name of the alt account. We won't be able to unzip the data until we have all the fragments, however.
- Chronological index: 2
- Positional index: 41
- Posted on: 2021-03-26
- GitHub commits
- Relevant URLs
- Hints
Solution: The blog post linked to whatif.themajortechie.com, which added a new HTML comment: <!--say_hi and do a bottleFLIP while you're at it!-->
. The GitHub commit shows that two files were added to the site repository: bottleFLIP.fragment
and say_hi.fragment
. These are downloadable at Relevant URLs above.
The two .fragment
files together contain all of the fragment C2. However, they're a bit scrambled and some effort must be made to reconstruct the full fragment:
bottleFLIP.fragment
contains the first half of the fragment (records 0000 to 0680).say_hi.fragment
contains the second half (records 06A0 to 1380), but the row list has been cut into two pieces near the middle and the two pieces swapped. This must be reversed before assembling the two halves of the fragment C2 together.
It's unclear to me how TheMajorTechie expected anyone to guess the correct URL from his hint - you would have to first guess that say_hi
and bottleFLIP
refer to files, and then you would have to guess that the files end with the extension .fragment
. I don't think anyone would have gotten this. The only reasonable way to obtain this fragment is from the GitHub commit history.
- Chronological index: 3
- Positional index: 2
- Posted on: 2021-03-27
- GitHub commits
- Relevant URLs
- Hints
Solution: The blog post contained the hint "it is not found.". This is obviously a reference to the 404 not found page, which can be reached by entering any nonexistent URL. Doing so gives a link ("You found me! Have the next fragment. :)") to a file named the_reddest_herring.002.hex
, which contains the fragment.
- Chronological index: 4
- Positional index: 40
- Posted on: 2021-03-28
- GitHub commits
- Relevant URLs
- Hints
Solution: The GitHub commit shows that Techie changed the button image on whatif.themajortechie.com from whatif.png
to whatif.jpg
. I couldn't figure this one out at first, since it didn't seem like a particularly significant change - however, a hexdump of the whatif.jpg
file revealed that the fragment is appended to the end of that file. Interestingly this doesn't seem to prevent the image from displaying at all, which was a good way to conceal the fragment in GitHub.
One oddity, however, is that Techie also uploaded a file named the_reddest_herring.zip.040.hex
to the site, which you can simply download. I don't understand why he did this - it wasn't necessary, since the file is already contained in whatif.jpg
. Adding this file effectively bypasses the challenge entirely since you now don't need to figure out the trick with the jpeg file.
Also note the .zip
in the file extension - either this is misdirection, or it could be a clue that the fragment is actually a zip file which we will need to unzip.
- Chronological index: 7
- Positional index: 4
- Posted on: 2021-03-29
- GitHub commits
- Relevant URLs
- Hints
Techie posted the hint post in two places for this: his own blog, and the Techie's alt-hunt extravaganza! group.
The hint was a link to a file named threepigs.docx
, with the line "corruption isn't the end". docx is the OpenOffice document format, so I tried to open it with LibreOffice - however, LibreOffice claims the document is corrupt.
Interestingly, vim was able to open the file and found it to be a zip container. When I unzipped it, I found it contained several XML files defining a document. This suggests that it really is a .docx file - I suspect that, as per the hint, Techie has manually corrupted the end of the file somehow.
I did a hexdump of the file and found that fragment C5 has simply been appended to the end of it. (I would have seen this if vim had actually opened the raw bytes of the file, but it didn't, since it thought it was a zip and unzipped it for me). Interestingly, appending these bytes didn't seem to prevent it being recognized as a zip.
To separate the fragment from the file, I opened vim and used the following command:
:noautocmd e threepigs.docx
This disables the autocommand that would open the document as a zip, then opens the document. The fragment can then be removed from the file.
- Chronological index: 6
- Positional index: 39
- Posted on: 2021-03-30
- GitHub commits
- Relevant URLs
- Hints
Techie updated the whatif.themajortechie.com website with the following hint:
Now, I wonder where you can READ ME...
This refers to the README.md
file in the site's GitHub repo, which contains an HTML comment with a fragment inside it. The fragment is encoded, however - each character of the fragment has been replaced by its hexadecimal ASCII code. To obtain the fragment, this needs to be decoded.
- Chronological index: 7
- Positional index: 4
- Posted on: 2021-04-02
- GitHub commits
- Relevant URLs
Solution: A TIFF file named lovelyPicture.tif
was added to whatif.themajortechie.com. Opening it shows a black-and-white image. Adjusting the contrast reveals a secret message containing a Pastebin URL, which contains fragment C7.
NOTE: Techie went back 2 days later and replaced this TIFF file with a much larger one (see this commit: https://github.com/TheMajorTechie/tmt-website/commit/89c9e278068103206c7a8c9e96f8087b358d22d9). I'm not sure why he did this, since the new file appears to contain exactly the same content. Perhaps there was something wrong with the other one, although I had no problems opening it.
- Chronological index: 8
- Positional index: 38
- Posted on: 2021-04-04
- Hints
Solution: Techie just gave us this one for free by posting the fragment on his blog.
- Chronological index: 9
- Positional index: 5
- Posted on: 2021-04-05
- GitHub commits
- Relevant URLs
- Hints
The blog post gave the following hint:
Sometimes it's the little things. :)
The GitHub commit shows that Techie replaced the favicon of whatif.themajortechie.com (favicon.png
) with a new file named faviconNew.png
, and also uploaded a file named the_reddest_herring.zip.005.zip
. I assume the "little things" hint refers to the characteristic small size of a favicon.
After some examination of faviconNew.png
and comparing it to the zip file I obtained from GitHub, I eventually discovered that the favicon is somehow both a PNG and a zip at the same time - that is, it displays as a PNG, but it contains zip archive data and can simply be extracted like any normal zip file. Unzipping it yields a fragment named the_reddest_herring.zip.005.hex
.
I think I got a bit lucky with this one - it looks like Techie didn't mean to upload the the_reddest_herring.zip.005.zip
file to GitHub (he deleted it immediately). If he had just uploaded the favicon, I might not have figured this one out.
- Chronological index: 10
- Positional index: 37
- Posted on: 2021-04-06
- GitHub commits
- Relevant URLs
- Hints
Solution: Techie added an HTML comment to whatif.themajortechie.com: <!--i suppose a bottleflip is nice to have once in a while.-->
. This was a hint to look back at bottleFLIP.fragment
, which was discovered with fragment C2. Techie updated this file with the string 037.7z
, indicating the location of a new file on the whatif website.
As the name suggests, 037.7z
is a 7zip archive. Extracting the file produces a file called 037.pdn
.
.pdn
files are Paint.NET, an old Windows image editing program. This is presumably what the hint was indicating:
what is old is now new again.
By reading the raw file data I was able to ascertain that the file contained multiple layers, and I even managed to extract a thumbnail of what the image looks like (it's one of TheMajorTechie's meme emojis) - however, I guessed that the file contained a hidden layer that I would need Paint.NET to open. This presented a big problem for me, as I simply don't have any Windows machines, and Paint.NET is notoriously unsupported on Linux.
In the end, I sent the file to fellow Fimfictioneer SweetAI Belle, who I know has used Paint.NET, and she kindly found the hidden layer for me.
The layer contained the URL https://themajortechie.neocities.org/museum.html. This is the URL of TheMajorTechie's Neocities site. Fragment C10 can be found in the source of that site.
- Chronological index: 11
- Positional index: 6
- Posted on: 2021-04-07
- GitHub commits
- Relevant URLs
- Hints
Solution: Techie added a button to whatif.themajortechie.com with the following label:
Sometimes, it's the legacy of the past that will assist you toward the future.
He also added the following comment to the HTML source:
<!--Say hi to Lisa for me. :) Oh wait, forgot the file itself. It's the_reddest_herring.zip.006.7z-->
As the hint says, a 7zip file named the_reddest_herring.zip.006.7z
can be downloaded from whatif.themajortechie.com. However, this only gets you part of the way there, as the file is password-protected and requires a password to be unzipped.
Clicking on the aforementioned button downloads a file named 6.dc42
. This appears to be a disk image format used by the Apple Lisa, an Apple computer released in 1983 - hence the hint "Say hi to Lisa for me". See the Apple Lisa Wikipedia article for more information on the machine.
To read this format, we therefore need a Lisa emulator. This can be downloaded from the Lisa Emulator Project.
Unfortunately for me, the Linux version of this emulator has to be built from source and the build procedure looks an utter mess. However, it turned out that the Windows version surprisingly runs more or less perfectly under Wine, so I used that instead.
With absolutely no experience of the Apple Lisa, I had to tinker a bit to figure out how to actually start it. Inserting the 6.dc42
file as a diskette didn't work (even though it's the correct format, apparently the file is not a diskette image). Eventually I found that specifying 6.dc42
as the boot ROM in the preferences was good enough.
Once the Apple Lisa is booted with the 6.dc42
file, the disk can be opened. It contains several files, including one named :)
. Opening the :)
file reveals a message:
You found me! Here's the password that you're looking for.
howMuchJ4mCanaJam$1AmCramIfaClamcancantCramslAm
This is the password to unzip the file the_reddest_herring.zip.006.7z
. Doing so produces fragment C11.
- Chronological index: 12
- Positional index: 36
- Posted on: 2021-04-08
- Relevant URLs
- Hints
The hint blog says:
eh. tonight's fragment is tacked onto the end of yesterday's fragment. have fun yall
It's a shame Techie gave the answer to this one, because I thought it was quite a clever way to hide this fragment. Yesterday's file the_reddest_herring.zip.006.7z
actually contains two fragments - the first is fragment C11, the one that's locked inside the password-protected archive. But it also contains fragment C12, which - like several other fragments have been - was simply appended directly to the end of the file data. Chances are you wouldn't look twice if you thought you'd already found the fragment, so this was a neat way to hide it.
- Chronological index: 13
- Positional index: 7
- Posted on: 2021-04-10
- GitHub commits
- Relevant URLs
- Hints
The blog gave the following hint:
Dig a little deeper into what you already know.
The whatif.themajortechie.com website was updated with the following comment above the <!--Day1-->
block which contained fragment C1:
<!--oh boy, is it time to excavate? I'll get my shovel!-->
The "what you already know" obviously refers to this fragment. A close inspection of the fragment reveals that some of the hex characters have been replaced by new ones, so the "excavate" hint refers to digging these characters out.
Doing so reveals the_reddest_herring.zip.007.hex
, but you can just download the fragment straight from GitHub anyway. I'm not really sure how Techie expects to hide them if he knows people can just check GitHub, unless they really are all red herrings.
- Chronological index: 14
- Positional index: 35
- Posted on: 2021-04-11
- GitHub commits
- Relevant URLs
- Hints
Techie added an HTML comment inside the href of the button on whatif.themajortechie.com:
<!--the_reddest_herring.zip.035.hex-->
This isn't a valid place for an HTML comment, since hrefs are interpreted as strings - indeed, you can see what he added just by hovering over the button. The the_reddest_herring.zip.035.hex
file can be downloaded straight from the document root of the site. Didn't even need to go to GitHub for this one.
- Chronological index: 15
- Positional index: 8
- Posted on: 2021-04-12
- Hints
Solution: As before, Techie gave this one for free by posting it directly.
- Chronological index: 16
- Positional index: 34
- Posted on: 2021-04-13
- GitHub commits
- Relevant URLs
- Hints
The only hint given for this was "the keys, they jingle", and a link to whatif.themajortechie.com as usual. Checking the site revealed that a new description meta tag had been added to the HTML source:
<meta name="description" content="the keys jingle quietly in the ever-flowing breeze.">
In addition, the first letter of the site's title <h1>
element had been turned into a link to a file named the_reddest_herring.zip.034.zip
.
Downloading and opening this archive reveals a file named the_reddest_herring.zip.034.hex
- however, that file is protected by a password, hence the hint (which refers to security keys, not physical ones).
- Chronological index: 17
- Positional index: 9
- Posted on: 2021-04-13
- Hints
Solution: Once again, this fragment was simply posted in the raw.
- Chronological index: 18
- Positional index: 33
- Posted on: 2021-04-16
- Relevant URLs
- Hints
Solution: Techie posted a complex-looking image in the hint post. The image contains several iconographic elements relevant to the challenge and to Techie himself. These include:
-
A Unicode emoji o(¬‿^)づ, which Techie commonly uses as a sigil
-
A hand-drawn YouTube icon, presumably referring to Techie's YouTube channels
-
A brain emoji
-
A golden door key, likely referencing the keys/passwords required to unlock some parts of the challenge
-
An image of Sweetie Giraffe, a character created by Techie. Sweetie Giraffe is further sporting some accoutrements:
- A cutie mark of the "F" key of a keyboard, likely a reference to the meme "Press F to pay respects".
- A sign saying "Your AD here"
- A sound effect "REEEEEEEEEEE", a memetic expression of anger
- Sweetie Giraffe is firing two red laser beams from her eyes, one of which is carrying the song lyric "never gonna give you up, never gonna let you down", a reference to Rickrolling.
-
A black floppy disk labelled "SAVE OR DIE"
-
A silver wrench
-
A :) emoticon, commonly used by Techie to indicate something of significance to the challenge
-
A hand-drawn Minecraft grass block
-
A sequence of 43 hexadecimal byte values:
68 74 74 70 73 3a 2f 2f 77 77 77 2e 79 6f 75 74 75 62 65 2e 63 6f 6d 2f 77 61 74 63 68 3f 76 3d 64 51 77 34 77 39 57 67 58 63 51
The string is difficult to read due to the light color and garish backdrop, but some image editing can make it visible. Decoding the bytes to ASCII reveals the URL https://www.youtube.com/watch?v=dQw4w9WgXcQ, which is a link to the YouTube video for Rick Astley's "Never Gonna Give You Up".
-
A background consisting of 11 diagonal stripes of 6 different colors, all highly saturated. The stripe pattern is mirrored around its diagonal axis. Each stripe bears the repeating word "TONK", a nickname used by TheMajorTechie.
-
A phrase that appears to be
*HYPERVENTILATING* *INTENSIFIES*
, although it is partly obscured by the key and by Sweetie Giraffe. -
A phrase that is partly off-screen and mostly obscured by Sweetie Giraffe, but seems to contain the word "SUFFERING".
-
A 15-character string of random characters that looks like it might be a password. The string is partly obscured by other elements; below, I have transcribed the characters that I can make out, but have replaced the obscured characters with ?:
ibhjSVVGIL??LHY
To make matters more difficult, the two obscured characters above look like they could even be two characters each, which would make solving this extremely difficult.
Assuming that the two obscured characters are each a single character, these are my best guesses for what they are:
- Character 1: a, d, G
- Character 2: 9, g, S
This gives 9 candidates for the string:
ibhjSVVGILa9LHY
ibhjSVVGILagLHY
ibhjSVVGILaSLHY
ibhjSVVGILd9LHY
ibhjSVVGILdgLHY
ibhjSVVGILdSLHY
ibhjSVVGILG9LHY
ibhjSVVGILGgLHY
ibhjSVVGILGSLHY
Alternatively, it's possible the string could be Base64-encoded data, although I wasn't able to decode it to anything meaningful.
Despite all of the elements in this image, I have a feeling they are all red herrings, as the image file itself contains a fragment, appended to the end of the file as with previous fragments. Since the fragment data appears to be binary data, I have assumed that this is the C18 fragment.
Note that this is one of the few fragments that cannot be found in the GitHub repository - there was no GitHub commit on this day.
- Chronological index: 19
- Positional index: 10
- Posted on: 2021-04-17
- GitHub commits
- Relevant URLs
- Hints
The hint was titled "Decipher the password.", and this time it straight up linked to the relevant file, named the_reddest_herring.zip.010.zip
. Like fragment C16, this file is protected and requires a password to unlock.
The hint also linked to the most recent chapter of TheMajorTechie's story What If..., which included the cryptic image seen in the previous day's hint (fragment C18), along with the following instruction:
1stChar-Line_Shift-1/LOWER
Since the hint is "Decipher the password.", evidently there is a password somewhere that has been enciphered. The only candidate I can think of for this is the slightly-obscured 15-character mystery string contained within the image.
We'll take the elements of this instruction one-by-one:
-
1stChar
: Evidently referring to the first character of the password, although for what reason I'm not sure. It implies we should take the first character of something, but I don't know what. -
Line_Shift
: Line shifting is a steganographic technique which can be used to encode small amounts of data in a large body of text; it works by making tiny variations in the vertical line spacing which won't be seen by a casual reader, but can be detected by the receiver by carefully measuring the spacing between each line.Sadly, as cool as the technique is, I suspect it's not what the clue is referring to, as there hasn't been any body of text I've seen that could permit line shifting.
-
1
: I suspect this is part of the previous element - ie. it's actuallyLine_Shift-1
and indicates an amount to shift by. -
LOWER
: I would assume that this is an instruction to transform uppercase letters to lowercase.
- Chronological index: 20
- Positional index: 32
- Posted on: 2021-04-19
- GitHub commits
- Relevant URLs
- Hints
Solution: The hint post provided a link to a TrueType Font file created by Techie.
Loading the font file into a text editor and typing characters reveals that each character is mapped to a glyph, but not the glyph you would expect; typing a
yields the glyph N
, for example. This font therefore is therefore effectively a monoalphabetic substitution cipher, and it suggests that there is some sequence of characters that will map to a significant string.
Some playing around with the font reveals that the string abcdefghijklmnopqrstuvwxyz0123456789
translates to Never_gonna_give_you_up_never_gonna_
, which are the words to the chorus of Rick Astley's "Never Gonna Give You Up", a meme song often referenced by TheMajorTechie. Other printable characters map to whole words of that chorus, such as "around and", "hurt", and "you", which suggests there is a sequence that generates the entire chorus.
However, the Rick Astley portion is a red herring. Entering the string ABCDEFGHIJKLMNOPQRSTUVWXYZ
yields the following glyph sequence:
o__/srBFnfkR__.cptmei_anb1
The presence of a slash and a dot here led me to suspect a URL was embedded somehow and could be revealed with the correct sequence.
Eventually, considering the hint post's hint led me to the answer:
Your keyboard is your friend.
This led me to suspect that entering the QWERTY sequence would yield something. Sure enough, entering the string QWERTYUIOPASDFGHJKLZXCVBNM
(the three rows of the QWERTY keyboard layout, left to right) yields the following glyph sequence:
pastebin.com/rBFfkR1n_____
The trailing underscores are padding and can be discarded.
In theory, visiting the URL should yield a Pastebin post containing fragment C20 - however, it turns out Techie made a mistake on this one, and used a lowercase n when he actually meant uppercase N. Therefore, the correct URL is https://pastebin.com/rBFfkR1N. Techie later issued a correction for this fragment.
- Chronological index: 21
- Positional index: 11
- Posted on: 2021-05-07
- GitHub commits
- Relevant URLs
- Hints
Techie took a break of a few weeks between this hint and the previous one.
The hint post was titled "New setup. ;)". The post showed two photographs:
I couldn't see anything unusual in the image files so I believe these are just photographs. The first photograph shows what is presumably Techie's computer desk, with a two-monitor setup; the left monitor is showing YouTube's homepage, the right is showing Fimfiction. These images are too blurry to make out much information on the screens, so I doubt anything is hidden there.
The second photograph shows a close-up of one of the items in the first photograph, a small sapling in a plant pot. The shape of the leaves suggest it is an oak sapling, which is further borne out by Techie's comment below it:
This little sapling's been growing from an acorn for almost a year now!
Techie also added a simple hyperlink to whatif.themajortechie.com titled "file 11???", which contained a link to a downloadable 7z archive file. As with previous such archives, it contains a file that cannot be extracted without a password.
- Chronological index: 22
- Positional index: 31
- Posted on: 2021-05-08
- Hints
This fragment was posted directly on Techie's blog.
- Chronological index: 23
- Positional index: 12
- Posted on: 2021-05-09
- Hints
This fragment was also posted directly on Techie's blog. He claims to be running out of ideas on how to hide them.
- Chronological index: 24
- Positional index: 30
- Posted on: 2021-05-10
- GitHub commits
- Relevant URLs
- Hints
The hint for this fragment was simply titled "asdf". A new button labelled "asdf" was added to whatif.themajortechie.com - it hyperlinks to a document fragment named #the_reddest_herring.zip.030.hex
, but actually uses JavaScript to redirect the browser to the YouTube video for Rick Astley's "Never Gonna Give You Up", in what is presumably an effort to rickroll the user. I thought the "fragment" pun was quite clever.
Downloading the file named the_reddest_herring.zip.030.hex
yields the fragment.
- Chronological index: 25
- Positional index: 13
- Posted on: 2021-05-13
- GitHub commits
- Relevant URLs
- Hints
The hint post for this fragment contained a large PNG image resembling an old-fashioned vector game, consisting of a black background with glowing green lines that draw out a path receding toward the horizon, with trees and bushes sprinkled around. The filename of the image is "glowypath.png", which seems accurate. I couldn't find anything unusual hidden in the image file itself.
The blog post tagged the story Splintershard, a sci-fi adventure story written by TheMajorTechie.
Images with a lot of blank space always make me suspicious, so I loaded it in an image editor to take a closer look. However, I couldn't find anything unusual in the image either.
I abandoned the search at this point, as I couldn't make any headway on cracking the password-protected files.