<?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>polyphase.ca</title>
	<atom:link href="http://polyphase.ca/feed/" rel="self" type="application/rss+xml" />
	<link>http://polyphase.ca</link>
	<description>In Soviet Canuckistan, Blogs Read You!</description>
	<lastBuildDate>Wed, 09 May 2012 22:28:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Starcom1 Digital to Yaesu FTM-10SR Radio Interface</title>
		<link>http://polyphase.ca/2012/05/07/starcom1-digital-to-yaesu-ftm-10sr-radio-interface/</link>
		<comments>http://polyphase.ca/2012/05/07/starcom1-digital-to-yaesu-ftm-10sr-radio-interface/#comments</comments>
		<pubDate>Mon, 07 May 2012 08:03:19 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[Amateur Radio]]></category>
		<category><![CDATA[DIY]]></category>
		<category><![CDATA[MC]]></category>

		<guid isPermaLink="false">http://polyphase.ca/?p=441</guid>
		<description><![CDATA[I recently decided to finally install my FTM-10SR radio on the Multistrada 1200. The only catch is that I wanted to integrate it with the Starcom1 Digital intercom system I had purchased. [more notes to come] I had quite a &#8230; <a href="http://polyphase.ca/2012/05/07/starcom1-digital-to-yaesu-ftm-10sr-radio-interface/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I recently decided to finally install my FTM-10SR radio on the Multistrada 1200. The only catch is that I wanted to integrate it with the Starcom1 Digital intercom system I had purchased.</p>
<p>[more notes to come]</p>
<p>I had quite a bit of trouble getting this working and it isn&#8217;t finished just yet. I still have to tune the trimmers for best audio and finish moving the antennas to their final home, but in the interest of starting to document all this &#8211; here is the schematic for the build. The intercom manufacturer indicated that the radio was completely incompatible with the intercom &#8211; which I refused to believe but I did have to spend quite a bit of time figuring out how PTT was signaled from the intercom to the radio. (reference single-line PTT pages here -todo).</p>
<p>&nbsp;</p>
<p><a href="http://polyphase.ca/wordpress/wp-content/uploads/2012/05/intercom-if1.png"><img class="aligncenter size-medium wp-image-445" title="FTM-10SR - Starcom1 Digital Interface" src="http://polyphase.ca/wordpress/wp-content/uploads/2012/05/intercom-if1-300x222.png" alt="" width="300" height="222" /></a></p>
<p>To add / write:</p>
<ul>
<li>Interface cables and pinouts</li>
<li>Pointers to single line PTT reference pages</li>
<li>Pointer to autocom interface circuit built by others</li>
<li>Pointer to manhattan construction technique</li>
<li>Photos of build</li>
<li>T2-301 installation notes</li>
<li>Photos of installation (ugly!) and the antenna mounting &#8212; not so good yet.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://polyphase.ca/2012/05/07/starcom1-digital-to-yaesu-ftm-10sr-radio-interface/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PWM Controller Hacking</title>
		<link>http://polyphase.ca/2012/04/17/pwm-controller-hacking/</link>
		<comments>http://polyphase.ca/2012/04/17/pwm-controller-hacking/#comments</comments>
		<pubDate>Tue, 17 Apr 2012 20:50:01 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[DIY]]></category>
		<category><![CDATA[Electronics]]></category>
		<category><![CDATA[MC]]></category>

		<guid isPermaLink="false">http://polyphase.ca/?p=420</guid>
		<description><![CDATA[Enough people have asked about it so I figured I would write up my PWM controller that I&#8217;ve hacked together. Ultimately I&#8217;d like to make it ATtiny powered and I might have made a mistake by getting the analog version &#8230; <a href="http://polyphase.ca/2012/04/17/pwm-controller-hacking/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Enough people have asked about it so I figured I would write up my PWM controller that I&#8217;ve hacked together. Ultimately I&#8217;d like to make it ATtiny powered and I might have made a mistake by getting the analog version working &#8211; as it works well enough and has removed the pressing need to build the digital version.</p>
<p>I managed to source everything at Radio Shack except the MOSFET. I picked that up at a local, terribly overpriced component supply store. I also purchased the pot there, simply because I liked the physical size of it &#8211; RS had a reasonable replacement. In choosing your N-channel MOSFET, make sure you select one that is fully &#8216;on&#8217; at the level generated by the 555 circuit (not a problem as the signal is around 12V peak-to-peak) and has a very low Rds(on). If you are planning to use an ATtiny for the controller (instead of the 555) then you need to select a MOSFET with an appropriately low threshold voltage, such as the <a href="http://www.st.com/internet/com/TECHNICAL_RESOURCES/TECHNICAL_LITERATURE/DATASHEET/CD00003405.pdf">STP36NF06L</a>.</p>
<p>The schematic is a modification of another circuit I found online at <a title="PWM Motor Controller" href="http://www.sentex.ca/~mec1995/circ/pwm555.html">sentex.ca</a>. There is an alternate PWM 555 circuit (similar) at <a href="http://www.dprg.org/tutorials/2005-11a/index.html">dprg.org</a>, but I did not like the lack of EMF/flyback protection in that design &#8211; effectively they are very similar circuits.</p>
<p>&nbsp;</p>
<p>I modified the schematic slightly &#8211; as we are not controlling a large inductive load and I installed a much smaller capacitor for C3, just to take the edge off the PWM wave-form.</p>
<p><a href="http://polyphase.ca/wordpress/wp-content/uploads/2012/04/pwm-analog-2.png"><img class="aligncenter size-large wp-image-424" title="PWM 555 Controller Schematic" src="http://polyphase.ca/wordpress/wp-content/uploads/2012/04/pwm-analog-2-1024x496.png" alt="" width="620" height="300" /></a></p>
<p>LED1 is optional (along with R1) &#8211; and in my case I used a Radio Shack 12V &#8216;LED indicator&#8217; (see photos). If you wanted to do this yourself, select R1 to match LED1 at a 14V supply voltage. I recommend R1/LED1 as it permits a quick glance in the mirror to confirm that the controller is active and the power level setting. D4 is simply providing a path for any collapsing field energy, but I am not sure there is much in a resistive load like a heated vest. I used a very small cap for C3 &#8211; simply because I didn&#8217;t have a 470uF cap lying around and I was impatient. Seems to be working fine for me.</p>
<p>The <a href="http://www.nteinc.com/specs/2300to2399/pdf/nte2395.pdf">NTE2395 data sheet</a>  mentions that Rds(on) is 0.028 Ω so it doesn&#8217;t dissipate much power as heat &#8211; an important consideration.  [ Todo - power dissipation calc. ]</p>
<p>Power enters via the right-hand pair of contacts (Vcc/GND) and the vest / grips plug into the upper right contacts (Vcc/PWM_Return). The design is switching the power return circuit &#8211; effectively modulating the ground connection.</p>
<p>At these voltages and power levels, I have no concerns around that approach &#8211; and it a common technique (vs high-side switching).</p>
<p>Here is the parts list for the build, all caps at 20V rating and all resistors are 1/4W:</p>
<table align="center">
<thead>
<tr>
<td>Part</td>
<td>Value</td>
<td>RS Part No</td>
</tr>
</thead>
<tbody>
<tr>
<td>C1</td>
<td>.1</td>
<td><a href="http://www.radioshack.com/product/index.jsp?productId=2062365">272-135</a></td>
</tr>
<tr>
<td>C2</td>
<td>.01</td>
<td></td>
</tr>
<tr>
<td>C3</td>
<td>470uF</td>
<td> <a href="http://www.radioshack.com/product/index.jsp?productId=2103624">272-1030</a></td>
</tr>
<tr>
<td>D2</td>
<td>1N4148</td>
<td></td>
</tr>
<tr>
<td>D3</td>
<td>1N4148</td>
<td></td>
</tr>
<tr>
<td>D4</td>
<td>1N4001</td>
<td></td>
</tr>
<tr>
<td>IC1</td>
<td>NE555P</td>
<td></td>
</tr>
<tr>
<td>LED1</td>
<td> See text</td>
<td></td>
</tr>
<tr>
<td>Q1</td>
<td>NTE2395</td>
<td>N/A</td>
</tr>
<tr>
<td>R1</td>
<td>1K (see text)</td>
<td> <a href="http://www.radioshack.com/product/index.jsp?productId=2062343">271-1321</a></td>
</tr>
<tr>
<td>R2</td>
<td>47</td>
<td></td>
</tr>
<tr>
<td>R3</td>
<td>1K</td>
<td> <a href="http://www.radioshack.com/product/index.jsp?productId=2062343">271-1321</a></td>
</tr>
<tr>
<td>R4</td>
<td>50K</td>
<td></td>
</tr>
</tbody>
</table>
<p>&nbsp;</p>
<p>The schematic was built up on Radio Shack breadboard styled protoboard, with point-to-point wiring. Nothing to write home about, in some cases, I put insulation on leads and used the components to assist with the hook-up. (See obvious diode D2/D3 as examples). The assembly was housed in a small Radio Shack plastic enclosure.</p>
<p>Here&#8217;s a shot of the nearly assembled unit:</p>
<p><a href="http://polyphase.ca/wordpress/wp-content/uploads/2012/04/pwm-board.jpg"><img class="aligncenter size-medium wp-image-428" title="PWM Analog Controller" src="http://polyphase.ca/wordpress/wp-content/uploads/2012/04/pwm-board-e1334693644101-300x224.jpg" alt="" width="300" height="224" /></a></p>
<p>Note the generous overhand knot and ties for strain relief where the power cables exit the case.</p>
<p>The Radio Shack indicator LED is in the lower left, beneath the potentiometer. I haven&#8217;t assembled anything in years, so it is a little messy in there.</p>
<p>The connectors are a 2$ towing extension cable from the local auto parts store &#8211; SAE connectors on either end happen to fit the vest I&#8217;m controlling. A single piece of red heat shrink tubing on one of the connectors is used to mark the &#8216;hot&#8217; side (vs the vest side). I haven&#8217;t thought it through, but it looks like hooking it up backwards would not do any damage and just leave it inoperative until swapped around.</p>
<p>Here&#8217;s a top view for scale:</p>
<p><a href="http://polyphase.ca/wordpress/wp-content/uploads/2012/04/pwm-case-top.jpg"><img class="aligncenter size-medium wp-image-429" title="PWM Case Top" src="http://polyphase.ca/wordpress/wp-content/uploads/2012/04/pwm-case-top-300x136.jpg" alt="" width="300" height="136" /></a></p>
<p>If I was doing this again, I&#8217;d consider using a multi position rotary switch with discrete resistor values instead of the pot. It would then be a case of clicking a setting and knowing it would stay set. I would also consider a bypass switch that forced the unit into bypass &#8211; assuring 100% power transfer. This might not really be needed, but it would make me feel better. To work around the ease with which the knob turns, I plan to jam a large o-ring under the dial to drag on the case. This would also add weatherproofing. The entire unit fits snugly under a waist adjustment buckle on my riding suit so is held in place with the blue velco in seen in the photo. A small pass-through in the suit pants pocket allows this to live outside and control the heated vest on the inside. I highly recommend the <a href="http://www.aerostich.com/aerostich-windstopper-electric-vest.html">Aerostich Kanetsu electric vest</a>.</p>
<p>Overall it is ugly, but it works. And even at Radio Shack prices, it was far cheaper than a commercial product &#8211; not to mention satisfying to put together.</p>
]]></content:encoded>
			<wfw:commentRss>http://polyphase.ca/2012/04/17/pwm-controller-hacking/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Amazing Video and Sound &#8211; SRB POV STS, etc.</title>
		<link>http://polyphase.ca/2012/03/17/amazing-video-and-sound-srb-pov-sts-etc/</link>
		<comments>http://polyphase.ca/2012/03/17/amazing-video-and-sound-srb-pov-sts-etc/#comments</comments>
		<pubDate>Sat, 17 Mar 2012 19:23:58 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[Aviation]]></category>
		<category><![CDATA[Outside]]></category>

		<guid isPermaLink="false">http://polyphase.ca/?p=417</guid>
		<description><![CDATA[Wow. Love the ethereal and ambience in this video. It is full of amazing footage that is at once beautiful and inspiring &#8211; as an aerospace buff. Amazing footage and sound put together by people usually dealing with Science Fiction. &#8230; <a href="http://polyphase.ca/2012/03/17/amazing-video-and-sound-srb-pov-sts-etc/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Wow. Love the ethereal and ambience in this video. It is full of amazing footage that is at once beautiful and inspiring &#8211; as an aerospace buff.</p>
<p>Amazing footage and sound put together by people usually dealing with Science Fiction. I just love the footage of the orbiter peeling away after SRB separation. Amazing in that this is real, not CG and not Sci Fi. Sad in that it is footage from a program we don&#8217;t have anymore.</p>
<p>I also recall reading Richard Feynman&#8217;s discussion (in the context of the Challenger incident) of dynamic overshoot at SME start and how the SRB ignition is timed such that the orbiter-stack is properly aligned for the release. This effect is very very clearly shown after main engine start and you can see the stack rock away from vertical, back once again and then liftoff, moments after SRB ignition. Wild stuff!</p>
<p><iframe src="http://www.youtube.com/embed/gjXvV0JBE0k" frameborder="0" width="560" height="315"></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://polyphase.ca/2012/03/17/amazing-video-and-sound-srb-pov-sts-etc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Brief Announcement &#8211; Welcome Eamonn</title>
		<link>http://polyphase.ca/2012/01/30/a-brief-announcement-welcome-eamonn/</link>
		<comments>http://polyphase.ca/2012/01/30/a-brief-announcement-welcome-eamonn/#comments</comments>
		<pubDate>Mon, 30 Jan 2012 18:54:36 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://polyphase.ca/?p=403</guid>
		<description><![CDATA[Read all about it&#8230;]]></description>
			<content:encoded><![CDATA[<p><a title="Read all about it at this link..." href="http://eamonn.polyphase.ca/" target="_blank">Read all about it&#8230;</a></p>
]]></content:encoded>
			<wfw:commentRss>http://polyphase.ca/2012/01/30/a-brief-announcement-welcome-eamonn/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New kind of flying machine</title>
		<link>http://polyphase.ca/2011/11/04/new-kind-of-flying-machine/</link>
		<comments>http://polyphase.ca/2011/11/04/new-kind-of-flying-machine/#comments</comments>
		<pubDate>Sat, 05 Nov 2011 02:12:55 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://polyphase.ca/?p=398</guid>
		<description><![CDATA[The Japanese Ministry of Defense has come up with an amazingly cool looking flying machine. Story available on diginfo.tv. It&#8217;s basically a hovering, flying sphere. Wild. Courtesy of YouTube]]></description>
			<content:encoded><![CDATA[<p>The Japanese Ministry of Defense has come up with an amazingly cool looking flying machine. <a title="Story available on diginfo.tv." href="http://www.diginfo.tv/2011/10/24/11-0229-r-en.php">Story available on diginfo.tv</a>.</p>
<p>It&#8217;s basically a hovering, flying sphere.</p>
<p>Wild.</p>
<p><a href="http://www.youtube.com/embed/pF0uLnMoQZA">Courtesy of YouTube</a></p>
<p><iframe width="560" height="315" src="http://www.youtube.com/embed/pF0uLnMoQZA" frameborder="0" allowfullscreen/></p>
]]></content:encoded>
			<wfw:commentRss>http://polyphase.ca/2011/11/04/new-kind-of-flying-machine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Trip to Space at the Local Park</title>
		<link>http://polyphase.ca/2011/10/09/a-trip-to-space-at-the-local-park/</link>
		<comments>http://polyphase.ca/2011/10/09/a-trip-to-space-at-the-local-park/#comments</comments>
		<pubDate>Sun, 09 Oct 2011 22:09:45 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[Amateur Radio]]></category>

		<guid isPermaLink="false">http://polyphase.ca/?p=451</guid>
		<description><![CDATA[[ Originally published in Short Skip, the newsletter of the Santa Cruz County Amateur Radio Club , October 2011 ] A few Sunday’s ago, my wife and I were congregated at an old neighbor’s house, visiting with friends from the &#8230; <a href="http://polyphase.ca/2011/10/09/a-trip-to-space-at-the-local-park/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>[ Originally published in Short Skip, the newsletter of the Santa Cruz County Amateur Radio Club , October 2011 ]</p>
<p>A few Sunday’s ago, my wife and I were congregated at an old neighbor’s house, visiting with friends from the neighborhood. The kids (ages 8 through 11) were running around and looking for something to do, when it struck me – there will be an ARISSat-1 pass in an hour or so. I returned home quickly to fetch my radio and Arrow antenna, along with a laptop and voice recorder. I managed to convince the 10 year old that listening to a satellite as it flew overhead might be fun or even cool and we spent a little time looking online at the homepage for ARISSat-1 ( <a href="http://www.arissat1.org/">http://www.arissat1.org/</a> ) and reviewing the beacon format. It didn’t take much to convince him once he realized that this was a spacecraft that he could listen to ‘all by ourselves’. I explained that we had to calculate where it would ‘rise’ at the horizon, where it would peak and where it would ‘set’. And we wrote out the compass bearings and elevation angles for these three points in time. Our motley crew (now numbering half a dozen including moms and siblings) made our way to the park and setup on a picnic table. As the appointed moment approached, we setup the hand-held yagi and tuned the receiver with appropriate Doppler shift. Using Ham Radio Deluxe to show the approaching satellite (Figure 1 ).</p>
<div id="attachment_453" class="wp-caption aligncenter" style="width: 310px"><a href="http://polyphase.ca/wordpress/wp-content/uploads/2012/05/hrd.png"><img class="size-medium wp-image-453" title="HRD Screen Capture" src="http://polyphase.ca/wordpress/wp-content/uploads/2012/05/hrd-300x159.png" alt="" width="300" height="159" /></a><p class="wp-caption-text">Ham Radio Deluxe Sat Status Page</p></div>
<p>As the satellite made its pass, we tracked with the antenna and listened to the beacon, the voice telemetry and the ‘secret word’. I then recorded two cycles of the SSTV signal and decoded it back at his house on the laptop using MultiScan 2 (Figure 2). We had some technical difficulties with the audio recording (accidentally getting ambient noise) so the resulting image is a little bit rough, but you can clearly see the Earth’s edge and the blackness of space – which proved extremely exciting for all of us. I think we will all head back outside another time to see if we can make a contact through the satellite or get another SSTV image. There was something magical for all of us, seeing the image decoded from space, and something magical for me, seeing a youngster excited about science, technology and radio.</p>
<p>&nbsp;</p>
<div id="attachment_452" class="wp-caption aligncenter" style="width: 650px"><a href="http://polyphase.ca/wordpress/wp-content/uploads/2012/05/arissat-cap.jpg"><img class="size-full wp-image-452" title="ARISSAT Image" src="http://polyphase.ca/wordpress/wp-content/uploads/2012/05/arissat-cap.jpg" alt="" width="640" height="480" /></a><p class="wp-caption-text">The decoded, slightly corrupted SSTV image from ARISSat-1</p></div>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://polyphase.ca/2011/10/09/a-trip-to-space-at-the-local-park/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Wiggly things and strong things.</title>
		<link>http://polyphase.ca/2011/02/20/wiggly_things/</link>
		<comments>http://polyphase.ca/2011/02/20/wiggly_things/#comments</comments>
		<pubDate>Sun, 20 Feb 2011 20:32:56 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://polyphase.ca/?p=391</guid>
		<description><![CDATA[The girls and I worked through a Guided Participatory Lesson for Children around building strong shapes. We built tetrahedrons, wiggly cubes and solid trusses, culminating in the awkward to assemble but rewarding icosahedron. Later they asked me to come back &#8230; <a href="http://polyphase.ca/2011/02/20/wiggly_things/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The girls and I worked through a <A href="http://www.rogersconnection.com/triangles/index.html"> Guided Participatory Lesson for Children</a> around building strong shapes. We built tetrahedrons, wiggly cubes and solid trusses, culminating in the awkward to assemble but rewarding <a href="http://en.wikipedia.org/wiki/Icosahedron">icosahedron</a>.</p>
<p><a href="http://www.flickr.com/photos/muonzoo/5462087793/" title="_MG_8678 by Muonzoo, on Flickr"><img src="http://farm6.static.flickr.com/5098/5462087793_46aa66741e.jpg" width="500" height="333" alt="_MG_8678" /></a></p>
<p>Later they asked me to come back and help them &#8220;stabilize&#8221; their creation &#8212; it&#8217;s too wiggly Unkie.</p>
<p>#win.</p>
]]></content:encoded>
			<wfw:commentRss>http://polyphase.ca/2011/02/20/wiggly_things/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Source Repository Visualization</title>
		<link>http://polyphase.ca/2010/04/16/source-repository-visualization/</link>
		<comments>http://polyphase.ca/2010/04/16/source-repository-visualization/#comments</comments>
		<pubDate>Fri, 16 Apr 2010 20:09:20 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[OSS]]></category>
		<category><![CDATA[Visualization]]></category>

		<guid isPermaLink="false">http://polyphase.ca/?p=369</guid>
		<description><![CDATA[I rendered a quick animation of the reSIProcate project&#8217;s development history using the wonderful &#8216;gource&#8216; tool. You can see it here if you like, in 720p/H.264. I love the flurries of activity that pop up over time. Props to Adam &#8230; <a href="http://polyphase.ca/2010/04/16/source-repository-visualization/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I rendered a quick animation of the <a href="http://resiprocate.org">reSIProcate</a> project&#8217;s development history using the wonderful &#8216;<a href="http://code.google.com/p/gource/">gource</a>&#8216; tool.</p>
<p>You can see it here if you like, in 720p/H.264. I love the flurries of activity that pop up over time.</p>
<p>Props to Adam H for pointing me at this tool.</p>
<p><a href="http://polyphase.ca/gource-visualization-of-resiprocate-org"><br />
	<img src="/misc/resip/resip.jpg" width="640" height="360" /><br />
</a></p>
]]></content:encoded>
			<wfw:commentRss>http://polyphase.ca/2010/04/16/source-repository-visualization/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Quote of the Day: It&#8217;s the yaks.</title>
		<link>http://polyphase.ca/2010/01/20/quote-of-the-day-its-the-yaks/</link>
		<comments>http://polyphase.ca/2010/01/20/quote-of-the-day-its-the-yaks/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 04:56:11 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[OSS]]></category>
		<category><![CDATA[Switch]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://polyphase.ca/?p=365</guid>
		<description><![CDATA[I know, three posts in one day is really too many; but this quote really tickles my funny bone while being a solid reminder why we need some humility and introspection powers. While discussing the requirements or principles that might &#8230; <a href="http://polyphase.ca/2010/01/20/quote-of-the-day-its-the-yaks/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I know, three posts in one day is really too many; but this quote really tickles my funny bone while being a solid reminder why we need some humility and introspection powers.</p>
<p>While discussing the requirements or principles that might guide the development of a new mail application for Mac OS X; Brent manages to use &#8220;Let yaks prowl the grounds unshaven.&#8221;  in a  <a href="http://pastie.org/785269">document</a>.  Excellent.</p>
<p>Follow along <a href="http://twitter.com/lettersapp">here</a> for more.</p>
]]></content:encoded>
			<wfw:commentRss>http://polyphase.ca/2010/01/20/quote-of-the-day-its-the-yaks/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Very cute inspirational Lego short.</title>
		<link>http://polyphase.ca/2010/01/20/very-cute-inspirational-lego-short/</link>
		<comments>http://polyphase.ca/2010/01/20/very-cute-inspirational-lego-short/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 04:08:50 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://polyphase.ca/?p=361</guid>
		<description><![CDATA[For my two blog readers that do not also read Gizmodo, this little short is truly wonderful: Lego Short Film Makes Me Want to Play With Legos Immediately [Lego]: &#8220; CL!CK is a short film made by Lego about how &#8230; <a href="http://polyphase.ca/2010/01/20/very-cute-inspirational-lego-short/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>For my two blog readers that do not also read Gizmodo, this little short is truly wonderful:</p>
<p><a href="http://feeds.gawker.com/~r/gizmodo/full/~3/DyBGKt1Kt3A/lego-short-film-makes-me-want-to-play-with-legos-immediately">Lego Short Film Makes Me Want to Play With Legos Immediately [Lego]</a>:
<p><br/>  &#8220;<embed name="" src="http://www.youtube.com/v/OinrOnjzH_A&#038;hl=en&#038;fs=1&#038;fmt=22" allowFullScreen="true" width="500" height="308" allowScriptAccess="never" wmode="transparent" type="application/x-shockwave-flash"></embed><br />
<br/><br />
CL!CK is a short film made by Lego about how Legos can inspire you to come up with great ideas. It&#8217;s a fancy ad, to be sure, but a truly lovely one. [<a href="http://www.youtube.com/watch?v=OinrOnjzH_A">YouTube</a> via <a href="http://www.notcot.org/post/27642/">NotCot</a>]</p>
<p>(Via <a href="http://gizmodo.com">Gizmodo</a>.)</p>
]]></content:encoded>
			<wfw:commentRss>http://polyphase.ca/2010/01/20/very-cute-inspirational-lego-short/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

