<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Simplenote Yojimbo Sync v0.3(1)</title>
	<atom:link href="http://daisychase.net/blog/2009/10/12/simplenote-yojimbo-sync-v0-3/feed/" rel="self" type="application/rss+xml" />
	<link>http://daisychase.net/blog/2009/10/12/simplenote-yojimbo-sync-v0-3/</link>
	<description>GTD, GSD, notebooks and organisational ephemera</description>
	<lastBuildDate>Tue, 27 Jul 2010 19:19:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: archon</title>
		<link>http://daisychase.net/blog/2009/10/12/simplenote-yojimbo-sync-v0-3/comment-page-1/#comment-44</link>
		<dc:creator>archon</dc:creator>
		<pubDate>Mon, 21 Dec 2009 13:25:29 +0000</pubDate>
		<guid isPermaLink="false">http://daisychase.net/blog/2009/10/12/simplenote-yojimbo-sync-v0-3/#comment-44</guid>
		<description>&lt;p&gt;Right, yes, I think that is the issue with SQLite - I&#039;m using the PHP SQLite&lt;em&gt;3&lt;/em&gt; module rather than SQLite. Apparently that is not present in PHP versions for Leopard. It&#039;s possible to work round that by using &lt;code&gt;sqlite3&lt;/code&gt; from the command line though - a lot easier than asking people to install SQLite3! - so I will put that into the next version.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Right, yes, I think that is the issue with SQLite &#8211; I&#8217;m using the PHP SQLite<em>3</em> module rather than SQLite. Apparently that is not present in PHP versions for Leopard. It&#8217;s possible to work round that by using <code>sqlite3</code> from the command line though &#8211; a lot easier than asking people to install SQLite3! &#8211; so I will put that into the next version.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Alderete</title>
		<link>http://daisychase.net/blog/2009/10/12/simplenote-yojimbo-sync-v0-3/comment-page-1/#comment-43</link>
		<dc:creator>Alderete</dc:creator>
		<pubDate>Mon, 21 Dec 2009 05:36:50 +0000</pubDate>
		<guid isPermaLink="false">http://daisychase.net/blog/2009/10/12/simplenote-yojimbo-sync-v0-3/#comment-43</guid>
		<description>&lt;p&gt;Same error as Arko (Class &#039;SQLite3&#039; not found...).&lt;/p&gt;

&lt;p&gt;Yojimbo 2.1 (108) with Mac OS X 10.5.8 (Build 9L30).&lt;/p&gt;

&lt;p&gt;Note that I only have the Mac OS X 10.5 built-in version of PHP installed. Here&#039;s what phpinfo() reports for SQLite:&lt;/p&gt;

&lt;p&gt;SQLite support   enabled
   PECL Module version  2.0-dev $Id: sqlite.c 282740 2009-06-25 00:07:20Z scottmac $
   SQLite Library   2.8.17
   SQLite Encoding  iso8859&lt;/p&gt;

&lt;p&gt;I can&#039;t tell from the code if that&#039;s the version of SQLite you&#039;re expecting to find, but should there be a require xxx statement to ensure it&#039;s loaded? Or some other kind of test?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Same error as Arko (Class &#8216;SQLite3&#8242; not found&#8230;).</p>

<p>Yojimbo 2.1 (108) with Mac OS X 10.5.8 (Build 9L30).</p>

<p>Note that I only have the Mac OS X 10.5 built-in version of PHP installed. Here&#8217;s what phpinfo() reports for SQLite:</p>

<p>SQLite support   enabled
   PECL Module version  2.0-dev $Id: sqlite.c 282740 2009-06-25 00:07:20Z scottmac $
   SQLite Library   2.8.17
   SQLite Encoding  iso8859</p>

<p>I can&#8217;t tell from the code if that&#8217;s the version of SQLite you&#8217;re expecting to find, but should there be a require xxx statement to ensure it&#8217;s loaded? Or some other kind of test?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Darren Stueber</title>
		<link>http://daisychase.net/blog/2009/10/12/simplenote-yojimbo-sync-v0-3/comment-page-1/#comment-41</link>
		<dc:creator>Darren Stueber</dc:creator>
		<pubDate>Wed, 18 Nov 2009 03:56:10 +0000</pubDate>
		<guid isPermaLink="false">http://daisychase.net/blog/2009/10/12/simplenote-yojimbo-sync-v0-3/#comment-41</guid>
		<description>&lt;p&gt;I too get the same error as Arko: Fatal error: Class &#039;SQLite3&#039; not found in ~/Applications/Simplenote Yojimbo Sync.app/Contents/Resources/Scripts/simplenote_sync.php on line 85&lt;/p&gt;

&lt;p&gt;I am using Yojimbo 1.5.2 with OS X 10.5.8. I received this message after inputting the password.&lt;/p&gt;

&lt;p&gt;Thanks!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I too get the same error as Arko: Fatal error: Class &#8216;SQLite3&#8242; not found in ~/Applications/Simplenote Yojimbo Sync.app/Contents/Resources/Scripts/simplenote_sync.php on line 85</p>

<p>I am using Yojimbo 1.5.2 with OS X 10.5.8. I received this message after inputting the password.</p>

<p>Thanks!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Andrés</title>
		<link>http://daisychase.net/blog/2009/10/12/simplenote-yojimbo-sync-v0-3/comment-page-1/#comment-35</link>
		<dc:creator>Andrés</dc:creator>
		<pubDate>Wed, 04 Nov 2009 18:31:02 +0000</pubDate>
		<guid isPermaLink="false">http://daisychase.net/blog/2009/10/12/simplenote-yojimbo-sync-v0-3/#comment-35</guid>
		<description>&lt;p&gt;I get the same error as Arko (October 27th).&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I get the same error as Arko (October 27th).</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Rick</title>
		<link>http://daisychase.net/blog/2009/10/12/simplenote-yojimbo-sync-v0-3/comment-page-1/#comment-34</link>
		<dc:creator>Rick</dc:creator>
		<pubDate>Wed, 04 Nov 2009 09:55:18 +0000</pubDate>
		<guid isPermaLink="false">http://daisychase.net/blog/2009/10/12/simplenote-yojimbo-sync-v0-3/#comment-34</guid>
		<description>&lt;p&gt;I get the same error as Arko (October 27th).&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I get the same error as Arko (October 27th).</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Arko</title>
		<link>http://daisychase.net/blog/2009/10/12/simplenote-yojimbo-sync-v0-3/comment-page-1/#comment-32</link>
		<dc:creator>Arko</dc:creator>
		<pubDate>Tue, 27 Oct 2009 13:26:48 +0000</pubDate>
		<guid isPermaLink="false">http://daisychase.net/blog/2009/10/12/simplenote-yojimbo-sync-v0-3/#comment-32</guid>
		<description>&lt;p&gt;I get the following error:&lt;/p&gt;

&lt;p&gt;http://twitpic.com/n4vp3&lt;/p&gt;

&lt;p&gt;Thanks, Simplenote sounds really great, can wait to try it!&lt;/p&gt;

&lt;p&gt;best regards&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I get the following error:</p>

<p><a href="http://twitpic.com/n4vp3" rel="nofollow">http://twitpic.com/n4vp3</a></p>

<p>Thanks, Simplenote sounds really great, can wait to try it!</p>

<p>best regards</p>]]></content:encoded>
	</item>
	<item>
		<title>By: kristian</title>
		<link>http://daisychase.net/blog/2009/10/12/simplenote-yojimbo-sync-v0-3/comment-page-1/#comment-31</link>
		<dc:creator>kristian</dc:creator>
		<pubDate>Sat, 24 Oct 2009 15:11:45 +0000</pubDate>
		<guid isPermaLink="false">http://daisychase.net/blog/2009/10/12/simplenote-yojimbo-sync-v0-3/#comment-31</guid>
		<description>&lt;p&gt;neither working here with mac os 10.6.1
same error message in growl as before, only the first note is created in yojimbo and the simplenote folder.&lt;/p&gt;

&lt;p&gt;the only difference, in the console i get this additional message:
24/10/09 5:09:06 PM Firewall[70]    Stealth Mode connection attempt to UDP 192.168.20.2:51844 from 83.224.66.134:53&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>neither working here with mac os 10.6.1
same error message in growl as before, only the first note is created in yojimbo and the simplenote folder.</p>

<p>the only difference, in the console i get this additional message:
24/10/09 5:09:06 PM Firewall[70]    Stealth Mode connection attempt to UDP 192.168.20.2:51844 from 83.224.66.134:53</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Andreas Kalt</title>
		<link>http://daisychase.net/blog/2009/10/12/simplenote-yojimbo-sync-v0-3/comment-page-1/#comment-30</link>
		<dc:creator>Andreas Kalt</dc:creator>
		<pubDate>Sat, 24 Oct 2009 13:43:20 +0000</pubDate>
		<guid isPermaLink="false">http://daisychase.net/blog/2009/10/12/simplenote-yojimbo-sync-v0-3/#comment-30</guid>
		<description>&lt;p&gt;WIth version .031  I still don&#039;t have a Log file and I still don&#039;t get it to create the database. :-(&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>WIth version .031  I still don&#8217;t have a Log file and I still don&#8217;t get it to create the database. <img src='http://daisychase.net/blog/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>]]></content:encoded>
	</item>
	<item>
		<title>By: archon</title>
		<link>http://daisychase.net/blog/2009/10/12/simplenote-yojimbo-sync-v0-3/comment-page-1/#comment-29</link>
		<dc:creator>archon</dc:creator>
		<pubDate>Sat, 24 Oct 2009 11:45:59 +0000</pubDate>
		<guid isPermaLink="false">http://daisychase.net/blog/2009/10/12/simplenote-yojimbo-sync-v0-3/#comment-29</guid>
		<description>&lt;p&gt;I&#039;ll continue to try to get this to work for everyone - it&#039;s just a bit difficult when I can&#039;t reproduce the issue myself! I&#039;ve done a new version which might help to narrow down the problem with a few new error messages.&lt;/p&gt;

&lt;p&gt;Oh, and by the way, I&#039;m afraid that creation date and modification date of Yojimbo records is read-only to Applescript, so I can&#039;t change those, I&#039;ve just found out.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I&#8217;ll continue to try to get this to work for everyone &#8211; it&#8217;s just a bit difficult when I can&#8217;t reproduce the issue myself! I&#8217;ve done a new version which might help to narrow down the problem with a few new error messages.</p>

<p>Oh, and by the way, I&#8217;m afraid that creation date and modification date of Yojimbo records is read-only to Applescript, so I can&#8217;t change those, I&#8217;ve just found out.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: kristian</title>
		<link>http://daisychase.net/blog/2009/10/12/simplenote-yojimbo-sync-v0-3/comment-page-1/#comment-28</link>
		<dc:creator>kristian</dc:creator>
		<pubDate>Sat, 24 Oct 2009 11:14:41 +0000</pubDate>
		<guid isPermaLink="false">http://daisychase.net/blog/2009/10/12/simplenote-yojimbo-sync-v0-3/#comment-28</guid>
		<description>&lt;p&gt;hello archon,
what do you reccomend me to do? anything i can try doing on my end to get it work or wait for your next update to snys? &lt;/p&gt;

&lt;p&gt;your script is very interesting for two reasons:
1. i take many cronologically ordered notes in journler... and since journler has unfortunately just been discontinued, a switch to an alternative (yojimbo or macjournal) seems inevitable in the near/mid future&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;i love the speed and immediacy of simplenote on the iphone and finding a way to sync it with a note program on mac is very interesting for me.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;tx, kristian&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>hello archon,
what do you reccomend me to do? anything i can try doing on my end to get it work or wait for your next update to snys? </p>

<p>your script is very interesting for two reasons:
1. i take many cronologically ordered notes in journler&#8230; and since journler has unfortunately just been discontinued, a switch to an alternative (yojimbo or macjournal) seems inevitable in the near/mid future</p>

<ol>
<li>i love the speed and immediacy of simplenote on the iphone and finding a way to sync it with a note program on mac is very interesting for me.</li>
</ol>

<p>tx, kristian</p>]]></content:encoded>
	</item>
</channel>
</rss>
