<?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>Matt Robinson &#187; Recommended Stuff</title>
	<atom:link href="http://www.mattrobinson.net/category/recommended-stuff/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mattrobinson.net</link>
	<description>Nerding Out Since the Distant Future</description>
	<lastBuildDate>Mon, 12 Jul 2010 14:56:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Passpack &#8211; Password Management Made Awesome</title>
		<link>http://www.mattrobinson.net/2009/10/22/passpack/</link>
		<comments>http://www.mattrobinson.net/2009/10/22/passpack/#comments</comments>
		<pubDate>Thu, 22 Oct 2009 08:10:08 +0000</pubDate>
		<dc:creator>mattr</dc:creator>
				<category><![CDATA[Recommended Stuff]]></category>
		<category><![CDATA[cool]]></category>
		<category><![CDATA[helpful]]></category>
		<category><![CDATA[recommended]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.mattrobinson.net/2009/10/22/passpack/</guid>
		<description><![CDATA[Keeping track of passwords has been a pain &#8211; until I found Passpack.  Passpack is a free, online password manager that I&#8217;ve been using for over a year now to keep track of most of my passwords.
Security
Storing passwords online might set of some security warning bells in your head since you&#8217;ll have all your passwords [...]]]></description>
			<content:encoded><![CDATA[<p>Keeping track of passwords has been a pain &#8211; until I found <a href="http://www.passpack.com/">Passpack</a>.  Passpack is a free, online password manager that I&#8217;ve been using for over a year now to keep track of most of my passwords.</p>
<h3>Security</h3>
<p>Storing passwords online might set of some security warning bells in your head since you&#8217;ll have all your passwords in one place, somewhere any could try to get to, but I&#8217;ve &lt;a href=&#8221;<a href="http://www.passpack.com/en/security/" target="_blank">http://www.passpack.com/en/security/</a>&#8220;&gt;convinced myself&lt;/a&gt; that using Passpack is safe and that they take security very seriously.  Your password data is never sent anywhere unencrypted, meaning not even Passpack programmers could access your data.  This means you have a login that does get sent to Passpack to access your account, but to &#8216;unpack&#8217; your data you have to type in another password they call your Packing Key.  </p>
<p>Another security benefit is that now I don&#8217;t reuse passwords like I used to.  Trying to remember all the logins and passwords for all the websites I go to used to be such a hassle that I just used the same 2 or 3 passwords for everything.  Passpack even has a nifty password generator that I used to create stronger passwords.</p>
<h3>Access</h3>
<p>I was a bit worried initially about what might happen if Passpack was down (I&#8217;ve never seen it happen) or if I lost my internet connection, but they have all sorts of offline options including a simple export (which you&#8217;ll want to encrypt if you&#8217;re storing it locally) and Google Gears.  I haven&#8217;t had a problem with getting Passpack from anywhere yet, but it&#8217;s nice to know that if I did I would have backup.</p>
<h3>Ease of Use</h3>
<p>Besides storing your passwords online, they make it ridiculously easy to login places.  They have a button that you can add to your browser toolbar that automatically logs you into websites that Passpack knows your password for.  It saves you from having to copy and paste stuff all over the place, although they make that easier too with one click copy to the clipboard without ever showing your username or password on the screen so you don&#8217;t have to worry about anyone shoulder surfing your info.</p>
<p>Besides all this, there&#8217;s some new features they offer that I don&#8217;t even take advantage of like secure message sending, and the ability to share passwords between accounts.  </p>
<p>Passpack is now one of the first sites that I open when I start a browsing session.  Perhaps one day <a href="http://www.openid.net">OpenID</a> or something like it will be ubiquitous and I won&#8217;t need so many passwords, but until then some sort of tool like this to help is essential.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mattrobinson.net/2009/10/22/passpack/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Put Your rc, Config Files and More Under Source Control</title>
		<link>http://www.mattrobinson.net/2009/06/21/put-your-rc-config-files-and-more-under-source-control/</link>
		<comments>http://www.mattrobinson.net/2009/06/21/put-your-rc-config-files-and-more-under-source-control/#comments</comments>
		<pubDate>Mon, 22 Jun 2009 02:08:07 +0000</pubDate>
		<dc:creator>mattr</dc:creator>
				<category><![CDATA[Recommended Stuff]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[config]]></category>
		<category><![CDATA[git]]></category>

		<guid isPermaLink="false">http://www.mattrobinson.net/?p=33</guid>
		<description><![CDATA[I&#8217;ve been working on more and more computers lately, and I was getting tired of my favorite bash and editor shortcuts not being available between the different machines.  I finally took some good advice I heard a while back and put my config files under source control, and it&#8217;s been one of the best [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been working on more and more computers lately, and I was getting tired of my favorite bash and editor shortcuts not being available between the different machines.  I finally took some good advice I heard a while back and put my config files under source control, and it&#8217;s been one of the best tips I&#8217;ve followed in some time.</p>
<p>The way I&#8217;ve done it is to use <a href="http://www.github.com/mmrobins">GitHub</a> to store my config files, so anyone else is free to take a look if they want to see how I&#8217;ve got vim, bash, screen, readline, ruby&#8217;s irb or other things configured.  However, the biggest benefit is that I can quickly get a new machine customized with all my favorite settings just by doing a checkout (clone in git) into my home directory on the new machine.  From there I&#8217;ve got a little script I run called &#8216;create_symlinks&#8217; that backs up the old config files before overwriting them with symlinks that point to the files in my checkout.  That way, whenever I update my repository, the files are automatically current.</p>
<p>This has been immensely helpful in taking the tricks I learn at work and easily incorporating them at home or on any remote server I have to do work.  If I add something new and cool to my vimrc at work, I just have to remember to commit it and push the changes to GitHub before I head home, and then I can continue working from home without having to remember whatever command I just automated.</p>
<p>I&#8217;ve even heard of people who go so far as to put their whole home directories under version control as a way of not only moving files around, but as a way of doing backups.  That seems overkill to me, but it&#8217;s worth thinking about what sorts of files we move around a lot might be easily moved and backed up using a source control system like git or SVN.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mattrobinson.net/2009/06/21/put-your-rc-config-files-and-more-under-source-control/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
