53

But I'm not blaming him.

I surely wish he could have done more. But I realize that he is but a lone man and there's a limit of how much he could do.

Face it, Trump was alone, everyone was against him, most Republicans are against him, most military was against him. He tried to save America, but America didn't want to be saved, America was too compliant to communism.

Such a sad day in history, that will be scrubbed and memory holed soon enough.

13
42

The thing is I haven't posted anything since May 2019 there.

I looked through all the history and I found the reason. I clapped (akin to upvoted) this article

https://medium.com/@zacharyvorhies/detect-when-google-is-lying-about-autocompletes-political-bias-1eff618926f6

Looks like they are cracking down hard on censorship

134
Self explanatory (media.patriots.win)
posted ago by thailehuy ago by thailehuy
23
Life "hack" (media.patriots.win)
posted ago by thailehuy ago by thailehuy
28

A bit of context, me and him go way back to 4th grade. We practically grew up together. We are from Vietnam so our ideology is a bit left leaning (cuz communism teaching). He was very smart, always top of class. When we got into college he went to Canada to study, while I stayed in Vietnam. And yes his family is rich.

I usually don't talk politics with my friends, for obvious reason.

Yesterday he posted about the Minneapolis riot and called them "protesters" while comparing to the gun march in DC earlier. I pointed out that "protesters" don't burn down a city. Then he proceeded to call me misinformed, told me to read facts, said Trump called nazi "fine people" and then unfriended me.

Nothing major was lost. I'm just amazed at how a very smart person could easily fall for a debunked hoax and behave like this. I mean I have seen the memes but I never thought I could experience it in real life.

Liberalism is indeed a mental disorder.

27
85
118
79

I have been seeing some videos about AOC recently. One of them raised a point that caught my attention.

Many people think AOC is as dumb as a rock, me included. I mean it's hard to think otherwise when a person with economic degree can't even do basic math.

But other than that, I could say that she is very dangerous.

In a sense she is employing the same strategy as Trump, inserting herself into the media narrative by using controversial ideas. As our friend Tim Pool always says, "there's no such thing as bad press", AOC has been gaining popularity. There's a reason why she quickly rose to be the mouth and face of the far left, despite being only 29 yo. That's no normal feat if you ask me.

She could be lucky, or smart, or both, I don't know. But I know that she is dangerous. Why? Because she is ruthless.

She didn't think twice when firing her campaign manager when she smelled trouble. She has no issues making up lies or plays theatrics crying at an empty parking lot. She literally admitted that her truth matters more than fact, as long as she feels it is up to her moral standard.

That says she thirsts for power and will do everything to grab it.

And to make it worse, she has the establishment support, as most of her campaign money is funnelled from outside her district.

People like AOC is exactly the kind should not be allowed to be in power. Please vote her out, get rid of her before she rises to power.

63
14
23

The left always call Trump a racist/bigot/xenophobe, but never a pedo.

They call him Russia/Saudi/Ukraine's asset, but never China's

I don't know what exactly is the end game, but it will involve China and pedo, I'm sure of it.

125
29
477
21
187
68
44
19
729
162

I'm an average Asian man in my thirties, I'm 170cm (5'7") tall. I'm not even the tall one in my family.

I remember when I was a child I looked at foreigners (mainly Caucasian) and they were all very tall, much taller than us.

But now when I move to live in Australia, I'm just as tall as an average Caucasian. There are so many Caucasian men shorter and smaller than me. The ones taller than me are now a minority (there are still quite a numbers, but not more than the ones shorter than me)

It feels really weird to me that Caucasians are getting smaller.

23

Steps:

  1. Install TamperMonkey extension (I'm assuming you guys are using Brave browser, but this works with Firefox too)
  2. Add a new script with TamperMonkey
  3. Paste these in

// ==UserScript== // @name TheDonald.win Nightmode // @namespace http://tampermonkey.net/ // @version 0.1 // @description try to take over the world! // @author You // @match https://thedonald.win/* // @grant none // ==/UserScript==

(function() { 'use strict';

// Create our shared stylesheet:
var style = document.createElement('style');
document.head.appendChild(style);
style.sheet.insertRule('#target {color: darkseagreen}');
style.sheet.insertRule('.post .title:visited {color: #56e0ff;}');
style.sheet.insertRule('.post .title {font-size: 16px;line-height: 18px;margin-right: 2px;color: #ddd;}');
style.sheet.insertRule('.post {display: flex;flex-wrap: wrap;padding: 8px 12px 8px 0;background: #333;}');
style.sheet.insertRule('.post .details, .message .details, .mod-notes_subline {font-size: 12px;color: #aaa;}');
style.sheet.insertRule('.details a.author, .mod-notes_author {color: #8ec6ff;}');
style.sheet.insertRule('.wrapper.home {background: url(../img/bg-main.png) no-repeat center bottom 80px;background-color: #555;}');
style.sheet.insertRule('.main-content {background-color: #333;box-shadow: 0 0 5px 0 rgba(0,0,0,.4);}');
style.sheet.insertRule('.comment {border-top: 1px solid #888;border-left: 2px solid #555;background-color: #333;}');
style.sheet.insertRule('.post-single .content p {color: #ddd;}');
style.sheet.insertRule('body {background-color: #333;}');
style.sheet.insertRule('.post-single .total {color: #ddd}');
style.sheet.insertRule('.form.edit textarea, .form.reply textarea {background-color: #333;color: #ddd}');

})();

Preview

https://magaimg.net/img/9qk6.png

You can edit the color to your likings