<?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>Barbary Codes and Data &#187; UncategorizedBarbary Codes and Data</title>
	<atom:link href="http://www.barbarycodes.com/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.barbarycodes.com</link>
	<description>Web and Mobile Development for Lean Startups</description>
	<lastBuildDate>Tue, 03 Apr 2012 17:51: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>Fix for “git push” timeouts on new repository</title>
		<link>http://www.barbarycodes.com/2011/01/16/fix-for-%e2%80%9cgit-push%e2%80%9d-timeouts-on-new-repository/</link>
		<comments>http://www.barbarycodes.com/2011/01/16/fix-for-%e2%80%9cgit-push%e2%80%9d-timeouts-on-new-repository/#comments</comments>
		<pubDate>Mon, 17 Jan 2011 05:01:46 +0000</pubDate>
		<dc:creator>tjones@barbarycodes.com</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.barbarycodes.com/?p=255</guid>
		<description><![CDATA[While migrating a large codebase from Subversion to Git recently I ran across the following error during the initial push from my development system to the new remote repository: Read from remote host &#60;&#8230;&#62;: Operation timed out error: pack-objects died of signal 13 error: failed to push some refs to &#8216;ssh://&#60;&#8230;&#62;&#8217; Rerunning &#8220;git push&#8221; with&#8230; <a href="http://www.barbarycodes.com/2011/01/16/fix-for-%e2%80%9cgit-push%e2%80%9d-timeouts-on-new-repository/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.barbarycodes.com/2011/01/16/fix-for-%e2%80%9cgit-push%e2%80%9d-timeouts-on-new-repository/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Automated Banning of Script Kiddies with fail2ban</title>
		<link>http://www.barbarycodes.com/2010/10/06/automated-banning-of-script-kiddies-with-fail2ban/</link>
		<comments>http://www.barbarycodes.com/2010/10/06/automated-banning-of-script-kiddies-with-fail2ban/#comments</comments>
		<pubDate>Wed, 06 Oct 2010 22:54:19 +0000</pubDate>
		<dc:creator>tjones@barbarycodes.com</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://timothynjones.wordpress.com/?p=121</guid>
		<description><![CDATA[I like to configure my webapps to automatically send me email upon any error, including 404s (file not found), since that can indicate a bad link within the app.  Unfortunately, script kiddies trying URLs like /phpMyAdmin/scripts/setup.php and hundreds of similar variants can trigger the email and flood my inbox. fail2ban to the rescue!  This wonderful tool&#8230; <a href="http://www.barbarycodes.com/2010/10/06/automated-banning-of-script-kiddies-with-fail2ban/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.barbarycodes.com/2010/10/06/automated-banning-of-script-kiddies-with-fail2ban/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>How To Make $100 with MySQL REPEATABLE-READ Transactions</title>
		<link>http://www.barbarycodes.com/2010/02/18/how-to-make-100-with-mysql-repeatable-read-transactions/</link>
		<comments>http://www.barbarycodes.com/2010/02/18/how-to-make-100-with-mysql-repeatable-read-transactions/#comments</comments>
		<pubDate>Fri, 19 Feb 2010 02:31:49 +0000</pubDate>
		<dc:creator>tjones@barbarycodes.com</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://timothynjones.wordpress.com/?p=104</guid>
		<description><![CDATA[MySQL defaults to REPEATABLE-READ transactions.  This means that repeated SELECT statements within the same transaction return the same data (i.e., they don&#8217;t pick up interim updates made outside the transaction).  Specifically, reads take place from a snapshot of the database created for the first read in the transaction. This may lead to unexpected results when&#8230; <a href="http://www.barbarycodes.com/2010/02/18/how-to-make-100-with-mysql-repeatable-read-transactions/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.barbarycodes.com/2010/02/18/how-to-make-100-with-mysql-repeatable-read-transactions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upcoming Downtime and the Next New Thing</title>
		<link>http://www.barbarycodes.com/2007/07/22/upcoming-downtime-and-the-next-new-thing/</link>
		<comments>http://www.barbarycodes.com/2007/07/22/upcoming-downtime-and-the-next-new-thing/#comments</comments>
		<pubDate>Mon, 23 Jul 2007 03:20:04 +0000</pubDate>
		<dc:creator>tjones@barbarycodes.com</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://timothynjones.wordpress.com/2007/07/22/upcoming-downtime-and-the-next-new-thing/</guid>
		<description><![CDATA[My big contract wound down last week, and while I have some small projects going on, it may be a while before the next big one comes along. So in addition to blogging more (not that I expect anyone to really be reading this, but writing is a great communication exercise regardless), I&#8217;m thinking about&#8230; <a href="http://www.barbarycodes.com/2007/07/22/upcoming-downtime-and-the-next-new-thing/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.barbarycodes.com/2007/07/22/upcoming-downtime-and-the-next-new-thing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Asinine security questions at NetBank</title>
		<link>http://www.barbarycodes.com/2007/05/17/asinine-security-questions-at-netbank/</link>
		<comments>http://www.barbarycodes.com/2007/05/17/asinine-security-questions-at-netbank/#comments</comments>
		<pubDate>Thu, 17 May 2007 17:42:13 +0000</pubDate>
		<dc:creator>tjones@barbarycodes.com</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://timothynjones.wordpress.com/2007/05/17/asinine-security-questions-at-netbank/</guid>
		<description><![CDATA[Who is your favorite celebrity? That&#8217;s a sample of about 15 stupid security questions that NetBank forces you to answer, about three of which I have any hope of coming up with an answer for much less remembering that answer later (others like favorite candy, first musical instrument played, etc.). Whenever you attempt to log&#8230; <a href="http://www.barbarycodes.com/2007/05/17/asinine-security-questions-at-netbank/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.barbarycodes.com/2007/05/17/asinine-security-questions-at-netbank/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mozy Doesn&#039;t Support Resource Forks</title>
		<link>http://www.barbarycodes.com/2007/04/29/mozy-doesnt-support-resource-forks/</link>
		<comments>http://www.barbarycodes.com/2007/04/29/mozy-doesnt-support-resource-forks/#comments</comments>
		<pubDate>Mon, 30 Apr 2007 03:57:06 +0000</pubDate>
		<dc:creator>tjones@barbarycodes.com</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://timothynjones.wordpress.com/2007/04/29/mozy-doesnt-support-resource-forks/</guid>
		<description><![CDATA[Last week Mozy released a beta version for the Mac. I tested it using the metadata test file, located here, and unfortunately it did not preserve the resource fork. The best option for network backup continues to be JungleDisk, which does preserve the resource fork.  This is a bummer because Mozy is pretty slick. I&#8230; <a href="http://www.barbarycodes.com/2007/04/29/mozy-doesnt-support-resource-forks/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.barbarycodes.com/2007/04/29/mozy-doesnt-support-resource-forks/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Address Book Ate My Data</title>
		<link>http://www.barbarycodes.com/2007/02/21/address-book-ate-my-data/</link>
		<comments>http://www.barbarycodes.com/2007/02/21/address-book-ate-my-data/#comments</comments>
		<pubDate>Wed, 21 Feb 2007 21:06:35 +0000</pubDate>
		<dc:creator>tjones@barbarycodes.com</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://timothynjones.wordpress.com/2007/02/21/address-book-ate-my-data/</guid>
		<description><![CDATA[Today all my contacts disappeared from my Mac Address Book for no apparent reason.  I was adding a contact from Audium.  Both Audium and Address Book locked up.  I killed them off, and Address Book still wouldn&#8217;t restart.  I logged out then back in, and Address Book started up, but with the default set of&#8230; <a href="http://www.barbarycodes.com/2007/02/21/address-book-ate-my-data/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.barbarycodes.com/2007/02/21/address-book-ate-my-data/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Taking the Plunge</title>
		<link>http://www.barbarycodes.com/2007/02/03/taking-the-plunge/</link>
		<comments>http://www.barbarycodes.com/2007/02/03/taking-the-plunge/#comments</comments>
		<pubDate>Sat, 03 Feb 2007 15:45:32 +0000</pubDate>
		<dc:creator>tjones@barbarycodes.com</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://timothynjones.wordpress.com/2007/02/03/taking-the-plunge/</guid>
		<description><![CDATA[Recently I started my own company. It&#8217;s something I&#8217;ve always wanted to do and I finally found the right niche. I intend to write about the process here. To date, roughly in this order, I&#8217;ve: Bought a couple of Nolo books. Bought a new MacBook and assorted accessories (you&#8217;re right, this was all pretty much&#8230; <a href="http://www.barbarycodes.com/2007/02/03/taking-the-plunge/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.barbarycodes.com/2007/02/03/taking-the-plunge/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>SSO for Rails</title>
		<link>http://www.barbarycodes.com/2007/01/01/sso-for-rails/</link>
		<comments>http://www.barbarycodes.com/2007/01/01/sso-for-rails/#comments</comments>
		<pubDate>Tue, 02 Jan 2007 03:47:28 +0000</pubDate>
		<dc:creator>tjones@barbarycodes.com</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://timothynjones.wordpress.com/2007/01/01/sso-for-rails/</guid>
		<description><![CDATA[I&#8217;ll soon be hosting a few Rails apps I&#8217;ve built on my Slicehost server and making them available for public use. I need a single sign on system for shared authentication and user identity, and this looks like a promising solution.]]></description>
		<wfw:commentRss>http://www.barbarycodes.com/2007/01/01/sso-for-rails/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New MacBook</title>
		<link>http://www.barbarycodes.com/2006/12/15/new-macbook/</link>
		<comments>http://www.barbarycodes.com/2006/12/15/new-macbook/#comments</comments>
		<pubDate>Sat, 16 Dec 2006 04:31:33 +0000</pubDate>
		<dc:creator>tjones@barbarycodes.com</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://timothynjones.wordpress.com/2006/12/15/new-macbook/</guid>
		<description><![CDATA[I finally broke down and ordered a new MacBook Core 2 Duo for general home use and on a significant new personal project I&#8217;m working on.  It&#8217;s a sweet piece of hardware, and I really miss OS X after being forced to use Windows at work for the past year.  Getting it set up with&#8230; <a href="http://www.barbarycodes.com/2006/12/15/new-macbook/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.barbarycodes.com/2006/12/15/new-macbook/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

