<?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>afiler.com &#187; Nerdery</title>
	<atom:link href="http://afiler.com/category/nerdery/feed/" rel="self" type="application/rss+xml" />
	<link>http://afiler.com</link>
	<description>afiler.com</description>
	<lastBuildDate>Fri, 03 Feb 2012 07:51:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>My clock. It ticks.</title>
		<link>http://afiler.com/201_0291-mov/</link>
		<comments>http://afiler.com/201_0291-mov/#comments</comments>
		<pubDate>Thu, 19 Jan 2012 04:51:30 +0000</pubDate>
		<dc:creator>afiler</dc:creator>
				<category><![CDATA[Nerdery]]></category>

		<guid isPermaLink="false">http://afiler.com/?p=365</guid>
		<description><![CDATA[201_0291.MOV, originally uploaded by metrixcreate. My clock. It ticks.]]></description>
			<content:encoded><![CDATA[<div style="text-align: left; padding: 3px;"><object width="500" height="281" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="flashvars" value="intl_lang=en-us&amp;photo_secret=35928746c5&amp;photo_id=6682336961&amp;flickr_show_info_box=true" /><param name="allowFullScreen" value="true" /><param name="src" value="http://www.flickr.com/apps/video/stewart.swf?v=109786" /><param name="allowfullscreen" value="true" /><embed width="500" height="281" type="application/x-shockwave-flash" src="http://www.flickr.com/apps/video/stewart.swf?v=109786" flashvars="intl_lang=en-us&amp;photo_secret=35928746c5&amp;photo_id=6682336961&amp;flickr_show_info_box=true" allowFullScreen="true" allowfullscreen="true" /></object></p>
<p><span style="font-size: 0.8em; margin-top: 0px;"><a href="http://www.flickr.com/photos/metrixcreate/6682336961/">201_0291.MOV</a>, originally uploaded by <a href="http://www.flickr.com/photos/metrixcreate/">metrixcreate</a>.</span></div>
<p class="flickr-yourcomment">My clock. It ticks.</p>
]]></content:encoded>
			<wfw:commentRss>http://afiler.com/201_0291-mov/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apple II Plus as a USB keyboard</title>
		<link>http://afiler.com/apple-ii-plus-as-a-usb-keyboard/</link>
		<comments>http://afiler.com/apple-ii-plus-as-a-usb-keyboard/#comments</comments>
		<pubDate>Mon, 06 Jun 2011 06:11:51 +0000</pubDate>
		<dc:creator>afiler</dc:creator>
				<category><![CDATA[Nerdery]]></category>

		<guid isPermaLink="false">http://afiler.com/apple-ii-plus-as-a-usb-keyboard/</guid>
		<description><![CDATA[Connecting an Apple II keyboard to a computer with USB is surprisingly easy with a Teensy board. The Apple II uses an ASCII keyboard, which means that rather than returning scan codes, it returns a 7-bit ASCII value. This also means you can&#8217;t read the state of modifier keys like shift or control independently. The [...]]]></description>
			<content:encoded><![CDATA[<div style="text-align: left; padding: 3px;">
<a href="http://www.flickr.com/photos/afiler/5802917605/" title="photo sharing"><img src="http://farm4.static.flickr.com/3432/5802917605_ddf1f86c4c.jpg" style="border: solid 2px #000000;" alt="" /></a>
</div>
<p>
Connecting an Apple II keyboard to a computer with USB is surprisingly easy with a Teensy board. The Apple II uses an ASCII keyboard, which means that rather than returning scan codes, it returns a 7-bit ASCII value. This also means you can&#8217;t read the state of modifier keys like shift or control independently. The Apple II keyboard in particular doesn&#8217;t even support lower-case letters (though I&#8217;ve made a bit of a hack for this). They even re-use a couple alpha keys for other characters, so shift-P makes @ and shift-N makes ^. Other late 70s/early 80s home computers like the TRS-80 had a <a href="http://www.classiccmp.org/dunfield/trs80/h/m1main.jpg">really simple layout</a> like the Apple II&#8217;s (though the TRS-80 had all four arrow keys but no Control key). I may have to try out adapting some other weird old home computers as USB keyboards &#8212; the C-64 seems like it would be a good shape/size for that.</p>
<p>Arduino (Teensyduino) code is available at <a href="https://github.com/afiler/keyduino">https://github.com/afiler/keyduino</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://afiler.com/apple-ii-plus-as-a-usb-keyboard/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Extending a keyboard with LASERS</title>
		<link>http://afiler.com/extending-a-keyboard-with-lasers/</link>
		<comments>http://afiler.com/extending-a-keyboard-with-lasers/#comments</comments>
		<pubDate>Mon, 29 Nov 2010 01:28:49 +0000</pubDate>
		<dc:creator>afiler</dc:creator>
				<category><![CDATA[Nerdery]]></category>

		<guid isPermaLink="false">http://afiler.com/?p=251</guid>
		<description><![CDATA[Photo by Duncan at Metrix [flickr stream]. Since Unicode &#8220;works&#8221; in most places on the internet these days (from webpages to Twitter to IRC in terminal sessions), I like to use all the characters that are available to me, when they make sense &#8212; like &#8220;99¢&#8221; or &#8220;-40°&#8221;. I decided go to Metrix and laser [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/metrixcreate/5216395218/" title="Lasered keyboard"><img src="http://farm5.static.flickr.com/4128/5216395218_aaa15418c5.jpg" style="border: solid 0px #000000;" alt="" /></a><br />
<br />
<a href="http://www.flickr.com/photos/metrixcreate/5215803729/" title="Lasered keyboard"><img src="http://farm6.static.flickr.com/5009/5215803729_12ede1cbec.jpg" style="border: solid 0px #000000;" alt="" /></a><br />
<span style="font-size: 0.8em; margin-top: 0px;">Photo by Duncan at <a href="http://metrixcreatespace.com/">Metrix</a> [<a href="http://www.flickr.com/people/metrixcreate/">flickr stream</a>].</span></p>
<p>
Since Unicode &#8220;works&#8221; in most places on the internet these days (from webpages to Twitter to IRC in terminal sessions), I like to use all the characters that are available to me, when they make sense &#8212; like &#8220;99¢&#8221; or &#8220;-40°&#8221;. I decided go to <a href="http://metrixcreatespace.com/">Metrix</a> and laser many of the characters accessible from Alt(Gr) into the keycaps on my MacBook Pro. The keyboard is backlit and lasering the key exposes the clear key underneath, so it turned out quite well. If I&#8217;m feeling like there still isn&#8217;t enough visual interference on my keyboard, I may decide to laser on the AltGr and Cyrillic characters too.</p>
]]></content:encoded>
			<wfw:commentRss>http://afiler.com/extending-a-keyboard-with-lasers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hello, m&#8217;am, I&#8217;m from the Phone Company</title>
		<link>http://afiler.com/hello-mam-im-from-the-phone-company/</link>
		<comments>http://afiler.com/hello-mam-im-from-the-phone-company/#comments</comments>
		<pubDate>Wed, 26 May 2010 23:53:51 +0000</pubDate>
		<dc:creator>afiler</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Nerdery]]></category>

		<guid isPermaLink="false">http://afiler.com/2010/05/26/hello-mam-im-from-the-phone-company/</guid>
		<description><![CDATA[_DSC2454.JPG, originally uploaded by metrixcreate. Duncan and I made tshirts with the &#8220;phone company&#8221; logo on them (no actual phone company has this logo, but it looks a lot like the logo of some random independent phone company in the 1970s. They were screen printed, but with a plastic stencil instead of a photo-process &#8220;stencil&#8221;. [...]]]></description>
			<content:encoded><![CDATA[<div style="text-align: left; padding: 3px;">
<a href="http://www.flickr.com/photos/metrixcreate/4594050215/" title="photo sharing"><img src="http://farm5.static.flickr.com/4036/4594050215_2a84466341.jpg" style="border: solid 2px #000000;" alt="" /></a><br />
<br />
<span style="font-size: 0.8em; margin-top: 0px;"><a href="http://www.flickr.com/photos/metrixcreate/4594050215/">_DSC2454.JPG</a>, originally uploaded by <a href="http://www.flickr.com/people/metrixcreate/">metrixcreate</a>.</span>
</div>
<p>
Duncan and I made tshirts with the &#8220;phone company&#8221; logo on them (no actual phone company has this logo, but it looks a lot like the logo of some random independent phone company in the 1970s.</p>
<p>They were screen printed, but with a plastic stencil instead of a photo-process &#8220;stencil&#8221;. I bought a book of polypropylene sheets from Dick Blick (&#8220;suitable for water color&#8221;, the cover says), and got the stencil cut on the laser cutter at <a href="http://metrixcreatespace.com/">Metrix</a>. They can&#8217;t cut vinyl or other chlorine-containing compounds, as deadly chlorine gas will be produced (though in quantities that would probably be more damaging to the laser than to humans), but polypropylene works great.</p>
]]></content:encoded>
			<wfw:commentRss>http://afiler.com/hello-mam-im-from-the-phone-company/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Instant document conversions</title>
		<link>http://afiler.com/instant-document-conversions/</link>
		<comments>http://afiler.com/instant-document-conversions/#comments</comments>
		<pubDate>Mon, 17 May 2010 05:43:37 +0000</pubDate>
		<dc:creator>afiler</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Nerdery]]></category>

		<guid isPermaLink="false">http://afiler.com/?p=208</guid>
		<description><![CDATA[Want to squeeze a text file out of a Word document you found online, or need a CSV from an Excel file? Use doc.mar.cx! For example, http://doc.mar.cx/http://www.ieee.org/documents/IEEECopyrightForm.doc This will give you an HTML version. If you&#8217;d like a different output type, insert that type&#8217;s extension in front of the URL. For a plain-text version instead, [...]]]></description>
			<content:encoded><![CDATA[<p>Want to squeeze a text file out of a Word document you found online, or need a CSV from an Excel file? Use doc.mar.cx! For example,</p>
<p><code>http://doc.mar.cx/<i>http://www.ieee.org/documents/IEEECopyrightForm.doc</i></code></p>
<p>This will give you an HTML version. If you&#8217;d like a different output type, insert that type&#8217;s extension in front of the URL. For a plain-text version instead, for example,</p>
<p><code>http://doc.mar.cx/<i>txt</i>/http://www.ieee.org/documents/IEEECopyrightForm.doc</code>.</p>
<p>PDF, HTML, text, CSV, XLS, and DOC output formats are supported on the relevant data types. I&#8217;ll soon be adding ImageMagick support to convert from zillions of image formats, and conversions to/from .SHP shapefiles, KML files and other geodata should also be supported soon. </p>
<p>Want to know what input document types are supported? Just try the link. If it works, then that document type is supported. If it doesn&#8217;t work, then that document type isn&#8217;t supported.</p>
]]></content:encoded>
			<wfw:commentRss>http://afiler.com/instant-document-conversions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>More finger features</title>
		<link>http://afiler.com/more-finger-features/</link>
		<comments>http://afiler.com/more-finger-features/#comments</comments>
		<pubDate>Wed, 12 May 2010 08:25:19 +0000</pubDate>
		<dc:creator>afiler</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Nerdery]]></category>

		<guid isPermaLink="false">http://afiler.com/2010/05/12/more-finger-features/</guid>
		<description><![CDATA[My finger gateway now supports much more of the Internet. It supports some sites specifically, like Facebook (try finger cdc@facebook.com@finger.afiler.com), but it also supports sites that have per-user RSS feeds linked to from the page at sitename.com/username (e.g. finger afiler@flickr.com@finger.afiler.com). It also supports queries on sites that have RSS feeds linked from their main page [...]]]></description>
			<content:encoded><![CDATA[<p>My <a href="/2010/04/22/finger-twitter-gateway/">finger gateway</a> now supports much more of the Internet. It supports some sites specifically, like Facebook (try finger cdc@facebook.com@finger.afiler.com), but it also supports sites that have per-user RSS feeds linked to from the page at sitename.com/username (e.g. finger afiler@flickr.com@finger.afiler.com). It also supports queries on sites that have RSS feeds linked from their main page (e.g. finger afiler.com@finger.afiler.com).</p>
<p>More finger feature suggestions are welcome!</p>
]]></content:encoded>
			<wfw:commentRss>http://afiler.com/more-finger-features/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I made a monitor stand</title>
		<link>http://afiler.com/i-made-a-monitor-stand/</link>
		<comments>http://afiler.com/i-made-a-monitor-stand/#comments</comments>
		<pubDate>Mon, 19 Apr 2010 20:32:46 +0000</pubDate>
		<dc:creator>afiler</dc:creator>
				<category><![CDATA[Nerdery]]></category>

		<guid isPermaLink="false">http://afiler.com/2010/04/19/i-made-a-monitor-stand/</guid>
		<description><![CDATA[I made a monitor stand out of black gas pipe and fittings, compression tees, and an adapter bracket. The compression tees (as in pipe fittings, not clothing) were an awesome find. They have rubber gaskets inside that made a surprisingly tight connection once the end caps are screwed down. The galvanized metal fitting is a [...]]]></description>
			<content:encoded><![CDATA[<div style="text-align: left; padding: 3px;">
<a href="http://www.flickr.com/photos/afiler/4535333271/"><img src="http://farm5.static.flickr.com/4020/4535333271_53e4525123.jpg" alt="" /></a><br />
<br />
<a href="http://www.flickr.com/photos/afiler/4535967488/"><img src="http://farm3.static.flickr.com/2723/4535967488_72a04f9427.jpg" alt="" /></a>
</div>
<p>
I made a monitor stand out of black gas pipe and fittings, <a href="http://www.lowes.com/ProductDisplay?partNumber=23947-33599-P230+1%2f2%22&#038;catalogId=10051&#038;storeId=10151&#038;langId=-1&#038;productId=3151763">compression tees</a>, and an adapter bracket.</p>
<p>The compression tees (as in pipe fittings, not <a href="http://www.underarmour.com/shop/us/en/mens/apparel/performance-collections/ua-metal/pid1207592-Men-s-UA-Speed-Metal-Compression-Sleeveless-T/1207592-001">clothing</a>) were an awesome find. They have rubber gaskets inside that made a surprisingly tight connection once the end caps are screwed down.</p>
<p>The galvanized metal fitting is a bracket made for using metal pipes for things like mounting rails and chin-up bars. The holes are 38mm apart, as opposed to 100mm on the standard VESA mount, so I made an adapter bracket. I made the adapter out of 6mm birch on the laser cutter at <a href="http://metrixcreatespace.com/">Metrix Create:Space</a> though it would be easy enough to make at home &#8212; but lasering&#8217;s just so easy! I even countersunk screw holes using the laser.</p>
<p>I&#8217;m really impressed with the stability of the stand. I had been worried I&#8217;d need to add clamps under the compression tees to make sure they wouldn&#8217;t slip, but it turns out they&#8217;re far more solid than expected.</p>
<p>If I ever go completely insane and decide I need more monitors, I&#8217;m thinking I could make an X-Y setup, with two vertical bars, on which horizontal bars could be mounted. Each row could still have its height adjusted, plus this would allow an up/down tilt on each monitor.</p>
<p>Total cost for this was about $70, $8 of which was for the (very optional) laser cutting.</p>
]]></content:encoded>
			<wfw:commentRss>http://afiler.com/i-made-a-monitor-stand/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Top Telephone Switches</title>
		<link>http://afiler.com/top-telephone-switches/</link>
		<comments>http://afiler.com/top-telephone-switches/#comments</comments>
		<pubDate>Tue, 12 Jan 2010 08:17:25 +0000</pubDate>
		<dc:creator>afiler</dc:creator>
				<category><![CDATA[Nerdery]]></category>

		<guid isPermaLink="false">http://afiler.com/?p=160</guid>
		<description><![CDATA[With AT&#038;T saying that &#8220;with each passing day, more and more communications services migrate to broadband and IP-based services, leaving the public switched telephone network (&#8220;PSTN&#8221;) and plain-old telephone service (&#8220;POTS&#8221;) as relics of a by-gone era,&#8221; I thought it would be a good time to get a snapshot of the North American telephone network [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://afiler.com/wp-content/uploads/2010/01/gtd-5_eax.jpg" alt="" title="GTD-5 EAX" width="289" height="190" class="alignright size-full wp-image-162" />With <a href="http://www.pcworld.com/businesscenter/article/185649/atandt_tells_fcc_its_time_to_cut_the_cord.html">AT&#038;T saying</a> that &#8220;with each passing day, more and more communications services migrate to broadband and IP-based services, leaving the public switched telephone network (&#8220;PSTN&#8221;) and plain-old telephone service (&#8220;POTS&#8221;) as relics of a by-gone era,&#8221; I thought it would be a good time to get a snapshot of the North American telephone network as it exists now. In the early 1970s, phone phreaks like <a href="http://www.wideweb.com/phonetrips/">Evan Doorbell and Mark Bernay</a> started recording what they saw as the demise of the electromechanical telephone network. The switches then were <a href="http://en.wikipedia.org/wiki/5XB_switch">crossbars</a> and <a href="http://en.wikipedia.org/wiki/Panel_switch">panels</a> and <a href="http://en.wikipedia.org/wiki/Strowger_switch">steps</a> and the like, with early computerized switches like the <a href="http://en.wikipedia.org/wiki/1ESS_switch">1ESS</a> just starting to appear. Now, the 1ESS is nearly gone from the network, and the North American network consists mostly of the Western Electric/AT&#038;T/Lucent/Alcatel <a href="http://en.wikipedia.org/wiki/5ESS_switch">5ESS</a> (the 1ESS&#8217;s successor), the Nortel DMS-10 and <a href="http://en.wikipedia.org/wiki/DMS-100">DMS-100</a>, the GTE Automatic Electric <a href="http://en.wikipedia.org/wiki/GTD-5_EAX">GTD-5 EAX</a>, and the Stromberg-Carlson/Siemens <a href="http://en.wikipedia.org/wiki/Siemens_DCO">DCO</a>. A few other switches in the network, like the Siemens <a href="http://en.wikipedia.org/wiki/EWSD">EWSD</a> and the Ericsson <a href="http://en.wikipedia.org/wiki/AXE_telephone_exchange">AXE 10</a> have found more popularity in North America as cellular switches (and as wireline switches in other countries).</p>
<p>The oddball switches are the ones that really interest me, and they&#8217;ll be the first ones to disappear from the network. I&#8217;ve been told that the TRW Vidar ITS-5 and the Mitel GX5000 switches may be gone from the North American network. To see what might be left, I decided to do some digging, and I&#8217;ve come up with a list of the telephone switches (minus remotes) still in use in the North American network. There&#8217;s undoubtedly some stale data in this database, and so for rare switches, I think the numbers listed are the upper boundary &#8212; the lower boundary may be as low as 0. The list also contains the mystery &#8220;Digital Switching System&#8221;. There seems to be an awfully large number of them for it to be the North Electric DSS-1, which became the ITT 1210 &#8212; maybe it just means &#8220;unknown digital switch&#8221;?</p>
<p><small>The picture above of the GTD-5 EAX was shamelessly stolen from the site of a GTD-5 <a href="http://agaas.com/TelecomSupport.html">consultant</a>, the only place I could find a picture.</small></p>
<style type="text/css">
 .even { background-color: #FFC }
 .odd { background-color: #EEA }
table#table_results { border-spacing: 0; }
table#table_results td { padding: 5px; }
</style>
<p><b>Top 10 Switches</b></p>
<table id="table_results" class="data">
<thead>
<tr>
<th>Manufacturer
</th>
<th>Switch
</th>
<th>Count
</th>
</tr>
</thead>
<tbody>
<tr class="even">
<td class="">NORTEL</td>
<td class="">DMS 100</td>
<td align="right" class=" nowrap">2513</td>
</tr>
<tr class="odd">
<td class="">LUCENT</td>
<td class=" condition">5 ESS</td>
<td align="right" class=" condition nowrap">2236</td>
</tr>
<tr class="even">
<td class="">NORTEL</td>
<td class=" condition">DMS 10</td>
<td align="right" class=" condition nowrap">1968</td>
</tr>
<tr class="odd">
<td class="">AUTOMATIC ELECTRIC</td>
<td class=" condition">GTD-5 EAX</td>
<td align="right" class=" condition nowrap">668</td>
</tr>
<tr class="even">
<td class="">SIEMENS</td>
<td class=" condition">DCO</td>
<td align="right" class=" condition nowrap">522</td>
</tr>
<tr class="odd">
<td class="">&nbsp;</td>
<td class=" condition">DIGITAL SWITCHING SYSTEM</td>
<td align="right" class=" condition nowrap">247</td>
</tr>
<tr class="even">
<td class="">REDCOM</td>
<td class=" condition">MDX 384</td>
<td align="right" class=" condition nowrap">155</td>
</tr>
<tr class="odd">
<td class="">ERICSSON</td>
<td class=" condition">AXE 10</td>
<td align="right" class=" condition nowrap">102</td>
</tr>
<tr class="even">
<td class="">SIEMENS</td>
<td class=" condition">EWSD</td>
<td align="right" class=" condition nowrap">91</td>
</tr>
<tr class="odd">
<td class="">LUCENT</td>
<td class=" condition">1A ESS</td>
<td align="right" class=" condition nowrap">66</td>
</tr>
</table>
<p><span id="more-160"></span></p>
<p><b>The Whole List</b></p>
<table id="table_results" class="data">
<thead>
<tr>
<th>Manufacturer
</th>
<th>Switch
</th>
<th>Count
</th>
</tr>
</thead>
<tbody>
<tr class="even">
<td class="">NORTEL</td>
<td class="">DMS 100</td>
<td align="right" class=" nowrap">2513</td>
</tr>
<tr class="odd">
<td class="">LUCENT</td>
<td class=" condition">5 ESS</td>
<td align="right" class=" condition nowrap">2236</td>
</tr>
<tr class="even">
<td class="">NORTEL</td>
<td class=" condition">DMS 10</td>
<td align="right" class=" condition nowrap">1968</td>
</tr>
<tr class="odd">
<td class="">AUTOMATIC ELECTRIC</td>
<td class=" condition">GTD-5 EAX</td>
<td align="right" class=" condition nowrap">668</td>
</tr>
<tr class="even">
<td class="">SIEMENS</td>
<td class=" condition">DCO</td>
<td align="right" class=" condition nowrap">522</td>
</tr>
<tr class="odd">
<td class="">&nbsp;</td>
<td class=" condition">DIGITAL SWITCHING SYSTEM</td>
<td align="right" class=" condition nowrap">247</td>
</tr>
<tr class="even">
<td class="">REDCOM</td>
<td class=" condition">MDX 384</td>
<td align="right" class=" condition nowrap">155</td>
</tr>
<tr class="odd">
<td class="">ERICSSON</td>
<td class=" condition">AXE 10</td>
<td align="right" class=" condition nowrap">102</td>
</tr>
<tr class="even">
<td class="">SIEMENS</td>
<td class=" condition">EWSD</td>
<td align="right" class=" condition nowrap">91</td>
</tr>
<tr class="odd">
<td class="">LUCENT</td>
<td class=" condition">1A ESS</td>
<td align="right" class=" condition nowrap">66</td>
</tr>
<tr class="even">
<td class="">MITEL CORP LTD</td>
<td class=" condition">GX5000 DIGITAL SWITCH</td>
<td align="right" class=" condition nowrap">64</td>
</tr>
<tr class="odd">
<td class="">&nbsp;</td>
<td class=" condition">PACKET END OFFICE</td>
<td align="right" class=" condition nowrap">54</td>
</tr>
<tr class="even">
<td class="">METASWITCH, INC.</td>
<td class=" condition">METASWITCH VP3510</td>
<td align="right" class=" condition nowrap">28</td>
</tr>
<tr class="odd">
<td class="">NORTEL</td>
<td class=" condition">SA1</td>
<td align="right" class=" condition nowrap">24</td>
</tr>
<tr class="even">
<td class="">LUCENT</td>
<td class=" condition">5ESS-2000 SWITCH</td>
<td align="right" class=" condition nowrap">22</td>
</tr>
<tr class="odd">
<td class="">NORTEL</td>
<td class=" condition">DMS 200</td>
<td align="right" class=" condition nowrap">21</td>
</tr>
<tr class="even">
<td class="">SIEMENS</td>
<td class=" condition">DCO &nbsp;21</td>
<td align="right" class=" condition nowrap">18</td>
</tr>
<tr class="odd">
<td class="">METASWITCH, INC.</td>
<td class=" condition">METASWITCH VP3500</td>
<td align="right" class=" condition nowrap">17</td>
</tr>
<tr class="even">
<td class="">TEKELEC INC</td>
<td class=" condition">IX7000 (TM) NEXT GENERATION CLASS 5 SWITCH</td>
<td align="right" class=" condition nowrap">16</td>
</tr>
<tr class="odd">
<td class="">REDCOM LABORATORIES</td>
<td class=" condition">MDX 10K (MODULAR DIGITAL EXCHANGE)</td>
<td align="right" class=" condition nowrap">15</td>
</tr>
<tr class="even">
<td class="">VIDAR</td>
<td class=" condition">ITS 5</td>
<td align="right" class=" condition nowrap">14</td>
</tr>
<tr class="odd">
<td class="">METASWITCH, INC.</td>
<td class=" condition">METASWITCH VP2510</td>
<td align="right" class=" condition nowrap">12</td>
</tr>
<tr class="even">
<td class="">NORTEL</td>
<td class=" condition">CS 1500</td>
<td align="right" class=" condition nowrap">12</td>
</tr>
<tr class="odd">
<td class="">TEKELEC INC</td>
<td class=" condition">OPEN COMPACT EXCHANGE (OCX)</td>
<td align="right" class=" condition nowrap">12</td>
</tr>
<tr class="even">
<td class="">&nbsp;</td>
<td class=" condition">COMMUNITY DIAL OFFICE</td>
<td align="right" class=" condition nowrap">12</td>
</tr>
<tr class="odd">
<td class="">CIT-ALCATEL INC</td>
<td class=" condition">E10 &#8211; FIVE SWITCHING SYSTEM</td>
<td align="right" class=" condition nowrap">11</td>
</tr>
<tr class="even">
<td class="">NORTEL</td>
<td class=" condition">DMS 500</td>
<td align="right" class=" condition nowrap">11</td>
</tr>
<tr class="odd">
<td class="">SIEMENS</td>
<td class=" condition">CENTURY DCO6000</td>
<td align="right" class=" condition nowrap">10</td>
</tr>
<tr class="even">
<td class="">AUTOMATIC ELECTRIC</td>
<td class=" condition">STEP BY STEP</td>
<td align="right" class=" condition nowrap">8</td>
</tr>
<tr class="odd">
<td class="">LUCENT</td>
<td class=" condition">5ESS-2000 SWITCH VCDX</td>
<td align="right" class=" condition nowrap">8</td>
</tr>
<tr class="even">
<td class="">NEC CORPORATION OF AMERICA</td>
<td class=" condition">NEAX &#8211; 61</td>
<td align="right" class=" condition nowrap">8</td>
</tr>
<tr class="odd">
<td class="">&nbsp;</td>
<td class=" condition">9A ANNOUNCEMENT-WEATHER</td>
<td align="right" class=" condition nowrap">8</td>
</tr>
<tr class="even">
<td class="">&nbsp;</td>
<td class=" condition">ANNOUNCEMENT SYSTEM</td>
<td align="right" class=" condition nowrap">8</td>
</tr>
<tr class="odd">
<td class="">SIEMENS</td>
<td class=" condition">EMD55</td>
<td align="right" class=" condition nowrap">7</td>
</tr>
<tr class="even">
<td class="">LUCENT</td>
<td class=" condition">4 ESS</td>
<td align="right" class=" condition nowrap">6</td>
</tr>
<tr class="odd">
<td class="">SIEMENS</td>
<td class=" condition">XY</td>
<td align="right" class=" condition nowrap">6</td>
</tr>
<tr class="even">
<td class="">HARRIS CORPORATION</td>
<td class=" condition">RURAL ELECTRONIC EXCHANGE</td>
<td align="right" class=" condition nowrap">5</td>
</tr>
<tr class="odd">
<td class="">NORTH ELECTRIC</td>
<td class=" condition">DSS 1</td>
<td align="right" class=" condition nowrap">5</td>
</tr>
<tr class="even">
<td class="">ALCATEL</td>
<td class=" condition">1210</td>
<td align="right" class=" condition nowrap">4</td>
</tr>
<tr class="odd">
<td class="">ALCATEL</td>
<td class=" condition">CRX</td>
<td align="right" class=" condition nowrap">4</td>
</tr>
<tr class="even">
<td class="">NEC</td>
<td class=" condition">NEAX &#8211; 61E</td>
<td align="right" class=" condition nowrap">4</td>
</tr>
<tr class="odd">
<td class="">NORTH ELECTRIC</td>
<td class=" condition">DSS</td>
<td align="right" class=" condition nowrap">4</td>
</tr>
<tr class="even">
<td class="">SIEMENS</td>
<td class=" condition">DTM</td>
<td align="right" class=" condition nowrap">4</td>
</tr>
<tr class="odd">
<td class="">TEKELEC INC</td>
<td class=" condition">7000 CLASS 5 PACKET SWITCH (T7000)</td>
<td align="right" class=" condition nowrap">4</td>
</tr>
<tr class="even">
<td class="">ALCATEL</td>
<td class=" condition">12 (HOST)</td>
<td align="right" class=" condition nowrap">3</td>
</tr>
<tr class="odd">
<td class="">LUCENT</td>
<td class=" condition">5ESS-2000 CDX (COMPACT DIGITAL EXCHANGE)</td>
<td align="right" class=" condition nowrap">3</td>
</tr>
<tr class="even">
<td class="">METASWITCH, INC.</td>
<td class=" condition">MG3510</td>
<td align="right" class=" condition nowrap">3</td>
</tr>
<tr class="odd">
<td class="">SIEMENS</td>
<td class=" condition">DCOSE SMALL EXCHANGE</td>
<td align="right" class=" condition nowrap">3</td>
</tr>
<tr class="even">
<td class="">&nbsp;</td>
<td class=" condition">4A ANNOUNCEMENT TIME</td>
<td align="right" class=" condition nowrap">3</td>
</tr>
<tr class="odd">
<td class="">&nbsp;</td>
<td class=" condition">CALL AGENT</td>
<td align="right" class=" condition nowrap">3</td>
</tr>
<tr class="even">
<td class="">VIDAR</td>
<td class=" condition">IMA2</td>
<td align="right" class=" condition nowrap">3</td>
</tr>
<tr class="odd">
<td class="">ALCATEL</td>
<td class=" condition">A1 &#8211; SPC</td>
<td align="right" class=" condition nowrap">2</td>
</tr>
<tr class="even">
<td class="">METASWITCH, INC.</td>
<td class=" condition">METASWITCH VP3000</td>
<td align="right" class=" condition nowrap">2</td>
</tr>
<tr class="odd">
<td class="">NORTH ELECTRIC</td>
<td class=" condition">CX 200</td>
<td align="right" class=" condition nowrap">2</td>
</tr>
<tr class="even">
<td class="">NORTH ELECTRIC</td>
<td class=" condition">NX2A</td>
<td align="right" class=" condition nowrap">2</td>
</tr>
<tr class="odd">
<td class="">REDCOM LABORATORIES</td>
<td class=" condition">IGX-MT END OFFICE SWITCH</td>
<td align="right" class=" condition nowrap">2</td>
</tr>
<tr class="even">
<td class="">SANTERA SYSTEMS INC.</td>
<td class=" condition">SANTERAONE (BOX) BROADBAND OFFICE EXCHANGE</td>
<td align="right" class=" condition nowrap">2</td>
</tr>
<tr class="odd">
<td class="">SIEMENS</td>
<td class=" condition">DCO &nbsp;80</td>
<td align="right" class=" condition nowrap">2</td>
</tr>
<tr class="even">
<td class="">SIEMENS</td>
<td class=" condition">DCO 200</td>
<td align="right" class=" condition nowrap">2</td>
</tr>
<tr class="odd">
<td class="">SIEMENS</td>
<td class=" condition">ESC(1)</td>
<td align="right" class=" condition nowrap">2</td>
</tr>
<tr class="even">
<td class="">&nbsp;</td>
<td class=" condition">AUTOMATIC CALL DISTRIBUTOR</td>
<td align="right" class=" condition nowrap">2</td>
</tr>
<tr class="odd">
<td class="">ALCATEL</td>
<td class=" condition">RELAYMATIC</td>
<td align="right" class=" condition nowrap">1</td>
</tr>
<tr class="even">
<td class="">AUTOMATIC ELECTRIC</td>
<td class=" condition">375A</td>
<td align="right" class=" condition nowrap">1</td>
</tr>
<tr class="odd">
<td class="">GLUON NETWORKS INC.</td>
<td class=" condition">CLX(TM) CONVERGED LOCAL EXCHANGE</td>
<td align="right" class=" condition nowrap">1</td>
</tr>
<tr class="even">
<td class="">ITEC INC</td>
<td class=" condition">EMS-1</td>
<td align="right" class=" condition nowrap">1</td>
</tr>
<tr class="odd">
<td class="">LUCENT</td>
<td class=" condition">1 ESS &#8211; 2WIRE</td>
<td align="right" class=" condition nowrap">1</td>
</tr>
<tr class="even">
<td class="">LUCENT</td>
<td class=" condition">1 ESS &#8211; 4WIRE</td>
<td align="right" class=" condition nowrap">1</td>
</tr>
<tr class="odd">
<td class="">LUCENT</td>
<td class=" condition">1 ESS &#8211; HILO</td>
<td align="right" class=" condition nowrap">1</td>
</tr>
<tr class="even">
<td class="">LUCENT</td>
<td class=" condition">2B ESS</td>
<td align="right" class=" condition nowrap">1</td>
</tr>
<tr class="odd">
<td class="">LUCENT</td>
<td class=" condition">NO 5 CROSSBAR-4WIRE</td>
<td align="right" class=" condition nowrap">1</td>
</tr>
<tr class="even">
<td class="">LUCENT</td>
<td class=" condition">NO 5 CROSSBAR-ETS</td>
<td align="right" class=" condition nowrap">1</td>
</tr>
<tr class="odd">
<td class="">LUCENT</td>
<td class=" condition">PLEXUS 9000</td>
<td align="right" class=" condition nowrap">1</td>
</tr>
<tr class="even">
<td class="">LUCENT</td>
<td class=" condition">STEP BY STEP</td>
<td align="right" class=" condition nowrap">1</td>
</tr>
<tr class="odd">
<td class="">NORTEL</td>
<td class=" condition">CS 100</td>
<td align="right" class=" condition nowrap">1</td>
</tr>
<tr class="even">
<td class="">NORTEL</td>
<td class=" condition">DMS-10 AP</td>
<td align="right" class=" condition nowrap">1</td>
</tr>
<tr class="odd">
<td class="">NORTEL</td>
<td class=" condition">DMS10 SIGNALLING RELAY POINT</td>
<td align="right" class=" condition nowrap">1</td>
</tr>
<tr class="even">
<td class="">NORTEL</td>
<td class=" condition">NO 5 CROSSBAR</td>
<td align="right" class=" condition nowrap">1</td>
</tr>
<tr class="odd">
<td class="">NORTEL</td>
<td class=" condition">STEP BY STEP</td>
<td align="right" class=" condition nowrap">1</td>
</tr>
<tr class="even">
<td class="">NORTH ELECTRIC</td>
<td class=" condition">CX &nbsp;30</td>
<td align="right" class=" condition nowrap">1</td>
</tr>
<tr class="odd">
<td class="">ROCKWELL INTERNATIONAL</td>
<td class=" condition">ISS 3000</td>
<td align="right" class=" condition nowrap">1</td>
</tr>
<tr class="even">
<td class="">SIEMENS</td>
<td class=" condition">MAINSTREETXPRESS 36170</td>
<td align="right" class=" condition nowrap">1</td>
</tr>
<tr class="odd">
<td class="">TEKELEC INC</td>
<td class=" condition">9000 DISTRIBUTED SWITCHING SYSTEM (DDS)</td>
<td align="right" class=" condition nowrap">1</td>
</tr>
<tr class="even">
<td class="">&nbsp;</td>
<td class=" condition">ANALOG SWITCHING SYSTEM</td>
<td align="right" class=" condition nowrap">1</td>
</tr>
<tr class="odd">
<td class="">&nbsp;</td>
<td class=" condition">CONCENTRATOR</td>
<td align="right" class=" condition nowrap">1</td>
</tr>
<tr class="even">
<td class="">&nbsp;</td>
<td class=" condition">CROSSBAR SWITCHING SYSTEM</td>
<td align="right" class=" condition nowrap">1</td>
</tr>
<tr class="odd">
<td class="">&nbsp;</td>
<td class=" condition">PACKET SWITCH</td>
<td align="right" class=" condition nowrap">1</td>
</tr>
<tr class="even">
<td class="">&nbsp;</td>
<td class=" condition">SWITCHED DIGITAL DATA SYSTEM</td>
<td align="right" class=" condition nowrap">1</td>
</tr>
<tr class="odd">
<td class="">&nbsp;</td>
<td class=" condition">LXP &#8211; 4</td>
<td align="right" class=" condition nowrap">1</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://afiler.com/top-telephone-switches/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Townships and other hidden features in Google Maps</title>
		<link>http://afiler.com/townships-and-other-hidden-features-in-google-maps/</link>
		<comments>http://afiler.com/townships-and-other-hidden-features-in-google-maps/#comments</comments>
		<pubDate>Fri, 20 Nov 2009 01:38:20 +0000</pubDate>
		<dc:creator>afiler</dc:creator>
				<category><![CDATA[Nerdery]]></category>

		<guid isPermaLink="false">http://afiler.com/2009/11/19/townships-and-other-hidden-features-in-google-maps/</guid>
		<description><![CDATA[Recently, Google Maps has started returning search results for townships (probably since Google&#8217;s change to being their own geodata provider). As I love tiny dots on the map and obscure entities, this got me excited. In some cases, the township name will even show up as a dot with a link to the township&#8217;s Wikipedia [...]]]></description>
			<content:encoded><![CDATA[<div style="text-align: left; padding: 3px;">
<a href="http://www.flickr.com/photos/afiler/273458463/" title="photo sharing"><img src="http://farm1.static.flickr.com/81/273458463_25337b2c6a.jpg" style="border: solid 2px #000000;" alt="" /></a>
</div>
<p>
Recently, Google Maps has started returning search results for <a href="http://en.wikipedia.org/wiki/Civil_township">townships</a> (probably since Google&#8217;s change to <a href="http://geothought.blogspot.com/2009/10/google-shakes-up-geospatial-data.html">being their own geodata provider</a>). As I love tiny dots on the map and obscure entities, this got me excited. In some cases, the township name will even show up as <a href="http://maps.google.com/maps?f=q&#038;source=s_q&#038;hl=en&#038;geocode=&#038;q=Viking+Township,+MN&#038;sll=48.226102,-96.443138&#038;sspn=0.033393,0.062227&#038;ie=UTF8&#038;hq=&#038;hnear=Viking,+Marshall,+Minnesota&#038;ll=48.226845,-96.440735&#038;spn=0.033393,0.094929&#038;z=14">a dot with a link to the township&#8217;s Wikipedia article</a>. I think this only happens when the township also has a town with the same name inside it. Townships can be found by searching by whatever uniquely identifies them, e.g. <a href="http://maps.google.com/maps?f=q&#038;hl=en&#038;geocode=&#038;time=&#038;date=&#038;ttype=&#038;q=Chilgren">Chilgren</a> for Chilgren Township, Lake of the Woods County, Minnesota, <a href="http://maps.google.com/maps?f=q&#038;hl=en&#038;geocode=&#038;time=&#038;date=&#038;ttype=&#038;q=Laona%2C%20MN">Laona, MN</a> for Laona Township, Roseau County, MN, or <a href="http://maps.google.com/maps?f=q&#038;hl=en&#038;geocode=&#038;time=&#038;date=&#038;ttype=&#038;q=Lincoln%2C%20Marshall%2C%20MN">Lincoln, Marshall, MN</a> for Lincoln Township, Marshall County, Minnesota.</p>
<p>The data for these features is coming from the USGS&#8217;s <a href="http://geonames.usgs.gov/">Geographic Names Information System (GNIS)</a> database. I&#8217;ve put up a unique interface that combines that database with a few others, including databases of Canadian locations, zip codes, railroad stations, and telephone switch locations, at <a href="http://afiler.com/dots/">afiler.com/dots/</a>. Want to see the list of <a href="http://afiler.com/dots/wa/">every named place in Washington State</a>? Or <a href="http://afiler.com/dots/Springfield/">every place in the US and Canada named Springfield</a>? Or even <a href="http://afiler.com/dots/Springfield/">every place named Springfield in Georgia</a>? The GNIS database lists 9 Springfields in Georgia, though only one is an incorporated city. The rest are so small, most don&#8217;t even get their name on Google Maps at any zoom level.</p>
<p>Dots lets you dig into extremely obscure place names, and this lets me dig up other secretly searchable Google Maps place names. Townships are called <a href="http://en.wikipedia.org/wiki/Minor_civil_division">minor civil divisions</a> by the US Census and some form of MCDs exist in 28 states. MCDs have some sort of official government function (though often small) &#8212; they include urbanized areas (cities, towns, villages, boroughs), townships, New England towns, parish governing authority districts (Louisiana), magisterial districts (Virginia and West Virginia), election districts/precincts (parts of Illinois, Maryland, and Nebraska), supervisors&#8217; districts (Mississippi), and &#8220;catch all&#8221; entities, when nothing else applies (assessment districts, gores, grants, plantations, purchases, road districts, and unorganized territories). I&#8217;m still exploring what MCDs, other than townships and cites/towns/villages are searchable in Google Maps.</p>
<p>The other 22 states are divided into <a href="http://en.wikipedia.org/wiki/Census_county_division">census county divisions</a> instead of MCDs. These were created with the cooperation of the census and the state governments and may only be used for census tabulation or may also be used by county governments, for example, as electoral districts. MCDs are also are searchable in Google Maps. That means that you can find the <a href="http://geonames.usgs.gov/pls/gnispublic/f?p=gnispq:3:::NO::P3_FID:1939495">census division of Early Winters</a> in Okanogan County, Washington by searching for <a href="http://maps.google.com/maps?f=q&#038;hl=en&#038;geocode=&#038;time=&#038;date=&#038;ttype=&#038;q=Early%20Winters%2C%20Okanogan%2C%20WA">Early Winters, Okanogan, WA</a> (or just Early Winters, WA, or even just Early Winters).</p>
<p>In Canada, Google Maps uses the <a href="http://en.wikipedia.org/wiki/Census_geographic_units_of_Canada#Census_divisions">census division</a> as the county is in the US. Census divisions correspond to a county or county-like entity in most provinces where those exist. This includes BC (regional districts and municipalities), Nova Scotia, New Brunswick, and Prince Edward Island (counties), Ontario (upper-tier municipalities: counties, districts, regional municipalities, cities) and Quebec (municipalités régionales de comté). Elsewhere, census divisions do not correspond to local government. Newfoundland and Labrador, Nunavut, and the Northwest territories have named census divisions. Census divisions are simply numbered in Alberta, Manitoba, Saskatchewan (even though Alberta has some entities named &#8220;County&#8221;, they&#8217;re municipal districts and are treated like the rural municipalities in Manitoba and Saskatchewan). (Early in its history, Manitoba also had counties, though the names only persist in land records and in the name of the <a href="http://www.gov.mb.ca/chc/fippa/wheretosend/planning.html">Dennis County Planning District</a>. I was able to find the names and locations of counties from the 1880s in Manitoba statute books on Google Books, and used that to write up a Wikipedia article, a <a href="http://en.wikipedia.org/wiki/List_of_historic_counties_in_Manitoba">list of historic counties in Manitoba</a>.)</p>
<p><a href="http://maps.google.com/maps?f=q&#038;hl=en&#038;geocode=&#038;time=&#038;date=&#038;ttype=&#038;q=Springfield%2C%20Canada">Searching for Springfield, Canada</a> will get Google Maps to display its most-expanded name (other times they&#8217;re shortened to City, Province or City, County, Province). Results include &#8220;Springfield, Division No. 12, MB&#8221; (the RM of Springfield, a local government unit, inside a nongovernmental census division), but also &#8220;Springfield, Woodstock, Carleton County, NB&#8221;, (a named place inside Woodstock Parish in Carleton County), and &#8220;Springfield, Swift Current No. 137, Division No. 8, SK&#8221; (a named place inside a rural municipality, inside a nongovernmental census divisions). The results from Google Maps appear mostly consistent with a <a href="http://www12.statcan.gc.ca/census-recensement/2006/dp-pd/prof/92-591/search-recherche/frm_res.cfm?Lang=E&#038;SearchType=Begins&#038;SearchPR=01&#038;SearchText=Springfield">search for Springfield at Statistics Canada</a>.<br />
<br/>For even <b>more</b> obscure geodata info, check out the Census&#8217;s list of <a href="http://www.census.gov/geo/www/geoareas/cousubtable.html">county subdivision types</a>, or their <a href="http://www.census.gov/geo/www/maps/cousub2k_maps.htm">maps of MCDs and CCDs</a>, by state. There&#8217;s also an even more obscure geographic subdivision not used by the census, the <a href="http://en.wikipedia.org/wiki/List_of_Delaware_Hundreds">hundred</a>, in Delaware. The hundred once <a href="http://en.wikipedia.org/wiki/Hundred_%28country_subdivision%29">also existed</a> in the UK (where some Local Government Districts took the name of a hundred), and Australia (where they&#8217;re still used in land descriptions as as one of the <a href="http://en.wikipedia.org/wiki/Cadastral_divisions_of_Australia">cadastral divisions of Australia</a>).</p>
]]></content:encoded>
			<wfw:commentRss>http://afiler.com/townships-and-other-hidden-features-in-google-maps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Radio Radio</title>
		<link>http://afiler.com/radio-radio/</link>
		<comments>http://afiler.com/radio-radio/#comments</comments>
		<pubDate>Fri, 20 Jun 2008 05:48:20 +0000</pubDate>
		<dc:creator>afiler</dc:creator>
				<category><![CDATA[Nerdery]]></category>

		<guid isPermaLink="false">http://afiler.com/2008/06/19/radio-radio/</guid>
		<description><![CDATA[The Story of my quest to photograph every town in North Dakota aired today on The Story from American Public Media. To hear my segment on the show, download the audio, and head to 31:00. I&#8217;m still busy posting all the dots I&#8217;ve shot to my Flickr photostream. I wasn&#8217;t sure which day the episode [...]]]></description>
			<content:encoded><![CDATA[<p><a title="Antenna, Grafton, North Dakota by afiler, on Flickr" href="http://flickr.com/photos/afiler/277608162/"><img style="float: left; margin-right: 10px; margin-bottom: 10px;" src="http://farm1.static.flickr.com/117/277608162_573b7e9a74_m.jpg" alt="Beach, North Dakota" width="240" height="180" /></a><strong>The Story</strong> of my quest to photograph every town in North Dakota aired today on <a href="http://thestory.org/archive/search_media?review_state=published&amp;start.query:record:list:date=2008-06-19%2023%3A59%3A59&amp;start.range:record=max&amp;end.query:record:list:date=2008-06-19%2000%3A00%3A00&amp;end.range:record=min&amp;month:int=6&amp;year:int=2008">The Story</a> from American Public Media. To hear my segment on the show, download <a href="http://thestory.org/archive/the_story_541_Baseball_Recyclers.mp3">the audio</a>, and head to 31:00.  I&#8217;m still busy posting all the dots I&#8217;ve shot to my <a href="http://flickr.com/photos/afiler/">Flickr photostream</a>. I wasn&#8217;t sure which day the episode would air until I got an email from Flickr user <a href="http://www.flickr.com/photos/forgottenspaces/">ForgottenSpaces</a> about my photographs. He also mentioned a photography project of his where he photographed <a href="http://www.uwm.edu/~tsharris/final/pages/map.html">billboard environs</a> all over the Midwest.  For more background on my Everydot project, read my <a href="http://www.mnartists.org/article.do?rid=138680">mnartists.org interview</a>. To see some dots, go to my <a href="http://flickr.com/photos/afiler/">Flickr photostream</a> or <a href="/everydot/">Everydot</a> page.  Photos mentioned in the interview:</p>
<ul>
<li><a href="http://flickr.com/photos/afiler/2587853021/in/set-72157605667337120/">The house</a> in <a href="http://flickr.com/photos/afiler/sets/72157605667337120/">Ambrose</a></li>
<li><a href="http://flickr.com/photos/afiler/1101518831/">Petrel</a>, which consists of a sign</li>
<li><a href="http://flickr.com/photos/afiler/sets/72157605440918401/">De Sart</a>, a spot in a field, with an abandoned house not far away</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://afiler.com/radio-radio/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
<enclosure url="http://thestory.org/archive/the_story_541_Baseball_Recyclers.mp3" length="23977846" type="audio/mpeg" />
		</item>
	</channel>
</rss>

