<?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>My Green Jar &#187; Technology</title>
	<atom:link href="http://www.mygreenjar.com/category/technology/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mygreenjar.com</link>
	<description>[[brain alloc] init]</description>
	<lastBuildDate>Thu, 15 Jan 2009 08:48:13 +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>Adding files to Subversion</title>
		<link>http://www.mygreenjar.com/2006/11/21/adding-files-to-subversion/</link>
		<comments>http://www.mygreenjar.com/2006/11/21/adding-files-to-subversion/#comments</comments>
		<pubDate>Tue, 21 Nov 2006 16:02:06 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.mygreenjar.com/2006/11/21/adding-files-to-subversion/</guid>
		<description><![CDATA[I picked up this tip when I was beginning to work with Ruby on Rails and Subversion. I added the following alias to my .profile file 
alias svnaddall=&#8217;svn status &#124; grep &#8220;^\?&#8221; &#124; awk &#8220;{print \$2}&#8221; &#124; xargs svn add&#8217;

This command takes all files in the present directory and flags them to be added in [...]]]></description>
			<content:encoded><![CDATA[<p>I picked up this tip when I was beginning to work with <a href="http://wiki.rubyonrails.org/rails/pages/HowtoUseRailsWithSubversion/versions/202">Ruby on Rails and Subversion</a>. I added the following alias to my .profile file <br/><br />
alias svnaddall=&#8217;svn status | grep &#8220;^\?&#8221; | awk &#8220;{print \$2}&#8221; | xargs svn add&#8217;<br />
<br/><br />
This command takes all files in the present directory and flags them to be added in the next commit. This saves adding each of the files one-by-one. You don&#8217;t just have to use the command for Rails either- use it for everything. I do!</p>
<p><!-- Technorati Tags Start --></p>
<p>Technorati Tags:<br />
<a href="http://technorati.com/tag/OS%20X" rel="tag">OS X</a>, <a href="http://technorati.com/tag/Ruby%20on%20Rails" rel="tag">Ruby on Rails</a>, <a href="http://technorati.com/tag/Subversion" rel="tag">Subversion</a>
</p>
<p><!-- Technorati Tags End --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mygreenjar.com/2006/11/21/adding-files-to-subversion/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Is Wikipedia the new Google?</title>
		<link>http://www.mygreenjar.com/2006/06/27/is-wikipedia-the-new-google/</link>
		<comments>http://www.mygreenjar.com/2006/06/27/is-wikipedia-the-new-google/#comments</comments>
		<pubDate>Tue, 27 Jun 2006 23:23:18 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.mygreenjar.com/?p=5</guid>
		<description><![CDATA[Like most people I often have to search for information on the internet. My search engine of choice has for a long time been Google (link), more often than not it finds what I need in fractions of a second. But having a list of possible sources is just one step in the research process. [...]]]></description>
			<content:encoded><![CDATA[<p>Like most people I often have to search for information on the internet. My search engine of choice has for a long time been Google <a href="http://www.google.com">(link)</a>, more often than not it finds what I need in fractions of a second. But having a list of possible sources is just one step in the research process. The next steps often include sorting through the various sources, discarding results that are irrelevant and deciding upon the bias of the author.</p>
<p>However, I think I may have come up with a solution that cuts down on my search time dramatically. If I ever need easily understandable information I head for wikipedia <a href="http://www.wikipedia.org">(link)</a>. It is mostly well written, and generally up to date- plus there are external links if I want to continue looking into the topic. This doesn&#8217;t help with the author bias problem, but I&#8217;m hoping the peer review element will help.</p>
<p>I still use google for searching for precise information, although if what I want is general information then wikipedia gets my vote!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mygreenjar.com/2006/06/27/is-wikipedia-the-new-google/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
