Why Do Most People Have Contempt Prior to Investigation?
By Michael Lang on Oct 7, 2007 in INSIGHTS AND OBSERVATIONS
Why is it, do you think, that most people have preconceived ideas about almost everything that they do not have prior experience with?
Human nature being what it is, the short answer is most likely fear or the moving out of one’s “comfort zone”.
Whatever the answer, let us agree that a closed or clouded mind is tainted and an impediment to learning, self-improvement, or actualization.
The question posed in this article’s title and the concept I am emphasizing is the need for a specific mindset to experience new and novel things as well as grow spiritually.
There is a principle which is a bar against all information, which is proof against all arguments, and which cannot fail to keep a man in everlasting ignorance – the principle is “contempt prior to investigation.” – Herbert Spencer
This principle can be applied to everything from the most mundane to the most serious of issues. That is from, “I don’t like asparagus to I don’t like Arabs, African American or Jews.”
Now even though I have no interest in another’s dietary aversions, I am concerned with racial prejudice and injustice, the underlying principle being the same.
I am concerned with those that, “look out for their own” at the expense of all others; I am concerned with those that adopt religious dogma at the suggestion of another and then castigate all other beliefs for being wrong or misguided.
I concerned with these things and more as they are the behavior of “small minded” people, the kind of people that blow up abortion clinics, killing innocent people because they are trying to protect the sanctity of life. Am I making my point?
These people scare me as well as well as solidify, in my mind, the kind of person I am trying to become, the kind of people I am trying to surround myself with, as well as the kind of people I abhor and try to stay clear of.
Lastly, in addition to sharing my thoughts, insights and opinions, The Lang Report also enlightens, entertains and educates and with that I would like to close with sharing with you the accepted origin of the phrase, “contempt prior to investigation.”
The story begins in 1939 when the book Alcoholics Anonymous was published and the phrase was used as a chapter head and attributed to the 19th century British philosopher, evolutionist and sociologist, Herbert Spencer. In later editions of Alcoholics Anonymous, the chapter was replaced but now appears in Appendix II titled “Spiritual Experience” to encourage people to keep an open mind about the religious or spiritual remedy that Alcoholics Anonymous prescribes for its members.
Interesting?
// the following must be defined before this js is used // SNAP_COM_CLIENT.fireshotsBlacklistedSites; // SNAP_COM_CLIENT.fireshotsSites;
// the following are various settings that should be defined, otherwise the defaults are used if (typeof SNAP_COM_CLIENT.disabledSites == "undefined") SNAP_COM_CLIENT.disabledSites = ""; if (typeof SNAP_COM_CLIENT.si == "undefined") SNAP_COM_CLIENT.si = 1; if (typeof SNAP_COM_CLIENT.key == "undefined") SNAP_COM_CLIENT.key = "invalidkey"; if (typeof SNAP_COM_CLIENT.th == "undefined") SNAP_COM_CLIENT.th = 'silver'; if (typeof SNAP_COM_CLIENT.sb == "undefined" || SNAP_COM_CLIENT.sb == '') SNAP_COM_CLIENT.sb = 1; if (typeof SNAP_COM_CLIENT.link_icon == "undefined") SNAP_COM_CLIENT.link_icon = 'on'; if (typeof SNAP_COM_CLIENT.shots_trigger == "undefined") SNAP_COM_CLIENT.shots_trigger = 'both'; if (typeof SNAP_COM_CLIENT.size == "undefined") SNAP_COM_CLIENT.size = 'small'; if (typeof SNAP_COM_CLIENT.lang == "undefined") SNAP_COM_CLIENT.lang = 'en-us'; if (typeof SNAP_COM_CLIENT.domain == "undefined") SNAP_COM_CLIENT.domain = ''; if (typeof SNAP_COM_CLIENT.source == "undefined") SNAP_COM_CLIENT.source = ''; if (typeof SNAP_COM_CLIENT.campaign == "undefined") SNAP_COM_CLIENT.campaign = 'unknown_campaign';
var params = {}; var blacklisted = false; for (var x=0; x < SNAP_COM_CLIENT.fireshotsBlacklistedSites.length; x++) { if(url.match(SNAP_COM_CLIENT.fireshotsBlacklistedSites[x])){ //alert("blacklisted!"); blacklisted = true; break; } }
if(!blacklisted){ var site_name; var frameOverride = false; var metaTags = document.getElementsByTagName('meta'); var metaTagLength = metaTags.length; for(var key in SNAP_COM_CLIENT.fireshotsSites){ if(url.match(SNAP_COM_CLIENT.fireshotsSites[key].regex)){ site_name = key; break; } fireshotsMeta = SNAP_COM_CLIENT.fireshotsSites[key].meta; if (typeof site_name == "undefined" && fireshotsMeta) { for (var i = 0; i < fireshotsMeta.length; i++) { var desired_meta_object = fireshotsMeta[i];
for (var j = 0; j < metaTagLength; j++) { found = true; var meta_object = metaTags[j]; for (var meta_key in desired_meta_object) { if (meta_object[meta_key] != desired_meta_object[meta_key]) { found = false; } } if (found) site_name = key; } } } } var disabled = false; params['ro'] = "0";
if(site_name){ site_name = site_name;
var disabledSites = SNAP_COM_CLIENT.disabledSites.split(","); for(var i in disabledSites){ if(key == disabledSites[i]){ disabled = true break; } } }else{ site_name = ""; params['ro'] = "1"; } }
if(disabled || blacklisted){ //alert("user has disabled " + site_name); }else{ params['ap'] = "1"; params['tc'] = "0"; params['tp'] = "1"; params['hdd'] = "1500";
params['si'] = SNAP_COM_CLIENT.si;//prefManager.getCharPref("extensions.fireshots.si"); params['key'] = SNAP_COM_CLIENT.key;//prefManager.getCharPref("extensions.fireshots.key"); params['th'] = SNAP_COM_CLIENT.th;//prefManager.getCharPref("extensions.fireshots.th"); params['sb'] = SNAP_COM_CLIENT.sb;//prefManager.getCharPref("extensions.fireshots.sb"); params['link_icon'] = SNAP_COM_CLIENT.link_icon;//prefManager.getCharPref("extensions.fireshots.link_icon"); params['shots_trigger'] = SNAP_COM_CLIENT.shots_trigger;//prefManager.getCharPref("extensions.fireshots.shots_trigger"); params['size'] = SNAP_COM_CLIENT.size;//prefManager.getCharPref("extensions.fireshots.size"); params['lang'] = SNAP_COM_CLIENT.lang;//prefManager.getCharPref("extensions.fireshots.lang"); params['domain'] = SNAP_COM_CLIENT.domain;//'ffex_' + version; params['source'] = SNAP_COM_CLIENT.source; params['campaign'] = SNAP_COM_CLIENT.campaign;
if(site_name){ params['si'] = "1"; params['tc'] = "15"; params['sb'] = "0"; }
//override params with what we've definite in sites.js if(site_name && SNAP_COM_CLIENT.fireshotsSites[site_name].params) { for(var param_name in SNAP_COM_CLIENT.fireshotsSites[site_name].params){ params[param_name] = SNAP_COM_CLIENT.fireshotsSites[site_name].params[param_name]; } } if(params['framed']){ frameOverride = true; } unsafeWindow.frameOverride = frameOverride;
//create an argument string param_pairs = new Array(); for(var param_name in params){ param_pairs.push(param_name + "=" + params[param_name]); } params = params; shots_url = SNAP_COM_CLIENT.baseShotHREF + '/snap_shots.js?' + param_pairs.join("&");
unsafeWindow.shots_url = shots_url; unsafeWindow.site_name = site_name;
var inject_url = SNAP_COM_CLIENT.baseShotHREF + '/client/inject.js?site_name='; if(site_name){ inject_url += site_name; }else{ inject_url += "0"; }
var doc_body_array = window.document.getElementsByTagName("body");
if(doc_body_array){ doc_body = doc_body_array[0]; if (doc_body) { var shots = document.createElement('script'); shots.type = 'text/javascript'; shots.src = inject_url; doc_body.appendChild(shots); } } }
}
SNAP_COM_CLIENT_SHOTSSETUP();


















