<?xml version="1.0" encoding="utf-8"?>
<feed version="0.3" xmlns="http://purl.org/atom/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xml:lang="en">
<title>bLogicus</title>
<link rel="alternate" type="text/html" href="http://www.blogicus.com/" />
<modified>2011-07-04T19:34:46Z</modified>
<tagline></tagline>
<id>tag:www.blogicus.com,2011://2</id>
<generator url="http://www.movabletype.org/" version="3.34">Movable Type</generator>
<copyright>Copyright (c) 2011, tim</copyright>
<entry>
<title>The Changing Tides of Social Networking</title>
<link rel="alternate" type="text/html" href="http://www.blogicus.com/archives/the_changing_tides_of_social_networking.php" />
<modified>2011-07-04T19:34:46Z</modified>
<issued>2011-07-04T19:10:28Z</issued>
<id>tag:www.blogicus.com,2011://2.2411</id>
<created>2011-07-04T19:10:28Z</created>
<summary type="text/plain"> The landscape is shifting (dramatically) and Google is in the process of launching a revolutionary social media platform that is likely to change at least part of your online strategy, search engine optimization (SEO) and the way you interact with various social groups. It’s called Google+ (Google Plus). Fundamentally,...</summary>
<author>
<name>tim</name>
<url>http://www.blogicus.com</url>
<email>tim@blogicus.com</email>
</author>
<dc:subject>Web Resources</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://www.blogicus.com/">
<![CDATA[<center><img alt="google%20plus%20circles%20sparks%20hangouts.png" src="http://www.blogicus.com/google%20plus%20circles%20sparks%20hangouts.png" width="480" border="0" vspace="10"/></center>
The landscape is shifting (dramatically) and Google is in the process of launching a revolutionary social media platform that is likely to change at least part of your online strategy, search engine optimization (SEO) and the way you interact with various social groups.  It’s called<a href="http://adeptplus.net/2011/07/google-plus-for-businesses-publishers-and-bloggers/"> Google+ (Google Plus)</a>.

<p>Fundamentally, Google+ is a social network that has been built from the ground up around the concept of Circles, Hangouts and Sparks.  Each circle, which you define, is a group of contacts, friends, acquaintances, and/or family that you categorize in a certain way. The benefit of this system, as compared to Facebook or LinkedIn, is that it enables you to share information that is specific to each circle.</p>

<p>Using Hangouts, you can real-time chat and video conference with those in Circles and Sparks brings the power of Google's information aggregation capability to the serve your interests.</p>

<p><em>Detailed Information</em>: <a href="http://adeptplus.net/2011/07/google-plus-for-businesses-publishers-and-bloggers/"> Google+ (Plus) for Businesses, Publishers and Bloggers</a></p>]]>

</content>
</entry>
<entry>
<title>Making Money with Google Ads</title>
<link rel="alternate" type="text/html" href="http://www.blogicus.com/archives/making_money_with_google_ads.php" />
<modified>2010-05-31T21:51:08Z</modified>
<issued>2010-05-22T03:34:39Z</issued>
<id>tag:www.blogicus.com,2010://2.2410</id>
<created>2010-05-22T03:34:39Z</created>
<summary type="text/plain">One of the ways bloggers generate revenue to pay for their hosting costs and website domain names is by adding Google Adsense advertisements. In particular, even though smaller blogs (such as blogicus), are unable to attract blogads advertisers, Google Adsense can provide enough income to pay for the cost of...</summary>
<author>
<name>tim</name>
<url>http://www.blogicus.com</url>
<email>tim@blogicus.com</email>
</author>
<dc:subject>Blogging</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://www.blogicus.com/">
<![CDATA[<p>One of the ways bloggers generate revenue to pay for their hosting costs and<a href="http://adeptplus.net/web-publishing/buy-your-domain-from-the-right-company/"> website domain names</a> is by adding Google Adsense advertisements.  In particular, even though smaller blogs (such as <a href="http://www.blogicus.com">blogicus</a>), are unable to attract blogads advertisers, Google Adsense can provide enough income to pay for the cost of blogging and perhaps a weekly Starbucks coffee or two.</p>

<p>To make the advertisements effective, they must be matched to the content and be placed in an effective position.  Theoretically, Google inserts ads that are contextual, based upon the surrounding text.  In practice, this is often not the case, in part because bloggers obscure their content, making both contextual assessment and indexing difficult.</p>

<p>Here are a few suggestions based upon my experience that will improve ad relevancy and revenue.</p>

<p><strong>First</strong>, place your content as close to the top of your <em>html</em> source code as possible.  In other words, when using multiple columns, the center should always be displayed first.  Many blogs have side columns that are so loaded with links, ads and other paraphernalia that the content of individual posts becomes obscured.  Putting the content first appears to help Google select appropriate advertisements and is of benefit for search engine optimization.  </p>

<p><a href="http://www.blogicus.com">Blogicus</a> is a three column lay-out but if you examine the source code you’ll find that the content follows right after each page’s header.  As a result, the blog enjoys a fair amount of traffic (for a small blog) from search engines and ad relevancy has improved through time.</p>

<p><strong>Second</strong>, always use header tags (h1, h2, etc) for your titles.  In a related post at Problogger, <a href="http://www.problogger.net/archives/2006/11/16/how-to-improve-adsense-ad-relevancy/#more-3198">Darren suggests</a><blockquote>Post titles are important for search engine optimization as the search engines assume that what you put in your titles tells your readers what your site is about. Similarly they are important for AdSense.</blockquote>This has been my experience as well and it should be noted that the way Google locates titles amid all the other tags and content is via the header tags.  This makes them of great importance to the categorization of contextual advertisements and search engine placement.  I found a significant improvement when I began using &lth1&gt tags used for all post titles.</p>

<p>Third, use unique keywords, descriptions and titles in your meta tags that represent your content.  Most blogging packages have plugins for generating these automatically and some, such as MovableType, have fields enabling manual additions.  Take the time to make sure there is a unique combination of each so that your posts will be indexed and those searching will be able to find your content. </p>

<p>The keyword meta tag appears in the &lthead&gt section of your html code and uses the following format:  &ltmeta name="keywords" content="keywords go here"&gt.  Similarly, the description is contained in the tag:  &ltmeta name="description" content="the description goes here"&gt.  And, your post's title should appear like this:  &lttitle&gtthe title goes here&lt/title&gt.</p>

<p>Fourth, Google does provide a means to target only the relevant portion of each page for ad determination.  You simply place a code before and after each post’s content (<a href="https://www.google.com/adsense/support/bin/answer.py?answer=23168">click here</a> for more information).  </p>

<p>Finally, place ads in positions the provide exposure but not interference.  My experience is that the bottom of the post produces the most relevant ads and highest click through percentage.  I look at it this way:  your readers don’t want ads interfering with their access to information and won't be attracted to a site the appears spammy.  However, once they’ve completed reading, there may be more relevant information available from an advertiser. </p>

<p>How to get started?  Simply use your Google account to apply for Adsense.</p>

<p><em>Note</em>:  <a href="http://www.blogicus.com/archives/how_to_make_money_using_google_ads.php">this is a relevant blast from the past</a></p>]]>

</content>
</entry>
<entry>
<title>The Irony:  Blizzard Mocks Global Warming Summit</title>
<link rel="alternate" type="text/html" href="http://www.blogicus.com/archives/the_irony_blizzard_mocks_global_warming_summit.php" />
<modified>2009-12-30T03:13:06Z</modified>
<issued>2009-12-20T08:04:55Z</issued>
<id>tag:www.blogicus.com,2009://2.2409</id>
<created>2009-12-20T08:04:55Z</created>
<summary type="text/plain"> President Barack Obama returns from the Copenhagen Global Warming Summit to be greeted by a record snowstorm. Some apparently refer to this as the &quot;Gore Effect&quot;....</summary>
<author>
<name>tim</name>
<url>http://www.blogicus.com</url>
<email>tim@blogicus.com</email>
</author>
<dc:subject>Global Warming</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://www.blogicus.com/">
<![CDATA[<center><img alt="obama_snowstorm.jpg" src="http://www.blogicus.com/obama_snowstorm.jpg" width="450" /></center>

<p>President Barack Obama returns from the Copenhagen Global Warming Summit to be greeted by a record snowstorm.  Some apparently refer to this as the "Gore Effect".<br />
</p>]]>

</content>
</entry>
<entry>
<title>Greenpeaces Admits Emotional Hype</title>
<link rel="alternate" type="text/html" href="http://www.blogicus.com/archives/greenpeaces_admits_emotional_hype.php" />
<modified>2009-12-07T13:37:17Z</modified>
<issued>2009-11-27T18:55:30Z</issued>
<id>tag:www.blogicus.com,2009://2.2408</id>
<created>2009-11-27T18:55:30Z</created>
<summary type="text/plain"><![CDATA[It's all right here: Gerd Leipold, the outgoing leader of Greenpeace, admitted that his organization's recent claim that the Arctic Ice will disappear by 2030 was &quot;a mistake.&quot; Greenpeace said in a July 15 press release that there will be an ice-free Arctic by 2030 because of global warming. BBC...]]></summary>
<author>
<name>tim</name>
<url>http://www.blogicus.com</url>
<email>tim@blogicus.com</email>
</author>
<dc:subject>Global Warming</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://www.blogicus.com/">
<![CDATA[<p>It's all right <a href="http://aipnews.com/talk/forums/thread-view.asp?tid=10508&posts=1">here</a>:<br />
<blockquote>Gerd Leipold, the outgoing leader of Greenpeace, admitted that his organization's recent claim that the Arctic Ice will disappear by 2030 was &quot;a mistake.&quot; Greenpeace said in a July 15 press release that there will be an ice-free Arctic by 2030 because of global warming. BBC reporter Stephen Sackur on the &quot;Hardtalk&quot; program pressed Leipold until he admitted the claim was wrong</blockquote>Leipold also admitted that emotive reasoning is part of their modus operandi (i.e., lying is justified for the sake of the cause).<br />
</p>]]>

</content>
</entry>
<entry>
<title>Global Warming: Leaked emails and baffled scientists</title>
<link rel="alternate" type="text/html" href="http://www.blogicus.com/archives/global_warming_leaked_emails_and_baffled_scientists.php" />
<modified>2009-12-21T05:43:55Z</modified>
<issued>2009-11-22T00:07:40Z</issued>
<id>tag:www.blogicus.com,2009://2.2407</id>
<created>2009-11-22T00:07:40Z</created>
<summary type="text/plain">Respected climate researchers must be reeling following the disclosure of private emails that suggest spin and cover-up instead of observation and analysis: In one leaked e-mail, the research center&apos;s director, Phil Jones, writes to colleagues about graphs showing climate statistics over the last millennium. He alludes to a technique used...</summary>
<author>
<name>tim</name>
<url>http://www.blogicus.com</url>
<email>tim@blogicus.com</email>
</author>
<dc:subject>Global Warming</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://www.blogicus.com/">
<![CDATA[<p>Respected climate researchers must be reeling following the<a href="http://news.yahoo.com/s/ap/eu_climate_hacked_e_mails"> disclosure of private emails</a> that suggest spin and cover-up instead of observation and analysis:<br />
<blockquote>In one leaked e-mail, the research center's director, Phil Jones, writes to colleagues about graphs showing climate statistics over the last millennium. He alludes to a technique used by a fellow scientist to "hide the decline" in recent global temperatures. Some evidence appears to show a halt in a rise of global temperatures from about 1960, but is contradicted by other evidence which appears to show a rise in temperatures is continuing.</p>

<p>Jones wrote that, in compiling new data, he had "just completed Mike's Nature trick of adding in the real temps to each series for the last 20 years (i.e., from 1981 onwards) and from 1961 for Keith's to hide the decline," according to a leaked e-mail, which the author confirmed was genuine.<br />
</blockquote>What you should realize is the backdrop behind this story, the ugly truth that the models upon which global warming conjectures are built <a href="http://www.spiegel.de/international/world/0,1518,662092,00.html">have not been confirmed by observations</a> over the last 10 years. <br />
<blockquote>Global warming appears to have stalled. Climatologists are puzzled as to why average global temperatures have stopped rising over the last 10 years. Some attribute the trend to a lack of sunspots, while others explain it through ocean currents.</blockquote><br />
The church of global warming has seen its <a href="http://www.climatescam.org">better days</a> but today public opinion is cooling.</p>]]>

</content>
</entry>
<entry>
<title>the god that croaks?</title>
<link rel="alternate" type="text/html" href="http://www.blogicus.com/archives/the_god_that_croaks.php" />
<modified>2009-06-17T22:05:03Z</modified>
<issued>2009-06-08T03:49:33Z</issued>
<id>tag:www.blogicus.com,2009://2.2406</id>
<created>2009-06-08T03:49:33Z</created>
<summary type="text/plain">Paganism at its worst: a frog that changes color is being worshiped as a god in India: Hundreds of curious followers flock to Reji Kumar’s home every day to pray and ask for miracles. Now one of the country’s top zoologists plans to study the rainbow frog. But Reji, 35,...</summary>
<author>
<name>tim</name>
<url>http://www.blogicus.com</url>
<email>tim@blogicus.com</email>
</author>
<dc:subject>Commentary</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://www.blogicus.com/">
<![CDATA[<p>Paganism at its worst:  a frog that changes color is being<a href="http://www.thesun.co.uk/sol/homepage/news/2469396/Frog-that-changes-colour-worshipped-in-India-as-a-god.html"> worshiped as a god in India</a>:<br />
<blockquote>Hundreds of curious followers flock to Reji Kumar’s home every day to pray and ask for miracles.</p>

<p>Now one of the country’s top zoologists plans to study the rainbow frog. But Reji, 35, who keeps the creature in a glass bottle after finding it while out watering plants, is afraid it might CROAK first.</p>

<p>He said: “My one problem is that this frog does not appear to eat. I keep trying to feed it but it doesn’t eat anything. I don’t know what else to give it.”</p>

<p>The frog was a dazzling white color when Reji, from Thiruvananthapuram, Kerala, first spotted it. </blockquote><br />
What kind of god is this?  The fragile and dying impotent animal is a hopeless path for those who seek salvation and a blasphemous substitute for living eternal God.  Why worship a frog when <em><a href="http://www.desiringgod.org/ResourceLibrary/sermons/bydate/2000/40_The_Free_Gift_of_God_is_Eternal_Life_Part_1/">the free gift of God is eternal life in Christ Jesus our Lord</a></em>?</p>]]>

</content>
</entry>
<entry>
<title>Born Alive Truth Targets Obama</title>
<link rel="alternate" type="text/html" href="http://www.blogicus.com/archives/born_alive_truth_targets_obama.php" />
<modified>2008-11-06T22:25:24Z</modified>
<issued>2008-10-28T04:28:08Z</issued>
<id>tag:www.blogicus.com,2008://2.2404</id>
<created>2008-10-28T04:28:08Z</created>
<summary type="text/plain"><![CDATA[ &nbsp; Abortion survivor Gianna Jessen states, Seen this ad? In it, Senator Obama personally attacks me. I've dealt with worse; I survived an abortion. State Senator Barack Obama voted 4 times against laws to protect babies who survive abortions. Meanwhile, U.S. Senators voted 98-0 for Born Alive Infant Protections....]]></summary>
<author>
<name>tim</name>
<url>http://www.blogicus.com</url>
<email>tim@blogicus.com</email>
</author>
<dc:subject>Abortion</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://www.blogicus.com/">
<![CDATA[<center><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/C1fLxy4qQeU&amp;hl=en&amp;fs=1" /><param name="allowFullScreen" value="true" /><embed src="http://www.youtube.com/v/C1fLxy4qQeU&amp;hl=en&amp;fs=1" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="344"></object></center>
<p>&nbsp;</p>
<p>Abortion survivor <a href="http://www.prolifeblogs.com/articles/archives/2008/10/breaking_news_b.php">Gianna Jessen states</a>,</p>
<blockquote><b><i>Seen this ad? In it, Senator Obama personally attacks me. I've dealt with worse; I survived an abortion. State Senator Barack Obama voted 4 times against laws to protect babies who survive abortions. Meanwhile, U.S. Senators voted 98-0 for Born Alive Infant Protections. Senator Obama says deciding when babies get human rights is above his pay grade. Tell him abortion survivors deserve legal protections too.</i></b><br />
</blockquote>
<p>Isn't about time someone told the truth about Barack Obama:  <a href="http://www.bornalivetruth.org/">BornAliveTruth</a></p>]]>

</content>
</entry>
<entry>
<title>A Victory for Stem Cell Researchers</title>
<link rel="alternate" type="text/html" href="http://www.blogicus.com/archives/a_victory_for_stem_cell_researchers.php" />
<modified>2008-09-08T10:00:14Z</modified>
<issued>2008-08-28T02:46:52Z</issued>
<id>tag:www.blogicus.com,2008://2.2403</id>
<created>2008-08-28T02:46:52Z</created>
<summary type="text/plain">Controversy surrounding embryonic stem cells has consumed an elicit amount of time and unethical research in this area has been unabashedly promoted on the basis of hype and ill-formed promises. An amazing breakthrough involving adult stems cells ought to silence those in favor of harvesting cells from early humans:Scientists have...</summary>
<author>
<name>tim</name>
<url>http://www.blogicus.com</url>
<email>tim@blogicus.com</email>
</author>
<dc:subject>Stem Cells</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://www.blogicus.com/">
<![CDATA[<p>Controversy surrounding embryonic stem cells has consumed an elicit amount of time and unethical research in this area has been unabashedly promoted on the basis of <a href="http://www.prolifeblogs.com/articles/archives/2005/07/embryonic_stem_2.php">hype and ill-formed promises</a>.  <a href="http://www.washingtonpost.com/wp-dyn/content/article/2008/08/27/AR2008082701829.html">An amazing breakthrough</a> involving adult stems cells ought to silence those in favor of harvesting cells from early humans:<blockquote><em>Scientists have transformed one type of fully developed adult cell directly into another inside a living animal, a startling advance that could lead to cures for a variety of illnesses and sidestep the political and ethical quagmires associated with embryonic stem cell research. </em></p>

<p>[snip]</p>

<p><em>The experiments, detailed online yesterday in the journal Nature, raise the prospect that patients suffering from not only diabetes but also heart disease, strokes and many other ailments could eventually have some of their cells reprogrammed to cure their afflictions without the need for drugs, transplants or other therapies</em>. </blockquote>Despite the long road ahead prior to human application, the new technology is a remarkable achievement and the researchers ought to be congratulated.</p>

<p>Earlier this year, ESCR received (another) fatal blow by published research which concluded that human embryonic stem cells are rapidly rejected by the immune system.  <em>Of course, the FDA has yet to approve any clinical trial with embryonic stem cells because these cells (whether growing or even pre-differentiated) have a nasty tendency to form cancerous tumors</em> (<a href="http://www.frcblog.com/2008/08/embryonic_stem_cells_rejected.html">FRC Blog</a>).</p>

<p>Unfortunately, the technological failures and identification of a replacement for ESCR doesn't resolve the <a href="http://www.blogicus.com/archives/embryonic_stem_cell_research_clash_of_worldviews.php">clash of worldviews</a> and moral standards that remain at the heart of the issue.</p>

<p> Individuals and societies who are involved in and support ESCR view themselves as moral because their actions follow from an ethical standard that both justifies and motivates their decisions. In fact, the humanistic ethic that enables the murder of the unborn or the diseased, when pressed, will find little support in the absolute sense for the sanctity of human life that is not unborn or diseased because such sacredness can only be persuasive when derived from a transcended source (God).</p>

<p>Rejection of God means the acceptance of something else, some other ultimate authority or purpose from which standards for right and wrong are derived. This active replacement of Christian ethics with principles upon which ESCR is justified has practical consequences and will lead nations to progressively adopt increasingly oppressive practices that target the weak and defenseless based upon their utilitarian value to others.<br />
</p>]]>

</content>
</entry>
<entry>
<title>Amazon&apos;s Kindle Back in Stock</title>
<link rel="alternate" type="text/html" href="http://www.blogicus.com/archives/amazons_kindle_back_in_stock.php" />
<modified>2008-05-14T21:45:21Z</modified>
<issued>2008-05-05T01:49:42Z</issued>
<id>tag:www.blogicus.com,2008://2.2402</id>
<created>2008-05-05T01:49:42Z</created>
<summary type="text/plain">Amazon’s Kindle is a unique technology that is positioned to deliver electronic and print media, including books and newspapers, in a package that is highly mobile yet provides a reading experience matching a typed page. The product rapidly sold out late last year and Amazon&apos;s supply chain seemingly collapsed. Those...</summary>
<author>
<name>tim</name>
<url>http://www.blogicus.com</url>
<email>tim@blogicus.com</email>
</author>
<dc:subject>Technology</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://www.blogicus.com/">
<![CDATA[<p><iframe src="http://rcm.amazon.com/e/cm?t=atd6-20&o=1&p=8&l=as1&asins=B000FI73MA&fc1=000000&IS2=1&lt1=_blank&lc1=0000FF&bc1=000000&bg1=FFFFFF&f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0" align="right" hspace="10"></iframe><a href="http://www.amazon.com/gp/product/B000FI73MA?ie=UTF8&tag=atd6-20&linkCode=as2&camp=1789&creative=9325&creativeASIN=B000FI73MA">Amazon’s Kindle</a> is a unique technology that is positioned to deliver electronic and print media, including books and newspapers, in a package that is highly mobile yet provides a reading experience matching a typed page.  The <a href="http://www.vitalsignsreport.com/2008/05/amazon-kindle-back-in-stock.php">product rapidly sold out late last year</a> and Amazon's supply chain seemingly collapsed.  Those issues are over and it appears that a warehouse full of product awaits consumers.</p>

<p>The low power grayscale screen provides highly readable text  and wireless connectivity, without a monthly service charge, enables readers to access the Kindle store from most locations.<br />
With over 100,000 electronic books available, the innovative device is likely to achieve significant market penetration for mainstream book readers.  In my estimation, the current offering will fail to capture many of the classic texts of interest to Christians, instead emphasizing books likely to generate significant sales.  Even so, the <a href="http://www.amazon.com/gp/product/B000FI73MA?ie=UTF8&tag=atd6-20&linkCode=as2&camp=1789&creative=9325&creativeASIN=B000FI73MA">Kindle </a>represents the coming change to fully electronic media, in which vast libraries are at the command of the reader.  An incredible amount of  content is “just there”, wherever you go, in a highly readable format.</p>

<p>Because the electronic books are of little value once reader, I would prefer a subscription service that charged a monthly fee for unlimited books, a rental rather than purchase.  This would truly place a mobile library at my fingertips without significant (initial) investment.<br />
</p>]]>

</content>
</entry>
<entry>
<title>A Lesson from ER</title>
<link rel="alternate" type="text/html" href="http://www.blogicus.com/archives/a_lesson_from_er.php" />
<modified>2008-04-02T07:08:42Z</modified>
<issued>2008-03-23T12:41:33Z</issued>
<id>tag:www.blogicus.com,2008://2.2401</id>
<created>2008-03-23T12:41:33Z</created>
<summary type="text/plain">I stopped watching ER more years ago than I can remember. However, this scene from a reason episode has a lesson worth considering....</summary>
<author>
<name>tim</name>
<url>http://www.blogicus.com</url>
<email>tim@blogicus.com</email>
</author>
<dc:subject>Christians</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://www.blogicus.com/">
<![CDATA[<p>I stopped watching ER more years ago than I can remember.  However, this scene from a reason episode has a lesson worth considering.</p>

<p><object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/06HGc_jb6tk&hl=en"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/06HGc_jb6tk&hl=en" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object><br />
</p>]]>

</content>
</entry>
<entry>
<title>Blogs For Life Set for January 22, 2008</title>
<link rel="alternate" type="text/html" href="http://www.blogicus.com/archives/blogs_for_life_set_for_january_22_2008.php" />
<modified>2007-12-31T21:31:10Z</modified>
<issued>2007-12-21T15:42:40Z</issued>
<id>tag:www.blogicus.com,2007://2.2399</id>
<created>2007-12-21T15:42:40Z</created>
<summary type="text/plain">FRC will host the third-annual Blogs For Life conference on January 22nd, 2008 at Family Research Council Headquarters in Washington, D.C. beginning at 8:00a.m. This event will precede the March for Life, which will mark the 35th anniversary of the Roe v. Wade decision. A webcast will be available for...</summary>
<author>
<name>tim</name>
<url>http://www.blogicus.com</url>
<email>tim@blogicus.com</email>
</author>
<dc:subject>Blogging</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://www.blogicus.com/">
<![CDATA[<p><a href="http://www.frcblog.com/2007/12/save_the_date_blogs_for_life_2_1.html">FRC</a> will host the third-annual <a href="http://www.blogs4life.com">Blogs For Life</a> conference on January 22nd, 2008 at Family Research Council Headquarters in Washington, D.C. beginning at 8:00a.m. This event will precede the March for Life, which will mark the 35th anniversary of the Roe v. Wade decision.</p>

<p>A webcast will be available for those who can't make it to D.C..</p>

<p>Speakers to include:<br />
<ul><li><a href="http://en.wikipedia.org/wiki/Hadley_Arkes">Hadley P. Arkes</a></li><br />
<li><a href="http://www.gopusanj.com/">Michael Illions</a></li><br />
<li><a href="http://www.prolifeaction.org/about/staff.htm#eric">Eric Schiedler</a></li><br />
<li><a href="http://www.jillstanek.com/">Jill Stanek</a></li><br />
<li><a href="http://www.urbancure.org/dev/pagedetails.asp?SubCatID=162">Star Parker</a></li></ul><br />
Details and registration are developing, so <a href="http://www.prolifeblogs.com/articles/archives/2007/12/save_the_date_b.php">check back</a> for more details after the new year.</p>]]>

</content>
</entry>
<entry>
<title>Tyranny Reigns in Zim</title>
<link rel="alternate" type="text/html" href="http://www.blogicus.com/archives/tyranny_reigns_in_zim.php" />
<modified>2007-12-24T05:48:08Z</modified>
<issued>2007-12-14T05:08:34Z</issued>
<id>tag:www.blogicus.com,2007://2.2398</id>
<created>2007-12-14T05:08:34Z</created>
<summary type="text/plain">Once a regional breadbasket, Zimbabwe has grappled with rampant inflation during seven years of recession. Shortages of foreign exchange, fuel and food have been widely blamed on mismanagement by the government of President Robert Mugabe.On a monthly basis, the consumer price index rose by 18.6 percent, according to the Central...</summary>
<author>
<name>tim</name>
<url>http://www.blogicus.com</url>
<email>tim@blogicus.com</email>
</author>
<dc:subject>Zimbabwe</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://www.blogicus.com/">
<![CDATA[<p>Once a regional breadbasket, Zimbabwe has grappled with rampant inflation during seven years of recession. Shortages of foreign exchange, fuel and food have been widely blamed on mismanagement by the government of President Robert Mugabe.<br /><br />On a monthly basis, the consumer price index rose by 18.6 percent, according to the Central Statistical Office (CSO).<br /><br />The central bank has forecast inflation to rise to between 700-800 percent by March before it starts to slow down, although some analysts say Zimbabwe could for the first time record four digit inflation figures this year.<br /><br />Its inflation rate is one of the highest in the world.<br /><br />&quot;The whole of housing expenditure, education and food and non-food items have contributed more to the annual inflation figure,&quot; CSO acting director Moffat Nyoni told journalists.&lt;/blockquote&gt;Few countries have been so devastated by the policies put in place by one man.&nbsp; Mugabe, who last year denied the obvious widespread food shortages, now blames the country's economic nightmare on others:&lt;blockquote&gt;Mugabe denies charges that his policies are responsible for the economic crisis, maintaining the economy has been sabotaged by Western powers opposed to the seizures.&lt;/blockquote&gt;His lies are apparent - inflation results from &lt;strong&gt;government&lt;/strong&gt; creation of money.&nbsp; </p><p><span class="blog">Despite all of this and much more, President Robert G. Mugabe's party <a href="http://www.nytimes.com/2007/12/14/world/africa/14briefs-zimbabwe.html?ref=world">nominated him as its candidate</a> in the presidential election in March.</span> <br /></p>]]>

</content>
</entry>
<entry>
<title>We’ve been deceived in the most profound manner</title>
<link rel="alternate" type="text/html" href="http://www.blogicus.com/archives/weve_been_deceived_in_the_most_profound_manner.php" />
<modified>2007-11-23T19:02:02Z</modified>
<issued>2007-07-31T00:47:40Z</issued>
<id>tag:www.blogicus.com,2007://2.2397</id>
<created>2007-07-31T00:47:40Z</created>
<summary type="text/plain">Man vs Wild macho man Bear Grylls checked into hotels during his survival adventures and had his crew help out in difficult situations:But this British adventurer is now the subject of an investigation by U.K.&apos;s Channel 4, which already has confirmed that Grylls checked into motels on a few occasions...</summary>
<author>
<name>tim</name>
<url>http://www.blogicus.com</url>
<email>tim@blogicus.com</email>
</author>
<dc:subject>Commentary</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://www.blogicus.com/">
<![CDATA[<p>Man vs Wild macho man Bear Grylls <a href="http://www.reuters.com/article/televisionNews/idUSN2934925920070730?pageNumber=2">checked into hotels during his survival adventures</a> and had his crew help out in difficult situations:<blockquote>But this British adventurer is now the subject of an investigation by U.K.'s Channel 4, which already has confirmed that Grylls checked into motels on a few occasions when he was depicted on TV having slept under the stars. Other allegations have been made suggesting that the crew that records Grylls in action isn't as hands-off as it might appear to viewers.</p>

<p>[snip]</p>

<p> For all its self-professed realism, "Man" always required some suspension of disbelief. Grylls often commented on the painful loneliness of being alone in the wild, but unless his camera crew was staffed by bears, he did have some company out there.</p>

<p>In retrospect, Grylls' preternatural unflappability in even the most dire of circumstances always seemed a bit too good to be true. In one episode, he made an interminable slog through hip-deep snow drifts in the French Alps. Braving the frigid conditions, his frustration was evident only in the following comment: "I'd really murder for a cup of tea."</p>

<p>For all we know now, perhaps he was sipping English Breakfast on fine china between takes.</blockquote>Perhaps at this point we should pause and question the legitimacy of educational/nature reality shows in which the actors unnecessarily risk life and limb in a portrayal of bravery and survival tactics.  Do we really expect to a person to purposefully put themselves in a dire situation so that we can be thrilled by their eventual survival?</p>]]>

</content>
</entry>
<entry>
<title>That Intelligent Checkers Game</title>
<link rel="alternate" type="text/html" href="http://www.blogicus.com/archives/that_intelligent_checkers_game.php" />
<modified>2007-07-31T01:22:40Z</modified>
<issued>2007-07-21T06:18:19Z</issued>
<id>tag:www.blogicus.com,2007://2.2396</id>
<created>2007-07-21T06:18:19Z</created>
<summary type="text/plain">There are 500,995,484,682,338,672,639 possible different checkers play positions and a computer program, called &quot;Chinook&quot;, knows them all. If you play your game perfectly the best possible outcome against the computer is a draw. You can never win. Chinook was developed by scientists at the University of Alberta who used an...</summary>
<author>
<name>tim</name>
<url>http://www.blogicus.com</url>
<email>tim@blogicus.com</email>
</author>
<dc:subject>Artificial Intelligence</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://www.blogicus.com/">
<![CDATA[<p>There are 500,995,484,682,338,672,639 possible different checkers play positions and a computer program, called "Chinook", <a href="http://news.scotsman.com/scitech.cfm?id=1129672007" rel="nofollow">knows them all</a>.  If you play your game perfectly the best possible outcome against the computer is a draw.  You can never win.</p>

<p>Chinook was developed by scientists at the University of Alberta who used an average of 50 computers for two years (876,000 computational hours) to determine the best move to play in every situation of a game.</p>

<p> The leader of the team  described the feat this way:<br />
<blockquote>"We've taken the knowledge used in artificial intelligence applications to the extreme by replacing human-understandable heuristics [rules of thumb] with perfect knowledge. It's an exciting demonstration of the possibilities that software and hardware are now capable of achieving."</blockquote>The assembled knowledgebase of checkers combinations is rather impressive but don't you find it somewhat ironic that the strictly deterministic algorithm, with "perfect knowledge", is called "intelligent"?  Leading up to this pinnacle, algorithms were created to mimic human thought by employing heuristics, Bayesian networks, expert systems and other automated inference engines.  <br />
</p>]]>
<![CDATA[<p>The perfect checkers AI, as it turns out, does not learn, adapt, reason, comprehend relationships or produce original solutions.  Although useful, it was built via bruit force to be an omniscient knowledgebase that it is entirely predictable.  </p>

<p>You can get beat by Chinock <a href="http://www.cs.ualberta.ca/~chinook/" rel="nofollow">here</a></p>

<p>Proverbs 15:14  The mind of the intelligent seeks knowledge, But the mouth of fools feeds on folly.<br />
</p>]]>
</content>
</entry>
<entry>
<title>Don&apos;t Live Your Faith</title>
<link rel="alternate" type="text/html" href="http://www.blogicus.com/archives/dont_live_your_faith.php" />
<modified>2007-07-05T15:34:21Z</modified>
<issued>2007-06-25T19:35:20Z</issued>
<id>tag:www.blogicus.com,2007://2.2395</id>
<created>2007-06-25T19:35:20Z</created>
<summary type="text/plain">That&apos;s what Sen. Barack Obama (D-Ill.) told an audience of 10,000 at the United Church of Christ in Hartford:&quot;Doing the Lord&apos;s work is a thread that&apos;s run through our politics since the very beginning,&quot; Obama told church members. &quot;And it puts the lie to the notion that the separation of...</summary>
<author>
<name>tim</name>
<url>http://www.blogicus.com</url>
<email>tim@blogicus.com</email>
</author>
<dc:subject>Commentary</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://www.blogicus.com/">
<![CDATA[<p>That's what Sen. Barack Obama (D-Ill.) <a href="http://www.chicagotribune.com/news/nationworld/chi-obama_finaljun24,1,240778,print.story?coll=chi-newsnationworld-hed&ctrack=2&cset=true">told an audience</a> of 10,000 at the United Church of Christ in Hartford:<blockquote>"Doing the Lord's work is a thread that's run through our politics since the very beginning," Obama told church members. "And it puts the lie to the notion that the separation of church and state in America -- a principle we all must uphold and that I have embraced as a constitutional lawyer and most importantly as a Christian -- means faith should have no role in public life."</blockquote>His notion of faith appears to be a hollow appeal to sentimentality, in which one assents to a particular ideal but never experiences a life altering change.  Or, perhaps his view reflects a desperate attempt to find meaninging through an irrational faith that cannot be expressed or known.<br />
</p>]]>
<![CDATA[<p>The Christian concept of faith involves an object, the person of Jesus Christ, and results in a dramatic transformation of both beliefs and actions as one enters a personal relationship with Him.  Prior to Jesus we are dead but through Him have life.  Consequently, a Christian's faith is active in every aspect of life, including "public life."</p>

<p>One may question whether Christians have acted faithfully, but to assert that faith does not have a role in certain spheres of life is absurd.</p>

<p><strong>HT</strong>:  <a href="http://www.worldmagblog.com/blog/archives/030846.html">WorldMagBlog</a></p>]]>
</content>
</entry>

</feed>
