<?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>The Nth Muse</title>
	<atom:link href="http://blog.nthmuse.net/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://blog.nthmuse.net</link>
	<description>Why restrict yourself to 9 ?? Greek mythology speaks of the 9 muses.. the sources of inspiration for artists and scientists.. “The Nth muse” is my attempt to acknowledge the fact that there are more, many more than 9 of these..</description>
	<lastBuildDate>Sun, 07 Jun 2009 21:49:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.3</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Aperture iPhoto Sync</title>
		<link>http://blog.nthmuse.net/?p=56</link>
		<comments>http://blog.nthmuse.net/?p=56#comments</comments>
		<pubDate>Sat, 30 May 2009 22:59:47 +0000</pubDate>
		<dc:creator>Devarshi</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[aperture]]></category>
		<category><![CDATA[iphoto]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[scripts]]></category>
		<category><![CDATA[sync]]></category>

		<guid isPermaLink="false">http://blog.nthmuse.net/?p=56</guid>
		<description><![CDATA[    What is it ?
Aperture iPhoto Sync is an applescript which will sync your Aperture projects/albums to iPhoto, thereby making them available to the rest of iLife apps for you to use. (Yes I know that you can drag and drop Aperture images &#38; create iPhoto albums, but a script sure beats [...]]]></description>
			<content:encoded><![CDATA[<!-- RSPEAK_STOP --> <a href='http://wr.readspeaker.com/webreader/webreader.php?cid=1478d374b38e8f73b1a2e151a298380f&t=wordpress_free&url=http://blog.nthmuse.net/?p=56&title=Aperture iPhoto Sync' onclick='readpage(this.href, 56); return false;'> <img src='http://graphics.readspeaker.com/images/wr/listen_en_us.gif' style='border-style: none;' alt='Listen with webreader'></a><div id='WR_56'></div> <!-- RSPEAK_START --> <h3>What is it ?</h3>
<p>Aperture iPhoto Sync is an applescript which will sync your Aperture projects/albums to iPhoto, thereby making them available to the rest of iLife apps for you to use. (Yes I know that you can drag and drop Aperture images &amp; create iPhoto albums, but a script sure beats doing this manually!) It syncs masters by creating links in iPhoto library to save space.. and (optionally) syncs up modified versions by exporting them using Aperture’s export presets.</p>
<h3>Features</h3>
<ul>
<li> Syncs Masters without copying them &#8211; save space !</li>
<li> Syncs modified versions by exporting them from Aperture using selected presets.</li>
<li> Will optionally delete photos from iPhoto albums before syncing &#8211; ensuring an exact replica.</li>
<li> Syncs intelligently &#8211; ignores ‘Rejects’ and syncs only ‘Select’ of a stack to avoid clutter.</li>
<li>Uses the library that you have configured in Aperture as the the library it imports from.</li>
</ul>
<p><span id="more-56"></span></p>
<h3>First run&#8230;.</h3>
<p>The first time it is run, it will prompt you for certain defaults for it to use henceforth. These values include :</p>
<ul>
<li>Whether to Export or Ignore modified photos or ‘versions’ from Aperture while syncing. Exporting modified photos to iPhoto will take up more space since duplicates of the existing versions in Aperture will be made. This also takes up more time to sync.</li>
<li>If exporting, the Aperture Export preset that will be used by aperture to export the photos.</li>
<li>Whether to delete photos from existing iPhoto albums (with the same name as the Aperture project/album you are syncing up) before adding photos to it. Selecting this option increases sync time by a bit, but will ensure that the iPhoto album is a replica of your Aperture album/project.</li>
</ul>
<p>These preferences are stored in the file ~/Library/Preferences/com.devarshi.ApertureiPhotoSync.plist. To change these preferences, either edit the file using plist editor, or delete it. If the script does not find the file, it will prompt you again for the preferences.</p>
<h3>The sync&#8230;.</h3>
<p>Using the script is pretty straightforward.</p>
<ul>
<li>When run, the script will present you with a list of folders and projects from Aperture that you may choose from. Currently, this script allows you to select only one folder/project at this level.</li>
<li>Upon selecting a project/folder, the script will present you with a list of projects/albums contained within it, from which you may select one or more.</li>
<li>If the first selection does not contain any projects/albums, the script will check to see if it contains any images itself. If so, the script shall create an album in iPhoto with the name of the selected project in Aperture and import those images into that album according to the defaults selected earlier .</li>
<li>If, in step 2, you were presented with and selected one/more sub-projects/sub-albums, the script will then proceed to create albums in iPhoto with the same names as the selected sub-projects/sub-albums and import the images into those albums according to the defaults selected earlier.</li>
</ul>
<h3>A few tips&#8230;</h3>
<ul>
<li>If you choose to “Export” modified images from Aperture, do note that this takes up some amount of time during which, apparently, nothing seems to be happening&#8230; This is because Aperture performs a background export of the images&#8230; If you don’t believe me, check your CPU usage ! <img src='http://blog.nthmuse.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> .</li>
<li>The “Export” of modified images creates temporary photos. After each project/album is imported into iPhoto (copies of these temporary photos are made in the iPhoto library), these temporary photos will be moved to trash. So, if you plan to ‘export’ a lot of photos, make sure you clean up your trash periodically !</li>
</ul>
<h3>A few things to note&#8230;</h3>
<ul>
<li><span style="color: #ff0000;"><em>As of version 2.3, the script needs your Aperture library to have atleast one stack for it to run correctly. It will fail in between if you dont. While I work on this problem, for the time being, please create atleast one stack in your library.</em></span></li>
<li><em>I&#8217;ve done some basic tests with Aperture 2.1.2 and iPhoto &#8216;09. (Do not use this version script for Aperture versions prior to 2.0 &#8211; use an older version). </em></li>
<li><em>Please note that this script is still in alpha stage&#8230; so please backup your libraries before attempting to use this script. </em></li>
<li><em>I currently do not have a lot of time to test this script extensively, and so am posting it here hoping that it&#8217;ll be useful to others, and that I can use your feedback to fix any issues&#8230;<br />
</em></li>
<li><em>However, if you run into any problems, or if you have any comments, please feel free to get in touch with me or leave me a comment here.</em></li>
</ul>
<h3>Update History</h3>
<p>v2.3:</p>
<p>- Minor update : Fixed the failure in the script if you had &#8220;~&#8221; in your Aperture Library path.</p>
<div class="attachments"><dl class="attachments attachments-medium"><dt class="icon"><a title="aperture-iphoto-sync-23" href="http://blog.nthmuse.net/wp-content/uploads/2009/05/aperture-iphoto-sync-23.scpt"><img src="http://blog.nthmuse.net/wp-includes/images/crystal/default.png" width="32" height="32" alt="" /></a></dt><dd class="caption"><strong>File: </strong><a href="http://blog.nthmuse.net/wp-content/uploads/2009/05/aperture-iphoto-sync-23.scpt" title="aperture-iphoto-sync-23">aperture-iphoto-sync-23.scpt</a> (72 kB)<br /><strong>Caption: </strong>Aperture iPhoto Sync Script v2.3</dd></dl></div>
<p>v2.2:<br />
- Minor update : Fixed preference file creation failure when starting up without an existing<br />
one</p>
<div class="attachments"><dl class="attachments attachments-medium"><dt class="icon"><a title="aperture-iphoto-sync-22" href="http://blog.nthmuse.net/wp-content/uploads/2009/05/aperture-iphoto-sync-22.scpt"><img src="http://blog.nthmuse.net/wp-includes/images/crystal/default.png" width="32" height="32" alt="" /></a></dt><dd class="caption"><strong>File: </strong><a href="http://blog.nthmuse.net/wp-content/uploads/2009/05/aperture-iphoto-sync-22.scpt" title="aperture-iphoto-sync-22">aperture-iphoto-sync-22.scpt</a> (71 kB)<br /><strong>Caption: </strong>Aperture Iphoto Sync Script v2.2</dd></dl></div><br />
v2.1 :<br />
- Updated preference version. We now lookup the library file location from<br />
aperture preferences as opposed to asking the user for it.</p>
<p><div class="attachments"><dl class="attachments attachments-medium"><dt class="icon"><a title="aperture-iphoto-sync-2" href="http://blog.nthmuse.net/wp-content/uploads/2009/05/aperture-iphoto-sync-2.scpt"><img src="http://blog.nthmuse.net/wp-includes/images/crystal/default.png" width="32" height="32" alt="" /></a></dt><dd class="caption"><strong>File: </strong><a href="http://blog.nthmuse.net/wp-content/uploads/2009/05/aperture-iphoto-sync-2.scpt" title="aperture-iphoto-sync-2">aperture-iphoto-sync-2.scpt</a> (74 kB)<br /><strong>Caption: </strong>Aperture to iPhoto Sync Script v2</dd></dl></div>
<p>v2.0 :<br />
- Updated to work with Aperture 2.x and iPhoto. Does not work with previous<br />
Aperture versions anymore. Use v0.3 of the script for pre 2.x Aperture versions</p>
 <!-- RSPEAK_STOP -->]]></content:encoded>
			<wfw:commentRss>http://blog.nthmuse.net/?feed=rss2&amp;p=56</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>Enhanced Entourage &#8211; Omnifocus integration using Quicksilver</title>
		<link>http://blog.nthmuse.net/?p=104</link>
		<comments>http://blog.nthmuse.net/?p=104#comments</comments>
		<pubDate>Sun, 12 Apr 2009 07:32:05 +0000</pubDate>
		<dc:creator>Devarshi</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[entourage]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[omnifocus]]></category>
		<category><![CDATA[quicksilver]]></category>
		<category><![CDATA[scripts]]></category>

		<guid isPermaLink="false">http://blog.nthmuse.net/?p=104</guid>
		<description><![CDATA[So.. if you are a GTD fan, and use a Mac, you may have been enticed into using OmniFocus (an awesome GTD app, by the way..). While the folks over at Omnigroup have provided a nice set of scripts to add tasks using Quicksilver, it's still not that straightforward to add Emails from Entourage to OmniFocus....

Many folks have put together nice scripts (see this thread,  on the Omnigroup forums) that will take a set of emails currently selected in Entourage and add them to the OmniFocus Inbox... However, if you use Quicksilver, I've extended these scripts so that they will automatically add these emails into the appropriate Project and Context, therby saving you the time and effort of having to go in and clean up your inbox later on..]]></description>
			<content:encoded><![CDATA[<!-- RSPEAK_STOP --> <a href='http://wr.readspeaker.com/webreader/webreader.php?cid=1478d374b38e8f73b1a2e151a298380f&t=wordpress_free&url=http://blog.nthmuse.net/?p=104&title=Enhanced Entourage &#8211; Omnifocus integration using Quicksilver' onclick='readpage(this.href, 104); return false;'> <img src='http://graphics.readspeaker.com/images/wr/listen_en_us.gif' style='border-style: none;' alt='Listen with webreader'></a><div id='WR_104'></div> <!-- RSPEAK_START --> <p>So.. if you are a <a href="http://www.davidco.com/what_is_gtd.php" target="_self">GTD</a> fan, and use a Mac, you may have been enticed into using <a href="http://www.omnigroup.com/applications/omnifocus/" target="_self">OmniFocus</a> (an awesome GTD app, by the way..). While the folks over at Omnigroup have provided a nice set of scripts to add tasks using <a href="http://docs.blacktree.com/quicksilver/what_is_quicksilver" target="_self">Quicksilver</a>, it&#8217;s still not that straightforward to add Emails from Entourage to OmniFocus&#8230;.</p>
<p>Many folks have put together nice scripts (see <a href="http://forums.omnigroup.com/showthread.php?t=7769" target="_self">this thread</a>,  on the Omnigroup forums) that will take a set of emails currently selected in Entourage and add them to the OmniFocus Inbox&#8230; However, if you use Quicksilver, I&#8217;ve extended these scripts so that they will automatically add these emails into the appropriate Project and Context, therby saving you the time and effort of having to go in and clean up your inbox later on..</p>
<p><span id="more-104"></span></p>
<h3>Installing the script</h3>
<ul>
<li>Copy the script to /Users/&lt;your username&gt;/Library/Application Support/Quicksilver/Actions/ folder. (Create the folder if it doesnt exist)</li>
<li>Restart Quicksilver.</li>
<li>Open Quicksilver preferences. Go to Preferences -&gt; Actions and make sure that &#8216;Entourage to Omnifocus&#8217; is selected.</li>
<li>
<div id="attachment_121" class="wp-caption aligncenter" style="width: 450px"><a rel="attachment wp-att-121" href="http://blog.nthmuse.net/wp-content/uploads/2009/04/picture.png"><img class="size-full wp-image-121" title="Quicksilver Preferences Window" src="http://blog.nthmuse.net/wp-content/uploads/2009/04/picture.png" alt="The picture shows the Quicksilver preferences window and how to activate the new Entourage to Omnifocus action" width="440" height="315" /></a><p class="wp-caption-text">The picture shows the Quicksilver preferences window and how to activate the new Entourage to Omnifocus action</p></div></li>
</ul>
<h3>Using the script</h3>
<ul>
<li>Select one or more emails in Entourage.</li>
<li>Bring up the Quicksilver window, hit &#8220;.&#8221;  (period) and enter text in this format : &#8221; &gt; Project @ Context &#8221; without the quotes, ofcourse. Note that this part is an integration from the Quicksilver Omnifocus script that comes with Omnifocus, and so supports the different features of that script (such as creating the project/context in Omnifocus if one does not exist already and trying to match the first few characters of the project/context with the any that already exist).</li>
<li>Hit Tab and enter the name of this script (Entourage To Omnifocus)</li>
<li>Once the script comes up, hit enter. This will cause the selected emails to be added to the specified Project and Context with their subject as the task title. The email body as well as a link to the actual email will be attached to the notes section of the task.</li>
</ul>
<p>Ofcourse &#8211; this is, by no means, a completely indigenous script. I took the two scripts available (Quicksilver-Omnifocus script &amp; Entourage &#8211; Omnifocus script), made some modifications and here we go&#8230;  Have fun!</p>
<p><div class="attachments"><h2>Download Entourage to Omnifocus Script</h2><dl class="attachments attachments-large"><dt class="icon"><a title="entourage-to-omnifocus" href="http://blog.nthmuse.net/wp-content/uploads/2009/04/entourage-to-omnifocus.scpt"><img src="http://blog.nthmuse.net/wp-includes/images/crystal/default.png" width="48" height="48" alt="" /></a></dt><dd class="caption"><strong>Title: </strong><a title="entourage-to-omnifocus" href="http://blog.nthmuse.net/wp-content/uploads/2009/04/entourage-to-omnifocus.scpt">entourage-to-omnifocus</a><br /><strong>Caption: </strong>Entourage to Omnifocus script. Download and copy it to your Library/Application Support/Quicksilver/Actions folder.<br /><strong>File: </strong>entourage-to-omnifocus.scpt<br /><strong>Size: </strong>42 kB</dd></dl></div>
 <!-- RSPEAK_STOP -->]]></content:encoded>
			<wfw:commentRss>http://blog.nthmuse.net/?feed=rss2&amp;p=104</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>MultiRSS Visualizer &#8211; an enhanced RSS screensaver for Mac OS X</title>
		<link>http://blog.nthmuse.net/?p=71</link>
		<comments>http://blog.nthmuse.net/?p=71#comments</comments>
		<pubDate>Mon, 23 Feb 2009 00:36:49 +0000</pubDate>
		<dc:creator>Devarshi</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[screensaver]]></category>

		<guid isPermaLink="false">http://blog.nthmuse.net/?p=71</guid>
		<description><![CDATA[    [There is a video that cannot be displayed in this feed. Visit the blog entry to see the video.]
The RSS Visualizer Screen Saver in Mac OS X 10.4/10.5 is a pretty nifty one&#8230; However, in my opinion (and in that of so many others !), it still lacks some functionality &#8211; [...]]]></description>
			<content:encoded><![CDATA[<!-- RSPEAK_STOP --> <a href='http://wr.readspeaker.com/webreader/webreader.php?cid=1478d374b38e8f73b1a2e151a298380f&t=wordpress_free&url=http://blog.nthmuse.net/?p=71&title=MultiRSS Visualizer &#8211; an enhanced RSS screensaver for Mac OS X' onclick='readpage(this.href, 71); return false;'> <img src='http://graphics.readspeaker.com/images/wr/listen_en_us.gif' style='border-style: none;' alt='Listen with webreader'></a><div id='WR_71'></div> <!-- RSPEAK_START --> <p style="text-align: center;">[There is a video that cannot be displayed in this feed. <a href="http://blog.nthmuse.net/?p=71">Visit the blog entry to see the video.]</a></p>
<p style="text-align: justify;"><span style="font-size: x-large;">T</span>he RSS Visualizer Screen Saver in Mac OS X 10.4/10.5 is a pretty nifty one&#8230; However, in my opinion (and in that of so many others !), it still lacks some functionality &#8211; especially being able to specify multiple feeds from which to grab news items&#8230; After having searched around on the web for something that would do, I finally bit the bullet and opened up Quartz Composer. The result ? MultiRSS Visualizer&#8230;</p>
<p><span id="more-71"></span></p>
<p style="text-align: justify;">Ok&#8230; so once I opened up the stock RSS Visualizer in Quartz Composer, some playing around was all that it took to understand the basics of how it operates. The great thing about Quartz Composer is that you can pretty much do everything by simply interconnecting blocks. Anyone with even a little bit of programming background shouldnt have any problem understanding how QC works. Being both an EE and Computer Science engineer, it was pretty easy to look at it from the perspective of digital circuit design &#8211; putting together blocks, interconnecting them with signals carrying data ! So much for my thoughts.. on to the actual process..</p>
<p style="text-align: justify;">The only needed addition to the stock RSS visualizer is the ability to change URLs periodically. That and a bit more work to add a randomization element. The first was solved by parsing a comma separated list of URLs to produce a list, and then stepping through that list one at a time (with a time interval equal to NumNewsItems * Time to display one news item) &#8211; and passing each URL to the existing processing blocks. </p>
<p style="text-align: justify;">It took a little bit more time to implement the randomization &#8211; using which you can select a different feed to start the screensaver each time. An initial solution was to use the Random patch &#8211; but it took one run for me to realize that because this was a pseudo random generator &#8211; with no way to specify a starting seed &#8211; this approach would never work ! The solution ? Add in a system time patch which can then be used to really generate a random starting index for the feeds. </p>
<p>That was it.. You can open up the screen saver in QC and look at it in more detail. Enjoy !</p>
<p>The screenshot below shows the preferences panel for the screensaver. The RSS feeds to be displayed by the screensaver are configured as a comma separated list in the field RSSURLList seen below.</p>
<div id="attachment_72" class="wp-caption aligncenter" style="width: 457px"><a rel="attachment wp-att-72" href="http://blog.nthmuse.net/wp-content/uploads/2009/02/picture-1.jpg"><img class="size-full wp-image-72" title="MultiRSS Visualizer Preferences" src="http://blog.nthmuse.net/wp-content/uploads/2009/02/picture-1.jpg" alt="Screenshot of the System preferences pane for MultiRSS Visualizer" width="447" height="390" /></a><p class="wp-caption-text">Screenshot of the System preferences pane for MultiRSS Visualizer</p></div>
<p> </p>
<div class="attachments"><dl class="attachments attachments-large"><dt class="icon"><a title="multirss-visualizer-v2" href="http://blog.nthmuse.net/wp-content/uploads/2009/02/multirss-visualizer-v2.qtz"><img src="http://blog.nthmuse.net/wp-includes/images/crystal/default.png" width="48" height="48" alt="" /></a></dt><dd class="caption"><strong>Title: </strong><a title="multirss-visualizer-v2" href="http://blog.nthmuse.net/wp-content/uploads/2009/02/multirss-visualizer-v2.qtz">multirss-visualizer-v2</a><br /><strong>Caption: </strong>MultiRSS Visualizer RSS Screensaver (Right click on this file and download it to your Mac. Save it in /Users/_your_username_/Library/Screen Savers/ (create that folder if it doesnt exist). Then open up the Desktop and Screensaver preference pane and select this screensaver.)<br /><strong>File: </strong>multirss-visualizer-v2.qtz<br /><strong>Size: </strong>236 kB</dd></dl></div>
 <!-- RSPEAK_STOP -->]]></content:encoded>
			<wfw:commentRss>http://blog.nthmuse.net/?feed=rss2&amp;p=71</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>The beginning&#8230;</title>
		<link>http://blog.nthmuse.net/?p=3</link>
		<comments>http://blog.nthmuse.net/?p=3#comments</comments>
		<pubDate>Sun, 27 Jul 2008 21:58:13 +0000</pubDate>
		<dc:creator>Devarshi</dc:creator>
				<category><![CDATA[Personal Thoughts]]></category>
		<category><![CDATA[Introspection]]></category>

		<guid isPermaLink="false">http://blog.nthmuse.net/?p=3</guid>
		<description><![CDATA[    Greek mythology speaks of the 9 muses.. the sources of inspiration for artists and scientists.. “The Nth muse” is my attempt to acknowledge the fact that there are more, many more than 9 of these.. That one can (and probably should) learn to derive inspiration from a myriad of people, places [...]]]></description>
			<content:encoded><![CDATA[<!-- RSPEAK_STOP --> <a href='http://wr.readspeaker.com/webreader/webreader.php?cid=1478d374b38e8f73b1a2e151a298380f&t=wordpress_free&url=http://blog.nthmuse.net/?p=3&title=The beginning&#8230;' onclick='readpage(this.href, 3); return false;'> <img src='http://graphics.readspeaker.com/images/wr/listen_en_us.gif' style='border-style: none;' alt='Listen with webreader'></a><div id='WR_3'></div> <!-- RSPEAK_START --> <p>Greek mythology speaks of the 9 muses.. the sources of inspiration for artists and scientists.. “The Nth muse” is my attempt to acknowledge the fact that there are more, many more than 9 of these.. That one can (and probably should) learn to derive inspiration from a myriad of people, places and happenings around oneself.. That whenever you feel you’ve run out of ideas, try searching for the one tiny little thought that escapes you…; the one glimpse of sheer ingenuity that’s within your reach…; the one muse no one has ever thought of… the “n”th muse !</p>
<p>As I stand back and try to reflect on what I just said, I cant help but think about what prompted me to do this in the first place… Somehow, the idea of sharing my thoughts with the world at large has never appealed to me.. And yet &#8211; here I am.. why.. ? Maybe because the act of putting your thoughts down in a coherent fashion lends itself to the yet-more-thought-provoking act of introspection.. Maybe because it forces you to give shape to what has previously always been an amorphous glob of unexplored ideas and feelings… and maybe, in that process, it helps you discover muses you never knew were right there !</p>
 <!-- RSPEAK_STOP -->]]></content:encoded>
			<wfw:commentRss>http://blog.nthmuse.net/?feed=rss2&amp;p=3</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
