<?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 fish epic</title>
	<atom:link href="http://www.thefishepic.ca/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thefishepic.ca</link>
	<description>story of the fish</description>
	<lastBuildDate>Mon, 30 Aug 2010 19:52:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Apache with Coldfusion, PHP, and ruby on Ubuntu</title>
		<link>http://www.thefishepic.ca/2010/08/apache-with-coldfusion-php-and-ruby-on-ubuntu/</link>
		<comments>http://www.thefishepic.ca/2010/08/apache-with-coldfusion-php-and-ruby-on-ubuntu/#comments</comments>
		<pubDate>Mon, 30 Aug 2010 19:35:48 +0000</pubDate>
		<dc:creator>Lo Chan</dc:creator>
				<category><![CDATA[mundane]]></category>

		<guid isPermaLink="false">http://www.thefishepic.ca/?p=553</guid>
		<description><![CDATA[This is for setting up everything to appear under http://localhost/, i.e. http://localhost/phpmyadmin and http://localhost/redmine. I did it &#8220;properly&#8221; with aliases (mostly) and stuff. I don&#8217;t know if anyone else would want this crazy set up, but here it is for posterity. First install apache2 with sudo apt-get install apache2. Test it out in http://localhost/. If [...]]]></description>
			<content:encoded><![CDATA[<p>This is for setting up everything to appear under http://localhost/, i.e. http://localhost/phpmyadmin and http://localhost/redmine. I did it &#8220;properly&#8221; with aliases (mostly) and stuff.</p>

<p>I don&#8217;t know if anyone else would want this crazy set up, but here it is for posterity.</p>

<p>First install apache2 with <code>sudo apt-get install apache2</code>. Test it out in http://localhost/. If it says it works, it works.</p>

<p>Download Coldfusion from the Adobe site. MX7 supposedly has kinks with installing on Linux, so get 8 or 9. I&#8217;m using 8. <code>chmod u+x</code> the binary and then run it. Follow the prompts and let it configure apache for you; don&#8217;t use the standalone server. The standalone server probably eats resources like mad, though I eschewed it mainly for sanity since I wanted apache to do it all. Feels less dirty.</p>

<p><code>sudo apt-get install php5</code>. Then <code>aptitude search php | grep apache</code> to get the necessary mods if it&#8217;s not installed already.</p>

<p><code>sudo apt-get install ruby rubygems ruby-dev</code> and also look through aptitude for the necessary mod. You need the ruby-dev to install stuff later with gems.</p>

<p>I&#8217;ve stuck my project files in my homedir because I prefer easy access from my homedir. Some peeps say this is not as safe, but for local sandboxy development it&#8217;s grood.</p>

<p>Now lets install us some gems. <code>sudo gems install passenger</code> come to mind, and install whatever else it says you need. If it installs stuff to your <code>~/.gem</code> folder because you didn&#8217;t call it with sudo, <code>rm -rf .gems</code> and redo it properly this time, you nonce.</p>

<p>Now to put it all together in your <code>/etc/apache2/</code> confs:</p>

<p>The CF installer should have written something to the httpd.conf. Again, for sanity&#8217;s sake, I moved this into its own file in <code>conf-available</code> then symlinked it in <code>conf-enable</code>.</p>

<p>In the now-blank <code>httpd.conf</code>, put in:
<pre>LoadModule passenger_module /var/lib/gems/1.8/gems/passenger-2.2.15/ext/apache2/mod_passenger.so
PassengerRoot /var/lib/gems/1.8/gems/passenger-2.2.15
PassengerRuby /usr/bin/ruby
DirectoryIndex index.phtml index.php index.php3 index.shtml index.html index.htm index.cfm</pre></p>

<p>And rig up the necessary aliases in <code>sites-available/default</code>:</p>

<p><pre>RailsBaseURI /redmine
&lt;Directory "/var/www/redmine/"&gt;
        Options Indexes ExecCGI FollowSymLinks
        Options -MultiViews
        AllowOverride all
        Order allow,deny
        Allow from all
&lt;/Directory&gt;</pre></p>

<p>Redmine was the only one that I couldn&#8217;t get to go just with an alias, so I cheated and symlinked to its &#8216;public&#8217; directory in /var/www/. I&#8217;m not sure why. Ruby had some other fussiness as well. I can&#8217;t remember what exactly, though. Just pushed it around until it worked. Look around on google if it gives you error messages; ruby&#8217;s good for that. Check stuff inside <code>/var/logs/apache2/error.log</code> to see if you can get more details.</p>

<p>Alias <code>/cf/</code> and <code>/cf</code> to your coldfusion apps directory. Same goes for your php apps, like my phpmyadmin, which can be symlinked from <code>/etc/phpmyadmin/apache.conf</code>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thefishepic.ca/2010/08/apache-with-coldfusion-php-and-ruby-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Server woes no mo&#8217;! Also, horses and bikes, words and diaspora</title>
		<link>http://www.thefishepic.ca/2010/07/server-woes-no-mo-also-horses-and-bikes-words-and-diaspora/</link>
		<comments>http://www.thefishepic.ca/2010/07/server-woes-no-mo-also-horses-and-bikes-words-and-diaspora/#comments</comments>
		<pubDate>Thu, 08 Jul 2010 05:30:01 +0000</pubDate>
		<dc:creator>Lo Chan</dc:creator>
				<category><![CDATA[101 things in 1001 days]]></category>
		<category><![CDATA[Ride a bike]]></category>
		<category><![CDATA[Ride a horse]]></category>
		<category><![CDATA[mundane]]></category>
		<category><![CDATA[horsies]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.thefishepic.ca/?p=547</guid>
		<description><![CDATA[Just finished porting over the last of the stuff that was locked in facebook-neverland. &#60;smacks lips&#62; Brief synopsis: after upgrading to Lucid, my slicehost server went kaput and couldn&#8217;t get up for some time. I tried all the pills I could, but finally declared it unrevivable and nuked it. I thought I could export my [...]]]></description>
			<content:encoded><![CDATA[<p>Just finished porting over the last of the stuff that was locked in facebook-neverland. &lt;smacks lips&gt;</p>

<p>Brief synopsis: after upgrading to Lucid, my slicehost server went kaput and couldn&#8217;t get up for some time. I tried all the pills I could, but finally declared it unrevivable and nuked it. I thought I could export my blog posts from facebook afterwards but noooo&#8230; The RSS feed was broken and there was no guarantee that it would ever come back for the handful of us who care enough to want it. So it was manual copy+paste for the 40 or so posts stuck in facebook neverland.</p>

<p>BUT NOW</p>

<p>WordPress is up running this blog, <a title="Tracks GTD" href="http://www.getontracks.org" target="_blank">tracks</a> is up on a subdomain, and squid3 is making life easier at work too!</p>

<p>The main problem I had with tracks today were goofs&#8230; First I used the wrong password in database.yml, then I told lighttpd to look for dispatch.fcgi in the wrong place. BUT NOW everything is working and I can start focusing on getting the WP theme to not suck.</p>

<hr />

<p><strong>W</strong> is a sweet boy of six years, which is about 13 or 14 years in human years. He&#8217;s quite a dear for trying to rub me off on trees, but otherwise he was fairly laid back and would have to be pushed quite a bit to get up to a good speed. <strong>P</strong> is the opposite. The chubby girl was raring to go at every chance, and barely needed a nudge to take me on a short canter. Freaked out our hosts. They kept saying I did good.</p>

<p>The part that surprised me was how much <strong>Papa</strong> knew about horses. Over dinner one night he rambled off all sorts of breeds from around the world, who raced in what races, what awaits a horse when he comes of age&#8230; I think I&#8217;ve found that bond I need with my father, at last. I wager he&#8217;s probably a better rider than I.</p>

<p>I&#8217;ve also started riding my bicycle again. It was spurred on by the need to get better at it for <a title="/category/101/" href="/category/101/" target="_self">my 101 pledge</a>, and again by the peeps who got me into motorcycles. <strong>M</strong> is en route to getting his motorcycle already and soon I&#8217;ll get my gear as well, so I can ride safely on his bike. I wanted to get licensed myself this summer but there isn&#8217;t enough time. So I just got a new pedal-bike. Good enough. &lt;rubs hands together&gt;</p>

<hr />

<p>I started writing on <a title="http://750words.com" href="http://750words.com" target="_self">750words</a> as much as I could to get my writing going again. It&#8217;s fun, almost obsessive-compulsive. (Gotta ollect all them badges!) I&#8217;ve been griping about not creating enough recently&#8212;I&#8217;m reading tons of blogs, too many perhaps, and am immersed in social media stuff, again too much perhaps&#8212;so the free-writing opportunity was a great place to kick that.</p>

<p>The content of that isn&#8217;t too different from my other writing, but I do tend to self-edit more here than there. It&#8217;s almost difficult for me to not self-edit as I write. I&#8217;m not used to the mechanism of simply writing&#8230; it seems the voices in my head quiet down when the spotlight is shone on them.</p>

<p>Anyway, I feel I&#8217;m off balance again. Too much consuming not enough creating. I need to rein in from <a title="http://www.thefishepic.ca/2010/03/the-scattering/" href="http://www.thefishepic.ca/2010/03/the-scattering/">the diaspora</a>.</p>

<p>Not to be confused with <a title="http://www.joindiaspora.com/project.html" href="http://www.joindiaspora.com/project.html">the Diaspora</a>, of which I am lucky to backer (albeit a minor one).</p>

<p>I am also a backer of <a title="http://www.kickstarter.com/projects/paulkillebrew/am-i-broken-a-feature-length-documentary" href="http://www.kickstarter.com/projects/paulkillebrew/am-i-broken-a-feature-length-documentary" target="_self">Am I Broken?</a></p>

<p>I am also loving education blogs. I might become an educator some day, though right now I oughta focus on becoming a shrink.</p>

<p>Right now <em>right now</em> I oughta go to bed&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thefishepic.ca/2010/07/server-woes-no-mo-also-horses-and-bikes-words-and-diaspora/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oh, stupid me</title>
		<link>http://www.thefishepic.ca/2010/06/oh-stupid-me/</link>
		<comments>http://www.thefishepic.ca/2010/06/oh-stupid-me/#comments</comments>
		<pubDate>Thu, 24 Jun 2010 00:12:52 +0000</pubDate>
		<dc:creator>Lo Chan</dc:creator>
				<category><![CDATA[mundane]]></category>

		<guid isPermaLink="false">http://www.thefishepic.ca/?p=441</guid>
		<description><![CDATA[Being forced to go through old blog posts has its perks. Such as: gives me the chance to correct myself. In The True Cost of Things, I compared American Express (credit card company) with banks; huge commitment of fallacy!]]></description>
			<content:encoded><![CDATA[<p>Being forced to go through old blog posts has its perks. Such as: gives me the chance to correct myself.</p>

<p>In <a href="http://www.thefishepic.ca/2009/02/the-true-cost-of-things/">The True Cost of Things</a>, I compared American Express (credit card company) with banks; huge commitment of fallacy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thefishepic.ca/2010/06/oh-stupid-me/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ColdFusion, apache, virtualbox shared setup</title>
		<link>http://www.thefishepic.ca/2010/06/coldfusion-apache-virtualbox-shared-setup/</link>
		<comments>http://www.thefishepic.ca/2010/06/coldfusion-apache-virtualbox-shared-setup/#comments</comments>
		<pubDate>Tue, 22 Jun 2010 05:39:56 +0000</pubDate>
		<dc:creator>Lo Chan</dc:creator>
				<category><![CDATA[mundane]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[coldfusion]]></category>
		<category><![CDATA[hax]]></category>
		<category><![CDATA[virtualbox]]></category>

		<guid isPermaLink="false">http://www.thefishepic.ca/?p=404</guid>
		<description><![CDATA[My setup is super hackery and isn't necessary unless your VPN provider sucks and only supports Windows. Do not do try this at home without adult supervision.]]></description>
			<content:encoded><![CDATA[<p>My setup is super hackery and isn&#8217;t necessary unless your VPN provider sucks and only supports Windows. Do <strong>not</strong> do try this at home without adult supervision.</p>

<p>Preamble: I have an ubuntu host and a Windows XP virtual machine. I prefer doing most of my development in linux and it works out OK when I&#8217;m physically connected to the work network, but because a) I&#8217;m too lazy to copy over the MS SQL Server database to work locally somehow and 2) I don&#8217;t have a linux VPN client I have to do pretty much everything through VirtualBox. That is the way of the world. So here&#8217;s what I do&#8212;I can think of only one other person who might want this, but I&#8217;ll jot this down for posterity anyway:</p>

<p>1) Make everything work in ubuntu first&#8212;get all the needed tools (git, vim, etc.) and mappings in CFIDE working. Installing ColdFusion 8+ with Apache2 in ubuntu is a piece of cake nowadays.</p>

<p>1a) Little quirky step that&#8217;s just for me: symlink ~/Public to /var/www so I can do my development all inside my homedir.</p>

<p>2) Share ~/Public with the Windows virtual machine.</p>

<p>3) Install all the necessary tools in the Windows VM: git, vim, xampp, and ColdFusion. Make CF use Apache instead of the standalone server.</p>

<p>4) Fix up apache&#8217;s conf to include the UNC path (//vboxsvr/public) as an alias (to /public)</p>

<p>5) Map everything in CF Administrator with the UNC path, NOT THE MOUNTED PATH, FOR THE LOVE OF GOD.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thefishepic.ca/2010/06/coldfusion-apache-virtualbox-shared-setup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>git woe: git checkout not resetting my file?!</title>
		<link>http://www.thefishepic.ca/2010/06/git-woe-git-checkout-not-resetting-my-file/</link>
		<comments>http://www.thefishepic.ca/2010/06/git-woe-git-checkout-not-resetting-my-file/#comments</comments>
		<pubDate>Sat, 19 Jun 2010 01:26:53 +0000</pubDate>
		<dc:creator>Lo Chan</dc:creator>
				<category><![CDATA[mundane]]></category>
		<category><![CDATA[git]]></category>

		<guid isPermaLink="false">http://www.thefishepic.ca/?p=399</guid>
		<description><![CDATA[Jotting this down for posterity: If I want to add a file to the index to be committed and then don&#8217;t commit it, and then want to pull a newer version of the file from remote, well uh, I can&#8217;t do that. Git will say &#8220;you have changes to this file that you didn&#8217;t commit! [...]]]></description>
			<content:encoded><![CDATA[<p>Jotting this down for posterity:</p>

<p>If I want to add a file to the index to be committed and then don&#8217;t commit it, and then want to pull a newer version of the file from remote, well uh, I can&#8217;t do that. Git will say &#8220;you have changes to this file that you didn&#8217;t commit! commit or stash it first plz.&#8221;</p>

<p>Do: git reset HEAD and unstage the file.</p>

<p>Don&#8217;t: git checkout over and over and hit the return carriage with rage because it doesn&#8217;t really fix anything.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thefishepic.ca/2010/06/git-woe-git-checkout-not-resetting-my-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Technojoy</title>
		<link>http://www.thefishepic.ca/2010/06/technojoy/</link>
		<comments>http://www.thefishepic.ca/2010/06/technojoy/#comments</comments>
		<pubDate>Wed, 16 Jun 2010 17:06:39 +0000</pubDate>
		<dc:creator>Lo Chan</dc:creator>
				<category><![CDATA[mundane]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.thefishepic.ca/?p=396</guid>
		<description><![CDATA[Survived my first WordPress &#8220;Blank Screen of Death&#8221; last night. Source? I goofed and did chmod 600 wp-config.php but did not chown it to www-data. Durr. Hint was from Colin McNulty&#8217;s blog where I figured out pretty fast that I did something bad to my config file. Still not sure why I had to chown [...]]]></description>
			<content:encoded><![CDATA[<p>Survived my first WordPress &#8220;Blank Screen of Death&#8221; last night. Source? I goofed and did <code>chmod 600 wp-config.php</code> but did not <code>chown</code> it to www-data. Durr. Hint was from <a title="http://www.colinmcnulty.com/blog/2008/07/08/solution-to-wordpress-blank-screen-of-death/" href="http://www.colinmcnulty.com/blog/2008/07/08/solution-to-wordpress-blank-screen-of-death/">Colin McNulty&#8217;s blog</a> where I figured out pretty fast that I did something bad to my config file.</p>

<p>Still not sure why I had to <code>chown</code> the <code>wp-content</code> directory to make auto-updates work, though. Everything got <code>chgrp</code>&#8216;d to <code>www-data</code> and <code>g+w</code> was on <code>wp-content</code>.</p>

<p>Also, I need to fix the css bits for <code>code</code>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thefishepic.ca/2010/06/technojoy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Our first fridge</title>
		<link>http://www.thefishepic.ca/2010/04/our-first-fridge/</link>
		<comments>http://www.thefishepic.ca/2010/04/our-first-fridge/#comments</comments>
		<pubDate>Tue, 27 Apr 2010 03:56:16 +0000</pubDate>
		<dc:creator>Lo Chan</dc:creator>
				<category><![CDATA[tall tales]]></category>

		<guid isPermaLink="false">http://www.thefishepic.ca/?p=257</guid>
		<description><![CDATA[They kept chickens on their rooftop balcony, inside cages. Grandpa bought gai yeung (chicken-seedlings) to start and at the height of their “business” they raised near a hundred hens and roosters at a time.]]></description>
			<content:encoded><![CDATA[<p>They kept chickens on their rooftop balcony, inside cages. Grandpa bought gai yeung (chicken-seedlings) to start and at the height of their “business” they raised near a hundred hens and roosters at a time.</p>

<p>&#8220;Definitely not free-range,” says Uncle B. “They’d get sick and start nodding their heads, and we’d kill them to eat. What! It’s true. <em>Gai wun</em>… is real. (Chicken pandemic, maybe something like avian flu now or perhaps not as serious.) They say <em>jung wun gai</em> (nodding-pandemic-chicken, usually refers to a person who bumps into other people while walking, either due to carelessness or franticness). But we ate them, and look at us!” Secretly I can only think of his recent seizure, but he smirks like he meant it anyway.</p>

<p>Did you sell the surplus eggs? “Yes, and we slaughtered and ate or sold the ones that came of age.”</p>

<p>I asked about the story of my papa, as a kid, going up to the rooftop to fetch a chicken. He caught one (remarkable considering how feisty they can be, but if it’s a <em>wun gai</em> then it’s probably easier…), carried it down by the feet. By the time it got to grandma the chicken was dead from being hung upside down. Probably induced a stroke in the poor gal.</p>

<p>“Our first fridge, what d’you think we put in it? Only water! You open the fridge and it’s filled with rows of water bottles,” says Uncle B, his face red and taut with mirth.</p>

<p>“And <a title="http://en.wikipedia.org/wiki/Vitasoy" href="/note_redirect.php?note_id=435366564950&amp;h=e5e04dd4aeda7ceb8bb8bce3c900f0b4&amp;url=http%3A%2F%2Fen.wikipedia.org%2Fwiki%2FVitasoy" target="_blank">Vitasoy</a>,” adds my papa.</p>

<p>“Bottles and bottles of vitasoy. Back then, sold in glass bottles. In the summer, it’s the best. Oh! What did you think we put our water in?” For some reason the image in my head was Dasani, blue and cool, but Dasani didn’t exist then. I shake my head. “Johnny Walker bottles! The blocky square-square bottles were great for stacking…”</p>

<p>“I don’t know where they found them, they found so many,” says grandma.</p>

<p>“We could get cold Vitasoy from the store. The stores were so clever then. In the same icebox they serve cold Vitasoy in the summer, and warm soy in the winter…”</p>

<p>“<em>Leh,</em> like those glass fridges now…”</p>

<p>“Only with a block of ice inside! People back then were so clever…”</p>

<p>“We were so poor, but so happy,” says grandma. “We were poor but had everything we needed. Clothes were easy! Your grandpa gets a free uniform tailored for him every year. What would we do with that many uniforms! So every other year” — she points to dad and Uncle B — “their school uniforms got made instead. What a great employer! No such <em>go zai cheung</em> now.” (No little-song-to-sing; the whole phrase can be translated as “these [good] things don’t exist anymore” or sometimes “this is why we can’t have good things”.)</p>

<p>“It’s true, employers were nicer, more compassionate.” Uncle B gestures at Aunt M with his chopsticks. “Her father, working hard, working hard, so hard he had a stroke… they paid his salary for years and years, while he rested at home, until he said to them, ‘it’s OK, all my kids have gone to school now, there is no need…’”</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thefishepic.ca/2010/04/our-first-fridge/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Life&#8217;s mysteries of this morning</title>
		<link>http://www.thefishepic.ca/2010/03/lifes-mysteries-of-this-morning/</link>
		<comments>http://www.thefishepic.ca/2010/03/lifes-mysteries-of-this-morning/#comments</comments>
		<pubDate>Wed, 24 Mar 2010 15:29:52 +0000</pubDate>
		<dc:creator>Lo Chan</dc:creator>
				<category><![CDATA[mundane]]></category>

		<guid isPermaLink="false">http://www.thefishepic.ca/?p=260</guid>
		<description><![CDATA[﻿Moments ago I took a few hot items out of the dryer (draping them around me, enjoying the crisp hot clean linens, mmm yes) and then restarted it with some dampish things left inside. Moments later it stopped. That was fast. I got up to check on it (procrastinating about work) and found the dryer [...]]]></description>
			<content:encoded><![CDATA[<p>﻿Moments ago I took a few hot items out of the dryer (draping them around me, enjoying the crisp hot clean linens, mmm yes) and then restarted it with some dampish things left inside. Moments later it stopped. That was fast. I got up to check on it (procrastinating about work) and found the dryer door open, two socks neatly tumbled out onto the surface below. I guess that’s an automatic feature I never noticed, or I checked on it so absent-mindedly that I didn’t even remember it. The socks are warmish instead of hot now. Hmm.</p>

<div>

Moments later I went to switch off the bathroom light and found a red bump on the bridge of my nose. Yesterday I thought it was a pimple. Upon closer inspection it is in fact a series of three small scratches, two of which have scabbed over. If I got punched when wearing glasses it would be obvious, but I did not get punched and I don’t wear glasses.

</div>
]]></content:encoded>
			<wfw:commentRss>http://www.thefishepic.ca/2010/03/lifes-mysteries-of-this-morning/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Things to check off</title>
		<link>http://www.thefishepic.ca/2010/03/things-to-check-off/</link>
		<comments>http://www.thefishepic.ca/2010/03/things-to-check-off/#comments</comments>
		<pubDate>Tue, 23 Mar 2010 04:48:13 +0000</pubDate>
		<dc:creator>Lo Chan</dc:creator>
				<category><![CDATA[101 things in 1001 days]]></category>
		<category><![CDATA[Apply for a promotion]]></category>
		<category><![CDATA[Donate to charity]]></category>

		<guid isPermaLink="false">http://www.thefishepic.ca/?p=538</guid>
		<description><![CDATA[I applied for a promotion a bunch of weeks ago. I also donated to a bunch of charities last year: the UBC Farm and Kiva (alongside a bunch of gift-loans).]]></description>
			<content:encoded><![CDATA[<p>I applied for a promotion a bunch of weeks ago. I also donated to a  bunch of charities last year: the <a title="http://www.landfood.ubc.ca/ubcfarm/" href="http://www.landfood.ubc.ca/ubcfarm/" target="_blank">UBC Farm</a> and <a title="http://www.kiva.org" href="http://www.kiva.org" target="_blank">Kiva</a> (alongside a bunch  of gift-loans).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thefishepic.ca/2010/03/things-to-check-off/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Scattering</title>
		<link>http://www.thefishepic.ca/2010/03/the-scattering/</link>
		<comments>http://www.thefishepic.ca/2010/03/the-scattering/#comments</comments>
		<pubDate>Tue, 23 Mar 2010 04:31:19 +0000</pubDate>
		<dc:creator>Lo Chan</dc:creator>
				<category><![CDATA[mundane]]></category>

		<guid isPermaLink="false">http://www.thefishepic.ca/?p=536</guid>
		<description><![CDATA[Following a period of mindfulness and intention, lately I’ve been faffing about in a lot of social media apps that I half-shunned previously (namely foursquare, tumblr, facebook too in small amounts) and I’ve also changed my work email notifications back on. I call this “The Scattering.” which is both a reference to the period of [...]]]></description>
			<content:encoded><![CDATA[<p>Following a period of mindfulness and intention, lately I’ve  been faffing about in a lot of social media apps that I half-shunned  previously (namely foursquare, tumblr, facebook too in small amounts)  and I’ve also changed my work email notifications back on.</p>

<p>I  call this “The Scattering.” which is both a reference to the period of  chaos and unrest in Frank Herbert’s Dune saga following Leto’s death,  and to the sort of energy I’m feeling at the moment. There’s a number of  ways I could look at this but essentially I got some pent up creativity  that I wanted to release. Hmm!</p>

<p>Some of it got turned into  undesired outcomes, such as checking out an old facebook app. Some of it  was fruitful, using <a title="http://tumble.thefishepic.ca" href="http://tumble.thefishepic.ca" target="_blank">tumblr</a> to  collect things from various corners of the web. Some of it I’m still  ambivalent about, like <a title="http://foursquare.com/user/-545582" href="http://foursquare.com/user/-545582" target="_blank">“playing”  foursquare</a>.</p>

<p>Time to hone it all back down to essentials  though. It’s a bit messy using identi.ca/twitter, AND a tumblelog, AND a  blog. Deciding what content falls into where is a bit hazy for me. I  also share articles with Google Reader, which overlaps with the  tumblelog but feedly seriously lacks with the distinguishing-by-type  bit.</p>

<p>Or do I even need that at all?</p>

<p>Email notifications  are sort of essential when I work at home, though now that my boss got  me a cellphone I could probably safely turn it back off.</p>

<p>Hmm!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thefishepic.ca/2010/03/the-scattering/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
