When you understand postmodernism, you understand the modern culture war and the perceived chaos becomes far less intimidating. Jordan Peterson, Stephen Hicks, Gad Saad & many other professors have been exposing this alarming philosophical world view for many years.
Stephen and I teamed up to produce Open College with Dr. Stephen Hicks a podcast around his many years of work on postmodernism. A must read for anyone wanting to understand the current global culture war.
Postmodernism is why "gender is subjective" & if you disagree you are a bigot / racist (oppressor). This intellectually lazy work view is why freedom convoy #CanadianTruckers & working class Canadians were labeled as oppressors (bigots/racists). https://youtu.be/fvSypOk6xjE
Postmodernism is also how the most powerful people politicians in Canada Chrystia Freeland & Justin Trudeau could see themselves as victims (the oppressed). All objective people know, you don't get to hold all the power & ...
def process_information(new_fact):
belief = "I am already correct"
if new_fact.supports(belief):
accept(new_fact)
share_immediately(new_fact)
say("Interesting. Exactly what I thought." )
elif new_fact.challenges(belief):
reject(new_fact)
question_the_source(new_fact)
say("That sounds suspicious." )
else:
ignore(new_fact)
say("Not relevant." )
return belief