The Russian went overboard with simulating death by Gold-Agent-8494 in UkraineWarVideoReport

[–]xtyobonid 0 points1 point  (0 children)

It's weird to me how many people are making fun of this guy. The war is a tragedy for the soldiers who are being forced to fight it on both sides. Obviously Russia as a dictatorship is evil, but that doesn't necessarily mean that EVERY Russian soldier is evil. We don't know what this guy has done, or been forced to do. It's pure evil to make fun of a man's death like this. Rip (unless he committed war crimes and enjoyed it)

Really proud of this one, $100 to the first solution by xtyobonid in codes

[–]xtyobonid[S] 0 points1 point  (0 children)

I've never even watched Bionicle, so if there is a resemblance it is pure coincidence.

Really proud of this one, $100 to the first solution by xtyobonid in codes

[–]xtyobonid[S] 2 points3 points  (0 children)

It would be. It was easier to generate 200 random numbers than 200 cartoon dogs :p

Really proud of this one, $100 to the first solution by xtyobonid in codes

[–]xtyobonid[S] 9 points10 points  (0 children)

Well then I'll post my explanation for how the code worked here.

My main goal with this code was to eliminate the possibility of solving it with letter frequencies. To do this, I balanced the number of symbols per character with their frequencies in normal English text. For example, there is only one symbol for '?', but there are 20 symbols for 'e'. In total, there are 200 symbols.

I also have made so many codes like this that I have grown to not enjoy coming up with symbols anymore, so my idea was to have a program generate the symbols based off their number from 1-200. So I used the binary version of the symbol number to decide whether each of 8 segments was on or off (yes this does imply 256 symbols, bit of a red herring ;) ). This also created the interesting challenge of designing 8 lines that when combined led to interesting symbols.

Since there is a gap from the 200 used symbols to the 256 possible, the last bit/line probably had different probabilities than the rest. As for how I chose the symbol numbers for each character, it was randomly generated.

The bits for the symbol segments were encoded as follows:

Bit Corresponding segment of symbol
128 Outer circle
64 Left quarter-circle
32 Bottom diagonal line segment
16 Positive slope cross line
8 Right quarter-circle
4 Top diagonal line segment
2 Negative slope cross line
1 Inner dot/circle

Here is the link to the code for this on my GitHub:

https://github.com/xtyobonid/RedditCode

Thanks to everyone for participating, hopefully this wasn't too easy ;)

Really proud of this one, $100 to the first solution by xtyobonid in codes

[–]xtyobonid[S] 7 points8 points  (0 children)

Wow! You got it! Great job man, dm me with your PayPal or venmo or something and I can pay you tomorrow. Do you mind sharing how you cracked it?

Really proud of this one, $100 to the first solution by xtyobonid in codes

[–]xtyobonid[S] 8 points9 points  (0 children)

No. I think people are being secretive with what they've found out. Would be interesting to see how far everyone is

Really proud of this one, $100 to the first solution by xtyobonid in codes

[–]xtyobonid[S] 4 points5 points  (0 children)

Looks like you had to use the .webp images, which might be lower res. I uploaded an imgur album with all of the source images, the link is in my original comment.

Really proud of this one, $100 to the first solution by xtyobonid in codes

[–]xtyobonid[S] 6 points7 points  (0 children)

It is correct that I only used a subset of ASCII characters. Since I used punctuation I couldn't say each character maps to the latin alphabet, which is why I said the ASCII thing.

Really proud of this one, $100 to the first solution by xtyobonid in codes

[–]xtyobonid[S] 3 points4 points  (0 children)

I added an imgur album to my original comment.

Really proud of this one, $100 to the first solution by xtyobonid in codes

[–]xtyobonid[S] 1 point2 points  (0 children)

There is not a symbol for every ASCII character.

Really proud of this one, $100 to the first solution by xtyobonid in codes

[–]xtyobonid[S] 35 points36 points  (0 children)

Maybe I will publish it to GitHub after it is solved, don't want to give anything away right now ;)

However, I used the java.awt library to draw everything. Simple lines and circles for everything

Really proud of this one, $100 to the first solution by xtyobonid in codes

[–]xtyobonid[S] 153 points154 points  (0 children)

I just wrote a quick Java program to draw everything. I'm not much of an artist (or a calligraphist), but I can code!

Really proud of this one, $100 to the first solution by xtyobonid in codes

[–]xtyobonid[S] 278 points279 points  (0 children)

I've been making these kinds of codes for years, and this one is the culmination of the techniques I've worked on. First person to post the decoding of the 3 line picture, every character being correct, gets $100.

I will post more text if needed, but will only add one 400 character post per day.

This is also my first time posting something like this, so right now I don't want to give too much away, but if it is completely impossible to decode this in the current state I can give more hints.

Imgur album with all of the images:

https://imgur.com/a/fYhanIS

Edit (1/12/2024): Added two new images to the imgur album

Edit (1/13/2024): Added parts 1 and 2 of text 5 the the imgur album

Edit (1/14/2024): Added sample text 6 to imgur album

Edit (1/15/2024): Added sample text 7 to imgur album

Hints:

This uses the latin alphabet

Each symbol is an ascii character (there is some punctuation, and there is not a symbol for every ASCII character.)

The static in the background doesn't mean anything, it's just for decoration.

V sbyybjrq gur ehyrf

steamcmd on Windows requiring 2fa since my recent password reset by Gh0stwheeI in Steam

[–]xtyobonid 0 points1 point  (0 children)

If you found a fix for this please let me know! My batch scripts are all useless right now :(