<?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>Evil Blogging &#187; software</title>
	<atom:link href="http://buckrobinson.com/tag/software/feed/" rel="self" type="application/rss+xml" />
	<link>http://buckrobinson.com</link>
	<description>Technology with an attitude</description>
	<lastBuildDate>Fri, 23 Jul 2010 12:59:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Hacking bad code to make it work</title>
		<link>http://buckrobinson.com/rants/hacking-bad-code-to-make-it-work/</link>
		<comments>http://buckrobinson.com/rants/hacking-bad-code-to-make-it-work/#comments</comments>
		<pubDate>Wed, 23 Dec 2009 21:47:00 +0000</pubDate>
		<dc:creator>Evil Buck</dc:creator>
				<category><![CDATA[Rants]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[technical]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://buckrobinson.com/?p=411</guid>
		<description><![CDATA[Should we hack it up? I say no. It will come back to bite you in the ass. But they will likely blame you when it does break.]]></description>
			<content:encoded><![CDATA[<p></p><p>Should we ever put up with hacking bad code to make it work for right now? Is there such a thing as a temporary solution? Every so often I fight this mentality at work to just patch the code and make it work for right now. The &#8220;we need this yesterday&#8221; solution without ever thinking about the future consequences of our actions.<br />
As much as I fight against, sometimes I have to do it. I hate, hate, hate hacking something up. I preach the fact that there is nothing more permanent than a temporary solution. I know it&#8217;s going to come back to bite me in the ass. The very second a change is wanted it will.<br />
Why do I hate patching the code? I hate it because the blame will later get placed on me for bugs in the software due to design decisions out of my control. I guess I wouldn&#8217;t mind making the quick patch as much if later, when bugs are introduced because the code is so very unmaintainable and bugs are introduced with ease, they would take the blame for the issues. But no, it&#8217;s now my job to stay late and work harder for shitty decisions made by someone else who was unwilling to take advice, or forced the issue of not worrying about maintenance. God knows I hate more work, tedious work at that, for something that could have been avoided. Should have been avoided, was foreseen and cautions ignored.<br />
You know the kind of code I&#8217;m talking about. The kind where you need intimate knowledge of every working part because all the code is so tightly coupled that making one modification means accounting for it in 15 different places or it will break. The kind where we decide that writing out javascript inside a string, passing it into a function, later to eval it is a good thing. See example -> http://club.cmstheme.com/demo100/Interface/templates/Interface/effects.php<br />
So back to the original question. Should we hack it up? I say no. It will come back to bite you in the ass. Almost no one that is asking you to do it understands the implications. They don&#8217;t understand that writing bad code is a future of longer development times and is a ticking time bomb. But they will likely blame you when it does break. Of course there will be times when this is unavoidable, but make the best of it and rewrite small sections at a time. Or make the change, but make sure the next time you touch the code that it is understood that re-factoring time is mandatory.</p>

<span class="slashdigglicious">
<a href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fbuckrobinson.com%2Frants%2Fhacking-bad-code-to-make-it-work%2F&amp;title=Hacking+bad+code+to+make+it+work" title="Slashdot It!" onclick="urchinTracker('/outgoing/slashdot.org/bookmark.pl?url=http_3A_2F_2Fbuckrobinson.com_2Frants_2Fhacking-bad-code-to-make-it-work_2F_amp_title=Hacking+bad+code+to+make+it+work&amp;referer=');"><img src="http://slashdot.org/favicon.ico" height="16" width="16" alt="[Slashdot]" /></a>
<a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fbuckrobinson.com%2Frants%2Fhacking-bad-code-to-make-it-work%2F&amp;title=Hacking+bad+code+to+make+it+work" title="Digg This Story" onclick="urchinTracker('/outgoing/digg.com/submit?phase=2_amp_url=http_3A_2F_2Fbuckrobinson.com_2Frants_2Fhacking-bad-code-to-make-it-work_2F_amp_title=Hacking+bad+code+to+make+it+work&amp;referer=');"><img src="http://digg.com/favicon.ico" width="16" height="16" alt="[Digg]" /></a>
<a href="http://reddit.com/submit?url=http%3A%2F%2Fbuckrobinson.com%2Frants%2Fhacking-bad-code-to-make-it-work%2F&amp;title=Hacking+bad+code+to+make+it+work" title="Reddit" onclick="urchinTracker('/outgoing/reddit.com/submit?url=http_3A_2F_2Fbuckrobinson.com_2Frants_2Fhacking-bad-code-to-make-it-work_2F_amp_title=Hacking+bad+code+to+make+it+work&amp;referer=');"><img src="http://reddit.com/favicon.ico" width="16" height="16" alt="[Reddit]" /></a>
<a href="http://del.icio.us/post?url=http%3A%2F%2Fbuckrobinson.com%2Frants%2Fhacking-bad-code-to-make-it-work%2F&amp;title=Hacking+bad+code+to+make+it+work" title="Save to del.icio.us" onclick="urchinTracker('/outgoing/del.icio.us/post?url=http_3A_2F_2Fbuckrobinson.com_2Frants_2Fhacking-bad-code-to-make-it-work_2F_amp_title=Hacking+bad+code+to+make+it+work&amp;referer=');window.open('http://del.icio.us/post?v=4&amp;noui&amp;jump=close&amp;url=http%3A%2F%2Fbuckrobinson.com%2Frants%2Fhacking-bad-code-to-make-it-work%2F&amp;title=Hacking+bad+code+to+make+it+work', 'delicious', 'toolbar=no,width=700,height=400'); return false;"><img src="http://images.del.icio.us/static/img/delicious.small.gif" width="16" height="16" alt="[del.icio.us]" /></a>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fbuckrobinson.com%2Frants%2Fhacking-bad-code-to-make-it-work%2F" title="Share on Facebook" onclick="urchinTracker('/outgoing/www.facebook.com/share.php?u=http_3A_2F_2Fbuckrobinson.com_2Frants_2Fhacking-bad-code-to-make-it-work_2F&amp;referer=');"><img src="http://www.facebook.com/favicon.ico" width="16" height="16" alt="[Facebook]" /></a>
<a href="http://technorati.com/faves?add=http%3A%2F%2Fbuckrobinson.com%2Frants%2Fhacking-bad-code-to-make-it-work%2F" title="Add to my Technorati Favorites" onclick="urchinTracker('/outgoing/technorati.com/faves?add=http_3A_2F_2Fbuckrobinson.com_2Frants_2Fhacking-bad-code-to-make-it-work_2F&amp;referer=');"><img src="http://technorati.com/favicon.ico" width="16" height="16" alt="[Technorati]" /></a>
<a href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fbuckrobinson.com%2Frants%2Fhacking-bad-code-to-make-it-work%2F&amp;title=Hacking+bad+code+to+make+it+work" title="Save to Google Bookmarks" onclick="urchinTracker('/outgoing/www.google.com/bookmarks/mark?op=edit_amp_output=popup_amp_bkmk=http_3A_2F_2Fbuckrobinson.com_2Frants_2Fhacking-bad-code-to-make-it-work_2F_amp_title=Hacking+bad+code+to+make+it+work&amp;referer=');"><img src="http://www.google.com/favicon.ico" width="16" height="16" alt="[Google]" /></a>
<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fbuckrobinson.com%2Frants%2Fhacking-bad-code-to-make-it-work%2F&amp;title=Hacking+bad+code+to+make+it+work" title="Stumble it!" onclick="urchinTracker('/outgoing/www.stumbleupon.com/submit?url=http_3A_2F_2Fbuckrobinson.com_2Frants_2Fhacking-bad-code-to-make-it-work_2F_amp_title=Hacking+bad+code+to+make+it+work&amp;referer=');"><img src="http://www.stumbleupon.com/favicon.ico" width="16" height="16" alt="[StumbleUpon]" /></a>
</span>]]></content:encoded>
			<wfw:commentRss>http://buckrobinson.com/rants/hacking-bad-code-to-make-it-work/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Category search for Hellaphone</title>
		<link>http://buckrobinson.com/rants/category-search-for-hellaphone/</link>
		<comments>http://buckrobinson.com/rants/category-search-for-hellaphone/#comments</comments>
		<pubDate>Wed, 24 Dec 2008 02:28:17 +0000</pubDate>
		<dc:creator>Evil Buck</dc:creator>
				<category><![CDATA[Rants]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[hellanzb]]></category>
		<category><![CDATA[hellaphone]]></category>
		<category><![CDATA[Iphone]]></category>
		<category><![CDATA[Ipod touch]]></category>
		<category><![CDATA[newsgroups]]></category>
		<category><![CDATA[newzbin]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[usenet]]></category>

		<guid isPermaLink="false">http://buckrobinson.com/?p=332</guid>
		<description><![CDATA[As requested, I&#8217;ve implemented a category search filter for hellaphone. Neither the keyword, nor the category is required, but both will filter the results. It&#8217;s up in github]]></description>
			<content:encoded><![CDATA[<p></p><p>As requested, I&#8217;ve implemented a category search filter for <a title="Hellaphone" href="http://buckrobinson.com/hellaphone_iphone_interface_for_hellanzb/" target="_self">hellaphone</a>. Neither the keyword, nor the category is required, but both will filter the results. It&#8217;s up in <a title="Github repository for hellaphone" href="http://github.com/buck2769/hellaphone/tree/master" target="_blank" onclick="urchinTracker('/outgoing/github.com/buck2769/hellaphone/tree/master?referer=');">github</a></p>
<div id="attachment_333" class="wp-caption aligncenter" style="width: 414px">
	<img class="size-full wp-image-333" title="hellaphone screenshot" src="http://buckrobinson.com/wp-content/uploads/2008/12/picture-2.png" alt="search with category" width="414" height="756" />
	<p class="wp-caption-text">search with category</p>
</div>

<span class="slashdigglicious">
<a href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fbuckrobinson.com%2Frants%2Fcategory-search-for-hellaphone%2F&amp;title=Category+search+for+Hellaphone" title="Slashdot It!" onclick="urchinTracker('/outgoing/slashdot.org/bookmark.pl?url=http_3A_2F_2Fbuckrobinson.com_2Frants_2Fcategory-search-for-hellaphone_2F_amp_title=Category+search+for+Hellaphone&amp;referer=');"><img src="http://slashdot.org/favicon.ico" height="16" width="16" alt="[Slashdot]" /></a>
<a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fbuckrobinson.com%2Frants%2Fcategory-search-for-hellaphone%2F&amp;title=Category+search+for+Hellaphone" title="Digg This Story" onclick="urchinTracker('/outgoing/digg.com/submit?phase=2_amp_url=http_3A_2F_2Fbuckrobinson.com_2Frants_2Fcategory-search-for-hellaphone_2F_amp_title=Category+search+for+Hellaphone&amp;referer=');"><img src="http://digg.com/favicon.ico" width="16" height="16" alt="[Digg]" /></a>
<a href="http://reddit.com/submit?url=http%3A%2F%2Fbuckrobinson.com%2Frants%2Fcategory-search-for-hellaphone%2F&amp;title=Category+search+for+Hellaphone" title="Reddit" onclick="urchinTracker('/outgoing/reddit.com/submit?url=http_3A_2F_2Fbuckrobinson.com_2Frants_2Fcategory-search-for-hellaphone_2F_amp_title=Category+search+for+Hellaphone&amp;referer=');"><img src="http://reddit.com/favicon.ico" width="16" height="16" alt="[Reddit]" /></a>
<a href="http://del.icio.us/post?url=http%3A%2F%2Fbuckrobinson.com%2Frants%2Fcategory-search-for-hellaphone%2F&amp;title=Category+search+for+Hellaphone" title="Save to del.icio.us" onclick="urchinTracker('/outgoing/del.icio.us/post?url=http_3A_2F_2Fbuckrobinson.com_2Frants_2Fcategory-search-for-hellaphone_2F_amp_title=Category+search+for+Hellaphone&amp;referer=');window.open('http://del.icio.us/post?v=4&amp;noui&amp;jump=close&amp;url=http%3A%2F%2Fbuckrobinson.com%2Frants%2Fcategory-search-for-hellaphone%2F&amp;title=Category+search+for+Hellaphone', 'delicious', 'toolbar=no,width=700,height=400'); return false;"><img src="http://images.del.icio.us/static/img/delicious.small.gif" width="16" height="16" alt="[del.icio.us]" /></a>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fbuckrobinson.com%2Frants%2Fcategory-search-for-hellaphone%2F" title="Share on Facebook" onclick="urchinTracker('/outgoing/www.facebook.com/share.php?u=http_3A_2F_2Fbuckrobinson.com_2Frants_2Fcategory-search-for-hellaphone_2F&amp;referer=');"><img src="http://www.facebook.com/favicon.ico" width="16" height="16" alt="[Facebook]" /></a>
<a href="http://technorati.com/faves?add=http%3A%2F%2Fbuckrobinson.com%2Frants%2Fcategory-search-for-hellaphone%2F" title="Add to my Technorati Favorites" onclick="urchinTracker('/outgoing/technorati.com/faves?add=http_3A_2F_2Fbuckrobinson.com_2Frants_2Fcategory-search-for-hellaphone_2F&amp;referer=');"><img src="http://technorati.com/favicon.ico" width="16" height="16" alt="[Technorati]" /></a>
<a href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fbuckrobinson.com%2Frants%2Fcategory-search-for-hellaphone%2F&amp;title=Category+search+for+Hellaphone" title="Save to Google Bookmarks" onclick="urchinTracker('/outgoing/www.google.com/bookmarks/mark?op=edit_amp_output=popup_amp_bkmk=http_3A_2F_2Fbuckrobinson.com_2Frants_2Fcategory-search-for-hellaphone_2F_amp_title=Category+search+for+Hellaphone&amp;referer=');"><img src="http://www.google.com/favicon.ico" width="16" height="16" alt="[Google]" /></a>
<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fbuckrobinson.com%2Frants%2Fcategory-search-for-hellaphone%2F&amp;title=Category+search+for+Hellaphone" title="Stumble it!" onclick="urchinTracker('/outgoing/www.stumbleupon.com/submit?url=http_3A_2F_2Fbuckrobinson.com_2Frants_2Fcategory-search-for-hellaphone_2F_amp_title=Category+search+for+Hellaphone&amp;referer=');"><img src="http://www.stumbleupon.com/favicon.ico" width="16" height="16" alt="[StumbleUpon]" /></a>
</span>]]></content:encoded>
			<wfw:commentRss>http://buckrobinson.com/rants/category-search-for-hellaphone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Hellaphone release</title>
		<link>http://buckrobinson.com/code/new-hellaphone-release/</link>
		<comments>http://buckrobinson.com/code/new-hellaphone-release/#comments</comments>
		<pubDate>Fri, 21 Nov 2008 05:16:23 +0000</pubDate>
		<dc:creator>Evil Buck</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[hellaphone]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[hellanzb]]></category>
		<category><![CDATA[Iphone]]></category>
		<category><![CDATA[Ipod touch]]></category>

		<guid isPermaLink="false">http://blog.buckrobinson.com/?p=303</guid>
		<description><![CDATA[New release of hellaphone. I scrapped the old code, got rid of cakephp, rolled a lighter, custom framework. Got rid of the installation troublesome mod_rewrite dependancy that cakephp required. I may even end up with a super light MVC after it&#8217;s all done. Grab a copy at Github here.]]></description>
			<content:encoded><![CDATA[<p></p><p>New release of <a title="Hellaphone" href="/hellaphone">hellaphone</a>. I scrapped the old code, got rid of cakephp, rolled a lighter, custom framework. Got rid of the installation troublesome mod_rewrite dependancy that cakephp required. I may even end up with a super light MVC after it&#8217;s all done. Grab a copy at Github <a title="Hellaphone git repo" href="http://github.com/buck2769/hellaphone/tree/master" target="_blank" onclick="urchinTracker('/outgoing/github.com/buck2769/hellaphone/tree/master?referer=');">here</a>.</p>

<span class="slashdigglicious">
<a href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fbuckrobinson.com%2Fcode%2Fnew-hellaphone-release%2F&amp;title=New+Hellaphone+release" title="Slashdot It!" onclick="urchinTracker('/outgoing/slashdot.org/bookmark.pl?url=http_3A_2F_2Fbuckrobinson.com_2Fcode_2Fnew-hellaphone-release_2F_amp_title=New+Hellaphone+release&amp;referer=');"><img src="http://slashdot.org/favicon.ico" height="16" width="16" alt="[Slashdot]" /></a>
<a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fbuckrobinson.com%2Fcode%2Fnew-hellaphone-release%2F&amp;title=New+Hellaphone+release" title="Digg This Story" onclick="urchinTracker('/outgoing/digg.com/submit?phase=2_amp_url=http_3A_2F_2Fbuckrobinson.com_2Fcode_2Fnew-hellaphone-release_2F_amp_title=New+Hellaphone+release&amp;referer=');"><img src="http://digg.com/favicon.ico" width="16" height="16" alt="[Digg]" /></a>
<a href="http://reddit.com/submit?url=http%3A%2F%2Fbuckrobinson.com%2Fcode%2Fnew-hellaphone-release%2F&amp;title=New+Hellaphone+release" title="Reddit" onclick="urchinTracker('/outgoing/reddit.com/submit?url=http_3A_2F_2Fbuckrobinson.com_2Fcode_2Fnew-hellaphone-release_2F_amp_title=New+Hellaphone+release&amp;referer=');"><img src="http://reddit.com/favicon.ico" width="16" height="16" alt="[Reddit]" /></a>
<a href="http://del.icio.us/post?url=http%3A%2F%2Fbuckrobinson.com%2Fcode%2Fnew-hellaphone-release%2F&amp;title=New+Hellaphone+release" title="Save to del.icio.us" onclick="urchinTracker('/outgoing/del.icio.us/post?url=http_3A_2F_2Fbuckrobinson.com_2Fcode_2Fnew-hellaphone-release_2F_amp_title=New+Hellaphone+release&amp;referer=');window.open('http://del.icio.us/post?v=4&amp;noui&amp;jump=close&amp;url=http%3A%2F%2Fbuckrobinson.com%2Fcode%2Fnew-hellaphone-release%2F&amp;title=New+Hellaphone+release', 'delicious', 'toolbar=no,width=700,height=400'); return false;"><img src="http://images.del.icio.us/static/img/delicious.small.gif" width="16" height="16" alt="[del.icio.us]" /></a>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fbuckrobinson.com%2Fcode%2Fnew-hellaphone-release%2F" title="Share on Facebook" onclick="urchinTracker('/outgoing/www.facebook.com/share.php?u=http_3A_2F_2Fbuckrobinson.com_2Fcode_2Fnew-hellaphone-release_2F&amp;referer=');"><img src="http://www.facebook.com/favicon.ico" width="16" height="16" alt="[Facebook]" /></a>
<a href="http://technorati.com/faves?add=http%3A%2F%2Fbuckrobinson.com%2Fcode%2Fnew-hellaphone-release%2F" title="Add to my Technorati Favorites" onclick="urchinTracker('/outgoing/technorati.com/faves?add=http_3A_2F_2Fbuckrobinson.com_2Fcode_2Fnew-hellaphone-release_2F&amp;referer=');"><img src="http://technorati.com/favicon.ico" width="16" height="16" alt="[Technorati]" /></a>
<a href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fbuckrobinson.com%2Fcode%2Fnew-hellaphone-release%2F&amp;title=New+Hellaphone+release" title="Save to Google Bookmarks" onclick="urchinTracker('/outgoing/www.google.com/bookmarks/mark?op=edit_amp_output=popup_amp_bkmk=http_3A_2F_2Fbuckrobinson.com_2Fcode_2Fnew-hellaphone-release_2F_amp_title=New+Hellaphone+release&amp;referer=');"><img src="http://www.google.com/favicon.ico" width="16" height="16" alt="[Google]" /></a>
<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fbuckrobinson.com%2Fcode%2Fnew-hellaphone-release%2F&amp;title=New+Hellaphone+release" title="Stumble it!" onclick="urchinTracker('/outgoing/www.stumbleupon.com/submit?url=http_3A_2F_2Fbuckrobinson.com_2Fcode_2Fnew-hellaphone-release_2F_amp_title=New+Hellaphone+release&amp;referer=');"><img src="http://www.stumbleupon.com/favicon.ico" width="16" height="16" alt="[StumbleUpon]" /></a>
</span>]]></content:encoded>
			<wfw:commentRss>http://buckrobinson.com/code/new-hellaphone-release/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Everyone has a good Idea for me</title>
		<link>http://buckrobinson.com/rants/everyone-has-a-good-idea-for-me/</link>
		<comments>http://buckrobinson.com/rants/everyone-has-a-good-idea-for-me/#comments</comments>
		<pubDate>Fri, 14 Nov 2008 04:38:55 +0000</pubDate>
		<dc:creator>Evil Buck</dc:creator>
				<category><![CDATA[Rants]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[entrepreneur]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://blog.buckrobinson.com/?p=296</guid>
		<description><![CDATA[Isn&#8217;t it funny how everyone has a good idea for a website/service that will make money? Does this ever happen to you? Every now and then one of my friends or colleagues gives me a call with a new idea for a website or service to offer. They call with excitement and a tone of [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Isn&#8217;t it funny how everyone has a good idea for a website/service that will make money?</p>
<p><strong>Does this ever happen to you?</strong></p>
<p>Every now and then one of my friends or colleagues gives me a call with a new idea for a website or service to offer. They call with excitement and a tone of voice that sounds like they believe they&#8217;ll be rich soon. They never do any due diligence to see if the same exact service or niche is already being filled. Even when their idea is unique that seems to be all they want to do, tell me the idea. Tell me the idea and collect some sort of paycheck for basically doing nothing but talking to me like a lush would to a buddy during a long night out.</p>
<p>It&#8217;s a real shame too, some of these ideas are genuinely good. Unfortunately, I only have so much time. I usually require them to do some leg work.</p>
<ul>
<li>Something like research what other services are out there that compete or are related.Â Make a list.Â </li>
<li>Define an initial feature set.</li>
<li>Brainstorm our business model.</li>
<li>Define costs</li>
<li>Brainstorm marketing ideas</li>
</ul>
<p>Most people never get past step one. This weeds out the majority. Some will actually define a feature set, but then tend to drop off past the business model. Defining costs almost always loses everyone else.</p>
<p>I may start giving quotes to these people with the ideas, but that would require more questions that they probably wouldn&#8217;t ever get back to me on.</p>

<span class="slashdigglicious">
<a href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fbuckrobinson.com%2Frants%2Feveryone-has-a-good-idea-for-me%2F&amp;title=Everyone+has+a+good+Idea+for+me" title="Slashdot It!" onclick="urchinTracker('/outgoing/slashdot.org/bookmark.pl?url=http_3A_2F_2Fbuckrobinson.com_2Frants_2Feveryone-has-a-good-idea-for-me_2F_amp_title=Everyone+has+a+good+Idea+for+me&amp;referer=');"><img src="http://slashdot.org/favicon.ico" height="16" width="16" alt="[Slashdot]" /></a>
<a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fbuckrobinson.com%2Frants%2Feveryone-has-a-good-idea-for-me%2F&amp;title=Everyone+has+a+good+Idea+for+me" title="Digg This Story" onclick="urchinTracker('/outgoing/digg.com/submit?phase=2_amp_url=http_3A_2F_2Fbuckrobinson.com_2Frants_2Feveryone-has-a-good-idea-for-me_2F_amp_title=Everyone+has+a+good+Idea+for+me&amp;referer=');"><img src="http://digg.com/favicon.ico" width="16" height="16" alt="[Digg]" /></a>
<a href="http://reddit.com/submit?url=http%3A%2F%2Fbuckrobinson.com%2Frants%2Feveryone-has-a-good-idea-for-me%2F&amp;title=Everyone+has+a+good+Idea+for+me" title="Reddit" onclick="urchinTracker('/outgoing/reddit.com/submit?url=http_3A_2F_2Fbuckrobinson.com_2Frants_2Feveryone-has-a-good-idea-for-me_2F_amp_title=Everyone+has+a+good+Idea+for+me&amp;referer=');"><img src="http://reddit.com/favicon.ico" width="16" height="16" alt="[Reddit]" /></a>
<a href="http://del.icio.us/post?url=http%3A%2F%2Fbuckrobinson.com%2Frants%2Feveryone-has-a-good-idea-for-me%2F&amp;title=Everyone+has+a+good+Idea+for+me" title="Save to del.icio.us" onclick="urchinTracker('/outgoing/del.icio.us/post?url=http_3A_2F_2Fbuckrobinson.com_2Frants_2Feveryone-has-a-good-idea-for-me_2F_amp_title=Everyone+has+a+good+Idea+for+me&amp;referer=');window.open('http://del.icio.us/post?v=4&amp;noui&amp;jump=close&amp;url=http%3A%2F%2Fbuckrobinson.com%2Frants%2Feveryone-has-a-good-idea-for-me%2F&amp;title=Everyone+has+a+good+Idea+for+me', 'delicious', 'toolbar=no,width=700,height=400'); return false;"><img src="http://images.del.icio.us/static/img/delicious.small.gif" width="16" height="16" alt="[del.icio.us]" /></a>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fbuckrobinson.com%2Frants%2Feveryone-has-a-good-idea-for-me%2F" title="Share on Facebook" onclick="urchinTracker('/outgoing/www.facebook.com/share.php?u=http_3A_2F_2Fbuckrobinson.com_2Frants_2Feveryone-has-a-good-idea-for-me_2F&amp;referer=');"><img src="http://www.facebook.com/favicon.ico" width="16" height="16" alt="[Facebook]" /></a>
<a href="http://technorati.com/faves?add=http%3A%2F%2Fbuckrobinson.com%2Frants%2Feveryone-has-a-good-idea-for-me%2F" title="Add to my Technorati Favorites" onclick="urchinTracker('/outgoing/technorati.com/faves?add=http_3A_2F_2Fbuckrobinson.com_2Frants_2Feveryone-has-a-good-idea-for-me_2F&amp;referer=');"><img src="http://technorati.com/favicon.ico" width="16" height="16" alt="[Technorati]" /></a>
<a href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fbuckrobinson.com%2Frants%2Feveryone-has-a-good-idea-for-me%2F&amp;title=Everyone+has+a+good+Idea+for+me" title="Save to Google Bookmarks" onclick="urchinTracker('/outgoing/www.google.com/bookmarks/mark?op=edit_amp_output=popup_amp_bkmk=http_3A_2F_2Fbuckrobinson.com_2Frants_2Feveryone-has-a-good-idea-for-me_2F_amp_title=Everyone+has+a+good+Idea+for+me&amp;referer=');"><img src="http://www.google.com/favicon.ico" width="16" height="16" alt="[Google]" /></a>
<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fbuckrobinson.com%2Frants%2Feveryone-has-a-good-idea-for-me%2F&amp;title=Everyone+has+a+good+Idea+for+me" title="Stumble it!" onclick="urchinTracker('/outgoing/www.stumbleupon.com/submit?url=http_3A_2F_2Fbuckrobinson.com_2Frants_2Feveryone-has-a-good-idea-for-me_2F_amp_title=Everyone+has+a+good+Idea+for+me&amp;referer=');"><img src="http://www.stumbleupon.com/favicon.ico" width="16" height="16" alt="[StumbleUpon]" /></a>
</span>]]></content:encoded>
			<wfw:commentRss>http://buckrobinson.com/rants/everyone-has-a-good-idea-for-me/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>HellaNZB iPhone / iPod touch Interface &#8211; HellaPhone</title>
		<link>http://buckrobinson.com/info/hellanzb-iphone-ipod-touch-interface-hellaphone/</link>
		<comments>http://buckrobinson.com/info/hellanzb-iphone-ipod-touch-interface-hellaphone/#comments</comments>
		<pubDate>Tue, 20 Nov 2007 01:25:50 +0000</pubDate>
		<dc:creator>Evil Buck</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[info]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[technical]]></category>
		<category><![CDATA[hellanzb]]></category>
		<category><![CDATA[Iphone]]></category>
		<category><![CDATA[Ipod touch]]></category>
		<category><![CDATA[newzbin]]></category>
		<category><![CDATA[usenet]]></category>

		<guid isPermaLink="false">http://blog.buckrobinson.com/?p=116</guid>
		<description><![CDATA[HellaPhoneÂ  I currently use hellanzb for all of my usenet downloads. It&#8217;s much simpler than anything I have used before and is a simple install. Very simple if you are on a Debian (Ubuntu), or Darwin System (Mac OS X).I developed this interface for my own personal use and nothing more. That being said, there [...]]]></description>
			<content:encoded><![CDATA[<p></p><h3>HellaPhoneÂ </h3>
<p>I currently use hellanzb for all of my usenet downloads. It&#8217;s much simpler than anything I have used before and is a simple install. Very simple if you are on a Debian (Ubuntu), or Darwin System (Mac OS X).I developed this interface for my own personal use and nothing more. That being said, there is very little error checking if any, and even less error reporting in the interface. I planned on releasing this when it is more complete, but I have not had the time to spend on it due to other projects that put food on my table. The app does work pretty well for a quick newzbin search and download to your existing hellanzb install. It just doesn&#8217;t monitor the downloads or report an error if the download doesn&#8217;t initiate. I planned onÂ rectifyingÂ that at some future date.The requirements are:
<ul>
<li><span style="font-style: italic" class="Apple-style-span">Â php5</span></li>
<li><span style="font-style: italic" class="Apple-style-span">cakephp 1.2.x</span></li>
<li><span style="font-style: italic" class="Apple-style-span">allow_url_open &#8211; (maybe, I may have changed it to curl, can&#8217;t remember, don&#8217;t care)</span></li>
<li><span style="font-style: italic" class="Apple-style-span">hellanzb install with allowed network access</span></li>
<li><span style="font-style: italic" class="Apple-style-span">newzbin account</span></li>
</ul>
<p>If enough people show interest I may make time to work on it some more. Please, if you are interested in upgrading or continuing work on this project, Leave it in the comments. And of course donations are always welcome. Download from theÂ <a href="http://blog.buckrobinson.com/hellaphone" onclick="urchinTracker('/outgoing/blog.buckrobinson.com/hellaphone?referer=');">HellaPhone page</a>Â Â Some screenshots<img src="http://blog.buckrobinson.com/wp-content/uploads/2007/11/hellaphone.jpg" alt="hellaphone.jpg" />Â <img src="http://blog.buckrobinson.com/wp-content/uploads/2007/11/picture-3.jpg" alt="picture-3.jpg" />Â <a href="http://blog.buckrobinson.com/wp-content/uploads/2007/11/picture-4.jpg" title="picture-4.jpg" onclick="urchinTracker('/outgoing/blog.buckrobinson.com/wp-content/uploads/2007/11/picture-4.jpg?referer=');"><img src="http://blog.buckrobinson.com/wp-content/uploads/2007/11/picture-4.jpg" alt="picture-4.jpg" /></a><img src="http://blog.buckrobinson.com/wp-content/uploads/2007/11/picture-5.jpg" alt="picture-5.jpg" />Â </p>

<span class="slashdigglicious">
<a href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fbuckrobinson.com%2Finfo%2Fhellanzb-iphone-ipod-touch-interface-hellaphone%2F&amp;title=HellaNZB+iPhone+%2F+iPod+touch+Interface+%26%238211%3B+HellaPhone" title="Slashdot It!" onclick="urchinTracker('/outgoing/slashdot.org/bookmark.pl?url=http_3A_2F_2Fbuckrobinson.com_2Finfo_2Fhellanzb-iphone-ipod-touch-interface-hellaphone_2F_amp_title=HellaNZB+iPhone+_2F+iPod+touch+Interface+_26_238211_3B+HellaPhone&amp;referer=');"><img src="http://slashdot.org/favicon.ico" height="16" width="16" alt="[Slashdot]" /></a>
<a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fbuckrobinson.com%2Finfo%2Fhellanzb-iphone-ipod-touch-interface-hellaphone%2F&amp;title=HellaNZB+iPhone+%2F+iPod+touch+Interface+%26%238211%3B+HellaPhone" title="Digg This Story" onclick="urchinTracker('/outgoing/digg.com/submit?phase=2_amp_url=http_3A_2F_2Fbuckrobinson.com_2Finfo_2Fhellanzb-iphone-ipod-touch-interface-hellaphone_2F_amp_title=HellaNZB+iPhone+_2F+iPod+touch+Interface+_26_238211_3B+HellaPhone&amp;referer=');"><img src="http://digg.com/favicon.ico" width="16" height="16" alt="[Digg]" /></a>
<a href="http://reddit.com/submit?url=http%3A%2F%2Fbuckrobinson.com%2Finfo%2Fhellanzb-iphone-ipod-touch-interface-hellaphone%2F&amp;title=HellaNZB+iPhone+%2F+iPod+touch+Interface+%26%238211%3B+HellaPhone" title="Reddit" onclick="urchinTracker('/outgoing/reddit.com/submit?url=http_3A_2F_2Fbuckrobinson.com_2Finfo_2Fhellanzb-iphone-ipod-touch-interface-hellaphone_2F_amp_title=HellaNZB+iPhone+_2F+iPod+touch+Interface+_26_238211_3B+HellaPhone&amp;referer=');"><img src="http://reddit.com/favicon.ico" width="16" height="16" alt="[Reddit]" /></a>
<a href="http://del.icio.us/post?url=http%3A%2F%2Fbuckrobinson.com%2Finfo%2Fhellanzb-iphone-ipod-touch-interface-hellaphone%2F&amp;title=HellaNZB+iPhone+%2F+iPod+touch+Interface+%26%238211%3B+HellaPhone" title="Save to del.icio.us" onclick="urchinTracker('/outgoing/del.icio.us/post?url=http_3A_2F_2Fbuckrobinson.com_2Finfo_2Fhellanzb-iphone-ipod-touch-interface-hellaphone_2F_amp_title=HellaNZB+iPhone+_2F+iPod+touch+Interface+_26_238211_3B+HellaPhone&amp;referer=');window.open('http://del.icio.us/post?v=4&amp;noui&amp;jump=close&amp;url=http%3A%2F%2Fbuckrobinson.com%2Finfo%2Fhellanzb-iphone-ipod-touch-interface-hellaphone%2F&amp;title=HellaNZB+iPhone+%2F+iPod+touch+Interface+%26%238211%3B+HellaPhone', 'delicious', 'toolbar=no,width=700,height=400'); return false;"><img src="http://images.del.icio.us/static/img/delicious.small.gif" width="16" height="16" alt="[del.icio.us]" /></a>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fbuckrobinson.com%2Finfo%2Fhellanzb-iphone-ipod-touch-interface-hellaphone%2F" title="Share on Facebook" onclick="urchinTracker('/outgoing/www.facebook.com/share.php?u=http_3A_2F_2Fbuckrobinson.com_2Finfo_2Fhellanzb-iphone-ipod-touch-interface-hellaphone_2F&amp;referer=');"><img src="http://www.facebook.com/favicon.ico" width="16" height="16" alt="[Facebook]" /></a>
<a href="http://technorati.com/faves?add=http%3A%2F%2Fbuckrobinson.com%2Finfo%2Fhellanzb-iphone-ipod-touch-interface-hellaphone%2F" title="Add to my Technorati Favorites" onclick="urchinTracker('/outgoing/technorati.com/faves?add=http_3A_2F_2Fbuckrobinson.com_2Finfo_2Fhellanzb-iphone-ipod-touch-interface-hellaphone_2F&amp;referer=');"><img src="http://technorati.com/favicon.ico" width="16" height="16" alt="[Technorati]" /></a>
<a href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fbuckrobinson.com%2Finfo%2Fhellanzb-iphone-ipod-touch-interface-hellaphone%2F&amp;title=HellaNZB+iPhone+%2F+iPod+touch+Interface+%26%238211%3B+HellaPhone" title="Save to Google Bookmarks" onclick="urchinTracker('/outgoing/www.google.com/bookmarks/mark?op=edit_amp_output=popup_amp_bkmk=http_3A_2F_2Fbuckrobinson.com_2Finfo_2Fhellanzb-iphone-ipod-touch-interface-hellaphone_2F_amp_title=HellaNZB+iPhone+_2F+iPod+touch+Interface+_26_238211_3B+HellaPhone&amp;referer=');"><img src="http://www.google.com/favicon.ico" width="16" height="16" alt="[Google]" /></a>
<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fbuckrobinson.com%2Finfo%2Fhellanzb-iphone-ipod-touch-interface-hellaphone%2F&amp;title=HellaNZB+iPhone+%2F+iPod+touch+Interface+%26%238211%3B+HellaPhone" title="Stumble it!" onclick="urchinTracker('/outgoing/www.stumbleupon.com/submit?url=http_3A_2F_2Fbuckrobinson.com_2Finfo_2Fhellanzb-iphone-ipod-touch-interface-hellaphone_2F_amp_title=HellaNZB+iPhone+_2F+iPod+touch+Interface+_26_238211_3B+HellaPhone&amp;referer=');"><img src="http://www.stumbleupon.com/favicon.ico" width="16" height="16" alt="[StumbleUpon]" /></a>
</span>]]></content:encoded>
			<wfw:commentRss>http://buckrobinson.com/info/hellanzb-iphone-ipod-touch-interface-hellaphone/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
	</channel>
</rss>
