<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>The Mind of Alan</title>
<link>http://www.lonelywind.com/blog/alan/</link>
<description>Thoughts from the demented brain of Alan Fahrner...</description>
<copyright>Copyright 2008</copyright>
<lastBuildDate>Tue, 21 Aug 2007 15:40:02 -0500</lastBuildDate>
<generator>http://www.movabletype.org/?v=3.35</generator>
<docs>http://blogs.law.harvard.edu/tech/rss</docs> 

<item>
<title>Religions without God</title>
<description><![CDATA[<p>An interesting thought from "Western Civilization, Our Tradition" by James Kurth:</p>

<div class="quotetext">The rejection of the Christian faith by Western elites does not mean that they have rejected all faiths. Despite the claims and conceits of rationalists and scientists, every human being believes in some things that cannot be proven (and therefore cannot be established by reason) or that cannot be seen (and therefore cannot be established by science) and that therefore have to be taken on faith. Ever since the coming of the Enlightenment, Western elites have adhered to a variety of secularist and universalist faiths, which in effect have been religions without God.</div>

<p>I have been at a loss for words when it comes to explaining how non-religion is a religion itself, and Kurth may have taken care of it...</p>]]></description>
<link>http://www.lonelywind.com/blog/alan/archives/2007/08/religions_witho.shtml</link>
<guid>http://www.lonelywind.com/blog/alan/archives/2007/08/religions_witho.shtml</guid>
<category>Society</category>
<pubDate>Tue, 21 Aug 2007 15:40:02 -0500</pubDate>
</item>
<item>
<title>A great article about women in ministry</title>
<description><![CDATA[<p>Hopefully I'm "back" as a blogger.  I'm going to school full-time and working full-time...not leaving much "time" for everything else :-)</p>

<p>Either way, this is a great article a teacher recommended I read:</p>

<p><a href="http://www.ntwrightpage.com/Wright_Women_Service_Church.htm" target="_blank" title="Women’s Service in the Church: The Biblical Basis">Women’s Service in the Church: The Biblical Basis</a></p>

<p>I'm not saying I agree with it 100%, but it does give plenty to think about...</p>]]></description>
<link>http://www.lonelywind.com/blog/alan/archives/2006/08/a_great_article.shtml</link>
<guid>http://www.lonelywind.com/blog/alan/archives/2006/08/a_great_article.shtml</guid>
<category>Theology</category>
<pubDate>Sun, 06 Aug 2006 15:58:15 -0500</pubDate>
</item>
<item>
<title>Windows XP and Ruby on Rails</title>
<description><![CDATA[<p>Just a quick "how did I?" on making it so I could use PostgreSQL and MySQL on my Windows XP laptop with Ruby.</p>

<p>I was writing an application for work using the ActiveState Komodo IDE that parses e-mails in preparation for inserting them into a database.  I knew that no matter how I connected to the database, I would need to do proper quoting so there wouldn't be any "surprises" with the data I inserted.</p>

<p>I ended up going with using a module that is part of Ruby on Rails, ActiveRecord (many of its functions automatically do the quoting).  When I installed that, MySQL worked fine out of the box.  For PostgreSQL I also had to also install postgres-pr.</p>

<p>I leveraged gem to load both.  I am using the precompiled version of Ruby you can get by following the download links on <a href="http://www.ruby-lang.org/en/" target="_blank">their web site</a>...and other MySQL/PostgreSQL options were complicated by their complile environment being different than mine...so anything that required a compilation was pretty much out of the picture.</p>

<p>Either way, without going into the specific items I tried that failed, you can read above what I did that succeeded :-)</p>]]></description>
<link>http://www.lonelywind.com/blog/alan/archives/2005/12/windows_xp_and.shtml</link>
<guid>http://www.lonelywind.com/blog/alan/archives/2005/12/windows_xp_and.shtml</guid>
<category>Nerd Note</category>
<pubDate>Thu, 29 Dec 2005 16:42:52 -0500</pubDate>
</item>
<item>
<title>SELinux and loading dynamic Apache modules</title>
<description><![CDATA[<p>This past week, for work, I set up a KnowledgeTree document server.  It required installing MySQL, PHP, Apache, Java, and the IMAP Toolkit.</p>

<p>It actually went pretty well, but I did hit a wall when I went to start Apache.  System Admin uses Fedora Core 4, and from what I can tell, it automatically runs with SELinux.  Either way, I kept getting this error starting Apache:</p>

<div class="quotetext">Cannot load /usr/lib/httpd/modules/libphp4.so into server: /usr/lib/httpd/modules/libphp4.so: cannot restore segment prot after reloc: Permission denied</div>

<p>Most hits I found searching on the web suggested turning off SELinux via "setenforce 0" which, I guess (based on the man page) turns SELinux into "permissive" mode.</p>

<p>This seemed like a bit of overkill, and searching I found this instead:</p>

<p>chcon /usr/local/apache2/modules/libphp4.so -t shlib_t</p>

<p>That did the trick...</p>]]></description>
<link>http://www.lonelywind.com/blog/alan/archives/2005/10/selinux_and_loa.shtml</link>
<guid>http://www.lonelywind.com/blog/alan/archives/2005/10/selinux_and_loa.shtml</guid>
<category>Nerd Note</category>
<pubDate>Sat, 15 Oct 2005 12:09:05 -0500</pubDate>
</item>
<item>
<title>Add a company search box to Opera</title>
<description><![CDATA[<p>I work for <a href="http://www.tickets.com/" target="_blank" title="Tickets.com">Tickets.com</a> and we use a tool called Call Tracking to, of all things track stuff :-)</p>

<p>Either way, frequently I'm bouncing between cases, using only the case number.  The main Call Tracking page has a form with a box to enter this, but it's a bit of a pain to have to keep that page open, and to switch back to it.  Then it hit me, Opera probably would allow me to add it as a search dialog on my personal bar.  Although it's a bit risky (because Opera doesn't support the changes, and upgrades may whack it), it sure was possible :-)</p>

<p>Opera 8 uses a search.ini file to define searches (if you have localized settings it'll be C:\Documents and Settings\YOURNAME\Application Data\Opera\Opera\profile\search.ini).  You have to choices...you can edit it by hand:</p>

<p><a href="http://www.schrode.net/opera/search/search_ini.html" target="_blank">http://www.schrode.net/opera/search/search_ini.html</a></p>

<p>Or you can use the free <a href="http://www.operapl.prv.pl/en/" target="_blank" title="Opera Search.ini Editor">Opera Search.ini Editor</a> (which is what I did to make sure I didn't hose up the file).</p>

<div align="center"><img alt="operasearchadd.gif" src="http://www.lonelywind.com/blog/alan/archives/operasearchadd.gif" width="421" height="95" /></div>

<p>After that, right-click on your personal bar and select your search engine (please note, if you don't choose a keyword, you will not be able to select it in that list).  You can see how I slected it in the image above.</p>

<p>(One more note, replace the value in the GET query string you would normally see in your address bar with %s...that is all I did to get our simple Call Tracking URL to work.  E.g. "http://.../search.cgi?target=%s" versus "http://.../search.cgi?target=87711".)</p>]]></description>
<link>http://www.lonelywind.com/blog/alan/archives/2005/06/add_a_company_s.shtml</link>
<guid>http://www.lonelywind.com/blog/alan/archives/2005/06/add_a_company_s.shtml</guid>
<category>Nerd Note</category>
<pubDate>Fri, 24 Jun 2005 14:38:34 -0500</pubDate>
</item>
<item>
<title>Vmware tools hosed up the mouse</title>
<description><![CDATA[<p>I have <a href="http://www.vmware.com/products/desktop/ws_features.html" target="_blank" title="VMware Workstation">VMware Workstation</a> to allow me to run Linux on my Windows XP laptop.  It is really slick (I'm using 4.5.2...5.0 is available).</p>

<p>Either way, after installing "VMWare Tools" on the UNIX system, I couldn't get X Windows to load...it said it couldn't start because of a mouse problem (couldn't find /dev/mouse).</p>

<p>Thanks to this link, I was able to solve it:</p>

<p><a href="http://www.vmware.com/community/thread.jspa?threadID=16918&tstart=60" target="_blank">http://www.vmware.com/community/thread.jspa?threadID=16918&tstart=60</a></p>

<p>Basically, the setting in /etc/XF86Config should have been /dev/input/mice instead of /dev/mouse.  It seems to me the installation may have stopped X from looking at /etc/X11/xorg.conf, which had the right setting.</p>

<p>Why use VMware Tools?  From the VMware Workstation Users Manual:</p>

<div class="quotetext">For best performance, it is important to have VMware Tools installed and running in your virtual machine...

<p>A suite of utilities and drivers that enhances the performance and functionality of your guest operating system. Key features of VMware Tools include some or all of the following, depending on your guest operating system: an SVGA driver, a mouse driver, the VMware Tools control panel and support for such features as shared folders, drag and drop in Windows guests, shrinking virtual disks, time synchronization with the host, VMware Tools scripts, and connecting and disconnecting devices while the virtual machine is running.</div></p>]]></description>
<link>http://www.lonelywind.com/blog/alan/archives/2005/06/vmware_tools_ho.shtml</link>
<guid>http://www.lonelywind.com/blog/alan/archives/2005/06/vmware_tools_ho.shtml</guid>
<category>Nerd Note</category>
<pubDate>Thu, 23 Jun 2005 18:51:45 -0500</pubDate>
</item>
<item>
<title>Hating and loving goodness</title>
<description><![CDATA[<p>Since I haven't had something else intelligent (or otherwise) to say recently, here is the next quote I marked in C.S. Lewis' Mere Christianity (in the last paragraph of chapter 5):</p>

<div class="quotetext">They offer an explanation of how we got into our present state of both hating goodness and loving it.</div>

<p>("They" being Christians.)</p>

<p>When I read that book, I found that statement ironically true, although out of context it may not make sense.  Earlier in the same paragraph he makes a different point:</p>

<div class="quotetext">Christianity tells people to repent and promises them forgiveness.  It therefore has nothing (as far as I know) to say to people who do not know that have done anything to repent of and who do not feel tha then need an forgiveness.</div>

<p>Could that be summarized as saying, "Christianity only makes sense in context"?</p>]]></description>
<link>http://www.lonelywind.com/blog/alan/archives/2005/06/hating_and_lovi.shtml</link>
<guid>http://www.lonelywind.com/blog/alan/archives/2005/06/hating_and_lovi.shtml</guid>
<category>Mere Christianity</category>
<pubDate>Tue, 21 Jun 2005 08:36:08 -0500</pubDate>
</item>
<item>
<title>Making exuses</title>
<description><![CDATA[<p>C.S. Lewis notes another argument for the Law of Nature (as he calls it):</p>

<div class="quotetext">That is to say, I do not succeed in keeping the Law of Nature very well, and the moment anyone tells me I am not keeping it, there starts up in my mind a string of excuses as long as your arm...If we do not believe in decent behaviour, why should we be so anxious to make exuses for not having behaved decently?...For you notice that it is only for our bad behaviour that we find all these explanations.  It is only for our bad temper we put down to being tired or worried or hungry; we put our good temper down to ourselves.</div>

<p>(You can read it fully in the second-to-last paragraph in the first chapter of <u>Mere Christianity</u>.)</p>]]></description>
<link>http://www.lonelywind.com/blog/alan/archives/2005/06/making_exuses.shtml</link>
<guid>http://www.lonelywind.com/blog/alan/archives/2005/06/making_exuses.shtml</guid>
<category>Mere Christianity</category>
<pubDate>Tue, 14 Jun 2005 08:02:19 -0500</pubDate>
</item>
<item>
<title>Tolerance</title>
<description><![CDATA[<p>From David Limbaugh's book, <u>Persecution</u>:</p>

<div class="quotetext">The postmodern rule, more accurately formulated, is that all ideas must be tolerated except those that refuse to accept the doctrine that all ideas are equally valid.</div>]]></description>
<link>http://www.lonelywind.com/blog/alan/archives/2005/06/tolerance.shtml</link>
<guid>http://www.lonelywind.com/blog/alan/archives/2005/06/tolerance.shtml</guid>
<category>Society</category>
<pubDate>Mon, 13 Jun 2005 08:35:31 -0500</pubDate>
</item>
<item>
<title>Perpetual adolescence</title>
<description><![CDATA[<p>It's of no surprise to me that Theodore Dalrymple has written another article I want to quote from in the most recent National Review ("Looking for Boundaries"):</p>

<div class="quotetext">It is true, nevertheless, that precocity is no longer a merely individual phenomenon, but one that occurs on a social scale:  It often seems to me that adolescense is now reached very early in life, but then is never really left.</div>

<p>I haven't thought it or said it as concisely, but I couldn't agree more with the second sentence...</p>]]></description>
<link>http://www.lonelywind.com/blog/alan/archives/2005/06/perpetual_adole.shtml</link>
<guid>http://www.lonelywind.com/blog/alan/archives/2005/06/perpetual_adole.shtml</guid>
<category>Society</category>
<pubDate>Fri, 10 Jun 2005 10:02:29 -0500</pubDate>
</item>
<item>
<title>Iomega Application Services</title>
<description><![CDATA[<p>Yesterday, listening to a CD via my external USB Iomega Super DVD on iTunes in Windows XP SP2, my computer was sluggish to a point of appearing to hang.</p>

<p>My previous laptop, regardless of whether I was actually using the Super DVD, started misbehaving after I installed the software that came with the Super DVD.  Sometimes I literally couldn't kill applications, and I think other applications would never fully start (that is, show up in the process table, but never become visible).  I wasn't sure, but I believe it only started acting weird after the first time I went into and came out of hibernation (so things were clean if I used the computer from a fresh start or restart).</p>

<p>Getting back to yesterday, when I looked at the task manager's list of processes, appservices.exe was hogging all the CPU.  Killing it fixed the problem.  But, what is the "real" solution?</p>

<p>I'm hoping the <a href="https://iomega-na-en.custhelp.com/cgi-bin/iomega_na_en.cfg/php/enduser/std_adp.php?p_faqid=16452" target="_blank" title="Iomega Application Services patch">Iomega Application Services patch</a> will solve it as it appeared to remedy the other issue I mention above.  I'm creating this "nerd note" hoping that a search engine in the future might find it, saving some other victim of wayward application services from having to poke around as much as I did.  (Also, when I went to look for the link on Iomega's support site yesterday, they don't seem to make it easy to locate.  Luckily I had save the link from my last bad experience.)</p>

<p>Lest it sound otherwise, the Super DVD is great.  This XP service is an add-on required by some of the Iomega software (e.g. Hotburn Pro).</p>]]></description>
<link>http://www.lonelywind.com/blog/alan/archives/2005/06/iomega_applicat.shtml</link>
<guid>http://www.lonelywind.com/blog/alan/archives/2005/06/iomega_applicat.shtml</guid>
<category>Nerd Note</category>
<pubDate>Thu, 09 Jun 2005 08:30:03 -0500</pubDate>
</item>
<item>
<title>If only I could write like this...</title>
<description><![CDATA[<p>Another great <a href="http://www.rzim.org/publications/slice.php" title="A Slice of Infinity" target="_blank">"A Slice of Infinity"</a> for everyone to take a look at, <a href="http://www.rzim.org/publications/slicetran.php?sliceid=912" target="_blank" title="Journeys Before Our Own">"Journeys Before Our Own."</a>  One great quote:</p>

<div class="quotetext">The last verse of the book of Judges captures the situation and the mood of one stage in their history: "In those days Israel had no king; everyone did as he saw fit" (21:25)...The lessons they were left with are still timely in their importance and lasting in their urgency. Casual religion has serious consequences. Religious hypocrisy is altogether deplorable.</div>]]></description>
<link>http://www.lonelywind.com/blog/alan/archives/2005/06/if_only_i_could.shtml</link>
<guid>http://www.lonelywind.com/blog/alan/archives/2005/06/if_only_i_could.shtml</guid>
<category>Theology</category>
<pubDate>Mon, 06 Jun 2005 09:11:56 -0500</pubDate>
</item>
<item>
<title>Types of truth</title>
<description><![CDATA[<p>The subject of truth came up during a Sabbath School lesson gathering last night.  A young man named Shawn posited that there were three forms:</p>

<ul>
<li>Evidentiary</li>
<li>Absolute</li>
<li>Pertinent</li>
</ul>

<p>Without going into it too much, the only truth that matters when sharing is the pertinent type -- otherwise, why share it?</p>

<p>(I think this holds true for non-theological truth too...)</p>]]></description>
<link>http://www.lonelywind.com/blog/alan/archives/2005/06/types_of_truth.shtml</link>
<guid>http://www.lonelywind.com/blog/alan/archives/2005/06/types_of_truth.shtml</guid>
<category>Theology</category>
<pubDate>Sat, 04 Jun 2005 19:44:31 -0500</pubDate>
</item>
<item>
<title>Information Overload</title>
<description><![CDATA[<p>Speaking of interesting articles, today's <a href="http://www.rzim.org/publications/slice.php" title="A Slice of Infinity" target="_blank">"A Slice of Infinity"</a> installment is worth your time to read.  Even if you don't believe in God, <a href="http://www.rzim.org/publications/slicetran.php?sliceid=910" target="_blank" title="Seeking Sense in an Age of Confusion">"Seeking Sense in an Age of Confusion"</a> posits a potential reason why we struggle for order as we are deluged by items seeking our attention.  An excerpt:</p>

<div class="quotetext">The voices clamoring for our attention range from the mystical voices of popular sitcoms, to the voices that promise an unbiased and serious engagement with issues and concerns. We are left with the impression that the world is one of chaos, a mess in need of individual, even if incompatible, interpretations. And yet we find such an impression troubling. If the world is one of chaos, why do we find in ourselves the desire for order, meaning, and purpose? 

<p>The world we live in is a created order. It functions by design and intent of a purposeful Creator. The denial or refusal of God, God's wisdom, or God's way tends to lead to a substitution of worship, wisdom, and way, not a complete vacancy of it....</div></p>]]></description>
<link>http://www.lonelywind.com/blog/alan/archives/2005/06/information_ove.shtml</link>
<guid>http://www.lonelywind.com/blog/alan/archives/2005/06/information_ove.shtml</guid>
<category>Society</category>
<pubDate>Thu, 02 Jun 2005 10:35:01 -0500</pubDate>
</item>
<item>
<title>Playground rules</title>
<description><![CDATA[<p>Interesting editorial, <a href="http://www.usatoday.com/news/opinion/editorials/2005-05-31-kid-gloves-edit_x.htm" target="_blank" title="Enough Already With Kid Gloves">"Enough Already With Kid Gloves,"</a> in yesterday's <a href="http://www.usatoday.com/" target="_blank" title="USA Today">USA Today</a>.  For instance, will having teachers grade in a color other than red help children's self-esteem, and does it matter?</p>]]></description>
<link>http://www.lonelywind.com/blog/alan/archives/2005/06/playground_rule.shtml</link>
<guid>http://www.lonelywind.com/blog/alan/archives/2005/06/playground_rule.shtml</guid>
<category>Society</category>
<pubDate>Thu, 02 Jun 2005 10:30:58 -0500</pubDate>
</item>


</channel>
</rss>