<?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"
	>

<channel>
	<title>breaker of stuff, destroyer of things</title>
	<atom:link href="http://gregsidberry.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://gregsidberry.com</link>
	<description>sometimes ninja</description>
	<pubDate>Thu, 13 Nov 2008 23:08:41 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
	<language>en</language>
			<item>
		<title>quick start: web project management</title>
		<link>http://gregsidberry.com/2008/11/13/quick-start-web-project-management-2/</link>
		<comments>http://gregsidberry.com/2008/11/13/quick-start-web-project-management-2/#comments</comments>
		<pubDate>Thu, 13 Nov 2008 23:08:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Misc]]></category>

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

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

		<guid isPermaLink="false">http://gregsidberry.com/2008/11/13/quick-start-web-project-management-2/</guid>
		<description><![CDATA[So I&#8217;m trying to give a friend a few of the basics they&#8217;d need to know for managing a web project. Not a bible, just a quick read to hit the ground running. Here is what I came up with.
Your team:
designers - creative artistically, creates look and feel, communicate, produces things you can seedevelopers - [...]]]></description>
		<wfw:commentRss>http://gregsidberry.com/2008/11/13/quick-start-web-project-management-2/feed/</wfw:commentRss>
		</item>
		<item>
		<title>basecamp + agile - client friendly + effective = pivotal tracker</title>
		<link>http://gregsidberry.com/2008/11/13/basecamp-agile-client-friendly-effective-pivotal-tracker/</link>
		<comments>http://gregsidberry.com/2008/11/13/basecamp-agile-client-friendly-effective-pivotal-tracker/#comments</comments>
		<pubDate>Thu, 13 Nov 2008 22:26:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[reviews]]></category>

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

		<category><![CDATA[basecamp alt]]></category>

		<guid isPermaLink="false">http://gregsidberry.com/2008/11/13/basecamp-agile-client-friendly-effective-pivotal-tracker/</guid>
		<description><![CDATA[I&#8217;m a BC fan, but have to admit there are more than enough times that it feels lacking. I recently started playing around with pivotal tracker which is follows the agile method.
It took me about 10 minutes to go holy crap this rocks&#8230; I don&#8217;t think it&#8217;d be to client friendly, but it definitely works [...]]]></description>
		<wfw:commentRss>http://gregsidberry.com/2008/11/13/basecamp-agile-client-friendly-effective-pivotal-tracker/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Building somethng scalable: language / frameworks aka use ror or php</title>
		<link>http://gregsidberry.com/2008/11/13/building-somethng-scalable-language-frameworks-aka-use-ror-or-php/</link>
		<comments>http://gregsidberry.com/2008/11/13/building-somethng-scalable-language-frameworks-aka-use-ror-or-php/#comments</comments>
		<pubDate>Thu, 13 Nov 2008 21:33:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Building Something Scalable]]></category>

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

		<category><![CDATA[choosing a language]]></category>

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

		<category><![CDATA[ruby vs php]]></category>

		<guid isPermaLink="false">http://gregsidberry.com/2008/11/13/building-somethng-scalable-language-frameworks-aka-use-ror-or-php/</guid>
		<description><![CDATA[When I first started this experiment I planned on using a custom php framework. Recently I realized that its kinda pointless to attempt to do something like this and at the same time lock myself into something that may not be the best solution&#8230;.
enter google, research, testing, and little sleep. Result: codeigniter was the best [...]]]></description>
		<wfw:commentRss>http://gregsidberry.com/2008/11/13/building-somethng-scalable-language-frameworks-aka-use-ror-or-php/feed/</wfw:commentRss>
		</item>
		<item>
		<title>how to: Delaying audio with sox</title>
		<link>http://gregsidberry.com/2008/11/12/how-to-delaying-audio-with-sox/</link>
		<comments>http://gregsidberry.com/2008/11/12/how-to-delaying-audio-with-sox/#comments</comments>
		<pubDate>Thu, 13 Nov 2008 04:33:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[how to]]></category>

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

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

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

		<guid isPermaLink="false">http://gregsidberry.com/2008/11/12/how-to-delaying-audio-with-sox/</guid>
		<description><![CDATA[I recently ran into a feature / bug / something while delaying audio for an application with sox. The delay effect appears to only delay a maximum of 3 seconds. Hopefully this will save someone else from scratching their head.
To delay audio use the pad effect:
sox file_in file_out pad begin_offset end_offset
begin_offset = seconds of silence [...]]]></description>
		<wfw:commentRss>http://gregsidberry.com/2008/11/12/how-to-delaying-audio-with-sox/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Building Something Scalable: Security</title>
		<link>http://gregsidberry.com/2008/10/22/building-something-scalable-security/</link>
		<comments>http://gregsidberry.com/2008/10/22/building-something-scalable-security/#comments</comments>
		<pubDate>Thu, 23 Oct 2008 01:36:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Building Something Scalable]]></category>

		<category><![CDATA[how to]]></category>

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

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

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

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

		<guid isPermaLink="false">http://gregsidberry.com/2008/10/22/building-something-scalable-security/</guid>
		<description><![CDATA[This is part 2 of the Building Something Scalable series / experiment: Security. 
Umm why are you talking about security?
Security is part of being scalable, simple. Think about it. If your security is setup decently your servers will ignore more fake / script kiddie request and can use handle more real ones. At the same [...]]]></description>
		<wfw:commentRss>http://gregsidberry.com/2008/10/22/building-something-scalable-security/feed/</wfw:commentRss>
		</item>
		<item>
		<title>And back to centos</title>
		<link>http://gregsidberry.com/2008/10/22/and-back-to-centos/</link>
		<comments>http://gregsidberry.com/2008/10/22/and-back-to-centos/#comments</comments>
		<pubDate>Wed, 22 Oct 2008 13:27:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[rants]]></category>

		<category><![CDATA[damn ubuntu]]></category>

		<guid isPermaLink="false">http://gregsidberry.com/2008/10/22/and-back-to-centos/</guid>
		<description><![CDATA[Well once again ubuntu has turned into a much larger headache than needed, so now its back to centos  ]]></description>
		<wfw:commentRss>http://gregsidberry.com/2008/10/22/and-back-to-centos/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Time to bite the bullet</title>
		<link>http://gregsidberry.com/2008/10/21/time-to-bite-the-bullet/</link>
		<comments>http://gregsidberry.com/2008/10/21/time-to-bite-the-bullet/#comments</comments>
		<pubDate>Wed, 22 Oct 2008 06:15:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Building Something Scalable]]></category>

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

		<guid isPermaLink="false">http://gregsidberry.com/2008/10/21/time-to-bite-the-bullet/</guid>
		<description><![CDATA[I currently have 3 vpses. One on Mediatemple and two at linode. Thing is I need at least 3 servers at linode to properly setup the environment for my scaling experiment / future gs setup&#8230;.
So as of tonight I&#8217;m biting the bullet and now own 4 linodes. If all goes well I&#8217;ll toss 2-3 more [...]]]></description>
		<wfw:commentRss>http://gregsidberry.com/2008/10/21/time-to-bite-the-bullet/feed/</wfw:commentRss>
		</item>
		<item>
		<title>BaseKit Looks Wicked</title>
		<link>http://gregsidberry.com/2008/10/16/basekit-looks-wicked/</link>
		<comments>http://gregsidberry.com/2008/10/16/basekit-looks-wicked/#comments</comments>
		<pubDate>Thu, 16 Oct 2008 11:40:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[news]]></category>

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

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

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

		<guid isPermaLink="false">http://gregsidberry.com/2008/10/16/basekit-looks-wicked/</guid>
		<description><![CDATA[Came acroos this from a friend in Romania.
From what I can tell basekit is a web based development envirnoment, that lets you dev on the fly&#8230; lets hope I get to beta 
BaseKit Preview Site
]]></description>
		<wfw:commentRss>http://gregsidberry.com/2008/10/16/basekit-looks-wicked/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Linode Rocks!</title>
		<link>http://gregsidberry.com/2008/10/15/linode-rocks/</link>
		<comments>http://gregsidberry.com/2008/10/15/linode-rocks/#comments</comments>
		<pubDate>Wed, 15 Oct 2008 15:05:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[linux]]></category>

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

		<category><![CDATA[web hosting]]></category>

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

		<guid isPermaLink="false">http://gregsidberry.com/2008/10/15/linode-rocks/</guid>
		<description><![CDATA[I haven&#8217;t had much time to post, or do anything fun in the past few months, but I&#8217;m currently working on a nginx, php, apache, varnish, memcachedb, mysql setup distributed between two servers. Why does this matter? Because I decided to upgrade my linode so I could slice up my resources into a nice little [...]]]></description>
		<wfw:commentRss>http://gregsidberry.com/2008/10/15/linode-rocks/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Yet another quote</title>
		<link>http://gregsidberry.com/2008/10/15/yet-another-quote/</link>
		<comments>http://gregsidberry.com/2008/10/15/yet-another-quote/#comments</comments>
		<pubDate>Wed, 15 Oct 2008 14:33:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[quotes]]></category>

		<guid isPermaLink="false">http://gregsidberry.com/2008/10/15/yet-another-quote/</guid>
		<description><![CDATA[The irony is that Bill Gates claims to be making
a stable operating system and Linus Torvalds claims to be trying to
take over the world. 
   &#8212; seen on the net]]></description>
		<wfw:commentRss>http://gregsidberry.com/2008/10/15/yet-another-quote/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
