<?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/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
>

<channel>
	<title>One Hit Wonder</title>
	<atom:link href="http://blog.digitalbias.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.digitalbias.com</link>
	<description>Exploring, Innovating, Playing</description>
	<lastBuildDate>Fri, 20 Aug 2010 19:41:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<!-- podcast_generator="podPress/8.8" - maintenance_release="8.8.6" -->
	<copyright>2006-2007 </copyright>
	<managingEditor>mitchelld@acm.org (One Hit Wonder)</managingEditor>
	<webMaster>mitchelld@acm.org (One Hit Wonder)</webMaster>
	<category>posts</category>
	<image>
		<url>http://blog.digitalbias.com/wp-content/plugins/podpress/images/powered_by_podpress.jpg</url>
		<title>One Hit Wonder</title>
		<link>http://blog.digitalbias.com</link>
		<width>144</width>
		<height>144</height>
	</image>
	<itunes:subtitle></itunes:subtitle>
	<itunes:summary>Exploring, Innovating, Playing</itunes:summary>
	<itunes:keywords></itunes:keywords>
	<itunes:category text="Society &amp; Culture" />
	<itunes:author>One Hit Wonder</itunes:author>
	<itunes:owner>
		<itunes:name>One Hit Wonder</itunes:name>
		<itunes:email>mitchelld@acm.org</itunes:email>
	</itunes:owner>
	<itunes:block>no</itunes:block>
	<itunes:explicit>no</itunes:explicit>
	<itunes:image href="http://blog.digitalbias.com/wp-content/plugins/podpress/images/powered_by_podpress_large.jpg" />
		<item>
		<title>Scriptures for Android</title>
		<link>http://blog.digitalbias.com/2010/08/20/scriptures-for-android/</link>
		<comments>http://blog.digitalbias.com/2010/08/20/scriptures-for-android/#comments</comments>
		<pubDate>Fri, 20 Aug 2010 19:41:50 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Announcements]]></category>

		<guid isPermaLink="false">http://blog.digitalbias.com/?p=294</guid>
		<description><![CDATA[Some people may have noticed that the Scriptures application that was on the Android market has been removed. I&#8217;ve been thinking about this move for a long time and realized that I just haven&#8217;t had the time to devote to it like it deserves. In addition to the lack of time for the application, I&#8217;m [...]]]></description>
			<content:encoded><![CDATA[<p>Some people may have noticed that the Scriptures application that was on the Android market has been removed. I&#8217;ve been thinking about this move for a long time and realized that I just haven&#8217;t had the time to devote to it like it deserves.</p>
<p>In addition to the lack of time for the application, I&#8217;m also impressed with the Gospel Library published by the LDS church. Granted they don&#8217;t have a lot of releases, however they have a great deal more features then what is provided by the Scriptures application. </p>
<p>The last thing I have considered is open sourcing the application. If there are people interested in working on the application or even just learning from some of what went into the application I could consider publishing it on a code site like github, however I&#8217;m not keen on somebody taking it over and then using it to earn money from it, so I haven&#8217;t released it anywhere yet. So, if you are interested in it at all, drop me a line.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.digitalbias.com/2010/08/20/scriptures-for-android/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rails with jQuery and Prototype</title>
		<link>http://blog.digitalbias.com/2010/08/20/rails-with-jquery-and-prototype/</link>
		<comments>http://blog.digitalbias.com/2010/08/20/rails-with-jquery-and-prototype/#comments</comments>
		<pubDate>Fri, 20 Aug 2010 19:33:00 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://blog.digitalbias.com/?p=288</guid>
		<description><![CDATA[I found out about jQuery today when I watched this weeks railscast, and thought it was a much better date picker than what I have been using so far, but I had a couple challenges when trying to use it right off. In my app I also use prototype, which uses the $ function&#8230;just like [...]]]></description>
			<content:encoded><![CDATA[<p>I found out about jQuery today when I watched this weeks railscast, and thought it was a much better date picker than what I have been using so far, but I had a couple challenges when trying to use it right off.</p>
<p>In my app I also use prototype, which uses the $ function&#8230;just like jQuery. Fortunately there is a work around. All that is needed is a simple javascript in the header. Something like this should work well:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="javascript" style="font-family:monospace;">  <span style="color: #003366; font-weight: bold;">var</span> $j <span style="color: #339933;">=</span> jQuery.<span style="color: #660066;">noConflict</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></td></tr></table></div>

<p>That then allows you to use both jquery as well as prototype in the same application. Anywhere you need to use jquery instead of doing a $() you use use $j instead.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.digitalbias.com/2010/08/20/rails-with-jquery-and-prototype/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A linguistic experiment</title>
		<link>http://blog.digitalbias.com/2010/05/10/a-linguistic-experiment/</link>
		<comments>http://blog.digitalbias.com/2010/05/10/a-linguistic-experiment/#comments</comments>
		<pubDate>Mon, 10 May 2010 20:39:46 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.digitalbias.com/?p=280</guid>
		<description><![CDATA[A friend of mine sent me this email and hopes to see what happens with this new word he has created. Not that I believe that the creation of a word will bring a unique event in the future, but I think word&#8217;s propagation on the net is an interesting experiment to say the least. His email follows: I [...]]]></description>
			<content:encoded><![CDATA[<p>A friend of mine sent me this email and hopes to see what happens with this new word he has created. Not that I believe that the creation of a word will bring a unique event in the future, but I think word&#8217;s propagation on the net is an interesting experiment to say the least.</p>
<p>His email follows:</p>
<blockquote><p>I would like each of you to participate in a linguistics experiment.<br />
I propose creating a new word, one which hits on a Google search of less than 20, mainly due to random letter arrangements.</p>
<p>The purpose of this experiment will be to create a global awareness of a new word in as little time as possible.</p>
<p>We will create a new word, create a definition of this new word, and then release it into the wilds of the infospace, rather like a semantic virus.</p>
<p>Then we will each use this word, at least once in a blog post or email or comment on an article or blog on the web. The spread of the use of the the term is the intent so a high frequency of usage is suggested. The simple reposting of this email will suffice.</p>
<p>We will then watch how quickly, or not, the word becomes prevalent in the linguistic maze that is the web.</p>
<p>Each week I will send a Google search count update to this list.</p>
<p>~~~</p>
<p>* The first word I propose is &#8220;leximize&#8221; which is to maximize the lexical exposure of a word.</p>
<p>As of this moment (5/10/2010 8:30 AM PST) there are 5 hits on the quoted word &#8220;leximize&#8221;, none of which have legitimate meaning.</p>
<p>~~~</p>
<p>I would also like to attach a future event to this word. The concept of this event will infiltrate the consciousness of the netmind bleeding out into the memespeak of the mainstream media. The purpose of attaching a fabricated event is to determine if we have any influence, to any degree possible, on the event and date in question; if in nothing more than the escalation of anticipation of the proposed date and event, simply through awareness.</p>
<p>* The spring equinox 2013 (March 21, 2013) will mark this event&#8217;s horizon.<br />
* This event will entail the the joining of hands of multiple, long time national rivals and the collapse of physical, political and cultural barriers.<br />
* At this point in time not only will these nations build a neoleague but newly constructed terms to describe the event will have been leximized.</p>
<p>~~~</p>
<p>Your participation is welcome in this experiment.</p>
<p>I urge you to reformulate the content in this email, to create a names to commemorate this event, to create your own neoleague terms and to send this email on to whomever you believe will find this experiment entertaining.</p>
<p>This experiment has officially begun!</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://blog.digitalbias.com/2010/05/10/a-linguistic-experiment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Fun Theory</title>
		<link>http://blog.digitalbias.com/2010/03/11/the-fun-theory/</link>
		<comments>http://blog.digitalbias.com/2010/03/11/the-fun-theory/#comments</comments>
		<pubDate>Thu, 11 Mar 2010 14:10:44 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.digitalbias.com/?p=278</guid>
		<description><![CDATA[The Fun Theory has some great videos on ways to make ordinary stuff fun.]]></description>
			<content:encoded><![CDATA[<p><a href="http://thefuntheory.com/">The Fun Theory</a> has some great videos on ways to make ordinary stuff fun.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.digitalbias.com/2010/03/11/the-fun-theory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scrptures 0.4.1</title>
		<link>http://blog.digitalbias.com/2010/01/09/scrptures-0-4-1/</link>
		<comments>http://blog.digitalbias.com/2010/01/09/scrptures-0-4-1/#comments</comments>
		<pubDate>Sun, 10 Jan 2010 00:34:02 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Faith]]></category>

		<guid isPermaLink="false">http://blog.digitalbias.com/?p=276</guid>
		<description><![CDATA[Just a couple of changes to the manifest file so the application shows up on the market for some versions of the OS. It normally showed up for 1.6, but anything later it should not have. That has now changed. 0.4.0 also included a change that allowed for searches. Just press the search button on your [...]]]></description>
			<content:encoded><![CDATA[<p>Just a couple of changes to the manifest file so the application shows up on the market for some versions of the OS. It normally showed up for 1.6, but anything later it should not have. That has now changed. 0.4.0 also included a change that allowed for searches. Just press the search button on your phone and it will look for the EXACT PHRASE you type in. You must include punctuation as well.</p>
<p>Download it <a href="http://blog.digitalbias.com/wp-content/uploads/2010/01/scriptures-041.apk">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.digitalbias.com/2010/01/09/scrptures-0-4-1/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Zealots</title>
		<link>http://blog.digitalbias.com/2009/11/14/zealots/</link>
		<comments>http://blog.digitalbias.com/2009/11/14/zealots/#comments</comments>
		<pubDate>Sun, 15 Nov 2009 00:05:50 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Games]]></category>

		<guid isPermaLink="false">http://blog.digitalbias.com/?p=271</guid>
		<description><![CDATA[I finished these figures a couple weeks ago and finally got around to taking a picture of them. Not the best pictures, but they will have to do for now.]]></description>
			<content:encoded><![CDATA[<p>I finished these figures a couple weeks ago and finally got around to taking a picture of them. Not the best pictures, but they will have to do for now.<br />
<a href="http://blog.digitalbias.com/wp-content/uploads/2009/11/103_2795.JPG"><img class="alignnone size-full wp-image-272" title="Zealot Priest" src="http://blog.digitalbias.com/wp-content/uploads/2009/11/103_2795.JPG" alt="Zealot Priest" width="245" height="184" /></a></p>
<p><a href="http://blog.digitalbias.com/wp-content/uploads/2009/11/103_2795.JPG"></a><br />
<a href="http://blog.digitalbias.com/wp-content/uploads/2009/11/103_2794.JPG"><img class="alignnone size-full wp-image-273" title="Zealots" src="http://blog.digitalbias.com/wp-content/uploads/2009/11/103_2794.JPG" alt="Zealots" width="245" height="184" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.digitalbias.com/2009/11/14/zealots/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Health Care Vote Results</title>
		<link>http://blog.digitalbias.com/2009/11/09/health-care-vote-results/</link>
		<comments>http://blog.digitalbias.com/2009/11/09/health-care-vote-results/#comments</comments>
		<pubDate>Mon, 09 Nov 2009 15:30:20 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Politics]]></category>

		<guid isPermaLink="false">http://blog.digitalbias.com/?p=269</guid>
		<description><![CDATA[If you are interested to see how the vote on the last minute amendment went as well as the actual bill in the house. No matter what your opinion is on the bill, it&#8217;s worth knowing how your representative voted.]]></description>
			<content:encoded><![CDATA[<p>If you are interested to see how the vote on the last minute <a href="http://clerk.house.gov/evs/2009/roll885.xml">amendment</a> went as well as the <a href="http://clerk.house.gov/evs/2009/roll887.xml">actual bill</a> in the house. No matter what your opinion is on the bill, it&#8217;s worth knowing how your representative voted.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.digitalbias.com/2009/11/09/health-care-vote-results/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cucumber</title>
		<link>http://blog.digitalbias.com/2009/09/03/cucumber/</link>
		<comments>http://blog.digitalbias.com/2009/09/03/cucumber/#comments</comments>
		<pubDate>Fri, 04 Sep 2009 03:43:22 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://blog.digitalbias.com/?p=261</guid>
		<description><![CDATA[Cucumber is a fairly easy BDD tool that I&#8217;ve been using for the last month or so, but there have been a couple things I&#8217;ve had to learn on my own to make some of the webrat stuff work, so I thought I&#8217;d share one instance of what I&#8217;ve been doing. To start, lets show [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://cukes.info/">Cucumber</a> is a fairly easy BDD tool that I&#8217;ve been using for the last month or so, but there have been a couple things I&#8217;ve had to learn on my own to make some of the webrat stuff work, so I thought I&#8217;d share one instance of what I&#8217;ve been doing.</p>
<p>To start, lets show the feature. I&#8217;ll go through each line one at a time.</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
</pre></td><td class="code"><pre class="cucumber" style="font-family:monospace;">    Scenario: Create a new style from scratch
        Given I have logged in as &quot;testuser&quot;
        And I am on the style creation page
        And I fill in the fields
            | unit_style_code        | S100  |
            | unit_style_description | A simple floorplan |
            | unit_style_square_feet | 100.0 |
            | unit_style_price       | 1000.0 |
        When I press &quot;Save&quot;
        Then with the latest unit_style
        Then I should be on the edit style page for that unit_style
        Then the &quot;unit_style[code]&quot; field should contain &quot;S100&quot;
        Then the &quot;unit_style[description]&quot; field should contain &quot;A simple floorplan&quot;
        Then the &quot;unit_style[square_feet]&quot; field should contain &quot;100.00&quot;
        Then the &quot;unit_style[price]&quot; field should contain &quot;1000.00&quot;</pre></td></tr></table></div>

<p>Line 2: This one was tricky. I&#8217;m using restful authentication for rails and I&#8217;m using users already created with dummy/test account information for testing purposes. The &#8220;I have logged in as&#8221; step does all the logging in steps. Getting through all that is another posts (one shorter than this one tho).</p>
<p>Line 3: Just create the mapping for &#8220;the style creation page&#8221; in /features/support/path.rb</p>
<p>Line 4-8: In /features/step_definitions/webrat_steps.rb, I put in the following code:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
</pre></td><td class="code"><pre class="ruby" style="font-family:monospace;"><span style="color:#9966CC; font-weight:bold;">When</span> <span style="color:#006600; font-weight:bold;">/</span>^I fill <span style="color:#9966CC; font-weight:bold;">in</span> the fields$<span style="color:#006600; font-weight:bold;">/</span> <span style="color:#9966CC; font-weight:bold;">do</span> <span style="color:#006600; font-weight:bold;">|</span>table<span style="color:#006600; font-weight:bold;">|</span>
  table.<span style="color:#9900CC;">raw</span>.<span style="color:#9900CC;">each</span> <span style="color:#9966CC; font-weight:bold;">do</span> <span style="color:#006600; font-weight:bold;">|</span>row<span style="color:#006600; font-weight:bold;">|</span>
    fill_in<span style="color:#006600; font-weight:bold;">&#40;</span>row<span style="color:#006600; font-weight:bold;">&#91;</span><span style="color:#006666;">0</span><span style="color:#006600; font-weight:bold;">&#93;</span>, <span style="color:#ff3333; font-weight:bold;">:with</span> <span style="color:#006600; font-weight:bold;">=&gt;</span> row<span style="color:#006600; font-weight:bold;">&#91;</span><span style="color:#006666;">1</span><span style="color:#006600; font-weight:bold;">&#93;</span><span style="color:#006600; font-weight:bold;">&#41;</span>
  <span style="color:#9966CC; font-weight:bold;">end</span>
<span style="color:#9966CC; font-weight:bold;">end</span></pre></td></tr></table></div>

<p>Line 9: &#8220;Save&#8221; is the name of the submit button. The &#8220;I press&#8221; step is already in the generated webrat_steps.rb</p>
<p>Line 10: I created a unit_style_steps.rb, which contains:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
</pre></td><td class="code"><pre class="ruby" style="font-family:monospace;"><span style="color:#9966CC; font-weight:bold;">Then</span> <span style="color:#006600; font-weight:bold;">/</span>^with the latest unit_style$<span style="color:#006600; font-weight:bold;">/</span> <span style="color:#9966CC; font-weight:bold;">do</span>
  <span style="color:#0066ff; font-weight:bold;">@unit_style</span> = UnitStyle.<span style="color:#9900CC;">find</span><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#ff3333; font-weight:bold;">:last</span><span style="color:#006600; font-weight:bold;">&#41;</span>
<span style="color:#9966CC; font-weight:bold;">end</span></pre></td></tr></table></div>

<p>Line 11: Again, back to path.rb, this time I added the following:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
</pre></td><td class="code"><pre class="ruby" style="font-family:monospace;">    <span style="color:#9966CC; font-weight:bold;">when</span> <span style="color:#006600; font-weight:bold;">/</span>the edit style page <span style="color:#9966CC; font-weight:bold;">for</span> that unit_style<span style="color:#006600; font-weight:bold;">/</span>
      <span style="color:#996600;">&quot;/housing/engineering/edit_style/&quot;</span> <span style="color:#006600; font-weight:bold;">+</span> <span style="color:#0066ff; font-weight:bold;">@unit_style</span>.<span style="color:#9900CC;">id</span>.<span style="color:#9900CC;">to_s</span></pre></td></tr></table></div>

<p>Line 12-15: This is where I was having problems. The generated webrat_steps had the following for it:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
</pre></td><td class="code"><pre class="ruby" style="font-family:monospace;"><span style="color:#9966CC; font-weight:bold;">Then</span> <span style="color:#006600; font-weight:bold;">/</span>^the <span style="color:#996600;">&quot;([^<span style="color:#000099;">\&quot;</span>]*)&quot;</span> field should contain <span style="color:#996600;">&quot;([^<span style="color:#000099;">\&quot;</span>]*)&quot;</span>$<span style="color:#006600; font-weight:bold;">/</span> <span style="color:#9966CC; font-weight:bold;">do</span> <span style="color:#006600; font-weight:bold;">|</span>field, value<span style="color:#006600; font-weight:bold;">|</span>
  field_labeled<span style="color:#006600; font-weight:bold;">&#40;</span>field<span style="color:#006600; font-weight:bold;">&#41;</span>.<span style="color:#9900CC;">value</span>.<span style="color:#9900CC;">should</span> =~ <span style="color:#006600; font-weight:bold;">/</span><span style="color:#008000; font-style:italic;">#{value}/</span>
<span style="color:#9966CC; font-weight:bold;">end</span></pre></td></tr></table></div>

<p>But it wasn&#8217;t finding the fields correctly. So after using the save_and_open webrat function (now another method in my webrat_steps) I was able to determine that the fields were there and that they had the correct information in them. Webrat just was not finding them. After a bit more digging I found the file_named function, and now, the step looks like this:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
</pre></td><td class="code"><pre class="ruby" style="font-family:monospace;"><span style="color:#9966CC; font-weight:bold;">Then</span> <span style="color:#006600; font-weight:bold;">/</span>^the <span style="color:#996600;">&quot;([^<span style="color:#000099;">\&quot;</span>]*)&quot;</span> field should contain <span style="color:#996600;">&quot;([^<span style="color:#000099;">\&quot;</span>]*)&quot;</span>$<span style="color:#006600; font-weight:bold;">/</span> <span style="color:#9966CC; font-weight:bold;">do</span> <span style="color:#006600; font-weight:bold;">|</span>field, value<span style="color:#006600; font-weight:bold;">|</span>
  field_named<span style="color:#006600; font-weight:bold;">&#40;</span>field<span style="color:#006600; font-weight:bold;">&#41;</span>.<span style="color:#9900CC;">value</span>.<span style="color:#9900CC;">should</span> =~ <span style="color:#006600; font-weight:bold;">/</span><span style="color:#008000; font-style:italic;">#{value}/</span>
<span style="color:#9966CC; font-weight:bold;">end</span></pre></td></tr></table></div>

<p>So, with only a few lines of code, I have a simple, easy to read scenario that just about any user would be able to read and understand, but also something I can take and run on a regular basis to make sure the application is also running the way it should.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.digitalbias.com/2009/09/03/cucumber/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Martin Jet Pack</title>
		<link>http://blog.digitalbias.com/2009/08/05/the-martin-jet-pack/</link>
		<comments>http://blog.digitalbias.com/2009/08/05/the-martin-jet-pack/#comments</comments>
		<pubDate>Thu, 06 Aug 2009 06:07:54 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.digitalbias.com/?p=259</guid>
		<description><![CDATA[The Martin Jet Pack looks cool, but I think I&#8217;ll wait for the smaller, quieter version to come out.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.martinjetpack.com/video-gallery.aspx">The Martin Jet Pack</a> looks cool, but I think I&#8217;ll wait for the smaller, quieter version to come out.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.digitalbias.com/2009/08/05/the-martin-jet-pack/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>fun with computers and git</title>
		<link>http://blog.digitalbias.com/2009/07/18/fun-with-computers-and-git/</link>
		<comments>http://blog.digitalbias.com/2009/07/18/fun-with-computers-and-git/#comments</comments>
		<pubDate>Sun, 19 Jul 2009 06:33:25 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://blog.digitalbias.com/?p=256</guid>
		<description><![CDATA[I&#8217;ve been using git as my scm system for a while now, but getting it to work nicely on windows can sometimes be a real pain, especially when running cygwin 1.7 and still having to connect to subversion as well. Granted the git svn command works, but some of the latest patches have caused a [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been using git as my scm system for a while now, but getting it to work nicely on windows can sometimes be a real pain, especially when running cygwin 1.7 and still having to connect to subversion as well. Granted the git svn command works, but some of the latest patches have caused a couple of hiccups too.</p>
<p>Add a dose of a primary hard drive crash and you have for a busy couple weeks. Finally I&#8217;ve managed to reinstall most of my necessary software, but I lost my .gitconfig file. So, for future reference, here are a couple of essentials needed to get git, svn and kdiff3 working (at least for now). All of it can be done with the git config command, but it is so much easier to just cut and paste.</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">&#91;</span>user<span style="color: #7a0874; font-weight: bold;">&#93;</span>
	name = David Mitchell
	email = mitchelld<span style="color: #000000; font-weight: bold;">@</span>acm.org
<span style="color: #7a0874; font-weight: bold;">&#91;</span>color<span style="color: #7a0874; font-weight: bold;">&#93;</span>
	interactive = always
	status = always
	pager = <span style="color: #c20cb9; font-weight: bold;">true</span>
	branch = always
	<span style="color: #c20cb9; font-weight: bold;">patch</span> = always
	ui = always
	<span style="color: #c20cb9; font-weight: bold;">diff</span> = always
	<span style="color: #c20cb9; font-weight: bold;">grep</span> = always
<span style="color: #7a0874; font-weight: bold;">&#91;</span>format<span style="color: #7a0874; font-weight: bold;">&#93;</span>
	pretty = medium
<span style="color: #7a0874; font-weight: bold;">&#91;</span>merge<span style="color: #7a0874; font-weight: bold;">&#93;</span>
	tool = kdiff3
<span style="color: #7a0874; font-weight: bold;">&#91;</span>mergetool <span style="color: #ff0000;">&quot;kdiff3&quot;</span><span style="color: #7a0874; font-weight: bold;">&#93;</span>
	path = C:<span style="color: #000000; font-weight: bold;">/</span>Tools<span style="color: #000000; font-weight: bold;">/</span>KDiff3<span style="color: #000000; font-weight: bold;">/</span>kdiff3.exe 
<span style="color: #7a0874; font-weight: bold;">&#91;</span><span style="color: #c20cb9; font-weight: bold;">diff</span><span style="color: #7a0874; font-weight: bold;">&#93;</span>
	tool = kdiff3
<span style="color: #7a0874; font-weight: bold;">&#91;</span>difftool <span style="color: #ff0000;">&quot;kdiff3&quot;</span><span style="color: #7a0874; font-weight: bold;">&#93;</span>
	path = C:<span style="color: #000000; font-weight: bold;">/</span>Tools<span style="color: #000000; font-weight: bold;">/</span>KDiff3<span style="color: #000000; font-weight: bold;">/</span>kdiff3.exe
<span style="color: #7a0874; font-weight: bold;">&#91;</span>difftool<span style="color: #7a0874; font-weight: bold;">&#93;</span>
	prompt = <span style="color: #c20cb9; font-weight: bold;">false</span>
<span style="color: #7a0874; font-weight: bold;">&#91;</span>mergetool<span style="color: #7a0874; font-weight: bold;">&#93;</span>
	prompt = <span style="color: #c20cb9; font-weight: bold;">false</span></pre></td></tr></table></div>

]]></content:encoded>
			<wfw:commentRss>http://blog.digitalbias.com/2009/07/18/fun-with-computers-and-git/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
