<?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>blogwaffe</title>
	<atom:link href="http://blogwaffe.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogwaffe.com</link>
	<description>Witness the firepower of this fully armed and operational blog station</description>
	<lastBuildDate>Tue, 06 Mar 2012 19:59:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
		<item>
		<title>Welcome to Firefox 5.0.1</title>
		<link>http://blogwaffe.com/2011/07/25/welcome-to-firefox-5-0-1/</link>
		<comments>http://blogwaffe.com/2011/07/25/welcome-to-firefox-5-0-1/#comments</comments>
		<pubDate>Mon, 25 Jul 2011 18:09:04 +0000</pubDate>
		<dc:creator>MDA</dc:creator>
				<category><![CDATA[news]]></category>

		<guid isPermaLink="false">http://blogwaffe.com/?p=869</guid>
		<description><![CDATA[It All Ends Here!]]></description>
			<content:encoded><![CDATA[<p><em>It All Ends Here!</em></p>
<p><a href="http://blogwaffe.com/wp-content/uploads/blogwaffe/2011/07/FF-HP8.png"><img src="http://blogwaffe.com/wp-content/uploads/blogwaffe/2011/07/FF-HP8-300x143.png" alt="" title="FF HP8" width="300" height="143" class="aligncenter size-medium wp-image-870" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blogwaffe.com/2011/07/25/welcome-to-firefox-5-0-1/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>jrunscript on OS X</title>
		<link>http://blogwaffe.com/2011/01/25/jrunscript-on-os-x/</link>
		<comments>http://blogwaffe.com/2011/01/25/jrunscript-on-os-x/#comments</comments>
		<pubDate>Wed, 26 Jan 2011 06:08:58 +0000</pubDate>
		<dc:creator>MDA</dc:creator>
				<category><![CDATA[devel]]></category>

		<guid isPermaLink="false">http://blogwaffe.com/?p=849</guid>
		<description><![CDATA[I just found this handy utility. $ man jrunscript I&#8217;m using it to deobfuscate some JavaScript.]]></description>
			<content:encoded><![CDATA[<p>I just found this handy utility.</p>
<pre>$ <kbd>man jrunscript</kbd></pre>
<p>I&#8217;m using it to deobfuscate some JavaScript.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogwaffe.com/2011/01/25/jrunscript-on-os-x/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Prevent man, nano from Clearing Screen on Exit in Terminal.app</title>
		<link>http://blogwaffe.com/2011/01/13/prevent-man-nano-from-clearing-screen-on-exit-in-terminal-app/</link>
		<comments>http://blogwaffe.com/2011/01/13/prevent-man-nano-from-clearing-screen-on-exit-in-terminal-app/#comments</comments>
		<pubDate>Thu, 13 Jan 2011 20:42:39 +0000</pubDate>
		<dc:creator>MDA</dc:creator>
				<category><![CDATA[note to self]]></category>

		<guid isPermaLink="false">http://blogwaffe.com/?p=838</guid>
		<description><![CDATA[$ mkdir ~/.terminfo $ infocmp > ~/.terminfo/xterm-color-noclear.terminfo $ nano ~/.terminfo/xterm-color-noclear.terminfo # 1. Change 'xterm-color' on second line to 'xterm-color-noclear' # 2. Remove 'smcup' and 'rmcup' $ tic ~/.terminfo/xterm-color-noclear.terminfo $ export TERM=xterm-color-noclear # Add export line to .profile More info at: Synologic&#8217;s Stop gnome-terminal screen clear, Fix Log&#8217;s Stop gnome-terminal screen clear, and The Shallow Sky&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<pre>
$ mk<span></span>dir ~/.terminfo
$ infocmp > ~/.terminfo/xterm-color-noclear.terminfo
$ nano ~/.terminfo/xterm-color-noclear.terminfo
# 1. Change 'xterm-color' on second line to 'xterm-color-noclear'
# 2. Remove 'smcup' and 'rmcup'
$ tic ~/.terminfo/xterm-color-noclear.terminfo
$ export TERM=xterm-color-noclear
# Add export line to .profile
</pre>
<p>More info at: Synologic&#8217;s <a href="http://www.synalogic.ca/software/GNULinuxTips/?handler=software/GNULinuxTips/index&#038;action=showtip&#038;tipnumber=c067327be1696684790a66149ef77818">Stop gnome-terminal screen clear</a>, Fix Log&#8217;s <a href="http://fixlog.blogspot.com/2006/09/stop-gnome-terminal-screen-clear.html">Stop gnome-terminal screen clear</a>, and The Shallow Sky&#8217;s <a href="http://www.shallowsky.com/linux/noaltscreen.html">Exorcising the Evil Alternate Screen</a>.</p>
<h4>Update</h4>
<p>I had to turn this off since it was affecting s<span></span>sh terminals.  Will revisit.</p>
<pre>
$ <kbd>nano</kbd>
Error opening terminal: xterm-color-noclear.
</pre>
]]></content:encoded>
			<wfw:commentRss>http://blogwaffe.com/2011/01/13/prevent-man-nano-from-clearing-screen-on-exit-in-terminal-app/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Remap Exposé to the Option Key</title>
		<link>http://blogwaffe.com/2010/07/17/remap-expose-to-the-option-key/</link>
		<comments>http://blogwaffe.com/2010/07/17/remap-expose-to-the-option-key/#comments</comments>
		<pubDate>Sat, 17 Jul 2010 08:14:54 +0000</pubDate>
		<dc:creator>MDA</dc:creator>
				<category><![CDATA[note to self]]></category>

		<guid isPermaLink="false">http://blogwaffe.com/?p=805</guid>
		<description><![CDATA[Map Option_R to Enter. Map Enter (key 76) to Exposé.]]></description>
			<content:encoded><![CDATA[<ol>
<li><a href="http://pqrs.org/macosx/keyremap4macbook/">Map Option_R to Enter</a>.</li>
<li><a href="http://www.xlr8yourmac.com/tips/remap_function_keys.html">Map Enter (key 76) to Exposé</a>.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://blogwaffe.com/2010/07/17/remap-expose-to-the-option-key/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Newtons are Fruit and Cake</title>
		<link>http://blogwaffe.com/2010/04/11/newtons-are-fruit-and-cake/</link>
		<comments>http://blogwaffe.com/2010/04/11/newtons-are-fruit-and-cake/#comments</comments>
		<pubDate>Sun, 11 Apr 2010 20:17:06 +0000</pubDate>
		<dc:creator>MDA</dc:creator>
				<category><![CDATA[news]]></category>

		<guid isPermaLink="false">http://blogwaffe.com/?p=792</guid>
		<description><![CDATA[Or at least they were. From what I can tell from 13 seconds of research, Newtons started out life as chewy cookies (advertised by a creepy giant dancing fig), then became fruit and cake (advertised by british accented families), and are now back to being &#8220;just cookies&#8221;. Fruit and Cake 4LIFE!]]></description>
			<content:encoded><![CDATA[<p>Or at least they were.</p>
<p><a href="http://blogwaffe.com/wp-content/uploads/blogwaffe/2010/04/Chewy-Cookes-e1271014795534.jpg"><img src="http://blogwaffe.com/wp-content/uploads/blogwaffe/2010/04/Chewy-Cookes-e1271014795534-300x130.jpg" alt="Picture of Fig Newton Packaging - April 2010" title="Chewy Cookes" width="300" height="130" class="aligncenter size-medium wp-image-793" /></a></p>
<p>From what I can tell from 13 seconds of research, Newtons started out life as chewy cookies (advertised by a creepy giant dancing fig), then became fruit and cake (advertised by british accented families), and are now back to being &#8220;just cookies&#8221;.</p>
<p>Fruit and Cake 4LIFE!</p>
]]></content:encoded>
			<wfw:commentRss>http://blogwaffe.com/2010/04/11/newtons-are-fruit-and-cake/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>How much is that WordPress App in the Window?</title>
		<link>http://blogwaffe.com/2010/03/03/how-much-is-that-wordpress-app-in-the-window/</link>
		<comments>http://blogwaffe.com/2010/03/03/how-much-is-that-wordpress-app-in-the-window/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 22:11:50 +0000</pubDate>
		<dc:creator>MDA</dc:creator>
				<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blogwaffe.com/?p=786</guid>
		<description><![CDATA[It&#8217;s free! I saw this in the Pasadena, CA Apple Store back in January. That&#8217;s how fast I am at blogging. Get the WordPress iPhone App.]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s free!</p>
<p>I saw this in the Pasadena, CA Apple Store back in January.  That&#8217;s how fast I am at blogging.</p>
<p><a href="http://blogwaffe.com/wp-content/uploads/blogwaffe/2010/03/01162010016.jpg"><img src="http://blogwaffe.com/wp-content/uploads/blogwaffe/2010/03/01162010016-225x300.jpg" alt="WordPress iPhone App in Pasadena Apple Store" title="WordPress iPhone App" width="225" height="300" class="aligncenter size-medium wp-image-787" /></a></p>
<p><a href="http://itunes.com/app/wordpress2">Get the WordPress iPhone App</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogwaffe.com/2010/03/03/how-much-is-that-wordpress-app-in-the-window/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>An Open Letter to Web Developers on Percent-Encoding</title>
		<link>http://blogwaffe.com/2010/02/07/an-open-letter-to-web-developers-on-percent-encoding/</link>
		<comments>http://blogwaffe.com/2010/02/07/an-open-letter-to-web-developers-on-percent-encoding/#comments</comments>
		<pubDate>Sun, 07 Feb 2010 10:43:36 +0000</pubDate>
		<dc:creator>MDA</dc:creator>
				<category><![CDATA[news]]></category>

		<guid isPermaLink="false">http://blogwaffe.com/?p=719</guid>
		<description><![CDATA[Dear web developers, Please understand the difference between the encoding called for in application/x-www-form-urlencoded encoded data [1] and the encoding called for in URIs (and how that encoding applies to URIs in the http/https scheme). In particular, note the difference in how spaces are treated. The former encodes them as +, the later as %20. [...]]]></description>
			<content:encoded><![CDATA[<p>Dear web developers,</p>
<p>Please understand the difference between the encoding called for in <code><a href="http://www.w3.org/TR/html401/interact/forms.html#h-17.13.4.1">application/x-www-form-urlencoded</a></code> encoded data [<a id="foot-ref-719-1" href="#foot-719-1">1</a>] and the encoding called for in <a href="http://tools.ietf.org/html/rfc3986">URI</a>s (and how that encoding applies to URIs in the http/https scheme).</p>
<p>In particular, note the difference in how spaces are treated.  The former encodes them as <code>+</code>, the later as <code>%20</code>.</p>
<p>Understand also how your web server processes different pieces of URLs.  Pay particular attention to your web server&#8217;s treatment of plus signs.  <a href="http://php.net">PHP</a>, for example, interprets &#8220;<code>$_GET</code>&#8221; data (the data drawn from the query component of the URI) as though it were <code>application/x-www-form-urlencoded</code> and converts those plus signs to spaces [<a id="foot-ref-719-2" href="#foot-719-2">2</a>].</p>
<p>Now that you know that the different encoding methods encode spaces differently and that the different decoding methods decode pluses differently, make sure you&#8217;re being consistent.</p>
<p>Because when I type into your website my email address with its plus sign in it, I expect things to work.</p>
<p>Love,<br />
mdawaffe</p>
<p>[<span id="foot-719-1">1</span>] More details in <a href="http://www.w3.org/TR/html5/">HTML5</a>&#8216;s definition of the <a href="http://www.w3.org/TR/html5/forms.html#application-x-www-form-urlencoded-encoding-algorithm"><code> application/x-www-form-urlencoded</code> encoding algorithm</a>. <a href="#foot-ref-719-1">&#x2191;</a></p>
<p>[<span id="foot-719-2">2</span>] See the difference between <code><a href="http://php.net/manual/function.urlencode.php">urlencode()</a></code>/<code><a href="http://php.net/manual/function.urldecode.php">urldecode()</a></code> and <code><a href="http://php.net/manual/function.rawurlencode.php">rawurlencode()</a></code>/<code><a href="http://php.net/manual/function.rawurldecode.php">rawurldecode()</a></code>.  <code><a href="http://php.net/manual/function.parse-str.php">parse_str()</a></code> uses <code>urldecode()</code>.</p>
<p>Decoding the query component of the URI according to <code>application/x-www-form-urlencoded</code> is the logical thing to do, since the web server can&#8217;t tell the difference between a GET request generated by a form and one that isn&#8217;t (since user agents are not supposed to set a &#8220;<code><a href="http://tools.ietf.org/html/rfc2616#section-14.17">Content-Type</a>: application/x-www-form-urlencoded</code>&#8221; header when <a href="http://www.w3.org/TR/html5/forms.html#submit-mutate-action">submitting a form over http/https via the GET method</a>), but I can&#8217;t tell if converting pluses in the query part of the URI into spaces is <em>required</em>; I can&#8217;t find anything in the definition of the http URI scheme that says that plus signs are &#8220;delimiters&#8221; in the query component of the URI.  So I believe it to be an implementation-specific choice and therefore up for grabs depending on how you power your web server (PHP, ruby, .NET, etc.). <a href="#foot-ref-719-2">&#x2191;</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blogwaffe.com/2010/02/07/an-open-letter-to-web-developers-on-percent-encoding/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>PHP 5 + Apache 2 + MySQL 5 on OS X via MacPorts</title>
		<link>http://blogwaffe.com/2010/01/22/php-5-apache-2-mysql-5-on-os-x-via-macports/</link>
		<comments>http://blogwaffe.com/2010/01/22/php-5-apache-2-mysql-5-on-os-x-via-macports/#comments</comments>
		<pubDate>Fri, 22 Jan 2010 21:28:47 +0000</pubDate>
		<dc:creator>MDA</dc:creator>
				<category><![CDATA[note to self]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://blogwaffe.com/?p=702</guid>
		<description><![CDATA[# Displays all files in Finder. Optional: personal preference. $ defaults write com.apple.Finder AppleShowAllFiles YES # Relaunch Finder # Update MacPorts $ sudo port selfupdate $ sudo port -u upgrade outdated # Install MySQL $ sudo port install mysql5-server $ sudo port load mysql5-server $ sudo -u _mysql mysql_install_db5 $ sudo mysqld_safe5 &#038; $ sudo [...]]]></description>
			<content:encoded><![CDATA[<pre>
# Displays all files in Finder.  Optional: personal preference.
$ <kbd>defaults write com.apple.Finder AppleShowAllFiles YES</kbd>
# Relaunch Finder

# Update MacPorts
$ <kbd>sudo port selfupdate</kbd>
$ <kbd>sudo port -u upgrade outdated</kbd>

# Install MySQL
$ <kbd>sudo port install mysql5-server</kbd>
$ <kbd>sudo port load mysql5-server</kbd>
$ <kbd>sudo -u _mysql mysql_install_db5</kbd>
$ <kbd>sudo mysqld_safe5 &#038;</kbd>
$ <kbd>sudo /opt/local/lib/mysql5/bin/mysql_secure_installation</kbd>

# Install Apache, PHP (with PEAR), PHP MySQL bindings
$ <kbd>sudo port install apache2</kbd>
$ <kbd>sudo port install php5 +apache2 +pear</kbd>
$ <kbd>sudo port install php5-mysql</kbd>

# Configure Apache
# The following line may not be necessary
? <kbd>sudo cp /opt/local/apache2/conf/httpd.conf.sample  /opt/local/apache2/conf/httpd.conf</kbd>
$ <kbd>cd /opt/local/apache2/modules</kbd>
$ <kbd>sudo /opt/local/apache2/bin/apxs -a -e -n "php5" libphp5.so</kbd>
$ <kbd>sudo nano /opt/local/apache2/conf/httpd.conf</kbd>
# Set DirectoryIndex to:
# DirectoryIndex index.html index.php
#
# Change DocumentRoot to whatever (e.g. <kbd>/Users/michael/Sites</kbd>
#
# Change &lt;directory "{old DocumentRoot}"&gt; to &lt;directory "{new DocumentRoot}"&gt;
#
# In that &lt;directory "{new DocumentRoot}"&gt; section change to the following.
# Options Indexes FollowSymLinks MultiViews
# AllowOverride All
#
# In &lt;ifmodule mime_module&gt; section, add the following two lines
# <kbd>AddType application/x-httpd-php .php</kbd>
# <kbd>AddType application/x-httpd-php-source .phps</kbd>
#
$ <kbd>sudo port load apache2</kbd>

# Configure PHP
$ <kbd>sudo cp /opt/local/etc/php5/php.ini-development /opt/local/etc/php5/php.ini</kbd>
$ <kbd>sudo nano /opt/local/etc/php5/php.ini</kbd>
# set mysql.default_socket, mysqli.default_socket and pdo_mysql.default_socket to
# <kbd>/opt/local/var/run/mysql5/mysqld.sock</kbd>

# Start Apache
# Make sure System Preferences &rarr; Sharing &rarr; Web Sharing is turned off.
$ <kbd>sudo /opt/local/etc/LaunchDaemons/org.macports.apache2/apache2.wrapper start</kbd>
# You may get a window asking if httpd can accept incoming requests.  Approve it.

# Add DB and tables to MySQL for easy WordPress install
$ <kbd>mysql5 -u root -p</kbd>
&gt; <kbd>CREATE DATABASE database_name_here;</kbd>
&gt; <kbd>GRANT ALL PRIVILEGES ON database_name_here.* TO "username_here"@"localhost" IDENTIFIED BY "password_here";</kbd>
&gt; <kbd>FLUSH PRIVILEGES;</kbd>
&gt; <kbd>EXIT</kbd>

# Install and Configure phpMyAdmin (will need to restart Apache when done)
$ <kbd>sudo port install phpmyadmin</kbd>
$ <kbd>sudo nano /opt/local/apache2/conf/httpd.conf</kbd>
# Add section
# &lt;Directory "/opt/local/www/phpmyadmin/"&gt;
#     Options Indexes MultiViews
#     AllowOverride None
#     Order allow,deny
#     Allow from all
# &lt;/Directory&gt;
#
# In &lt;IfModule alias_module&gt; section add the following
# Alias /phpMyAdmin "/opt/local/www/phpmyadmin"

$ <kbd>sudo nano /opt/local/www/phpmyadmin/config.inc.php</kbd>
# See <a href="http://www.phpmyadmin.net/documentation/Documentation.html#config">http://www.phpmyadmin.net/documentation/Documentation.html#config</a>
# Fill in <code>$cfg['blowfish_secret']</code>
# Set <code>$cfg['Servers'][$i]['auth_type'] = '<kbd>config</kbd>';</code>
# Add <code>$cfg['Servers'][$i]['user'] = '<kbd>root</kbd>';</code>
# Add <code>$cfg['Servers'][$i]['password'] = '<kbd>{root password}</kbd>';</code>

$ <kbd>sudo /opt/local/apache2/bin/apachectl {start|restart|graceful|graceful-stop|stop}</kbd>
$ <kbd>sudo /opt/local/share/mysql5/mysql/mysql.server {start|stop|restart|reload|force-reload|status}</kbd>
</pre>
]]></content:encoded>
			<wfw:commentRss>http://blogwaffe.com/2010/01/22/php-5-apache-2-mysql-5-on-os-x-via-macports/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Hairectomy via SVN: Day 4</title>
		<link>http://blogwaffe.com/2009/12/20/hairectomy-via-svn-day-4/</link>
		<comments>http://blogwaffe.com/2009/12/20/hairectomy-via-svn-day-4/#comments</comments>
		<pubDate>Mon, 21 Dec 2009 07:59:06 +0000</pubDate>
		<dc:creator>MDA</dc:creator>
				<category><![CDATA[fashion]]></category>
		<category><![CDATA[hairectomy]]></category>

		<guid isPermaLink="false">http://blogwaffe.com/?p=697</guid>
		<description><![CDATA[Day 4: The Gorget Décapitée 2009-12-07T15:11$ for i in `svn pl -R * &#124; grep "hair:scalp"`; do sed -i '' 9,\$d $i; done 2009-12-07T15:11$ svn ci -m "Day 4: The Gorget Décapitée" Sending Scalp Transmitting file data ....... Committed revision 5. 2009-12-07T15:12$ ls -h]]></description>
			<content:encoded><![CDATA[<h4 id="day-2">Day 4: The Gorget Décapitée</h4>
<pre>2009-12-07T15:11$ <kbd>for i in `svn pl -R * | grep "hair:scalp"`; do sed -i '' 9,\$d $i; done</kbd>
2009-12-07T15:11$ <kbd>svn ci -m "Day 4: The Gorget Décapitée"</kbd>
<code>Sending        Scalp
Transmitting file data .......
Committed revision 5.</code>
2009-12-07T15:12$ <kbd>ls -h</kbd></pre>
<p><a href="http://blogwaffe.com/wp-content/uploads/blogwaffe/2009/12/The-Gorget-Décapitée.jpg"><img src="http://blogwaffe.com/wp-content/uploads/blogwaffe/2009/12/The-Gorget-Décapitée-225x300.jpg" alt="" title="The Gorget Décapitée" width="225" height="300" class="aligncenter size-medium wp-image-698" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blogwaffe.com/2009/12/20/hairectomy-via-svn-day-4/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Hairectomy via SVN: Day 3</title>
		<link>http://blogwaffe.com/2009/11/30/hairectomy-via-svn-day-3/</link>
		<comments>http://blogwaffe.com/2009/11/30/hairectomy-via-svn-day-3/#comments</comments>
		<pubDate>Tue, 01 Dec 2009 03:05:13 +0000</pubDate>
		<dc:creator>MDA</dc:creator>
				<category><![CDATA[fashion]]></category>
		<category><![CDATA[hairectomy]]></category>

		<guid isPermaLink="false">http://blogwaffe.com/?p=682</guid>
		<description><![CDATA[Day 3: The Gorget 2009-11-30T17:05$ for i in `svn pl -R * &#124; grep "hair:facial"`; do svn del $i; done D Goatee D Sideburns Rampant 2009-11-30T17:05$ svn ci -m "Day 3: The Gorget" Deleting Goatee Deleting Sideburns Rampant Transmitting file data . Committed revision 4. 2009-11-30T17:06$ ls -h]]></description>
			<content:encoded><![CDATA[<h4 id="day-2">Day 3: The Gorget</h4>
<pre>2009-11-30T17:05$ <kbd>for i in `svn pl -R * | grep "hair:facial"`; do svn del $i; done</kbd>
<code>D         Goatee</code>
<code>D         Sideburns Rampant</code>
2009-11-30T17:05$ <kbd>svn ci -m "Day 3: The Gorget"</kbd>
<code>Deleting       Goatee
Deleting       Sideburns Rampant
Transmitting file data .
Committed revision 4.</code>
2009-11-30T17:06$ <kbd>ls -h</kbd></pre>
<p><a href="http://blogwaffe.com/2009/11/30/hairectomy-via-svn-day-3/the-gorget/" rel="attachment wp-att-684"><img src="http://blogwaffe.com/wp-content/uploads/blogwaffe/2009/11/The-Gorget-225x300.jpg" alt="The Gorget" title="The Gorget" width="225" height="300" class="aligncenter size-medium wp-image-684" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blogwaffe.com/2009/11/30/hairectomy-via-svn-day-3/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

