Skip to main content

以信求知对以知求信 (拨雾正原集之三十四)

以信求知对以知求信 (拨雾正原集之三十四) 2007-09-05 21:25:12
本文由 追求永生 在 2007-9-5 12:22 发表于: 倍可亲.美国 ( backchina.com )


(和版提出了一天两个主贴的限制,对我可是一个高指标。一个不用似乎太可惜,就把回温版的一个贴文提出,另起一贴贴出。好歹也算完成了50%的任务)


温版,基督教的有些教义,即使是几十年老基督徒也不见得明白。俗话说,师傅领进门,修行在个人。基督教的原则是,以信求知。信的基础,不是以多少知识衡量的。

以知求信,永远不能达到信,这就是为什么本版许多人圣经知识比基督徒多,可是却越多越信不起来。

所以你提到的问题,确实不是有意为之,更不是想骗人,而是一开始只能是这样。讲太多了可能更糊涂。

希望你能够再考虑考虑,尽量理解。


温版的原贴


教会拉拢新生确实是有一套的。想当年,我太太稀里糊涂就“被”决志了,甚至决志之后还不知道决志这俩字怎么 写呢,更不知道是什么意思。教会的人只管为自己将来上天堂攒分,生怕你明白了就不决志了,能蒙一个算一个。入教的时候绝不会提醒你“信仰就是生命,一定要 慎重选择”的。其手段实在是不够光彩。

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...