<?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>AJ Acevedo</title>
	<atom:link href="http://ajacevedo.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://ajacevedo.com</link>
	<description>This site is currently under development</description>
	<lastBuildDate>Fri, 17 May 2013 01:48:15 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Manage Multiple RubyGems API Keys</title>
		<link>http://ajacevedo.com/2013/manage-multiple-rubygems-api-keys/</link>
		<comments>http://ajacevedo.com/2013/manage-multiple-rubygems-api-keys/#comments</comments>
		<pubDate>Wed, 27 Mar 2013 04:50:24 +0000</pubDate>
		<dc:creator>AJ</dc:creator>
				<category><![CDATA[TOPICS]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://ajacevedo.com/?p=863</guid>
		<description><![CDATA[If you need to manage multiple gemcutter accounts and you&#8217;ve been doing it the manual way of updating ~/.gem/credentials every time you need to switch between accounts, you are going to love Keycutter Keycutter a is a ruby gem that allows you to easily manage multiple RubyGems.org API Keys. Installation $ gem install keycutter Usage [...]]]></description>
		<wfw:commentRss>http://ajacevedo.com/2013/manage-multiple-rubygems-api-keys/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>lib not found when installing rails</title>
		<link>http://ajacevedo.com/2013/lib-not-found/</link>
		<comments>http://ajacevedo.com/2013/lib-not-found/#comments</comments>
		<pubDate>Thu, 14 Feb 2013 23:09:23 +0000</pubDate>
		<dc:creator>AJ</dc:creator>
				<category><![CDATA[technology]]></category>
		<category><![CDATA[TOPICS]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://ajacevedo.com/?p=796</guid>
		<description><![CDATA[If you just installed rails and recived the following message: On Mac OS X the message is: file &#8216;lib&#8217; not found On Linux Debian/Ubuntu the message is: File not found: lib The fix is to uninstall rails, install rdoc then reinstall rails. gem uninstall rails gem install rdoc gem install rails]]></description>
		<wfw:commentRss>http://ajacevedo.com/2013/lib-not-found/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing RVM as a multi-user install</title>
		<link>http://ajacevedo.com/2013/rvm-multi-user-install/</link>
		<comments>http://ajacevedo.com/2013/rvm-multi-user-install/#comments</comments>
		<pubDate>Thu, 14 Feb 2013 21:03:26 +0000</pubDate>
		<dc:creator>AJ</dc:creator>
				<category><![CDATA[technology]]></category>
		<category><![CDATA[TOPICS]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://ajacevedo.com/?p=791</guid>
		<description><![CDATA[Here are the steps to install RVM as a multi-user install instead of ~/.rvm # Installed RVM as a multi-user install will install rvm into: /usr/local/rvm/ which also creates the group rvm $ curl -L https://get.rvm.io &#124; sudo bash -s stable $ source /etc/profile.d/rvm.sh You&#8217;ll also need to add your user(s) to the rvm group [...]]]></description>
		<wfw:commentRss>http://ajacevedo.com/2013/rvm-multi-user-install/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple ssh tunnel &#8211; SOCKS proxy</title>
		<link>http://ajacevedo.com/2012/socks-proxy/</link>
		<comments>http://ajacevedo.com/2012/socks-proxy/#comments</comments>
		<pubDate>Sat, 08 Dec 2012 21:36:03 +0000</pubDate>
		<dc:creator>AJ</dc:creator>
				<category><![CDATA[technology]]></category>
		<category><![CDATA[TOPICS]]></category>
		<category><![CDATA[proxy]]></category>
		<category><![CDATA[socks]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[tunnel]]></category>

		<guid isPermaLink="false">http://ajacevedo.com/?p=591</guid>
		<description><![CDATA[There are a lot of articles and blog post on the wild wild web about setting up a proxy or ssh tunnel on a Mac. All of the articles I&#8217;ve come across, complicate the process by either requiring browser configuration modifications, a half a dozen steps, and/or require additional software to be installed. A buddy [...]]]></description>
		<wfw:commentRss>http://ajacevedo.com/2012/socks-proxy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TextMate 2 is now open source on GitHub</title>
		<link>http://ajacevedo.com/2012/textmate-2-is-now-open-source-on-github/</link>
		<comments>http://ajacevedo.com/2012/textmate-2-is-now-open-source-on-github/#comments</comments>
		<pubDate>Sat, 11 Aug 2012 19:48:28 +0000</pubDate>
		<dc:creator>AJ</dc:creator>
				<category><![CDATA[technology]]></category>
		<category><![CDATA[TOPICS]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://ajacevedo.com/?p=584</guid>
		<description><![CDATA[The best text editor just got better! &#8220;The source for TextMate 2 is now available at GitHub under a GPL 3 license. There is an interview at Ars Technica that gives some background about what motivated this decision.&#8221; This is very exiting and I&#8217;ll be following the development closely.]]></description>
		<wfw:commentRss>http://ajacevedo.com/2012/textmate-2-is-now-open-source-on-github/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RailsInstaller for OS X Released!</title>
		<link>http://ajacevedo.com/2012/railsinstaller/</link>
		<comments>http://ajacevedo.com/2012/railsinstaller/#comments</comments>
		<pubDate>Wed, 06 Jun 2012 18:28:22 +0000</pubDate>
		<dc:creator>AJ</dc:creator>
				<category><![CDATA[technology]]></category>
		<category><![CDATA[TOPICS]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://ajacevedo.com/?p=575</guid>
		<description><![CDATA[Installing Rails on a Mac has been a very tedious and lengthy process for quite some time. Odds were, even if you followed one of the best step by step processes on the web, you were still faced with undesirable results caused by one of the dependencies (brew, git, gcc, rvm, ruby, Xcode, command line [...]]]></description>
		<wfw:commentRss>http://ajacevedo.com/2012/railsinstaller/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enable Spell Checking in code comments for TextMate 2</title>
		<link>http://ajacevedo.com/2012/enable-spell-checking-in-code-comments-for-textmate-2/</link>
		<comments>http://ajacevedo.com/2012/enable-spell-checking-in-code-comments-for-textmate-2/#comments</comments>
		<pubDate>Wed, 06 Jun 2012 16:39:59 +0000</pubDate>
		<dc:creator>AJ</dc:creator>
				<category><![CDATA[technology]]></category>
		<category><![CDATA[TOPICS]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://ajacevedo.com/?p=563</guid>
		<description><![CDATA[TextMate supports &#8216;Check Spelling as You Type&#8217; which works great for strings. but does not validate code comments. I have come across a lot of code with typos in the comments. The solution is simple. Create a Preference Item that checks spelling for all languages. Here&#8217;s how : 1. Go to: &#8216;Bundles&#8217; → &#8216;Edit Bundles&#8217; [...]]]></description>
		<wfw:commentRss>http://ajacevedo.com/2012/enable-spell-checking-in-code-comments-for-textmate-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>One email address for every account</title>
		<link>http://ajacevedo.com/2012/1email/</link>
		<comments>http://ajacevedo.com/2012/1email/#comments</comments>
		<pubDate>Sun, 20 May 2012 21:39:49 +0000</pubDate>
		<dc:creator>AJ</dc:creator>
				<category><![CDATA[blogging]]></category>
		<category><![CDATA[soapbox]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[TOPICS]]></category>

		<guid isPermaLink="false">http://ajacevedo.com/?p=557</guid>
		<description><![CDATA[There is a cool gmail trick that lets you use one email address as though it were several different addresses. Gmail lets you add “+something” to your mailbox name and still get your mail. For example, joe@gmail.com and joe+wordpress@gmail.com and joe+secretblog@gmail.com each look like different addresses to our system but they all route mail to [...]]]></description>
		<wfw:commentRss>http://ajacevedo.com/2012/1email/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How Geniuses Think</title>
		<link>http://ajacevedo.com/2012/how-geniuses-think/</link>
		<comments>http://ajacevedo.com/2012/how-geniuses-think/#comments</comments>
		<pubDate>Mon, 30 Apr 2012 17:34:58 +0000</pubDate>
		<dc:creator>AJ</dc:creator>
				<category><![CDATA[news]]></category>
		<category><![CDATA[soapbox]]></category>
		<category><![CDATA[TOPICS]]></category>

		<guid isPermaLink="false">http://ajacevedo.com/?p=548</guid>
		<description><![CDATA[&#8220;How do geniuses come up with ideas? What is common to the thinking style that produced &#8220;Mona Lisa,&#8221; as well as the one that spawned the theory of relativity? What characterizes the thinking strategies of the Einsteins, Edisons, daVincis, Darwins, Picassos, Michelangelos, Galileos, Freuds, and Mozarts of history? What can we learn from them?&#8221; FULL [...]]]></description>
		<wfw:commentRss>http://ajacevedo.com/2012/how-geniuses-think/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google&#8217;s Public Service Announcement &#8211; Good To Know</title>
		<link>http://ajacevedo.com/2012/google-good-to-know/</link>
		<comments>http://ajacevedo.com/2012/google-good-to-know/#comments</comments>
		<pubDate>Fri, 20 Jan 2012 05:38:33 +0000</pubDate>
		<dc:creator>AJ</dc:creator>
				<category><![CDATA[news]]></category>
		<category><![CDATA[soapbox]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[TOPICS]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://ajacevedo.com/?p=488</guid>
		<description><![CDATA[On my way home from work today I noticed a Google advertisement on the subway. Now I rarely pay much attention to subway advertisement. I&#8217;m either sleeping (yea that guy) reading a book or playing with my iPhone, though an ad from Google indeed caught my attention. Turns out it wasn&#8217;t advertisement at all. It [...]]]></description>
		<wfw:commentRss>http://ajacevedo.com/2012/google-good-to-know/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
