<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
>

<channel>
	<title>CogDogBlog &#187; flickr</title>
	<atom:link href="http://cogdogblog.com/tag/flickr/feed/" rel="self" type="application/rss+xml" />
	<link>http://cogdogblog.com</link>
	<description>Alan Levine&#039;s space for barking about and playing with technology</description>
	<lastBuildDate>Mon, 13 Feb 2012 03:36:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<creativeCommons:license>http://creativecommons.org/licenses/by/3.0/us/</creativeCommons:license>
		<item>
		<title>From the CogDogLab: Pechaflickr</title>
		<link>http://cogdogblog.com/2011/05/26/pechaflickr/</link>
		<comments>http://cogdogblog.com/2011/05/26/pechaflickr/#comments</comments>
		<pubDate>Thu, 26 May 2011 17:54:24 +0000</pubDate>
		<dc:creator>Alan Levine aka CogDog</dc:creator>
				<category><![CDATA[Blog Pile]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[flickr]]></category>

		<guid isPermaLink="false">http://cogdogblog.com/?p=6870</guid>
		<description><![CDATA[Here is a new toy to play with- announcing Pechaflickr, the pecha kucha + battle decks + flickr mashup. Type in a tag, click &#8220;play&#8221;, and you will be served up 20 random flickr photos, displayed each for 20 seconds. The idea is to have people practice the art of improv to a set of never before seen images, and try to make sense of it. I owe the idea to Giulia Forsyth, who days before 2011 Northern Voice tweeted me asking if there was some way to make Five Card Flickr do something like this. My first, lame response was going to be: Yeah, do 5 Card flickr 4 times ;-) But I thought this might be fun to do. My first round was a build off of the same code that I wrote for 5 Card Flickr, because all of the image data for the tags read in [...]]]></description>
			<content:encoded><![CDATA[<p>Here is a new toy to play with- announcing <a href="http://lab.cogdogblog.com/pechaflickr/">Pechaflickr</a>, the <a href="http://www.pecha-kucha.org/">pecha kucha</a> + <a href="http://www.google.com/search?q=battle+decks">battle decks</a> + <a href="http://flickr.com/">flickr</a> mashup.</p>
<p><a href="http://lab.cogdogblog.com/pechaflickr/"><img src="http://cogdogblog.com/wp-content/uploads/2011/05/pechaflickr.jpg" alt="" title="pechaflickr" width="500" height="404" class="alignnone size-full wp-image-6871" /></a></p>
<p>Type in a tag, click &#8220;play&#8221;, and you will be served up 20 random flickr photos, displayed each for 20 seconds. The idea is to have people practice the art of improv to a set of never before seen images, and try to make sense of it.</p>
<p>I owe the idea to <a href="http://gforsythe.ca">Giulia Forsyth</a>, who days before 2011 Northern Voice tweeted me asking if there was some way to make <a href="http://5card.cogdogblog.com/">Five Card Flickr</a> do something like this. My first, lame response was going to be:</p>
<blockquote><p>Yeah, do 5 Card flickr 4 times ;-)</p></blockquote>
<p>But I thought this might be fun to do. My first round was a build off of the same code that I wrote for 5 Card Flickr, because all of the image data for the tags read in are stored locally in my database (the site pulls in the flickr id for a photo needed to generate a size of an image via the API).</p>
<p>That was not hard, after tapping into a jquery library for slide shows, <a href="http://jquery.malsup.com/cycle/">jquery cycle</a>, which is amazing for what it provides to create a variety of web-based slideshows. But it seemed limiting to use only the tags defined for my other site.</p>
<p>So I pressed rewind, and just wrote something from scratch, using the same <a href="http://phpflickr.com/">phpflickr library</a> to work with the flickr API. In this version, I use the API to pull up the 200 most recent photos with the tag into an array, and then use <strong>array_rand()</strong> to grab 20 random from among those, which are then served up by the jquery cycle gig.</p>
<p>I found that the first image in the set loaded a bit slowly, so I made the first slide an intro/explanation/teaser image I pre-created (I have five of them, so you get a random one each time).</p>
<p><img src="http://cogdogblog.com/wp-content/uploads/2011/05/pf1.jpg" alt="" title="pf1" width="500" height="333" class="alignnone size-full wp-image-6872" /></p>
<p>The images are then displayed 20 seconds at a time, with a counter on the left- here is an example using tyhe tag &#8220;dog&#8221; (is there another tag worth doing?)</p>
<p><img src="http://cogdogblog.com/wp-content/uploads/2011/05/pf2.jpg" alt="" title="pf2" width="500" height="343" class="alignnone size-full wp-image-6873" /></p>
<p><img src="http://cogdogblog.com/wp-content/uploads/2011/05/pf3.jpg" alt="" title="pf3" width="500" height="343" class="alignnone size-full wp-image-6874" /></p>
<p>I did a demo of this at a Moosecamp session for Northern Voice, and people seemed to like it.</p>
<p>After I can do some tweaking of the layout and fish for feedback, I will post the code for it. Some things that people asked for included:</p>
<ul>
<li>An ability on the front to select the duration for slides to appear (it is fixed at 20 seconds, but this could be a menu option).</li>
<li>An ability to change the number of slides (maybe a mini pecha, say 10 slides?)</li>
<li>A clock on the screen (I am against the idea, it does not meet with the concept, but that is just me)</li>
<li>Perhaps a way fo presetting some &#8220;easy&#8221;, &#8216;medium&#8221;, &#8220;hard&#8221; settings to set the challenge level</li>
</ul>
<p>No promises I will do any of this, but I will at least share the code soon.</p>
<p>But this was fun to make!</p>
<p>Give it a play at <a href="http://lab.cogdogblog.com/pechaflickr/">http://lab.cogdogblog.com/pechaflickr/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://cogdogblog.com/2011/05/26/pechaflickr/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by/3.0/us/</creativeCommons:license>
	</item>
		<item>
		<title>My Life in 2000 Flickr Photos</title>
		<link>http://cogdogblog.com/2011/02/10/2000-flickr-photos/</link>
		<comments>http://cogdogblog.com/2011/02/10/2000-flickr-photos/#comments</comments>
		<pubDate>Fri, 11 Feb 2011 01:44:03 +0000</pubDate>
		<dc:creator>Alan Levine aka CogDog</dc:creator>
				<category><![CDATA[Blog Pile]]></category>
		<category><![CDATA[ds106]]></category>
		<category><![CDATA[flickr]]></category>

		<guid isPermaLink="false">http://cogdogblog.com/?p=6295</guid>
		<description><![CDATA[Just by some idle browsing of the discussions inside the 2011/365 flickr group, I found Elizabeth&#8217;s link and mention of pummelvision &#8211; a service that allows you to validate your flickr account and have it create a video of your last 2000 flickr photos and publish it right to YouTube, How could I not try that? It was about 2 minutes to authenticate and set up, though you have to wait until they notify you that it is ready. Here is mine- It&#8217;s a bit mesmerizing, well maybe, Perhaps it is boring. But how much easier could it be to make a video of your flickr photos? I know people sit down and make a video of a year&#8217;s worth, but you can do it here in a few clicks (you can also select a set to make a movie from). Sure, some of you want your title sequences and [...]]]></description>
			<content:encoded><![CDATA[<p>Just by some idle browsing of the discussions inside the <a href="http://www.flickr.com/groups/366photos/">2011/365 flickr group</a>, I found <a href="http://www.flickr.com/photos/lloydcrew/">Elizabeth&#8217;s</a> link and mention of <a href="http://pummelvision.com/">pummelvision</a> &#8211; a service that allows you to validate your flickr account and have it create a video of your last 2000 flickr photos and publish it right to YouTube,</p>
<p>How could I not try that? It was about 2 minutes to authenticate and set up, though you have to wait until they notify you that it is ready.</p>
<p>Here is mine-</p>
<p><iframe title="YouTube video player" width="500" height="311" src="http://www.youtube.com/embed/fxH4uC4jTWI?rel=0" frameborder="0" allowfullscreen></iframe></p>
<p>It&#8217;s a bit mesmerizing, well maybe, Perhaps it is boring. But how much easier could it be to make a video of your flickr photos? I know people sit down and make a video of a year&#8217;s worth, but you can do it here in a few clicks (you can also select a set to make a movie from).</p>
<p>Sure, some of you want your title sequences and custom music, but if you can live with what pummelvision makes, you can save a ton of time.</p>
]]></content:encoded>
			<wfw:commentRss>http://cogdogblog.com/2011/02/10/2000-flickr-photos/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by/3.0/us/</creativeCommons:license>
	</item>
		<item>
		<title>Another Random Act of Unsolicited Teaching via Flickr</title>
		<link>http://cogdogblog.com/2010/11/09/random-teaching-flickr/</link>
		<comments>http://cogdogblog.com/2010/11/09/random-teaching-flickr/#comments</comments>
		<pubDate>Tue, 09 Nov 2010 15:15:57 +0000</pubDate>
		<dc:creator>Alan Levine aka CogDog</dc:creator>
				<category><![CDATA[Blog Pile]]></category>
		<category><![CDATA[amazing]]></category>
		<category><![CDATA[flickr]]></category>
		<category><![CDATA[story]]></category>

		<guid isPermaLink="false">http://cogdogblog.com/?p=5931</guid>
		<description><![CDATA[cc licensed flickr photo shared by cogdogblog I&#8217;ve milked this story plenty of times before- during a 2007 workshop in Tasmania, I used as an example of the power of unexpected connections, someone the year before had commented on a flickr photo I had tagged as &#8220;unknown&#8221; and told me the kind of flower it was&#8211; what was amazing was the woman who did this was in the workshop (here I am telling it again in video, where you will here about 20 times the word &#8220;amazing&#8221;.) This just happened again today- out of the blue, un-asked for (and not even tagged or captioned with a request to help learn about the subject), flickr user &#8220;Sculpture Kris&#8221; added a comment to this photo of a sculpture I saw in Rochester, Minnesota. cc licensed flickr photo shared by cogdogblog telling me a lot more about &#8220;Boy on a Dolphin&#8221; then I [...]]]></description>
			<content:encoded><![CDATA[<p><a title="Slide46" href="http://flickr.com/photos/cogdog/1634404871/"><img src="http://farm3.static.flickr.com/2106/1634404871_36da500885.jpg" /></a><br /><small><a title="Slide46" href="http://flickr.com/photos/cogdog/1634404871/">cc licensed flickr photo</a> shared by <a href="http://flickr.com/people/cogdog/">cogdogblog</a></small></p>
<p>I&#8217;ve milked this story plenty of times before- during a 2007 workshop in Tasmania, I used as an example of the power of unexpected connections, someone the year before had commented on a <a href="http://flickr.com/photos/cogdog/136388806/">flickr photo I had tagged as &#8220;unknown&#8221;</a> and told me the kind of flower it was&#8211; <strong>what was amazing was the woman who did this was in the workshop</strong> (<a href="http://cogdogblog.com/stuff/opened09/video/alan-levine-flower.mp4">here I am telling it again in video</a>, where you will here about 20 times the word &#8220;amazing&#8221;.)</p>
<p>This just happened again today- out of the blue, un-asked for (and not even tagged or captioned with a request to help learn about the subject), flickr user &#8220;Sculpture Kris&#8221; added a comment to  this photo of a sculpture I saw in Rochester, Minnesota.</p>
<p><a title="Boy and Dolphin" href="http://flickr.com/photos/cogdog/566627434/"><img src="http://farm2.static.flickr.com/1152/566627434_b3542dce4e.jpg" /></a><br /><small><a title="Boy and Dolphin" href="http://flickr.com/photos/cogdog/566627434/">cc licensed flickr photo</a> shared by <a href="http://flickr.com/people/cogdog/">cogdogblog</a></small></p>
<p><a href="http://www.flickr.com/photos/cogdog/566627434/comment72157625345980778/">telling me a lot more about &#8220;Boy on a Dolphi</a>n&#8221; then I knew before:</p>
<p><a href="http://www.flickr.com/photos/cogdog/566627434/comment72157625345980778/"><img src="http://cogdogblog.com/wp-content/uploads/2010/11/sculpture-kris.jpg" alt="" title="sculpture kris" width="500" height="282" class="alignnone size-full wp-image-5932" /></a></p>
<p>And ironically, there was a previous work by the artist, <a href="http://www.flickr.com/photos/briannegus/3291154062/">Girl with a Dolphin</a> in London, that I bet I walked right past when I visited the London Tower Bridge in August.</p>
<p>Now this is really tiny, this is not open education or anything that will Reform Education as We Know It, but I am (flipping through thesaurus for some other word than &#8220;amazing&#8221;)&#8230; astounded that people may seek out photos in flickr of things they have information on, and share them like this. Sculpture Kris did more than just comment, he/she researched the other photos on flickr, and added the Youtube video of another version of the Boy/Dolphin sculpture elsewhere in London (tactfully in front of a Mercedes Benz dealership?)</p>
<p><object width="480" height="385"><param name="movie" value="http://www.youtube.com/v/3h_iXUvbE1w?fs=1&amp;hl=en_US&amp;rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/3h_iXUvbE1w?fs=1&amp;hl=en_US&amp;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"></embed></object></p>
<p>which then leads <a href="http://www.youtube.com/watch?v=d4nc5GXC0Is&#038;feature=related">via related videos to a clip of a movie with Sophia Loren</a> (and if you go further you are deep down a line of tangents that I am not taking responsibility for).</p>
<p>But back to this example- perhaps this could be an interesting exercise for classes learning about Web 2.0 tech / social media?  Seek a shared piece of media posted in a site like flickr in a topic area that you know or are interested in, do some research to share some information, and post it as a comment. Comment some learning forward?</p>
<p>I have someone who regularly mines my flickr stream for photos that he posts to WikiPedia articles he helps author, and always lets me know when it is used; I end up reading the article, and damn if I end up learning something new. Again.</p>
<p>So I will use the &#8220;A&#8221; word again. Among the river of social media and the crap that comes across our TV news&#8211; <strong>we can use a whole lot more Amazing Stories</strong> (my self plugs for <a href="http://cogdogblog.com/stuff/opened09/">2009</a> and <a href="http://cogdogblog.com/stuff/amazing10/">2010</a> versions of Amazing Stories of Sharing). </p>
<p>They are small things to do, yet powerful&#8230; and contagious.</p>
<p>Thanks Sculpture Kris, for the spark of my day.</p>
]]></content:encoded>
			<wfw:commentRss>http://cogdogblog.com/2010/11/09/random-teaching-flickr/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
<enclosure url="http://cogdogblog.com/stuff/opened09/video/alan-levine-flower.mp4" length="25132794" type="video/mp4" />
	<creativeCommons:license>http://creativecommons.org/licenses/by/3.0/us/</creativeCommons:license>
	</item>
		<item>
		<title>Bye-bye flickr cc BY Hello BY-NC</title>
		<link>http://cogdogblog.com/2010/09/07/by-nc/</link>
		<comments>http://cogdogblog.com/2010/09/07/by-nc/#comments</comments>
		<pubDate>Tue, 07 Sep 2010 07:25:35 +0000</pubDate>
		<dc:creator>Alan Levine aka CogDog</dc:creator>
				<category><![CDATA[Blog Pile]]></category>
		<category><![CDATA[creative commons]]></category>
		<category><![CDATA[flickr]]></category>

		<guid isPermaLink="false">http://cogdogblog.com/?p=5618</guid>
		<description><![CDATA[It was back in late 2006 I switched my flickr photo creative commons license to the simple, and sharable, by attribution license. I said then: So I am considering, pondering, swaying that the most free, is the simple BY Attribution license, and until someone strongly can compel me backward, have switched this on my blog and my flickr collections. I now have been strongly compelled, by Alec Corous&#8217; recent post on Considering CC-Non Commercial. Alec does have a new Amazing Story where his video of him helping his daugher learn to ride a bicycle was found, and licensed by Nokia to be part of a new commercial. Not just part- it is the crowning last segment in a montage, the one the closes the deal on the commercial&#8217;s message- check it our yourself http://stalkr.tv/Media/Nokia.mp4. The thing is that his use of the BY-NC creative commons license (it can be used [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://cogdogblog.com/wp-content/uploads/2010/09/was-is-cc.jpg" alt="" title="was-is-cc" width="500" height="114" class="alignnone size-full wp-image-5619" /></p>
<p>It was <a href="http://cogdogblog.com/2006/12/19/cc/">back in late 2006</a> I switched my flickr photo creative commons license to the simple, and sharable, by attribution license. I said then:</p>
<blockquote><p>So I am considering, pondering, swaying that the most free, is the simple BY Attribution license, and until someone strongly can compel me backward, have switched this on my blog and my flickr collections.</p></blockquote>
<p>I now have been strongly compelled, by <a href="http://educationaltechnology.ca/couros/1822">Alec Corous&#8217; recent post on Considering CC-Non Commercial</a>. Alec does have a new <a href="http://cogdogblog.com/stuff/opened09/">Amazing Story</a> where his video of him helping his daugher learn to ride a bicycle was found, and licensed by Nokia to be part of a new commercial.</p>
<p>Not just part- it is the crowning last segment in a montage, the one the closes the deal on the commercial&#8217;s message- check it our yourself <a href="http://stalkr.tv/Media/Nokia.mp4">http://stalkr.tv/Media/Nokia.mp4</a>.</p>
<p>The thing is that his use of the BY-NC creative commons license (it can be used in any work if someone provides attributiona nd it is for non-commercial work.</p>
<p>The key here is that this license does not preven commercial use of Alec&#8217;s media- it just means someone wishing to gain from a commercial use, they have to seek permission from Alec (and likely compensate him, as what happened with his video). Again, if someone wants to use his video for monetary gain, they need to pay or get approval from the copyright holder; but for everyone else, they can still freely use it without needing to seek permissions.</p>
<p>As Stephen Downes notes in a comment ion Alec&#8217;s post</p>
<blockquote><p>Basically, what the NC provision says is that, if they make money, I make money, and they they don’t make money, I don’t make money. Nice, reciprocal, and fair.</p></blockquote>
<p>This is not about dreaming of profiteering from sales of my flickr media, and any dreams I have of that are most definitely a  fantasy.</p>
<p>So I just flipped my default flickr license in past and future photos to <a href="http://creativecommons.org/licenses/by-nc/2.0/">BY-NC</a>. One downside I have noted is that a frequent flickr contact who has harvested a number of my CC flickr photos for WikiPedia articles, tells me that Wikipedia will not accept BY-NC licensed photos. I cannot find the rationale, but I&#8217;m willing to flip an image back to BY when Pete asks.</p>
<p>Bye Bye BY!</p>
]]></content:encoded>
			<wfw:commentRss>http://cogdogblog.com/2010/09/07/by-nc/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
<enclosure url="http://stalkr.tv/Media/Nokia.mp4" length="14373079" type="video/mp4" />
	<creativeCommons:license>http://creativecommons.org/licenses/by/3.0/us/</creativeCommons:license>
	</item>
		<item>
		<title>You&#8217;d Think a Big Site Like GigaOM Would Be Better at Creative Commons</title>
		<link>http://cogdogblog.com/2010/04/21/gigaom-creative-commons/</link>
		<comments>http://cogdogblog.com/2010/04/21/gigaom-creative-commons/#comments</comments>
		<pubDate>Wed, 21 Apr 2010 07:20:58 +0000</pubDate>
		<dc:creator>Alan Levine aka CogDog</dc:creator>
				<category><![CDATA[Blog Pile]]></category>
		<category><![CDATA[creative commons]]></category>
		<category><![CDATA[flickr]]></category>

		<guid isPermaLink="false">http://cogdogblog.com/?p=4901</guid>
		<description><![CDATA[cc licensed flickr photo shared by kisses are a better fate than wisdom I&#8217;m just a little pup on the web. A one dog show. I&#8217;ve got no ads on my blog, no sponsors, no income here. I pay for everything myself. But I sure as hell take the steps to provide attribution credit for images I use here. It&#8217;s the right thing to do. It&#8217;s the right behavior to model. It&#8217;s the golden rule. It&#8217;s easy. Perhaps if you are an outfit like GigaOM you don&#8217;t have to bother with such trivial annoyances. Tonight I came across their post on Open vs. Closed: In the Ongoing Battle Over Control, How Much Is Too Much? and right away I recognized the left side photo in the collage they used: or you can find directly on their site at http://gigaom.files.wordpress.com/2010/04/open-vs-closed.jpg I recognized that one right away as a creative commons one [...]]]></description>
			<content:encoded><![CDATA[<p><a title="what do you suggest for a title??" href="http://flickr.com/photos/16209788@N00/399200885/"><img src="http://farm1.static.flickr.com/141/399200885_3028fc75ef.jpg" /></a><br /><small><a title="what do you suggest for a title??" href="http://flickr.com/photos/16209788@N00/399200885/">cc licensed flickr photo</a> shared by <a href="http://flickr.com/people/16209788@N00/">kisses are a better fate than wisdom</a></small></p>
<p>I&#8217;m just a little pup on the web. A one dog show. I&#8217;ve got no ads on my blog, no sponsors, no income here. I pay for everything myself. </p>
<p>But I sure as hell take the steps to provide attribution credit for images I use here. It&#8217;s the right thing to do. It&#8217;s the right behavior to model. It&#8217;s the golden rule. It&#8217;s easy.</p>
<p>Perhaps if you are an outfit like <a href="http://gigaom.com">GigaOM</a> you don&#8217;t have to bother with such trivial annoyances.</p>
<p>Tonight I came across their post on <a href="http://gigaom.com/2010/04/20/open-vs-closed-in-the-ongoing-battle-over-control-how-much-is-too-much/">Open vs. Closed: In the Ongoing Battle Over Control, How Much Is Too Much?</a> and right away I recognized the left side photo in the collage they used:</p>
<p><a href="http://cogdogblog.com/wp-content/uploads/2010/04/giga-om.png"><img src="http://cogdogblog.com/wp-content/uploads/2010/04/giga-om-319x500.png" alt="" title="giga-om" width="319" height="500" class="alignnone size-medium wp-image-4902" /></a></p>
<p>or you can find directly on their site at <a href="http://gigaom.files.wordpress.com/2010/04/open-vs-closed.jpg">http://gigaom.files.wordpress.com/2010/04/open-vs-closed.jpg</a></p>
<p>I recognized that one right away as a creative commons one I&#8217;ve seen pop up on searches I have done before. Sure enough, one 15 second dip into <a href="http://compfight.com/">CompFight</a>, do a creative commons tag search on &#8220;road horizon clouds&#8221; and its the first one up&#8211; in fact here it is:</p>
<p><a title="The Open Road" href="http://flickr.com/photos/stuckincustoms/2049233526/"><img src="http://farm3.static.flickr.com/2119/2049233526_358678b16e.jpg" /></a><br /><small><a title="The Open Road" href="http://flickr.com/photos/stuckincustoms/2049233526/">cc licensed flickr photo</a> shared by <a href="http://flickr.com/people/stuckincustoms/">Stuck in Customs</a></small></p>
<p>Wow, there I go attributing again. I cannot help it.</p>
<p>So I went back to the GigaOM article and scoured the <a href="http://gigaom.com/2010/04/20/open-vs-closed-in-the-ongoing-battle-over-control-how-much-is-too-much/">post</a> looking for credit. Nothing. No link, no text credit. This seems to be at odds over the <a href="http://creativecommons.org/licenses/by-nc-sa/2.0/deed.en">BY NC SA license</a> on <a title="The Open Road" href="http://flickr.com/photos/stuckincustoms/2049233526/">the source flickr photo</a>. </p>
<p>GigaOm has provided neither attribution nor is it sharing in a like manner. It would have been easier to find if I had used <a href="http://www.tineye.com/">TinEye</a> (AMAZING tool) :</p>
<p><a href="http://www.tineye.com/search/a72354fdbf4ea1a283d44dfb4fda2e02df7cbc51"><img src="http://cogdogblog.com/wp-content/uploads/2010/04/tin-eye.jpg" alt="" title="tin-eye" width="500" height="320" class="alignnone size-full wp-image-4903" /></a></p>
<p>The blue lock is more elusive- I could not locate it in TinEye or flickr. Who knows where it came from? Is it licensed? Was it found on Google Images? You cannot tell.</p>
<p>So maybe it was just an oversight. I&#8217;ve made bigger mistakes myself. I informally scanned 15 GigaOM posts and found maybe 60% did have an attribution at the bottom of the article. But quite a lot do not. </p>
<p>Maybe I am nitpicking, but if me as a solitary little blogger can manage to attribute every photo I use, I expect a little better from the big dogs.</p>
<p><a title="I am an English Mastiff ..." href="http://flickr.com/photos/claudiogennari/3289031538/"><img src="http://farm4.static.flickr.com/3265/3289031538_976aae0936.jpg" /></a><br /><small><a title="I am an English Mastiff ..." href="http://flickr.com/photos/claudiogennari/3289031538/">cc licensed flickr photo</a> shared by <a href="http://flickr.com/people/claudiogennari/">claudiogennari</a></small></p>
<p>I&#8217;m warning you, world, attribute like a good citizen, or be wary for a dog looking over your shoulder!</p>
]]></content:encoded>
			<wfw:commentRss>http://cogdogblog.com/2010/04/21/gigaom-creative-commons/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by/3.0/us/</creativeCommons:license>
	</item>
		<item>
		<title>Reborn: Five Card Flickr Stories</title>
		<link>http://cogdogblog.com/2010/03/07/reborn-five-card-stories/</link>
		<comments>http://cogdogblog.com/2010/03/07/reborn-five-card-stories/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 03:48:54 +0000</pubDate>
		<dc:creator>Alan Levine aka CogDog</dc:creator>
				<category><![CDATA[Blog Pile]]></category>
		<category><![CDATA[5cardstory]]></category>
		<category><![CDATA[flickr]]></category>
		<category><![CDATA[storytelling]]></category>

		<guid isPermaLink="false">http://cogdogblog.com/?p=4716</guid>
		<description><![CDATA[It&#8217;s been on my to do list since August, but I finally got the last mile of code done to restore my Five Card Flickr stories site to life. If you had not played with this before, the initial description tells it all: I’ve been ultra interested in the idea of telling stories in pictures. Ever since I saw Ruben Puentadora’s workshop on web comics back in 2007 (and later at the 2008 NMC Summer Conference) a little idea has been brewing. Ruben does this fantastic group activity based on work from Scott McCloud, that makes creative work, from all things, of old Nancy cartoons. Using the Five-Card Nancy web version of Scott’s original card game, Ruben conducts an exercise in visual story weaving. Basically, you get a shuffled deck of five panels from different Nancy cartoons, and you have to pick one at a time to, in five steps, [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been on my to do list since August, but I finally got the last mile of code done to restore my <a href="http://web.nmc.org/5cardstory/">Five Card Flickr stories site</a> to life.</p>
<p><a href="http://web.nmc.org/5cardstory"><img src="http://cogdogblog.com/wp-content/uploads/2010/03/5card-stories-new.jpg" alt="" title="5card-stories-new" width="500" height="269" class="alignnone size-full wp-image-4717" /></a></p>
<p>If you had not played with this before,  the <a href="http://cogdogblog.com/2008/09/08/five-card-story/">initial description</a> tells it all:</p>
<blockquote><p>I’ve been ultra interested in the idea of telling stories in pictures. Ever since I saw <a href="http://www.hippasus.com/rrpweblog/">Ruben Puentadora</a>’s workshop on web comics back in 2007 (and later at the 2008 NMC Summer Conference) a little idea has been brewing. Ruben does this fantastic group activity based on work from <a href="http://www.scottmccloud.com/">Scott McCloud</a>, that makes creative work, from all things, of <a href="http://en.wikipedia.org/wiki/Nancy_%28comic_strip%29">old Nancy cartoons</a>. Using the <a href="http://www.7415comics.com/nancy/">Five-Card Nancy web version</a> of Scott’s original card game, Ruben conducts an exercise in visual story weaving.</p>
<p>Basically, you get a shuffled deck of five panels from different Nancy cartoons, and you have to pick one at a time to, in five steps, produce a coherent story, or at least die laughing trying. The point is to make connections and discuss the reasons for the choice.</p>
<p>The idea that has been brewing is to create a web tool that works the same, but rather than drawing from a pool of Nancy cartoons (no offense to the Nancy-holics), draw from a pool of images, say in flickr– this is different slightly from the <a href="http://www.flickr.com/groups/visualstory">Flickr Tell a Story in 5 Frames</a>, but presents another way of facing the challenge of telling a story in images only.</p></blockquote>
<p>The problem with that version was the part of it that fetched flickr images with a given tag was built on some code that a tweet out got a solution from <a href="http://technagogy.learningfield.org/">John Krutsch</a>. While this worked, the logic was based on parsing the results display of a flickr search, and when flickr changed the output of their search last August, my code went up in a puff of smoke.</p>
<p>I knew that what I needed to do was to do it the right way, via the flickr API. Fortunately, I had some experience and used before the <a href="http://phpflickr.com/">phpFlickr code library</a>, and a few months ago I got a portion of the code redone, but left it on the shelf too long. </p>
<p>One task was to redesign the database a little more compact fashion and to do away with so much dependence on writable text files to store data (I was trying to be nice to the flickr API and store a local array of found photos). I also wanted to try and preserve all the bits that had been created before, so I had a few rounds of running some custom code to move and update the database.</p>
<p>So now the story creation parts al work again, and <a href="http://flickr.com/photos/tags/5cardflickr">any photos you tag as 5cardflickr</a> should be added to the pool (note that I poll flickr only once an hour to look for new photos).</p>
<p>I&#8217;d like to test it a bit before updating <a href="http://code.google.com/p/fivecardflickr/">the google code site</a>, but when I get the code, there, it should be easier to set up than before.</p>
<p>Try it now, tell a in 5 flickr photo&#8230;. <a href="http://web.nmc.org/5cardstory/play.php">http://web.nmc.org/5cardstory/play.php</a></p>
]]></content:encoded>
			<wfw:commentRss>http://cogdogblog.com/2010/03/07/reborn-five-card-stories/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by/3.0/us/</creativeCommons:license>
	</item>
		<item>
		<title>On My Island</title>
		<link>http://cogdogblog.com/2010/02/26/on-my-island/</link>
		<comments>http://cogdogblog.com/2010/02/26/on-my-island/#comments</comments>
		<pubDate>Fri, 26 Feb 2010 16:06:58 +0000</pubDate>
		<dc:creator>Alan Levine aka CogDog</dc:creator>
				<category><![CDATA[Blog Pile]]></category>
		<category><![CDATA[flickr]]></category>
		<category><![CDATA[ideas]]></category>
		<category><![CDATA[teaching]]></category>

		<guid isPermaLink="false">http://cogdogblog.com/?p=4689</guid>
		<description><![CDATA[cc licensed flickr photo shared by elvis_payne Let&#8217;s say you were marooned on the apocryphal desert island that was equipped with a broadband internet connection limited to accessing one web site, what would it be? Well maybe that is not the question I was framing- most people might claim email or twitter, maybe even (eww) facebook (&#8220;status- just cracked a coconut!&#8221;) or something with two way video (you survivalists, you, want to stay in touch). No, I am thinking, if you were limited to one Web 2.0 tool, what would it be? That&#8217;s easy for me- hands down, its the site that spawned a million ideas, experiments, hobby time hours for me&#8211; nothing more typifies the experience to me than good old flickr. I&#8217;ve sometimes thought of building an entire web 2.0 presentation (not that I do web 2.0 presentations) around flickr. cc licensed flickr photo shared by The Eggplant [...]]]></description>
			<content:encoded><![CDATA[<p><a title="My desert island in the sun." href="http://flickr.com/photos/elvispayne/401946067/"><img src="http://farm1.static.flickr.com/132/401946067_254b882f67.jpg" /></a><br /><small><a title="My desert island in the sun." href="http://flickr.com/photos/elvispayne/401946067/">cc licensed flickr photo</a> shared by <a href="http://flickr.com/people/elvispayne/">elvis_payne</a></small></p>
<p>Let&#8217;s say you were marooned on the apocryphal desert island that was equipped with a broadband internet connection limited to accessing one web site, what would it be? </p>
<p>Well maybe that is not the question I was framing- most people might claim email or twitter, maybe even (eww) facebook (&#8220;status- just cracked a coconut!&#8221;) or something with two way video (you survivalists, you, want to stay in touch).</p>
<p>No, I am thinking, if you were limited to one Web 2.0 tool, what would it be?</p>
<p>That&#8217;s easy for me- hands down, its the site that spawned a million ideas, experiments, hobby time hours for me&#8211; nothing more typifies the experience to me than good old <a href="http://flickr.com/">flickr</a>. I&#8217;ve sometimes thought of building an entire web 2.0 presentation (not that I do web 2.0 presentations) around flickr.</p>
<p><a title="I Love Flickr" href="http://flickr.com/photos/eggplant/9865764/"><img src="http://farm1.static.flickr.com/7/9865764_d17f5e55a6.jpg" /></a><br /><small><a title="I Love Flickr" href="http://flickr.com/photos/eggplant/9865764/">cc licensed flickr photo</a> shared by <a href="http://flickr.com/people/eggplant/">The Eggplant</a></small></p>
<p>What warmed the fires again this morning was getting a notice that a photo of mine was added to someone&#8217;s flickr gallery. a flickr user, kellypuffs, has a excellent set of images (not just because mine is in there, I like the others better) called <a href="http://www.flickr.com/photos/kellypuffs/galleries/72157623507840514/">presentation zen</a>:</p>
<p><a href="http://www.flickr.com/photos/kellypuffs/galleries/72157623507840514/"><img src="http://cogdogblog.com/wp-content/uploads/2010/02/change-or-die-500x392.png" alt="" title="change-or-die" width="500" height="392" class="alignnone size-medium wp-image-4690" /></a></p>
<p>This was a feature pretty quietly added a few months ago- I was floored and wrote it as <a href="http://cogdogblog.com/2009/09/16/flickr-galleries/">Be a Curator with Flickr Galleries</a>. It is about turning the photo sharing experience from organizing your own photos, to a way of making collections of other people&#8217;s photos.</p>
<p>That seems powerful.</p>
<p>What is a  <a href="http://www.flickr.com/help/galleries/">flickr gallery</a>?</p>
<blockquote><p>For whatever you find interesting, fascinating, or mind-blowing on Flickr, galleries are a way to curate up to 18 public photos or videos of your fellow members into one place. It’s an opportunity to celebrate the creativity of your fellow members in a truly unique way around a theme, an idea or just because.</p></blockquote>
<p>You create a gallery on what ever interests you, scour flickr for other photos people allow to be shared, add them to your gallery, even add your own &#8220;wall&#8221; label of annotation. You can nly add a maximum of 18 photos, so there is that interesting bit of not just tossing lots of photos into a bin, but picking the best or most interesting (to the gallery owner)</p>
<p><em>What is also nice for making you look beyond your own spiffy photos is&#8211; you cannot add your own photos to your gallery; it is all about showcasing other people&#8217;s work.</em></p>
<p>If I was teaching, I would be all over this as an assignment perhaps in photography or design to have students find photos with certain elements, or for other classes to have students build a gallery of themes (photos of Spain, illustrations of natural patterns, photos of emotions?) &#8211; so there is the search and find aspect, but also the piece where the gallery own describes their gallery and why they added the photos.</p>
<p>Are there any teachers out there using flickr galleries? I found it limited to be able to search for examples since I get things related to flickr gallery software, or &#8220;galleries&#8217; (just a set of flickr photos) people put on their site.</p>
<p>I don&#8217;t think you get email notices of when someone uses your photos, but you can track it in <a href="http://www.flickr.com/activity/">your activity stream</a> (which does have an RSS feed,a nd oh yes, an email notifier link at the bottom).</p>
<p>There is also a private link only a flickr account holder can view to see where your own photos have been used in other people&#8217;s galleries- Galleries with your photos is found in URLs like:</p>
<p>http://www.flickr.com/photos/xxxxxx/galleries/in/</p>
<p>where &#8220;xxxxx&#8221; is your flickr id e.g. mine is</p>
<p>http://www.flickr.com/photos/cogdog/galleries/in/</p>
<p><img src="http://cogdogblog.com/wp-content/uploads/2010/02/my-pix-galleries.jpg" alt="" title="my-pix-galleries" width="500" height="305" class="alignnone size-full wp-image-4691" /></p>
<p>Maybe it is just me, and <a href="http://www.flickr.com/photos/cogdog/269039506/">I always thought  flickr image annotating</a> was amazing, but I think flickr galleries are the dog&#8217;s pajamas.</p>
<p><a title="burke pajamas 1" href="http://flickr.com/photos/c/4274188801/"><img src="http://farm5.static.flickr.com/4058/4274188801_b3a0a5ef09.jpg" /></a><br /><small><a title="burke pajamas 1" href="http://flickr.com/photos/c/4274188801/">cc licensed flickr photo</a> shared by <a href="http://flickr.com/people/c/">c.</a></small></p>
<p>I might just have to make a few more <a href="http://www.flickr.com/photos/cogdog/galleries/72157622267012039/">with something other than dogs</a>.</p>
<p>Anyone else out there as jazzed by this? </p>
]]></content:encoded>
			<wfw:commentRss>http://cogdogblog.com/2010/02/26/on-my-island/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by/3.0/us/</creativeCommons:license>
	</item>
		<item>
		<title>No Linked Attribution: When the CC Item Vanishes?</title>
		<link>http://cogdogblog.com/2010/01/13/no-linked-attribution/</link>
		<comments>http://cogdogblog.com/2010/01/13/no-linked-attribution/#comments</comments>
		<pubDate>Thu, 14 Jan 2010 04:21:43 +0000</pubDate>
		<dc:creator>Alan Levine aka CogDog</dc:creator>
				<category><![CDATA[Blog Pile]]></category>
		<category><![CDATA[creative commons]]></category>
		<category><![CDATA[flickr]]></category>
		<category><![CDATA[greasemonkey]]></category>

		<guid isPermaLink="false">http://cogdogblog.com/?p=4598</guid>
		<description><![CDATA[I always provide links back to the source as attribution for the flickr creative commons photos I use. Today I ran into the not so surprising case of wondering what to do, and what the ramifications for, if the original is no longer there? Here&#8217;s the case. A dark night in a web that knows how to keep its secrets, but one dog is still trying to find the answers to life’s persistent questions. Me. Oops, wrong story. I was working on a site which has a banner collage made of 5 or 6 flickr cc licensed images. When I did the original, I downloaded them in 500px size (I keep the original cryptic file names, like &#8220;196478990_e68fe3c25a.jpg&#8221;). I also, and I wish I could say always, kept a text file with the credits info. In making a credits page on the new site, I reached for my favorite tool, [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/19353461@N04/2572694217/"><img src="http://cogdogblog.com/wp-content/uploads/2010/01/not-there.jpg" alt="" title="not-there" width="500" height="287" class="alignnone size-full wp-image-4599" /></a></p>
<p>I always provide links back to the source as attribution for the flickr creative commons photos I use. Today I ran into the not so surprising case of wondering what to do, and what the ramifications for, if the original is no longer there?</p>
<p>Here&#8217;s the case.  A dark night in a web that knows how to keep its secrets, but one dog is still trying to find the answers to life’s persistent questions. Me.</p>
<p>Oops, <a href="http://prairiehome.publicradio.org/programs/2009/04/04/scripts/noir.shtml">wrong story</a>. </p>
<p>I was working on a site which has a banner collage made of 5 or 6 flickr cc licensed images. When I did the original, I downloaded them in 500px size (I keep the original cryptic file names, like &#8220;196478990_e68fe3c25a.jpg&#8221;). I also, and I wish I could say always, kept a text file with the credits info. </p>
<p>In making a credits page on the new site, I reached for my favorite tool, yep, the one I did myself, the <a href="http://userscripts.org/scripts/show/49395">Flickr CC Attribution Helper for Greasemonkey</a> &#8211; a Firefox script that nicely inserts two kinds of copiable attribution strings right in the flickr page (only if it is cc licensed):</p>
<p><img src="http://cogdogblog.com/wp-content/uploads/2010/01/flickr-cc-helper.jpg" alt="" title="flickr-cc-helper" width="396" height="329" class="alignnone size-full wp-image-4600" /></p>
<p>Now frankly I think this is best thing since</p>
<p><a title="IMG_1246" href="http://flickr.com/photos/floater81/3772734583/"><img src="http://farm3.static.flickr.com/2560/3772734583_aaf409b4b4.jpg" /></a><br /><small><a title="IMG_1246" href="http://flickr.com/photos/floater81/3772734583/">cc licensed flickr photo</a> shared by <a href="http://flickr.com/people/floater81/">mattburns.co.uk</a></small></p>
<p>Look! I just used it! Again.</p>
<p>I digress.</p>
<p>So I was going to use this as my usual way of attribution for flickr cc content.</p>
<p>Except, one photo came up with the message at the top; I guess the owner of the flickr account skipped town and closed down the account. Or make up any other story. Got hit by a meteorite. Killed their account in protest of not getting enough attribution (I was late again!).</p>
<p>But I got thinking, what happens then to the right to use it if the original is gone? And what would I link to as attribution? </p>
<p>I tweeted before really thinking&#8230;</p>
<p><img src="http://cogdogblog.com/wp-content/uploads/2010/01/tweet-cc.jpg" alt="" title="tweet-cc" width="500" height="162" class="alignnone size-full wp-image-4601" /></p>
<p>Plenty of people reminded me that <a href="http://creativecommons.org/licenses/by/3.0/legalcode">it was there in the license </a>(doh) the legal-verbiage-I-click-without-reading, section &#8220;7b Termination&#8221;</p>
<blockquote><p>Subject to the above terms and conditions, the license granted here is perpetual (for the duration of the applicable copyright in the Work). Notwithstanding the above, Licensor reserves the right to release the Work under different license terms or to stop distributing the Work at any time; provided, however that any such election will not serve to withdraw this License (or any other license that has been, or is required to be, granted under the terms of this License), and this License will continue in full force and effect unless terminated as stated above.</p></blockquote>
<p>So once something is released into Creative Commons, it is there forever under the terms you originally got it, even if the original goes away, or the owner changes their mind. The only &#8220;termination&#8221; is if the user (me) does something to breach the terms of the license, like using something commercially when it is NC (??) or making jokes about lawyers.</p>
<p>Or even more clearly, <a href="http://wiki.creativecommons.org/wiki/index.php?title=Frequently_Asked_Questions&#038;oldid=4299#What_if_I_change_my_mind.3F">in the Creative commons FAQ</a>:</p>
<blockquote><p> <strong>What if I change my mind?</strong><br />
Creative Commons licenses are non-revocable. This means that you cannot stop someone, who has obtained your work under a Creative Commons license, from using the work according to that license. You can stop distributing your work under a Creative Commons license at any time you wish; but this will not withdraw any copies of your work that already exist under a Creative Commons license from circulation, be they verbatim copies, copies included in collective works and/or adaptations of your work. So you need to think carefully when choosing a Creative Commons license to make sure that you are happy for people to be using your work consistent with the terms of the license, even if you later stop distributing your work. </p></blockquote>
<p>, </p>
<p>And an even bigger &#8220;doh&#8221; for me because I can still provide attribution by photo credit (in text) without doing a link back. I am so hunk up on links and <a href="http://cogdogblog.com/2006/10/25/linktribution/">linktribution</a> that anything else feels weak.</p>
<p>So my original record keeping works, in those days, before <a href="http://userscripts.org/scripts/show/49395">my cool as bread Greasemonkey script</a>, I would keep text file logs (which was tedious, about a 4 trip copy/paste routine from web page to text file)</p>
<p><pre><pre>
2572694217_200b3646af.jpg
http://www.flickr.com/photos/19353461@N04/2572694217/
scimanal
</pre></pre></p>
<p>Where the first line is the file name I saved it, the second the link, and the third the flickr owner&#8217;s name.</p>
<p>So thanks &#8220;scimanal&#8221; for the photo, where-ever you are.</p>
<p>On a related front, as a number of people are hopping off of Firefox for Chrome, I&#8217;ll have to bone up on Chrome&#8217;s extensions. But, a neat discovery I found was a way to enable Greasemonkey Scripts in Safari- an opensource thing called <a href="http://creammonkey.sourceforge.net/">Greasekit</a>. It&#8217;s pretty easy, you first download a thingie called <a href="http://www.culater.net/software/SIMBL/SIMBL.php">SIMBL</a>. </p>
<p>You gotta love the geek cred behind this description:</p>
<blockquote><p>
<strong>Problem:</strong><br />
    Some applications do about 90% of what I want.</p>
<p><strong>Solution:</strong><br />
    Develop my own applications.</p>
<p><strong>Better Solution:</strong><br />
    Patch the application myself&#8230;</p>
<p>SIMBL (SIMple Bundle Loader) &#8211; pronounced like &#8220;symbol&#8221; or &#8220;cymbal&#8221; &#8211; enables hacks and plugins. For instance, SIMBL enables PithHelmet to enhance Safari. </p></blockquote>
<p>Wow, I am glad to have my PithHelmet!</p>
<p>Please ignore the diversion. Install SIMBL, its a small app that goes somewhere deep in the bowls of the computer. The download <a href="http://creammonkey.sourceforge.net/">GreaseKit</a>, more or less a small plug-in file that you bury about 7 folders deep in your home directory.</p>
<p>The next time you launch Safari, you have a Greasekit menu, where you can add Greasemonkey Scripts. I;ve not tried too many (well just mine, and it works):</p>
<p><img src="http://cogdogblog.com/wp-content/uploads/2010/01/greasemonkey-safari.jpg" alt="" title="greasemonkey-safari" width="500" height="333" class="alignnone size-full wp-image-4602" /></p>
<p>Keep those attributions a goin&#8217; Link if you can!</p>
]]></content:encoded>
			<wfw:commentRss>http://cogdogblog.com/2010/01/13/no-linked-attribution/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by/3.0/us/</creativeCommons:license>
	</item>
		<item>
		<title>365 Photos/Rewind/Connect/Again</title>
		<link>http://cogdogblog.com/2010/01/01/365-photosrewindconnectagain/</link>
		<comments>http://cogdogblog.com/2010/01/01/365-photosrewindconnectagain/#comments</comments>
		<pubDate>Fri, 01 Jan 2010 17:43:39 +0000</pubDate>
		<dc:creator>Alan Levine aka CogDog</dc:creator>
				<category><![CDATA[Blog Pile]]></category>
		<category><![CDATA[Photography]]></category>
		<category><![CDATA[365photos]]></category>
		<category><![CDATA[flickr]]></category>
		<category><![CDATA[photography]]></category>

		<guid isPermaLink="false">http://cogdogblog.com/?p=4526</guid>
		<description><![CDATA[cc licensed flickr photo shared by cogdogblog Wow it has been so nice to be lazy, to be spending what feels like more time offline than online. All of the tech todos on my list for the holiday vacation remain undone (the list crumpled up and is burning in the wood stove now). The plan to to the Epic Year End Blog Reflective post? Never drafted. The list of predictions, dreams, resolutions for 2010? Not happening. But without dropping the intent to do something to wrap the year in a bow, is to say that the 2009 thing that has kept my sanity and sense of purpose on track has been for a second year doing the Post a Photo a Day Thing on Flickr started in 2007 by D&#8217;Arcy Norman. People like D&#8217;Arcy and Dean are resilient enough to put their 365 photos into video form; I&#8217;m too lazy, [...]]]></description>
			<content:encoded><![CDATA[<p><a title="2009/365/1 What Will I take a Photo of This Year?" href="http://flickr.com/photos/cogdog/3157358261/"><img src="http://farm4.static.flickr.com/3116/3157358261_cc30162ae9.jpg" /></a><br /><small><a title="2009/365/1 What Will I take a Photo of This Year?" href="http://flickr.com/photos/cogdog/3157358261/">cc licensed flickr photo</a> shared by <a href="http://flickr.com/people/cogdog/">cogdogblog</a></small></p>
<p>Wow it has been so nice to be lazy, to be spending what feels like more time offline than online. All of the tech todos on my list for the holiday vacation remain undone (the list crumpled up and is burning in the wood stove now). The plan to to the Epic Year End Blog Reflective post? Never drafted. The list of predictions, dreams, resolutions for 2010? Not happening.</p>
<p>But without dropping the intent to do something to wrap the year in a bow, is to say that the 2009 thing that has kept my sanity and sense of purpose on track has been for a second year doing the <a href="http://www.flickr.com/groups/366photos/">Post a Photo a Day Thing on Flickr</a> started in 2007 by <a href="http://www.darcynorman.net/">D&#8217;Arcy Norman</a>. </p>
<p>People like <a href="http://www.darcynorman.net/2010/01/01/2009365photos/">D&#8217;Arcy</a> and <a href="http://ideasandthoughts.org/2010/01/01/36509/">Dean</a> are resilient enough to put their 365 photos into video form; I&#8217;m too lazy, so instead use the flickr slideshow embed.</p>
<p><object width="400" height="300"><param name="flashvars" value="offsite=true&#038;lang=en-us&#038;page_show_url=%2Fphotos%2Fcogdog%2Fsets%2F72157612028759352%2Fshow%2F&#038;page_show_back_url=%2Fphotos%2Fcogdog%2Fsets%2F72157612028759352%2F&#038;set_id=72157612028759352&#038;jump_to="></param><param name="movie" value="http://www.flickr.com/apps/slideshow/show.swf?v=71649"></param><param name="allowFullScreen" value="true"></param><embed type="application/x-shockwave-flash" src="http://www.flickr.com/apps/slideshow/show.swf?v=71649" allowFullScreen="true" flashvars="offsite=true&#038;lang=en-us&#038;page_show_url=%2Fphotos%2Fcogdog%2Fsets%2F72157612028759352%2Fshow%2F&#038;page_show_back_url=%2Fphotos%2Fcogdog%2Fsets%2F72157612028759352%2F&#038;set_id=72157612028759352&#038;jump_to=" width="400" height="300"></embed></object></p>
<p>I&#8217;ve been at flickr posting since 2004, but this year have felt a surge of re-inspiration for photography, especially after getting back into using a digital SLR and using my new lenses purchased in the summer&#8230; I&#8217;m trying many new things, angles, low light action and more. The other new driving force is participating in <a href="http://www.dailyshoot.com/">The Dailyshoot</a>, a new &#8220;:thing&#8221; which sprouted in November 2009. Every day, the <a href="http://twitter.com/dailyshoot">site tweets an assignment</a>, and participants merely tweet a reply with a link to their photo. </p>
<p>Since doing this pretty regularly since the end of November, I am finding it sometimes driving the direction of my daily photographic action, and its a secondary photo (not necessarily a lesser one) that becomes my 365 photo shot. But having a specific assignment helps drive my action, and can save me on days when my inspiration is waning.<br />
<span id="more-4526"></span><br />
<a title="You Are My Sunshine" href="http://flickr.com/photos/cogdog/3667629968/"><img src="http://farm4.static.flickr.com/3609/3667629968_5e3d2c67d7.jpg" /></a><br /><small><a title="You Are My Sunshine" href="http://flickr.com/photos/cogdog/3667629968/">cc licensed flickr photo</a> shared by <a href="http://flickr.com/people/cogdog/">cogdogblog</a></small></p>
<p>Of course, this becomes Yet Another Thing to Do Every Day&#8211; but I can vouch there is a reward in the doing- and discovering- and connecting with others&#8230;</p>
<p>I could wax a lot on my own reflections on looking back at people, places, and unusual objects photographed, but its really my own story for myself- but still, the regular exercise of finding a photo that represents your day, activities, feelings, or just plain experimentation, does for me what no medicine or meditation can ever do. Its not for everyone, and lots of people talk about not being able to maintain the pace for a year&#8211; that&#8217;s okay, there is no failing grade here.</p>
<p>These kind of &#8220;X Per Day&#8221; groups are not unique, but I still find it <em>remarkable</em> (note to self, <a href="http://ideasandthoughts.org/2009/12/01/words-phrases-and-acronyms-that-bug-me/">some people feel &#8220;amazing&#8221; is used too often</a>) that this group, completely organic, self organizing has grown now to 263 members, with almost 25000 photos shared since the first year for the group (2008). There&#8217;s a lot to say about this phenomenon I spouted in <a href="http://cogdogblog.com/stuff/nv09/">a Feb 2009 presentation at Northern Voice</a>.</p>
<p><a title="2009/365.225 Leigh is Tuned In" href="http://flickr.com/photos/cogdog/3819311343/"><img src="http://farm3.static.flickr.com/2653/3819311343_6ae5e48068.jpg" /></a><br /><small><a title="2009/365.225 Leigh is Tuned In" href="http://flickr.com/photos/cogdog/3819311343/">cc licensed flickr photo</a> shared by <a href="http://flickr.com/people/cogdog/">cogdogblog</a></small></p>
<p>These are people doing incredible amounts of informal learning, networking, based on their interests, or desire to be better at something, or just a part of something. In this year, our flickr group saw a giant increase in the sharing/discussing <a href="http://www.flickr.com/groups/366photos/discuss/">in the flickr group discussions</a>, and for a year, people picked up an ran with posting a monthly topic, as a help to drive people&#8217;s photo subjects. This was simple, <a href="http://www.flickr.com/groups/366photos/discuss/72157612104788583/">I made the first topic in January</a>, and the rule is the person who makes the current monthly topic can pick.tag someone else in the group to do it for the next month. This self-perpetuated for all 12 months last year, with no one in charge, or grading.</p>
<p><a title="2009/365/321  This IS My Good Side, Right?" href="http://flickr.com/photos/cogdog/4139780740/"><img src="http://farm3.static.flickr.com/2598/4139780740_8ba5bd181f.jpg" /></a><br /><small><a title="2009/365/321  This IS My Good Side, Right?" href="http://flickr.com/photos/cogdog/4139780740/">cc licensed flickr photo</a> shared by <a href="http://flickr.com/people/cogdog/">cogdogblog</a></small></p>
<p>Heck, sometimes <a href="http://www.flickr.com/photos/cogdog/4217998600/in/set-72157612028759352/">a gentle jab of a toy photo leads to a series of more unexpected connection&#8230;.</a></p>
<p>So, I&#8217;ll be rewinding my flickr set for today, starting a new one, and setting out to do another year of daily photography. If you want any sense of what it means, and there are lots of stories out there like this, I hope it is okay <a href="http://www.flickr.com/photos/89165847@N00/">Michael C</a> if I share your message you sent today- it&#8217;s very powerful.  </p>
<p>I first met Michael back in 2000 when I got my first Australia tour, and have had the pleasure of seeing him again on return trips to Adelaide or when he comes to the states. So while we&#8217;ve had this connection through other electronic and lesser in person opportunities, I find a real special way of knowing someone through their photographs- its some of what they see, where they live, but also says, &#8220;this is what is important or interesting to me.&#8221;</p>
<p>And with that, Micheal&#8217;s testimony&#8211;</p>
<blockquote><p>I initially refused to accept the invitation to join the 2009/365 photos pool. I thought there would be no way I could keep up with posting a photo a day. After a few days mulling it over I decided what the hell and launched into it. I can now say categorically that it was one of the best decisions I’ve ever made!</p>
<p>I had no idea what good would come from it. Over the course of this year, and because of my involvement in this project I have:</p>
<ul>
<li>Become a better photographer</li>
<li>Opened my eyes to the world around me in a way I imagine children do naturally all the time, and in a way I can’t remember doing for a long long time</li>
<li>Have enjoyed hundreds of photos from fellow group members</li>
<li>Made many ‘Flickr friends’, as a result of sharing the minutiae of our daily lives</li>
<li>Experienced the cycle of the seasons as I watched the photos change from summer to winter and back again over the course of the year</li>
<li>really appreciated the support and tips from other group members</li>
<li>used Flickr has a visual Twitter and more readily turned to Flickr rather than Twitter to know what was going on in my network</li>
<li>eagerly looked forward to my daily walk with my camera to not only get needed exercise, but to take that daily photo</li>
<li>learned so much about other places I have never seen</li>
<li>Learned to look forward to every day as an opportunity to catch that special or unusual sight or moment</li>
<li>Learned that images can connect people with very few words</li>
<li>Learned that if I took the time to comment on others’ photos then people would reciprocate</li>
<li>Eagerly Looked at Flickr every day for responses to my photos</li>
<li>Become more assiduous with tagging and naming all photos</li>
</ul>
<p>In short, I now appreciate the world around me more than I used to!</p>
<p>I will stay on as a more passive member of 2010/365, and free myself from the commitment to post a photo a day. As much as I have loved it, it has been a significant time commitment that I would now like to allocate to other tasks. But I will be there peeking around at your pix :)</p>
<p>Thank you everyone so much. It has been an absolute privilege to be part of this project and part of your lives.</p>
<p>All the very best for 2010, and keep on Flickring. I will.
</p></blockquote>
<p>Thanks Mike! I will see you there&#8230;.</p>
<p><a title="2009/365/365 Clap Your Wings Together" href="http://flickr.com/photos/cogdog/4231456755/"><img src="http://farm3.static.flickr.com/2689/4231456755_89891f2ca7.jpg" /></a><br /><small><a title="2009/365/365 Clap Your Wings Together" href="http://flickr.com/photos/cogdog/4231456755/">cc licensed flickr photo</a> shared by <a href="http://flickr.com/people/cogdog/">cogdogblog</a></small></p>
<p><em>This post bookended by first and last photos for 2009!</em></p>
]]></content:encoded>
			<wfw:commentRss>http://cogdogblog.com/2010/01/01/365-photosrewindconnectagain/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by/3.0/us/</creativeCommons:license>
	</item>
		<item>
		<title>I, Cameras.</title>
		<link>http://cogdogblog.com/2009/12/20/i-cameras/</link>
		<comments>http://cogdogblog.com/2009/12/20/i-cameras/#comments</comments>
		<pubDate>Sun, 20 Dec 2009 23:53:34 +0000</pubDate>
		<dc:creator>Alan Levine aka CogDog</dc:creator>
				<category><![CDATA[Blog Pile]]></category>
		<category><![CDATA[Photography]]></category>
		<category><![CDATA[camera]]></category>
		<category><![CDATA[flickr]]></category>
		<category><![CDATA[photography]]></category>

		<guid isPermaLink="false">http://cogdogblog.com/?p=4484</guid>
		<description><![CDATA[I&#8217;ve had fun following D&#8217;Arcy Norman&#8216;s tweets as he experiments with an old Pentax film camera he got from his Dad. It got me thinking that I&#8217;ve had a string of cameras, but have never bothered to document my camera history. Not that anyone would care,, this is a blog post for me as an audience. With some fiddling in flickr I was able to find the number of photos I took for cameras that are matched when you upload photos(find the camera, do a search on that model, than change the search results to search your own photos, check the number at the bottom of the search results). I start with the genesis of my interest in photography, when in my last semester at University of Delaware (1986), needing an art elective, i chose a photography (a darkroom course). I cannot even remember why I chose it, but it [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve had fun following <a href="http://www.darcynorman.net/">D&#8217;Arcy Norman</a>&#8216;s <a href="http://twitter.com/dlnorman">tweets</a> as he experiments with an old Pentax film camera he got from his Dad. It got me thinking that I&#8217;ve had a string of cameras, but have never bothered to document my camera history. </p>
<p>Not that anyone would care,, this is a blog post for me as an audience. With some fiddling in flickr I was able to find the number of photos I took for cameras that are matched when you upload photos(<a href="http://www.flickr.com/cameras">find the camera</a>, do a search on that model, than change the search results to search your own photos, check the number at the bottom of the search results).</p>
<p>I start with the genesis of my interest in photography, when in my last semester at University of Delaware (1986), needing an art elective, i chose a photography (a darkroom course). I cannot even remember why I chose it, but it was almost the best class I had in college, and had I made the accident a few years early, I might have had a different major.</p>
<p>One of the earliest images I developed that I like was this one of a run down chicken coop:</p>
<p><a title="Old Coop" href="http://flickr.com/photos/cogdog/3470244054/"><img src="http://farm4.static.flickr.com/3641/3470244054_459f7845e9.jpg" /></a><br /><small><a title="Old Coop" href="http://flickr.com/photos/cogdog/3470244054/">cc licensed flickr photo</a> shared by <a href="http://flickr.com/people/cogdog/">cogdogblog</a></small></p>
<p>I did not have a manual 35mm camera at the time, but a room-mate did, and he said he never used it, so he loaned it to me for the semester. I am fairly sure it was a Pentax K1000- fully manual</p>
<p><a href="http://en.wikipedia.org/wiki/Pentax_K1000"><img src="http://upload.wikimedia.org/wikipedia/en/2/25/K1000.jpg" alt="Pentax K1000" /></a><br /><small><a title="K1000" href="http://en.wikipedia.org/wiki/File:K1000.jpg">public domain Wikipedia photo</a> shared by <a href="hhttp://en.wikipedia.org/wiki/User:Slugbug">SlugBug</a></small></p>
<p><span id="more-4484"></span></p>
<p>Because I had shown this interest in photography, as a graduation present, my parents gave me an <a href="http://www.mir.com.my/rb/photography/hardwares/classics/minoltax700/">Olympus  X-700</a>, my own SLR</p>
<p><a title="Pre Digital SLR (~2002)" href="http://flickr.com/photos/cogdog/4168526206/"><img src="http://farm3.static.flickr.com/2654/4168526206_018fa50a93.jpg" /></a><br /><small><a title="Pre Digital SLR (~2002)" href="http://flickr.com/photos/cogdog/4168526206/">cc licensed flickr photo</a> shared by <a href="http://flickr.com/people/cogdog/">cogdogblog</a></small></p>
<p>It was a basic kit with a stock 50mm lens, case, cheap flash. I think when I was working the following year in a Ritz Camera Store (Westview Mall in Baltimore) I bought a used zoom lens, but I cannot remember any details on it. </p>
<p>It was at this store that I picked up perhaps my favorite film cameras, <a href="http://www.thecamerasite.net/01_SLR_Cameras/Pages/nikkormat.htm">a Nikon Nikkormat</a>- I sold someone a new camera to replace this one, and the guy asked if I might know who might be interested in his old camera&#8230; I said, &#8220;me!&#8221; and I think I bought it for $100. It had a Nikkor f/1.4 lens.</p>
<p>The reason why was on my last Geology class as an undergrad, actually it was the field camp where we went to Sound Dakota, a guy on the trip told one story about this metal Nikon he carried- he had gone on raft trip, and took a spill, He thought the camera was ruined, but after taking it apart and letting it dry, it worked fine&#8230; I kept that in mind as it seemed like the most sturdy piece of equipment for taking photos.</p>
<p><a href="http://www.thecamerasite.net/01_SLR_Cameras/Pages/nikkormat.htm"><img src="http://cogdogblog.com/wp-content/uploads/2009/12/Nikkormat.jpg" alt="Nikkormat" title="Nikkormat" width="500" height="392" class="alignnone size-full wp-image-4485" /></a></p>
<p>I used that camera exclusively for my 6 years in graduate school, taking it all over the west. The original case got worn, cracked, and eventually it was just a case made of duct tape on the outside.</p>
<p>Sometime in the late 1980s I picked up a small pocket 35mm camera, an <a href="http://www.olympusamerica.com/CPG_SECTION/cpg_archived_product_details.asp?fl=2&#038;id=290">Olympus Stylus</a>, but I was so pleased with how sharp the little camera was for people photos. </p>
<p><a title="Olympus Stylus/Mju" href="http://flickr.com/photos/martintaylor/22827039/"><img src="http://farm1.static.flickr.com/19/22827039_941d3ed32b.jpg" /></a><br /><small><a title="Olympus Stylus/Mju" href="http://flickr.com/photos/martintaylor/22827039/">cc licensed flickr photo</a> shared by <a href="http://flickr.com/people/martintaylor/">the other Martin Taylor</a></small></p>
<p>Although it was mostly plastic, it was durable and its curvy shape was comfortable in the hand. On a Grand Canyon river trip I took in (?) 1988, I took the Nikkormat for black and white photos and the little Olympus for color.</p>
<p>The very first digital camera I got to use was one we got at Maricopa- the very first <a href="http://en.wikipedia.org/wiki/Apple_QuickTake">Apple QuickTake 100</a>. It was huge, and I don&#8217;t remember being too impressed with the photos. Other people at the time were using that <a href="http://en.wikipedia.org/wiki/Sony_Mavica">Sony Mavica</a> one that wrote images to a floppy disk inserted into the camera&#8211; those just seemed so clunky looking.</p>
<p>My own self purchased digital Camera was an Olympus D-450, with a whopping 1.3 Megapixel resolution (I think the top quality images were 1280&#215;960)&#8211; I got sometime around 1999. I went for this brand because of my experience with my small Olympus film camera</p>
<p><a href="http://www.imaging-resource.com/PRODS/D450/D450A.HTM?r=24959579"><img src="http://cogdogblog.com/wp-content/uploads/2009/12/oly450.jpg" alt="oly450" title="oly450" width="418" height="242" class="alignnone size-full wp-image-4486" /></a></p>
<p>Its 32 Mb SmartMedia card could hold 72 images. I used this extensively on my <a href="http://dommy.com/az2nzau/">2000 sabbatical to New Zealand and Australia</a> but all of the photos were uploaded to my own custom hand spun web site.</p>
<p>When I got back to my job at Maricopa, I picked up first and <a href="http://www.steves-digicams.com/camera-reviews/olympus/c-3030-zoom/olympus-c-3030-zoom.html">Olympus 3030</a> (3.3 MegaPixel) and then a <a href="http://www.olympusamerica.com/CPG_SECTION/cpg_archived_product_details.asp?id=702">C4040-Z</a> (4 MegaPixel) for the photos I took on the job. </p>
<p>I liked the 4040 so much I bought one for myself and got many years of good use out of it, this was most likely the camera I was using when I started using this little site called &#8220;flickr&#8221; in March 2004 (the early pictures do not give camera data). Of the flickr data which includes camera data, <a href="http://www.flickr.com/search/?cm=olympus%2Fc4040z&#038;w=37996646802%40N01&#038;q=&#038;m=text">I had 650 posted photos with this camera</a>. The<a href="http://www.flickr.com/photos/cogdog/594574/in/photostream/"> first photo that flickr gives camera information on is dated August 20 2004</a>, so assuming a<a href="http://www.flickr.com/photos/cogdog/594574/in/photostream/">ll older photos in flickr were taken with this camera</a> (63 of them), the total is 713.</p>
<p><a href="http://www.olympusamerica.com/CPG_SECTION/cpg_archived_product_details.asp?id=702"><img src="http://cogdogblog.com/wp-content/uploads/2009/12/olympus4040.jpg" alt="olympus4040" title="olympus4040" width="500" height="368" class="alignnone size-full wp-image-4487" /></a></p>
<p>In July 2005, I took the step up when I got mt first digital SLR, the <a href="http://www.flickr.com/cameras/canon/eos_digital_rebel_xt/">Canon Digital Rebel XT</a>, or as I later called it, the &#8220;Big Gun&#8221;</p>
<p><a title="New Toy" href="http://flickr.com/photos/cogdog/29575607/"><img src="http://farm1.static.flickr.com/21/29575607_aeead4dd20.jpg" /></a><br /><small><a title="New Toy" href="http://flickr.com/photos/cogdog/29575607/">cc licensed flickr photo</a> shared by <a href="http://flickr.com/people/cogdog/">cogdogblog</a></small></p>
<p>The photo quality was several steps above what I had been using for sure, and I had thought going back to an SLR might get me back to full manual mode shooting (cause at one time you did not even have a choice), but I usually found the Aperture priority or even full automatic was giving me great photo quality. I did not get any extra lenses, etc for it til later.</p>
<p>But I did take <a href="http://www.flickr.com/search/?cm=canon%2Feos_digital_rebel_xt&#038;w=37996646802%40N01&#038;q=&#038;m=text">2355 photos on flickr using this camera</a>. </p>
<p>After a few years of using the &#8220;Big Gun&#8221; I had been noticing at conferences the fun my colleagues seemed to  be having with the little pocket Canon Digital Elph cameras- and how lovely large that screen on the back was. So I picked up a <a href="http://www.flickr.com/cameras/canon/powershot_sd800_is/">Canon SD 800 IS</a>:</p>
<p><a title="Weird Glow" href="http://flickr.com/photos/cogdog/831736873/"><img src="http://farm2.static.flickr.com/1063/831736873_396b828f4d.jpg" /></a><br /><small><a title="Weird Glow" href="http://flickr.com/photos/cogdog/831736873/">cc licensed flickr photo</a> shared by <a href="http://flickr.com/people/cogdog/">cogdogblog</a></small></p>
<p>I was able to find <a href="http://www.flickr.com/search/?cm=canon%2Fpowershot_sd800_is&#038;w=37996646802%40N01&#038;q=&#038;m=text">I took 4495 photos with this camera</a>.</p>
<p>And I loved what this little camera could do, especially for something you can slip into a shirt pocket. It became my main camera for years, and it went so many places, did so many things. One of them was using it to shoot GigaPan scenes, the rig that moves a camera on a robot controlled tripod head to take multiple images that are stitched together to create a hugely detailed image. The goal of getting to a GigaPixel image is helped by several factors, including a longer optical zoom (mine was about 3.5x) and image resolution (mine was 7 MP).</p>
<p>So on a September 2008 trip to Japan, I was mesmerized by this new Canon that was not yet available in the states, that had among other nifty features, a 14 MP capacity! I could not resist the fun of buying a Japanese camera in Japan, so I got the little black IXY 3000 IS (eventually <a href="http://www.flickr.com/cameras/canon/powershot_sd990_is/">released in the US as the SD990 IS</a>)</p>
<p><a title="Can You Say Ixy?" href="http://flickr.com/photos/cogdog/2899022714/"><img src="http://farm4.static.flickr.com/3273/2899022714_3e554c99a8.jpg" /></a><br /><small><a title="Can You Say Ixy?" href="http://flickr.com/photos/cogdog/2899022714/">cc licensed flickr photo</a> shared by <a href="http://flickr.com/people/cogdog/">cogdogblog</a></small></p>
<p><a title="Old Camera Taken With the New" href="http://flickr.com/photos/cogdog/3637509412/"><img src="http://farm4.static.flickr.com/3349/3637509412_54c380dc98.jpg" /></a><br /><small><a title="Old Camera Taken With the New" href="http://flickr.com/photos/cogdog/3637509412/">cc licensed flickr photo</a> shared by <a href="http://flickr.com/people/cogdog/">cogdogblog</a></small></p>
<p>I cant get an exact count on flickr photos posted by camera model, since it does not officially track this one, but by searching on the dates I used this camera the most, I come up with <a href="http://www.flickr.com/search/?q=&#038;d=taken-20081021-20090630&#038;ss=0&#038;ct=6&#038;mt=all&#038;w=37996646802%40N01&#038;adv=1">3085 flickr photos posted using this camera.</a></p>
<p><a title="Lens Change" href="http://flickr.com/photos/cogdog/2985223239/"><img src="http://farm4.static.flickr.com/3235/2985223239_8c0bcd2e77.jpg" /></a><br /><small><a title="Lens Change" href="http://flickr.com/photos/cogdog/2985223239/">cc licensed flickr photo</a> shared by <a href="http://flickr.com/people/cogdog/">cogdogblog</a></small></p>
<p>I was still thinking of the poor Digital Rebel which had not been out much since I got wrapped up in the little pocket cameras, so to stir my interest, in 2008, I invested in a fast Canon 50mm f/1.4 lens. I had thought I might find one cheaper in Hong Kong or Japan, but it was cheaper to get it from home ordering on Amazon&#8230;. but I ended up still not using the Digital Rebel after all.</p>
<p>Next I ought to include the iPhone (which I got in August 2008) as a camera.</p>
<p><a title="I Can Has iPhone!" href="http://flickr.com/photos/cogdog/2779959722/"><img src="http://farm4.static.flickr.com/3061/2779959722_82e910360a.jpg" /></a><br /><small><a title="I Can Has iPhone!" href="http://flickr.com/photos/cogdog/2779959722/">cc licensed flickr photo</a> shared by <a href="http://flickr.com/people/cogdog/">cogdogblog</a></small></p>
<p>For a count of my iPhone photos, the camera model flickr search on catches just handful of photos- perhaps ones just sent by email; with the use of 3rd party phone apps, the camera must be reported differently, but since I always tag them iPhone, <a href="http://www.flickr.com/search/?w=37996646802%40N01&#038;q=iphone&#038;m=tags">I get a count of 142 photos posted on flickr from the iPhone camera</a>.</p>
<p>The camera landscape was reshaped again after <a href="http://www.nmc.org/node/6787">a June 2009 workshop at the NMC Summer Conference</a> &#8212; this was a day full of photography at Point Lobos with Bill Frakes (Sports Illustrated) and Don Henderson (Apple) and it totally reinvigorated my interest in going back to the DLSR.  It was about 10 minutes before checking out of the hotel, I went online to Amazon to see what Canon had (since I had the one nice Canon Lens) and decided, impulsively, yes to order the <a href="http://www.flickr.com/cameras/canon/eos_rebel_t1i/">EOS Rebel T1i</a></p>
<p><a title="New Camera Taken With Old One" href="http://flickr.com/photos/cogdog/3636695917/"><img src="http://farm3.static.flickr.com/2025/3636695917_a413a828c7.jpg" /></a><br /><small><a title="New Camera Taken With Old One" href="http://flickr.com/photos/cogdog/3636695917/">cc licensed flickr photo</a> shared by <a href="http://flickr.com/people/cogdog/">cogdogblog</a></small></p>
<p>I just love this camera! I am definitely experimenting more, and finding what I can do with low light and depth of field; really pushed now by the assignments of <a href="http://www.dailyshoot.com/">The Daily Shoot</a>. To date I have <a href="http://www.flickr.com/search/?cm=canon%2Feos_rebel_t1i&#038;w=37996646802%40N01&#038;q=&#038;m=text">only 1231 photos posted to flickr</a> (since July, 2009) but that increases daily. To add to the outfit, I got the <a href="http://www.tamron.com/lenses/prod/18270_vc.asp">Tamron 18-270 zoom lens</a> and am considering another one soon.</p>
<p>The flickr photo counts show which of my cameras I have used the most to post to flickr:</p>
<p><img src="http://spreadsheets.google.com/oimg?key=0AnJ3hv1B8VO1dFNfY3l1ZWZNdGpIWGw0WWNvMXNEaFE&#038;oid=1&#038;v=1261352786539" width="500" /></p>
<p>Though looking at my photo count, I am missing about 1000 photos credit (hmmm, is there a camera I forgot about?)</p>
<p>To be continued&#8230; for as long as I breathe!</p>
]]></content:encoded>
			<wfw:commentRss>http://cogdogblog.com/2009/12/20/i-cameras/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by/3.0/us/</creativeCommons:license>
	</item>
	</channel>
</rss>

