Skip to main content

标 题: 西方文化里潜意识的crusade心理和衍生的野蛮性

 发信人: YourDad (YourDad), 信区: History
标  题: 西方文化里潜意识的crusade心理和衍生的野蛮性
发信站: BBS 未名空间站 (Tue Aug  3 11:09:20 2021, 美东)

十字军东征(crusade)历史这里不重复写了,到处找的到。延续那么长时间的战争,
中间发生了无数次的野蛮行为(屠城等),为什么会发生?主要原因就是基督教/天主
教信奉排他性的一神,无法在信仰上容忍其他意识形态(伊斯兰教)。群体被意识形态
控制之后的行为是非理性的,对不同意识形态的群体更是极为又敌意的,甚至可以把别
人不当成人,这样在实施野蛮行为时毫无心理负担(常见后世白人灭绝印第安人的历史
),这个在现代心理学里也有研究。这样的意识形态也是西方文明野蛮性的一个主要来
源(参见西方国家近代历史上对其他国家犯下的罪行)。近代针对华人的黄祸思维其实
也有这样的意识形态背影。在美国侵略阿富汗,伊拉克战争里同样可以看到类似的影子。

这样的意识形态一个主要特点就是进攻型和掠夺性非常强,在没有被别人主动进攻情况
下,它会主动寻找敌人(别的意识形态),然后把自己奉为绝对正确的一方(神的旨意
等等话术),把别人描述成撒旦,继而获得侵略的合理性。当然所有侵略的最终目的还
是人类在金钱和政治上的好处(抢夺资源,消灭不喜欢的群体),神想必不会对地球上
的这点玩意感什么兴趣。

当然基督教/天主教文明不是唯一的这么干的。伊斯兰教也有Jihad圣战,类似于
crusade。双方可以说同根同源。

现代西方的基督教/天主教影响力衰减,但是意识形态至上的侵略性却是没有太大改变
,民主自由论是现代的一神教,讽刺的是这个意识形态同样具有极大的排他性(树立独
裁专制的意识形态敌人)- 而真正的民主自由的一个特点是包容性。现在西方针对中国
的敌对宣传很大程度上体现了这样基于意识形态的侵略性和非理性,以及在这样非理性
驱动下合理化任何邪恶的侵略行为(比如说造谣抹黑的舆论战,就是基于意识形态战争
的一个典型行为)。

Comments

Popular posts from this blog

CKA Simulator Kubernetes 1.22

  https://killer.sh Pre Setup Once you've gained access to your terminal it might be wise to spend ~1 minute to setup your environment. You could set these: alias k = kubectl                         # will already be pre-configured export do = "--dry-run=client -o yaml"     # k get pod x $do export now = "--force --grace-period 0"   # k delete pod x $now Vim To make vim use 2 spaces for a tab edit ~/.vimrc to contain: set tabstop=2 set expandtab set shiftwidth=2 More setup suggestions are in the tips section .     Question 1 | Contexts Task weight: 1%   You have access to multiple clusters from your main terminal through kubectl contexts. Write all those context names into /opt/course/1/contexts . Next write a command to display the current context into /opt/course/1/context_default_kubectl.sh , the command should use kubectl . Finally write a second command doing the same thing into ...

OWASP Top 10 Threats and Mitigations Exam - Single Select

Last updated 4 Aug 11 Course Title: OWASP Top 10 Threats and Mitigation Exam Questions - Single Select 1) Which of the following consequences is most likely to occur due to an injection attack? Spoofing Cross-site request forgery Denial of service   Correct Insecure direct object references 2) Your application is created using a language that does not support a clear distinction between code and data. Which vulnerability is most likely to occur in your application? Injection   Correct Insecure direct object references Failure to restrict URL access Insufficient transport layer protection 3) Which of the following scenarios is most likely to cause an injection attack? Unvalidated input is embedded in an instruction stream.   Correct Unvalidated input can be distinguished from valid instructions. A Web application does not validate a client’s access to a resource. A Web action performs an operation on behalf of the user without checkin...