diana chiem and her (non) existance and ms. naegi (a drdt theory)
okay so the title is insane but i have a theory about the new david mv (like most people)!!! it's regarding the character many assume to be diana chiem, who appears in the video (pictured below!)
the rest of my theory will be under the cut, let me know what you think!!!
it's all to do with this frame. the main roles states are david chiem (obviously, he's the star of the show here!!!), and xander matthews, who also appears. note the text on the right of the screen that says "(i.e. these are the only characters who make appearances)"
the supporting cast refers to the characters who Kinda appear. i have examples of what i mean
teruko tawaki: teruko appears in the picture frame visible for a lot of the video!
arei nageishi: arei appears as one of the clapping hands. notice the bowling glove on only her left hand!
hu jing: same deal, notice her zither playing ring thingies
mai akasaki: mai also appears on the picture frame visible for a lot of the video!
with all that said, there's still one more character on the list! my friend on discord (and co-admin of the drdt server! (you can find them here!) has deduced that it says "Ms. Naegi". i confirmed it here.
now, a lot of the fandom has been under the impression that the unnamed character at the beginning is diana chiem, david's sister. but, footnote 11 says... "[11] I admit to lying. There is no one named 〇〇〇〇〇 〇〇〇〇〇. I am, and always have been, an only child."
so diana chiem doesn't exist! meaning that the only person the woman pictured above can be is Ms. Naegi... whoever that is. i think it's safe to assume it's not komaru or anything due to the fact that this fangan takes place approximately 80 years in the future.
Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
✓ Live Streaming✓ Interactive Chat✓ Private Shows✓ HD Quality✓ Free Actions
Free to watch • No registration required • HD streaming
sorry i’m posting what i think everyone has figured out already but the part about hythlodaeus and morus does not appear to refer to the final fantasy characters - it would make more sense that it refers to character’s from more’s ‘utopia’. some random reference i found on this is copy and pasted below:
“RAPHAEL HYTHLODAEUS is the protagonist in St. Thomas More's Utopia, and his discussions with More in this hard-to-place work fits in with the notion of Lyotard's notion of "differend." In Book 1 of More's Utopia, the groundwork is set for the philosophical discourse in Book 2. Book 1 is largely composed of a dialogue between Morus (the Latin name for "More") and his friend Peter Giles and a traveler named Raphael Hythlodaeus. The name Hythlodaeus is derived from Greek, from a combination of hythlos (idle talk or nonsense) and daiein (distributor). Hythlodaeus is therefore a sower of nonsense, a buffoon. Hythlodaeus' first name, Raphael, is obviously refers to the Biblical archangel, Raphael (רָפָאֵל), the meaning of which is "It is God (El) who heals." Raphael is "one of the seven, who stand before the Lord," Tobit 12:15, and he is regarded as the angelicus medicus, the healing angel. It is Raphael who, in the deuterocanonical book of Tobit, advises Tobias to catch a fish and use its liver to cure his father Tobit of his blindness.” - some ‘not secure’ blogspot page from lex christianorum apparently
since we know the tally5 password is part of a tumblr image url, this tells us a few more interesting things about it.
@aquariiium figured out the part of the url that is missing is a set 40 characters long no matter what, so we can assume the password is 40 characters long.
also! this part of the url is always in hexadecimal. that is, it contains numbers from 0-9, but only contains letters from a-f. the encoded message that appears to be related to tally5 is written with numbers 0-9 and letters a-z. so, either it’s a real message that can be translated to english, it’s some other clue, or if it does give the password somehow, it will have to be converted to hexadecimal as part of the decoding process.
it’s probably worth examining the weird number puzzle in the mv for a solution to the password, since hexadecimal is a number system and it makes a lot more sense to convert decimal numbers to hex than ascii letters to hex.
so, first off: i’m almost positive this is some sort of key to the tally5 code. mainly because of them both reference being “correct”:
typing stuff like “yes”, “no”, and “fuck you” in this box doesn’t work, and copy-pasting the message text doesn’t work either, so unfortunately we have to try harder to figure this one out.
looking in the source code of the page, we can find evidence that the tally5 password is not english, so trying to translate the secret message to english is most likely barking up the wrong tree.
that said, i’m slightly unreliable since the source code is javascript, which i’ve never written. let me walk you through my thought process for figuring this out:
whenever the “Enter” button on the page is clicked:
variable “input” stores whatever you typed in as a password.
the code then checks if the password is correct. if it is, the page displays the image from this tumblr image url:
notice the “input” inserted in the middle. basically, the code generates the full url from being given the correct password. therefore the password is the ending part of the image url (excluding .png).
now i’ve never seen a tumblr image url that’s coherent english, which unfortunately means this is going to be a massive pain in the ass to figure out. but on the bright side, you won’t be confused anymore wondering why the message seems impossible to translate to actual words! (note: if you have, in fact, found a way to translate the message to actual words, disregard this.)
now for the bad news: the secret text seems way too long for a direct mode of “deciphering” to the correct url piece, so most likely no using easy methods like rot13 (my very first thought, considering the number of the footnote). it’s still going to be a puzzle to figure out how to get the missing url piece from this.
so what’s next? i don’t know---search for more clues or just try whatever you can think of in the tally5 box, i guess. good luck!
Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
✓ Live Streaming✓ Interactive Chat✓ Private Shows✓ HD Quality✓ Free Actions
Free to watch • No registration required • HD streaming
potentially related to footnote 14 (”Hint: word length of 256″), on the newly found tally5 page with the passcode box (x), if you inspect the page’s source code you’ll find that it uses a sha256 function to encrypt values. the sha256 function generates a functionally irreversible one-way hash for the page’s correct password so you can’t just dig it out of the source code.
the tally5 page itself, when given the right password, leads to an image url. the password is a part of the url itself, so the url can’t be taken from the source code, either.
256 is also 2^8, or the number of values 8 bits can represent. as such, this number recurs constantly in computer science, so i’m not entirely sure it’s related whatsoever. could potentially be a hint at the page password or something similar though.