<?xml version="1.0" encoding="utf-8"?>
<!-- generator="wordpress/2.3.2" -->
<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/"
	>

<channel>
	<title>The Corrosion of Aaron Stone</title>
	<link>http://hydricacid.com</link>
	<description>And now for something $_...</description>
	<pubDate>Tue, 29 Jul 2008 10:33:41 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.2</generator>
	<language>en</language>
			<item>
		<title>Bottle Return</title>
		<link>http://hydricacid.com/general/bottle-return</link>
		<comments>http://hydricacid.com/general/bottle-return#comments</comments>
		<pubDate>Tue, 29 Jul 2008 10:31:55 +0000</pubDate>
		<dc:creator>SodaBrew</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://hydricacid.com/general/bottle-return</guid>
		<description><![CDATA[When I was in the Czech Republic in March 2007, I went to see a movie called Vratné lahve, which in Czech means &#8220;Bottle Return&#8221; &#8212; although they titled the movie &#8220;Empties&#8221; in English. There&#8217;s a unique feature of Czech supermarkets, a bottle return department, where you return glass bottles of juice, water, and especially beer, [...]]]></description>
		<wfw:commentRss>http://hydricacid.com/general/bottle-return/feed</wfw:commentRss>
		</item>
		<item>
		<title>Plugin Strategies in Open Source, Part 2</title>
		<link>http://hydricacid.com/general/plugin-strategies-in-open-source-part-2</link>
		<comments>http://hydricacid.com/general/plugin-strategies-in-open-source-part-2#comments</comments>
		<pubDate>Wed, 04 Jun 2008 23:28:50 +0000</pubDate>
		<dc:creator>SodaBrew</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://hydricacid.com/general/plugin-strategies-in-open-source-part-2</guid>
		<description><![CDATA[In any project, feature-creep can be a problem. In an open source project, this can be particularly acute when there are few developers. Worse yet, someone becomes super-active just until their major new feature lands and then they disappear! And then there&#8217;s the problem of noisy people who won&#8217;t stop whining about getting some peculiar [...]]]></description>
		<wfw:commentRss>http://hydricacid.com/general/plugin-strategies-in-open-source-part-2/feed</wfw:commentRss>
		</item>
		<item>
		<title>Handling exit within an eval</title>
		<link>http://hydricacid.com/general/handling-exit-within-an-eval</link>
		<comments>http://hydricacid.com/general/handling-exit-within-an-eval#comments</comments>
		<pubDate>Sun, 16 Mar 2008 00:16:24 +0000</pubDate>
		<dc:creator>SodaBrew</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[perl mod_perlite]]></category>

		<guid isPermaLink="false">http://hydricacid.com/general/handling-exit-within-an-eval</guid>
		<description><![CDATA[ So I&#8217;ve run into a problem with mod_perlite, and it&#8217;s that I cannot just override Perl&#8217;s exit function with a straight perl_destruct call, a longjmp back to the Apache handler, or anything else at all.

Here&#8217;s how it&#8217;s handled in mod_perl.
And then there&#8217;s this possible workaround using goto.
Shockingly, this works, too.

Here&#8217;s my favorite&#8230;
bar.pl:

 exit;

Foo.pm:

package Foo;

sub new [...]]]></description>
		<wfw:commentRss>http://hydricacid.com/general/handling-exit-within-an-eval/feed</wfw:commentRss>
		</item>
		<item>
		<title>Plugin Strategies in Open Source, Part 1</title>
		<link>http://hydricacid.com/general/plugin-strategies-in-open-source-part-1</link>
		<comments>http://hydricacid.com/general/plugin-strategies-in-open-source-part-1#comments</comments>
		<pubDate>Sun, 16 Mar 2008 00:11:01 +0000</pubDate>
		<dc:creator>SodaBrew</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://hydricacid.com/general/plugin-strategies-in-open-source-part-1</guid>
		<description><![CDATA[Once upon a time, I worked* on an open source groupware application called TWIG, The Web Information Gateway. I started posting fixes, wrote some code to scratch my itches, and pretty soon I got CVS commit access.  I wrote a new module for scheduling meetings, and the guys on the development team loved it, [...]]]></description>
		<wfw:commentRss>http://hydricacid.com/general/plugin-strategies-in-open-source-part-1/feed</wfw:commentRss>
		</item>
		<item>
		<title>libSieve Hacking</title>
		<link>http://hydricacid.com/general/libsieve-hacking-2</link>
		<comments>http://hydricacid.com/general/libsieve-hacking-2#comments</comments>
		<pubDate>Fri, 22 Feb 2008 21:57:39 +0000</pubDate>
		<dc:creator>SodaBrew</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://hydricacid.com/general/libsieve-hacking-2</guid>
		<description><![CDATA[This month a number of Sieve extensions became published RFCs, along with an update to the Sieve base spec itself:

[RFC 5228] Sieve: An Email Filtering Language.
[RFC 5229] Sieve Email Filtering: Variables Extension.
[RFC 5230] Sieve Email Filtering: Vacation Extension.
[RFC 5231] Sieve Email Filtering: Relational Extension.
[RFC 5232] Sieve Email Filtering: Imap4flags Extension.
[RFC 5233] Sieve Email Filtering: Subaddress Extension.
[RFC 5235] Sieve Email Filtering: Spamtest and [...]]]></description>
		<wfw:commentRss>http://hydricacid.com/general/libsieve-hacking-2/feed</wfw:commentRss>
		</item>
		<item>
		<title>TWIG Hacking</title>
		<link>http://hydricacid.com/general/twig-hacking</link>
		<comments>http://hydricacid.com/general/twig-hacking#comments</comments>
		<pubDate>Sun, 06 Jan 2008 04:06:50 +0000</pubDate>
		<dc:creator>SodaBrew</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[hacking]]></category>

		<category><![CDATA[twig]]></category>

		<guid isPermaLink="false">http://hydricacid.com/general/twig-hacking</guid>
		<description><![CDATA[For the first time in a long time, I spent a weekend hacking on TWIG!  Tons of things work now in TWIG 4, lots of code flow improvements, CSS and Javascript improvements for Web 2.0 (more on that in a minute), database cleanliness and efficiency improvements, Reservations feature checked back in for the first [...]]]></description>
		<wfw:commentRss>http://hydricacid.com/general/twig-hacking/feed</wfw:commentRss>
		</item>
		<item>
		<title>Another MySQL headache</title>
		<link>http://hydricacid.com/general/another-mysql-headache</link>
		<comments>http://hydricacid.com/general/another-mysql-headache#comments</comments>
		<pubDate>Wed, 28 Nov 2007 00:55:11 +0000</pubDate>
		<dc:creator>SodaBrew</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://hydricacid.com/general/another-mysql-headache</guid>
		<description><![CDATA[In http://www.dbmail.org/mantis/view.php?id=655, Mr. Maenaka writes:
MySQL&#8217;s automatic reconnection is unsafe because of the following reason.First, SET NAMES query is a required arbitration between server and client if both&#8217;s character encoding is different. This should be done at the time of connection open. (Of course you can issue SET NAMES between every query with the huge overhead though.) By [...]]]></description>
		<wfw:commentRss>http://hydricacid.com/general/another-mysql-headache/feed</wfw:commentRss>
		</item>
		<item>
		<title>Two request monty for persistent services on non-persistent hosts</title>
		<link>http://hydricacid.com/general/two-request-monty-for-persistent-services-on-non-persistent-hosts</link>
		<comments>http://hydricacid.com/general/two-request-monty-for-persistent-services-on-non-persistent-hosts#comments</comments>
		<pubDate>Wed, 07 Nov 2007 20:15:46 +0000</pubDate>
		<dc:creator>SodaBrew</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://hydricacid.com/general/two-request-monty-for-persistent-services-on-non-persistent-hosts</guid>
		<description><![CDATA[A problem I&#8217;ve been thinking about for a long time was how to build a backend service for a stateless web frontend. All of the solutions I have seen involve building a daemon that lives on the server and holds the persistent data. Or, in the case of PHP, weird ass service side session cookie [...]]]></description>
		<wfw:commentRss>http://hydricacid.com/general/two-request-monty-for-persistent-services-on-non-persistent-hosts/feed</wfw:commentRss>
		</item>
		<item>
		<title>Perl in Apache with mod_perlite</title>
		<link>http://hydricacid.com/general/perl-in-apache-with-mod_perlite</link>
		<comments>http://hydricacid.com/general/perl-in-apache-with-mod_perlite#comments</comments>
		<pubDate>Tue, 06 Nov 2007 22:10:12 +0000</pubDate>
		<dc:creator>SodaBrew</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://hydricacid.com/general/perl-in-apache-with-mod_perlite</guid>
		<description><![CDATA[Lately at work a few folks have been batting around possible solutions to the perceived problem of how hard it is to run Perl code from Apache. Of course there are very good solutions, mod_cgi, mod_fastcgi, and best of all mod_perl. But there are very good reasons why web hosts shy away from CGI, and [...]]]></description>
		<wfw:commentRss>http://hydricacid.com/general/perl-in-apache-with-mod_perlite/feed</wfw:commentRss>
		</item>
		<item>
		<title>SSL Key Management App</title>
		<link>http://hydricacid.com/general/ssl-key-management-app</link>
		<comments>http://hydricacid.com/general/ssl-key-management-app#comments</comments>
		<pubDate>Fri, 02 Nov 2007 21:17:14 +0000</pubDate>
		<dc:creator>SodaBrew</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://hydricacid.com/general/ssl-key-management-app</guid>
		<description><![CDATA[The crux of my SSL management headache is that I have a lot of domains, but only four public IP addresses. I bet that most home-operated sites are like that. I also have a number of different applications running &#8212; HTTPS, SMTPS, and IMAPS in particular. For each HTTPS domain, I need to have an [...]]]></description>
		<wfw:commentRss>http://hydricacid.com/general/ssl-key-management-app/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
