Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
-vim-31687yI did zero 0, two 1, zero 1, etc.:
11111221111000001111120
(don't worry, I used a script) -
-vim-31687yGives this in decimal to ternary
1020000122110110021200120001202001000000000000000000000000000000000000000000000000000000000000000000 -
-vim-31687yDecided to pass to pass the answer of my first rant through the same, and then do the same thing again and again, here's what I got:
11111221111000001111120
1121110112
11112
11
1 -
-vim-31687yI decided to sum those numbers and it gave me (11111221111001122232356)
I then refined that:
1121110222
111122
1122
122
2 -
Mitiko63557y@JBSnorro @RAZERZ @RedBorg (@hube good guess) (@UnknownDev good guess) @hacker @stop
I'm giving you a hint!
2 are seperators!
Then each is a symbol on it's own -
Got to H@KC:LC96O C?NP by assuming every segment is of length 4, encoded in tertiary and an empty space represents a 2...
-
-vim-31687yseparated the segments by the 2s : ['00', '101', '10', '111', '011', '11', '111', '010', '000', '1', '1010', '111', '100', '0', '']
-
@RedBorg if that's base 2, base 10 is
[ 0, 5, 2, 7, 3, 3, 7, 2, 0, 1, 10, 7, 4, 0, NaN ]
Doesn't make sense though, cause there is for example both 0 and 00 in there -
Mitiko63557yI'm worried the next hint will give it away...
The encoding is from English to Binary (obviously)
It uses variable lenght codes
(Hope doesn't make it too easy) -
@Mitiko I'm working on this on our production servers node cli via my smartphone.. might take a while :D
-
Mitiko63557y@Verstrahlter What?!
First of all, you shouldn't bruteforce this!
Second of all, on production servers?!!!!?!! -
stop68677y@Verstrahlter @Mitiko Common, He isnt (hopefully) my colleague, who can crash server trough touching.
-
Mitiko63557y
-
@Mitiko is this possible without the character mapping? I tested quite some alphabets now... 😶
-
-vim-31687y
I learnt it!
00210121021112011211211120102000212101021112100202
Whoever decodes it, is the cool guy on devRant
rant
and the answer
guess the language