🇨🇦 #BillC63: Potential lifetime (25 yrs) IMPRISONMENT for online hate crimes aka speech.
“A person may, with the Attorney General’s consent, lay an information before a provincial court judge if the person fears on reasonable grounds that another person will commit an offence.”
You other podcasters can go ahead and give up. I finally made the best podcast episode ever.
https://sjvsworldtour.locals.com/upost/7942847/the-morning-rant-live
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