<?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>Jasonmcdermott &#187; images</title>
	<atom:link href="http://www.jasonmcdermott.net/tag/images/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jasonmcdermott.net</link>
	<description>Design, design, design.</description>
	<lastBuildDate>Tue, 07 Feb 2012 14:07:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Recursive google image search</title>
		<link>http://www.jasonmcdermott.net/2012/01/recursive-google-image-search/</link>
		<comments>http://www.jasonmcdermott.net/2012/01/recursive-google-image-search/#comments</comments>
		<pubDate>Sat, 14 Jan 2012 01:22:49 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[Thoughts]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[kottke]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Vimeo]]></category>

		<guid isPermaLink="false">http://www.jasonmcdermott.net/?p=2149</guid>
		<description><![CDATA[Via kottke.]]></description>
			<content:encoded><![CDATA[<p><iframe src="http://player.vimeo.com/video/34949864" width="480" height="360" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe></p>
<p>Via <a href="http://Kottke.org">kottke</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jasonmcdermott.net/2012/01/recursive-google-image-search/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Image paranoia</title>
		<link>http://www.jasonmcdermott.net/2011/12/image-paranoia/</link>
		<comments>http://www.jasonmcdermott.net/2011/12/image-paranoia/#comments</comments>
		<pubDate>Wed, 28 Dec 2011 06:20:54 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[Thoughts]]></category>
		<category><![CDATA[archive]]></category>
		<category><![CDATA[duplicates]]></category>
		<category><![CDATA[images]]></category>

		<guid isPermaLink="false">http://jasonmcdermott.net/?p=2018</guid>
		<description><![CDATA[I repeatedly struggle with the seemingly trivial task of managing and organising a single master set of photos. I have photos from the last decade scattered all around different parts]]></description>
			<content:encoded><![CDATA[<p>I repeatedly struggle with the seemingly trivial task of managing and organising a single master set of photos.  I have photos from the last decade scattered all around different parts of my digital world.  The online sites only seem to add another layer of complexity to the mix.  Am I alone in this?  Duplicates keep popping up, and I&#8217;m going to lay the blame on two main things;</p>
<p>1. A casual relationship between photo programs (swapping between iPhoto, lightroom and aperture), and<br />
2. Paranoia over <em>losing</em> images.</p>
<p>Both of these have given me countless headaches!  How can I corral these into a manageable bunch?  It seems like I spend 2 days every 6 months pruning the duplicates, yet the cycle continues.</p>
<p>Is this common, or are you all that much better than I am at doing this?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jasonmcdermott.net/2011/12/image-paranoia/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Batch Convert Images in OS X</title>
		<link>http://www.jasonmcdermott.net/2010/04/batch-convert-images-in-os-x/</link>
		<comments>http://www.jasonmcdermott.net/2010/04/batch-convert-images-in-os-x/#comments</comments>
		<pubDate>Wed, 31 Mar 2010 23:16:09 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[Thoughts]]></category>
		<category><![CDATA[automation]]></category>
		<category><![CDATA[finder]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[processing]]></category>
		<category><![CDATA[scripts]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.jasonmcdermott.net/?p=833</guid>
		<description><![CDATA[This post is more for my benefit than others, but you may in the end find it useful anyway. I&#8217;ve recently come across a handy batch conversion technique for switching]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/jasonmcdermott/4480521864/" title="IOGraphica 5 hour mouse track by jason.mcdermott, on Flickr"><img src="http://farm3.static.flickr.com/2705/4480521864_890367a585.jpg" width="440" height="275" alt="IOGraphica 5 hour mouse track" /></a>This post is more for my benefit than others, but you may in the end find it useful anyway.  I&#8217;ve recently come across a handy batch conversion technique for switching image formats in a snap;1. Put a load of images in a folder2. Open the Terminal3. cd to the current directory4. type in<br />
<blockquote>mkdir jpgs; sips -s format jpeg *.* &#8211;out jpgs</p></blockquote>
<p>done.I found this one whilst looking for a quick and easy way to switch a folder of .pngs to .jpgs, without needing to download/purchase any additional software &#8211; and programming something quickly in Automator seemed like more work than was necessary!If you&#8217;re looking for other solutions to this problem, <a href="http://forums.macrumors.com/showthread.php?t=469405" target="_blank">this</a> page had a few other alternatives.Happy converting!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jasonmcdermott.net/2010/04/batch-convert-images-in-os-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Circa 2001</title>
		<link>http://www.jasonmcdermott.net/2009/02/circa-2001/</link>
		<comments>http://www.jasonmcdermott.net/2009/02/circa-2001/#comments</comments>
		<pubDate>Mon, 23 Feb 2009 13:44:48 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[Thoughts]]></category>
		<category><![CDATA[images]]></category>

		<guid isPermaLink="false">http://www.jasonmcdermott.net/news/circa-2001/</guid>
		<description><![CDATA[Circa 2001, originally uploaded by jason.mcdermott. Wow time sure goes by fast..]]></description>
			<content:encoded><![CDATA[<div style="text-align: left; padding: 3px;"><a href="http://flickr.com/photos/jasonmcdermott/3302947979/"><img class="alignnone" src="http://farm4.static.flickr.com/3447/3302947979_e9003d78ea.jpg" alt="" width="344" height="500" /></a><span style="font-size: 0.8em; margin-top: 0px;"><a href="http://www.flickr.com/photos/jasonmcdermott/3302947979/">Circa 2001</a>, originally uploaded by <a href="http://www.flickr.com/people/jasonmcdermott/">jason.mcdermott</a>.</span></div>
<p>Wow time sure goes by fast..</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jasonmcdermott.net/2009/02/circa-2001/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Giant Soviet signs cut into forests</title>
		<link>http://www.jasonmcdermott.net/2009/02/giant-soviet-signs/</link>
		<comments>http://www.jasonmcdermott.net/2009/02/giant-soviet-signs/#comments</comments>
		<pubDate>Mon, 23 Feb 2009 11:54:28 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[Thoughts]]></category>
		<category><![CDATA[geography]]></category>
		<category><![CDATA[images]]></category>

		<guid isPermaLink="false">http://www.jasonmcdermott.net/?p=382</guid>
		<description><![CDATA[Just came across this remarkable post on Strange Harvest;&#8220;100 Years to Lenin&#8221;, made 1970, SiberiaGoogle mapswhich reminded me a lot of this post on cool crop circles from WebUrbanist;[images via:]]></description>
			<content:encoded><![CDATA[<p>Just came across this remarkable post on <a href="http://www.strangeharvest.com/2009/02/giant-soviet-signs-cut-into-fo.php" target="_blank">Strange Harvest</a>;<a href="http://www.strangeharvest.com/2009/02/giant-soviet-signs-cut-into-fo.php" target="_blank"><img class="alignnone size-large" src="http://www.strangeharvest.com/1-3.jpg" alt="" width="620" /></a><small>&#8220;100 Years to Lenin&#8221;, made 1970, Siberia<a href="http://maps.google.com/maps?t=h&amp;hl=ru&amp;ie=UTF8&amp;ll=54.468142,64.79923&amp;spn=0.007021,0.022745&amp;z=16" target="_blank">Google maps</a></small>which reminded me a lot of this post on <a href="http://weburbanist.com/2009/02/02/aerial-art-crop-circles/" target="_blank">cool crop circles</a> from <a href="http://weburbanist.com/" target="_blank">WebUrbanist</a>;<a href="http://weburbanist.com/wp-content/uploads/2009/01/3d-crop-circle-2.jpg"><img class="alignnone size-large" src="http://weburbanist.com/wp-content/uploads/2009/01/3d-crop-circle-2.jpg" alt="" width="620" /></a>[images via:<a href="http://www.dailymail.co.uk/news/article-465540/Crop-circles-time-theyre-3-D.html"> The Daily Mail</a> + <a href="http://www.wired.com/culture/lifestyle/multimedia/2006/08/cropcircles">WIRED</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jasonmcdermott.net/2009/02/giant-soviet-signs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Offshore ft. SO-AD + SC</title>
		<link>http://www.jasonmcdermott.net/2009/02/offshore-so-ad-sc/</link>
		<comments>http://www.jasonmcdermott.net/2009/02/offshore-so-ad-sc/#comments</comments>
		<pubDate>Sun, 22 Feb 2009 07:53:14 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[Thoughts]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[Reading List!]]></category>

		<guid isPermaLink="false">http://www.jasonmcdermott.net/news/offshore-ft-so-ad-sydney-arch-festival/</guid>
		<description><![CDATA[Here&#8217;s Offshore, SO-AD and supercolossal &#8211; all in one image; Offshore ft. SO-AD @ Sydney Arch. Festival, originally uploaded by jason.mcdermott.]]></description>
			<content:encoded><![CDATA[<div style="text-align: left; padding: 3px;">Here&#8217;s <a href="http://offshorestudio.net/" target="_blank">Offshore</a>, <a href="http://so-ad.com" target="_blank">SO-AD</a> and <a href="http://supercolossal.ch/" target="_blank">supercolossal</a> &#8211; all in one image;</div>
<div style="text-align: left; padding: 3px;"><a title="photo sharing" href="http://www.flickr.com/photos/jasonmcdermott/3254616653/"><img style="border: solid 2px #000000;" src="http://farm4.static.flickr.com/3109/3254616653_88a970f90e.jpg" class="alignleft size-large" alt="" width="620"  /></a></div>
<div style="text-align: left; padding: 3px;"><span style="font-size: 0.8em; margin-top: 0px;"><a href="http://www.flickr.com/photos/jasonmcdermott/3254616653/">Offshore ft. SO-AD @ Sydney Arch. Festival</a>, originally uploaded by <a href="http://www.flickr.com/people/jasonmcdermott/">jason.mcdermott</a>.</span></div>
]]></content:encoded>
			<wfw:commentRss>http://www.jasonmcdermott.net/2009/02/offshore-so-ad-sc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Virtual curtain</title>
		<link>http://www.jasonmcdermott.net/2009/02/virtual-curtain/</link>
		<comments>http://www.jasonmcdermott.net/2009/02/virtual-curtain/#comments</comments>
		<pubDate>Fri, 20 Feb 2009 14:45:25 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[Thoughts]]></category>
		<category><![CDATA[art]]></category>
		<category><![CDATA[images]]></category>

		<guid isPermaLink="false">http://www.jasonmcdermott.net/?p=370</guid>
		<description><![CDATA[[Via Yimmy's Yayo]]]></description>
			<content:encoded><![CDATA[<p><a href="http://yimmyayo.tumblr.com/post/73741349"><img class="alignleft size-large" src="http://22.media.tumblr.com/D9QEnuQFoj9i1nilA9FB5Fhwo1_500.jpg" alt="" width="620" /></a>[Via Yimmy's Yayo]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jasonmcdermott.net/2009/02/virtual-curtain/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sydney Laneway Festival</title>
		<link>http://www.jasonmcdermott.net/2009/02/sydney-laneway-festival/</link>
		<comments>http://www.jasonmcdermott.net/2009/02/sydney-laneway-festival/#comments</comments>
		<pubDate>Fri, 20 Feb 2009 02:29:17 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[Thoughts]]></category>
		<category><![CDATA[flickr]]></category>
		<category><![CDATA[images]]></category>

		<guid isPermaLink="false">http://www.jasonmcdermott.net/news/sydney-laneway-festival/</guid>
		<description><![CDATA[[Update] &#8211; Image no longer loads.]]></description>
			<content:encoded><![CDATA[<div style="text-align: left; padding: 3px;">[Update] &#8211; Image no longer loads.</div>
]]></content:encoded>
			<wfw:commentRss>http://www.jasonmcdermott.net/2009/02/sydney-laneway-festival/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Undersea Cablescape</title>
		<link>http://www.jasonmcdermott.net/2009/02/undersea-cablescape/</link>
		<comments>http://www.jasonmcdermott.net/2009/02/undersea-cablescape/#comments</comments>
		<pubDate>Tue, 10 Feb 2009 06:41:15 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[Thoughts]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[geography]]></category>
		<category><![CDATA[images]]></category>

		<guid isPermaLink="false">http://www.jasonmcdermott.net/?p=302</guid>
		<description><![CDATA[This image caught my eye this afternoon;[Via Digg]Digging a little further brought up this image also;[Via The Guardian]I&#8217;d looked into this some time ago, noting the interdependance of continents on]]></description>
			<content:encoded><![CDATA[<p>This image caught my eye this afternoon;<a href="http://www.atlantic-cable.com/Maps/1901EasternTelegraph.jpg"><img class="alignleft size-large" src="http://www.atlantic-cable.com/Maps/1901EasternTelegraph.jpg" alt="" width="620"  /></a>[Via Digg]Digging a little further brought up this image also;<a href="http://image.guardian.co.uk/sys-images/Technology/Pix/pictures/2008/02/01/SeaCableHi.jpg"><img class="alignleft size-large" src="http://image.guardian.co.uk/sys-images/Technology/Pix/pictures/2008/02/01/SeaCableHi.jpg" alt="" width="620" /></a>[Via The Guardian]I&#8217;d looked into this some time ago, noting the interdependance of continents on single connection points for their data resources, and this is a good example of that.  The bottom image describes two separate incidents in which human sea activity disrupted data cable connections and resulted in major network shutdowns to entire regions.  Whilst these events may occur fairly infrequently (I&#8217;d be interested to see some stats on the number of incidents in the last 30 years, or possibly just as interesting, stats on how frequently repair crews are scheduled for &#8216;routine maintenance&#8217;), the above images highlight an inherent weakness of the physical internet.Some thoughts come to mind;
<ul>
<li>Geographical regions as <a href="http://supercolossal.ch/2007/09/04/china-usb-external-hard-drive-to-the-french/" target="_blank">physical storage</a>, or &#8216;plug-and-play&#8217; Australia?</li>
<li>How do you actually lay/repair cables spanning entire oceans?</li>
<li>Is it possible to target a country&#8217;s umbilical data cord, in an act of <a href="http://bldgblog.blogspot.com/2008/11/piracy-live-at-sea.html" target="_blank">piracy</a> or terrorism-by-proxy?</li>
<li>What kind of intercontinental landscape has been created under our oceans?  If raised, would this undersea network be visible from space?</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.jasonmcdermott.net/2009/02/undersea-cablescape/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ihardlyknowher Flickr Viewer</title>
		<link>http://www.jasonmcdermott.net/2009/02/ihardlyknowher/</link>
		<comments>http://www.jasonmcdermott.net/2009/02/ihardlyknowher/#comments</comments>
		<pubDate>Sat, 07 Feb 2009 10:10:50 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[Thoughts]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.jasonmcdermott.net/news/ihardlyknowher-flickr-viewer/</guid>
		<description><![CDATA[Ihardlyknowher Flickr Viewer , originally uploaded by jason.mcdermott. Above is a screenshot of my flickr viewer made possible by ihardlyknowher, a flickr-API application developed by Justin Ouellette, who also happens]]></description>
			<content:encoded><![CDATA[<div style="text-align: left; padding: 3px;"><a title="photo sharing" href="http://ihardlyknowher.com/jasonmcdermott" target="_blank"><img style="border: solid 2px #000000;" src="http://farm4.static.flickr.com/3382/3259358771_f6ce011c66.jpg" alt=""  class="alignnone size-medium" width="440"/></a><span style="font-size: 0.8em; margin-top: 0px;"><a href="http://www.flickr.com/photos/jasonmcdermott/3259358771/">Ihardlyknowher Flickr Viewer </a>, originally uploaded by <a href="http://www.flickr.com/people/jasonmcdermott/">jason.mcdermott</a>.</span></div>
<div style="text-align: left; padding: 3px;">Above is a screenshot of my flickr viewer made possible by <a href="http://ihardlyknowher.com/" target="_blank">ihardlyknowher</a>, a flickr-API application developed by <a href="http://justinouellette.com/" target="_blank">Justin Ouellette</a>, who also happens to have been behind the very cool <a href="http://muxtape.com" target="_blank">muxtape</a> and (worked at) <a href="http://vimeo.com/jason.mcdermott" target="_blank">vimeo</a>.  The site description reads;</div>
<blockquote><p><em>&#8216;If your Flickr URL is flickr.com/photos/yourname,find yourself at ihardlyknowher.com/yourname&#8217;</em></p></blockquote>
<p>Ihardlyknowher is a very simple, minimal interface for viewing a Flickr users&#8217; photos, with options to switch between large and small photos for varying bandwidths.  Also available are a flickr user&#8217;s sets.  It succeeds where the Flickr interface doesn&#8217;t &#8211; it just makes it simple and easy to view a set of photos without any extraneous branding or annoying GUI elements getting in the way.Seems like a breath of fresh air after being continuously frustrated by the Flickr interface (aside from the already mentioned GUI, something&#8217;s not quite right I just can&#8217;t put my finger on it..).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jasonmcdermott.net/2009/02/ihardlyknowher/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

