<?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>Andrew Eells dot com</title>
	<atom:link href="http://www.andrew-eells.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.andrew-eells.com</link>
	<description>Java, Agile, Web comments</description>
	<lastBuildDate>Wed, 22 Feb 2012 11:26:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Programmer Anarchy</title>
		<link>http://www.andrew-eells.com/2012/02/21/programmer-anarchy/</link>
		<comments>http://www.andrew-eells.com/2012/02/21/programmer-anarchy/#comments</comments>
		<pubDate>Tue, 21 Feb 2012 17:55:13 +0000</pubDate>
		<dc:creator>Andrew Eells</dc:creator>
				<category><![CDATA[Agile]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Lean]]></category>
		<category><![CDATA[Management]]></category>

		<guid isPermaLink="false">http://www.andrew-eells.com/?p=436</guid>
		<description><![CDATA[Wow! I stumbled across this presentation by Fred George (Forward, ex-IBM, -TW) on my twitter feed. Stating the paradigm shift in such a bold way blew me away somewhat and really changed my opinion of the direction I was trying to take multiple teams (so the BA&#8217;s and product development teams in particular). I set [...]]]></description>
		<wfw:commentRss>http://www.andrew-eells.com/2012/02/21/programmer-anarchy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Puppet certificate issues</title>
		<link>http://www.andrew-eells.com/2012/02/01/puppet-certificate-issues/</link>
		<comments>http://www.andrew-eells.com/2012/02/01/puppet-certificate-issues/#comments</comments>
		<pubDate>Wed, 01 Feb 2012 13:45:22 +0000</pubDate>
		<dc:creator>Andrew Eells</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[DevOps]]></category>

		<guid isPermaLink="false">http://www.andrew-eells.com/?p=431</guid>
		<description><![CDATA[Lots of posts on t&#8217;internet about this one and difficult to know which apply. To rectify an error on the client of type: &#8220;please remove certificate from server and regenerate it with the current key&#8221;, for puppet 2.6.6, use the following to remove said certificate from the puppet master: sudo puppet cert --clean &#60;client node [...]]]></description>
		<wfw:commentRss>http://www.andrew-eells.com/2012/02/01/puppet-certificate-issues/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Agile Database dot com</title>
		<link>http://www.andrew-eells.com/2011/09/14/agile-database-dot-com/</link>
		<comments>http://www.andrew-eells.com/2011/09/14/agile-database-dot-com/#comments</comments>
		<pubDate>Wed, 14 Sep 2011 22:36:21 +0000</pubDate>
		<dc:creator>Andrew Eells</dc:creator>
				<category><![CDATA[Agile]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://www.andrew-eells.com/?p=414</guid>
		<description><![CDATA[Have added some new features to my agile database framework and decided to release as a slightly more professional undertaking &#8211; say hello to Agile Database dot com. The code&#8217;s hosted on GitHub so please feel free to take a look and let me know if you have any feedback or issues. I&#8217;m going to [...]]]></description>
		<wfw:commentRss>http://www.andrew-eells.com/2011/09/14/agile-database-dot-com/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is a Hacker?</title>
		<link>http://www.andrew-eells.com/2011/08/19/what-is-a-hacker/</link>
		<comments>http://www.andrew-eells.com/2011/08/19/what-is-a-hacker/#comments</comments>
		<pubDate>Fri, 19 Aug 2011 22:54:32 +0000</pubDate>
		<dc:creator>Andrew Eells</dc:creator>
				<category><![CDATA[Code]]></category>

		<guid isPermaLink="false">http://www.andrew-eells.com/?p=411</guid>
		<description><![CDATA[Hacker: Someone who thinks outside the box. Someone who discards conventional wisdom and does something else instead. Someone who looks at the edge and wonders what&#8217;s beyond. Someone who sees a set of rules and wonders what happens if you don&#8217;t follow them. - Bruce Schneier, courtesy @hackerchick I like this definition so much because [...]]]></description>
		<wfw:commentRss>http://www.andrew-eells.com/2011/08/19/what-is-a-hacker/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Capistrano prompt for input</title>
		<link>http://www.andrew-eells.com/2011/08/17/capistrano-prompt-for-input/</link>
		<comments>http://www.andrew-eells.com/2011/08/17/capistrano-prompt-for-input/#comments</comments>
		<pubDate>Wed, 17 Aug 2011 10:28:26 +0000</pubDate>
		<dc:creator>Andrew Eells</dc:creator>
				<category><![CDATA[Capistrano]]></category>
		<category><![CDATA[Code]]></category>

		<guid isPermaLink="false">http://www.andrew-eells.com/?p=404</guid>
		<description><![CDATA[To prompt for user input, us: set(:user) { Capistrano::CLI.ui.ask("User name: ") } The above is &#8220;lazily evaluated&#8221;, so if you want an immediate prompt do not pass the block to set(), instead use: set(:user, Capistrano::CLI.ui.ask("User name: ") )]]></description>
		<wfw:commentRss>http://www.andrew-eells.com/2011/08/17/capistrano-prompt-for-input/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Policy Expert</title>
		<link>http://www.andrew-eells.com/2011/04/25/policy-expert/</link>
		<comments>http://www.andrew-eells.com/2011/04/25/policy-expert/#comments</comments>
		<pubDate>Mon, 25 Apr 2011 11:42:17 +0000</pubDate>
		<dc:creator>Andrew Eells</dc:creator>
				<category><![CDATA[Code]]></category>

		<guid isPermaLink="false">http://www.andrew-eells.com/?p=388</guid>
		<description><![CDATA[This is our phase II Policy Expert launch, mostly static content and user guides etc but the full phase III launch of Home Insurance product is coming soon&#8230;]]></description>
		<wfw:commentRss>http://www.andrew-eells.com/2011/04/25/policy-expert/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Amazon RDS DB Instance Sizing Guide</title>
		<link>http://www.andrew-eells.com/2011/04/18/amazon-rds-db-instance-sizing-guide/</link>
		<comments>http://www.andrew-eells.com/2011/04/18/amazon-rds-db-instance-sizing-guide/#comments</comments>
		<pubDate>Mon, 18 Apr 2011 16:49:18 +0000</pubDate>
		<dc:creator>Andrew Eells</dc:creator>
				<category><![CDATA[Code]]></category>

		<guid isPermaLink="false">http://www.andrew-eells.com/?p=385</guid>
		<description><![CDATA[For anyone else who can&#8217;t find the Amazon RDS DB Instance Sizing Guide!! Grrrrrr&#8230; here it is! ;o)]]></description>
		<wfw:commentRss>http://www.andrew-eells.com/2011/04/18/amazon-rds-db-instance-sizing-guide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Amazon ELB and Apache</title>
		<link>http://www.andrew-eells.com/2011/03/18/amazon-elb-apache/</link>
		<comments>http://www.andrew-eells.com/2011/03/18/amazon-elb-apache/#comments</comments>
		<pubDate>Fri, 18 Mar 2011 16:16:29 +0000</pubDate>
		<dc:creator>Andrew Eells</dc:creator>
				<category><![CDATA[Code]]></category>

		<guid isPermaLink="false">http://www.andrew-eells.com/?p=379</guid>
		<description><![CDATA[When you place your Apache Web Server behind an Amazon Elastic Load Balancer, Apache receives all requests from the ELB&#8217;s IP address. Therefore, if you wish to do anything with the real client IP address, such as logging or whitelisting, you need to make use of the X-Forwarded-For HTTP Header Amazon ELB includes in each request which contains [...]]]></description>
		<wfw:commentRss>http://www.andrew-eells.com/2011/03/18/amazon-elb-apache/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How all production releases should occur!</title>
		<link>http://www.andrew-eells.com/2011/02/17/how-all-production-releases-should-occur/</link>
		<comments>http://www.andrew-eells.com/2011/02/17/how-all-production-releases-should-occur/#comments</comments>
		<pubDate>Thu, 17 Feb 2011 21:15:09 +0000</pubDate>
		<dc:creator>Andrew Eells</dc:creator>
				<category><![CDATA[Code]]></category>

		<guid isPermaLink="false">http://www.andrew-eells.com/?p=362</guid>
		<description><![CDATA[Jim and Sam Smith put their heads together&#8230; nice to learn about Cluster SSH also!]]></description>
		<wfw:commentRss>http://www.andrew-eells.com/2011/02/17/how-all-production-releases-should-occur/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using multiple Amazon AWS accounts from the command line</title>
		<link>http://www.andrew-eells.com/2011/02/05/using-multiple-amazon-aws-accounts-from-the-command-line/</link>
		<comments>http://www.andrew-eells.com/2011/02/05/using-multiple-amazon-aws-accounts-from-the-command-line/#comments</comments>
		<pubDate>Sat, 05 Feb 2011 14:34:12 +0000</pubDate>
		<dc:creator>Andrew Eells</dc:creator>
				<category><![CDATA[Code]]></category>

		<guid isPermaLink="false">http://www.andrew-eells.com/?p=356</guid>
		<description><![CDATA[If you want separate security credentials for your production AWS account from other (development etc) accounts, use the following command line options to override any environment variables you may have already set &#8211; EC2_PRIVATE_KEY and EC2_CERT environment variables are the default if not provided on the command line: -K, --private-key EC2-PRIVATE-KEY -C, --cert EC2-CERT Further common [...]]]></description>
		<wfw:commentRss>http://www.andrew-eells.com/2011/02/05/using-multiple-amazon-aws-accounts-from-the-command-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: www.andrew-eells.com @ 2012-05-21 15:08:24 -->
