<?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>chasing daisies... &#187; Code</title>
	<atom:link href="http://daisychase.net/blog/tag/code/feed/" rel="self" type="application/rss+xml" />
	<link>http://daisychase.net/blog</link>
	<description>pens and paper and general ephemera</description>
	<lastBuildDate>Sat, 19 May 2012 09:07:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Simplenote Yojimbo Sync v0.3(1)</title>
		<link>http://daisychase.net/blog/2009/10/12/simplenote-yojimbo-sync-v0-3/</link>
		<comments>http://daisychase.net/blog/2009/10/12/simplenote-yojimbo-sync-v0-3/#comments</comments>
		<pubDate>Mon, 12 Oct 2009 20:25:17 +0000</pubDate>
		<dc:creator>ordinal</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Applescript]]></category>
		<category><![CDATA[simplenote]]></category>
		<category><![CDATA[snys]]></category>
		<category><![CDATA[sync]]></category>
		<category><![CDATA[yojimbo]]></category>

		<guid isPermaLink="false">http://daisychase.net/blog/2009/10/12/simplenote-yojimbo-sync-v0-3/</guid>
		<description><![CDATA[As the previous post suggest I&#8217;ve uploaded a new version of SNYS, 0.3. This has some more extensive logging options as some people are still having issues, but for those who aren&#8217;t, this version stays running and repeats the sync once per hour. You might wish to have it run on startup if you are [...]]]></description>
			<content:encoded><![CDATA[<p>As the previous post suggest I&#8217;ve uploaded a new version of SNYS, 0.3. This has some more extensive logging options as some people are <em>still</em> having issues, but for those who aren&#8217;t, this version stays running and repeats the sync once per hour. You might wish to have it run on startup if you are that way inclined; I am.</p>

<p><a href="http://daisychase.net/blog/simplenote-yojimbo-sync/">Download from the dedicated page as usual</a>.</p>

<p><em>Edit</em>: Please can you post (a) the version of OS X you are using and (b) the version of Yojimbo you are using, when reporting a bug? I have a feeling that there may be some subtle Applescript differences involved here, and even if there aren&#8217;t, I&#8217;d like to eliminate that possibility.</p>
]]></content:encoded>
			<wfw:commentRss>http://daisychase.net/blog/2009/10/12/simplenote-yojimbo-sync-v0-3/feed/</wfw:commentRss>
		<slash:comments>35</slash:comments>
		</item>
		<item>
		<title>Applescript and regular actions</title>
		<link>http://daisychase.net/blog/2009/10/12/applescript-and-regular-actions/</link>
		<comments>http://daisychase.net/blog/2009/10/12/applescript-and-regular-actions/#comments</comments>
		<pubDate>Mon, 12 Oct 2009 13:28:07 +0000</pubDate>
		<dc:creator>ordinal</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Applescript]]></category>
		<category><![CDATA[snys]]></category>

		<guid isPermaLink="false">http://daisychase.net/blog/2009/10/12/applescript-and-regular-actions/</guid>
		<description><![CDATA[I was wondering how I could have Simplenote Yojimbo Sync (henceforth, SNYS) running regularly, and thinking of all sorts of methods involving launchd, but actually it seems very simple to do with Applescript, which is where I should have looked in the first place. From p76 of the Applescript Language Guide: Stay-open script applications can [...]]]></description>
			<content:encoded><![CDATA[<p>I was wondering how I could have Simplenote Yojimbo Sync (henceforth, SNYS) running regularly, and thinking of all sorts of methods involving launchd, but actually it seems very simple to do with Applescript, which is where I should have looked in the first place.</p>

<p>From p76 of the Applescript Language Guide:</p>

<blockquote>Stay-open script applications can perform periodic actions, even in the background, as long as the script application is running.</blockquote>

<p>What I need therefore is an <em>idle</em> handler.</p>

<blockquote>If a stay-open script application includes an idle handler, AppleScript sends the script application periodic idle commands—by default, every 30 seconds—allowing it to perform background tasks when it is not performing other actions.</blockquote>

<p>So, I will put one of those in and it will run the sync periodically and everything will be happy. That should be straightforward.</p>
]]></content:encoded>
			<wfw:commentRss>http://daisychase.net/blog/2009/10/12/applescript-and-regular-actions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simplenote Yojimbo Sync v0.11</title>
		<link>http://daisychase.net/blog/2009/10/01/simplenote-yojimbo-sync-v0-11/</link>
		<comments>http://daisychase.net/blog/2009/10/01/simplenote-yojimbo-sync-v0-11/#comments</comments>
		<pubDate>Thu, 01 Oct 2009 12:46:03 +0000</pubDate>
		<dc:creator>ordinal</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Applescript]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[simplenote]]></category>
		<category><![CDATA[snys]]></category>
		<category><![CDATA[sync]]></category>
		<category><![CDATA[yojimbo]]></category>

		<guid isPermaLink="false">http://daisychase.net/blog/?p=13</guid>
		<description><![CDATA[This is the first public version of my syncing script between Simplenote and Yojimbo.]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-28" style="float:right; margin-left:1em;" title="SimplenoteYojimboSync 2" src="http://daisychase.net/blog/wp-content/uploads/2009/10/SimplenoteYojimboSync-2.jpg" alt="SimplenoteYojimboSync 2" width="256" height="256" />This is the first version of my syncing script between <a href="http://www.simplenoteapp.com/">Simplenote</a> and <a href="http://www.barebones.com/products/Yojimbo/">Yojimbo</a>. (Well, v0.1 was the first, and was pretty much the same just without Growl support, but this is the first <em>public</em> version.)</p>

<p>If you would care to try it out, I would be delighted &#8211; please leave any comments, bug reports etc on this post. (Even just &#8220;works as expected&#8221; would be appreciated.)</p>

<p><strong>Documentation and download</strong></p>

<ul>
    <li>(<a href="http://daisychase.net/blog/simplenote-yojimbo-sync/">see main project page</a>)</li>
</ul>

<p><em>Edit</em>: Of course, Sod&#8217;s Law, there was an installation bug in the initial version. I&#8217;ve now fixed this.</p>
]]></content:encoded>
			<wfw:commentRss>http://daisychase.net/blog/2009/10/01/simplenote-yojimbo-sync-v0-11/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

