Friday, January 21, 2011

The Religious Sense: A Concise Summary

Thursday, January 13, 2011

Giussani Glossary

While reading Fr. Giussani's works, it can be helpful to have a glossary of the important terms that he uses.

abstraction.
category.
criterion. Criterion for the judgment of our existential inquiry. See original experience.
elementary experience. See original experience.
event. “Jesus Christ dead and risen” [Scola 13].
existential inquiry. Reflection on myself, concerning the religious sense [Religious Sense 5]. Used as the method of knowing the religious sense.
fact. See event.
freedom. The possibility of exercising the religious sense [Albacete 42].
judgment. Judgment of our existential inquiry [Religious Sense 7]
method. The method of knowing the religious sense [Religious Sense 5]. For Giussani, this is the “sacramental method” [Scola 16].
moralism.
original experience. Primordial needs, “for example, the need for happiness, the need for truth, for justice, etc.” [Religious Sense 7]. Used as the criterion for the judgment of our existential inquiry.
presence. “reality as other” [Albacete 40].
protestantization. “subjectivistic reduction” [Scola 12].
realism. “an entire, passionate, insistent ability to observe the real event, the fact” [Religious Sense 4].
reason. “the capacity to become aware of reality according to the totality of its factors” [Religious Sense 12].
religious sense. “openness to the encounter with Christ” [Albacete 42].
sign. Sacrament. The Church is “the sign (sacrament) of the Christian Event” [Scola 7].



Essays from A Generative Thought: An Introduction to the Works of Luigi Giussani:
Albacete, Lorenzo. The Spirituality of Luigi Giussani.
Scola, Angelo. A Style of Thought.

Thursday, January 06, 2011

Are there no secular institutes in British Columbia?

Monday, January 03, 2011

Migrating from the old Facebook Connect API to the new Facebook Connect API

OldNew
FB.ensureInit(callback)window.fbAsyncInit = function () {...}
FB.Connect.requireSession(callback)FB.getLoginStatus(callback) and FB.login(callback)
FB.Connect.logout(callback)FB.logout(callback)
FB.Connect.createApplication(name, callback)No equivalent
FB.Facebook.apiClient.users_getInfo(uids, fields, callback)FB.Facebook.apiClient.users_getInfo(uids, fields, callback)
FB.Facebook.apiClient.fql_query(fql, callback)FB.api({method:'fql.query', ...})
FB.Connect.get_loggedInUser()FB.getLoginStatus(callback)
FB.Connect.showPermissionDialog(permission, callback, enableProfileSelector, profileSelectorIds)FB.ui({method: 'permissions.request', ...})
FB.init(apiKey, xdReceiverPath, {ifUserConnected, ifUserNotConnected, doNotUseCachedConnectState})FB.init({appId, channelUrl, status, cookie, xfbml})
FB.Connect.streamPublish(userMessage, attachment, actionLinks, targetId, userMessagePrompt, callback, autoPublish, actorId)FB.ui({method: 'stream.publish', ...})
<meta name="title">, <link rel="image_src">, <link rel="video_src">, etc.<meta og:title>, <meta og:image>, <meta og:video>, etc.

Labels: