<?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>Feralbit</title>
	<atom:link href="http://www.feralbit.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.feralbit.com</link>
	<description>DIY · design · bicycles · urban farming · cooperative communities · freelancing · technology</description>
	<lastBuildDate>Tue, 19 Feb 2013 04:16:32 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Setting the Title of a Navigation Item from a View Controller nested inside a PageViewController nested inside the Navigation Controller</title>
		<link>http://www.feralbit.com/2013/setting-the-title-of-a-navigation-item-from-a-view-controller-nested-inside-a-pageviewcontroller-nested-inside-the-navigation-controller/</link>
		<comments>http://www.feralbit.com/2013/setting-the-title-of-a-navigation-item-from-a-view-controller-nested-inside-a-pageviewcontroller-nested-inside-the-navigation-controller/#comments</comments>
		<pubDate>Tue, 19 Feb 2013 04:14:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Coding]]></category>

		<guid isPermaLink="false">http://www.feralbit.com/?p=727</guid>
		<description><![CDATA[Got that? Yep, I&#8217;m still doing my one thing per day and lots of days, it&#8217;s about writing Objective C for the app I&#8217;m building. I wrestled with this problem for a stupid number of hours so hopefully my solution &#8230;  <a href="http://www.feralbit.com/2013/setting-the-title-of-a-navigation-item-from-a-view-controller-nested-inside-a-pageviewcontroller-nested-inside-the-navigation-controller/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>Got that?</p>
<p>Yep, I&#8217;m still doing my <a title="Using “One Thing” to Get Myself Learning" href="http://www.feralbit.com/2012/using-one-thing-to-get-myself-learning/">one thing per day</a> and lots of days, it&#8217;s about writing Objective C for the app I&#8217;m building.</p>
<p>I wrestled with this problem for a stupid number of hours so hopefully my solution can help someone else. iOS SDK 6.1, by the way.</p>
<p>The structure of the problem:</p>
<ul>
<li>Navigation Controller has as its root controller a&#8230;
<ul>
<li>PageViewController, which displays an&#8230;
<ul>
<li>array of custom View Controllers, the first one being a <em>different</em> type of custom View Controller</li>
</ul>
</li>
</ul>
</li>
</ul>
<p>I wanted to set the title of the Navigation Controller in the viewDidLoad or viewDidAppear methods inside each type of View Controller.</p>
<p>Solution:</p>
<ul>
<li><span style="line-height: 15px;">I had neglected to call the addChildViewController and the didMoveToParentViewController methods for both the navigation controller and the view controllers when they are created, as detailed in Matt Neuburg&#8217;s Programming iOS 6&#8242;s explanation of <a href="http://www.apeth.com/iOSBook/ch19.html#_container_view_controllers">Container View Controllers</a> and also vaguely referenced in Apple&#8217;s documentation</span></li>
<li>Then, I merely needed to call [[self parentViewController] navigationItem] to get a pointer to the navigation item within each View Controller&#8217;s viewDidAppear methods. (after trying every single permutation of [super navigationController], [self presentingViewController], etc)</li>
</ul>
<p>Face;desk.</p>
<div class="call_to_action" style="float:left;margin:0px 5px 0px 0px"><p class="se_text" style="color:#000; float:left;margin:0px 0px 0px 0px">If you liked this post, please share it:</p></div><div id="social-essentials" class="se_left"><div class="se_button se_button_small" style="width:85px;margin:0px 10px 0px 0px"><a href="https://twitter.com/share" class="twitter-share-button" data-url="http://www.feralbit.com/2013/setting-the-title-of-a-navigation-item-from-a-view-controller-nested-inside-a-pageviewcontroller-nested-inside-the-navigation-controller/" data-text="Setting the Title of a Navigation Item from a View Controller nested inside a PageViewController nested inside the Navigation Controller" data-via="feralbit" data-counturl="http://www.feralbit.com/2013/setting-the-title-of-a-navigation-item-from-a-view-controller-nested-inside-a-pageviewcontroller-nested-inside-the-navigation-controller/" data-count="horizontal" data-lang="en">Tweet</a></div><div class="se_button se_button_small" style="width:72px;margin:0px 10px 0px 0px"><fb:like href="http://www.feralbit.com/2013/setting-the-title-of-a-navigation-item-from-a-view-controller-nested-inside-a-pageviewcontroller-nested-inside-the-navigation-controller/" send="false" layout="button_count" width="90" show_faces="false"></fb:like></div><div class="se_button se_button_small" style="width:60px;margin:0px 10px 0px 0px"><g:plusone size="medium" href="http://www.feralbit.com/2013/setting-the-title-of-a-navigation-item-from-a-view-controller-nested-inside-a-pageviewcontroller-nested-inside-the-navigation-controller/" count="true"></g:plusone></div><div class="se_button se_button_small" style="width:65px;margin:0px 10px 0px 0px"><a href="http://pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.feralbit.com%2F2013%2Fsetting-the-title-of-a-navigation-item-from-a-view-controller-nested-inside-a-pageviewcontroller-nested-inside-the-navigation-controller%2F&media=&description=Setting+the+Title+of+a+Navigation+Item+from+a+View+Controller+nested+inside+a+PageViewController+nested+inside+the+Navigation+Controller" class="se-pin-it-button" always-show-count="true" count-layout="horizontal"><img border="0" src="//assets.pinterest.com/images/PinExt.png" title="Pin It" /></a></div><div class="se_button se_button_small" style="margin:0px 10px 0px 0px"><su:badge layout="1" location="http://www.feralbit.com/2013/setting-the-title-of-a-navigation-item-from-a-view-controller-nested-inside-a-pageviewcontroller-nested-inside-the-navigation-controller/"></su:badge></div></div><div class="clear"></div>]]></content:encoded>
			<wfw:commentRss>http://www.feralbit.com/2013/setting-the-title-of-a-navigation-item-from-a-view-controller-nested-inside-a-pageviewcontroller-nested-inside-the-navigation-controller/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using &#8220;One Thing&#8221; to Get Myself Learning</title>
		<link>http://www.feralbit.com/2012/using-one-thing-to-get-myself-learning/</link>
		<comments>http://www.feralbit.com/2012/using-one-thing-to-get-myself-learning/#comments</comments>
		<pubDate>Thu, 06 Dec 2012 20:29:46 +0000</pubDate>
		<dc:creator>Capra</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Getting things done]]></category>
		<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://www.feralbit.com/?p=721</guid>
		<description><![CDATA[As a designer who&#8217;s tried (oh my gosh have I tried) to create better ways for people to get stuff done, I&#8217;m always interested in new jedi mind tricks to get myself to just do things. New skills. Self-improvement stuff. &#8230;  <a href="http://www.feralbit.com/2012/using-one-thing-to-get-myself-learning/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>As a designer who&#8217;s tried (oh my gosh have I tried) to create better ways for people to get stuff done, I&#8217;m always interested in new jedi mind tricks to get myself to just <em>do</em> things. New skills. Self-improvement stuff. New habits. Why is that hard? We all just love immediate, short term guarantees of dopamine hits watching funny internet videos (or, ahem, taking easy client work) over the promise of long-term, takes-work-but-will-be-worth-it projects.</p>
<p>Inspired by Karol&#8217;s recent <a href="http://karol.gajda.com/structure/" target="_blank">One Thing Self Improvement</a> structure essay, I&#8217;ve decided to adopt it to help me learn iOS development. Each morning I&#8217;ll wake up and pick my One Thing, the thing that I focus on getting done that day above all else. As Karol says, it could be a quick thing or something that would take several hours. It&#8217;s worth it to note that I&#8217;m starting from the basic programming I learned from the undergrad HCI classes at Carnegie Mellon and various hacky skills picked up since then, an HTML/CSS/finished-the-<a href="http://www.codecademy.com/" target="_blank">Codeacademy</a>-javascript-tutorials sort of place.</p>
<p>I&#8217;m texting a close friend every morning with my One Thing. I&#8217;m not a huge fan of the forced accountability technique that encourages you to tell your friends what! you! are! totally! going! to do! but this way feels pretty lightweight and friendly. And I&#8217;m trying to get him to do the One Thing too. Sshhh.</p>
<p>Why now? Well, yesterday was a day I&#8217;ve been waiting for for a long time. After a lot of serious thought, I decided to leave my position with the social media company for what I feel are several excellent reasons (which may deserve their own post) but chiefly a culture and design process mismatch. Now I am a free woman, with savings in the bank, ready to strike out on my own. And learn things!</p>
<p>Today my one thing is to complete my first iOS app creation tutorial. Hello world!</p>
<p>&nbsp;</p>
<div class="call_to_action" style="float:left;margin:0px 5px 0px 0px"><p class="se_text" style="color:#000; float:left;margin:0px 0px 0px 0px">If you liked this post, please share it:</p></div><div id="social-essentials" class="se_left"><div class="se_button se_button_small" style="width:85px;margin:0px 10px 0px 0px"><a href="https://twitter.com/share" class="twitter-share-button" data-url="http://www.feralbit.com/2012/using-one-thing-to-get-myself-learning/" data-text="Using &#8220;One Thing&#8221; to Get Myself Learning" data-via="feralbit" data-counturl="http://www.feralbit.com/2012/using-one-thing-to-get-myself-learning/" data-count="horizontal" data-lang="en">Tweet</a></div><div class="se_button se_button_small" style="width:72px;margin:0px 10px 0px 0px"><fb:like href="http://www.feralbit.com/2012/using-one-thing-to-get-myself-learning/" send="false" layout="button_count" width="90" show_faces="false"></fb:like></div><div class="se_button se_button_small" style="width:60px;margin:0px 10px 0px 0px"><g:plusone size="medium" href="http://www.feralbit.com/2012/using-one-thing-to-get-myself-learning/" count="true"></g:plusone></div><div class="se_button se_button_small" style="width:65px;margin:0px 10px 0px 0px"><a href="http://pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.feralbit.com%2F2012%2Fusing-one-thing-to-get-myself-learning%2F&media=&description=Using+%26%238220%3BOne+Thing%26%238221%3B+to+Get+Myself+Learning" class="se-pin-it-button" always-show-count="true" count-layout="horizontal"><img border="0" src="//assets.pinterest.com/images/PinExt.png" title="Pin It" /></a></div><div class="se_button se_button_small" style="margin:0px 10px 0px 0px"><su:badge layout="1" location="http://www.feralbit.com/2012/using-one-thing-to-get-myself-learning/"></su:badge></div></div><div class="clear"></div>]]></content:encoded>
			<wfw:commentRss>http://www.feralbit.com/2012/using-one-thing-to-get-myself-learning/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>In which I visit three festivals and two countries and fall in wuv</title>
		<link>http://www.feralbit.com/2012/in-which-i-visit-three-festivals-and-two-countries-and-fall-in-wuv/</link>
		<comments>http://www.feralbit.com/2012/in-which-i-visit-three-festivals-and-two-countries-and-fall-in-wuv/#comments</comments>
		<pubDate>Tue, 23 Oct 2012 20:00:21 +0000</pubDate>
		<dc:creator>Capra</dc:creator>
				<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://www.feralbit.com/?p=683</guid>
		<description><![CDATA[<img width="150" height="150" src="http://www.feralbit.com/wp-content/uploads/2012/10/IMG_0679-150x150.jpg" class="attachment-thumbnail wp-post-image" alt="IMG_0679" />What? Where am I? How did I get on this blog? Amazon ate my life. But it was fun! The people were great. But I chose to leave for other adventures and now I&#8217;m designing for a niche social network &#8230;  <a href="http://www.feralbit.com/2012/in-which-i-visit-three-festivals-and-two-countries-and-fall-in-wuv/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<img width="150" height="150" src="http://www.feralbit.com/wp-content/uploads/2012/10/IMG_0679-150x150.jpg" class="attachment-thumbnail wp-post-image" alt="IMG_0679" /><p>What? Where am I? How did I get on this blog?</p>
<p>Amazon ate my life. But it was fun! The people were great. But I chose to leave for other adventures and now I&#8217;m designing for a niche social network that has about a million users. It&#8217;ll be cool. And I work from home!</p>
<p>What happened between June and now?</p>
<p>I went to Critical Massive, Seattle&#8217;s regional Burning Man event and it was amazing. I met so many wonderful nice people. I played and drank and danced and cuddled and felt the most comfortably social I ever have in a crowd. The best part? I keep seeing the same people again at events! Huge boost to meeting friends in town, which is good because&#8230;</p>
<p>Sometime in there I ended my year+ Seattle relationship. And we stayed friends. We stayed friends AND roommates as it happens. And then he started dating a girl who is way better for him than I was and it&#8217;s a very good situation. I&#8217;m sad I don&#8217;t get as many hugs, but then I made up for lost time by jumping into dating again very happily. And enthusiastically.</p>
<p>I went to Burning Man even though I didn&#8217;t think I could get time off from work (I asked really nicely) and I didn&#8217;t have any time at all to make art or gifts (next year). It was beautiful. It was crazy. I only had 3 days to pack and prepare. Just my style.</p>
<p style="text-align: center;"><img class="aligncenter" title="IMG_0527" src="http://www.feralbit.com/wp-content/uploads/2012/10/IMG_0527-720x540.jpg" alt="" width="720" height="540" /></p>
<p>All that time at Amazon I was biking 6 miles to work (and back again) as many times per week as I could. Which was a good thing because a boy I&#8217;d met at Critical asked me if I wanted to bike 200 miles to Pacific Fire Gathering with him. With 3 days to plan. Again! Just my style. And then I bought crotch-padded spandex shorts. And was very grateful for them.</p>
<p>&nbsp;</p>
<p><img class="aligncenter size-medium wp-image-708" title="IMG_0692" src="http://www.feralbit.com/wp-content/uploads/2012/10/IMG_0692-720x540.jpg" alt="" width="720" height="540" /></p>
<p><img class="aligncenter size-medium wp-image-707" title="IMG_0687" src="http://www.feralbit.com/wp-content/uploads/2012/10/IMG_0687-720x540.jpg" alt="" width="720" height="540" /></p>
<p><img class="aligncenter size-medium wp-image-710" title="IMG_0654" src="http://www.feralbit.com/wp-content/uploads/2012/10/IMG_06541-720x540.jpg" alt="" width="720" height="540" /></p>
<p style="text-align: center;"><img class="aligncenter" title="IMG_0672" src="http://www.feralbit.com/wp-content/uploads/2012/10/IMG_0672-720x540.jpg" alt="" width="720" height="540" /></p>
<p style="text-align: center;"><img class="aligncenter" title="IMG_0709" src="http://www.feralbit.com/wp-content/uploads/2012/10/IMG_0709-720x540.jpg" alt="" width="720" height="540" /></p>
<p>We fell in goofy, mushy wuv and ended up biking a total of 400 miles down the Oregon coast past Tillamook, up over into the Mount Hood national forest to Breitenbush hot springs, and then down into the incomparable sexy bicyclist city of Portland. We lit things on fire and camped and at at roadside BBQ shacks and went to a rave. I learned to hit myself less in the head with my poi.</p>
<p><img class="aligncenter size-medium wp-image-701" title="558741_4607004780321_1920641872_n" src="http://www.feralbit.com/wp-content/uploads/2012/10/558741_4607004780321_1920641872_n-720x405.jpeg" alt="" width="720" height="405" /></p>
<p>My thigh muscles got huge and crazy in the process.</p>
<p><img class="aligncenter size-medium wp-image-692" title="IMG_0754" src="http://www.feralbit.com/wp-content/uploads/2012/10/IMG_0754-720x400.jpg" alt="" width="720" height="400" /></p>
<p>Then I spent 2 weeks in Vancouver, BC starting my new job (they&#8217;re based up there). Sadly, I was kind of exhausted. And homesick. And it was Canadian thanksgiving.</p>
<p style="text-align: center;"><img class="aligncenter" title="IMG_0016" src="http://www.feralbit.com/wp-content/uploads/2012/10/IMG_0016-720x540.jpg" alt="" width="720" height="540" /></p>
<p style="text-align: center;"><img class="aligncenter size-medium wp-image-694" title="IMG_0050" src="http://www.feralbit.com/wp-content/uploads/2012/10/IMG_0050-720x540.jpg" alt="" width="720" height="540" /></p>
<p>But my college friend Max was spontaneously in town! We drank gin out of tea pot.</p>
<p style="text-align: center;"><img class="aligncenter" title="IMG_0048" src="http://www.feralbit.com/wp-content/uploads/2012/10/IMG_0048-540x720.jpg" alt="" width="540" height="720" /></p>
<p><img class="aligncenter size-medium wp-image-702" title="IMG_0047" src="http://www.feralbit.com/wp-content/uploads/2012/10/IMG_0047-720x540.jpg" alt="" width="720" height="540" /></p>
<p>And then the weather broke and rain descended on the northwest, forever.</p>
<p>And I went back to Seattle.</p>
<p>But then I helped organize a silly bike ride. It was sunny and then it hailed on us and then it was sunny again! We got soaked.</p>
<p><img class="aligncenter size-medium wp-image-691" title="524897_4744634540979_1734155351_n" src="http://www.feralbit.com/wp-content/uploads/2012/10/524897_4744634540979_1734155351_n-720x537.jpeg" alt="" width="720" height="537" /></p>
<p>Now I&#8217;m having an amazing but tiring time trying to balance work and dating and trying to get a few nights a week to myself.</p>
<p>And apparently now I have to sew Halloween costumes? The hell!</p>
<p>Life is really good.</p>
<div></div>
<div class="call_to_action" style="float:left;margin:0px 5px 0px 0px"><p class="se_text" style="color:#000; float:left;margin:0px 0px 0px 0px">If you liked this post, please share it:</p></div><div id="social-essentials" class="se_left"><div class="se_button se_button_small" style="width:85px;margin:0px 10px 0px 0px"><a href="https://twitter.com/share" class="twitter-share-button" data-url="http://www.feralbit.com/2012/in-which-i-visit-three-festivals-and-two-countries-and-fall-in-wuv/" data-text="In which I visit three festivals and two countries and fall in wuv" data-via="feralbit" data-counturl="http://www.feralbit.com/2012/in-which-i-visit-three-festivals-and-two-countries-and-fall-in-wuv/" data-count="horizontal" data-lang="en">Tweet</a></div><div class="se_button se_button_small" style="width:72px;margin:0px 10px 0px 0px"><fb:like href="http://www.feralbit.com/2012/in-which-i-visit-three-festivals-and-two-countries-and-fall-in-wuv/" send="false" layout="button_count" width="90" show_faces="false"></fb:like></div><div class="se_button se_button_small" style="width:60px;margin:0px 10px 0px 0px"><g:plusone size="medium" href="http://www.feralbit.com/2012/in-which-i-visit-three-festivals-and-two-countries-and-fall-in-wuv/" count="true"></g:plusone></div><div class="se_button se_button_small" style="width:65px;margin:0px 10px 0px 0px"><a href="http://pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.feralbit.com%2F2012%2Fin-which-i-visit-three-festivals-and-two-countries-and-fall-in-wuv%2F&media=&description=In+which+I+visit+three+festivals+and+two+countries+and+fall+in+wuv" class="se-pin-it-button" always-show-count="true" count-layout="horizontal"><img border="0" src="//assets.pinterest.com/images/PinExt.png" title="Pin It" /></a></div><div class="se_button se_button_small" style="margin:0px 10px 0px 0px"><su:badge layout="1" location="http://www.feralbit.com/2012/in-which-i-visit-three-festivals-and-two-countries-and-fall-in-wuv/"></su:badge></div></div><div class="clear"></div>]]></content:encoded>
			<wfw:commentRss>http://www.feralbit.com/2012/in-which-i-visit-three-festivals-and-two-countries-and-fall-in-wuv/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A New Work Gig</title>
		<link>http://www.feralbit.com/2012/a-new-work-gig/</link>
		<comments>http://www.feralbit.com/2012/a-new-work-gig/#comments</comments>
		<pubDate>Tue, 12 Jun 2012 06:28:29 +0000</pubDate>
		<dc:creator>Capra</dc:creator>
				<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://www.feralbit.com/?p=671</guid>
		<description><![CDATA[Last week I started a new contract gig with Amazon&#8217;s Kindle mobile team, and I have to tell you, it is awesome. They have smart designers, an easy-going workplace, interesting challenges, enough time to get those challenges tackled, free coffee, &#8230;  <a href="http://www.feralbit.com/2012/a-new-work-gig/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>Last week I started a new contract gig with Amazon&#8217;s Kindle mobile team, and I have to tell you, it is <em>awesome</em>. They have smart designers, an easy-going workplace, interesting challenges, enough time to get those challenges tackled, free coffee, and puppies right in my office. Puppies. <em>Puppies.</em></p>
<p>Between that and my startup work, this means that suddenly I&#8217;m very busy&#8230; like, all hours of the day busy. Not a bad thing. AND I get to dig myself out of the credit card debt hole I&#8217;ve been in for more than a year, which is especially amazingly wonderful and I get a warm fuzzy feeling whenever I remember that I&#8217;m being paid for the work I do. Choirs of butterflies singing, sparkles and unicorns. So much so that, with all we still hear about the unemployed, it makes me think about a job being just as much about being <em>accepted</em> as it is about being <em>paid</em>. I know for me recently, it&#8217;s been about both in equal measures.</p>
<p>I&#8217;ve been wanting to post more about design and the tech world and, if I can get a few minutes to spare, I bet I&#8217;ll be plenty inspired to talk about how I&#8217;m encountering an extended period of full-time work in the industry again.</p>
<p>In the meantime, I found this great essay by Christina Wodtke giving advice to new designers in which she says: consulting will make you a fox, and in-house will make you a hedgehog. And you should do them in that order. I completely agree. I feel so lucky that I, by complete accident, have followed this career path (more or less, kicking and screaming) and found it to be serving me really, really well.</p>
<div class="call_to_action" style="float:left;margin:0px 5px 0px 0px"><p class="se_text" style="color:#000; float:left;margin:0px 0px 0px 0px">If you liked this post, please share it:</p></div><div id="social-essentials" class="se_left"><div class="se_button se_button_small" style="width:85px;margin:0px 10px 0px 0px"><a href="https://twitter.com/share" class="twitter-share-button" data-url="http://www.feralbit.com/2012/a-new-work-gig/" data-text="A New Work Gig" data-via="feralbit" data-counturl="http://www.feralbit.com/2012/a-new-work-gig/" data-count="horizontal" data-lang="en">Tweet</a></div><div class="se_button se_button_small" style="width:72px;margin:0px 10px 0px 0px"><fb:like href="http://www.feralbit.com/2012/a-new-work-gig/" send="false" layout="button_count" width="90" show_faces="false"></fb:like></div><div class="se_button se_button_small" style="width:60px;margin:0px 10px 0px 0px"><g:plusone size="medium" href="http://www.feralbit.com/2012/a-new-work-gig/" count="true"></g:plusone></div><div class="se_button se_button_small" style="width:65px;margin:0px 10px 0px 0px"><a href="http://pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.feralbit.com%2F2012%2Fa-new-work-gig%2F&media=&description=A+New+Work+Gig" class="se-pin-it-button" always-show-count="true" count-layout="horizontal"><img border="0" src="//assets.pinterest.com/images/PinExt.png" title="Pin It" /></a></div><div class="se_button se_button_small" style="margin:0px 10px 0px 0px"><su:badge layout="1" location="http://www.feralbit.com/2012/a-new-work-gig/"></su:badge></div></div><div class="clear"></div>]]></content:encoded>
			<wfw:commentRss>http://www.feralbit.com/2012/a-new-work-gig/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lessons for Life #1</title>
		<link>http://www.feralbit.com/2012/lessons-for-life-1/</link>
		<comments>http://www.feralbit.com/2012/lessons-for-life-1/#comments</comments>
		<pubDate>Wed, 30 May 2012 00:18:48 +0000</pubDate>
		<dc:creator>Capra</dc:creator>
				<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://www.feralbit.com/?p=663</guid>
		<description><![CDATA[<img width="150" height="150" src="http://www.feralbit.com/wp-content/uploads/2012/05/IMG_5188-150x150.jpg" class="attachment-thumbnail wp-post-image" alt="IMG_5188" />To paraphrase Clay Shirky, age plus paying attention equals knowing stuff. So I thought this post was going to be about stuff I know. I had some really profound thoughts while riding my scooter to a meeting and boy, they &#8230;  <a href="http://www.feralbit.com/2012/lessons-for-life-1/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<img width="150" height="150" src="http://www.feralbit.com/wp-content/uploads/2012/05/IMG_5188-150x150.jpg" class="attachment-thumbnail wp-post-image" alt="IMG_5188" /><p>To paraphrase Clay Shirky, <strong>age</strong> plus <strong>paying attention</strong> equals <strong>knowing stuff</strong>. So I thought this post was going to be about stuff I know. I had some really profound thoughts while riding my scooter to a meeting and boy, they were awesome. I was like,<em> that&#8217;s good,</em> <em>I&#8217;m totally gonna write that on the blog</em>. But I&#8217;m not going to. Because I forgot them. Oops.</p>
<p>I also like how I wrote in my <a title="Should this be a personal blog? Am I a canary?" href="http://www.feralbit.com/2012/should-this-be-a-personal-blog-am-i-a-canary/" target="_blank">canary</a> post about how I was going to make this a personal blog and then was like, HA, TOTAL BLOG SILENCE. Silence is very personal to me.</p>
<p><span id="more-663"></span>Today I was remembering a thing from a book about happiness, probably <a href="http://www.amazon.com/gp/product/1400077427/ref=as_li_ss_tl?ie=UTF8&amp;tag=fertou0c-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=1400077427" target="_blank">Stumbling on Happiness</a>, that the pillars of English happiness (according to a British lady) are dogs and gardens. Does that mean Seattle is very British, with our tons of dogs and gardens? Or is Seattle just very European in general? Nah, that can&#8217;t be right. All our businesses are open on Sundays and we have rampant workaholics running around, or, rather, sitting at their desks forever. Well, besides that, Seattle is really quite European. Liberal and safe and very rule-abiding. Livable, as they say.</p>
<p>Seattle doesn&#8217;t toot its own horn much. Do you know what Seattle is like? What comes to mind? &#8230;&#8230;. Rain! You thought rain, right? Rainy rain raining Seattle. That&#8217;s actually a myth. That&#8217;s Seattle&#8217;s stealth identity. Lots of jokes here about how we pretend the weather&#8217;s really shitty so the tourists don&#8217;t visit. City identities are pervasive. And probably wrong. For instance, the sun is shining in Seattle right now until November. That&#8217;s right, we&#8217;re so far north we don&#8217;t have night. #fuckyeahseattle</p>
<p>The thing is, we watch TV and movies and read so much that it&#8217;s easy to forget we haven&#8217;t <em>actually</em> experienced something. We just have an idea of what it is. A really strong idea that will color all our thoughts and even actual experience of the thing.</p>
<p>Listening to a friend rant about New Orleans last year, when I was living there and hating it but trying not to, he said something really interesting. Bitter that original art was so hard to fund or sell, that the food was expensive and greasy and bad, that the government was corrupt and the people were racist, he said that New Orleans was not a city. New Orleans was a <strong>brand</strong>. And it totally is. New Orleans toots its horn so loud that you&#8217;ll find &#8220;New Orleans&#8221; music and food in cities all over the world. The sad part is that that food and music is probably a lot better than you&#8217;ll find in New Orleans itself. I&#8217;ll provide a translation. Whenever you hear someone say that New Orleans is &#8220;magical&#8221;, just insert &#8220;drunk&#8221;. <em>Omigosh, I was there for a week and it was so magical. We saw a Jazz funeral, and all these beautiful ruined houses, and it made me feel so magical. Then I threw up on my dress.</em></p>
<p>I didn&#8217;t know it at the time but I moved to San Francisco in 2007 because of its brand. I didn&#8217;t want an artsy, rebellious, weird place. I wanted <em>the</em> artsy rebellious weird place. Joke was on me, because San Francisco is none of those things. San Francisco is currently the rich, frenetic, confident place with pressure to be even richer, expensive and less weird, with an artsy underground fueled almost entirely by its idea of itself as an artsy city (see: How Weird Street Fair, Folsom Fair, Bay to Breakers) and scrappy, tattooed, weird Oakland. &#8230;Oakland, my true love. I would live there again. After New Orleans it doesn&#8217;t seem nearly as dangerous! Ha ha ha.</p>
<p>There&#8217;s one thing I miss about San Francisco and it&#8217;s that confidence. I&#8217;ve been hunting freelance projects in Seattle for more than a year now and I&#8217;ve talked to a fair amount of designers. And designers and design firms in Seattle, bless their hearts, reveal their insecurities by being a bit too stiff, a bit too formal, a bit too focused on quantitative research. They&#8217;re saying, we are totally relevant! We can prove it with numbers! <em>Please believe us</em>. I also see this with design firms in, like, Louisville. Or Arizona. Why are these designers insecure? Do they have to be that way to prove themselves to companies still figuring out why design matters (an attitude I have no patience with, come on people, it&#8217;s 2012 and Apple is eating your lunch, dinner and late night snack). Do I just know more late-career designers in San Francisco? Does San Francisco have such a pervasive culture of design that designeres don&#8217;t have to prove their work is crucial, essential, and desirable? Probably. Does San Francisco have a brand of iron-hard California-cool, creative-city-suave? <em>Definitely</em>.</p>
<p>What&#8217;s that? What do I think of the culture in Silicon Valley? Mmm &#8230;&#8230; ehhhhh. That&#8217;s what.</p>
<p>Ok, ok. I think you can trace the San Francisco &#8220;frenetic&#8221; and &#8220;expensive&#8221; culture to a pipeline leaking a steady stream of navel-gazing ADD social buzzwords 38.9 miles south to the developers and venture cowboys of Mountain View. That&#8217;s what.</p>
<p>Anyways, I do think a lot about the essential spirits of cities. I think everyone has their city soulmate. You just have to find it.</p>
<p>That was a website idea I had a long time ago: a place to find your city soulmate. For all those people posting on CouchSurfing and city-data.com: &#8220;What&#8217;s it like to live in ___?&#8221; and poring through &#8220;Top 10 Cities for ___&#8221; lists like I have so many, many times. I still love the City Soulmate idea but it&#8217;s currently in a bucket I was forced to make for myself called Good Ideas I Don&#8217;t Actually Want to Devote Years of my Life To. So little time. So much ADD!</p>
<p>But actually, if you&#8217;re into City Soulmates too, hit me up. We&#8217;ll totally own it. See that confidence? I&#8217;m a designer.</p>
<p>&nbsp;</p>
<div class="call_to_action" style="float:left;margin:0px 5px 0px 0px"><p class="se_text" style="color:#000; float:left;margin:0px 0px 0px 0px">If you liked this post, please share it:</p></div><div id="social-essentials" class="se_left"><div class="se_button se_button_small" style="width:85px;margin:0px 10px 0px 0px"><a href="https://twitter.com/share" class="twitter-share-button" data-url="http://www.feralbit.com/2012/lessons-for-life-1/" data-text="Lessons for Life #1" data-via="feralbit" data-counturl="http://www.feralbit.com/2012/lessons-for-life-1/" data-count="horizontal" data-lang="en">Tweet</a></div><div class="se_button se_button_small" style="width:72px;margin:0px 10px 0px 0px"><fb:like href="http://www.feralbit.com/2012/lessons-for-life-1/" send="false" layout="button_count" width="90" show_faces="false"></fb:like></div><div class="se_button se_button_small" style="width:60px;margin:0px 10px 0px 0px"><g:plusone size="medium" href="http://www.feralbit.com/2012/lessons-for-life-1/" count="true"></g:plusone></div><div class="se_button se_button_small" style="width:65px;margin:0px 10px 0px 0px"><a href="http://pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.feralbit.com%2F2012%2Flessons-for-life-1%2F&media=&description=Lessons+for+Life+%231" class="se-pin-it-button" always-show-count="true" count-layout="horizontal"><img border="0" src="//assets.pinterest.com/images/PinExt.png" title="Pin It" /></a></div><div class="se_button se_button_small" style="margin:0px 10px 0px 0px"><su:badge layout="1" location="http://www.feralbit.com/2012/lessons-for-life-1/"></su:badge></div></div><div class="clear"></div>]]></content:encoded>
			<wfw:commentRss>http://www.feralbit.com/2012/lessons-for-life-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Seattle Farmers&#8217; Markets, on Land and Sea</title>
		<link>http://www.feralbit.com/2012/seattle-farmers-markets-on-land-and-sea/</link>
		<comments>http://www.feralbit.com/2012/seattle-farmers-markets-on-land-and-sea/#comments</comments>
		<pubDate>Tue, 22 May 2012 23:25:09 +0000</pubDate>
		<dc:creator>Capra</dc:creator>
				<category><![CDATA[Feral Food]]></category>
		<category><![CDATA[Seattle]]></category>

		<guid isPermaLink="false">http://www.feralbit.com/?p=659</guid>
		<description><![CDATA[<img width="150" height="150" src="http://www.feralbit.com/wp-content/uploads/2012/05/farmersmarkets-seattle-150x150.jpg" class="attachment-thumbnail wp-post-image" alt="farmersmarkets-seattle" />Seattle is so cool, we have a farmer&#8217;s market on a boat. This post is in honor of the season and my discovery of the FarmBoat Floating Market held on an historic steamship in South Lake Union. It&#8217;s an exciting &#8230;  <a href="http://www.feralbit.com/2012/seattle-farmers-markets-on-land-and-sea/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<img width="150" height="150" src="http://www.feralbit.com/wp-content/uploads/2012/05/farmersmarkets-seattle-150x150.jpg" class="attachment-thumbnail wp-post-image" alt="farmersmarkets-seattle" /><p>Seattle is so cool, we have a farmer&#8217;s market on a <em>boat</em>. This post is in honor of the season and my discovery of the <a href="http://www.farmboat.org/events/seattle/lake-union-floating-market/" target="_blank">FarmBoat Floating Market</a> held on an historic steamship in South Lake Union.</p>
<p>It&#8217;s an exciting time around Seattle right now; the seasonal farmer&#8217;s markets are starting to open up again. You can spot them by the crowds of strolling people and tall orange and purple banners at the end of closed-off streets in nearly every neighborhood of the city. Of course there are always the year-round markets on Saturdays and Sundays, but when you run out of fresh greens on Tuesday those are not so much help. In the summer with a bit of a flexible daytime schedule you can visit a farmer&#8217;s market every day of the week. Here&#8217;s how to find them.</p>
<p><a href="http://www.farmboat.org/events/seattle/lake-union-floating-market/" target="_blank">FarmBoat Floating Market</a><br />
An organization bringing fresh, local food and historic wooden ships together. The South Lake Union market is 11-3pm on Thursdays on a 125 foot steamship from the 1920&#8242;s. They also are proposing markets at downtown Seattle&#8217;s waterfront and in South Park on other historic vessels.</p>
<p><a href="http://www.seattlefarmersmarkets.org/markets" target="_blank">Neighborhood Farmer&#8217;s Market Alliance</a><br />
Operates 7 markets around seattle, including the Capitol Hill market (which got up and running last month) and my own dearest and closest, the Phinney Market that opens next week on June 1. Their website just got a much-needed design update making it much easier to read the information (woo!).</p>
<p><a href="http://www.pugetsoundfresh.org/farmers_markets_list.asp?countyID=0%3BAll&amp;weekday=Any" target="_blank">Puget Sound Fresh</a><br />
Many, many markets all around Puget sound, including my year-round Sunday favorite, the <a href="http://ballardfarmersmarket.wordpress.com/" target="_blank">Ballard Market</a>.</p>
<p>For an uber list of all the land-based markets, visit the <a href="http://www.wafarmersmarkets.com/washingtonfarmersmarketdirectory.php" target="_blank">Washington State Farmer&#8217;s Market Association</a> for maps, opening/closing times, whether they accept credit cards or SNAP benefits (many do), and more contact info.</p>
<p>Now I&#8217;m just waiting impatiently for cherry season.</p>
<p>&nbsp;</p>
<div class="call_to_action" style="float:left;margin:0px 5px 0px 0px"><p class="se_text" style="color:#000; float:left;margin:0px 0px 0px 0px">If you liked this post, please share it:</p></div><div id="social-essentials" class="se_left"><div class="se_button se_button_small" style="width:85px;margin:0px 10px 0px 0px"><a href="https://twitter.com/share" class="twitter-share-button" data-url="http://www.feralbit.com/2012/seattle-farmers-markets-on-land-and-sea/" data-text="Seattle Farmers&#8217; Markets, on Land and Sea" data-via="feralbit" data-counturl="http://www.feralbit.com/2012/seattle-farmers-markets-on-land-and-sea/" data-count="horizontal" data-lang="en">Tweet</a></div><div class="se_button se_button_small" style="width:72px;margin:0px 10px 0px 0px"><fb:like href="http://www.feralbit.com/2012/seattle-farmers-markets-on-land-and-sea/" send="false" layout="button_count" width="90" show_faces="false"></fb:like></div><div class="se_button se_button_small" style="width:60px;margin:0px 10px 0px 0px"><g:plusone size="medium" href="http://www.feralbit.com/2012/seattle-farmers-markets-on-land-and-sea/" count="true"></g:plusone></div><div class="se_button se_button_small" style="width:65px;margin:0px 10px 0px 0px"><a href="http://pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.feralbit.com%2F2012%2Fseattle-farmers-markets-on-land-and-sea%2F&media=&description=Seattle+Farmers%26%238217%3B+Markets%2C+on+Land+and+Sea" class="se-pin-it-button" always-show-count="true" count-layout="horizontal"><img border="0" src="//assets.pinterest.com/images/PinExt.png" title="Pin It" /></a></div><div class="se_button se_button_small" style="margin:0px 10px 0px 0px"><su:badge layout="1" location="http://www.feralbit.com/2012/seattle-farmers-markets-on-land-and-sea/"></su:badge></div></div><div class="clear"></div>]]></content:encoded>
			<wfw:commentRss>http://www.feralbit.com/2012/seattle-farmers-markets-on-land-and-sea/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Should this be a personal blog? Am I a canary?</title>
		<link>http://www.feralbit.com/2012/should-this-be-a-personal-blog-am-i-a-canary/</link>
		<comments>http://www.feralbit.com/2012/should-this-be-a-personal-blog-am-i-a-canary/#comments</comments>
		<pubDate>Fri, 18 May 2012 20:54:14 +0000</pubDate>
		<dc:creator>Capra</dc:creator>
				<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://www.feralbit.com/?p=637</guid>
		<description><![CDATA[<img width="150" height="150" src="http://www.feralbit.com/wp-content/uploads/2012/05/portrait-wry-150x150.jpg" class="attachment-thumbnail wp-post-image" alt="portrait-wry" />Confession: I worry about a LOT of stuff besides the garden. Life, work, relationships, the world. Lately, I&#8217;ve been worrying myself to tears. But is it worth writing about? One thing I know is that a good blog is for &#8230;  <a href="http://www.feralbit.com/2012/should-this-be-a-personal-blog-am-i-a-canary/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<img width="150" height="150" src="http://www.feralbit.com/wp-content/uploads/2012/05/portrait-wry-150x150.jpg" class="attachment-thumbnail wp-post-image" alt="portrait-wry" /><p>Confession: I worry about a LOT of stuff besides the garden. Life, work, relationships, the world. Lately, I&#8217;ve been worrying myself to tears. But is it worth writing about?</p>
<p><span id="more-637"></span></p>
<p>One thing I know is that a good blog is for other people as much as it is for yourself. Other people should get something out of it. So when I was figuring all this stuff out, I read <a href="http://manvsdebt.com/" target="_blank">Man Vs Debt</a> and <a href="http://chrisguillebeau.com/3x5/" target="_blank">The Art of Non-Conformity</a> and <a href="http://www.digginfood.com/" target="_blank">DigginFood</a>. They write guides and tips and how-tos and I, also, want so badly to be useful to people like they are. Their straightforward writing makes personal angst seem so&#8230; tacky.</p>
<p>But my sister urges me to read <a href="http://www.hipstercrite.com/" target="_blank">Hipstercrite</a>, and I do. And her writing makes personal angst seem meaningful, relatable. I like her fearlessness talking about sex and dating and angst and flailing around while you&#8217;re in you&#8217;re twenties. Flailing twenties? I could ALSO write that blog. I&#8217;m 27 and have about 10 years practice being a champion flailer. But I&#8217;ve kept that angst private. That&#8217;s the big deal &#8211; if I write it, you can read it, so I&#8217;m outed as a emotional being who is possibly bad at life. The horror.<em><br />
</em></p>
<p>But every artist I&#8217;ve admired said that the more intimate their work, the more people respond to it. That deeply intimate work touches people deeply. And I also want to do that.</p>
<blockquote><p>&#8220;All I ever really want to know is how other people are making it through life — where do they put their body, hour by hour, and how do they cope inside of it.&#8221; <em></em></p>
<p><em>— <a href="http://www.amazon.com/gp/product/1936365014/ref=as_li_ss_tl?ie=UTF8&amp;tag=fertou0c-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=1936365014" target="_blank">It Chooses You</a></em> by Miranda July</p></blockquote>
<p>But you know what? I thought I was past all this. I thought I had flailed, and earned my PhD of flailing, and now I need not flail or moan or cry anymore. I don&#8217;t know why. Things just have been SO much better than they were when I was  internet dating my way through Pittsburgh or unemployed in San Francisco or awkwardly faux-touring my way around Germany. I looked in the mirror one day and saw wrinkles around my eyes and I thought; finally. I&#8217;d <em>had</em> my quarter life crisis and now it could be over. Jeez!</p>
<p>But maybe I&#8217;ll never be past this &#8220;crisis&#8221; stage. Maybe as long as I think that my work and relationships <em>should</em> make me happy — something I share with so many people in my generation — I&#8217;ll keeping asking myself, periodically, if they do. And when the answer is no, I&#8217;ll always be galvanized to <em>do</em> something about it. And when I&#8217;ll feel like I can&#8217;t, it will always make my heart ache and my eyes burn.</p>
<p>The world is so terribly screwed up these days, it&#8217;s hard to feel like I can take <em>any</em> action to make things better. So my inability to &#8220;succeed&#8221; in my own life becomes a downward spiral of an inability to make anything better, despair with people in power, total distrust of institutions&#8217; abilities to keep us healthy and free. When people freak out about pink slime or carcinogenic sunscreen or Monsanto suing small family farms when the wind cross-pollinates with their GM corn, all I can think is: when did you people trust <em>anything</em>? The default is shit. The only way you get things that aren&#8217;t shit is to research, fight, struggle, deal with inconvenience, and half the time make it yourself. And here I am, my only real skills being writing, drawing and designing things on a screen. I can&#8217;t even get my own boyfriend to stop ordering shit factory-farmed chicken wings at the hockey rink.</p>
<blockquote><p>&#8220;I sometimes wondered what the use of any of the arts was. The best thing I could come up with was what I call the canary in the coal mine theory of the arts. This theory says that artists are useful to society because they are so sensitive. They are super-sensitive. They keel over like canaries in poison coal mines long before more robust types realize that there is any danger whatsoever.&#8221;<em></em></p>
<p><em>—</em> Kurt Vonnegut, &#8220;<em>Physicist, Purge Thyself</em>&#8220;, Chicago Tribune Magazine, 1969</p></blockquote>
<p>I don&#8217;t know about you but I feel like a pretty sick canary myself.</p>
<p>Sometimes I want to make really angry art. Though when I try to put it down to paper, I can&#8217;t really get past the theme of &#8220;everything is shit&#8221;, which is hardly inspiring. I&#8217;ve seen what negative art can do. It makes a point but it also pushes people away. So I vowed, long ago, to focus on positive art. To help people imagine better things, because imagining a better future is hard and our brains are bad at it and I want to help. The master of this is Barbara Kingsolver in <a href="ttp://www.amazon.com/gp/product/0060852569/ref=as_li_ss_tl?ie=UTF8&amp;tag=fertou0c-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=0060852569" target="_blank">Animal, Vegetable, Miracle</a>. She writes things about the state of food and farms that could break your heart, but somehow is always so bright about other possibilities. But, hmm, as I write this I realize there&#8217;s also the Banksy model. To critique with cleverness that&#8217;s biting, but not wholesale condemning. Am I that clever? I think I could be.</p>
<p>So to answer my own question, yes. I think this should be a personal blog. I think I should embrace my role as a canary in a coal mine. And that probably means talking about terrible things from time to time. But I will always try to refocus on the good in the end. And maybe even be clever with it.</p>
<div class="call_to_action" style="float:left;margin:0px 5px 0px 0px"><p class="se_text" style="color:#000; float:left;margin:0px 0px 0px 0px">If you liked this post, please share it:</p></div><div id="social-essentials" class="se_left"><div class="se_button se_button_small" style="width:85px;margin:0px 10px 0px 0px"><a href="https://twitter.com/share" class="twitter-share-button" data-url="http://www.feralbit.com/2012/should-this-be-a-personal-blog-am-i-a-canary/" data-text="Should this be a personal blog? Am I a canary?" data-via="feralbit" data-counturl="http://www.feralbit.com/2012/should-this-be-a-personal-blog-am-i-a-canary/" data-count="horizontal" data-lang="en">Tweet</a></div><div class="se_button se_button_small" style="width:72px;margin:0px 10px 0px 0px"><fb:like href="http://www.feralbit.com/2012/should-this-be-a-personal-blog-am-i-a-canary/" send="false" layout="button_count" width="90" show_faces="false"></fb:like></div><div class="se_button se_button_small" style="width:60px;margin:0px 10px 0px 0px"><g:plusone size="medium" href="http://www.feralbit.com/2012/should-this-be-a-personal-blog-am-i-a-canary/" count="true"></g:plusone></div><div class="se_button se_button_small" style="width:65px;margin:0px 10px 0px 0px"><a href="http://pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.feralbit.com%2F2012%2Fshould-this-be-a-personal-blog-am-i-a-canary%2F&media=&description=Should+this+be+a+personal+blog%3F+Am+I+a+canary%3F" class="se-pin-it-button" always-show-count="true" count-layout="horizontal"><img border="0" src="//assets.pinterest.com/images/PinExt.png" title="Pin It" /></a></div><div class="se_button se_button_small" style="margin:0px 10px 0px 0px"><su:badge layout="1" location="http://www.feralbit.com/2012/should-this-be-a-personal-blog-am-i-a-canary/"></su:badge></div></div><div class="clear"></div>]]></content:encoded>
			<wfw:commentRss>http://www.feralbit.com/2012/should-this-be-a-personal-blog-am-i-a-canary/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Alien Squash Baby Update</title>
		<link>http://www.feralbit.com/2012/alien-squash-baby-update/</link>
		<comments>http://www.feralbit.com/2012/alien-squash-baby-update/#comments</comments>
		<pubDate>Fri, 18 May 2012 17:55:52 +0000</pubDate>
		<dc:creator>Capra</dc:creator>
				<category><![CDATA[Urban Farming]]></category>

		<guid isPermaLink="false">http://www.feralbit.com/?p=631</guid>
		<description><![CDATA[<img width="150" height="150" src="http://www.feralbit.com/wp-content/uploads/2012/05/IMG_0231-150x150.jpg" class="attachment-thumbnail wp-post-image" alt="IMG_0231" />A week ago I wrote about some mysterious squash volunteers I found sprouting in my hoop house. Well, now they&#8217;re bigger and growing like weeds. Also&#8230;they&#8217;re popping up all over the garden. Everywhere I spread compost. Now I think they&#8217;re &#8230;  <a href="http://www.feralbit.com/2012/alien-squash-baby-update/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<img width="150" height="150" src="http://www.feralbit.com/wp-content/uploads/2012/05/IMG_0231-150x150.jpg" class="attachment-thumbnail wp-post-image" alt="IMG_0231" /><p>A week ago I wrote about some <a title="Podding Favas, Alien Squash Babies and a Bamboo Hoop House" href="http://www.feralbit.com/2012/podding-favas-alien-squash-babies-and-a-bamboo-hoop-house/">mysterious squash volunteers</a> I found sprouting in my hoop house. Well, now they&#8217;re bigger and growing like weeds. Also&#8230;they&#8217;re popping up all over the garden. Everywhere I spread compost. Now I think they&#8217;re probably seeds from an old zucchini or butternut I threw in the compost heap over the winter. Freaky.</p>
<p>I pulled out at least a dozen of them yesterday, but I&#8217;m letting a few survive to see what they are.</p>
<p>Also: Edamame sprouting!</p>
<p><span id="more-631"></span></p>
<p><img class="alignnone size-medium wp-image-632" title="IMG_0235" src="http://www.feralbit.com/wp-content/uploads/2012/05/IMG_0235-720x540.jpg" alt="" width="720" height="540" /></p>
<p>&nbsp;</p>
<div class="call_to_action" style="float:left;margin:0px 5px 0px 0px"><p class="se_text" style="color:#000; float:left;margin:0px 0px 0px 0px">If you liked this post, please share it:</p></div><div id="social-essentials" class="se_left"><div class="se_button se_button_small" style="width:85px;margin:0px 10px 0px 0px"><a href="https://twitter.com/share" class="twitter-share-button" data-url="http://www.feralbit.com/2012/alien-squash-baby-update/" data-text="Alien Squash Baby Update" data-via="feralbit" data-counturl="http://www.feralbit.com/2012/alien-squash-baby-update/" data-count="horizontal" data-lang="en">Tweet</a></div><div class="se_button se_button_small" style="width:72px;margin:0px 10px 0px 0px"><fb:like href="http://www.feralbit.com/2012/alien-squash-baby-update/" send="false" layout="button_count" width="90" show_faces="false"></fb:like></div><div class="se_button se_button_small" style="width:60px;margin:0px 10px 0px 0px"><g:plusone size="medium" href="http://www.feralbit.com/2012/alien-squash-baby-update/" count="true"></g:plusone></div><div class="se_button se_button_small" style="width:65px;margin:0px 10px 0px 0px"><a href="http://pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.feralbit.com%2F2012%2Falien-squash-baby-update%2F&media=&description=Alien+Squash+Baby+Update" class="se-pin-it-button" always-show-count="true" count-layout="horizontal"><img border="0" src="//assets.pinterest.com/images/PinExt.png" title="Pin It" /></a></div><div class="se_button se_button_small" style="margin:0px 10px 0px 0px"><su:badge layout="1" location="http://www.feralbit.com/2012/alien-squash-baby-update/"></su:badge></div></div><div class="clear"></div>]]></content:encoded>
			<wfw:commentRss>http://www.feralbit.com/2012/alien-squash-baby-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Podding Favas, Alien Squash Babies and a Bamboo Hoop House</title>
		<link>http://www.feralbit.com/2012/podding-favas-alien-squash-babies-and-a-bamboo-hoop-house/</link>
		<comments>http://www.feralbit.com/2012/podding-favas-alien-squash-babies-and-a-bamboo-hoop-house/#comments</comments>
		<pubDate>Mon, 07 May 2012 22:46:21 +0000</pubDate>
		<dc:creator>Capra</dc:creator>
				<category><![CDATA[Urban Farming]]></category>

		<guid isPermaLink="false">http://www.feralbit.com/?p=554</guid>
		<description><![CDATA[<img width="150" height="150" src="http://www.feralbit.com/wp-content/uploads/2012/05/IMG_0026-150x150.jpg" class="attachment-thumbnail wp-post-image" alt="IMG_0026" />I feel like a lazy butt, but apparently I did some things in the garden recently. The tomato seedlings I started in February were getting to be real pain, demanding to go out in the sun and taken in at &#8230;  <a href="http://www.feralbit.com/2012/podding-favas-alien-squash-babies-and-a-bamboo-hoop-house/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<img width="150" height="150" src="http://www.feralbit.com/wp-content/uploads/2012/05/IMG_0026-150x150.jpg" class="attachment-thumbnail wp-post-image" alt="IMG_0026" /><p>I feel like a lazy butt, but apparently I did some things in the garden recently.</p>
<p>The tomato seedlings I started in February were getting to be real pain, demanding to go out in the sun and taken in at night going on three months now, getting sunburned and finicky every time I turned my back. Clearly it was time to make them a home. I cut down four black bamboo stalks (our fancy backyard variety, stronger than green ones) and bent them over to make a frame. I hauled some buckets of compost and used the power of chickens to spread it over the bed (and out of the sides, and into my shoes). They efficiently ate all the bugs and seeds they could find, as well as the tops of all my chard and onions. Chickens!</p>
<p><span id="more-554"></span>Then I put some plastic over the frame and fastened it with some clothespins. Fastest hoop house, ever. Please note the skeletal remains of my chard in the lower right.</p>
<p><img class="alignnone size-medium wp-image-564" title="IMG_0041" src="http://www.feralbit.com/wp-content/uploads/2012/05/IMG_0041-720x540.jpg" alt="" width="720" height="540" /></p>
<p>Then I put the tomatoes under the hoops and left the whole thing for a week to warm up the soil. When I lifted the plastic, I was floored by a dozen squash looking seedlings just coming up out of the ground. And you know what? That was the exact place I had my sad, under-performing <a href="http://www.territorialseed.com/product/1101/400" target="_blank">Benning&#8217;s Green Tint pattypan squash</a> last year. We only got about 3 squash. I don&#8217;t remember letting any lie around. Actually I remember being sad that I didn&#8217;t save any for seeds. But here they are! At least I hope that&#8217;s what they are. Could be alien squash babies.</p>
<p><img title="IMG_0147" src="http://www.feralbit.com/wp-content/uploads/2012/05/IMG_0147-720x540.jpg" alt="" width="720" height="540" /></p>
<p>Alien squash baby.</p>
<p><img class="alignnone size-medium wp-image-565" title="IMG_0153" src="http://www.feralbit.com/wp-content/uploads/2012/05/IMG_0153-720x540.jpg" alt="" width="720" height="540" /></p>
<p>Then I dug some holes for all my tomatoes, pepper and cucumbers. 25 plants in all. And take a look. See there, on the right side of the pic? The chard has completely bounced back from chicken attack. In fact, I&#8217;ve never seen it doing better. Must be all the poo-compost. And of course, I planted all my tomatoes sideways. To keep the roots near the warm surface.</p>
<p><img title="IMG_0156" src="http://www.feralbit.com/wp-content/uploads/2012/05/IMG_0156-720x540.jpg" alt="" width="720" height="540" /></p>
<p>Aaand&#8230; 12 hours later, the tomatoes have righted themselves. Here is my healthiest Early Cherry. You can also see the milk jug pieces I&#8217;ve cut up and used as plant markers.</p>
<p><img title="IMG_0160" src="http://www.feralbit.com/wp-content/uploads/2012/05/IMG_0160-720x540.jpg" alt="" width="720" height="540" /></p>
<p>What about all that other stuff in the garden? Here&#8217;s the Favas, doing their best to celebrate spring in the traditional way with enormous bean pods. The ground beneath them I&#8217;ve planted with a ton of my most exciting new experiment &#8211; edamame! Or plain old soy beans, if you want. They will be so delicious.</p>
<p><img title="IMG_0166" src="http://www.feralbit.com/wp-content/uploads/2012/05/IMG_0166-720x540.jpg" alt="" width="720" height="540" /></p>
<p>The peas are finally stepping it up. They&#8217;ve only been flowering for about 5 years.</p>
<p><img title="IMG_0190" src="http://www.feralbit.com/wp-content/uploads/2012/05/IMG_0190-720x540.jpg" alt="" width="720" height="540" /></p>
<p>Seed pods from my last Red Russian Kale, one I&#8217;m keeping around solely to save the seeds. Let&#8217;s hope it didn&#8217;t cross with all that Pac Choi that was flowering at the same time.</p>
<p><img class="alignnone size-medium wp-image-562" title="IMG_0202" src="http://www.feralbit.com/wp-content/uploads/2012/05/IMG_0202-720x540.jpg" alt="" width="720" height="540" /></p>
<p>Gorgeous red butter lettuce in the sun.</p>
<p><img title="IMG_0181" src="http://www.feralbit.com/wp-content/uploads/2012/05/IMG_0181-720x540.jpg" alt="" width="720" height="540" /></p>
<p>And garlic! Fat stalks of garlic doing fantastically well. I&#8217;m doing my best to resist digging one up to see what&#8217;s happening. They&#8217;ll be ready when the stalks turn brown in July.</p>
<p><img title="IMG_0175" src="http://www.feralbit.com/wp-content/uploads/2012/05/IMG_0175-720x540.jpg" alt="" width="720" height="540" /></p>
<p>And then, since they were being cranky and laying eggs in their poo-bedding, I made the chickens a nesting box. Here&#8217;s Biscuit using it about 5 minutes after I put the box in the coop. It&#8217;s basically a 6&#8243; tall table with high sides, keeping the nesting area separate from the sea of poo below (I hope). Chickens!</p>
<p><img class="alignnone size-medium wp-image-566" title="IMG_0209" src="http://www.feralbit.com/wp-content/uploads/2012/05/IMG_0209-720x540.jpg" alt="" width="720" height="540" /></p>
<div class="call_to_action" style="float:left;margin:0px 5px 0px 0px"><p class="se_text" style="color:#000; float:left;margin:0px 0px 0px 0px">If you liked this post, please share it:</p></div><div id="social-essentials" class="se_left"><div class="se_button se_button_small" style="width:85px;margin:0px 10px 0px 0px"><a href="https://twitter.com/share" class="twitter-share-button" data-url="http://www.feralbit.com/2012/podding-favas-alien-squash-babies-and-a-bamboo-hoop-house/" data-text="Podding Favas, Alien Squash Babies and a Bamboo Hoop House" data-via="feralbit" data-counturl="http://www.feralbit.com/2012/podding-favas-alien-squash-babies-and-a-bamboo-hoop-house/" data-count="horizontal" data-lang="en">Tweet</a></div><div class="se_button se_button_small" style="width:72px;margin:0px 10px 0px 0px"><fb:like href="http://www.feralbit.com/2012/podding-favas-alien-squash-babies-and-a-bamboo-hoop-house/" send="false" layout="button_count" width="90" show_faces="false"></fb:like></div><div class="se_button se_button_small" style="width:60px;margin:0px 10px 0px 0px"><g:plusone size="medium" href="http://www.feralbit.com/2012/podding-favas-alien-squash-babies-and-a-bamboo-hoop-house/" count="true"></g:plusone></div><div class="se_button se_button_small" style="width:65px;margin:0px 10px 0px 0px"><a href="http://pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.feralbit.com%2F2012%2Fpodding-favas-alien-squash-babies-and-a-bamboo-hoop-house%2F&media=&description=Podding+Favas%2C+Alien+Squash+Babies+and+a+Bamboo+Hoop+House" class="se-pin-it-button" always-show-count="true" count-layout="horizontal"><img border="0" src="//assets.pinterest.com/images/PinExt.png" title="Pin It" /></a></div><div class="se_button se_button_small" style="margin:0px 10px 0px 0px"><su:badge layout="1" location="http://www.feralbit.com/2012/podding-favas-alien-squash-babies-and-a-bamboo-hoop-house/"></su:badge></div></div><div class="clear"></div>]]></content:encoded>
			<wfw:commentRss>http://www.feralbit.com/2012/podding-favas-alien-squash-babies-and-a-bamboo-hoop-house/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Experimenting with Natural Egg Dyes</title>
		<link>http://www.feralbit.com/2012/experimenting-with-natural-egg-dyes/</link>
		<comments>http://www.feralbit.com/2012/experimenting-with-natural-egg-dyes/#comments</comments>
		<pubDate>Mon, 23 Apr 2012 23:24:57 +0000</pubDate>
		<dc:creator>Capra</dc:creator>
				<category><![CDATA[DIY]]></category>

		<guid isPermaLink="false">http://www.feralbit.com/?p=526</guid>
		<description><![CDATA[<img width="150" height="150" src="http://www.feralbit.com/wp-content/uploads/2012/04/natural-dyed-eggs-2_feraltouch1-150x150.jpg" class="attachment-thumbnail wp-post-image" alt="natural-dyed-eggs-2_feraltouch" />A while ago I posted about radmegan&#8217;s gorgeous natural egg dyes. I know our egg dying holiday in the US was a few weeks ago, but nature seems to be in a spring celebration mood here in Seattle with an &#8230;  <a href="http://www.feralbit.com/2012/experimenting-with-natural-egg-dyes/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<img width="150" height="150" src="http://www.feralbit.com/wp-content/uploads/2012/04/natural-dyed-eggs-2_feraltouch1-150x150.jpg" class="attachment-thumbnail wp-post-image" alt="natural-dyed-eggs-2_feraltouch" /><p>A while ago I posted about <a href="http://www.feralbit.com/2012/natural-egg-dyes-to-celebrate-spring/" target="_blank">radmegan&#8217;s gorgeous natural egg dyes</a>. I know our egg dying holiday in the US was a few weeks ago, but nature seems to be in a spring celebration mood here in Seattle with an explosion of flowers! Sunshine! Baby animals! So last Sunday I tried my hand at some egg dying of my own.</p>
<p><span id="more-526"></span>For the sake of pure color I decided to use some white eggs I had gotten during a cupcake-making eggless emergency. For dye materials I gathered plants from our yard or used common in-season ingredients like cabbage and carrots. Getting good color turned out to be tricky; heat changes hues in strange ways.</p>
<p>First I gathered my ingredients.</p>
<p><img title="natural-dyed-eggs-dandelion_feraltouch" src="http://www.feralbit.com/wp-content/uploads/2012/04/natural-dyed-eggs-dandelion_feraltouch.jpg" alt="" width="800" height="532" /></p>
<p><img title="natural-dyed-eggs-fennel_feraltouch" src="http://www.feralbit.com/wp-content/uploads/2012/04/natural-dyed-eggs-fennel_feraltouch.jpg" alt="" width="800" height="532" /></p>
<p><img title="natural-dyed-eggs-carrot_feraltouch" src="http://www.feralbit.com/wp-content/uploads/2012/04/natural-dyed-eggs-carrot_feraltouch.jpg" alt="" width="800" height="532" /></p>
<p><img title="natural-dyed-eggs-tulip_feraltouch" src="http://www.feralbit.com/wp-content/uploads/2012/04/natural-dyed-eggs-tulip_feraltouch.jpg" alt="" width="800" height="531" /></p>
<p><img title="natural-dyed-eggs-kale_feraltouch" src="http://www.feralbit.com/wp-content/uploads/2012/04/natural-dyed-eggs-kale_feraltouch.jpg" alt="" width="800" height="532" /></p>
<p><img title="natural-dyed-eggs-cabbage_feraltouch" src="http://www.feralbit.com/wp-content/uploads/2012/04/natural-dyed-eggs-cabbage_feraltouch.jpg" alt="" width="800" height="532" /></p>
<p>Then I simmered each pot with 2 cups of water and 1 tablespoon of vinegar for about 10 minutes.</p>
<p>Things got a little messy and a little funky. Have you ever smelled boiling dandelion flowers before? Cabbage-fennel-tulip-stew? Me neither. It was an experience.</p>
<p><img title="natural-dyed-eggs-stove_feraltouch" src="http://www.feralbit.com/wp-content/uploads/2012/04/natural-dyed-eggs-stove_feraltouch.jpg" alt="" width="800" height="532" /></p>
<p>Then I let the pots cool and carefully transferred them to jars and let them sit for a day (or two&#8230; I got busy). It&#8217;s hard to see in the photo, but I labeled each jar with <a href="http://www.amazon.com/gp/product/B0019FJQOQ/ref=as_li_ss_tl?ie=UTF8&amp;tag=fertou0c-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B0019FJQOQ" target="_blank">chalk pens</a> I have around the house for just this sort of quick labeling. They write on plastic, glass or ceramic and wipe off with one or two rubs of a finger.</p>
<p><img title="natural-dyed-eggs-4_feraltouch" src="http://www.feralbit.com/wp-content/uploads/2012/04/natural-dyed-eggs-4_feraltouch.jpg" alt="" width="800" height="532" /></p>
<p>And then I carefully fished the eggs out, let them dry, and rubbed them with vegetable oil.</p>
<p><img title="natural-dyed-eggs_feraltouch" src="http://www.feralbit.com/wp-content/uploads/2012/04/natural-dyed-eggs_feraltouch.jpg" alt="" width="800" height="520" /></p>
<p>Pretty cool. I&#8217;m most surprised by the turquoise from the red kale.</p>
<p>Here&#8217;s the exact plants and herbs I used:</p>
<p>2 carrots, grated<br style="font-size: 29.25px; line-height: 42.75px;" />3 tablespoons chili powder<br />
hoping for: orange<br />
actually got: spotty light brown</p>
<p>Big handful of fennel fronds (we have some sort of fennel or anise plant growing like a weed out front)<br />
hoping for: green<br />
actually was: ochre brown</p>
<p>2 cups dandelion flowers<br />
hoping for: yellow (c&#8217;mon, I figured this for an easy win)<br />
actually got: light pea green</p>
<p>4 cups Red Russian kale stems, leaves and flowers<br />
hoping for: green, or even pink because to the stems<br />
actually got: turquoise?!</p>
<p>4 leaves red cabbage<br />
hoping for: blue!<br />
actually got: blue! (I cheated, I knew this would happen.. but dye water turning out purple had me curious anyway)</p>
<p>petals from 4 pink tulips<br style="font-size: 29.25px; line-height: 42.75px;" />skins from 2 red onions<br />
hoping for: red or pink<br />
actually got: olive green</p>
<p><img title="natural-dyed-eggs-3_feraltouch" src="http://www.feralbit.com/wp-content/uploads/2012/04/natural-dyed-eggs-3_feraltouch.jpg" alt="" width="800" height="532" /></p>
<div class="call_to_action" style="float:left;margin:0px 5px 0px 0px"><p class="se_text" style="color:#000; float:left;margin:0px 0px 0px 0px">If you liked this post, please share it:</p></div><div id="social-essentials" class="se_left"><div class="se_button se_button_small" style="width:85px;margin:0px 10px 0px 0px"><a href="https://twitter.com/share" class="twitter-share-button" data-url="http://www.feralbit.com/2012/experimenting-with-natural-egg-dyes/" data-text="Experimenting with Natural Egg Dyes" data-via="feralbit" data-counturl="http://www.feralbit.com/2012/experimenting-with-natural-egg-dyes/" data-count="horizontal" data-lang="en">Tweet</a></div><div class="se_button se_button_small" style="width:72px;margin:0px 10px 0px 0px"><fb:like href="http://www.feralbit.com/2012/experimenting-with-natural-egg-dyes/" send="false" layout="button_count" width="90" show_faces="false"></fb:like></div><div class="se_button se_button_small" style="width:60px;margin:0px 10px 0px 0px"><g:plusone size="medium" href="http://www.feralbit.com/2012/experimenting-with-natural-egg-dyes/" count="true"></g:plusone></div><div class="se_button se_button_small" style="width:65px;margin:0px 10px 0px 0px"><a href="http://pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.feralbit.com%2F2012%2Fexperimenting-with-natural-egg-dyes%2F&media=&description=Experimenting+with+Natural+Egg+Dyes" class="se-pin-it-button" always-show-count="true" count-layout="horizontal"><img border="0" src="//assets.pinterest.com/images/PinExt.png" title="Pin It" /></a></div><div class="se_button se_button_small" style="margin:0px 10px 0px 0px"><su:badge layout="1" location="http://www.feralbit.com/2012/experimenting-with-natural-egg-dyes/"></su:badge></div></div><div class="clear"></div>]]></content:encoded>
			<wfw:commentRss>http://www.feralbit.com/2012/experimenting-with-natural-egg-dyes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
