<?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</title>
	<atom:link href="http://afiler.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://afiler.com</link>
	<description>afiler.com</description>
	<lastBuildDate>Tue, 10 Apr 2012 08:04:05 +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>Munster, North Dakota</title>
		<link>http://afiler.com/munster-north-dakota/</link>
		<comments>http://afiler.com/munster-north-dakota/#comments</comments>
		<pubDate>Tue, 10 Apr 2012 08:04:05 +0000</pubDate>
		<dc:creator>afiler</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://afiler.com/?p=411</guid>
		<description><![CDATA[Munster, North Dakota, originally uploaded by afiler.]]></description>
			<content:encoded><![CDATA[<div style="text-align: left; padding: 3px;">
<a href="http://www.flickr.com/photos/afiler/3549121144/" title="photo sharing"><img src="http://farm4.staticflickr.com/3587/3549121144_6ece1a8974.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/afiler/3549121144/">Munster, North Dakota</a>, originally uploaded by <a href="http://www.flickr.com/photos/afiler/">afiler</a>.</span>
</div></p>
]]></content:encoded>
			<wfw:commentRss>http://afiler.com/munster-north-dakota/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>flickr Doomsday Clock Moves 1 minute closer to midnight</title>
		<link>http://afiler.com/flickr-doomsday-clock-moves-1-minute-closer-to-midnight/</link>
		<comments>http://afiler.com/flickr-doomsday-clock-moves-1-minute-closer-to-midnight/#comments</comments>
		<pubDate>Fri, 06 Apr 2012 23:26:56 +0000</pubDate>
		<dc:creator>afiler</dc:creator>
				<category><![CDATA[Everydot]]></category>

		<guid isPermaLink="false">http://afiler.com/?p=402</guid>
		<description><![CDATA[With the announcement of 2000 firings, and the statement that 2000 firings was &#8220;a drop in the bucket&#8220;, the Union of Concerned Photographers moves the flickr Doomsday Clock one minute closer to midnight. &#8220;Every round of indiscriminate firings at Yahoo! increases the possibility of the extinction of flickr, or worse yet, the possibility flickr might [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://afiler.com/wp-content/uploads/2012/04/flickr-doomsday-clock.png"><img src="http://afiler.com/wp-content/uploads/2012/04/flickr-doomsday-clock.png" alt="" title="flickr-doomsday-clock" width="422" height="190" class="aligncenter size-full wp-image-403" /></a></p>
<p>With the announcement of 2000 firings, and the statement that 2000 firings was &#8220;<a href="http://www.sfgate.com/cgi-bin/article.cgi?f=/g/a/2012/04/06/businessinsideryahoo-source-firing-.DTL" rel="nofollow">a drop in the bucket</a>&#8220;, the Union of Concerned Photographers moves the flickr Doomsday Clock one minute closer to midnight. &#8220;Every round of indiscriminate firings at Yahoo! increases the possibility of the extinction of flickr, or worse yet, the possibility flickr might be bought by Microsoft and turned into Windows Live Photos 8.&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://afiler.com/flickr-doomsday-clock-moves-1-minute-closer-to-midnight/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>&#8220;Downlinking&#8221; hardlinked files without unlink()ing them</title>
		<link>http://afiler.com/downlinking-hardlinked-files-without-unlinking-them/</link>
		<comments>http://afiler.com/downlinking-hardlinked-files-without-unlinking-them/#comments</comments>
		<pubDate>Wed, 28 Mar 2012 23:25:54 +0000</pubDate>
		<dc:creator>afiler</dc:creator>
				<category><![CDATA[Everydot]]></category>

		<guid isPermaLink="false">http://afiler.com/?p=386</guid>
		<description><![CDATA[Do you use hard links for organizing files but still find them a bit dangerous? Here&#8217;s a bash function that will delete files only if their link count is greater than 1. dnl() {   err=0   for x in "$@" ; do     if [[ -f "$x" &#38;&#38; `stat -f %l "$x"` -gt 1 [...]]]></description>
			<content:encoded><![CDATA[<p>Do you use hard links for organizing files but still find them a bit dangerous? Here&#8217;s a bash function that will delete files only if their link count is greater than 1.</p>
<pre>dnl() {
  err=0
  for x in "$@" ; do
    if [[ -f "$x" &amp;&amp; `stat -f %l "$x"` -gt 1 ]] ; then
      unlink "$x" || err=1
    else
      err=1
    fi
  done

  return $err
}</pre>
<p>One thing: this operation is not atomic &#8212; if that is important in your use case, please do not use this.</p>
]]></content:encoded>
			<wfw:commentRss>http://afiler.com/downlinking-hardlinked-files-without-unlinking-them/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Palermo, North Dakota</title>
		<link>http://afiler.com/palermo-north-dakota-3/</link>
		<comments>http://afiler.com/palermo-north-dakota-3/#comments</comments>
		<pubDate>Mon, 27 Feb 2012 20:39:13 +0000</pubDate>
		<dc:creator>afiler</dc:creator>
				<category><![CDATA[Everydot]]></category>

		<guid isPermaLink="false">http://afiler.com/?p=384</guid>
		<description><![CDATA[Palermo, North Dakota, originally uploaded by afiler.]]></description>
			<content:encoded><![CDATA[<div style="text-align: left; padding: 3px;">
<a href="http://www.flickr.com/photos/afiler/3705911073/" title="photo sharing"><img src="http://farm3.staticflickr.com/2469/3705911073_eef88aa4cf.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/afiler/3705911073/">Palermo, North Dakota</a>, originally uploaded by <a href="http://www.flickr.com/photos/afiler/">afiler</a>.</span>
</div></p>
]]></content:encoded>
			<wfw:commentRss>http://afiler.com/palermo-north-dakota-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Palermo, North Dakota</title>
		<link>http://afiler.com/palermo-north-dakota-2/</link>
		<comments>http://afiler.com/palermo-north-dakota-2/#comments</comments>
		<pubDate>Mon, 27 Feb 2012 20:38:56 +0000</pubDate>
		<dc:creator>afiler</dc:creator>
				<category><![CDATA[Everydot]]></category>

		<guid isPermaLink="false">http://afiler.com/?p=382</guid>
		<description><![CDATA[Palermo, North Dakota, originally uploaded by afiler.]]></description>
			<content:encoded><![CDATA[<div style="text-align: left; padding: 3px;">
<a href="http://www.flickr.com/photos/afiler/3706716430/" title="photo sharing"><img src="http://farm3.staticflickr.com/2461/3706716430_4ebbfc2264.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/afiler/3706716430/">Palermo, North Dakota</a>, originally uploaded by <a href="http://www.flickr.com/photos/afiler/">afiler</a>.</span>
</div></p>
]]></content:encoded>
			<wfw:commentRss>http://afiler.com/palermo-north-dakota-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Palermo, North Dakota</title>
		<link>http://afiler.com/palermo-north-dakota/</link>
		<comments>http://afiler.com/palermo-north-dakota/#comments</comments>
		<pubDate>Mon, 27 Feb 2012 20:38:42 +0000</pubDate>
		<dc:creator>afiler</dc:creator>
				<category><![CDATA[Everydot]]></category>

		<guid isPermaLink="false">http://afiler.com/?p=380</guid>
		<description><![CDATA[Palermo, North Dakota, originally uploaded by afiler.]]></description>
			<content:encoded><![CDATA[<div style="text-align: left; padding: 3px;">
<a href="http://www.flickr.com/photos/afiler/3706717614/" title="photo sharing"><img src="http://farm4.staticflickr.com/3444/3706717614_8a684e44a9.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/afiler/3706717614/">Palermo, North Dakota</a>, originally uploaded by <a href="http://www.flickr.com/photos/afiler/">afiler</a>.</span>
</div></p>
]]></content:encoded>
			<wfw:commentRss>http://afiler.com/palermo-north-dakota/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fillmore, North Dakota</title>
		<link>http://afiler.com/fillmore-north-dakota/</link>
		<comments>http://afiler.com/fillmore-north-dakota/#comments</comments>
		<pubDate>Sat, 18 Feb 2012 10:53:12 +0000</pubDate>
		<dc:creator>afiler</dc:creator>
				<category><![CDATA[Everydot]]></category>

		<guid isPermaLink="false">http://afiler.com/?p=378</guid>
		<description><![CDATA[Fillmore, North Dakota, originally uploaded by afiler.]]></description>
			<content:encoded><![CDATA[<div style="text-align: left; padding: 3px;">
<a href="http://www.flickr.com/photos/afiler/6179282294/" title="photo sharing"><img src="http://farm7.staticflickr.com/6161/6179282294_09f06e17b7.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/afiler/6179282294/">Fillmore, North Dakota</a>, originally uploaded by <a href="http://www.flickr.com/photos/afiler/">afiler</a>.</span>
</div></p>
]]></content:encoded>
			<wfw:commentRss>http://afiler.com/fillmore-north-dakota/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>External power and non-Nikon batteries on the Nikon D3100</title>
		<link>http://afiler.com/external-power-and-non-nikon-batteries-on-the-nikon-d3100/</link>
		<comments>http://afiler.com/external-power-and-non-nikon-batteries-on-the-nikon-d3100/#comments</comments>
		<pubDate>Fri, 03 Feb 2012 07:51:23 +0000</pubDate>
		<dc:creator>afiler</dc:creator>
				<category><![CDATA[Nerdery]]></category>

		<guid isPermaLink="false">http://afiler.com/?p=376</guid>
		<description><![CDATA[_DSC8718, originally uploaded by afiler. The Nikon D3100 is a great camera for the price, the bottom end of Nikon&#8217;s DSLR range. Being a bottom-end camera, a few things are missing, like an external power connector. I&#8217;m using this camera in a fixed setup for slide scanning. The 1080p live view makes an excellent way [...]]]></description>
			<content:encoded><![CDATA[<div style="text-align: left; padding: 3px;">
<a href="http://www.flickr.com/photos/afiler/6810717063/" title="photo sharing"><img src="http://farm8.staticflickr.com/7027/6810717063_78a01ace37.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/afiler/6810717063/">_DSC8718</a>, originally uploaded by <a href="http://www.flickr.com/photos/afiler/">afiler</a>.</span>
</div>
<p>
The Nikon D3100 is a great camera for the price, the bottom end of Nikon&#8217;s DSLR range. Being a bottom-end camera, a few things are missing, like an external power connector. I&#8217;m using this camera in a fixed setup for slide scanning. The 1080p live view makes an excellent way to preview slides on an HDMI monitor, but this will drain the battery quickly. One option is to use the Nikon EP-5A, which is basically a battery-like plug for the camera, which then attaches to the Nikon EH-5A power supply. This will run you about about $108 at B&#038;H. A spare battery will run you another $50. None of the third-party batteries available apparently work in the D3100, as Nikon puts some sort of inkjet cartridge-style money-sucking chip inside their batteries. (I&#8217;m sure the vast camera accesory factories in China are working to overcome this issue).</p>
<p>It turns out the answer to both these problems is a third-party D3100 battery grip, $20something from Amazon.</p>
<p><a href="http://www.flickr.com/photos/afiler/6810716351/" title="_DSC8703 by afiler, on Flickr"><img src="http://farm8.staticflickr.com/7172/6810716351_38be270293.jpg" width="500" height="334" alt="_DSC8703"></a></p>
<p>The left-hand battery slot in the D3100 will take the $8 third-party batteries, as the camera is happy as long as it can see a Nikon battery when it starts up. I decided to add a barrel type power jack so I can power the camera off a power supply. I suppose it&#8217;s possible that all these infidel non-Nikon parts could cause the camera to explode, so don&#8217;t try this at home, kids.</p>
<p><a href="http://www.flickr.com/photos/afiler/6810716749/" title="_DSC8706 by afiler, on Flickr"><img src="http://farm8.staticflickr.com/7151/6810716749_6664a684e6.jpg" width="500" height="334" alt="_DSC8706"></a></p>
<p>The battery grip contains a circuit board that runs the whole width.</p>
<p><a href="http://www.flickr.com/photos/afiler/6810717611/" title="_DSC8720 by afiler, on Flickr"><img src="http://farm8.staticflickr.com/7014/6810717611_2dd57fb972.jpg" width="500" height="334" alt="_DSC8720"></a></p>
<p>I attached the barrel plug to the left-hand (&#8220;infidel&#8221;) battery slot. In this photo, Green is &#8211; and White is +. Most DC power supplies are center-positive, and so I used that scheme here. I picked a spot for the barrel plug that puts it right against the battery slot so it can&#8217;t easily pop out. I carefully drilled a hole in the case, squared it off, and hot glued it in.</p>
<p>It works perfectly. You can even remove the genuine battery once the camera is booted.</p>
]]></content:encoded>
			<wfw:commentRss>http://afiler.com/external-power-and-non-nikon-batteries-on-the-nikon-d3100/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Cloud County 765</title>
		<link>http://afiler.com/cloud-county-765/</link>
		<comments>http://afiler.com/cloud-county-765/#comments</comments>
		<pubDate>Fri, 20 Jan 2012 01:07:08 +0000</pubDate>
		<dc:creator>afiler</dc:creator>
				<category><![CDATA[Other People's Photos]]></category>

		<guid isPermaLink="false">http://afiler.com/?p=368</guid>
		<description><![CDATA[Photo by Jake on the AARoads Blog.]]></description>
			<content:encoded><![CDATA[<div id="attachment_369" class="wp-caption aligncenter" style="width: 501px"><a href="http://www.aaroads.com/blog/2011/09/06/rocky-mountains-july-11-part-iv/"><img class=" wp-image-369  " title="Cloud County 765" src="http://afiler.com/wp-content/uploads/2012/01/DSC_110946A-1024x558.jpg" alt="" width="491" height="268" /></a><p class="wp-caption-text">Cloud County 765</p></div>
<p>Photo by <a href="http://www.aaroads.com/blog/2011/09/06/rocky-mountains-july-11-part-iv/">Jake on the AARoads Blog</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://afiler.com/cloud-county-765/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>
	</channel>
</rss>

