<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link rel="hub" href="http://tumblr.superfeedr.com/" xmlns:atom="http://www.w3.org/2005/Atom"/><description></description><title>Untitled</title><generator>Tumblr (3.0; @illcomputing)</generator><link>http://blog.ill.com/</link><item><title>http://www.quora.com/Productivity/How-can-I-increase-my-productivity-on-my-side-projects-at-the-end-of-the-day-when-Im-tired-from-work</title><description>&lt;a href="http://www.quora.com/Productivity/How-can-I-increase-my-productivity-on-my-side-projects-at-the-end-of-the-day-when-Im-tired-from-work"&gt;http://www.quora.com/Productivity/How-can-I-increase-my-productivity-on-my-side-projects-at-the-end-of-the-day-when-Im-tired-from-work&lt;/a&gt;: &lt;p&gt;The ‘minimize startup and switching costs’ is the best idea ever.&lt;/p&gt;</description><link>http://blog.ill.com/post/23624654553</link><guid>http://blog.ill.com/post/23624654553</guid><pubDate>Wed, 23 May 2012 16:29:46 -0400</pubDate></item><item><title>So I think my problem is that I&amp;#8217;m too quick to jump on something that I know how to solve....</title><description>&lt;p&gt;So I think my problem is that I&amp;#8217;m too quick to jump on something that I know how to solve. Sometimes this works out, but I think a lot of the time I&amp;#8217;m doing a lot of scrambling when I should be thinking things through some more and spending less time hacking.&lt;/p&gt;
&lt;p&gt;This is in sharp contrast to my previous partner who spent little time scrambling, but since he thought more about things he was able to achieve results.&lt;/p&gt;
&lt;p&gt;This is actually probably my hardest thing to deal with - how do I get myself to stop scrambling around and between projects and instead think some more and focus on the proper things.&lt;/p&gt;</description><link>http://blog.ill.com/post/23489021784</link><guid>http://blog.ill.com/post/23489021784</guid><pubDate>Mon, 21 May 2012 14:02:40 -0400</pubDate></item><item><title>The problem with learning something new and developing a product at the same time is that you end up...</title><description>&lt;p&gt;The problem with learning something new and developing a product at the same time is that you end up doing things wrong early on because you don&amp;#8217;t know enough, and so you end up with crappy code that you [or others] have to deal with in the long run.&lt;/p&gt;
&lt;p&gt;So you should probably develop products only with things you&amp;#8217;re familiar with.. but tools are being developed so quickly on the internet that you really have to use new stuff, I think.&lt;/p&gt;
&lt;p&gt;The solution is to probably just frequently review and update code as you learn more about a platform.&lt;/p&gt;
&lt;p&gt;&lt;strike&gt;One way to do this is to just review code that has been developed 2 weeks ago. It&amp;#8217;s still kind of fresh in my mind and hopefully not much has been built on top of it, so it can be updated easily.&lt;/strike&gt; After adding any new code to the site, I should be reviewing old code in light of what I&amp;#8217;ve just learned, and updating the old code.&lt;/p&gt;</description><link>http://blog.ill.com/post/23485692914</link><guid>http://blog.ill.com/post/23485692914</guid><pubDate>Mon, 21 May 2012 12:53:00 -0400</pubDate></item><item><title>New goal: make $15 million.</title><description>&lt;p&gt;New goal: make $15 million.&lt;/p&gt;</description><link>http://blog.ill.com/post/23355653928</link><guid>http://blog.ill.com/post/23355653928</guid><pubDate>Sat, 19 May 2012 12:30:03 -0400</pubDate></item><item><title>Yesterday I took a fresh look at some of my recent code. Ouch. I&amp;#8217;ve got to do this more often...</title><description>&lt;p&gt;Yesterday I took a fresh look at some of my recent code. Ouch. I&amp;#8217;ve got to do this more often or things can get/stay messy quick.&lt;/p&gt;</description><link>http://blog.ill.com/post/23353215736</link><guid>http://blog.ill.com/post/23353215736</guid><pubDate>Sat, 19 May 2012 11:41:17 -0400</pubDate></item><item><title>How do you know if the project/company you&amp;#8217;re working on will be successful? I&amp;#8217;ve got...</title><description>&lt;p&gt;How do you know if the project/company you&amp;#8217;re working on will be successful? I&amp;#8217;ve got some doubts as to what we&amp;#8217;re doing. I think I need to continue, though, because I need a mainstream project under my belt. I&amp;#8217;m working with some good stuff, so I can&amp;#8217;t complain there.&lt;/p&gt;</description><link>http://blog.ill.com/post/23230295379</link><guid>http://blog.ill.com/post/23230295379</guid><pubDate>Thu, 17 May 2012 11:05:36 -0400</pubDate></item><item><title>So I revisited &amp;#8216;grunt&amp;#8217; today, and it&amp;#8217;s turned out to be really nice. It&amp;#8217;ll...</title><description>&lt;p&gt;So I revisited &amp;#8216;grunt&amp;#8217; today, and it&amp;#8217;s turned out to be really nice. It&amp;#8217;ll do all the javascript transformation stuff that I need (lint, concat, minify). It even has a &amp;#8216;watch&amp;#8217; task to do those things automatically while I&amp;#8217;m developing. It even has a &amp;#8216;less&amp;#8217; compiler! I could probably just as well use &amp;#8216;rake&amp;#8217; or some of the other zillion things out there, but this app is written in javascript and so has (I think) the latest goodies.&lt;/p&gt;
&lt;p&gt;There is testing in there as well with qunit and phantomjs. I should start doing unit tests with that - it should be pretty easy. Alternatively, I could install the grunt-jasmine and use that. After I&amp;#8217;ve got that low level testing running, I should also set up some kind of selenium acceptance tests.&lt;/p&gt;</description><link>http://blog.ill.com/post/23230232583</link><guid>http://blog.ill.com/post/23230232583</guid><pubDate>Thu, 17 May 2012 11:03:39 -0400</pubDate></item><item><title>In this current project, along with the last one, communicating with users and tracking the...</title><description>&lt;p&gt;In this current project, along with the last one, communicating with users and tracking the communication is a really big part of the focus on the marketing side.&lt;/p&gt;
&lt;p&gt;Trying to build out the tools to manage that on my end, while simultaneously building out the product, is really hard. Also, I want to push back with &amp;#8220;but are you actually using any of these stats?&amp;#8221;, but it&amp;#8217;s a difficult argument to make when you&amp;#8217;ve got a zillion other things to do.&lt;/p&gt;
&lt;p&gt;I&amp;#8217;m pretty happy that we&amp;#8217;ve got sendgrid right now. It isn&amp;#8217;t very expensive, and it has most of the stuff that we want. &lt;/p&gt;</description><link>http://blog.ill.com/post/23229897673</link><guid>http://blog.ill.com/post/23229897673</guid><pubDate>Thu, 17 May 2012 10:53:13 -0400</pubDate></item><item><title>&amp;#8216;recess&amp;#8217; for compiling less and css and linting/minimizing it. Need to work up to it -...</title><description>&lt;p&gt;&amp;#8216;recess&amp;#8217; for compiling less and css and linting/minimizing it. Need to work up to it - my css is shit right now.&lt;/p&gt;
&lt;p&gt;ultimately, I&amp;#8217;ll be running &amp;#8216;grunt&amp;#8217; all the time to check/compile javascript and recess to check/compile less.&lt;/p&gt;</description><link>http://blog.ill.com/post/23118730973</link><guid>http://blog.ill.com/post/23118730973</guid><pubDate>Tue, 15 May 2012 16:21:00 -0400</pubDate></item><item><title>How much time should be spent on the onboarding part of a project vs the actual project itself?</title><description>&lt;p&gt;How much time should be spent on the onboarding part of a project vs the actual project itself?&lt;/p&gt;</description><link>http://blog.ill.com/post/23116364213</link><guid>http://blog.ill.com/post/23116364213</guid><pubDate>Tue, 15 May 2012 15:41:15 -0400</pubDate></item><item><title>You don&amp;#8217;t understand it unless you can explain it.</title><description>&lt;p&gt;You don&amp;#8217;t understand it unless you can explain it.&lt;/p&gt;</description><link>http://blog.ill.com/post/22757463976</link><guid>http://blog.ill.com/post/22757463976</guid><pubDate>Wed, 09 May 2012 22:22:49 -0400</pubDate></item><item><title>This is a post without a title. That&amp;#8217;s right. No title.</title><description>&lt;p&gt;This is a post without a title. That&amp;#8217;s right. No title.&lt;/p&gt;</description><link>http://blog.ill.com/post/22653007706</link><guid>http://blog.ill.com/post/22653007706</guid><pubDate>Tue, 08 May 2012 10:51:18 -0400</pubDate></item><item><title>Testy mctesterson.</title><description>&lt;img src="http://25.media.tumblr.com/tumblr_lc64gueE211qc1pjno1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Testy mctesterson.&lt;/p&gt;</description><link>http://blog.ill.com/post/1624723847</link><guid>http://blog.ill.com/post/1624723847</guid><pubDate>Sat, 20 Nov 2010 00:26:17 -0500</pubDate></item><item><title>Test!</title><description>&lt;img src="http://24.media.tumblr.com/tumblr_l2g7j67njn1qc1pjno1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Test!&lt;/p&gt;</description><link>http://blog.ill.com/post/600170597</link><guid>http://blog.ill.com/post/600170597</guid><pubDate>Sat, 15 May 2010 02:32:56 -0400</pubDate></item><item><title>What it is?</title><description>&lt;p&gt;What it is?&lt;/p&gt;</description><link>http://blog.ill.com/post/600168329</link><guid>http://blog.ill.com/post/600168329</guid><pubDate>Sat, 15 May 2010 02:32:00 -0400</pubDate></item></channel></rss>

