Ligonier Class: Christian Worldview

Lesson 1: Secularism

Monolithic culture vs. melting pot (pluralistic).

Pre-christian culture = paganism; Post-Christian culture = secularism.

Secularism: Humanism, existentialism, positivism (pragmatism), hedonism, pluralism (relativism).

*ism - philosophize something.

Secularism from Saeculum (world as in this time). Mundus (world as in this space).

Versus Christianity: Eternity. God: Beyond time & space. Creatures = Sub specie Aeternitatis (under the aspect of eternity).

hic et nunc: The here and the now. Observed everywhere in the media, commercials. Epicureanism/hedonism (eat, drink and be merry, for tomorrow you die) vs. Jesus' "Lay up for yourselves treasures in heaven".

Shakespeare's:
To-morrow, and to-morrow, and to-morrow,
Creeps in this petty pace from day to day,
To the last syllable of recorded time;

The secular worldview denies that which is transcendent and eternal.

 

Posted in Projects, Theologization | 3 Comments

Ligonier Class: Philosophy I

Western Philosophy was birthed on May 28th 585 B.C. by Thales' solar eclipse.

Outline:

Pre-socratic

- Thales - The question of "One and the Many - the quest for mono-arche = monarchy" / relationship btw "unity & diversity" (results in "Universe") -> ultimate reality -> metaphysics. Telos (teleology) -> why. The search for essence/substance/stuff. Ultimate essence is water for its 3 forms (being) and necessity in life and Hylozoistic (motions of sea, river, etc.) which is supposed to solve for infinite regress (self moving like automobile) (by Thales) contrasting with Paul's Act 17:28a  'For in him we live and move and have our being.'

From the book: The Consequences of Ideas by R.C. Sproul:

It is interesting to note that a janitor/cleaning guy gave up working in the intellectual world because it cost him his wife and children back in the days of the Nazis, when he was a professor in philosophy, which is what the 3rd Reich hated (any ideas different than Hitler's). His knowledge stunned the young Sproul who freshly graduated with a philosophy degree and working by his side doing the same work (it was hard to find job for a philosophy graduate). - From the book's introduction.

Chapter 1:

The combination of any 2 terms from Corporeal, Incorporeal, Monism, Pluralism sums up 4 chief categories of the pre-Socratic philosophers. For example: Thales => C.M.; Empedocles, Anaxagoras => C.P.

3 Milesian Philosophers:

Thales used the quest of unmoved mover (thus not originated from Aristotle) to find water as the answer by seeing the moving oceans and rivers.

Thales' student Anaximander -> Apeiron (indeterminate boundless) -> Pluralism.

Anaximenes, student of Anaximander -> combine Thales and Anaximander (both specific and spread everywhere) -> air (rarefaction vs condensation, essential to life, wind, etc.).

Pythagoras:

Migrated from Samos to southern Italy. Religious interest in mathematics. 10 is perfect number. Formal over material, spiritual/intellectual over physical. Math is a matter of the soul. Music (consists of mathematical proportions, numerical ratios) soothes the savage beast.

Heraclitus & Parmenides (giants of the pre-Socratic):
Heraclitus:

Ephesian. Father of modern existentialism (I wonder why this fact is only presented by Christians from my brief online research). Panta rhei = All things are flowing. Becoming instead of Being. Not possible to step into the same river twice. Fire as basic element because it is constantly in flux. Always in process, always being transformed. Process is not chaotic, but orchestrated by "God", an impersonal force. Flux is product of universal reason Heraclitus calls the logos. The root of John's logos. But John's logos is filled with Hebrew thoughts. Heraclitus thus is pantheistic. All conflicts are resolved in the overarching Fire or the logos of things.
Work(s): On Nature.

Parmenides:

Eleatic (Elea = Italy) school of philosophy.
"Whatever is, is."
Change violates the law of non-contradiction. It cannot be and not be at the same time. Change is an illusion, not an "it".
Why is there something rather than nothing?
Ex nihilo, nihil fit = Out of nothing, nothing comes.
Attacks notion of self-creation, including Christian view.
The "how" of creation and creator-creature difference remains a mystery. Sproul: We take comfort, however, that mystery is not a synonym of contradiction.
This impasse of change promoted the skepticism era.
Work(s): The Way of Truth and the Way of Seeming.

Zeno of Elea:

Parmenides' student. The critics against Parmenides were done using the 5 senses to confirm change. Zeno established proofs/paradoxes that senses deal not with reality but appearances only:

1. Using circle tracks traveling in halves of the previous halves to show the pluralists that the world is not divisible because of infinite points.
2. Achilles and a tortoise.
3. Flying arrow is not really moving if it has to occupy the same space with the same length. Thus must always be at rest.
4. relativity.

Empedocles:

Sicilian. Challenged Zeno's skepticism. Change is too obvious to deny. Particles posses being and do not change, but the composition of particles do change. He changed Parmenides' monism to pluralism: 4 basic elements: earth, air, fire & water. Later a 5th element was considered to the other 4. Hence the word quintessence. Two opposite forces: love vs. strife, harmony vs. discord.
Work(s): On Nature, Purifications.

Anaxagoras:

Athenian. Tweaked Corporeal Pluralism by introducing eternal units: spermata (seeds). Reality is composed of matter and mind.

Democritus:

Primitive Atomism.

Posted in Projects, Questions | 11 Comments

Kale

A couple days ago, my wife cooked some kale. I looked it up.

It contains sulforaphane, which has potent anti-cancer properties (when chopped/minced, not broiled but stir fried/microwaved/steamed) like broccoli. It has rich calcium as well.

I am blessed with a wife by God.

Posted in Botany, Vocabularies | Leave a comment

Pleasure in Evil Conduct

Pro 10:23  It is as sport to a fool to do mischief: but a man of understanding hath wisdom.

Pro 10:23  A fool finds pleasure in evil conduct,
but a man of understanding delights in wisdom.

Pro 10:23  愚妄人以行恶为戏耍;明哲人却以智慧为乐。

Posted in Memory Verses, Reflection | Leave a comment

Presuppositional Preaching by Sye Ten Bruggencate

A good example of such apologetics approach. Rare stuff.

Posted in Theologization | 2 Comments

MS Access Security

Someone has finally accessed the database window intentionally at work. So I am taking extra steps to secure it, something I had hoped didn't happen.

To hide access to the Database Window or Navigation Pane in 2007.

Sources referred:
http://www.tek-tips.com/viewthread.cfm?qid=925287

http://access.mvps.org/access/api/api0069.htm
http://access.mvps.org/access/general/gen0031.htm

http://social.msdn.microsoft.com/Forums/office/en-US/0a34dbec-5078-4e16-b6a7-78f62c39f1bf/vba-navigation-pane?forum=accessdev

-----------

To show the database window, run
Docmd.SelectObject acTable, , True

To Hide the database window, run
Docmd.SelectObject acTable, , True
Docmd.RunCommand acCmdWindowHide

---------------------------

You can use this function which will return True if the window is currently visible inside the MDI Client window of the application.

'***************** Code Start *****************
' This code was originally written by Dev Ashish.
' It is not to be altered or distributed,
' except as part of an application.
' You are free to use it in any application,
' provided the copyright notice is left unchanged.
'
' Code Courtesy of
' Dev Ashish
'
Private Declare Function FindWindowEx _
    Lib "user32" Alias "FindWindowExA" _
    (ByVal hwndParent As Long, _
    ByVal hwndChildAfter As Long, _
    ByVal lpszClass As String, _
    ByVal lpszWindow As String) _
    As Long
    
Private Declare Function GetWindowLong _
    Lib "user32" Alias "GetWindowLongA" _
    (ByVal hWnd As Long, _
    ByVal nIndex As Long) _
    As Long

Private Const GWL_STYLE = (-16)
Private Const WS_VISIBLE = &H10000000

Public Function fIsDBCVisible() As Boolean
'
' Returns true if the Database container
' window is currently visible
'
    Dim lngStyle As Long
    Dim hWnd As Long
    Const WC_MDICLIENT = "MDIClient"
    Const WC_DBC = "Odb"

    ' Find the MDIClient window first
    hWnd = FindWindowEx(hWndAccessApp, 0, _
                WC_MDICLIENT, vbNullString)
    ' Find the db container window
    hWnd = FindWindowEx(hWnd, 0, WC_DBC, vbNullString)

    If (hWnd) Then
        ' retrieve the window style
        lngStyle = GetWindowLong(hWnd, GWL_STYLE)
        fIsDBCVisible = ((lngStyle And WS_VISIBLE) = WS_VISIBLE)
    End If
    
End Function
'***************** Code Start *****************
Posted in Projects, Technical | Leave a comment

Ligonier Class: Apologetics I

I had to look up Sproul on Presuppositional apologetics. I have learned long ago that Sproul was a Thomist, whose approach is classicism.

It is good that there is a direct source:

From what I could fathom, Sproul's argument against Presuppositionalism is merely based on defending his classical apologetics. He threw in petitio principii (circular logic flaw), equivocation fallacy (misuse of definition) and a "tie" (like kissing your sister which is uninteresting/unnecessary).

What Sproul failed to realize is that the presuppositional apologetics essentially calls the prove of the existence of God irrelevant, unnecessary and is beneath God. In this sense, God's existence cannot be proven. This is not to say that God can be disproved.

It must be clear that presuppositional apologetics does not nullify other forms of apologetics. It merely stands on to of them in importance and forms a foundation for the rest of them in methodology. Presuppositional apologetics is not to tell someone he/she is lying about his/her disbelief in God, but to help the evangelist to understand and build efficient means of doing apologetics in any particular circumstances.

Therefore, Sproul has already disqualified classical apologetics from presuppositionalism point of view when he was fixated on proving the existence of God, which is secondary in apologetics. This is not to say that Sproul is unaware of Romans 1:18-20, which is the strong pillar of presuppositional apologetics. However, by not considering the importance of presuppositional apologetics, Sproul made evangelism less enthusiastic, less personal for the energy for it have shifted to the scholastic dissection of apologetics. Though it is unfortunate that after Van Til, Westminster is facing tough financial dilemma; The Ligonier method of fundraising is very disturbing, in fact the very nature of fundraising is disturbing for any church. There is no differentiation between that and offering anymore, which is a problem. The only reason Ligonier or RTS could survive Westminster is because they do more outreach. Not evangelism, but books and talks. Westminster somehow could do only very little of it. The brain has become too heavy for the legs to move the preacher.

Ultimately, even a great weapon could still be rendered ineffective because the last of its imperfection is its user.

Posted in Theologization | 2 Comments

Very cool way of using google

http://tw.gigacircle.com/380623-1

大前提:英文Google→www.google.com

第一篇

在搜索框上輸入:「indexof/」inurl:lib

再按搜索你將進入許多圖書館,並且一定能下載自己喜歡的書籍。

在搜索框上輸入:「indexof/」cnki

再按搜索你就可以找到許多圖書館的CNKI、VIP、超星等入口!

在搜索框上輸入:「indexof/」ppt

再按搜索你就可以突破網站入口下載powerpint作品!

在搜索框上輸入:「indexof/」mp3

再按搜索你就可以突破網站入口下載mp3、rm等影視作品!

在搜索框上輸入:「indexof/」swf

再按搜索你就可以突破網站入口下載flash作品!

在搜索框上輸入:「indexof/」要下載的軟件名

再按搜索你就可以突破網站入口下載軟件!

注意引號應是英文的!

再透露一下,如果你輸入:

「indexof/」AVI

另補上第二篇

用GOOgle看世界!!!只要你在GOOGLE裡輸入特殊的關鍵字,就可以搜到數千個攝像頭的IP地址!通過他你就可以看到其所攝的實時影像!!

在google裡輸入

inurl:"viewerframe?mode="

隨便打開一個,然後按提示裝一個插件,就可以看到了!!!

再補上第三篇

三則駭客的Google搜索技巧簡介

大家都知道,Google毫無疑問是當今世界上最強大的搜索引擎。然而,在駭客手中,它也是一個秘密武器,它能搜索到一些你意想不到的信息。賽迪編者把他 們進行了簡單的總結不是希望您利用他去攻擊別人的網站,而是利用這些技巧去在浩如煙海的網絡信息中,來個大海撈針,尋找到對您有用的信息。

如果您是一名普通網民,您可以使用駭客的技巧擴大自己的視野,提高自己的檢索效率;如果您是一名網管,請您趕快看看您的網站是否做好了對下面駭客探測手 段的防範措施,如果沒有就趕快來個亡羊補牢,畢竟隱患勝於明火,防範勝於救災;如果您是一名駭客,相信您早以在別的駭客站點上見過類似的方法,這篇文章對 您沒什麼用處,這裡的技巧對您是小兒科,菜鳥級!您可以節省寶貴的時間做更有意義的事情,這篇文章您不用看了,到別處去吧!

基於上面的考慮我編發了這篇文章。

搜索URL

比如我們提交這種形式:passwd.txtsite:virtualave.net

看到了什麼?是不是覺得太不可思議了!有很多基於CGI/PHP/ASP類型的留言板存在這種問題。有時我們得到密碼甚至還是明碼的!管理員或許太不負 責了,或許安全防範的意識太差了,如果你是網絡管理員,趕快檢查一下不要讓惡意攻擊者撿了便宜。不要太相信DES加密,即使我們的密碼經過DES加密的密 碼,駭客們還是可以通過許多破解軟件來搞定。

這次我們能得到包含密碼的文件。「site:virtualave.net」意思是只搜索virutalave.net的URL。virutalave.net是一個網絡服務器提供商。

同樣,我們可以搜索一些頂級域名,比如:.net.org.jp.in.gr

config.txtsite:.jp

admin.txtsite:.tw

搜索首頁的目錄

首頁是非常有用的,它會提供給你許多有用的信息。

我們提交如下的形式:

"Indexof/admin"

"Indexof/secret"

"Indexof/cgi-bin"site:.edu

你可以自己定義搜索的首頁字符。這樣就可以獲得許多信息。

搜索特定的文件類型

比如你想指定一種文件的類型,可以提交如下形式:

filetype:.docsite:.milclassified

這個就是搜索軍方的資料,你可以自定義搜索。

再提供一個第四篇

Google的特殊功能

1、查詢電話號碼

Google的搜索欄中最新加入了電話號碼和美國街區地址的查詢信息。

個人如想查找這些列表,只要填寫姓名,城市和省份。

如果該信息為眾人所知,你就會在搜索結果頁面的最上方看到搜索的電話和街區地址

你還可以通過以下任何一種方法找到該列表:

名字(或首位大寫字母),姓,電話地區號

名字(或首位大寫字母),姓,郵遞區號

名字(或首位大寫字母),姓,城市(可寫州)

名字(或首位大寫字母),姓,州

電話號碼,包括區號

名字,城市,州

名字,郵遞區號

2、查找PDF文件

現在GOOGLE的搜索結果中包括了PDF文件。儘管PDF文件不如HTML文件那麼多,但他們經常具備一些其他文件不具備的高質量信息

為了顯示一個搜索結果是PDF文件而不是網頁,PDF文件的標題開頭顯示藍色文本。

這就是讓你知道ACRTOBATREADER程序會啟動來閱讀文件

如果你的計算機沒裝有該程序,計算機會指導你去能免費下載該程序的網頁。

使用PDF文件時,相關的網頁快照會由「TEXTVERSION」代替,它是PDF文檔的複製文件,該文件除去了所有格式化命令。

如果你在沒有PDF鏈接的情況下想看一系列搜索結果,只要在搜索欄中打上-inurldf加上你的搜索條件。

3、股票報價

用Google查找股票和共有基金信息,只要輸入一個或多個NYSE,NASDAQ,AMEX或

共有基金的股票行情自動收錄機的代碼,也可以輸入在股市開戶的公司名字。

如果Google識別出你查詢的是股票或者共有基金,它回覆的鏈接會直接連到高質量的金融信息提供者提供的股票和共有基金信息。

在你搜索結果的開頭顯示的是你查詢的股市行情自動收錄器的代碼。如果你要查找一家公司的名字(比如,INTEL),請查看「股票報價」在Google搜索結果的金融欄裡會有那個公司的主頁的鏈接(比如, www. INTEL. COM)。

Google是以質量為基礎來選擇和決定金融信息提供者的,包括的因素有下載速度,用戶界面及其功能。

4、找找誰和你鏈接

有些單詞如果帶有冒號就會有特殊的意思。比如link:操作員。查詢link:siteURL,就會顯示所有指向那個URL的網頁。舉例來說,鏈接 www. Google. com會向你顯示所有指向GOOGLE主頁的網頁。但這種方法不能與關鍵字查詢聯合使用。

5、查找站點

單詞site後面如果接上冒號就能夠將你的搜索限定到某個網站。具體做法是:在c搜索欄中使用site:sampledomain.com這個語法結構。比如,在斯坦福找申請信息,輸入:

admissionsite: www. stanford. edu

6、查找字典釋意

查找字典釋意的方法是在搜索欄中輸入你要查詢的內容。在我們根據要求找到所有的字典釋意都會標有下劃線,位於搜索結果的上面,點擊鏈接你會找到字典提供者根據要求給出的相關定義。

7、用GOOLGE查找地圖

想用Google查找街區地圖,在Google搜索欄中輸入美國街區地址,包括郵遞區號或城市/州(比如165大學大街PALOALTOCA)。通常情況下,街區地址和城市的名字就足夠了。

當Google識別你的要求是查找地圖,它會反饋給你有高質量地圖提供者提供的鏈接,使你直接找到相關地圖。我們是以質量為基礎選擇這些地圖提供者。值得注意的是Google和使用的地圖信息提供者沒有任何關聯。

Posted in Technical | Leave a comment

Vocab: Pungent

1. Strong and sharp.

2. Capable of wounding.

- From WordWeb.

Posted in Vocabularies | Leave a comment

原来中国是这么形成的

http://mp.weixin.qq.com/s?__biz=MjM5MTA3Mjk1Ng%3D%3D∣=200330458&idx=5&sn=1f2458e47e5a964797cad520ab07b265&scene=2&from=timeline&isappinstalled=0&key=88c7ba82076acca7be1389deb4e83552cdd9e66df9e52ef6379d300ecb7a4ace56e450a9d97

Posted in General | Leave a comment