
<?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>jennthegeek &#187; Geek At Work</title>
	<atom:link href="http://jennthegeek.com/category/geek-at-work/feed/" rel="self" type="application/rss+xml" />
	<link>http://jennthegeek.com</link>
	<description></description>
	<lastBuildDate>Sat, 17 Mar 2012 20:04:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>The Fruits of Persistence</title>
		<link>http://jennthegeek.com/the-fruits-of-persistence/</link>
		<comments>http://jennthegeek.com/the-fruits-of-persistence/#comments</comments>
		<pubDate>Sat, 03 Mar 2012 15:00:11 +0000</pubDate>
		<dc:creator>Jenn</dc:creator>
				<category><![CDATA[Geek At Work]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://jennthegeek.com/?p=693</guid>
		<description><![CDATA[I mentioned in my last post that these last few weeks have been amazingly productive on the Accompl.sh front. In fact, I got so &#8220;in the zone&#8221; with what I was working on last night that I ended up pulling &#8230; <a href="http://jennthegeek.com/the-fruits-of-persistence/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I mentioned in my last post that these last few weeks have been <em>amazingly</em> productive on the <a href="http://accompl.sh">Accompl.sh</a> front. In fact, I got so &#8220;in the zone&#8221; with what I was working on last night that I ended up pulling an all-nighter.</p>
<p>Lately I&#8217;ve found myself experimenting a lot more with what I&#8217;ve been building &#8211; trying to develop more efficiently, building things that aren&#8217;t necessarily needed but are nifty and challenge me to try stuff that&#8217;s outside of the usual features and functions.</p>
<p>I&#8217;ve been having so much fun just seeing if I can actually implement a lot of the random ideas I have. They&#8217;ve taken a few hours out of my afternoon, but by the end I am <em>so</em> ridiculously happy with actually building something that I didn&#8217;t think I could. </p>
<p><div id="attachment_694" class="wp-caption alignright" style="width: 250px"><a href="http://jennthegeek.com/wp-content/uploads/2012/03/image.png"><img src="http://jennthegeek.com/wp-content/uploads/2012/03/image-240x300.png" alt="" title="Accompl.sh auto-generated image" width="240" height="300" class="size-medium wp-image-694" /></a><p class="wp-caption-text">A sharable image that&#039;s auto-generated using GD Library</p></div>Take these goal placards (still haven&#8217;t come up with a good name for them) that I added to the site a few days ago. I&#8217;ve wanted to create some sort of shareable image for each goal so that people could pin them, tumble them, tweet them, whatever, but I figured it&#8217;d be way too complicated and not worth my time. After getting a great tip from <a href="http://metaatem.net">Kastner</a> to check out GD Library, I spent a few hours one afternoon putting these together.</p>
<p>It starts out simple: Let me put some text on background and save that as an image. That grows into &#8220;OK, I need to deal with multi-line text.&#8221; Which turns into &#8220;Crap, what about long words?&#8221; And, finally, &#8220;Oh, you know, I should probably put a logo on these! How do I put an image on an image?&#8221;</p>
<p>Each time I get a little better at it and it&#8217;s slightly less frustrating. </p>
<p>I think I&#8217;ve finally reached a point where I can have an idea and just set about building it instead of being intimated by whether I can actually do it. It&#8217;s an amazing feeling.</p>
<p>Coding is actually <em>fun</em> for me now. Maybe it&#8217;s that I&#8217;m coding something I really care about. Maybe it&#8217;s that I need to up my game and try to build things that are more complicated, but for the first time I feel completely literate &#8211; like I&#8217;m just waving my hands over the keyboard and the code comes out without having to think about it.</p>
<p>So that got me thinking: <strong>Where does the Accompl.sh codebase stand right now</strong>?<br />
I ran <code>sloccount</code> to find out:</p>
<p><code>Totals grouped by language (dominant language first):<br />
php:          33801 (99.25%)<br />
xml:            159 (0.47%)<br />
python:          95 (0.28%)</p>
<p>Total Physical Source Lines of Code (SLOC)                = 34,055<br />
Total Estimated Cost to Develop                           = $ 1,097,568<br />
 (average salary = $56,286/year, overhead = 2.40).</code></p>
<p><strong>34,000 lines of code.</strong></p>
<p>I found an old <code>sloccount</code> output from the end of October 2011. According to that I&#8217;ve written about 10,000 lines of code since I left Etsy. That&#8217;s not even counting all of the terrible and redundant code that I&#8217;ve deleted in the last few months. Even discounting the few libraries I have on the server (to hook up to things like AWS and SendGrid plus some JS/jQuery things), it means I&#8217;ve written about 30,000 lines of code over the last 2-ish years.</p>
<p>Granted, I have no idea how this compares to other web apps, and the number of lines of code != a great app, product, etc, but those 30,000 lines of code have finally gotten me to a place where I feel like I actually may know what I&#8217;m doing. Maybe.</p>
<p>(P.S. Want a sneak peek at another one of my experiments? <a href="http://accompl.sh/jenn/3733/visual">Check out the visual list page.</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://jennthegeek.com/the-fruits-of-persistence/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Making Time for What Matters</title>
		<link>http://jennthegeek.com/making-time-for-what-matters/</link>
		<comments>http://jennthegeek.com/making-time-for-what-matters/#comments</comments>
		<pubDate>Tue, 28 Feb 2012 02:57:22 +0000</pubDate>
		<dc:creator>Jenn</dc:creator>
				<category><![CDATA[Geek At Work]]></category>

		<guid isPermaLink="false">http://jennthegeek.com/?p=675</guid>
		<description><![CDATA[Over the last few months of working on Accompl.sh full-time, I&#8217;ve been on a bit of a roller coaster of emotions, productivity, and success/failure. It&#8217;s helped me to better understand what I need to do to keep myself on task. &#8230; <a href="http://jennthegeek.com/making-time-for-what-matters/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Over the last few months of working on <a href="http://accompl.sh">Accompl.sh</a> full-time, I&#8217;ve been on a bit of a roller coaster of emotions, productivity, and success/failure. It&#8217;s helped me to better understand what I need to do to keep myself on task. This last week alone I managed to launch a redesign of nearly the entire Accompl.sh site AND watch 8 out of 9 of the movies that were nominated for Best Picture (<a href="http://accompl.sh/jenn/3733/90">one of my goals for 2012</a> &#8211; I had already seen The Help) on top of whatever else was already on my calendar. It&#8217;s entirely possible to get a good night&#8217;s sleep on a startup schedule and still make time for fun. Here goes:</p>
<h2>1. Figure out what matters.</h2>
<p>An obvious first step, but an important one. If you don&#8217;t know (or aren&#8217;t told, as the case may be) what&#8217;s important to you, it&#8217;s pretty impossible to focus on it. These days there are a few things that matter to me:</p>
<ol>
<li>Growing Accompl.sh (70%)</li>
<li>Cooking more / Eating better (15%)</li>
<li>Growth / Learning (15%)</li>
</ol>
<p>Knowing what you want to and need to focus on helps to filter out all of the noise and distractions. Assigning a weight to a certain bucket in your &#8216;what matters&#8217; list helps to eliminate the need for a lot of time-consuming decision-making.</p>
<h2>2. Figure out what&#8217;s hogging your attention</h2>
<p>There are two ways to attack this one: Become extremely self-aware or use an app that does it for you. A combination of both is most effective.</p>
<p>Start paying attention to how you spend your time. How many times a day do you check Twitter? How many days a week do you find yourself sucked into the 8-11PM TV shows? How many times did you check Facebook before your morning coffee? I&#8217;ve been using <a href="http://rescuetime.com/ref/99048">RescueTime</a> for a while now and though I don&#8217;t actually check on my stats very often, two things are working in my favor: 1) I know I&#8217;m being tracked so I&#8217;ll tend to be on my most-focused behavior and 2) When I DO check my stats, I can see where my huge time-sinks are. </p>
<h2>3. Kill those things.</h2>
<p>Get them out of your life. Or at least minimize their potential for distracting you. Notifications / status icons are a gateway drug. You THINK you can just check one or two, but before you know it an hour has gone by and what have you accomplished? Nada.<br />
Some things to consider killing:</p>
<ul>
<li><strong>Growl notifications</strong> &#8211; I turned these off during college and never looked back.</li>
<li><strong>Twitter notifications</strong> &#8211; You know &#8211; the ones that make the icon in your menu bar turn blue whenever there are unread tweets? Disable that now.</li>
<li><strong>Alert Sounds</strong> &#8211; My exception to this rule is the &#8220;first IM received&#8221; notification in Adium. You&#8217;ll especially want to kill things like the sign-on/sign-off alert in your IM client.</li>
<li><strong>Your TV</strong> &#8211; If you have one: unplug it from the wall. It makes it a lot more difficult to just casually flip it on for a show and get caught up from 8-11PM.</li>
</ul>
<h2>4. Get Stuff Done</h2>
<p>Now that all of the distractions are out of the way: get to work! You&#8217;ll be amazed at how much more time you have in your day now. Maybe you&#8217;ll use it to get more work done, maybe you&#8217;ll finally get to go out to dinner with those friends you&#8217;ve been ignoring for the last few months, or maybe you&#8217;ll find a new project. The options are endless! Enjoy it!</p>
<h3>Rinse and Repeat</h3>
<p>Keeping your time in check is an ongoing process. Every couple of months (or couple of weeks if you feel yourself slipping), stop and take an audit of your time again. If you have something like RescueTime running, you can just check in on your stats and adjust as needed.</p>
<h3>Don&#8217;t forget to have fun</h3>
<p><strong>Productivity is great, but balance is better.</strong> Don&#8217;t forget to build in time for play. Not everything you do needs to fit into your &#8216;what matters&#8217; buckets. Sometimes you just have to turn off your brain. Burnout is a much bigger problem than losing a few hours to a movie or aimlessly poking around Facebook. Don&#8217;t forget to have a social life. Don&#8217;t forget to water your plants. Don&#8217;t forget to have fun. Most importantly: Don&#8217;t burn out.</p>
<p>I&#8217;d love to hear how you manage your distractions or what you&#8217;re doing with your new-found extra time. Leave your tips/updates in the comments! &darr; </p>
]]></content:encoded>
			<wfw:commentRss>http://jennthegeek.com/making-time-for-what-matters/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Rudimentary, My Dear Watson.</title>
		<link>http://jennthegeek.com/rudimentary-my-dear-watson/</link>
		<comments>http://jennthegeek.com/rudimentary-my-dear-watson/#comments</comments>
		<pubDate>Fri, 11 Nov 2011 02:00:26 +0000</pubDate>
		<dc:creator>Jenn</dc:creator>
				<category><![CDATA[Geek At Work]]></category>
		<category><![CDATA[Accompl.sh]]></category>
		<category><![CDATA[accomplsh]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[linode]]></category>
		<category><![CDATA[reflection]]></category>
		<category><![CDATA[self-employed]]></category>
		<category><![CDATA[startup]]></category>
		<category><![CDATA[statistics]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://jennthegeek.com/?p=583</guid>
		<description><![CDATA[Today marks the end of my second full week of being self-employed. I have NO IDEA where those two weeks went. Well, actually, it&#8217;s possible they went 2 places: 1) getting ready for and then going to my friend&#8217;s wedding &#8230; <a href="http://jennthegeek.com/rudimentary-my-dear-watson/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Today marks the end of my second full week of being <a href="http://jennthegeek.com/leap-of-faith">self-employed</a>. I have NO IDEA where those two weeks went. Well, actually, it&#8217;s possible they went 2 places: 1) getting ready for and then going to my friend&#8217;s wedding and 2) increasing my nerd-cred.</p>
<p>Wedding aside (story for another time), when it comes to nerd-cred I had a few learning curves to adjust to:</p>
<ul>
<li>I moved to <a href="http://www.linode.com/?r=cf7c024ba0a4d85fde84bdeae093cc8d920b85c8" title="*referral link" target="_blank">Linode</a> &#8211; my first non-managed server. (with the indispensable help of <a href="http://metaatem.net">kastner</a>)</li>
<li>Being on Linode also means I need a pretty solid grasp of Unix commands. Going into this I was a master of cd, ls, pwd, and the occasional rm.</li>
<li>Using the Terminal so much more means that I also had to get a <em>lot</em> more comfortable with vim. Luckily I had a pretty good primer in vim at Etsy.</li>
<li>I moved to github &#8211; which I&#8217;ve now come to realize is the best. thing. ever.</li>
</ul>
<p>I&#8217;m pretty sure I&#8217;ve leveled up in nerd-cred at least a few notches. </p>
<h2>So that&#8217;s the elementary part. What&#8217;s this about &#8220;rudimentary&#8221;?</h2>
<p><span id="more-583"></span><br />
I&#8217;m a perfectionist by nature. And as a Product Manager for the last few years, my least favorite thing to do was pare down a given project to its barest minimum to hit some sort of deadline or resource constraint. I also think very &#8220;big picture&#8221; &#8211; how the system should look and function in the end state, how all of the pieces play together, etc.  </p>
<p>On the flip side, I&#8217;m a huge fan of iterative development. As with everything else, there&#8217;s a certain balance that needs to be struck. </p>
<p>Over these last few weeks, I&#8217;ve had to tame my perfectionist habits and remember that being a perfectionist is only helpful when there&#8217;s something to perfect. If all I have is a perfectly designed site with amazing UX but no users and broken bits all over the place, what&#8217;s the point? </p>
<p>So, when it comes to actual coding the individual features to fit into my &#8220;master plan&#8221;, I&#8217;ve adopted the approach of rudimentary first, perfection later. Build it fast and a simply as possible. It doesn&#8217;t have to be perfect. It needs to work. Build the lowest level of functionality first. If it works, go from there. You need a button to handle some sort of action? It doesn&#8217;t need to be perfectly designed and AJAXed right away. Just get the damned button working. You can shine it up later. You want an activity feed? It doesn&#8217;t need to do roll-ups and weight for people you&#8217;re more interested in hearing from right away. It needs to show you updates. Preferably with minimal repetition, but nothing too crazy. </p>
<p>Make it rudimentary. If it works, make it a little better. Rinse and repeat.</p>
<p>Perhaps it&#8217;s because I haven&#8217;t done much development in a traditional setting before, but while it seems pretty common-sensical, the realization that it&#8217;s perfectly OK to throw a half-baked system out there, let real people bang on it and find the holes, and then patch it up and give it the coat of gloss it needs was a bit of a leap for me. </p>
<p>In fact, as a result of this realization, the Challenges system on Accompl.sh has been practically re-written 3 times now as I ironed out the kinks in the architecture, the interactions, and the concept in general. A waste of time? Absolutely not. Each time it got a bit better. And thanks to the intrepid first players and their feedback I was able to finally put together system that should be able to hold up to whatever they have to throw at it!</p>
<h2>The Results</h2>
<p>So, having worked out the issues with my server, gotten up to speed on unix and github, and finally getting down to code, where do things stand now? Did going back to basics help at all?</p>
<p>According to <a href="http://github.com">github</a>, my two weeks of coding went here:<br />
<span style="font-size:2em">+8184, -5185*</span></p>
<p>In real terms:</p>
<ul>
<li><a href="http://blog.accompl.sh/post/12618683359/lots-of-new-activity-on-your-dashboard">A new activity feed on the Dashboard</a></li>
<li><a href="http://blog.accompl.sh/post/12517991341/a-new-round-of-challenges">A new Challenges system re-written nearly from the ground up</a> (more on this in another post possibly)</li>
<li>Addressing issues with UX consistency, like <a href="http://blog.accompl.sh/post/12196808450/mini-profile">a global user card</a></li>
<li><a href="http://blog.accompl.sh/post/12051225776/invite-your-friends">An invitation system</a> to encourage your friends to join Accompl.sh</li>
<li>34 issues closed, 32 opened (and still open)</li>
<li>100 commits**</li>
<li>On track for 200% month/month growth (vs. 105% last month)</li>
<li>A 96.79% increase in pageviews compared to the previous 2 weeks.</li>
</ul>
<p>So where does that leave me? Now that I&#8217;m finally hitting my stride with development, I&#8217;m also starting to shift focus to the marketing / promotion / growth side of things. The site itself is in a pretty stable place so now it&#8217;s a matter of seeing if I can hit my goal of 10,000 registered users by Jan 1. I&#8217;m also working on the partnership aspects of the site that I spec&#8217;ed out way back in my apartment in SF well over a year ago. Those powers combined should make for an interesting next few months! </p>
<p>I also wanted to take a second to thank everyone for their tremendous support and encouragement over the last few weeks! It&#8217;s meant the world to me to know that so many of you believe in both me and <a href="http://accompl.sh">Accompl.sh</a>! </p>
<p>&#8212;&#8212;&#8212;<br />
* <code>git log --numstat --pretty="%H" --after='2011-10-26' [commithash]..HEAD | awk 'NF==3 {plus+=$1; minus+=$2} END {printf("+%d, -%d\n", plus, minus)}'</code> (via <a href="http://stackoverflow.com/questions/2528111/how-can-i-calculate-the-number-of-lines-changed-between-two-commits-in-git">stackoverflow</a>)<br />
** <code>git log --quiet --author="Jenn Vargas" --after="2011-10-25" --pretty="oneline" | wc -l</code></p>
]]></content:encoded>
			<wfw:commentRss>http://jennthegeek.com/rudimentary-my-dear-watson/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Leap of Faith</title>
		<link>http://jennthegeek.com/leap-of-faith/</link>
		<comments>http://jennthegeek.com/leap-of-faith/#comments</comments>
		<pubDate>Mon, 24 Oct 2011 20:04:27 +0000</pubDate>
		<dc:creator>Jenn</dc:creator>
				<category><![CDATA[Geek At Work]]></category>
		<category><![CDATA[The Geek]]></category>

		<guid isPermaLink="false">http://jennthegeek.com/?p=565</guid>
		<description><![CDATA[I did something kind of crazy. I left my job. My awesome, amazing, fantastic, ridiculously cool job where I got to work on interesting things with even more interesting people. WHAT?! WHY!? Yeah. That&#8217;s been the common reaction. And honestly, &#8230; <a href="http://jennthegeek.com/leap-of-faith/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I did something kind of crazy. </p>
<p>I left my job. My awesome, amazing, fantastic, ridiculously cool job where I got to work on interesting things with even more interesting people.</p>
<p><em>WHAT?! WHY!?</em></p>
<p>Yeah. That&#8217;s been the common reaction. And honestly, I think the answer only makes sense to me, since it&#8217;s something I&#8217;ve been thinking about for quite a long time now, but here&#8217;s the gist:<br />
<span id="more-565"></span><br />
1) I need a new / different challenge.<br />
2) I want to try to create my own future &#8211; maybe it&#8217;ll still be doing Product Manager-y things, maybe I&#8217;ll be a freelance web something or other, maybe I&#8217;ll go work in a photo studio, or maybe I&#8217;ll go get my masters. I don&#8217;t know. That&#8217;s what&#8217;s awesome about it.<br />
3) I don&#8217;t want to have lived this perfectly by-the-book life. I&#8217;ve gone to the good college, I&#8217;ve gotten the good jobs. It&#8217;s all been so prescribed so far. I don&#8217;t want to look back and regret not trying things that I&#8217;ve wanted to do.</p>
<p>Could I do all of that while keeping the awesome job? Possibly and probably. But I know how I work &#8211; if there&#8217;s any excuse NOT to do something I&#8217;ll probably use it. I&#8217;m too comfortable. I need to make myself uncomfortable, because I know that&#8217;s when I work best.</p>
<p>Leaving Etsy has been one of the toughest decisions I&#8217;ve had to make in my life so far. It&#8217;s been such an incredible experience. I&#8217;ve learned so much (can you believe I use git and almost prefer vim these days?!). My coworkers are really just some of the coolest people you&#8217;ll ever meet and the toughest part is going to be missing out on the chance to spend more time working with them. I hope I&#8217;ll be able to take the spirit of Etsy with me into whatever I do, because that place is pure magic.</p>
<p>My dream has always been to run my own company &#8211; a web startup, a photo studio, a soda shop, the industry has never really mattered, but the dream has always been there. </p>
<p>So that&#8217;s what I&#8217;m going to do. And I&#8217;m going to go all-in. I&#8217;ve been working on <a href="http://accompl.sh">Accompl.sh</a> for nearly 2 years now and it&#8217;s about time I gave it the full attention it deserves. New Years resolution season is coming and I plan to make the most of it. </p>
<p>Here we are. The leap of faith. It&#8217;s going to be an interesting adventure, that&#8217;s for sure. The future is, for once in my life, a complete mystery, and I&#8217;m beyond excited to see what&#8217;s in store.  </p>
<p>If you&#8217;d like to help at all, please <a href="http://accompl.sh">join Accompl.sh</a>, start a list, and send me your feedback! Or, if you know of anyone who is willing to lend a hand, have them get in touch (jenn at accompl.sh) &#8211; designers, developers, general advice, marketing, I&#8217;ll take it all!</p>
]]></content:encoded>
			<wfw:commentRss>http://jennthegeek.com/leap-of-faith/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Guest Blog on Women 2.0</title>
		<link>http://jennthegeek.com/guest-blog-on-women-2-0/</link>
		<comments>http://jennthegeek.com/guest-blog-on-women-2-0/#comments</comments>
		<pubDate>Wed, 29 Jun 2011 02:16:43 +0000</pubDate>
		<dc:creator>Jenn</dc:creator>
				<category><![CDATA[Geek At Work]]></category>
		<category><![CDATA[accomplsh]]></category>
		<category><![CDATA[cross-post]]></category>
		<category><![CDATA[entrepreneurship]]></category>
		<category><![CDATA[guest blog]]></category>
		<category><![CDATA[lessons learned]]></category>
		<category><![CDATA[solo founder]]></category>
		<category><![CDATA[women2]]></category>

		<guid isPermaLink="false">http://jennthegeek.com/?p=485</guid>
		<description><![CDATA[The following is an article of mine that was posted on Women 2.0, a blog/community that encourages female entrepreneurs. It&#8217;s a bit of a redux of my Relinquishing Stubbornness post, but nevertheless I want to cross-post it here for posterity. &#8230; <a href="http://jennthegeek.com/guest-blog-on-women-2-0/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<blockquote><p><em>The following is an article of mine that was posted on <a href="http://women2.org">Women 2.0</a>, a blog/community that encourages female entrepreneurs. It&#8217;s a bit of a redux of my <a href="http://jennthegeek.com/relinquishing-stubbornness">Relinquishing Stubbornness</a> post, but nevertheless I want to cross-post it here for posterity. You can read the post in its original context at <a href="http://www.women2.org/solo-founder-takes-the-long-way-with-accompl-sh/">women2.org</a>.</em></p></blockquote>
<p>I’m about 18 months into the journey of taking <a href="http://accompl.sh">Accompl.sh</a> (formerly 101in365) from a little weekend project to automate my own annual goal tracking to a living, breathing web application.</p>
<p>Taking the “long way” of being a solo founder, I found working on Accompl.sh as a side project has been a crash course in time management, community building, product development, design, coding, you name it. But the most difficult part of all has been making the big decisions about the direction of the project itself.</p>
<p>Without a co-founder to help rationalize my own thoughts about the future of the product, I was stuck in a bit of a quandary — Do I stay on the path I originally set out on, potentially limiting the growth of the site, but staying true to my original design? Or should I compromise a bit and open the doors for even more people to use the tool that I built and believe in? The answer may seem obvious, but when you’re up until 3 or 4 in the morning working on your pet project in virtual isolation for over a year, it’s not as clear.</p>
<p>Decisions, decisions. Over the last few weeks I’ve made a few major decisions about the future of Accompl.sh — decisions I’ve been struggling with for well over a year but that I finally took the leap and acted on. I’ll share a bit of the process with you all in hopes that it’ll help you avoid the traps that I fell into.<br />
<span id="more-485"></span></p>
<h3>Trap #1: Not fixing the things that bother you about your product</h3>
<p>I was tired of explaining why I had so many arbitrary rules in my product every time so I shut down physically instead of just fixing the product.</p>
<p>A few months ago, I stopped enjoying working on Accompl.sh (then 101in365). My spirit was dampened by the stress and defensiveness that came along with explaining my product to people — specifically why users are required to come up with 101 goals in order to even use the site and how it’s actually less difficult than it seems.</p>
<p>This was a huge problem and I knew that I needed to take steps to address my inability to explain my product or let the product/project die. The latter wasn’t an option in my mind, so it was time to take a more critical look at the site, reconsider some of my decisions from early in the development process, and start making changes.</p>
<h3>Trap #2: Allowing for complexity</h3>
<p>Shape your product to fit user behavior. How you build something may not be how people actually use it. So instead of making your users adapt, make your product simpler and better.</p>
<p>I saw that users were falling into one of two groups. Many who developed 101 goals and locked in their lists actually created a second account to have a second list because 101 goals wasn’t enough. On the flip side, there were the users who started a list but gave up after running out of ideas for goals to satisfy the 101 goals requirement and never came back. The average number of goals in a list was 42. There was obviously something wrong with the model. And while there were more people in that second group than the first, I wanted to take them both into account when deciding where to take the project.</p>
<h3>Trap #3: Not letting go of your past work to get where you want to go</h3>
<p>Be willing to change directions even though you’ve already done so much work. There’s an important aspect of goal-setting that I, sadly, hadn’t applied to my own project — there are always multiple ways to reach your end goal, and you may have to try a variety of those methods in order to get there. As long as you’ve defined your vision, you will be able to determine whether you’re on the right path.</p>
<h3>The Pivot</h3>
<p>I want to build a community of people that motivate and inspire each other as we all work to achieve our own goals, and realized that the very first iteration of 101in365/accompl.sh was just one of the ways I could reach that end goal. But it wasn’t working. The site had hit a plateau. It was time to try something new. It was time to take the leap and pivot.</p>
<p>Taking into account my observations of user behavior, I changed Accompl.sh so that the user no longer has to set 101 goals. And with the addition of the Accompl.sh Credits system, you can have as many lists as you wish with any number of goals in each list.</p>
<p>I had feared that changing my product would undo everything I’d built up over the last 1.5 years. But now that I’m on the other side of the pivot and am starting to see positive results, I know the changes I made were tough but necessary and completely in line with Accompl.sh’s mission. I couldn’t be happier with the results. User adoption has been great so far: the number of locked lists mid-way through June has nearly surpassed May’s results and has blown the previous months out of the water.</p>
<h3>Not knowing what my next stage is a HUGE problem</h3>
<p>It’s a combination of not knowing whether I want to take it full time, whether I CAN take it full time, and generally trying building up the confidence to ask people for help (advice, funding, reality checks). I’m working on the latter at the moment — asking friends who’ve been though this what I should do next. I know that at some point down the line I want to work for myself, whether it’s accompl.sh or something else. Taking that leap petrifies me but at the same time keeps me up until the wee hours of the morning working toward the next stage, figuring out what where it might take me.</p>
<p>Despite the challenges and ups and downs, I can’t help but keep pushing forward. It’s worth it. Not only do I love the process of creating something from nothing, but it’s also incredibly inspiring. Every day I get to see people from all over the world log on, check off a goal they’ve been working toward, and share their successes with us — nearly 25,000 completed goals to date! With each new list, the entire community gets another set of goals that we can draw inspiration from. And with each new member that joins, I’m re-energized to make the site even better so that it can help even more people accomplish their goals.</p>
<p>When it comes right down to it, the big decisions are sometimes a burden and indecision/analysis paralysis can sometimes get the best of me, but it’s a burden that I welcome with open arms because it’s a chance to learn something new. Do I hope that someday all of this work will let me fulfill my goal of having my own company? Absolutely. But whether 10 people use Accompl.sh or 10 million, I’m going to keep going. At the end of the day I’m getting to play a small part in helping people achieve their goals and getting to work on something I love in the process. You can’t really ask for more!</p>
]]></content:encoded>
			<wfw:commentRss>http://jennthegeek.com/guest-blog-on-women-2-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>relinquishing stubbornness</title>
		<link>http://jennthegeek.com/relinquishing-stubbornness/</link>
		<comments>http://jennthegeek.com/relinquishing-stubbornness/#comments</comments>
		<pubDate>Wed, 01 Jun 2011 03:48:55 +0000</pubDate>
		<dc:creator>Jenn</dc:creator>
				<category><![CDATA[Geek At Work]]></category>
		<category><![CDATA[101in365]]></category>
		<category><![CDATA[accomplsh]]></category>
		<category><![CDATA[decisions]]></category>
		<category><![CDATA[projects]]></category>
		<category><![CDATA[side projects]]></category>

		<guid isPermaLink="false">http://jennthegeek.com/?p=440</guid>
		<description><![CDATA[I&#8217;ve been working on 101in365 accompl.sh for about 18 months now and it&#8217;s been an endless crash course in time management, building a community, product development, design, coding, you name it. My feelings about it have run the gamut from &#8230; <a href="http://jennthegeek.com/relinquishing-stubbornness/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been working on <del datetime="2011-06-01T02:31:01+00:00">101in365</del> <a href="http://accompl.sh">accompl.sh</a> for about 18 months now and it&#8217;s been an endless crash course in time management, building a community, product development, design, coding, you name it. My feelings about it have run the gamut from &#8220;yay! cool! people are using something I built!&#8221; to &#8220;holy crap! people are USING this thing! I really can&#8217;t screw it up now!&#8221; to &#8220;hey this is just a side project and it&#8217;s MINE so why can&#8217;t I just do whatever the heck I want?&#8221; to &#8220;But the PEOPLE! They have demands!&#8221; </p>
<p>It&#8217;s been a constant struggle for me &#8211; determining that line between &#8220;this is mine&#8221; and &#8220;actually it&#8217;s not MINE anymore.&#8221; I had a very specific vision for the site when <a href="http://jennthegeek.com/announcing-101in365">I first pieced it together</a> over a holiday weekend, but at the time I was really just building it for myself. For my very specific use case. And as a Product Manager I know better than anyone that that&#8217;s just NOT the way to build things to be used by the People of the Internets.<br />
<span id="more-440"></span><br />
When we crossed the 10,000 completed goal mark, I posted <a href="http://jennthegeek.com/getting-to-10000">a bit of a reflection on what I&#8217;d learned</a> and, to be honest, I haven&#8217;t really looked at it since. It&#8217;s strange to realize now that coming back to reflect on these last few weeks, my thoughts now (and more importantly my actions!) are actually EXACTLY in line with where my intuition was leading me 8 months ago.</p>
<p>Over the last few weeks I made a few HUGE decisions, decisions I&#8217;ve been struggling with for well over a year but that my stubbornness and general feeling of complete ownership prevented me from giving in to.</p>
<h2>What&#8217;s in a name?</h2>
<p>The first step in accepting my problem was realizing that I wasn&#8217;t enjoying working on 101in365 and more importantly, I was completely unwilling to talk about it in person with anyone because I KNEW I would not only have to repeat the name a few times for them to remember the numbers but also because I&#8217;d have to explain why one would have to come up with 101 goals and how that&#8217;s actually not that big of a deal. Any excitement I had at the prospect of building this out was dampened by the stress and defensiveness that came along with explaining it to anyone.</p>
<p>I knew I wanted to change the name for a good long while, but could never come up with a good alternative. Then, one day, out of the blue, accompl.sh hit me. I checked for the normal spelling and the .com, of course, but as a noun my odds were pretty slim. Thanks to <a href="http://domai.nr">domai.nr</a> I stumbled across the very web 2.0 spelling and domain. It wasn&#8217;t IDEAL but it was a step and after discovering it I couldn&#8217;t get the name out of my head. A few days later I sprung for the most expensive domain I&#8217;d ever purchased at a whopping $99! I felt an immediate sense of relief and spent that entire evening changing out the logos, the copy, and the links around the site. A <a href="http://blog.accompl.sh/post/5816707021/a-list-by-any-other-name">quick blog post</a> and accompl.sh was unleashed to the world. I felt a thousand times better already. And it was all done JUST in time for a blog post about me and accompl.sh to go up on the <a href="blog.evernote.com/2011/05/26/etsys-jenn-vargas-shares-her-evernote-tips-for-design-inspiration-and-side-projects/#comments">Evernote Blog</a>. Things were looking up.</p>
<h2>But you still needed 101 goals</h2>
<p>Once the name situation was sorted out I sat back and gave myself a bit of a reality check. With the initial band-aid torn off I was a bit more open to reconsidering some of my decisions from early in the development of the site and ended up spending the next few nights fixing those. Thus, the <a href="http://blog.accompl.sh/post/5884419236/fresh-new-features-suggestion-box">Suggestion Box</a>. It was my first admission that 101 goals was, indeed, a LOT of goals to come up with.</p>
<p>For me, coming up with my own list of 101 in 365 was an exercise I&#8217;d gotten myself used to over the course of a few years. It wasn&#8217;t until I started watching people use the site and listening to their reactions upon hitting their first brick wall of running out ideas that it really started to click. Not everyone is like me. And if the true mission of the site is to help people come up with goals and stick to them, then WHY is having 101 goals at all important?</p>
<p>I&#8217;d contemplated it pretty seriously for a few days but kept rationalizing for my own use case. Then, for some reason or other, not unlike the name epiphany, I decided on the elevator out of the Etsy office that I needed to ditch the 101 goal requirement. I still couldn&#8217;t tell you how or why that decision became so clear at that particular moment, but for whatever reason, within SECONDS I had made the decision and sent a text to <a href="http://twitter.com/misstillytilly">Tilly</a>:</p>
<blockquote><p>OMG I think I just decided to pivot accomplsh. Yes. I said pivot.</p></blockquote>
<p>That was it. With no other thought given to the rationale or going through my usual pro/con list, I hashed it all out in my head it all out on my walk to the subway. I attempted to read a bit more of the book I had on my Kindle, but I couldn&#8217;t concentrate. Out the Moleskine came and I started scribbling furiously.</p>
<p>By the time I got home the plan had been hatched and I fired up my Terminal, Transmit, and TextMate (T^3. The tools the internet is built on) and started ripping out the bits of code that affected how many goals you needed to have. Strangely the only part that was at all difficult was getting the Javascript to place nicely. Once that was sorted, panic began to set in.</p>
<h2>What the hell did I just do!?</h2>
<p>It was all too easy. The whole thing just came together way too quickly. I freaked out. Why was it so easy? Was it so easy because it was the wrong decision? Or so easy because it was the right decision? What was I forgetting? I HAD to be forgetting something! What if the people who&#8217;d stood behind me on my stubbornness around 101 goals were angry that I gave in and reduced the limit? What if it just ruined everything that I&#8217;d spent 18 months building? Needless to say I was overcome with analysis paralysis. This was one of those times where I really wish I had a co-founder or someone to just sanity check me. Some of these decisions just shouldn&#8217;t happen in a vacuum. </p>
<h2>Screw it. Just push the button!</h2>
<p>Over-analyzing everything is one of those character traits that can be a blessing and a curse. I stepped away from the laptop for a bit (to get a commit cookie <sup class='footnote'><a href='#fn-440-1' id='fnref-440-1'>1</a></sup>, of course). It was at that point I got a DM from a member who said a mysql error was popping up on a particular page. Crap. That meant I had to either revert my changes for that particular file in order to push the fix, or I&#8217;d have to fix it and push it all together. Gotta love forcing functions. So that was that. I HAD to push everything or the production site would have this nasty mysql error hanging around. And I&#8217;m not cool with mysql errors ruining my designs.</p>
<p>The new restriction-free accompl.sh was alive. </p>
<h2>So what did I learn?</h2>
<ul>
<li>Just because it&#8217;s how you first built something doesn&#8217;t mean that&#8217;s the way it needs to stay.</li>
<li>Changing a major piece of a project doesn&#8217;t necessarily mean you&#8217;re admitting defeat.</li>
<li>Sometimes you have to make sacrifices in one area to grow in others</li>
<li>Sometimes taking out the one nail that you&#8217;ve been hanging everything from opens the doors to solve a lot of the problems you haven&#8217;t been able to find solutions for (more to come on this)</li>
<li>The only cure for stubbornness seems to be impulsiveness.</li>
</ul>
<h2>Going Forward</h2>
<p>While I&#8217;m a bit sad at having just finished hacking up my &#8220;baby,&#8221; and, honestly, I&#8217;m still SLIGHTLY worried that I may have made the decision a bit too impulsively, I&#8217;m excited for the future of this new system. I already have a few new bits up my sleeve that didn&#8217;t make it into the <a href="http://en.wikipedia.org/wiki/Minimum_viable_product">MVP</a> for fixing the goal restrictions, but that I think will add a whole new range of possibilities for where I can take the project.</p>
<p>At the very least I&#8217;m interested to see what I&#8217;ll have to say about this decision 8 months from now when the effects will be fully realized and I get around to writing about them again!</p>
<div class='footnotes'>
<div class='footnotedivider'></div>
<ol>
<li id='fn-440-1'>A tradition I started when I started at Etsy. I get to have a cookie when I commit code. It keeps me coding and keeps my cookie consumption to a minimum. <span class='footnotereverse'><a href='#fnref-440-1'>&#8617;</a></span></li>
</ol>
</div>
]]></content:encoded>
			<wfw:commentRss>http://jennthegeek.com/relinquishing-stubbornness/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>workflow</title>
		<link>http://jennthegeek.com/workflow/</link>
		<comments>http://jennthegeek.com/workflow/#comments</comments>
		<pubDate>Thu, 26 May 2011 20:42:40 +0000</pubDate>
		<dc:creator>Jenn</dc:creator>
				<category><![CDATA[Geek At Work]]></category>
		<category><![CDATA[Evernote]]></category>
		<category><![CDATA[workflow]]></category>

		<guid isPermaLink="false">http://jennthegeek.com/?p=435</guid>
		<description><![CDATA[I&#8217;ve wanted to do a quick write-up of the apps I use and the various bits of my workflow that some people find intriguing, but since I&#8217;ve been a total slacker in the writing department lately, I&#8217;ll let this interview &#8230; <a href="http://jennthegeek.com/workflow/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve wanted to do a quick write-up of the apps I use and the various bits of my workflow that some people find intriguing, but since I&#8217;ve been a total slacker in the writing department lately, I&#8217;ll let this interview I did with the Evernote Blog fill in in the meantime! Go on, <a href="http://blog.evernote.com/2011/05/26/etsys-jenn-vargas-shares-her-evernote-tips-for-design-inspiration-and-side-projects/">give it a read</a>! </p>
]]></content:encoded>
			<wfw:commentRss>http://jennthegeek.com/workflow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>on to the next chapter</title>
		<link>http://jennthegeek.com/on-to-the-next-chapter/</link>
		<comments>http://jennthegeek.com/on-to-the-next-chapter/#comments</comments>
		<pubDate>Thu, 23 Dec 2010 02:51:15 +0000</pubDate>
		<dc:creator>Jenn</dc:creator>
				<category><![CDATA[Geek At Work]]></category>
		<category><![CDATA[The Geek]]></category>
		<category><![CDATA[career]]></category>
		<category><![CDATA[Etsy]]></category>
		<category><![CDATA[Flickr]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[moving]]></category>
		<category><![CDATA[Product Manager]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://jennthegeek.com/?p=341</guid>
		<description><![CDATA[I&#8217;m going to keep this one short and sweet: A lot has happened in the last few weeks. I&#8217;m no longer at Flickr. It still feels very surreal. Like I&#8217;m just on a vacation or a long weekend or just &#8230; <a href="http://jennthegeek.com/on-to-the-next-chapter/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m going to keep this one short and sweet:</p>
<p>A lot has happened in the last few weeks. </p>
<p>I&#8217;m no longer at Flickr. It still feels very surreal. Like I&#8217;m just on a vacation or a long weekend or just working from home. It&#8217;s kind of cool and it kind of sucks at the same time. I no longer work on the site that I&#8217;ve called my internet home for the last who knows how many years and I don&#8217;t get to work with and hang out with some of the coolest and smartest people I know.</p>
<p>But it&#8217;s given me time to think about what&#8217;s next: what I want to accomplish in the next few years and what I want to do in the longer term. <span id="more-341"></span>While I haven&#8217;t sorted out much about the long term, the answer to the short term is pretty clear: I&#8217;ve been thinking about moving back east for some time now and there are definitely some cool tech companies there. The vast majority of my friends have settled around the New York area and let&#8217;s face it: I NEED SNOW. I&#8217;ve really enjoyed my time in SF and the people I&#8217;ve met here, but it&#8217;s time for me to try something new.</p>
<p>So that&#8217;s the plan. Penny and I are packing up and headed to Brooklyn in January. (Actually, Penny is going in a few days with my mom).  I&#8217;ve accepted an offer to work as a Product Manager at <a href="http://etsy.com">Etsy</a> and Penny has accepted a position as Office Dog #3 (it&#8217;s about time I put her to work!). It&#8217;s been a bit of a debate, after all I currently live in the mecca of the web world, but in the grand scheme of Life > Career > Project, I&#8217;m pretty sure this is the right decision for me right now. Etsy has a LOT of really cool/interesting/product nerdy problems to solve and they&#8217;re totally cool with (and even encourage!) PMs getting into the code and making stuff happen.</p>
<p>There&#8217;s lots to do and not very much time to do it, but I&#8217;m looking forward to this new adventure. And to the snow.</p>
]]></content:encoded>
			<wfw:commentRss>http://jennthegeek.com/on-to-the-next-chapter/feed/</wfw:commentRss>
		<slash:comments>47</slash:comments>
		</item>
		<item>
		<title>De-Cluttering</title>
		<link>http://jennthegeek.com/de-cluttering/</link>
		<comments>http://jennthegeek.com/de-cluttering/#comments</comments>
		<pubDate>Wed, 15 Dec 2010 23:28:36 +0000</pubDate>
		<dc:creator>Jenn</dc:creator>
				<category><![CDATA[Geek At Work]]></category>

		<guid isPermaLink="false">http://jennthegeek.com/?p=302</guid>
		<description><![CDATA[Part of my end-of-the-year, now-I-have-a-lot-of-time-on-my-hands mission is to de-clutter my life. And by my life, I mean my apartment. I have a lot of &#8220;stuff&#8221; around &#8211; things that I thought I needed when I moved here from the east &#8230; <a href="http://jennthegeek.com/de-cluttering/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Part of my end-of-the-year, now-I-have-a-lot-of-time-on-my-hands mission is to de-clutter my life. And by my life, I mean my apartment. I have a lot of &#8220;stuff&#8221; around &#8211; things that I thought I needed when I moved here from the east coast or things I had some sort of sentimental attachment to at the time. It&#8217;s time to get rid of that stuff. Must be the spring-like weather in SF&#8230; </p>
<p>I&#8217;ve put a good bit of it on craigslist over the last few days and that&#8217;s worked out well, but I figured I&#8217;d put some of the more miscellaneous things here. If you&#8217;re interested, drop me a line to <a href="mailto:stuff@jennvargas.com">stuff at jennvargas dot com</a> or, if you&#8217;re a friend, just shoot me a text, IM, dm, whatever. Some things are yours if you get to them first. Some of the more valuable things might have a price. Again, if you&#8217;re a friend, and I think you&#8217;ll make good use of it, we&#8217;ll see! <img src='http://jennthegeek.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
<span id="more-302"></span><br />
Here goes:</p>
<h3>Books / Reading Materials</h3>
<ul>
<li><strong><del datetime="2010-12-16T01:12:30+00:00"><a href="http://www.lulu.com/product/paperback/startup-lessons-learned-season-one-2008---2009/10286294">Startup Lessons Learned (Vol 1) from Eric Ries</a></del></strong> &#8211; Only read the first few pages. Looks shiny and new! ($8)</li>
<li><strong>Nearly every Wired Magazine from the last few years</strong> &#8211; If you&#8217;re looking for a specific issue, I probably have it.</li>
<li>JQuery for Dummies &#8211; no making fun! ($10)</li>
<li><del datetime="2010-12-16T01:12:30+00:00">The Four Steps to the Epiphany &#8211; Steve Blank. Brand new. Still in shrink wrap!</del></li>
<li>a whole ton of books listed on half.com <a href="http://shops.half.ebay.com/myownfootprints_W0QQmZbooks">here</a></li>
</ul>
<h3>Furniture-like Things</h3>
<ul>
<li>IKEA BJURSTA dining room table [<a href="http://sfbay.craigslist.org/sfc/fuo/2131890470.html">craigslist posting</a>] &#8211; just over a year old. used ~2x. black</li>
<li><del datetime="2011-01-01T22:56:23+00:00">2 IKEA LACK side tables in Birch Effect &#8211; about a year old. been hanging out unused in my closet almost that entire time. [<a href="http://sfbay.craigslist.org/sfc/fuo/2131889476.html">craigslist posting</a>] ($12)</del></li>
<li>IKEA LACK large coffee table in Birch Effect &#8211;  about a year old. been hanging out unused in my closet almost that entire time. [<a href="http://sfbay.craigslist.org/sfc/fuo/2111839411.html">craigslist posting</a>] ($25)</li>
<li><del datetime="2011-01-02T19:52:37+00:00">3&#8242; x 4&#8242; whiteboard of awesomeness [<a href="http://sfbay.craigslist.org/sfc/bfs/2131886502.html">craigslist posting</a>] ($50)</del></li>
<li><del datetime="2011-01-01T22:56:23+00:00">mochi floor lamp &#8211; because it looks like a mochi! only about 6 mos old. nothing wrong with it. just don&#8217;t want it. [<a href="http://sfbay.craigslist.org/sfc/fuo/2131887240.html">craigslist posting</a>] ($35)</del></li>
<li>HUGE canvas print of the Flat Iron bldg in NY [<a href="http://sfbay.craigslist.org/sfc/art/2131888716.html">craigslist posting</a>] ($75)</li>
</ul>
<h3>Movies</h3>
<ul>
<li>Mr &#038; Mrs Smith</li>
<li>Coupling (BBC version) Seasons 1-4 Boxed Set</li>
</ul>
<h3>Techie Things</h3>
<ul>
<li><del datetime="2010-12-16T01:12:30+00:00">4GB Eye-Fi WiFi card. In box. doesn&#8217;t work with my camera. boo!</del></li>
<li>acer 20&#8243; display &#8211; it&#8217;s VGA. matte screen. works just fine, i just wanted a bigger display. <a href="http://www.flickr.com/photos/foreverdigital/250853174/">it&#8217;s this one</a> ($make an offer?)</li>
<li>Wireless Rock Band guitar ($38)</li>
</ul>
<h3>Miscellany</h3>
<ul>
<li>Moleskine 3pack of Plain Journals. Still in shrink wrap. ($7)</li>
<li>9&#8242; tall artificial pre-lit christmas tree [<a href="http://sfbay.craigslist.org/sfc/hsh/2131894967.html">craigslist posting</a>] ($70)</li>
</ul>
<h3>Instruments</h3>
<ul>
<li><del datetime="2011-01-01T22:56:23+00:00">Casio ctk-611 electronic keyboard &#038; stand [<a href="http://sfbay.craigslist.org/sfc/msg/2132029794.html">craigslist posting</a>] ($60)</del></li>
</ul>
<p>I should add that you should probably be in SF and willing to pick this stuff up yourself. <img src='http://jennthegeek.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  </p>
<p>(last update: 1/1/2011 at 2:55PM)</p>
]]></content:encoded>
			<wfw:commentRss>http://jennthegeek.com/de-cluttering/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Recapping 2009: The 101 in 365 list</title>
		<link>http://jennthegeek.com/recapping-2009-the-101-in-365-list/</link>
		<comments>http://jennthegeek.com/recapping-2009-the-101-in-365-list/#comments</comments>
		<pubDate>Thu, 31 Dec 2009 16:50:31 +0000</pubDate>
		<dc:creator>Jenn</dc:creator>
				<category><![CDATA[Cooking Geek]]></category>
		<category><![CDATA[Geek At Work]]></category>
		<category><![CDATA[Media Geek]]></category>
		<category><![CDATA[Photo Geek]]></category>
		<category><![CDATA[The Geek]]></category>
		<category><![CDATA[101in365]]></category>
		<category><![CDATA[2009]]></category>
		<category><![CDATA[habits]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[lifehacks]]></category>
		<category><![CDATA[lists]]></category>
		<category><![CDATA[mint.com]]></category>
		<category><![CDATA[resolutions]]></category>

		<guid isPermaLink="false">http://jennthegeek.com/?p=192</guid>
		<description><![CDATA[Last year my roommate April and I set out to write a list of 101 things that we each wanted to accomplish in 2009. It&#8217;s hard to believe that today is already Day 365. SO much has happened this past &#8230; <a href="http://jennthegeek.com/recapping-2009-the-101-in-365-list/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Last year my roommate April and I set out to write a list of 101 things that we each wanted to accomplish in 2009. It&#8217;s hard to believe that today is already Day 365. SO much has happened this past year that I don&#8217;t even know where to begin, but I think it&#8217;s safe to say this was one of the most eventful years of my life so far. </p>
<p>Throughout the year I really enjoyed having my list to come back to when I was feeling bored, unproductive, or reflective. It was great to have a tangible set of things that I wanted to do that I could check off along the way. It&#8217;s why I created <a href="http://101in365.com">101in365</a>. I wanted to do it again, but even better this time around.</p>
<p>I rarely made a conscious effort to accomplish one of the items on the list. I generally just let life happen and along the way hope to tick off as many as I could. I&#8217;m disappointed that I couldn&#8217;t finish a few of them but overall I&#8217;m happy with what I was able to accomplish this year. So, without further ado, the list:<br />
<span id="more-192"></span><br />
START: January 1, 2009<br />
END: December 31, 2009</p>
<p><em>In Progress</em><br />
<span class="complete">Complete</span><br />
<del>Didn&#8217;t Complete</del></p>
<ol id="101in365">
<h3>New Experiences: </h3>
<li><strong><del>Go skiing.</del></strong></li>
<li><span class="complete">Master something I&#8217;ve never tried.</span> &#8211; This is a tough one to determine completeness. I definitely learned that I need to make these goals more specific. I&#8217;ve done a lot of things I hadn&#8217;t tried before over the course of the year, but did I master any of them? Some more than others. For example, I&#8217;m excellent at dealing with my bills and things now, but I wouldn&#8217;t say that&#8217;s something to check off. Not like becoming a black belt having never done martial arts before. Let&#8217;s call this one a push.</li>
<li><strong><del>Ride a Segway.</del></strong> &#8211; This one wasn&#8217;t for lack of trying. I&#8217;ve looked into Segway tours pretty much everywhere I&#8217;ve gone just to try it out but they&#8217;re always so darned expensive and not really worth the cost. Adding this one to next year&#8217;s list.</li>
<li><strong><del>Road trip from Northern CA to Southern CA.</del></strong></li>
<li><span class="complete">Tour Europe.</span> &#8211; DEFINITELY accomplished this one. And it was the best decision I&#8217;ve ever made. I would do it again in a heartbeat. (See <a href="http://travel.jennvargas.com">travel.jennvargas.com</a>)</li>
<li><span class="complete">Travel to a country I&#8217;ve never been (Canada doesn&#8217;t count).</span> &#8211; I consider this one kind of cheating since I&#8217;d never been to any of the countries I visited in Europe, but yes, this one gets the check mark.</li>
<li><span class="complete">Try <em>real</em> sushi &#8211; like raw fish sushi, not crab/shrimp/veggie sushi.</span> &#8211; I&#8217;m not sure whether to check this one off. I&#8217;ve had raw fish, but I don&#8217;t know if it would be considered sushi. Raw fish is still a huge step for me considering seafood is probably one of my least favorite things, so I&#8217;ll call this a win.</li>
<li><strong><del>See at least one Broadway show that I haven&#8217;t already seen.</del></strong></li>
<li><strong><del>Visit 3 states I&#8217;ve never visited.</del></strong></li>
<li><span class="complete">Visit a place where I don&#8217;t speak the local language.</span> &#8211; Another one that I can group in with the cheating list. I didn&#8217;t speak the local language in most of the places I visited in Europe.</li>
<li><strong><del>Watch the sun set over the Pacific.</del></strong></li>
<p></p>
<h3>College Things:</h3>
<li><span class="complete">Avoid senioritis at all costs.</span> &#8211; I worked my rear end off for my final semester. I think it had to do with taking classes that I actually liked.</li>
<li><span class="complete">Become a morning person again. Up at 8 or 9AM, none of this 11AM nonsense.</span> &#8211; I have to say that this one didn&#8217;t actually happen until after college, but I definitely wake up early now.</li>
<li><del>Go to the top of the <a href="http://flickr.com/search/?q=clocktower&#038;w=82779205%40N00">Clocktower</a> for a chimes concert.</del> &#8211; This is the one I&#8217;m most disappointed about not accomplishing. I even had a chance when I went back to Cornell in October, but I didn&#8217;t have the time to go. I WILL get to the top of that clocktower.</li>
<li><span class="complete">Have lunch with a friend at least once/week.</span> &#8211; Did this during school and arguably still since I have lunch with my coworkers.</li>
<li><span class="complete">Read at least 3 school/major-related books. (3/3)</span> &#8211; I really should have written down the names of the books but I know <a href="http://www.amazon.com/gp/product/0143114948?ie=UTF8&#038;tag=foreverdigita-20&#038;linkCode=as2&#038;camp=1789&#038;creative=390957&#038;creativeASIN=0143114948">Here Comes Everybody</a><img src="http://www.assoc-amazon.com/e/ir?t=foreverdigita-20&#038;l=as2&#038;o=1&#038;a=0143114948" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /><br />
 was one of them.</li>
<li><strong><del>Try to complete as many things possible on the â€œ<a href="http://www.cornell.edu/search/index.cfm?tab=facts&#038;q=&#038;id=1139">161 things to do before you graduate Cornell</a>â€ list &#8212; in one day.</del></strong> &#8211; Did pretty well with this one. Can&#8217;t remember how many I ticked off, but it was a decent number.</li>
<li><span class="complete">Go to sleep before 11PM twice/month.</span> &#8211; Sadly I go to sleep before 11 more than twice/month these days. I usually fall asleep around 10:30 watching TV and then doze on and off until I actually go to sleep in my bed. This whole getting up early thing is a killer.</li>
<li><span class="complete">Hand off the Photo Department to Matt in a state that I can be proud of.</span> &#8211; I like to think that I did a pretty solid job with the Photo Department during my time as Photo Editor and I think Matt got to start his term on a strong foundation. (02.28.2009)</li>
<p></p>
<h3>Food-related:</h3>
<li><strong><del>Bake more.</del></strong></li>
<li><strong><del>Cook at least twice/week. (You&#8217;d be amazed at how many meals of chips and salsa or hummus and crackers one can eat in a week.)</del></strong> &#8211; I was doing really well with this one during school but then once I moved I lost it. I have been traveling too much lately to keep food around but that&#8217;s definitely one of my goals for 2010.</li>
<li><span class="complete">Go back to Pinkberry.</span> &#8211; Went with Meghan and Matt during winter break. Now that I&#8217;m in San Francisco again it&#8217;s not nearly as novel but I still love this stuff! (01.13.09 [<a href="http://www.flickr.com/photos/foreverdigital/3195064995/">photo</a>])</li>
<li><strong><del>Go back to Serendipity 3 (thanks <a href="http://www.silvercpu.com/blog/?page_id=326">Lissy</a>!)</del></strong></li>
<li><span class="complete">Go on a picnic.<span class="complete"> &#8211; Another cheating one since most of my food consumption while traveling was picnic style.</span></span></li>
<li><strong><del>Have more dinner parties.</del></strong> &#8211; Another where I did well during school but lost momentum after graduation.</li>
<li><strong><del>Learn to cook empanadas.</del></strong> &#8211; I KIND of learned, but I need to get my hands on the recipe.</li>
<li><span class="complete">Learn to like wine.</span> &#8211; I no longer have a complete aversion to it so I call this a win. There are some wines I enjoy &#8211; mostly whites &#8211; but I&#8217;m slowing acquiring a taste.</li>
<li><span class="complete">Make chocolate covered fruits (strawberries in particular).</span> &#8211; I bought one of those microwave melt chocolate things and dipped strawberries in them every day for like 2 weeks. That was fantastic. (02.18.2009)</li>
<li><strong><del>Make macarons.</del></strong></li>
<li><strong><del>Make my own pizza from scratch.</del><del></del></strong> &#8211; I&#8217;ve yet to make my own dough so I consider this incomplete. I do make my own pizza, though. Wraps make excellent bases.</li>
<li><strong><del>One last <a href="http://www.forever-digital.net/2007/08/29/the-perfect-meal/">Cooking Extravaganza</a>.</del></strong></li>
<li><strong>Order out at most once/week, but as infrequently as possible.</strong> &#8211; I set a rule for myself: eating out more than once a week is OK when it&#8217;s with friends. Every once in a while I stop by the Taqueria on my way home from the train station, but on average I don&#8217;t pick up dinner on the way home more than once a week.</li>
<li><strong><del>Try a new recipe at least once/week.</del></strong></li>
<p></p>
<h3>Friendship:</h3>
<li><strong><del>Call a friend, no matter how busy I am, once a week to see how they&#8217;re doing.</del></strong></li>
<li><span class="complete">Catch up with at least 4 old friends who have drifted away.</span> &#8211; I&#8217;m really excited about this one. I got to reconnect with a lot of people over the course of this year and I&#8217;m so glad to be back in touch with them.</li>
<li><span class="complete">Hang out with Bayonne friends at least once before moving to CA.</span> &#8211; more than once! Ioanna and Jimelle came to visit me at the shore and I also went up to Bayonne for the night just before I left for my going away party. I have to hang out with those guys more often.</li>
<li><span class="complete">Have Sunday Brunch with friends at least once/month.</span> &#8211; This has become Saturday brunch but is still an almost weekly ritual.</li>
<li><span class="complete">Keep in touch with old friends: distance and time are not excuses.</span></li>
<li><span class="complete">Meet up with Natalie at least once (it&#8217;s been over 3 years!).</span> &#8211; Natalie came to visit me at Cornell. (2/22/2009)</li>
<li><strong><del>See <a href="http://www.forever-digital.net/2008/02/13/i-still-wannabe-a-spice-girl/">Erin</a> at least twice.</del></strong> &#8211; Sadly we only got to see each other once this year and that wasn&#8217;t in the happiest of circumstances. Hopefully Erin will be able to come visit San Francisco in 2010.</li>
<li><strong><del>Snail mail is fun: send holiday/birthday cards.</del></strong> &#8211; I was SO CLOSE to finishing this one. In fact, the cards are all written, sealed, and addressed in my backpack right now. Life kind of got in the way and I never got to the post office to get stamps. Sad.</li>
<li><span class="complete">Spend more time hanging out with Margot.</span> &#8211; Yep. We hung out a bunch. Now she&#8217;s in Ithaca and I&#8217;m in SF so that&#8217;s tough, but I did see her when I went to visit!</li>
<li><strong><del>Visit Shannon in Portland.</del></strong> &#8211; Another that I&#8217;m really disappointed I didn&#8217;t get to do.</li>
<p></p>
<h3>Habits:</h3>
<li><strong><del>Be less wasteful.</del></strong> &#8211; With all of the moving I did this year I was definitely very wasteful. I did have a garage sale and donate the things I didn&#8217;t want any more, but with all of the packing materials and boxes, etc., this definitely wasn&#8217;t a &#8220;green&#8221; year for me.</li>
<li><strong><del>Blog at least once/week.</del></strong> &#8211; I did so well with this until I moved out to SF. With the lack of school and travels I&#8217;ve yet to find my new blogging mojo.</li>
<li><span class="complete">Don&#8217;t be a lazy typist. Use capitals and punctuation where necessary, but not unnecessarily.</span> &#8211; I&#8217;d say I definitely got better at not typing like a high school student. Still a long way to go, especially in terms of accuracy.</li>
<li><strong><del>Don&#8217;t sit at the computer for long periods of time.</del></strong> &#8211; HAHAH yeah. Right. Like this one is going to happen.</li>
<li><span class="complete">Don&#8217;t slouch, especially when I&#8217;m sitting at the computer for long periods of time.</span> &#8211; I&#8217;ve definitely improved in this area though. Now if only I could get my hands on a <a href="http://www.amazon.com/gp/product/B0006N8W4C?ie=UTF8&#038;tag=foreverdigita-20&#038;linkCode=as2&#038;camp=1789&#038;creative=390957&#038;creativeASIN=B0006N8W4C">Herman Miller</a><img src="http://www.assoc-amazon.com/e/ir?t=foreverdigita-20&#038;l=as2&#038;o=1&#038;a=B0006N8W4C" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />.</li>
<li><span class="complete">Go an entire month without caffeine. (I don&#8217;t drink coffee or soda, but I do drink a lot of iced tea.)</span> &#8211; This one wasn&#8217;t very difficult considering I don&#8217;t really drink a lot of caffeine in the first place. I basically just had to cut out iced tea.</li>
<li><strong><del>Go outside at least once/day. Pajama days are better when they&#8217;re infrequent.</del></strong> &#8211; Not quite there yet, but making progress. I don&#8217;t have much of a choice now that I have Penny.</li>
<li><strong><del>Make my bed every day for a month (bonus points if I can keep it up for longer!)</del></strong> &#8211; I tried. I just don&#8217;t get what the big deal is. I&#8217;m just going to unmake it in a few hours anyway.</li>
<li><strong><del>Pick 1 day of the week and limit myself to email and classwork-related internet use. No twitter, flickr, facebook, RSS, or other time traps. More on that later.</del></strong></li>
<li><span class="complete">Use the word &#8220;I&#8221; less often. It&#8217;s not all about me.</span> &#8211; Made a conscious effort with this one over the course of the year. Tough to measure if I&#8217;ve actually managed to complete this one but let&#8217;s call it done.</li>
<li><span class="complete">Water is my friend. Drink it.</span> &#8211; Water is good.</li>
<li><span class="complete">Wear my hair down at least once/week or get it cut shorter.</span> &#8211; It still surprises me that I&#8217;ve actually managed to do this one. I used to HATE wearing my hear down, and to be honest it still bugs the crap out of me, but I do it.</li>
<li><strong><del>Write more. You know, like with a pen. And while I&#8217;m at it, fix my handwriting.</del></strong> &#8211; I promise I tried, but my handwriting is atrocious.</li>
<p></p>
<h3>Having a Job: </h3>
<li><strong><del><a href="http://www.thisisgoingtobebig.com/2008/11/aiming-for-30-under-30.html">Aim for 30-under-30</a>.</del></strong> &#8211; Nothing to report. Boo.</li>
<li><span class="complete">Find an apartment in San Francisco that I love.</span> &#8211; Yep.</li>
<li><span class="complete">Keep up with new CSS things.</span> &#8211; Made up a couple projects over the course of the year just so I could play around with the CSS3 things. Still a few more things that I&#8217;d like to try, but at least I don&#8217;t feel completely out of touch.</li>
<li><strong><del>Learn my way around JavaScript and Processing.</del></strong></li>
<li><strong><del>Learn my way around RoR.</del></strong></li>
<p></p>
<h3>Money Things:</h3>
<li><strong><del>Have at least $3000 in savings account at the end of the year.</del></strong> &#8211; Yeah. Not so much. If I didn&#8217;t go to Europe it probably would have been a different story, but it was money well spent.</li>
<li><span class="complete">Have no credit card debt by the end of the year.</span> &#8211; I follow the gospel of <a href="http://www.amazon.com/gp/product/0761147489?ie=UTF8&#038;tag=foreverdigita-20&#038;linkCode=as2&#038;camp=1789&#038;creative=390957&#038;creativeASIN=0761147489">I Will Teach You To Be Rich</a><img src="http://www.assoc-amazon.com/e/ir?t=foreverdigita-20&#038;l=as2&#038;o=1&#038;a=0761147489" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /></li>
<li><span class="complete">Finance a good portion of my trip to Europe by selling things I don&#8217;t use anymore.</span> &#8211; Yep.</li>
<li><strong><del>Learn how to do my taxes.</del></strong> &#8211; Postponing this one until next year. Graduation, moving to a new state, and all that other stuff make this one a year for an accountant.</li>
<li><strong><del>Make good progress on paying back my college loans.</del></strong> &#8211; Grade period just ended. Now I just have a process in place, the progress part won&#8217;t be noticeable until next year some time. Hopefully.</li>
<p></p>
<h3> Organization:</h3>
<li><span class="complete">Don&#8217;t keep junk. I only need so many free pens.</span></li>
<li><span class="complete">Get my bank accounts in order and track where I&#8217;m spending too much money</span> (yay <a href="http://mint.com">Mint.com</a>).</li>
<li><span class="complete">Keep my desk neat. Piles are the enemy.</span></li>
<li><span class="complete">Keep my room clean/organized/neat for an entire month.</span> &#8211; This one is easy now that my bedroom is literally just a bed and a side table. My whole apartment is generally very neat though.</li>
<li><strong><del>Throw away/sell/donate at least one thing I&#8217;ve been keeping &#8220;just in case&#8221; each week.</del></strong></li>
<li><span class="complete">Organize my out-of-control music collection.</span></li>
<li><span class="complete">Plan aforementioned trip to Europe.</span> &#8211; See <a href="http://travel.jennvargas.com">travel.jennvargas.com</a>.</li>
<li><strong><del>Reduce my RSS subscriptions to &lt;100 quality reads.</del></strong> &#8211; I think I&#8217;m around the same number I was last year. Some of the old standbys are there but more photography and less Engadget type echo-chamber-y sites.</li>
<p></p>
<h3>Photography</h3>
<li><span class="complete">Be in more photos rather than just taking them all the time.</span> &#8211; Did well with this one, especially toward the end of senior year.</li>
<li><span>Find and organize non-digital photos from childhood.</span> &#8211; Made good progress by digitizing a lot of the photos I found in the process of cleaning out my room for the move.</li>
<li><strong><del>Finish my <a href="http://www.flickr.com/photos/foreverdigital/sets/72157612022117847/">Project 365</a>.</del></strong> &#8211; Matt and I agreed to end it sometime over the course of the summer. It made photography too much of a chore.</li>
<li><strong><del>Print and frame at least 5 of my photos. What&#8217;s the point if they&#8217;re just sitting on my hard drive?</del></strong>I printed a lot of photos, but never framed any of them.</li>
<li><span class="complete">Try to make at least 1 HDR.</span> &#8211; Tried and failed. I don&#8217;t particularly like HDRs.</li>
<li><strong><del>Sell a photo. (I&#8217;ve sold a bunch of photo shoots already, but no photos that I&#8217;ve already shot)</del></strong></li>
<li><span class="complete">Shoot and develop at least 8 rolls of film.</span> &#8211; Far surpassed this one doing my Psych of Visual Comm final project</li>
<p></p>
<h3>Just Because:</h3>
<li><span class="complete">Build a snow man.</span> &#8211; Just last week, in fact!</li>
<li><strong><del>Buy a pair of awesome black heels.</del></strong></li>
<li><span class="complete">Buy a really cool vintage camera. &#8211; Bought a bunch of them but still want more. </span></li>
<li><strong><del>Complete the NYTimes Crossword Puzzle at least once/week (bonus for Sunday!)</del></strong></li>
<li><span class="complete">Get the Sims 3, but curb my addiction. (read: practice self-control).</span> &#8211; Got it, played with it, over it.</li>
<li><strong><del>Go ice skating.</del></strong></li>
<li><strong><del>Go on a date (perhaps combine with #23?).</del></strong>- FAIL.</li>
<li><strong><del>Learn 50 ASL signs that I don&#8217;t already know.</del></strong></li>
<li><span class="complete">Lose 15 lbs.</span> &#8211; Backpacking for 6 weeks helps.</li>
<li><strong><del>Make decent progress on watching CSI from start to finish.</del></strong></li>
<li><strong><del>Make a &#8220;soundtrack of the year&#8221; with 20 of the songs that I loved in 2009.</del></strong></li>
<li><strong><del>Read at least 1 book by Jane Austen.</del></strong></li>
<li><span class="complete">Read at least 3 non-school/non-major-related books.</span> &#8211; Definitely read more than 3.</li>
<li><strong><del>Re-learn Spanish.</del></strong> &#8211; Going to Spain really helped but I have a long way to go before I&#8217;m anywhere near fluency again.</li>
<li><strong><del>Re-locate my imagination.</del></strong> &#8211; Still not where I&#8217;d like to be.</li>
<li><strong><del>See at least 25 movies from the <a href="http://en.wikipedia.org/wiki/AFI%27s_100_Years..._100_Movies_(10th_Anniversary_Edition)#1998_List_And_2007_List_Comparison">AFI Top 100 Movies</a> (10th Anniversary Edition) list</del></strong> &#8211; SO CLOSE! (21/25)</li>
<li><span class="complete">Sell something on eBay or craigslist.</span></li>
<li><strong><del>Sell something on Etsy.</del></strong></li>
<li><strong><del>Try a sport other than volleyball, soccer or softball.</del></strong> &#8211; Unless paragliding counts?</li>
<li><strong><del>Watch all of the Star Wars movies (I haven&#8217;t seen any!).</del></strong></li>
<p>
</ol>
<p>All I can say is thank god I don&#8217;t have to do that manually next year. 46 completed. Less than half, but definitely the better half. Almost done with my list for 2010. These things are tough! Check it out on 101in365: <a href="http://101in365.com/jenn">101in365.com/jenn</a>. </p>
]]></content:encoded>
			<wfw:commentRss>http://jennthegeek.com/recapping-2009-the-101-in-365-list/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

