wtry

u/wtry@lemm.ee
38 posts · 74 comments

Recent posts

Recent comments

on Tools rule! · c/196 · 1 pts · 2y

I was just so grabbed by the big wrench that I didn't notice the other tool

on Poland Rule · c/196 · 48 pts · 2y

The Communist femboys need to be more active in their community.

One of the most obvious ones in this video is him comparing plain-clothes police to secret police. He also conveniently forgets both the definition of Authoritarianism:

A form of government in which the governing body has absolute, or almost absolute, control. Typically this control is maintained by force, and little heed is paid to public opinion or the judicial system. Via Wiktionary

and Nazis. Vaush has a good video debunking this one

I can't believe he needs that much code for this: bool iseven(int number){ if (number % 2 == 0){ return true; } else { return false; } }