<?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>Pie Palace &#187; Projects</title>
	<atom:link href="http://www.piepalace.ca/blog/category/projects/feed" rel="self" type="application/rss+xml" />
	<link>http://www.piepalace.ca/blog</link>
	<description></description>
	<lastBuildDate>Thu, 12 Aug 2010 01:32:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Take that, Security!</title>
		<link>http://www.piepalace.ca/blog/2009/11/that.html</link>
		<comments>http://www.piepalace.ca/blog/2009/11/that.html#comments</comments>
		<pubDate>Mon, 09 Nov 2009 14:56:02 +0000</pubDate>
		<dc:creator>Erigami Scholey-Fuller</dc:creator>
				<category><![CDATA[Bad]]></category>
		<category><![CDATA[Criticism]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[All your base are belong to us]]></category>
		<category><![CDATA[balancer]]></category>
		<category><![CDATA[GnomeKeyring]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.piepalace.ca/blog/?p=1139</guid>
		<description><![CDATA[	I&#8217;ve put together a Gnome applet that checks the balance of an online bank account at predetermined times and emails the balances to a selected email address. It&#8217;s unimaginatively titled &#8220;balancer&#8220;. 
	It&#8217;s (1) useful, and (2) scares the crap out of me. 
	The useful part is pretty self evident. I want to know my current [...]]]></description>
			<content:encoded><![CDATA[	<p>I&#8217;ve put together a Gnome applet that checks the balance of an online bank account at predetermined times and emails the balances to a selected email address. It&#8217;s unimaginatively titled &#8220;<a href="http://code.google.com/p/check-balancer/"><tt>balancer</tt></a>&#8220;. </p>
	<p>It&#8217;s (1) useful, and (2) scares the crap out of me. </p>
	<p>The useful part is pretty self evident. I want to know my current balance so I can reign in my spending if I&#8217;m going overboard. </p>
	<p>The scary part is equally self evident. <tt>balancer</tt> keeps bank credentials on the user&#8217;s computer. That&#8217;s a terrible idea. An attacker who wants to make some cash just has to trawl the secrets stored in the <a href="http://live.gnome.org/GnomeKeyring">GnomeKeyring</a> to get access to the user&#8217;s life savings. In theory, GnomeKeyring <i>could</i> be secure-ish, if it kept all of its secrets on a portion of the disk hidden from users and blocked access on too many failed access attempts. But it doesn&#8217;t seem to. It looks like it keeps secrets in <code>~/.gnome2/keyrings</code>. If an attacker can subvert an app owned by the user, then they can read <code>~/.gnome2/keyrings/balancer.credentials.keyring</code> and pass the file offsite for an offline dictionary attack. Eep!</p>
	<p>On top of that, GnomeKeyring differentiates between apps based on the path to the app binary. I guess this works for native applications, but it breaks when the app runs in a virtual machine. My app, <tt>balancer</tt>, is written in Python. After I run it, other Python apps are able to dig into the GnomeKeyring without the user being prompted for a password. Noes! </p>
	<p>It&#8217;s funny. I tried <a href="https://www.wesabe.com/">Wesabe</a>, and had no problem putting myself at the same risk <tt>balancer</tt> would inflict on me. Even though the <a href="http://www.piepalace.ca/blog/2006/11/web-20-inches-towards-financial-institutions-while-the-clueful-inch-away.html">Wesabe client has the same security problems</a>, I put them out of my head because someone else wrote the code. But I&#8217;m having a hard time doing that with something I wrote.
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.piepalace.ca/blog/2009/11/that.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>AQ test makes it big</title>
		<link>http://www.piepalace.ca/blog/2009/11/aq-test-makes-it-big.html</link>
		<comments>http://www.piepalace.ca/blog/2009/11/aq-test-makes-it-big.html#comments</comments>
		<pubDate>Mon, 09 Nov 2009 02:53:08 +0000</pubDate>
		<dc:creator>Erigami Scholey-Fuller</dc:creator>
				<category><![CDATA[AQ Test]]></category>
		<category><![CDATA[Links]]></category>
		<category><![CDATA[Self Absorbtion]]></category>
		<category><![CDATA[atheism]]></category>
		<category><![CDATA[link]]></category>

		<guid isPermaLink="false">http://www.piepalace.ca/blog/?p=1137</guid>
		<description><![CDATA[	A couple of years back I wrote a javascript version of a quasi-diagnostic test used to help diagnose Asperger syndrome. I wrote it for a lark: I was working with peeps that were socially awkward (like me), and I wanted to play with javascript. I stuck it on this blog and forgot about it. 
	Today [...]]]></description>
			<content:encoded><![CDATA[	<p>A couple of years back I wrote a <a href="http://www.piepalace.ca/blog/asperger-test-aq-test">javascript version</a> of a quasi-diagnostic test used to help diagnose <a href="http://en.wikipedia.org/wiki/Asperger_syndrome">Asperger syndrome</a>. I wrote it for a lark: I was working with peeps that were socially awkward (like me), and I wanted to play with javascript. I stuck it on this blog and forgot about it. </p>
	<p>Today I noticed a <a href="http://commonsenseatheism.com/?p=4360">link</a> from <a href="http://commonsenseatheism.com">Common Sense Atheism</a> pissing on <a href="http://irrationalatheist.com/downloads.html">some god-botherer&#8217;s ebook</a>. It turns out that my AQ test has been tramping around the intertubes and is now moonlighting in theist/freethinker debates. </p>
	<p>The apple falls close to the tree.
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.piepalace.ca/blog/2009/11/aq-test-makes-it-big.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Heartbreaking</title>
		<link>http://www.piepalace.ca/blog/2009/07/heartbreaking.html</link>
		<comments>http://www.piepalace.ca/blog/2009/07/heartbreaking.html#comments</comments>
		<pubDate>Tue, 14 Jul 2009 11:41:14 +0000</pubDate>
		<dc:creator>Erigami Scholey-Fuller</dc:creator>
				<category><![CDATA[AQ Test]]></category>
		<category><![CDATA[Bad]]></category>
		<category><![CDATA[Canada]]></category>
		<category><![CDATA[health]]></category>
		<category><![CDATA[health care]]></category>

		<guid isPermaLink="false">http://www.piepalace.ca/blog/?p=1057</guid>
		<description><![CDATA[	I occasionally get emails regarding the Asperger test hosted here on PiePalace. Some of them are heartbreaking:
	I am trying to find information on how to test my son for Asperger&#8217;s.  [... he has a hard time socializing... has difficulties with kids his own age...] Our insurance does not provide for testing and I can [...]]]></description>
			<content:encoded><![CDATA[	<p>I occasionally get emails regarding the <a href="http://www.piepalace.ca/blog/asperger-test-aq-test">Asperger test</a> hosted here on PiePalace. Some of them are heartbreaking:</p>
	<blockquote><p>I am trying to find information on how to test my son for Asperger&#8217;s.  [... he has a hard time socializing... has difficulties with kids his own age...] <b>Our insurance does not provide for testing and I can not afford to have him tested</b>.</p></blockquote>
	<p>I know Canada&#8217;s health care system has problems, but at least anyone can get their kid in front of a doctor.
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.piepalace.ca/blog/2009/07/heartbreaking.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Is it a bird? Is it a plane? No! It&#8217;s TheatreGirl!</title>
		<link>http://www.piepalace.ca/blog/2009/06/is-it-a-bird-is-it-a-plane-no-its-theatregirl.html</link>
		<comments>http://www.piepalace.ca/blog/2009/06/is-it-a-bird-is-it-a-plane-no-its-theatregirl.html#comments</comments>
		<pubDate>Fri, 19 Jun 2009 17:29:07 +0000</pubDate>
		<dc:creator>Erigami Scholey-Fuller</dc:creator>
				<category><![CDATA[Blogawa.ca]]></category>
		<category><![CDATA[Good]]></category>
		<category><![CDATA[Ottawa]]></category>

		<guid isPermaLink="false">http://www.piepalace.ca/blog/?p=1047</guid>
		<description><![CDATA[	Blogawa welcomes TheatreGirl to its fold. TheatreGirl is writing reviews of Ottawa&#8217;s theatre shows. She promises to be keeping an eye on the Fringe &#8211; which I&#8217;m looking forward to. I refuse to have any experience unless I&#8217;m told beforehand that it will be good.

]]></description>
			<content:encoded><![CDATA[	<p><a href="http://blogawa.ca">Blogawa</a> welcomes <a href="http://theatregirl23.blogspot.com/">TheatreGirl</a> to its fold. TheatreGirl is writing reviews of Ottawa&#8217;s theatre shows. She promises to be keeping an eye on the <a href="http://www.ottawafringe.com/">Fringe</a> &#8211; which I&#8217;m looking forward to. I refuse to have any experience unless I&#8217;m told beforehand that it will be good.
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.piepalace.ca/blog/2009/06/is-it-a-bird-is-it-a-plane-no-its-theatregirl.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Maks comes to Blogawa</title>
		<link>http://www.piepalace.ca/blog/2009/05/maks-comes-to-blogawa.html</link>
		<comments>http://www.piepalace.ca/blog/2009/05/maks-comes-to-blogawa.html#comments</comments>
		<pubDate>Wed, 20 May 2009 17:47:49 +0000</pubDate>
		<dc:creator>Erigami Scholey-Fuller</dc:creator>
				<category><![CDATA[Blogawa.ca]]></category>
		<category><![CDATA[Good]]></category>
		<category><![CDATA[Ottawa]]></category>
		<category><![CDATA[blogawa]]></category>
		<category><![CDATA[Graffiti]]></category>
		<category><![CDATA[Grafitti]]></category>
		<category><![CDATA[Maki]]></category>
		<category><![CDATA[swap box]]></category>

		<guid isPermaLink="false">http://www.piepalace.ca/blog/?p=1032</guid>
		<description><![CDATA[	Observent readers of Blogawa will notice that I&#8217;ve added El Maks (of swapbox fame) to Blogawa. El Maks, (no relation to the awesomeness of Maki), is, well, awesome. 
	As always, suggestions for new blogs can be made to erigami@piepalace.ca.

]]></description>
			<content:encoded><![CDATA[	<p><a href="http://www.piepalace.ca/blog/wp-content/uploads/2009/05/imgp2476-modified-in-gimp-image-editor.jpg" rel="shadowbox[post-1032];player=img; attachment wp-att-1033"><img align="right" src="http://www.piepalace.ca/blog/wp-content/uploads/2009/05/imgp2476-modified-in-gimp-image-editor-300x200.jpg" alt="Maks birdhouse" title="Maks birdhouse" width="300" height="200" class="alignright size-medium wp-image-1033" /></a>Observent readers of Blogawa will notice that I&#8217;ve added El Maks (of <a href="http://swapbox.wordpress.com">swapbox fame</a>) to Blogawa. El Maks, (no relation to the awesomeness of Maki), is, well, awesome. </p>
	<p>As always, suggestions for new blogs can be made to <a href="mailto:erigami@piepalace.ca">erigami@piepalace.ca</a>.
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.piepalace.ca/blog/2009/05/maks-comes-to-blogawa.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>I&#8217;m back (and new goo for Blogawa)</title>
		<link>http://www.piepalace.ca/blog/2009/05/im-back-and-new-goo-for-blogawa.html</link>
		<comments>http://www.piepalace.ca/blog/2009/05/im-back-and-new-goo-for-blogawa.html#comments</comments>
		<pubDate>Sun, 10 May 2009 08:24:13 +0000</pubDate>
		<dc:creator>Erigami Scholey-Fuller</dc:creator>
				<category><![CDATA[Blogawa.ca]]></category>
		<category><![CDATA[Ottawa]]></category>
		<category><![CDATA[Self Absorbtion]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[blogawa]]></category>
		<category><![CDATA[Carpal tunnel syndrome]]></category>
		<category><![CDATA[RSI]]></category>

		<guid isPermaLink="false">http://www.piepalace.ca/blog/?p=1021</guid>
		<description><![CDATA[	I&#8217;m back. My wrists aren&#8217;t 100%, but they&#8217;re much better than they were. To prove it, I&#8217;ve squeezed another feature into Blogawa: events. Our friendly events robot reads OttawaEvents.org daily, randomly picks some upcoming events, and posts them to Blogawa. 
	The events are currently jumbled together, regardless of category, but that may change with time.

]]></description>
			<content:encoded><![CDATA[	<p><div id="attachment_1022" class="wp-caption alignright" style="width: 132px"><img src="http://www.piepalace.ca/blog/wp-content/uploads/2009/05/min_events_robot.png" alt="Blogawa Events Robot" title="min_events_robot" width="122" height="180" class="size-full wp-image-1022" float="right"/><p class="wp-caption-text">Blogawa Events Robot</p></div>I&#8217;m back. My wrists aren&#8217;t 100%, but they&#8217;re much better than they were. To prove it, I&#8217;ve squeezed another feature into <a href="http://blogawa.ca">Blogawa</a>: events. Our friendly events robot reads <a href="http://ottawaevents.org">OttawaEvents.org</a> daily, randomly picks some upcoming events, and posts them to Blogawa. </p>
	<p>The events are currently jumbled together, regardless of category, but that may change with time.
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.piepalace.ca/blog/2009/05/im-back-and-new-goo-for-blogawa.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Fund this project</title>
		<link>http://www.piepalace.ca/blog/2009/04/fund-this-project.html</link>
		<comments>http://www.piepalace.ca/blog/2009/04/fund-this-project.html#comments</comments>
		<pubDate>Tue, 14 Apr 2009 12:57:52 +0000</pubDate>
		<dc:creator>Erigami Scholey-Fuller</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[Self Absorbtion]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[bounty]]></category>
		<category><![CDATA[locoremotesupport]]></category>
		<category><![CDATA[opensource]]></category>

		<guid isPermaLink="false">http://www.piepalace.ca/blog/?p=1017</guid>
		<description><![CDATA[I&#8217;ve always liked the idea of open source bounties. I want open source coders to be able to make money on what they do, so I like the idea of users banding together to pay for a feature. The only drawback is that I&#8217;ve never actually seen a bounty collected. As an experiment, I&#8217;ve picked [...]]]></description>
			<content:encoded><![CDATA[I&#8217;ve always liked the idea of open source bounties. I want open source coders to be able to make money on what they do, so I like the idea of users banding together to pay for a feature. The only drawback is that I&#8217;ve never actually seen a bounty collected. As an experiment, I&#8217;ve picked a <a href="http://doctormo.wordpress.com/2009/04/09/gui-walk-through-of-the-loco-remote-support-tool/">worthy project</a>, and I&#8217;ll be matching donations to it that (a) link back to this post, and (b) total no more than €60, <b>(c) comment here</b>. So hit <a href="http://cofundos.org/project.php?id=168">Cofundos</a> and take my money!

(Yes, I&#8217;m avoiding typing. But this is a minipost, so it doesn&#8217;t count.)

UPDATE: I&#8217;d like to make clear that I&#8217;m only offering €60 in total, and that&#8217;s matching on any single donation made after the original date of this post (April 14, 9:00am-ish, EST). I also added (c) above, so that I don&#8217;t have to check the cofundos site. ]]></content:encoded>
			<wfw:commentRss>http://www.piepalace.ca/blog/2009/04/fund-this-project.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>But are their hearts still black?</title>
		<link>http://www.piepalace.ca/blog/2009/02/but-are-their-hearts-still-black.html</link>
		<comments>http://www.piepalace.ca/blog/2009/02/but-are-their-hearts-still-black.html#comments</comments>
		<pubDate>Fri, 27 Feb 2009 04:56:22 +0000</pubDate>
		<dc:creator>Erigami Scholey-Fuller</dc:creator>
				<category><![CDATA[Blogawa.ca]]></category>
		<category><![CDATA[Good]]></category>
		<category><![CDATA[Ottawa]]></category>
		<category><![CDATA[Rideau Valley Roller Girls]]></category>
		<category><![CDATA[Slaughter Daughters]]></category>

		<guid isPermaLink="false">http://www.piepalace.ca/blog/?p=1000</guid>
		<description><![CDATA[	The Slaughter Daughters (née Bytowne Blackhearts) have joined Blogawa. Welcome aboard ladies. 
	And what do you mean there isn&#8217;t a league game until May 30? Awww&#8230;

]]></description>
			<content:encoded><![CDATA[	<p>The <a href="http://rideauvalleyrollergirls.com/">Slaughter Daughters</a> (née Bytowne Blackhearts) have joined <a href="http://blogawa.ca/">Blogawa</a>. Welcome aboard ladies. </p>
	<p>And what do you mean there isn&#8217;t a league game until <a href="http://rideauvalleyrollergirls.com/2009-bout-schedule/">May 30</a>? Awww&#8230;
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.piepalace.ca/blog/2009/02/but-are-their-hearts-still-black.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Upgrade complete!</title>
		<link>http://www.piepalace.ca/blog/2009/02/upgrade-complete.html</link>
		<comments>http://www.piepalace.ca/blog/2009/02/upgrade-complete.html#comments</comments>
		<pubDate>Thu, 05 Feb 2009 04:39:32 +0000</pubDate>
		<dc:creator>Erigami Scholey-Fuller</dc:creator>
				<category><![CDATA[Blogawa.ca]]></category>
		<category><![CDATA[Good]]></category>
		<category><![CDATA[Ottawa]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.piepalace.ca/blog/?p=988</guid>
		<description><![CDATA[	Phew. The upgrade worked. I&#8217;ve redirected the old feed URL to the new URL, and everything should be smurfy on Blogawa itself. 
	Of note:
	
	Comment links should now work (thanks MG).
  
	We&#8217;re now displaying 25 posts/page (thanks RG).
  
	Updates should occur much more often now. If I&#8217;m hitting your blog too often, let me [...]]]></description>
			<content:encoded><![CDATA[	<p>Phew. The upgrade worked. I&#8217;ve redirected the old feed URL to the new URL, and everything should be smurfy on Blogawa itself. </p>
	<p>Of note:</p>
	<ul>
	<li>Comment links should now work (thanks MG).
  </li>
	<li>We&#8217;re now displaying 25 posts/page (thanks RG).
  </li>
	<li>Updates should occur much more often now. If I&#8217;m hitting your blog too often, let me know.
  </li>
	<li><b>If you&#8217;re an author, and you want your gravatar to show up, email <a href="mailto:erigami@piepalace.ca">erigami@piepalace.ca</a> and let me know.</b>
</li>
</ul>
	<p>As far as I know, all of the feeds imported properly. Let me know if there&#8217;s anything amiss.
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.piepalace.ca/blog/2009/02/upgrade-complete.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Blogawa update underway&#8230;.</title>
		<link>http://www.piepalace.ca/blog/2009/02/blogawa-update-underway.html</link>
		<comments>http://www.piepalace.ca/blog/2009/02/blogawa-update-underway.html#comments</comments>
		<pubDate>Thu, 05 Feb 2009 03:38:09 +0000</pubDate>
		<dc:creator>Erigami Scholey-Fuller</dc:creator>
				<category><![CDATA[Blogawa.ca]]></category>

		<guid isPermaLink="false">http://www.piepalace.ca/blog/?p=986</guid>
		<description><![CDATA[Blogawa will be down briefly for the reskinning. Stay tuned&#8230;

(I have the power. But do I have the grace?)]]></description>
			<content:encoded><![CDATA[Blogawa will be down briefly for the reskinning. Stay tuned&#8230;

(<a href="http://lyricwiki.org/Skunk_Anansie:Feed">I have the power. But do I have the grace?</a>)]]></content:encoded>
			<wfw:commentRss>http://www.piepalace.ca/blog/2009/02/blogawa-update-underway.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
