RE: Waterworks
06-26-2018, 06:39 PM
(06-26-2018, 03:12 PM)Latere Wrote: »Show ContentSpoilerI've forgotten how to read that script. Can anyone translate?
Show Content
SpoilerProbably not but I vaguely recall it being something like a ternary number system. And the symbols on the left and right aren't part of the actual message (I think). Then if I remember right it's simply converting it to ascii (by first converting it to hexadecimal).
If all that's correct we're seeing something that's one of the following
(Note some of the characters don't even render on an html page)
And that really doesn't look like anything so I'm probably wrong.
Interesting to note, if it's just binary
Which I could see implying that the memory encompasses or is critical to Connie's sense of self or identity. Which definitely seems like something one would want to keep secretly hidden from the Hivemind.
Also of note 110 in ternary = C in hexadecimal, so it could be "CCC."
Sites used:
https://www.epochconverter.com/numbers/bin-oct-dec-hex
https://www.rapidtables.com/convert/numb...ascii.html
If all that's correct we're seeing something that's one of the following
Code:
001001001 -> 02f5 -> õ
002002002 -> 05ea -> ê
110110110 -> 237c -> #|
112112112 -> 2966 -> )f
200200200 -> 353a -> 5:
211211211 -> 410e -> A
And that really doesn't look like anything so I'm probably wrong.
Interesting to note, if it's just binary
Code:
001001001 -> 49 -> I
Which I could see implying that the memory encompasses or is critical to Connie's sense of self or identity. Which definitely seems like something one would want to keep secretly hidden from the Hivemind.
Also of note 110 in ternary = C in hexadecimal, so it could be "CCC."
Sites used:
https://www.epochconverter.com/numbers/bin-oct-dec-hex
https://www.rapidtables.com/convert/numb...ascii.html