Why do people care about the US boarder issue?
No one will apologize of Nazigate.
Why political operative fabricate the most obvious lies.
Substack | Twitter | Locals | Instagram
www.BenjaminjDichter.com
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