<?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>go bold</title>
	<atom:link href="http://blog.christineyen.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://blog.christineyen.com</link>
	<description>another day, another blog</description>
	<lastBuildDate>Thu, 03 Jun 2010 01:37:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>What a ride.</title>
		<link>http://blog.christineyen.com/?p=126</link>
		<comments>http://blog.christineyen.com/?p=126#comments</comments>
		<pubDate>Sat, 13 Feb 2010 01:48:55 +0000</pubDate>
		<dc:creator>christine</dc:creator>
				<category><![CDATA[personal]]></category>
		<category><![CDATA[learning]]></category>
		<category><![CDATA[life]]></category>
		<category><![CDATA[sanfrancisco]]></category>
		<category><![CDATA[startups]]></category>
		<category><![CDATA[thinking]]></category>

		<guid isPermaLink="false">http://blog.christineyen.com/?p=126</guid>
		<description><![CDATA[Today I signed a lease. I signed a lease that I negotiated down (helped in part by the current state of the real estate market), essentially decreasing rent per room in our five-bedroom by $200.
Today I ended a stint with a startup. I ended my time at Aardvark as part of The Mechanical Zoo, and [...]]]></description>
			<content:encoded><![CDATA[<p>Today I signed a lease. I signed <a href="http://maps.google.com/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=san+francisco&amp;sll=37.773225,-122.432199&amp;sspn=0.017097,0.027981&amp;ie=UTF8&amp;hq=&amp;hnear=San+Francisco,+California&amp;ll=37.771495,-122.428336&amp;spn=0.017945,0.027981&amp;z=15">a lease</a> that I negotiated down (helped in part by the current state of the real estate market), essentially decreasing rent per room in our five-bedroom by $200.</p>
<p>Today I ended a stint with a startup. I ended my time at Aardvark as part of The Mechanical Zoo, and on Tuesday I start my time at <a href="http://blog.vark.com/?p=361">Aardvark as part of Google</a>.</p>
<p>And to think I could have been five months into my Master&#8217;s thesis, wrapping up the first month of my last semester at MIT.</p>
<p>I laughed out loud to myself today as I was waiting for the bus to take me home from the landlord&#8217;s office &#8211; I like this life.</p>
<p>Last week at around this time, I had just been told that my four roommates were moving out, and that I either had three weeks to fill four rooms or find a new place for myself. I got the rent down, two roommates stayed (plus the dog and the cat), a friend moved in, and we did the Craigslist dance to fill the last room. So now we&#8217;re good, with a little terror, stress, and hopefulness thrown in.</p>
<p>Two months ago at work (plus change), all of us piled into a room like we normally do for our end-of-the-week meeting. We were told that a term sheet had just been signed for us to be acquired by Google. Due diligence was done, HR negotiations occurred, and secrets were held for far too long from far too many people. We start at a different office in three days &#8211; and I&#8217;ll be bringing my personal little knot of excitement, apprehension, and curiosity.</p>
<p>In looking at life post-college, I was worried it&#8217;d be too routine &#8211; I thought that without &#8220;landmarks&#8221; to look forward to (winter break, summer vacation, finals, formals, trips), I might be bored and let time slip by without noticing. Well &#8211; now school looks methodical and predictable and the extraordinarily safe option.</p>
<p>What have I learned? That question will, hopefully, be answered thoroughly in the future in frequent intervals, but for now, a brief summary of my favorite learnings of the last several months:</p>
<ul>
<li>How to fix a flat on a bicycle (and a little about how the bicycle works to begin with)</li>
<li>How to pick a health insurance plan to fit my needs</li>
<li>What an acquisition looks like from the inside, and how many things could go wrong without a strong negotiator on your side</li>
<li>French men are the most amusing members of a tech startup</li>
<li>Socializing and quality alone time are most beneficial in a carefully maintained balance</li>
<li>I still don&#8217;t take enough advantage of the opportunities around me! (Talks, meetups, people)</li>
<li>Everything usually works out in the end</li>
</ul>
<p>But I know I continue to be extraordinarily lucky. So I&#8217;m extraordinarily thankful &#8211; and am excited to see what else is in store!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.christineyen.com/?feed=rss2&amp;p=126</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Learning something new every day</title>
		<link>http://blog.christineyen.com/?p=119</link>
		<comments>http://blog.christineyen.com/?p=119#comments</comments>
		<pubDate>Wed, 02 Dec 2009 07:15:34 +0000</pubDate>
		<dc:creator>christine</dc:creator>
				<category><![CDATA[techy]]></category>
		<category><![CDATA[learning]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.dontyouevah.com/?p=119</guid>
		<description><![CDATA[After staring at a rake task for twenty minutes and manually testing some cases in a console, I&#8217;ve got some interesting larnin&#8217;s about ActiveRecord::Base.find and what it does with an options hash.
Background
There are typically two ways to provide conditions for a database search via ActiveRecord. The first is find, which looks like this most of [...]]]></description>
			<content:encoded><![CDATA[<p>After staring at a rake task for twenty minutes and manually testing some cases in a console, I&#8217;ve got some interesting larnin&#8217;s about ActiveRecord::Base.find and what it does with an options hash.</p>
<p><strong>Background</strong><br />
There are typically two ways to provide conditions for a database search via ActiveRecord. The first is <code>find</code>, which looks like this most of the time: <code>User.find(:all, :conditions =&gt; {:first_name =&gt; 'Bob', :last_name =&gt; 'Smith'}, :limit =&gt; 5)</code>. <code>find</code> takes two arguments: {:all, :first, :last}, and an options hash (more <a href="http://api.rubyonrails.org/classes/ActiveRecord/Base.html#M002263">here</a>).</p>
<p>Or taking advantage of existing relationships, which basically ORM-magic away a one-to-many foreign-key relationship between tables, e.g. <code>some_user.files</code> would return an array of <code>some_user</code>&#8217;s File objects. So on and so forth.</p>
<p><small>And a third way, which I like and think cleans things up really nicely but is apparently not relevant to this bit of learning, is using named scopes (<a href="http://ryandaigle.com/articles/2008/3/24/what-s-new-in-edge-rails-has-finder-functionality">more</a> <a href="http://ryandaigle.com/articles/2008/8/20/named-scope-it-s-not-just-for-conditions-ya-know">references</a>) &#8211; essentially, a way to wrap up any part of that options hash into what looks like a method on the model itself. An example involving a <code>female</code> named scope on our beloved <code>User</code>model.<br />
<code><br />
class User &lt; ActiveRecord::Base<br />
&nbsp;&nbsp;named_scope :female, :conditions =&gt; {:gender =&gt; 'female'}<br />
end<br />
</code><br />
This allows you to not only get all female <code>User</code>s by calling <code>User.female</code>, but also allows combining of named scopes and the find method to minimize repetition and narrow the scope of a query. For example:<br />
<code>User.female.find(:all, :conditions =&gt; {:first_name =&gt; 'Christine'})</code></small></p>
<p><strong>But wait!</strong><br />
In a script I was working on recently, I needed to loop through an array, and look something up at each step:<br />
<code><br />
args = { :select =&gt; 'some_attr_id', :limit =&gt; 5 }<br />
user_array.each do |user|<br />
&nbsp;&nbsp;if condition<br />
&nbsp;&nbsp;&nbsp;&nbsp;files = user.files.published.find(:all, args)<br />
&nbsp;&nbsp;else<br />
&nbsp;&nbsp;&nbsp;&nbsp;files = user.files.unpublished.find(:all, args)<br />
&nbsp;&nbsp;end<br />
&nbsp;&nbsp;... &lt; do stuff with the files &gt;<br />
end<br />
</code></p>
<p>Interestingly enough, as args passed through the loop each time, it picked up the parameters added by the user-files relationship! Meaning, the first time through the loop with <code>User 1</code>, the args hash looked like this:<br />
<code>{:include=>nil, :readonly=>nil,<br />
<strong>:conditions=>"`files`.user_id = 1"</strong>,<br />
:joins=>nil, :select=>"some_attr_id", :group=>nil,<br />
:offset=>nil, :limit=>5, :having=>nil, :order=>"files.created_at DESC"}</code></p>
<p>&#8230; which makes all sorts of sense, considering a query like <code>user.files.published</code> <em>would</em> just be a search across some <code>files</code> table with <code>user_id</code> and a <code>published</code> conditions, but how irritating that the <code>args</code> hash was 1) mutable at all, and 2) modified by being passed into the ActiveRecord query!, </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.christineyen.com/?feed=rss2&amp;p=119</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>One step in the right direction</title>
		<link>http://blog.christineyen.com/?p=114</link>
		<comments>http://blog.christineyen.com/?p=114#comments</comments>
		<pubDate>Tue, 24 Nov 2009 05:59:40 +0000</pubDate>
		<dc:creator>christine</dc:creator>
				<category><![CDATA[personal]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[goals]]></category>
		<category><![CDATA[growing]]></category>
		<category><![CDATA[responsibilities]]></category>
		<category><![CDATA[thinking]]></category>
		<category><![CDATA[world]]></category>

		<guid isPermaLink="false">http://www.dontyouevah.com/?p=114</guid>
		<description><![CDATA[I think the world should be a meritocracy.
There, I went and said it. Come and get me, I&#8217;m ready.
First, my definition of merit: the quality of a person&#8217;s contribution to a given environment for the role they have been commissioned to fill. This means hiring someone or rewarding someone based on what they can do, [...]]]></description>
			<content:encoded><![CDATA[<p>I think the world should be a meritocracy.</p>
<p>There, I went and said it. Come and get me, I&#8217;m ready.</p>
<p>First, my definition of <em>merit</em>: the quality of a person&#8217;s contribution to a given environment for the role they have been commissioned to fill. This means hiring someone or rewarding someone based on what they can <em>do</em>, rather than what they represent. This means pressing every member of the team to step up and distinguish themselves in some way, rather than hiding in the back trying to blend into the background.</p>
<p>What about rewarding &#8220;hard workers&#8221;? People should be held accountable for the work they took on, and measured on the quality of the work they produce. In my environment &#8211; in a software development environment &#8211; if I&#8217;m lacking in a &#8216;knack for things,&#8217; then I should go make up for it in any way I can find: reading books and blogs about my craft and industry, keeping on top of new and relevant changes, <em>finding some way</em> to fill some niche in my environment that has not yet been filled. A meritocracy is no place for complacency (and is apparently not very friendly for work-life balance, either) &#8211; everyone should be pushed to be <em>better</em>.</p>
<p>And what about encouraging destructive competition within a team? I think people are big enough to recognize that working together allows everyone to achieve more (I sound like an inspirational poster in a second-grade classroom). Helping others does not detract from the quality of your own contribution, and can often improve skills in other aspects of your life &#8211; ones that may become valuable in surprising ways.</p>
<p>More to come next week. Possibly not on the same subject. Can you stand the anticipation?</p>
<p><em>Note: </em>I&#8217;ve formed a blogging support group (pair?) of sorts with a friend. So we&#8217;ll now find a way to meet up and/or blog together once a week, as we both recognize the value in: 1) writing down our thoughts in some structured way, 2) exposing our thoughts in a public forum, and 3) company while miserable. Or, at least, company while doing things that all too easily get pushed to next week&#8217;s to-do list. Hopefully practice will make perfect &#8211; and the quality of these posts will improve.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.christineyen.com/?feed=rss2&amp;p=114</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Who doesn&#8217;t love pretty pictures?</title>
		<link>http://blog.christineyen.com/?p=103</link>
		<comments>http://blog.christineyen.com/?p=103#comments</comments>
		<pubDate>Wed, 21 Oct 2009 06:15:02 +0000</pubDate>
		<dc:creator>christine</dc:creator>
				<category><![CDATA[personal]]></category>
		<category><![CDATA[techy]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[visualization]]></category>

		<guid isPermaLink="false">http://www.dontyouevah.com/?p=103</guid>
		<description><![CDATA[
My &#8216;persona,&#8217; via some crazy Media Lab grad student&#8217;s project &#8211; mostly (it seems) built from some snippet of text a friend wrote about me once, that seems to have since dropped off the internet.
Everyone likes pretty pictures. And most of the nerdy part of &#8220;everyone&#8221; likes graphs. And everyone definitely likes to learn about [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.christineyen.com/wp-content/uploads/2009/10/persona-1024x209.png"><img class="aligncenter size-large wp-image-104" title="persona" src="http://blog.christineyen.com/wp-content/uploads/2009/10/persona-1024x209.png" border="0" alt="persona" width="486" height="99" /></a></p>
<p>My &#8216;persona,&#8217; via some crazy Media Lab grad student&#8217;s <a href="http://personas.media.mit.edu/personasWeb.html">project</a> &#8211; mostly (it seems) built from some snippet of text a friend wrote about me once, that seems to have since dropped off the internet.</p>
<p>Everyone likes pretty pictures. And most of the nerdy part of &#8220;everyone&#8221; likes graphs. And everyone definitely likes to learn about themselves &#8211; which is why I have so much fun exploring sites like</p>
<table border="0" cellspacing="10" cellpadding="0">
<tbody>
<tr>
<td><img title="mint" src="http://blog.christineyen.com/wp-content/uploads/2009/10/mint-300x186.png" alt="mint" width="204" height="126" /></td>
<td><img class="alignleft size-medium wp-image-106" title="me-trics" src="http://blog.christineyen.com/wp-content/uploads/2009/10/me-trics-300x194.png" alt="me-trics" width="206" height="133" /></td>
</tr>
</tbody>
</table>
<p><a href="http://mint.com">mint</a> and <a href="http://beta.me-trics.com/">me-trics</a> &#8211; though it seems like other random takes on personal analytics (e.g. <a href="http://your.flowingdata.com">your.flowingdata</a> &#8211; more details <a href="http://flowingdata.com/2009/03/10/yourflowingdata-collect-data-about-yourself-via-twitter/">here</a>) are popping up left and right as well.</p>
<p>All the pain in these applications, though, is the actual collection of the data &#8211; I think it&#8217;d be incredibly interesting (if extraordinarily creepy) if the information was captured <em>for</em> me, and all I had to do was consume it. Mint does a decent job, though it&#8217;s focused on the area of &#8220;personal data&#8221; that leaves the largest paper trail &#8211; so it still can&#8217;t tell me how many snack breaks I take while at my computer, or the average number of times I hit &#8217;snooze&#8217; before I get up on work days.</p>
<p>One of these days. Someone needs to build an accelerometer-equipped-image-recognition-machine-learningy widget to capture this data, and the software to process it :)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.christineyen.com/?feed=rss2&amp;p=103</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Satisfaaaacation.</title>
		<link>http://blog.christineyen.com/?p=99</link>
		<comments>http://blog.christineyen.com/?p=99#comments</comments>
		<pubDate>Fri, 04 Sep 2009 21:49:16 +0000</pubDate>
		<dc:creator>christine</dc:creator>
				<category><![CDATA[personal]]></category>
		<category><![CDATA[techy]]></category>
		<category><![CDATA[ambition]]></category>
		<category><![CDATA[career]]></category>
		<category><![CDATA[future]]></category>
		<category><![CDATA[learning]]></category>

		<guid isPermaLink="false">http://www.dontyouevah.com/?p=99</guid>
		<description><![CDATA[I think I wrote something awhile back about good companies vs. good people &#8211; but what about good companies vs. good work? I just finished up a conversation with a friend who&#8217;s in the situation of being in love with the company he works at, but hates the tedious, somewhat degrading, but admittedly necessary work [...]]]></description>
			<content:encoded><![CDATA[<p>I think I wrote something awhile back about good companies vs. good people &#8211; but what about good companies vs. good work? I just finished up a conversation with a friend who&#8217;s in the situation of being in love with the company he works at, but hates the tedious, somewhat degrading, but admittedly necessary work he actually does there. (Yes, he was an intern &#8211; but what an awful experience to have, and lesson to be taught!)</p>
<p>When should you sacrifice your own happiness / career development / intellectual stimulation for a product you&#8217;re excited about? Can you love the product <em>and</em> love the work? Or does loving the product just blind you to what you&#8217;re doing (and vice versa)?</p>
<p>I suppose it all boils down to how idealistic you are. Is this going to be <em>the</em> game-changer? Is there really nowhere else as, or almost as, exciting &#8211; but where you get to do interesting and challenging work? I usually think so &#8211; he may not. How does loyalty play into this &#8211; when are you obligated to stay with a company when you&#8217;re only being satisfied ideologically and not intellectually? (I say almost never &#8211; or that it&#8217;s only up to you to effect a change so that you <em>are</em> intellectually satisfied. But I&#8217;m only selectively idealistic, and incredibly selfish when it comes to my development.)</p>
<p>(p.s. &#8211; failed a bit with blogging once a week &#8211; but hopefully I can put something up soon about last weekend, which I spent at http://w2sf.startupweekend.org/ , and get back on track.)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.christineyen.com/?feed=rss2&amp;p=99</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Slick, slick, slickity slick.</title>
		<link>http://blog.christineyen.com/?p=96</link>
		<comments>http://blog.christineyen.com/?p=96#comments</comments>
		<pubDate>Tue, 11 Aug 2009 05:50:30 +0000</pubDate>
		<dc:creator>christine</dc:creator>
				<category><![CDATA[personal]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.dontyouevah.com/?p=96</guid>
		<description><![CDATA[For four years at college, and for the four years before that in high school, I loved carrying a small paper planner around with me. I scribbled down homework assignments, highlighted tests and important meetings, and would draw colored bars across the bottoms of vacation days.
There was a lot of satisfaction gotten in the ability [...]]]></description>
			<content:encoded><![CDATA[<p>For four years at college, and for the four years before that in high school, I loved carrying a small paper planner around with me. I scribbled down homework assignments, highlighted tests and important meetings, and would draw colored bars across the bottoms of vacation days.</p>
<p>There was a lot of satisfaction gotten in the ability to arbitrarily vary the size of my writing (and the number of times I wrote over the text) depending on how important things were, and having everything literally at my fingertips &#8211; I pulled the planner out, flipped it open, and everything I needed to know about the day was there. (I carried my computer around with me all the time, too, but it was typically a bit more of a hassle to open it and open the right application while talking to a friend in the middle of a crowded hallway.)</p>
<p>So I told myself that I&#8217;d never turn away from paper, that I&#8217;d be true to my roots (pretend that makes sense) and stick with the low-fi solution. Google Calendar never really appealed to me anyway (BIG SECRET: I really hate web apps sometimes), and I couldn&#8217;t handle having my calendar isolated inside a desktop application.</p>
<p>Then CalDAV support came to Google Calendar. And I got an iPhone (finally). And I graduated from school (double finally).</p>
<p>Can I just say &#8211; I used iCal to schedule seventy bazillion things in a six-week period during September and October last fall, and it was the easiest thing ever? And now that I can sync my calendar back to Google, and have it synced to my personal laptop, work laptop, and phone, and no longer spend lots of time with pen+paper&#8230; I think iCal has changed my life. [side note, if it wasn't already obvious: I'm a little OCD when it comes to evening / weekend plans / etc. But you all love me anyway.]</p>
<p>And the iCal interface is just so damn slick. None of this am-I-clicking-on-the-event-title-or-the-event-blob-to-move-the-time, no latency, no sorry-we-can&#8217;t-reach-the-server. I kind of wish double-clicking on an event would always allow me to edit right away, but in the same way I am lame enough to designate a <a href="http://taximagic.com/">taxi application</a> my Favorite iPhone App Ever, I think iCal is coming very close to being one of my Favorite Mac Apps Ever. (But never the top &#8211; that honor will always be to Quicksilver.)</p>
<p>So in the end, that&#8217;s all this post is &#8211; an rhapsody over a Cocoa application. Yum.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.christineyen.com/?feed=rss2&amp;p=96</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>You should be prepared to make this start-up the primary focus of your life.</title>
		<link>http://blog.christineyen.com/?p=90</link>
		<comments>http://blog.christineyen.com/?p=90#comments</comments>
		<pubDate>Fri, 07 Aug 2009 21:03:00 +0000</pubDate>
		<dc:creator>christine</dc:creator>
				<category><![CDATA[personal]]></category>
		<category><![CDATA[techy]]></category>
		<category><![CDATA[companies]]></category>
		<category><![CDATA[growing]]></category>
		<category><![CDATA[learning]]></category>
		<category><![CDATA[priorities]]></category>
		<category><![CDATA[startups]]></category>

		<guid isPermaLink="false">http://www.dontyouevah.com/?p=90</guid>
		<description><![CDATA[I saw this line recently in the middle of a job posting, and I had a strong reaction &#8211; two, actually, in opposite directions. First, one of amusement and being mildly taken aback. Sure, they&#8217;re honest, but that&#8217;s a bit of an aggressive and unrealistic requirement, isn&#8217;t it? I almost wanted to scoff, &#8216;Who are [...]]]></description>
			<content:encoded><![CDATA[<p>I saw this line recently in the middle of a job posting, and I had a strong reaction &#8211; two, actually, in opposite directions. First, one of amusement and being mildly taken aback. Sure, they&#8217;re honest, but that&#8217;s a bit of an aggressive and unrealistic requirement, isn&#8217;t it? I almost wanted to scoff, &#8216;Who are you to demand to rearrange my priorities?&#8217;</p>
<p>But of course, the other side had its say as well &#8211; why, after all, shouldn&#8217;t these founders (who were looking for their third) hold any new teammates to standards as high as those that they themselves adhere? At least they list their expectations out for everyone to see, and hopefully avoid problems further down the road.</p>
<p>I&#8217;m torn &#8211; what is the right way to handle your pet project? I came into this summer wanting a &#8216;real startup experience,&#8217; one with late nights and young techies bonding over their mutual <span style="text-decoration: line-through;">misery</span> labor. I complained about most people in my office heading home by 7, despite the smaller and otherwise generally &#8217;startup-y&#8217; feel. But then, faced with an opportunity to interview with a company that would expect more of me &#8211; expect me to make it the primary (only) focus in my life. And I don&#8217;t know, after all, if that&#8217;s what I want anymore.</p>
<p>I do want to care a lot about my work, be heavily emotionally and professionally invested in my product, and I wouldn&#8217;t mind it if everyone stuck around until 9 or 10 most nights&#8230; but I also appreciate having good friends outside of the company, and coming home to a roommate who cares more about my personal and emotional health than necessarily the health of my professional career.</p>
<p>In any case, I think this is going to be something I&#8217;ll be revisiting over and over again in the coming years, and something that will be heavily dependent on my professional focus. We&#8217;ll see what happens&#8230; and I&#8217;ll leave with a quote from <a href="http://evhead.com/2005/11/ten-rules-for-web-startups.asp">a serial entrepreneur&#8217;s thoughts</a>* on &#8220;Rules for Web Startups&#8221;:</p>
<blockquote><p>#10: Be Balanced</p>
<p>What is a startup without bleary-eyed, junk-food-fueled, balls-to-the-wall days and sleepless, caffeine-fueled, relationship-stressing nights? Answer?: A lot more enjoyable place to work. Yes, high levels of commitment are crucial. And yes, crunch times come and sometimes require an inordinate, painful, apologies-to-the-SO amount of work. But it can&#8217;t be all the time. Nature requires balance for health—as do the bodies and minds who work for you and, without which, your company will be worthless. There is no better way to maintain balance and lower your stress that I&#8217;ve found than David Allen&#8217;s GTD process. Learn it. Live it. Make it a part of your company, and you&#8217;ll have a secret weapon.</p></blockquote>
<p>* I actually hate the term &#8217;serial entrepreneur.&#8217; But I suppose Evan Williams has done pretty damn well for himself, and while I want to resent him for trashing this style of working, some part of me supposes he can&#8217;t be entirely wrong about everything.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.christineyen.com/?feed=rss2&amp;p=90</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Impetus</title>
		<link>http://blog.christineyen.com/?p=85</link>
		<comments>http://blog.christineyen.com/?p=85#comments</comments>
		<pubDate>Wed, 29 Jul 2009 05:40:50 +0000</pubDate>
		<dc:creator>christine</dc:creator>
				<category><![CDATA[personal]]></category>
		<category><![CDATA[techy]]></category>
		<category><![CDATA[ambition]]></category>
		<category><![CDATA[commitment]]></category>
		<category><![CDATA[goals]]></category>
		<category><![CDATA[reminders]]></category>
		<category><![CDATA[sanfrancisco]]></category>
		<category><![CDATA[startups]]></category>

		<guid isPermaLink="false">http://www.dontyouevah.com/?p=85</guid>
		<description><![CDATA[I&#8217;ve been trying to be on my own case this summer. Last summer I was in San Francisco, I was very comfortable &#8211; I took the last shuttle home (at 7pm!) every day, couldn&#8217;t do work at home (no VPN access for interns!), so did a lot of relaxing, watching Alias, and cooking.
I&#8217;d had the [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been trying to be on my own case this summer. Last summer I was in San Francisco, I was very comfortable &#8211; I took the last shuttle home (at 7pm!) every day, couldn&#8217;t do work at home (no VPN access for interns!), so did a lot of relaxing, watching <em>Alias</em>, and cooking.</p>
<p>I&#8217;d had the goal of going out and &#8220;doing the SF tech thing,&#8221; which to me at the time meant going to tech meetups and talks and meeting all sorts of cool people, and learning all sorts of cool things. Clearly, it didn&#8217;t happen.</p>
<p>So this year I&#8217;m trying something different. I&#8217;ve been much more proactive about getting out and talking to people &#8211; an interesting union of MIT friends in and out of the startup world, acquaintances with interesting backgrounds and experiences, and now and then the occasional stranger whose blog I find fascinating. (I hate the term networking. I prefer &#8220;being-enriched-by-the-wisdom-of&#8221;.)</p>
<p>While the first category of dinner partners definitely keeps me from feeling like I&#8217;m becoming a hermit, it&#8217;s the second two categories that are really pushing this summer and myself forward. I walk out of each of these dinners excited about everything I can and want to do, and even more convinced of the importance of constant self-improvement.</p>
<p>So. In the interest of committing myself to a number of things to achieve this goal, here goes the list:</p>
<ul>
<li>Blog at least once a week. I&#8217;m going to set an alarm on my iCal and commit to posting something interesting I learned, or thought, or accomplished.</li>
<li>Read 1 &#8216;improvement&#8217; book for every fun book. I&#8217;m in the middle of reading the LOTR series (for the first time!), and once I finish <em>The Two Towers</em>, until I finish a programming- or startup- or productivity-related book, I won&#8217;t let myself read <em>Return of the King</em>. Sniff.</li>
<li>Keep working a few nights a week on my side project (more later) &#8211; I feel like I need at least one or two non-school- or work-related projects under my belt before I can respect myself as a hacker. Or, as a lower standard, any sort of programmer.</li>
<li>Along that line of thought &#8211; be more disciplined about said project! Don&#8217;t just sit down and start coding. Plan out the project a little more (what do I want it to do? How should it behave?) and use version control / repo management tools as well.</li>
</ul>
<p>(Side note: am still probably far too awkward to be going around meeting people and making these first impressions. Need to work on that, too &#8211; for now, just sadface)</p>
<p>(Last note: tonight&#8217;s conversation was described as &#8220;covering a lot of ground, both philosophically and academically.&#8221; Last week&#8217;s was described as &#8220;spontaneously deep conversation with strangers.&#8221; Good nights, both. :))</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.christineyen.com/?feed=rss2&amp;p=85</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Readymades</title>
		<link>http://blog.christineyen.com/?p=83</link>
		<comments>http://blog.christineyen.com/?p=83#comments</comments>
		<pubDate>Wed, 15 Jul 2009 07:43:32 +0000</pubDate>
		<dc:creator>christine</dc:creator>
				<category><![CDATA[techy]]></category>
		<category><![CDATA[priorities]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[startups]]></category>
		<category><![CDATA[updates]]></category>

		<guid isPermaLink="false">http://www.dontyouevah.com/?p=83</guid>
		<description><![CDATA[I was at the SF MoMA this past weekend &#8211; and if you&#8217;ve ever been, you&#8217;ll (hopefully) know that in their standing collection is a set of art from a number of particularly interesting artists, one of whom (Duchamp) is known best for a work photographed here. This is Fountain:
It&#8217;s a urinal. It&#8217;s a run-of-the-mill, [...]]]></description>
			<content:encoded><![CDATA[<p>I was at the SF MoMA this past weekend &#8211; and if you&#8217;ve ever been, you&#8217;ll (hopefully) know that in their standing collection is a set of art from a number of particularly interesting artists, one of whom (Duchamp) is known best for a work photographed here. This is <em>Fountain</em>:</p>
<p><img class="alignleft" style="margin: 0 10px 10px 0;" title="duchamp_fountaine" src="http://upload.wikimedia.org/wikipedia/commons/thumb/f/f6/Duchamp_Fountaine.jpg/437px-Duchamp_Fountaine.jpg" alt="" width="210" height="289" />It&#8217;s a urinal. It&#8217;s a run-of-the-mill, yes-he-really-did, urinal. Made into art (and thus deserving of a spot inside the MoMA) simply by declaring it as such.</p>
<p>Of course, some amount of reputation was required to pull that off, and some other, more traditionally respectable work had to be done to acquire said reputation, but in the end &#8211; he&#8217;s able to pull something someone else technically &#8220;made,&#8221; and enhance it for his own purposes.</p>
<p>In the software world, there are <a href="http://www.google.com">those</a> who seem to find it unthinkable to use off-the-shelf products to help with the engineering process in-house. While this attitude has certainly led to plenty of innovation (thank you for <a href="http://code.google.com/p/the-cassandra-project/">Cassandra</a>, <a href="http://labs.google.com/papers/bigtable.html">BigTable</a>, etc), these special cases seem to really only be the extreme of the &#8220;there&#8217;s nothing out there just for us&#8221; attitude. And, I suppose, to play devil&#8217;s advocate, in <a href="http://google.com">their</a> situation, off-the-shelf tools probably <em>aren&#8217;t</em> quite right for their incredibly unique case. (Or maybe they just had too many engineers and not enough game-changing projects?)</p>
<p>In any case. One of the things I&#8217;m getting used to at <a href="http://vark.com">Aardvark</a> &#8211; and starting to really appreciate the wisdom of &#8211; is utilizing existing and established solutions when necessary. We need bug/ticket tracking? There&#8217;re tons of solutions out there &#8211; done! Better log analysis? Found, installed, done. System and cluster monitoring? Perhaps not entirely ideal, but good enough &#8211; done. It lets the team know what we need to know, and gets us free to focus on what we really need to get done &#8211; the core product and infrastructure.</p>
<p>I joined a conversation this past weekend with a couple of people just starting to get their startup off the ground, and they were embroiled in a CouchDB vs MySQL debate &#8211; are relational databases really outdated, or are document-based databases just overhyped? Which is the better to start with for their startup? My answer &#8211; whichever makes your <em>actual</em> job easier. There are lots of cool toys out there, but there&#8217;s a careful risk vs. reward tradeoff you have to make &#8211; and when you&#8217;re focused on startups, can you really afford an awkward risk down the line with your data or architecture?</p>
<p>I suppose this is a long, elaborate rephrasing of &#8220;<a href="http://www.jwz.org/doc/worse-is-better.html">Worse is Better</a>.&#8221; Take shortcuts and the quick, easy, established route to change the world, first &#8211; <em>then</em> figure out how to make it happen better.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.christineyen.com/?feed=rss2&amp;p=83</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Too many ideas!</title>
		<link>http://blog.christineyen.com/?p=81</link>
		<comments>http://blog.christineyen.com/?p=81#comments</comments>
		<pubDate>Fri, 10 Jul 2009 02:17:24 +0000</pubDate>
		<dc:creator>christine</dc:creator>
				<category><![CDATA[personal]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[companies]]></category>
		<category><![CDATA[interests]]></category>
		<category><![CDATA[sanfrancisco]]></category>
		<category><![CDATA[startups]]></category>
		<category><![CDATA[summer]]></category>

		<guid isPermaLink="false">http://www.dontyouevah.com/?p=81</guid>
		<description><![CDATA[I need a brain recorder. Not a notepad, or a voice-recognizing to-do list, or an iPhone app I can access anywhere, but a straight-up biodevice that hooks up to my brain and, when I realize I&#8217;m thinking a semi-coherent and somewhat interesting thought that needs a little more munching on, jots it down somewhere for [...]]]></description>
			<content:encoded><![CDATA[<p>I need a brain recorder. Not a notepad, or a voice-recognizing to-do list, or an iPhone app I can access anywhere, but a straight-up biodevice that hooks up to my brain and, when I realize I&#8217;m thinking a semi-coherent and somewhat interesting thought that needs a little more munching on, jots it down somewhere for me.</p>
<p>This summer, I&#8217;ve been exposed to more down time than I&#8217;ve ever been used to &#8211; part of it has been due to the necessary delays that come along with the joys of public transportation, some of it is from the copious amounts of walking I&#8217;ve been doing (to the grocery store, to and from work, to BART), and some of it is late at night after I get home. (Digression: that down time I&#8217;m not OK with &#8211; email me to hang out if you&#8217;re free!) And in this down time (actually, often when I should be focusing on other things), little thought bubbles pop up around my head:</p>
<p>I wonder what the weather is like in Boston, and (when it&#8217;s cold and windy here in SF) how much I actually appreciate seasons on the East Coast,</p>
<p>I wonder why there are so many people scattering so many elementary grammar and spelling mistakes in their emails (&#8220;Lot&#8217;s&#8221;? Come on.),</p>
<p>I wonder about companies and focus and HR people and women (more blog posts along the way),</p>
<p>I wonder about relationships and priorities and what other people are doing this summer.</p>
<p>So somehow, in my mind and for this blog, I&#8217;ve been queuing up quite the list of things to think about and blog about. I haven&#8217;t, however, found the impetus or time (because I&#8217;m thinking up too many other thoughts? :)) to actually do so. So here&#8217;s a promise &#8211; there are interesting things to come.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.christineyen.com/?feed=rss2&amp;p=81</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
