<?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>Schwer Log &#187; work</title>
	<atom:link href="http://www.schwer.us/journal/category/work/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.schwer.us/journal</link>
	<description>Logging the activities of four Schwers.</description>
	<lastBuildDate>Fri, 29 Apr 2011 22:20:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Using Net::DNS to write your own recursor.</title>
		<link>http://www.schwer.us/journal/2010/06/02/using-netdns-to-write-your-own-recursor/</link>
		<comments>http://www.schwer.us/journal/2010/06/02/using-netdns-to-write-your-own-recursor/#comments</comments>
		<pubDate>Wed, 02 Jun 2010 22:08:29 +0000</pubDate>
		<dc:creator>augie</dc:creator>
				<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://www.schwer.us/journal/?p=251</guid>
		<description><![CDATA[Here&#8217;s a bit of code I wrote for work that I thought was kind of neat; it uses a recursive function and Net::DNS to recurse DNS. #!/usr/bin/perl use strict; use warnings; use Net::DNS; my $domain = 'schwer.us'; my $sonicrns= 'ns2.sonic.net'; &#8230; <a href="http://www.schwer.us/journal/2010/06/02/using-netdns-to-write-your-own-recursor/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.schwer.us/journal/2010/06/02/using-netdns-to-write-your-own-recursor/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>PowerDNS MySQL INT limit reached.</title>
		<link>http://www.schwer.us/journal/2008/03/06/powerdns-mysql-int-limit-reached/</link>
		<comments>http://www.schwer.us/journal/2008/03/06/powerdns-mysql-int-limit-reached/#comments</comments>
		<pubDate>Thu, 06 Mar 2008 20:31:22 +0000</pubDate>
		<dc:creator>augie</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[powerdns mysql sql]]></category>

		<guid isPermaLink="false">http://www.schwer.us/journal/2008/03/06/powerdns-mysql-int-limit-reached/</guid>
		<description><![CDATA[The very non-descriptive error below indicates that you have reached the maximum value for the MySQL INT Data Type. Communicator thread died because of error: Failed to execute mysql_query, perhaps connection died? Err=-1: Duplicate entry &#8217;2147483647&#8242; for key 1 What &#8230; <a href="http://www.schwer.us/journal/2008/03/06/powerdns-mysql-int-limit-reached/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.schwer.us/journal/2008/03/06/powerdns-mysql-int-limit-reached/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Feed Twitter an RSS feed with Perl.</title>
		<link>http://www.schwer.us/journal/2008/02/29/feed-twitter-an-rss-feed-with-perl/</link>
		<comments>http://www.schwer.us/journal/2008/02/29/feed-twitter-an-rss-feed-with-perl/#comments</comments>
		<pubDate>Sat, 01 Mar 2008 03:21:15 +0000</pubDate>
		<dc:creator>augie</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[rss twitter perl]]></category>

		<guid isPermaLink="false">http://www.schwer.us/journal/2008/02/29/feed-twitter-an-rss-feed-with-perl/</guid>
		<description><![CDATA[Here&#8217;s a more concise script to feed Twitter an RSS feed; in this case the latest post to the Sonic.net MOTD Blog. The following code grabs the latest entry in an RSS feed, pulls out the URL and as much &#8230; <a href="http://www.schwer.us/journal/2008/02/29/feed-twitter-an-rss-feed-with-perl/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.schwer.us/journal/2008/02/29/feed-twitter-an-rss-feed-with-perl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sonic.net updates via Twitter</title>
		<link>http://www.schwer.us/journal/2008/02/16/sonicnet-updates-via-twitter/</link>
		<comments>http://www.schwer.us/journal/2008/02/16/sonicnet-updates-via-twitter/#comments</comments>
		<pubDate>Sat, 16 Feb 2008 08:43:32 +0000</pubDate>
		<dc:creator>augie</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[sonic.net twitter perl rss]]></category>

		<guid isPermaLink="false">http://www.schwer.us/journal/2008/02/16/sonicnet-updates-via-twitter/</guid>
		<description><![CDATA[Get updates about your favorite ISP from Twitter; just send &#8220;follow sonicnet&#8221; from your favorite Twitter device. You can check out the sonicnet page to see what you&#8217;ll be getting. The code for this is made possible by the Net::Twitter &#8230; <a href="http://www.schwer.us/journal/2008/02/16/sonicnet-updates-via-twitter/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.schwer.us/journal/2008/02/16/sonicnet-updates-via-twitter/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Perl , $SIG{CHLD} = &#8216;IGNORE&#8217; , system() and you.</title>
		<link>http://www.schwer.us/journal/2008/02/06/perl-sigchld-ignore-system-and-you/</link>
		<comments>http://www.schwer.us/journal/2008/02/06/perl-sigchld-ignore-system-and-you/#comments</comments>
		<pubDate>Wed, 06 Feb 2008 22:50:03 +0000</pubDate>
		<dc:creator>augie</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[perl sigchld signals handler]]></category>

		<guid isPermaLink="false">http://www.schwer.us/journal/2008/02/06/perl-sigchld-ignore-system-and-you/</guid>
		<description><![CDATA[Note: This has been in my drafts for a while, but I think it&#8217;s ready for publishing.. At first blush you probably would not expect the following to print &#8220;-1&#8243;; as you probably expect &#8220;system&#8221; to execute and return the &#8230; <a href="http://www.schwer.us/journal/2008/02/06/perl-sigchld-ignore-system-and-you/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.schwer.us/journal/2008/02/06/perl-sigchld-ignore-system-and-you/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Perl CPAN PowerDNS modules released.</title>
		<link>http://www.schwer.us/journal/2008/01/01/perl-cpan-powerdns-modules-released/</link>
		<comments>http://www.schwer.us/journal/2008/01/01/perl-cpan-powerdns-modules-released/#comments</comments>
		<pubDate>Tue, 01 Jan 2008 07:47:12 +0000</pubDate>
		<dc:creator>augie</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[augie]]></category>
		<category><![CDATA[cpan]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[powerdns]]></category>

		<guid isPermaLink="false">http://www.schwer.us/journal/2008/01/01/perl-cpan-powerdns-modules-released/</guid>
		<description><![CDATA[I have released several PowerDNS modules to CPAN: http://search.cpan.org/~augie/ PowerDNS::Backend::MySQL Provides an interface to manipulate PowerDNS data in the MySQL Backend. PowerDNS::Control::Client Provides an interface to control the PowerDNS daemon. PowerDNS::Control::Server Provides an interface to control the PowerDNS daemon. The &#8230; <a href="http://www.schwer.us/journal/2008/01/01/perl-cpan-powerdns-modules-released/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.schwer.us/journal/2008/01/01/perl-cpan-powerdns-modules-released/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Sonic.net Holiday Party 2007</title>
		<link>http://www.schwer.us/journal/2007/12/15/sonicnet-holiday-party-2007/</link>
		<comments>http://www.schwer.us/journal/2007/12/15/sonicnet-holiday-party-2007/#comments</comments>
		<pubDate>Sun, 16 Dec 2007 03:44:32 +0000</pubDate>
		<dc:creator>augie</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[sonic.net holiday christmas]]></category>

		<guid isPermaLink="false">http://www.schwer.us/journal/2007/12/15/sonicnet-holiday-party-2007/</guid>
		<description><![CDATA[Gin &#38; Tonic Originally uploaded by Augie Schwer. Sonic.net had it&#8217;s Holiday Party this last Friday; the full set can be found here: http://flickr.com/photos/augie/sets/72157603462438856/]]></description>
		<wfw:commentRss>http://www.schwer.us/journal/2007/12/15/sonicnet-holiday-party-2007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>File::Rotate::Backup</title>
		<link>http://www.schwer.us/journal/2007/11/29/filerotatebackup/</link>
		<comments>http://www.schwer.us/journal/2007/11/29/filerotatebackup/#comments</comments>
		<pubDate>Thu, 29 Nov 2007 15:04:01 +0000</pubDate>
		<dc:creator>augie</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[perl module cpan]]></category>

		<guid isPermaLink="false">http://www.schwer.us/journal/2007/11/29/filerotatebackup/</guid>
		<description><![CDATA[File::Rotate::Backup is a handy Perl module for backing up directories/files and archiving and rotating them. It&#8217;s even more handy after I contributed a patch to add the &#8216;no_archive&#8217; option.]]></description>
		<wfw:commentRss>http://www.schwer.us/journal/2007/11/29/filerotatebackup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL Replication Presentation</title>
		<link>http://www.schwer.us/journal/2007/10/03/mysql-replication-presentation/</link>
		<comments>http://www.schwer.us/journal/2007/10/03/mysql-replication-presentation/#comments</comments>
		<pubDate>Wed, 03 Oct 2007 12:54:34 +0000</pubDate>
		<dc:creator>augie</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[mysql presentation socosa]]></category>

		<guid isPermaLink="false">http://www.schwer.us/journal/2007/10/03/mysql-replication-presentation/</guid>
		<description><![CDATA[Last night I gave a talk about MySQL Replication to the Sonoma County System Administrators group; in case you missed it, here is the presentation in PDF: MySQL Replication [pdf].]]></description>
		<wfw:commentRss>http://www.schwer.us/journal/2007/10/03/mysql-replication-presentation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>axfr2rbldnsd &#8211; Converting Bind (or anything really) to rbldnsd.</title>
		<link>http://www.schwer.us/journal/2007/09/23/axfr2rbldnsd-converting-bind-or-anything-really-to-rbldnsd/</link>
		<comments>http://www.schwer.us/journal/2007/09/23/axfr2rbldnsd-converting-bind-or-anything-really-to-rbldnsd/#comments</comments>
		<pubDate>Sun, 23 Sep 2007 22:42:06 +0000</pubDate>
		<dc:creator>site admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[perl dns bind rbldnsd]]></category>

		<guid isPermaLink="false">http://www.schwer.us/journal/2007/09/23/axfr2rbldnsd-converting-bind-or-anything-really-to-rbldnsd/</guid>
		<description><![CDATA[I could not find a script to do this anywhere, so I wrote one; it was meant to convert Bind style zone files to Rbldnsd style zone files, but since it first does an AXFR, it can be used to &#8230; <a href="http://www.schwer.us/journal/2007/09/23/axfr2rbldnsd-converting-bind-or-anything-really-to-rbldnsd/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.schwer.us/journal/2007/09/23/axfr2rbldnsd-converting-bind-or-anything-really-to-rbldnsd/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

