<?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>HunterTrek.com &#187; flickr</title>
	<atom:link href="http://huntertrek.com/wp/tag/flickr/feed/" rel="self" type="application/rss+xml" />
	<link>http://huntertrek.com/wp</link>
	<description>Strike that.  Reverse it.</description>
	<lastBuildDate>Fri, 30 Jul 2010 04:49:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Flickr Metadata Downloader in Python</title>
		<link>http://huntertrek.com/wp/2009/07/27/flickr-metadata-downloader-in-python/</link>
		<comments>http://huntertrek.com/wp/2009/07/27/flickr-metadata-downloader-in-python/#comments</comments>
		<pubDate>Mon, 27 Jul 2009 15:44:14 +0000</pubDate>
		<dc:creator>Joshua</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[flickr]]></category>
		<category><![CDATA[photos]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://huntertrek.com/wp/?p=1137</guid>
		<description><![CDATA[If you know me, you know that we take a lot of pictures.  You&#8217;ll also likely have heard me say something along the lines of &#8220;There will be a whole generation of kids who grows up and as adults have no photos of themselves when they were young.&#8221;  Or something like &#8220;There are only two [...]]]></description>
			<content:encoded><![CDATA[<p>If you know me, you know that we take a lot of pictures.  You&#8217;ll also likely have heard me say something along the lines of &#8220;There will be a whole generation of kids who grows up and as adults have no photos of themselves when they were young.&#8221;  Or something like &#8220;There are only two kinds of photos online: The ones that never go away (that kegstand photo that shows up at your job interview) and the ones that disappear forever (your baby&#8217;s first birthday pictures).&#8221; I really do believe this to be true.  Think about all the people you know where the only pictures they have of their kids are on their cell phone. When the phone is lost so are the pictures.  Or photos are stored on a single hard drive that crashes.  Or photos that never get off the memory card of the camera.  At least with film you could always find that shoebox in the attic full of your childhood photos.</p>
<p>So as part of my paranoia about losing the photos we take a couple of precautions.  First we get the pictures off the memory cards and onto the computer as soon as we can.  Then we back the whole computer up using Carbonite.  <a href="2007/12/18/backup-your-computer-before-it-is-too-late/" target="_blank">I&#8217;ve talked about it before.</a> This includes all the photos.  It gets the photos themselves off site in case the computer is stolen or hard drive crashes.  Next we upload all of the photos to Flickr.  It acts as both a backup system and of course a way to share our photos.  When we upload to Flickr we also add tags and descriptions.</p>
<p>It occurred to me a couple of weeks ago that all this additional data, the metadata of tags and descriptions, is almost as import as the pictures themselves.  With all that metadata we can search for and find photos which would be impossible without it.  We can search for and find photos that have Wesley and Jillian swimming and find them all in just a few minutes. Want only the ones that also have Amber? No problem.  But what if Flickr goes away? They might shutdown or kick us off for no reason at all. It happens with web services all the time.  Then we&#8217;d have copies of the pictures on our computer and backed up off site, but I&#8217;d have no way to find a specific picture and we&#8217;d also have no idea what was happening in those pictures.</p>
<p>I decided we needed a local copy of the metadata as well.  Luckily <a href="http://flickr.com/services/api" target="_blank">Flickr has an awesome API</a>.  You can programmatically interface with all your images and data.  I decided that I&#8217;d use <a href="http://python.org" target="_blank">Python</a> to do the heavy lifting and (Beej&#8217;s) <a href="http://stuvel.eu/projects/flickrapi" target="_blank">Python Flickr API kit</a> to interface with  Flickr. I wrote my script (download at the bottom of this page) using ActiveState Python version 2.6.1 on Windows Vista, but it should work on a wide variety of systems.</p>
<p>The program downloads the most critical information about each photo, but not the photo itself.  A lot of variables are set near the top of the script and are easily and safely edited by the user.  These control things like the name of the database file (it uses <a href="http://sqlite.org" target="_blank">SQLite</a> for persistent storage) and date ranges (upload dates) of photo information you want to download.  It handles exporting the data to a CSV file (easily loaded into an Excel spreadsheet) and a few database management tasks.</p>
<p><strong>Prerequisites: </strong>You&#8217;ll need these in place to begin (and they are all free!)</p>
<ul>
<li>Python &#8211; I use <a href="http://activestate.com/activepython/" target="_blank">ActiveState</a> Python for Windows.  It is free and easy to install</li>
<li><a href="http://pypi.python.org/pypi/flickrapi" target="_blank">Python Flickr API kit</a> &#8211; instructions for install  and other documentation are <a href="http://stuvel.eu/projects/flickrapi#documentation" target="_blank">here</a>.</li>
<li>A Flickr API Key &#8211; <a href="http://www.flickr.com/services/api/keys/apply/" target="_blank">request one from Flickr</a> &#8211; the non-commercial is what you want<br />
<a href="http://huntertrek.com/wp/wp-content/uploads/2009/07/flickr_api_request.png" rel="lightbox[1137]"><img class="alignnone size-medium wp-image-1139" title="flickr_api_request" src="http://huntertrek.com/wp/wp-content/uploads/2009/07/flickr_api_request-400x109.png" alt="flickr_api_request" width="400" height="109" /></a></li>
<li>Your Flickr User ID &#8211; you can <a href="http://www.flickr.com/services/api/explore/?method=flickr.people.getInfo" target="_blank">find that here</a>, it is at the top of the right hand column</li>
</ul>
<p><strong>What it can do:<br />
</strong></p>
<ul>
<li>Download the photoID (flickr&#8217;s unique ID for each uploaded item), the file format (jpg, gif, etc),  tags, descriptions, photo upload and taken dates, and the URL for the photo on Flickr.  Right now it only downloads photo information, not other media.</li>
<li>Export the information to a CSV file you can open with Excel and use however you like</li>
<li>Handle basic database management like removing duplicates and compacting the database</li>
</ul>
<p><strong>How you use it:<br />
</strong></p>
<ul>
<li>Once you have your Flickr Key insert the information they give you along with your UserID into the script near the top of the Variables section.  You have to have this setup to download your photos. The first time you run it you will be asked to authenticate this application on your account.  A browser window will launch automatically and taking you to Flickr.<br />
<a href="http://huntertrek.com/wp/wp-content/uploads/2009/07/flickr_authentication.png" rel="lightbox[1137]"><img class="alignnone size-full wp-image-1142" title="flickr_authentication" src="http://huntertrek.com/wp/wp-content/uploads/2009/07/flickr_authentication.png" alt="flickr_authentication" width="576" height="64" /></a><br />
<a href="http://huntertrek.com/wp/wp-content/uploads/2009/07/app_auth_text.png" rel="lightbox[1137]"><img class="alignnone size-full wp-image-1143" title="app_auth_text" src="http://huntertrek.com/wp/wp-content/uploads/2009/07/app_auth_text.png" alt="app_auth_text" width="464" height="33" /></a></li>
<li>Edit any information you want to change (date range perhaps) and then run the script (either from the command line or by double clicking the icon). It will proceed to create your database (if not already there), query Flickr for photo IDs, check to see if you already have them in your database, and download your new data.  My experience has been that I am able to download information on about 10,000 photos before my connection to Flickr fails.  Sometimes it is more, sometimes I only get a few thousand.  Luckily because the program writes info to the database nothing is lost and you don&#8217;t have to start fresh.  Just launch the program again and it will pick up where it left off.  It took me four or five runs to get everything about all 36,000 photos we have online.</li>
<li>To export data to a CSV file run the application from the command line using the &#8220;&#8211;export&#8221; flag.</li>
<li>To shrink the database use the &#8220;&#8211;compactdb&#8221; flag at the command line.  You only need to do this if data has been removed.</li>
<li>To remove any duplicates use the &#8220;&#8211;dedup&#8221; flag at the command line.  You shouldn&#8217;t have duplicates, as it should skip them during download, but just in case.</li>
<li>You can use the &#8220;&#8211;help&#8221; command line flag to pull up brief help.<br />
<a href="http://huntertrek.com/wp/wp-content/uploads/2009/07/command_line_options.png" rel="lightbox[1137]"><img class="alignnone size-full wp-image-1140" title="command_line_options" src="http://huntertrek.com/wp/wp-content/uploads/2009/07/command_line_options.png" alt="command_line_options" width="438" height="155" /></a></li>
</ul>
<p><strong>What&#8217;s Coming:</strong></p>
<p>The program isn&#8217;t perfect (but I ask you, who among us is?) and I already have a long list of things I&#8217;d like to improve.  I just wanted to get it out there since it works even if it isn&#8217;t pretty.  I&#8217;m sure the code could be cleaned up a lot.  It currently stands at almost 400 lines about 120 of which are comments (mostly so I can remember what the heck I was thinking when I wrote each bit).  Some of the improvements and new features are found as comments in the application itself including:</p>
<ul>
<li>Catch errors and exit more gracefully.  Currently it just spews out errors and exits hard.</li>
<li>Get it to restart a download after Flickr errors a given number of times.</li>
<li>Retrieve comments left on photos, security settings, and exif data.</li>
<li>Move user configurable variables to .ini file using ConfigParser module.</li>
<li>Once the .ini is done it might be possible to create this as .exe so you wouldn&#8217;t need to install Python or anything else.</li>
<li>Use indexes in the db to speed up some of the query and export processes.  I&#8217;ve played with this a bit and using indexes has sped my export from 10 minutes to 10 seconds.</li>
<li>Add a command line option for statistics (# of photos, unique tags, etc).</li>
<li>Add a command line option to allow removal of data about a single photo id (remove photo, tags, etc) or range of ids.  By date range too.</li>
<li>Converting the Unicode characters to ASCII or UTF8 so some characters in descriptions (and presumably comments) render correctly.  Flickr uses Unicode, so does the database, but the module that writes the CSV file doesn&#8217;t.</li>
</ul>
<p><strong>SQLite Manager:</strong></p>
<p>One of the best things about this application is that it uses an SQLite database.  This is the same kind of database used by applications like the FireFox browser to store your bookmarks, Skype, the iPhone, etc.  They claim that it is &#8220;the  <a href="http://sqlite.org/mostdeployed.html" target="_blank">most widely deployed</a> SQL database engine in the world&#8221;.  With the data in the database you can interact with it using <a href="http://en.wikipedia.org/wiki/SQL" target="_blank">Transactional-SQL</a> to do data manipulation like you never could in a spreadsheet.  And the best way to play with all your newly downloaded data is to use the <a href="https://addons.mozilla.org/en-US/firefox/addon/5817" target="_blank">SQLite Manager plugin for firefox</a>.  It offers a graphical way to browse, query, and alter your database.  It is easy to use and you can use it to peak into all the various SQLite databases residing on your computer you didn&#8217;t even realize were there.  You might even learn a little SQL.  <strong><em>Be sure to make a copy of your database before you go messing around</em></strong>.</p>
<p><a href="http://huntertrek.com/wp/wp-content/uploads/2009/07/sqlitemanager.png" rel="lightbox[1137]"><img class="alignnone size-full wp-image-1141" title="sqlitemanager" src="http://huntertrek.com/wp/wp-content/uploads/2009/07/sqlitemanager.png" alt="sqlitemanager" width="831" height="227" /></a></p>
<p><strong>DOWNLOAD: </strong><a href="http://huntertrek.com/wp/wp-content/uploads/2009/07/flickr_download_photo_metadata_20090728.py"></a><a href="http://huntertrek.com/wp/wp-content/uploads/2009/07/flickr_download_photo_metadata_20090728.py">flickr_download_photo_metadata_20090728</a> (right click and save as, make sure it ends in .py)</p>
]]></content:encoded>
			<wfw:commentRss>http://huntertrek.com/wp/2009/07/27/flickr-metadata-downloader-in-python/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Twitter Your Photos From Flickr</title>
		<link>http://huntertrek.com/wp/2009/07/01/twitter-your-photos-from-flickr/</link>
		<comments>http://huntertrek.com/wp/2009/07/01/twitter-your-photos-from-flickr/#comments</comments>
		<pubDate>Thu, 02 Jul 2009 02:24:38 +0000</pubDate>
		<dc:creator>Joshua</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[flickr]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://huntertrek.com/wp/?p=1089</guid>
		<description><![CDATA[This week Flickr has introduced a great new feature: The ability to post and update to Twitter directly from Flickr.  They even have their own URL shortener to make the links much more usable.  Setting it all up is easy, but not exactly obvious.  So here are the quick and easy steps to quick and [...]]]></description>
			<content:encoded><![CDATA[<p>This week <a title="Flickr.com" href="http://flickr.com" target="_blank">Flickr</a> has introduced a great new feature: The ability to post and update to Twitter directly from Flickr.  They even have their own URL shortener to make the links much more usable.  Setting it all up is easy, but not exactly obvious.  So here are the quick and easy steps to quick and easy photo (or video) posts on Twitter.</p>
<ol>
<li>The first thing you need is to get a Twitter account if you don&#8217;t already have one.  To do that just head over to <a title="Twitter.com" href="http://twitter.com" target="_blank">Twitter.com</a> and click the &#8220;Get Started&#8221; button.</li>
<li>Once you have that head over to <a title="Flickr.com" href="http://flickr.com" target="_blank">Flickr </a>and sign into your account.  Once you&#8217;ve signed in click on the &#8220;You&#8221; menu and select &#8220;Your Account&#8221;<a href="http://huntertrek.com/wp/wp-content/uploads/2009/07/flickr-com-picture-1.png" rel="lightbox[1089]"><img class="alignnone size-full wp-image-1090" title="flickr-com-picture-1" src="http://huntertrek.com/wp/wp-content/uploads/2009/07/flickr-com-picture-1.png" alt="flickr-com-picture-1" width="181" height="329" /></a></li>
<li>On the next page click on the &#8220;Extending Flickr&#8221; menu.<br />
<a href="http://huntertrek.com/wp/wp-content/uploads/2009/07/flickr-com-picture-2.png" rel="lightbox[1089]"><img class="alignnone size-full wp-image-1091" title="flickr-com-picture-2" src="http://huntertrek.com/wp/wp-content/uploads/2009/07/flickr-com-picture-2.png" alt="flickr-com-picture-2" width="517" height="37" /></a></li>
<li>Next click the &#8220;Edit&#8221; link in the &#8220;Your blogs&#8221; section.</li>
<li>Click on the &#8220;Add Another Blog&#8221; link<br />
<a href="http://huntertrek.com/wp/wp-content/uploads/2009/07/flickr-com-picture-3.png" rel="lightbox[1089]"><img class="alignnone size-full wp-image-1092" title="flickr-com-picture-3" src="http://huntertrek.com/wp/wp-content/uploads/2009/07/flickr-com-picture-3.png" alt="flickr-com-picture-3" width="169" height="45" /></a></li>
<li>Select Twitter from the dropdown menu and click &#8220;Next&#8221;<br />
<a href="http://huntertrek.com/wp/wp-content/uploads/2009/07/flickr-com-picture-4.png" rel="lightbox[1089]"><img class="alignnone size-full wp-image-1093" title="flickr-com-picture-4" src="http://huntertrek.com/wp/wp-content/uploads/2009/07/flickr-com-picture-4.png" alt="flickr-com-picture-4" width="415" height="111" /></a></li>
<li>Then just do what it says on the page.  Click the big button and head over to Twitter automatically to give Flickr permission to post to your Twitter account.<br />
<a href="http://huntertrek.com/wp/wp-content/uploads/2009/07/flickr-com-picture-5.png" rel="lightbox[1089]"><img class="alignnone size-medium wp-image-1094" title="flickr-com-picture-5" src="http://huntertrek.com/wp/wp-content/uploads/2009/07/flickr-com-picture-5-399x180.png" alt="flickr-com-picture-5" width="399" height="180" /></a></li>
<li>Enter in your Twitter login info (if you aren&#8217;t already logged in) and then click the &#8220;Allow&#8221; button.<br />
<a href="http://huntertrek.com/wp/wp-content/uploads/2009/07/twitter-com-picture-1.png" rel="lightbox[1089]"><img class="alignnone size-medium wp-image-1095" title="twitter-com-picture-1" src="http://huntertrek.com/wp/wp-content/uploads/2009/07/twitter-com-picture-1-400x195.png" alt="twitter-com-picture-1" width="400" height="195" /></a></li>
</ol>
<p>Now that your accounts are all set up you can post to twitter a couple of different ways.</p>
<ol>
<li>By using the special email address you can send your photos directly to Flickr and create a Twitter update at the same time.  Your new post to Twitter email is exactly the same as your old post to Flickr email, but adds &#8220;2twitter&#8221; before the @ sign.  They show you this email address when you finish your Twitter/Flickr setup, but you can also find it in your Account under the &#8220;Email&#8221; tab.  As the photo below says, &#8220;The subject line of your email will be your tweet and the title of your photo&#8230;&#8221;.  Keep it to 116 characters or less to leave room for the link.<br />
<a href="http://huntertrek.com/wp/wp-content/uploads/2009/07/2twitteremail.gif" rel="lightbox[1089]"><img class="alignnone size-medium wp-image-1096" title="2twitteremail" src="http://huntertrek.com/wp/wp-content/uploads/2009/07/2twitteremail-400x148.gif" alt="2twitteremail" width="400" height="148" /></a></li>
<li>The other way is directly from Flickr.com.  Simply head to your photo, click the blog this button and select your Twitter account from the list.  The photo needs to be public before you can post the link to Twitter.  You get the chance to make it public if it isn&#8217;t already.  Then you will get the chance to write your tweet and it even shows you the link of your photo using the new flic.kr url shortening service.  Click &#8220;Post Entry&#8221; and you are set, your new tweet is winging its way to all your followers with a link to your photo on Flickr.<br />
<a href="http://huntertrek.com/wp/wp-content/uploads/2009/07/composetwitter.gif" rel="lightbox[1089]"><img class="alignnone size-medium wp-image-1097" title="composetwitter" src="http://huntertrek.com/wp/wp-content/uploads/2009/07/composetwitter-400x238.gif" alt="composetwitter" width="400" height="238" /></a></li>
</ol>
<p>The key to this whole thing is the new Flic.kr URL shortening service.  It takes the extremely long link to your photo, the one for the photo above is <a href="http://flic.kr/p/6ApMgr" target="_blank">http://www.flickr.com/photos/hunterji/3671184555/</a>, 49 characters and shortens it. In this case: <a href="http://flic.kr/p/6ApMgr" target="_blank">http://flic.kr/p/6ApMgr</a><strong> </strong>,23 characters.<strong> </strong>One great thing is that you don&#8217;t have to actually post to twitter.  Just get to the last step, before posting and grab that link.  Because Flic.kr is using a <a href="http://simonwillison.net/2009/Apr/11/revcanonical/" target="_blank">Base58</a> algorithm to create the shortened URL, everyone of your photos already has a short URL regardless of if you&#8217;ve created a tweet or not.  Just copy the new short link from the page and use it however you like.</p>
]]></content:encoded>
			<wfw:commentRss>http://huntertrek.com/wp/2009/07/01/twitter-your-photos-from-flickr/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flickr Milestone: 100,000 Views</title>
		<link>http://huntertrek.com/wp/2009/01/24/flickr-milestone-100000-views/</link>
		<comments>http://huntertrek.com/wp/2009/01/24/flickr-milestone-100000-views/#comments</comments>
		<pubDate>Sun, 25 Jan 2009 02:10:04 +0000</pubDate>
		<dc:creator>Joshua</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[flickr]]></category>

		<guid isPermaLink="false">http://huntertrek.com/wp/?p=758</guid>
		<description><![CDATA[Not too long ago I wrote about how we had 25,000 photos on Flickr (we are approaching 30,000 now).  Even more impressive to me is that we have now reached more than 100,000 views of our pictures and videos.  Most of these, I&#8217;m sure, are from my mom.  But let&#8217;s take a look at the [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://flickr.com/photos/hunterji"><img class="alignnone size-full wp-image-768" title="100000_views" src="http://huntertrek.com/wp/wp-content/uploads/2009/01/100000_views.png" alt="" width="500" height="120" /></a></p>
<p>Not too long ago I wrote about how we had <a href="/wp/2008/09/24/flickr-milestone-25000-photos-and-growing/" target="_blank">25,000 photos</a> on Flickr (we are approaching 30,000 now).  Even more impressive to me is that we have now reached more than 100,000 views of our pictures and videos.  Most of these, I&#8217;m sure, are from my mom.  But let&#8217;s take a look at the stats Flickr provides.</p>
<p>Our most popular pictures by far are those we took a few years ago of the <a title="Fremont Summer Solstice Parade Pictures" href="http://flickr.com/photos/hunterji/tags/fremontsummersolsticeparade/" target="_blank">Summer Solstice Parade in Fremont</a>.  In fact the top ten pictures are all from that event and between them have more than 25,000 views.  The number one picture is below.  Nice I guess, but worth 8000+ views?</p>
<p><a href="http://flickr.com/photos/hunterji/169176740/"><img class="alignnone" title="Our Most Popular Photo" src="http://farm1.static.flickr.com/65/169176740_615f32ef65.jpg" alt="" width="500" height="375" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://huntertrek.com/wp/2009/01/24/flickr-milestone-100000-views/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flickr Milestone: 25,000 Photos and Growing</title>
		<link>http://huntertrek.com/wp/2008/09/24/flickr-milestone-25000-photos-and-growing/</link>
		<comments>http://huntertrek.com/wp/2008/09/24/flickr-milestone-25000-photos-and-growing/#comments</comments>
		<pubDate>Thu, 25 Sep 2008 01:14:26 +0000</pubDate>
		<dc:creator>Joshua</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[flickr]]></category>
		<category><![CDATA[photos]]></category>

		<guid isPermaLink="false">http://huntertrek.com/wp/?p=437</guid>
		<description><![CDATA[Today we hit a pretty big milestone on Flickr.  Okay it isn&#8217;t really a big deal at all in the grand scheme of things, but today we uploaded our 25,000th photo to Flickr.  And then kept right on going.  Of those photos less than 11,000 are publicly viewable.  Most of the rest are visible to [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_440" class="wp-caption alignnone" style="width: 510px"><a href="http://huntertrek.com/wp/wp-content/uploads/2008/09/25kplus1.gif" rel="lightbox[437]"><img class="size-full wp-image-440" title="25kplus1" src="http://huntertrek.com/wp/wp-content/uploads/2008/09/25kplus1.gif" alt="" width="500" height="194" /></a><p class="wp-caption-text">25,034 items on Flickr</p></div>
<p>Today we hit a pretty big milestone on Flickr.  Okay it isn&#8217;t really a big deal at all in the grand scheme of things, but today we uploaded our 25,000th photo to Flickr.  And then kept right on going.  Of those photos less than 11,000 are publicly viewable.  Most of the rest are visible to contacts marked as friends or family while a few remain private for only Amber and I.  We &#8220;censor&#8221; or trim the photos that are visible to the public for two reasons:  1) We take too many photos.  Unless you are a dedicated Wesley or Jillian fan you&#8217;d probably give up when faced with fifty pictures of the kids in the living room and miss the photos of the kids at the park that we also uploaded that day.  2) There are a lot of weirdos out there.  We make non-public any photos that show any parts of the kids that aren&#8217;t usually visible in public.</p>
<p>You&#8217;ll also notice we are closing in on 100,000 views (so keep looking at those photos people).  I&#8217;m sure I&#8217;ll post about that milestone as well, when the time comes.</p>
]]></content:encoded>
			<wfw:commentRss>http://huntertrek.com/wp/2008/09/24/flickr-milestone-25000-photos-and-growing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->