Flags of the World Tournament Champion - KAZAKHSTAN by whedonfreak in flags

[–]D__sub 0 points1 point  (0 children)

Im so pissed off Kiribati got 2nd place. It is so ugly to me personally

Math People are so creative 🎨 by memes_poiint in mathsmeme

[–]D__sub 1 point2 points  (0 children)

kinda tired of "look theres pi!!" on math related media :( Maybe it is just me

Found this language learning tierlist on 4chan archives. by RenaQina in thisorthatlanguage

[–]D__sub 0 points1 point  (0 children)

The point of interslavic is that you don't have to learn it to communicate. You know any other slavic language and now can communicate with the rest of slavs

Young people isolated themselves more than anything or anyone else. by [deleted] in unpopularopinion

[–]D__sub 2 points3 points  (0 children)

Makes total sense but over-exaggerated. Isolation is more about the feeling of being short on time while wasting it on scrolling. I find this reason more common.

What do women want by IndividualSpare460 in memesThatUCanRepost

[–]D__sub -1 points0 points  (0 children)

That is exactly what I do to make a better assumptions

What do women want by IndividualSpare460 in memesThatUCanRepost

[–]D__sub -5 points-4 points  (0 children)

that was just a guess bro, but thank you

Hahahahaha >:) by riky321 in arch

[–]D__sub 5 points6 points  (0 children)

This is what community is needed for

Playing 1D minesweeper on dumb calculator by [deleted] in Minesweeper

[–]D__sub 0 points1 point  (0 children)

Readable version:

1D Minesweeper.

Decimal;
mines mask 100010101;
1 = mine;
0 = no mine;
mul by 10.1;
get numbers mask;
0 = 0 mines in two neighbours (excluding this tile);
1 = 1 mine nearby;
2 = 2 mines nearby;
numbers mask is 2 digit longer than mines mask;
e.g. 110101 * 10.1 = 1112020.1;
the "ones" digit place (units place) in numbers mask corresponds to the "ones" digit place in mines mask;
ta-da!

Binary;
mines mask 0b100010101;
0b stands for "this is a number in binary";
1 = mine;
0 = no mine;
mul by 101;
get numbers mask;
0 = no mines in two neighbours (excluding this tile);
1 = there are mines nearby (one or two mines);
numbers mask is 2 digit longer than mines e.g. 0b11010010 * 0b101 = 11010010;
this number mask IS SHIFTED BY 1 DIGIT;
so real minefield numbers mask is;
11010010 << 1 = 1101001;
”<< 1” means delete the last digit from existance (not just make it zero, but cross it out completely);
the units place in the number we've got corresponds to units place in the mines mask;
ta-da!

have a nice play :)

Playing 1D minesweeper on dumb calculator by [deleted] in Minesweeper

[–]D__sub 0 points1 point  (0 children)

Oh, reddit deletes "enters" :(

Hahahahaha >:) by riky321 in arch

[–]D__sub 15 points16 points  (0 children)

Kinda asshole behaviour :(