<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Demon Clown Baby</title>
	<atom:link href="http://www.demonclownbaby.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.demonclownbaby.com</link>
	<description>There'll be good content here... someday</description>
	<lastBuildDate>Wed, 08 Apr 2020 01:45:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Me when I can finally go outside again</title>
		<link>http://www.demonclownbaby.com/2020/04/07/me-when-i-can-finally-go-outside-again/</link>
		<comments>http://www.demonclownbaby.com/2020/04/07/me-when-i-can-finally-go-outside-again/#comments</comments>
		<pubDate>Wed, 08 Apr 2020 01:44:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.demonclownbaby.com/?p=176</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p><iframe width="560" height="315" src="https://www.youtube.com/embed/vG_PAn3E8IM" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://www.demonclownbaby.com/2020/04/07/me-when-i-can-finally-go-outside-again/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Train Your Elephant</title>
		<link>http://www.demonclownbaby.com/2015/05/15/how-to-train-your-elephant/</link>
		<comments>http://www.demonclownbaby.com/2015/05/15/how-to-train-your-elephant/#comments</comments>
		<pubDate>Fri, 15 May 2015 23:50:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[entertainment]]></category>

		<guid isPermaLink="false">http://www.demonclownbaby.com/?p=172</guid>
		<description><![CDATA[The climactic final scene of Dumbo, with the song &#8220;Test Drive&#8221; from How To Train Your Dragon.

I watched Dumbo last night with my daughter, and I thought of this.  I assumed someone else had done it already, but I couldn&#8217;t find it anywhere.  So I made this.
And then Disney had youtube block the [...]]]></description>
			<content:encoded><![CDATA[<p>The climactic final scene of Dumbo, with the song &#8220;Test Drive&#8221; from How To Train Your Dragon.</p>
<p><iframe width="560" height="315" src="https://www.youtube.com/embed/sUBfOAaz668" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></p>
<p>I watched Dumbo last night with my daughter, and I thought of this.  I assumed someone else had done it already, but I couldn&#8217;t find it anywhere.  So I made this.</p>
<p>And then Disney had youtube block the video, even though the footage came from youtube in the first place&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.demonclownbaby.com/2015/05/15/how-to-train-your-elephant/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why was 6 afraid of 7?</title>
		<link>http://www.demonclownbaby.com/2010/09/23/why-was-6-afraid-of-7/</link>
		<comments>http://www.demonclownbaby.com/2010/09/23/why-was-6-afraid-of-7/#comments</comments>
		<pubDate>Thu, 23 Sep 2010 20:52:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.demonclownbaby.com/2010/09/23/why-was-6-afraid-of-7/</guid>
		<description><![CDATA[Because 7 killed 6&#8217;s dad.
]]></description>
			<content:encoded><![CDATA[<p>Because 7 killed 6&#8217;s dad.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.demonclownbaby.com/2010/09/23/why-was-6-afraid-of-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding mod_deflate to Apache as a shared object</title>
		<link>http://www.demonclownbaby.com/2009/03/24/adding-mod_deflate-to-apache-as-a-shared-object/</link>
		<comments>http://www.demonclownbaby.com/2009/03/24/adding-mod_deflate-to-apache-as-a-shared-object/#comments</comments>
		<pubDate>Tue, 24 Mar 2009 21:56:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[how to]]></category>

		<guid isPermaLink="false">http://www.demonclownbaby.com/?p=137</guid>
		<description><![CDATA[So you want to add mod_deflate to Apache but without recompiling it.  You can compile just that module and add it dynamically.
What we need to do is create mod_deflate.so where the .so stands for shared object.
First find where apxs and apr-config are located.  For me it was in /usr/local/apache/bin
Edit the apr-config file and [...]]]></description>
			<content:encoded><![CDATA[<p>So you want to add mod_deflate to Apache but without recompiling it.  You can compile just that module and add it dynamically.</p>
<p>What we need to do is create mod_deflate.so where the .so stands for shared object.</p>
<p>First find where apxs and apr-config are located.  For me it was in /usr/local/apache/bin</p>
<p>Edit the apr-config file and change this line:</p>
<p>LDFLAGS=&quot;&quot;</p>
<p>to this one:</p>
<p>LDFLAGS=&quot;-lz&quot;</p>
<p>Then go to your Apache source files (or download them off of apache.org).  Go to modules/filters and find the mod_deflate.c file.</p>
<p>Run this:</p>
<p>apxs -c mod_deflate.c</p>
<p>You should now have these files:</p>
<p>mod_deflate.c<br />
mod_deflate.dsp<br />
mod_deflate.exp<br />
mod_deflate.la<br />
mod_deflate.lo<br />
mod_deflate.o<br />
mod_deflate.slo</p>
<p>Notice there is no mod_deflate.so file there.  This is where I got stuck.  Fortunately on Apache&#8217;s site they indicate to do this:</p>
<p>apxs -i -a -n deflate mod_deflate.la</p>
<p>That creates the mod_deflate.so file, puts it in the modules folder, and adds this to your httpd.conf:</p>
<p>LoadModule deflate_module     modules/mod_deflate.so</p>
<p>There you go.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.demonclownbaby.com/2009/03/24/adding-mod_deflate-to-apache-as-a-shared-object/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Installing PDFlib Lite on Linux</title>
		<link>http://www.demonclownbaby.com/2009/01/08/installing-pdflib-lite-on-linux/</link>
		<comments>http://www.demonclownbaby.com/2009/01/08/installing-pdflib-lite-on-linux/#comments</comments>
		<pubDate>Thu, 08 Jan 2009 19:42:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[personal]]></category>

		<guid isPermaLink="false">http://www.demonclownbaby.com/?p=124</guid>
		<description><![CDATA[I had some trouble, maybe if someone else has the same trouble I can help.
1.  I downloaded the source code at the pdflib site
2.  I unpacked it and ran the configure and make commands and such.  So far so good.
3.  I realized that unlike the full version, this doesn&#8217;t come with [...]]]></description>
			<content:encoded><![CDATA[<p>I had some trouble, maybe if someone else has the same trouble I can help.</p>
<p>1.  I downloaded the source code at <a href="http://www.pdflib.com/download/free-software/pdflib-lite/">the pdflib site</a></p>
<p>2.  I unpacked it and ran the configure and make commands and such.  So far so good.</p>
<p>3.  I realized that unlike the full version, this doesn&#8217;t come with the php extension bindings.</p>
<p>4.  Tried to use pear install pdflib like the instructions said, but that failed, so I tried pecl, but it claimed my gcc didn&#8217;t work:</p>
<p># pear install pdflib<br />
No releases available for package &#8220;pear.php.net/pdflib&#8221; &#8211; package pecl/pdflib can be installed with &#8220;pecl install pdflib&#8221;<br />
Cannot initialize &#8216;pdflib&#8217;, invalid or missing package file<br />
Package &#8220;pdflib&#8221; is not valid<br />
install failed<br />
# pecl install pdflib<br />
downloading pdflib-2.1.5.tgz &#8230;<br />
Starting to download pdflib-2.1.5.tgz (55,579 bytes)<br />
&#8230;&#8230;&#8230;&#8230;.done: 55,579 bytes<br />
10 source files, building<br />
running: phpize<br />
Configuring for:<br />
PHP Api Version:         20041225<br />
Zend Module Api No:      20060613<br />
Zend Extension Api No:   220060519<br />
 1. path to pdflib installation? : </p>
<p>1-1, &#8216;all&#8217;, &#8216;abort&#8217;, or Enter to continue: 1<br />
path to pdflib installation? [] : /usr/local<br />
 1. path to pdflib installation? : /usr/local</p>
<p>1-1, &#8216;all&#8217;, &#8216;abort&#8217;, or Enter to continue:<br />
building in /var/tmp/pear-build-root/pdflib-2.1.5<br />
running: /root/tmp/pear/pdflib/configure &#8211;with-pdflib=/usr/local<br />
checking for egrep&#8230; grep -E<br />
checking for a sed that does not truncate output&#8230; /bin/sed<br />
checking for gcc&#8230; gcc<br />
checking for C compiler default output file name&#8230; a.out<br />
checking whether the C compiler works&#8230; configure: error: cannot run C compiled programs.<br />
If you meant to cross compile, use `&#8211;host&#8217;.<br />
See `config.log&#8217; for more details.<br />
ERROR: `/root/tmp/pear/pdflib/configure &#8211;with-pdflib=/usr/local&#8217; failed<br />
# </p>
<p>So that failed.  I don&#8217;t know why, because my gcc does work.  Anyway, the solution was to start the pecl process, then open another terminal window and copy the /root/tmp/pear/pdflib/ files to another directory.</p>
<p>Then manually run configure &#8211;with-pdflib=/usr/local there.</p>
<p>(I also ran into trouble because I wasn&#8217;t giving /usr/local as the directory.  I was giving /usr/local/lib which was where libpdf.so was.  Trouble was, it needed pdflib.h which was in /usr/local/include.  So giving /usr/local it knows to look both places.  The error code I was getting was:  configure: error: pdflib.h not found! Check the path passed to &#8211;with-pdflib=<PATH>. PATH should be the install prefix directory.)</p>
<p>Then run make, then make test, then make install, and you&#8217;re done!  You should now have pdf.so in your php extension directory, which is extension_dir in your php.ini file.</p>
<p>Hope that helps anyone googling for a solution based on error codes they&#8217;ve gotten.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.demonclownbaby.com/2009/01/08/installing-pdflib-lite-on-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>So you installed the wrong heater, thermostat, wiring&#8230; all is not lost.</title>
		<link>http://www.demonclownbaby.com/2008/11/26/so-you-installed-the-wrong-heater-thermostat-wiring-all-is-not-lost/</link>
		<comments>http://www.demonclownbaby.com/2008/11/26/so-you-installed-the-wrong-heater-thermostat-wiring-all-is-not-lost/#comments</comments>
		<pubDate>Wed, 26 Nov 2008 19:53:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[review]]></category>

		<guid isPermaLink="false">http://www.demonclownbaby.com/?p=121</guid>
		<description><![CDATA[I grew up in a house with no insulation and only one source of heat, which didn&#8217;t make it to most parts of the house.
When remodeling the house, I tore out the bedroom down to the dirt under the house.  I propped up the roof, and removed the floor and walls, fixed the foundation, [...]]]></description>
			<content:encoded><![CDATA[<p>I grew up in a house with no insulation and only one source of heat, which didn&#8217;t make it to most parts of the house.</p>
<p>When remodeling the house, I tore out the bedroom down to the dirt under the house.  I propped up the roof, and removed the floor and walls, fixed the foundation, and then rebuilt it all.</p>
<p>I insulated it well, and then put in a small gas furnace.  Gas is cheaper than electricity, I reckoned, and it definitely needs a heat source, so with effort I ran a new gas line and hooked it all up.</p>
<p>The pilot light alone warms the room.</p>
<p>Usually too much.  So the furnace is unused, and an electric oil-filled space heater heats the room.  What a waste.</p>
<p>So when building my daughter&#8217;s nursery, I opted to put in an electric heater instead, since it has off mode that&#8217;s actually off&#8230;</p>
<p>I roughed in the can and ran 240v wiring to it, and 24v wiring from there to another wall where I wanted the thermostat to live.</p>
<p>Then all the finish work was done, the drywall and the painting, and it was time to install the heater itself.</p>
<p>And I discovered I&#8217;d installed a line voltage heater, which needs a line voltage thermostat.  And instead I had a low voltage thermostat.  24 instead of 240.  Only off by a factor of 10.</p>
<p>Worse than having the wrong thermostat is the fact that the wiring is already done and inside the walls and there is not 240 volt electrical cable leading from the thermostat to the heater.</p>
<p>I googled around for a solution, and found <a href="http://www.aubethermostats.com/relays.htm">this transformer/relay (Model RC840T-240)</a> to connect the two.</p>
<p>But at first I didn&#8217;t see how it would work.  A light switch has the black &#8220;hot&#8221; supply wire come in, and another one leave and go to the light, right?  And the switch determines if the current stops at the switch, or continues on to the light fixture.</p>
<p>Well I figured the relay would work the same way&#8230; two 120 volt supply wires, a black and a red, leave the circuit box and go to the relay, and then two 120 volt wires leave the relay and go to the heater.  The thermostat is also hooked up to the relay and that is basically the switch.  Right?</p>
<p>Except the wiring diagram showed the relay had three wires, a black, red, and blue.  Just three.  Not four.  Shouldn&#8217;t it have a black/red pair for the incoming power and a blue/something pair for the outgoing power?  The way it looked, one of the supply wires still went straight to the heater.</p>
<p>I was confused because the heater&#8217;s manual indicated that you should use 120 volt power with a 240 volt heater; that it wouldn&#8217;t run at full power that way.</p>
<p>So I figured if one 120 volt wire went straight to the heater, it would always be on, but at half power, right?</p>
<p>By the way I e-mailed these Aube people that make the relay, and they never answered.  I also e-mailed the makers of the heater, but they said it would probably work but I sure really just buy a line voltage thermostat from them instead (ignoring that it would be a hardship to rewire the finished room) and didn&#8217;t answer my question about why the relay only had three wires.</p>
<p>Well, I finally figured out that a 240 volt heater needing two supply wires simply won&#8217;t work at all with only one.  It doesn&#8217;t run at lower power.  It doesn&#8217;t run at all.  The warning against using 120 volt power on a 240 volt heater is probably for some yabo that would twist both heater wires together to avoid running two wires or something.</p>
<p>So the relay works great, and the wiring diagram makes perfect sense given my newfound knowledge.  I had to break the wiring in the attic crawlspace (which I was going to have to do no matter what, since I made the initial mistake).  I put in a nice box with the relay attached and was able to use all the wiring I had put in.</p>
<p>My daughter&#8217;s room has heat with a programmable thermostat!  I wish I had had that, growing up.</p>
<p>Anyway, in case any other idiot out there doesn&#8217;t realize some of these things I learned the hard way, and googles for help, perhaps this page will come up.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.demonclownbaby.com/2008/11/26/so-you-installed-the-wrong-heater-thermostat-wiring-all-is-not-lost/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Mother Loved Spiders</title>
		<link>http://www.demonclownbaby.com/2008/09/18/my-mother-loved-spiders/</link>
		<comments>http://www.demonclownbaby.com/2008/09/18/my-mother-loved-spiders/#comments</comments>
		<pubDate>Thu, 18 Sep 2008 18:27:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.demonclownbaby.com/2008/09/18/my-mother-loved-spiders/</guid>
		<description><![CDATA[My wife doesn&#8217;t particularly care for spiders, but out of respect for me, she doesn&#8217;t kill them.  When we were first married, she would often say &#8220;There&#8217;s a spider in the bathroom, can you remove it?&#8221;  And I would go in and pick it up and go into the hall and just sort [...]]]></description>
			<content:encoded><![CDATA[<p>My wife doesn&#8217;t particularly care for spiders, but out of respect for me, she doesn&#8217;t kill them.  When we were first married, she would often say &#8220;There&#8217;s a spider in the bathroom, can you remove it?&#8221;  And I would go in and pick it up and go into the hall and just sort of set it on a bookshelf or something.</p>
<p>It was quite a while before she saw me doing this, and our resulting surprise was mutual.  She couldn&#8217;t believe I wasn&#8217;t taking them outside, and I honestly hadn&#8217;t realized that&#8217;s what she was asking.  I just figured she didn&#8217;t like them in the bathroom for some reason.  It had never occurred to me to evict them.</p>
<p>Growing up (in that same house), we never killed spiders.  I was taught that they ate insects, and so we respected them.  My brother even had a bunch of pet spiders in an aquarium for a while, and later got a tarantula.  We had them in our rather wilderness-ish backyard, and they&#8217;d occasionally come in the house, and just let them alone.  At one time, we had a spider just on the wall of our living room, for months, which we called &#8220;our front-room spider.&#8221;</p>
<p>Part of the reason my wife doesn&#8217;t like spiders is apparently she&#8217;s been bitten by them.  I have never gotten a spider bite.  My theory is that of mutual respect.  They know I like them, and in return they like me.</p>
<p>On the oh-so-wonderful occasions I get to crawl under the house in the 14-inch dirt-floored crawlspace, blowtorch in hand, to fix the plumbing, I see hundreds of spider webs and egg sacs.  That would be horrifying to most arachnophobes, but it doesn&#8217;t bother me.  They see me coming, say &#8220;it&#8217;s okay, he&#8217;s cool&#8221; and leave me alone.</p>
<p>My mother was an interesting woman.  The stereotype is that women are more likely to be squicked out by bugs and such, but she always liked spiders.  We once had fleas and needed to bug-bomb the house.  She handed me a cardboard box, and told me to go throughout the house, collecting all the spiders, and take them outside so they&#8217;d be safe.</p>
<p>After we bug bombed the house, <em>she told me to go ahead and put them back</em>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.demonclownbaby.com/2008/09/18/my-mother-loved-spiders/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
