<?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>Sam&#039;s random musings &#187; Tools I Use</title>
	<atom:link href="http://blog.samdevore.com/archives/category/tools-i-use/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.samdevore.com</link>
	<description>The internet wanderings of a stay at home dad</description>
	<lastBuildDate>Sat, 24 Apr 2010 01:45:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='blog.samdevore.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
		<item>
		<title>Git and SVN Status in the Bash Prompt</title>
		<link>http://blog.samdevore.com/archives/2009/03/30/git-and-svn-status-in-the-bash-prompt/</link>
		<comments>http://blog.samdevore.com/archives/2009/03/30/git-and-svn-status-in-the-bash-prompt/#comments</comments>
		<pubDate>Tue, 31 Mar 2009 05:03:43 +0000</pubDate>
		<dc:creator>Sam</dc:creator>
				<category><![CDATA[Developer]]></category>
		<category><![CDATA[Tools I Use]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[subversion]]></category>
		<category><![CDATA[svn]]></category>
		<category><![CDATA[terminal]]></category>

		<guid isPermaLink="false">http://blog.samdevore.com/?p=1857</guid>
		<description><![CDATA[Git and SVN Status in the Bash Prompt


Put this into your ~/.bashrc script and you should see the Git/SVN status in your prompt if your working directory is a sandbox.

For SVN, it displays the current revision:

liyanage@primavera:foobar(r9851 *) $

For Git, it displays the current branch:

liyanage@primavera:build-entropy-php(php-53 *) $

For both, a * means that there are local changes [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.entropy.ch/blog/Developer/2009/03/30/Git-and-SVN-Status-in-the-Bash-Prompt.html">Git and SVN Status in the Bash Prompt</a></p>

<blockquote>
<p>Put this into your <code>~/.bashrc</code> script and you should see the Git/SVN status in your prompt if your working directory is a sandbox.</p>

<p>For SVN, it displays the current revision:</p>

<pre class="code">liyanage@primavera:foobar(r9851 *) $</pre>

<p>For Git, it displays the current branch:</p>

<pre class="code">liyanage@primavera:build-entropy-php(php-53 *) $</pre>

<p>For both, a <code>*</code> means that there are local changes to the working directory</p>
</blockquote>

<p>This is really a good trick if you do lots of work with repositories and want to know both what revision you are on and if there are changes&#8230;</p>

<p>(Via <a href="http://www.entropy.ch/blog/">www.entropy.ch blog</a>.)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.samdevore.com/archives/2009/03/30/git-and-svn-status-in-the-bash-prompt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[ws] Color Scheme Designer</title>
		<link>http://blog.samdevore.com/archives/2009/02/16/ws-color-scheme-designer/</link>
		<comments>http://blog.samdevore.com/archives/2009/02/16/ws-color-scheme-designer/#comments</comments>
		<pubDate>Tue, 17 Feb 2009 04:36:27 +0000</pubDate>
		<dc:creator>Sam</dc:creator>
				<category><![CDATA[Blogroll]]></category>
		<category><![CDATA[Tools I Use]]></category>
		<category><![CDATA[color]]></category>
		<category><![CDATA[design]]></category>

		<guid isPermaLink="false">http://blog.samdevore.com/?p=1833</guid>
		<description><![CDATA[[ws] Color Scheme Designer

Really great color picker that I found today


color vision deficiency support
mono, complement, triad, analogic, accented analogic
random fun
save schemes
color wheel
cool light page and dark page previews&#8230;

]]></description>
			<content:encoded><![CDATA[<p><a href="http://colorschemedesigner.com/">[ws] Color Scheme Designer</a></p>

<p>Really great color picker that I found today</p>

<ul>
<li>color vision deficiency support</li>
<li>mono, complement, triad, analogic, accented analogic</li>
<li>random fun</li>
<li>save schemes</li>
<li>color wheel</li>
<li>cool light page and dark page previews&#8230;</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.samdevore.com/archives/2009/02/16/ws-color-scheme-designer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tools &#124; MySQL Performance Blog</title>
		<link>http://blog.samdevore.com/archives/2008/05/31/tools-mysql-performance-blog/</link>
		<comments>http://blog.samdevore.com/archives/2008/05/31/tools-mysql-performance-blog/#comments</comments>
		<pubDate>Sun, 01 Jun 2008 03:31:24 +0000</pubDate>
		<dc:creator>Sam</dc:creator>
				<category><![CDATA[Tools I Use]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://blog.samdevore.com/?p=1631</guid>
		<description><![CDATA[Tools &#124; MySQL Performance Blog


This page contains links to various tools we found helpful to use in practice.
Some tools are written by us, others by third parties, yet another ones may be shipped with your operating system you just need to find they are there.


nice little collection of reminders
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.mysqlperformanceblog.com/tools/">Tools | MySQL Performance Blog</a></p>

<blockquote>
This page contains links to various tools we found helpful to use in practice.
Some tools are written by us, others by third parties, yet another ones may be shipped with your operating system you just need to find they are there.
</blockquote>

<p>nice little collection of reminders</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.samdevore.com/archives/2008/05/31/tools-mysql-performance-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>EXPLAIN Cheatsheet</title>
		<link>http://blog.samdevore.com/archives/2008/04/24/explain-cheatsheet/</link>
		<comments>http://blog.samdevore.com/archives/2008/04/24/explain-cheatsheet/#comments</comments>
		<pubDate>Fri, 25 Apr 2008 03:54:24 +0000</pubDate>
		<dc:creator>Sam</dc:creator>
				<category><![CDATA[Developer]]></category>
		<category><![CDATA[Tools I Use]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://blog.samdevore.com/?p=1604</guid>
		<description><![CDATA[EXPLAIN Cheatsheet


At the 2008 MySQL Conference and Expo, The Pythian Group gave away EXPLAIN cheatsheets.  They were very nice, printed in full color and laminated to ensure you can spill your coffee* on it and it will survive.



If you are thinking of hunting for some query speedups in mysql this might help  (now [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.pythian.com/blogs/960/explain-cheatsheet#comments">EXPLAIN Cheatsheet</a></p>

<blockquote>
<p>At the <A HREF="http://en.oreilly.com/mysql2008/">2008 MySQL Conference and Expo</A>, The Pythian Group gave away <code>EXPLAIN</code> cheatsheets.  They were very nice, printed in full color and laminated to ensure you can spill your coffee* on it and it will survive.</p>

</blockquote>

<p>If you are thinking of hunting for some query speedups in mysql this might help  (now don&#8217;t be premature <img src='http://blog.samdevore.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>

<p>(Via <a href="http://www.planetmysql.org/">Planet MySQL</a>.)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.samdevore.com/archives/2008/04/24/explain-cheatsheet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bandwidth throttling in OS X</title>
		<link>http://blog.samdevore.com/archives/2008/01/28/bandwidth-throttling-in-os-x/</link>
		<comments>http://blog.samdevore.com/archives/2008/01/28/bandwidth-throttling-in-os-x/#comments</comments>
		<pubDate>Mon, 28 Jan 2008 21:34:08 +0000</pubDate>
		<dc:creator>Sam</dc:creator>
				<category><![CDATA[Tools I Use]]></category>

		<guid isPermaLink="false">http://blog.samdevore.com/archives/2008/01/28/bandwidth-throttling-in-os-x/</guid>
		<description><![CDATA[&#60;

p>Bandwidth throttling in OS X

&#8220;Advanced OS X users know that Darwin comes with ipfw, which can be used to set up a custom firewall. This same service however can be used to also limit bandwidth on specific ports.

Not too hard but good for testing web services code and other things under bandwidth constrained environments.

(Via Mac [...]]]></description>
			<content:encoded><![CDATA[<p>&lt;</p>

<p>p><a href="http://feeds.macosxhints.com/~r/macosxhints/recent/~3/221050464/article.php">Bandwidth throttling in OS X</a></p>

<blockquote>&#8220;Advanced OS X users know that Darwin comes with <tt>ipfw</tt>, which can be used to set up a custom firewall. This same service however can be used to also limit bandwidth on specific ports.</blockquote>

<p>Not too hard but good for testing web services code and other things under bandwidth constrained environments.</p>

<p>(Via <a href="http://www.macosxhints.com">Mac OS X Hints</a>.)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.samdevore.com/archives/2008/01/28/bandwidth-throttling-in-os-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DTerm: give your Mac a little shell love</title>
		<link>http://blog.samdevore.com/archives/2008/01/28/dterm-give-your-mac-a-little-shell-love/</link>
		<comments>http://blog.samdevore.com/archives/2008/01/28/dterm-give-your-mac-a-little-shell-love/#comments</comments>
		<pubDate>Mon, 28 Jan 2008 21:32:35 +0000</pubDate>
		<dc:creator>Sam</dc:creator>
				<category><![CDATA[My Work]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tools I Use]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://blog.samdevore.com/archives/2008/01/28/dterm-give-your-mac-a-little-shell-love/</guid>
		<description><![CDATA[&#60;

p>DTerm: give your Mac a little shell love&#8221;

DTerm is a utility just released by Decimus Software Inc. It&#8217;s a Leopard-only app that provides a hotkey-triggered HUD which allows shell commands to be run from anywhere in OS X. In case you&#8217;re wondering why, just imagine what less window switching and screen clutter could mean for [...]]]></description>
			<content:encoded><![CDATA[<p>&lt;</p>

<p>p><a href="http://feeds.tuaw.com/~r/weblogsinc/tuaw/~3/214609290/">DTerm: give your Mac a little shell love&#8221;</a></p>

<blockquote><img vspace="8" hspace="8" border="0" align="right" alt="DTerm screenshot" src="http://www.blogsmithmedia.com/www.tuaw.com/media/2008/01/dtermshot.jpg" width='150' /><a href="http://www.decimus.net/dterm.php">DTerm</a> is a utility just released by Decimus Software Inc. It&#8217;s a Leopard-only app that provides a hotkey-triggered HUD which allows shell commands to be run from anywhere in OS X. In case you&#8217;re wondering why, just imagine what less window switching and screen clutter could mean for productivity on jobs that require both Finder and Terminal. Yes, you can do a lot with <a href="http://www.tuaw.com/tag/Quicksilver/">Quicksilver</a>, but DTerm provides bash name completion with a dropdown, context sensitivity to your current path and full output with clipboard features. You can also type âŒ˜-â†© in the HUD to run the command in the Terminal, which will open up to your current path.
</blockquote>

<p>This is a very addictive application for the geekiest around you.  Well not totally the geekiest, because they might not know what a ui is other then a terminal window&#8230;.</p>

<p>(Via <a href="http://www.tuaw.com">The Unofficial Apple Weblog (TUAW)</a>.)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.samdevore.com/archives/2008/01/28/dterm-give-your-mac-a-little-shell-love/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bingodisk and Strongspace: What Happened?</title>
		<link>http://blog.samdevore.com/archives/2008/01/28/bingodisk-and-strongspace-what-happened/</link>
		<comments>http://blog.samdevore.com/archives/2008/01/28/bingodisk-and-strongspace-what-happened/#comments</comments>
		<pubDate>Mon, 28 Jan 2008 21:20:36 +0000</pubDate>
		<dc:creator>Sam</dc:creator>
				<category><![CDATA[Code Development]]></category>
		<category><![CDATA[Developer]]></category>
		<category><![CDATA[My Work]]></category>
		<category><![CDATA[Products]]></category>
		<category><![CDATA[Tools I Use]]></category>

		<guid isPermaLink="false">http://blog.samdevore.com/archives/2008/01/28/bingodisk-and-strongspace-what-happened/</guid>
		<description><![CDATA[&#60;

p>Bingodisk and Strongspace: What Happened?

The past 10 days have not been the best days at Joyent. Bingodisk and Strongspace went off-line 12 Saturday. Bingodisk service was restored eight days later on 19 January. Strongspace limped back into service late 21 January, nearly ten days after it went off-line. Customers of these services are rightly outraged [...]]]></description>
			<content:encoded><![CDATA[<p>&lt;</p>

<p>p><a href="http://www.joyeur.com/2008/01/22/bingodisk-and-strongspace-what-happened">Bingodisk and Strongspace: What Happened?</a></p>

<blockquote>The past 10 days have not been the best days at Joyent. Bingodisk and Strongspace went off-line 12 Saturday. Bingodisk service was restored eight days later on 19 January. Strongspace limped back into service late 21 January, nearly ten days after it went off-line. Customers of these services are rightly outraged by the outage. While Strongspace and Bingodisk represent a very small fraction of Joyentâ€™s entire infrastructure, we understand how critical it is to many of you, and have been working and investing many, many hours to bring these services back on-line as expeditiously as possible. I apologize for the outages.</blockquote>

<p>This is an important read on a couple of fronts.</p>

<ul>
<li>it really helps one to understand the dangers of putting all your backup plans in a single &#8216;cool&#8217; technology</li>
<li>that the really hard part about a problem that requires restoration from a back up is the restoration</li>
<li>that this kind of transparency about a problem will probably go a long way for Joyeur.  </li>
</ul>

<p>It should be noted that I am the owner of a couple of lifetime plans with Joyeur and really like most of their services.</p>

<p>(Via <a href="http://www.joyeur.com/">Joyeur</a>.)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.samdevore.com/archives/2008/01/28/bingodisk-and-strongspace-what-happened/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Construct the Perfect Email Subject Line Â· The Cranking Widgets Blog</title>
		<link>http://blog.samdevore.com/archives/2007/11/28/how-to-construct-the-perfect-email-subject-line-%c2%b7-the-cranking-widgets-blog/</link>
		<comments>http://blog.samdevore.com/archives/2007/11/28/how-to-construct-the-perfect-email-subject-line-%c2%b7-the-cranking-widgets-blog/#comments</comments>
		<pubDate>Wed, 28 Nov 2007 23:22:46 +0000</pubDate>
		<dc:creator>Sam</dc:creator>
				<category><![CDATA[Education]]></category>
		<category><![CDATA[Tools I Use]]></category>

		<guid isPermaLink="false">http://blog.samdevore.com/archives/2007/11/28/how-to-construct-the-perfect-email-subject-line-%c2%b7-the-cranking-widgets-blog/</guid>
		<description><![CDATA[How to Construct the Perfect Email Subject Line Â· The Cranking Widgets Blog


  How many times have you received an email with a subject line that said something like â€œQuestionâ€ or â€œFYIâ€? Or, worse yet, had no subject at all? For all the millions of email messages that traverse the Internet every day, the [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.crankingwidgets.com/2007/06/04/email-subject/">How to Construct the Perfect Email Subject Line Â· The Cranking Widgets Blog</a></p>

<blockquote>
  <p>How many times have you received an email with a subject line that said something like â€œQuestionâ€ or â€œFYIâ€? Or, worse yet, had no subject at all? For all the millions of email messages that traverse the Internet every day, the ability to effectively formulate an indicative subject message seems to be fairly unimportant to most people. A quick skim of the last 100 or so email messages youâ€™ve received will likely support my claims.</p>
</blockquote>

<p>The minimum:
 * <strong>Use <em>keywords</em> like Question, Response, FYI</strong> or he says &#8217;spam&#8217; why the heck would I send spam?  and why would I read your email if you tell me it&#8217;s spam, I&#8217;m not some kind of Spam junkie, my sister in law is&#8230;
 * <strong><em>Briefly</em> describe the subject</strong>
 * <strong>Never leave the subject blank</strong></p>

<p>Now these are good, worth linking to in your .sig  but really, why do people need to be told this, it is maddening, why do people not at least <strong>describe</strong> in the subject.</p>

<p>how do I know it bugs me&#8230; I wrote about it before http://blog.samdevore.com/archives/2007/09/16/email-subjects-welcome-to-my-pet-peeve/</p>

<p>(Via <a href="http://blog.iwantsandy.com/sandys_blog/">Sandy&#8217;s Blog</a>.)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.samdevore.com/archives/2007/11/28/how-to-construct-the-perfect-email-subject-line-%c2%b7-the-cranking-widgets-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upgrading to WordPress 2.3 Dexter</title>
		<link>http://blog.samdevore.com/archives/2007/09/25/upgrading-to-wordpress-23-dexter/</link>
		<comments>http://blog.samdevore.com/archives/2007/09/25/upgrading-to-wordpress-23-dexter/#comments</comments>
		<pubDate>Tue, 25 Sep 2007 23:19:18 +0000</pubDate>
		<dc:creator>Sam</dc:creator>
				<category><![CDATA[Blogroll]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Tools I Use]]></category>

		<guid isPermaLink="false">http://blog.samdevore.com/archives/2007/09/25/upgrading-to-wordpress-23-dexter/</guid>
		<description><![CDATA[Upgrading to WordPress 2.3 Dexter:



The WordPress Development Blog has a good article on Preparing for 2.3

I particularly like the list of compatible and incompatible plugins
I also like the idea of switching your WordPress install to use Subversion for quick and painless updates


Blog Security has an article on 5-step Failsafe upgrade to Wordpress

This is slower but [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://weblogtoolscollection.com/archives/2007/09/25/upgrading-to-wordpress-23-dexter/">Upgrading to WordPress 2.3 Dexter</a>:</p>

<blockquote>
<ul>
<li>The WordPress Development Blog has a good article on <a href="http://wordpress.org/development/2007/09/preparing-for-23/">Preparing for 2.3</a>
<ul>
<li>I particularly like the <a href="http://codex.wordpress.org/Plugins/Plugin_Compatibility/2.3">list of compatible and incompatible plugins</a></li>
<li>I also like the idea of switching your <a href="http://codex.wordpress.org/Installing/Updating_WordPress_with_Subversion">WordPress install to use Subversion</a> for quick and painless updates</li>
</ul>
</li>
<li>Blog Security has an article on <a href="http://blogsecurity.net/wordpress/5-step-failsafe-upgrade-for-wordpress/">5-step Failsafe upgrade to Wordpress</a>
<ul>
<li>This is slower but it is much safer (and less service affecting) to create a local copy of your remote WordPress install and use the local copy to check for the problems</li>
</ul>
</li>
<li><a href="http://www.rawiriblundell.com/?p=597">First hand advice from rawiri</a> (I love his theme) on upgrading a live blog to 2.3
</li>
</ul>

</blockquote>

<p>(Via <a href="http://weblogtoolscollection.com">Weblog Tools Collection</a>.)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.samdevore.com/archives/2007/09/25/upgrading-to-wordpress-23-dexter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Heard of Hazel you should</title>
		<link>http://blog.samdevore.com/archives/2007/07/20/heard-of-hazel-you-should/</link>
		<comments>http://blog.samdevore.com/archives/2007/07/20/heard-of-hazel-you-should/#comments</comments>
		<pubDate>Sat, 21 Jul 2007 01:08:12 +0000</pubDate>
		<dc:creator>Sam</dc:creator>
				<category><![CDATA[Tools I Use]]></category>

		<guid isPermaLink="false">http://blog.samdevore.com/archives/2007/07/20/heard-of-hazel-you-should/</guid>
		<description><![CDATA[Hazel:



Hazel is a great app, works so well you don&#8217;t even know it&#8217;s running. There&#8217;s a new version on the horizon and let me tell you the beta is really good!

See http://blog.samdevore.com/archives/2007/06/26/a-kinkless-desktop/ for more insight into what it can do for you

(Via Noodlings.)
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.noodlesoft.com/hazel.html">Hazel</a>:</p>

<p><a href="http://www.noodlesoft.com/hazel.html" title="Hazel"><img src="http://www.noodlesoft.com/graphics/hazelbadgelolcatz.png" alt="Get Hazel" width="199" height=171" /></a></p>

<p>Hazel is a great app, works so well you don&#8217;t even know it&#8217;s running. There&#8217;s a new version on the horizon and let me tell you the beta is really good!</p>

<p>See http://blog.samdevore.com/archives/2007/06/26/a-kinkless-desktop/ for more insight into what it can do for you</p>

<p>(Via <a href="http://www.noodlesoft.com/blog">Noodlings</a>.)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.samdevore.com/archives/2007/07/20/heard-of-hazel-you-should/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
