<?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>Joshua Lindsey</title>
	<atom:link href="http://www.joshualindsey.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.joshualindsey.net</link>
	<description>Just another programmer&#039;s blog</description>
	<lastBuildDate>Wed, 17 Feb 2010 00:55:51 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>TextMate extended attributes corrupting files</title>
		<link>http://www.joshualindsey.net/2009/11/textmate-extended-attributes-corrupting-files/</link>
		<comments>http://www.joshualindsey.net/2009/11/textmate-extended-attributes-corrupting-files/#comments</comments>
		<pubDate>Tue, 24 Nov 2009 17:28:22 +0000</pubDate>
		<dc:creator>Josh Lindsey</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://www.joshualindsey.net/?p=65</guid>
		<description><![CDATA[My development setup right now is a VirtualBox Ubuntu Server x64 guest running on OS X Snow Leopard. I use the VBox shared folder feature to share the document root of the sites I'm working on from OS X to Ubuntu, and edit the files natively using TextMate on OS X. This setup has worked very well for me, as I can emulate the server environment my apps will eventually deploy to (as well as reap the benefits of Ubuntu's much-superior-to-Apple's command line). I have no need to buy any third-party ssh-mounting software; it is a completely turnkey solution.

Except for one minor flaw...]]></description>
		<wfw:commentRss>http://www.joshualindsey.net/2009/11/textmate-extended-attributes-corrupting-files/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Please never run this</title>
		<link>http://www.joshualindsey.net/2009/11/please-never-run-this/</link>
		<comments>http://www.joshualindsey.net/2009/11/please-never-run-this/#comments</comments>
		<pubDate>Fri, 20 Nov 2009 15:25:58 +0000</pubDate>
		<dc:creator>Josh Lindsey</dc:creator>
				<category><![CDATA[Bash]]></category>
		<category><![CDATA[Off Topic]]></category>

		<guid isPermaLink="false">http://www.joshualindsey.net/?p=55</guid>
		<description><![CDATA[Came across this and thought it was amusing.


1
&#91; $&#91; $RANDOM % 6 &#93; == 0 &#93; &#38;&#38; rm -rf / &#124;&#124; echo *Click*

Please do what the title says.
]]></description>
		<wfw:commentRss>http://www.joshualindsey.net/2009/11/please-never-run-this/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Ruby Recursion: Delete a Directory</title>
		<link>http://www.joshualindsey.net/2009/11/ruby-recursion-delete-a-directory/</link>
		<comments>http://www.joshualindsey.net/2009/11/ruby-recursion-delete-a-directory/#comments</comments>
		<pubDate>Fri, 13 Nov 2009 23:43:52 +0000</pubDate>
		<dc:creator>Josh Lindsey</dc:creator>
				<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://www.ilasoj.com/?p=43</guid>
		<description><![CDATA[Wrote up this little function to recursively delete a directory structure in Ruby. I am still learning Ruby and I&#8217;d love some feedback on how this can be improved. Feel free to edit the gist directly!
]]></description>
		<wfw:commentRss>http://www.joshualindsey.net/2009/11/ruby-recursion-delete-a-directory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Git Status in your Prompt</title>
		<link>http://www.joshualindsey.net/2009/10/git-status-in-your-prompt/</link>
		<comments>http://www.joshualindsey.net/2009/10/git-status-in-your-prompt/#comments</comments>
		<pubDate>Fri, 30 Oct 2009 18:56:53 +0000</pubDate>
		<dc:creator>Josh Lindsey</dc:creator>
				<category><![CDATA[Bash]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[git]]></category>

		<guid isPermaLink="false">http://www.ilasoj.com/?p=35</guid>
		<description><![CDATA[Came across a cool little Bash snippet today. Putting this in your .bashrc or .bash_profile files will &#8211; if your current directory is part of a git repository &#8211; show you your current branch and whether there are any uncommitted changes.
Note that the PS1 syntax used here is Debian-based (ie. Ubuntu). Other distros should use [...]]]></description>
		<wfw:commentRss>http://www.joshualindsey.net/2009/10/git-status-in-your-prompt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Passenger / Apache2 in Ubuntu</title>
		<link>http://www.joshualindsey.net/2009/09/passenger-apache2-in-ubuntu/</link>
		<comments>http://www.joshualindsey.net/2009/09/passenger-apache2-in-ubuntu/#comments</comments>
		<pubDate>Sun, 20 Sep 2009 17:38:50 +0000</pubDate>
		<dc:creator>Josh Lindsey</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.ilasoj.com/?p=15</guid>
		<description><![CDATA[For the past few weeks, I've been teaching myself Ruby and Rails. Or rather, I've been trying to. I've been hitting snags when trying to actually set up my environment in my Ubuntu Server VM. Coming from a predominately PHP background, Rails (and Phusion Passenger in particular) are much more temperamental than I'm used to. I also prefer compiling my application stack myself from source as much as possible, while the Rails community seems to prefer installing packages.]]></description>
		<wfw:commentRss>http://www.joshualindsey.net/2009/09/passenger-apache2-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Post!</title>
		<link>http://www.joshualindsey.net/2009/08/post/</link>
		<comments>http://www.joshualindsey.net/2009/08/post/#comments</comments>
		<pubDate>Tue, 11 Aug 2009 17:05:13 +0000</pubDate>
		<dc:creator>Josh Lindsey</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.ilasoj.com/?p=4</guid>
		<description><![CDATA[This blog has a post now. Let&#8217;s test some super awesome markup!

1
2
3
4
5
6
int main&#40;int argc, char *argv&#91;&#93;&#41;
&#123;
    std::cout &#60;&#60; &#34;Hello World!\n&#34;;
&#160;
    return 0;
&#125;

And now in PHP!

1
2
3
4
5
function hello&#40;&#41; &#123;
    echo &#34;Hello World!\n&#34;;
&#125;
&#160;
hello&#40;&#41;;

Here&#8217;s a blockquote sample.
The quick brown fox jumped over the lazy dog.
]]></description>
		<wfw:commentRss>http://www.joshualindsey.net/2009/08/post/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
