<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Accidental Technologist</title>
	
	<link>http://accidentaltechnologist.com</link>
	<description>Musings about Technology, Software Design and Development</description>
	<lastBuildDate>Thu, 03 May 2012 18:13:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/AccidentalTechnologist" /><feedburner:info uri="accidentaltechnologist" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><geo:lat>41.971403</geo:lat><geo:long>-71.998725</geo:long><feedburner:emailServiceId>AccidentalTechnologist</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>RailsConf 2012 Wrap Up</title>
		<link>http://feedproxy.google.com/~r/AccidentalTechnologist/~3/u4-oBwytKUQ/</link>
		<comments>http://accidentaltechnologist.com/ruby-on-rails/railsconf-2012/#comments</comments>
		<pubDate>Wed, 02 May 2012 13:02:48 +0000</pubDate>
		<dc:creator>Rob Bazinet</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[railsconf]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://accidentaltechnologist.com/?p=718</guid>
		<description><![CDATA[I was fortunate enough to be able to work out attending RailsConf 2012 in Austin, TX.   This was the first time on many years that the conference was not organized by O&#8217;Reilly but rather Ruby Central, Inc. I have to go on record and say I usually avoid cities but the city of Austin [...]]]></description>
			<content:encoded><![CDATA[<p><img style="float: right; padding: 5px;" title="IMG_0370.jpg" src="http://accidentaltechnologist.com/wp-content/uploads/2012/05/IMG_0370.jpg" alt="IMG 0370" width="200" height="267" border="0" /></p>
<p>I was fortunate enough to be able to work out attending <a href="http://railsconf2012.com/">RailsConf 2012</a> in Austin, TX.   This was the first time on many years that the conference was not organized by O&#8217;Reilly but rather <a href="http://www.rubycentral.org/">Ruby Central, Inc</a>.</p>
<p>I have to go on record and say I usually avoid cities but the city of Austin is a great place and would not hesitate to return.  The people are friendly and there is so much diversity in the city that there is something new on each corner.  I noticed an abundance of restaurants with so many different types of food.  I can&#8217;t say I had a single bad meal during my journey.  Everyone I spoke with about the trip said I had to try the BBQ, and they were right…it was fantastic.</p>
<p><img style="float: left; padding: 5px;" title="IMG_0379.JPG" src="http://accidentaltechnologist.com/wp-content/uploads/2012/05/IMG_0379.jpg" alt="IMG 0379" width="200" height="149" border="0" /></p>
<p>Many of the sessions overfilled the room.  This on in particular exemplifies what I&#8217;m talking about.  I bet the fire marshal wasn&#8217;t aware of these.  Overall the floors were pretty comfortable.</p>
<p>It was often difficult to decide which sessions to attend, with 3 full-tracks there always seemed to be two talks during the same time slot I wanted to take.  I usually decide which sessions to attend by how applicable they are to current work.</p>
<p>One of my favorite sessions was by <a href="http://obiefernandez.com/">Obie Fernandez</a> about using <a href="http://redis.io/">Redis</a> with Rails.  Although the examples of the talk were from his recent startup, they were excellent and showed integrating Redis into a Rails application not to remove ActiveRecord but to compliment it.  Obie discussed a gem he released to help the integration called <a href="https://github.com/obie/redis_props">redis_props</a> along with <a href="https://github.com/obie/redis_on_rails">sample code</a> used in the talk.  The code is clean and concise…great stuff.</p>
<p>Another talk I found personal value in was the Semi Automatic Code Review by Richard Huang.  Richard is the creator and maintainer of the <a href="https://github.com/railsbp/rails_best_practices">Rails Best Practices gem</a>.  In the talk he discusses another related open source project called <a href="http://railsbp.com/">Railsbp.com</a> which allows for your code to be reviewed when committing to Github.  The results will be displayed on the Railsbp.com site where you can change the code right there and commit back to your repo.  Very informative details produced from the site, GitHub allows hooks into the service and <a href="https://github.com/railsbp/railsbp.com">thoughtfully open sourced</a>.  I wasn&#8217;t aware of the site before but now I am using it regularly.</p>
<p>The other talk which I took a lot away from was Digging Deep with ActiveSupport::Notifications by Matt Sanders.  This talk when into great detail with many examples of using notifications in your applications.  It is similar to the event publishing and subscriber model from other platforms such as .NET.  Having spent many years writing .NET applications this talk brought back many memories of this pattern.  The techniques exemplified here I had never used in Rails but do need this functionality on a new project.  </p>
<p><strong>UPDATE (05/03/2012)</strong>: One talk that was intended to be included here, is from Lori Olson.  Her talk titled, <a href="http://confreaks.com/videos/857-railsconf2012-mobile-rage-what-causes-it-how-to-fix-it">Mobile Rage &#8211; What causes it &amp; how to fix it</a> (Confreaks), takes the view of web application use on a mobile device from the user&#8217;s perspective and how developers can implement very simple techniques to ease the pain.  I recommend this one highly, good stuff and some tips I was not aware of.  I admit I have some sites that can take advantage of this.  </p>
<p><img style="float: right; padding: 5px;" title="IMG_0387.JPG" src="http://accidentaltechnologist.com/wp-content/uploads/2012/05/IMG_0387.jpg" alt="IMG 0387" width="300" height="224" border="0" /></p>
<p>The <a href="http://confreaks.com/videos/860-railsconf2012-keynote-simplicity-matters">final keynote of day one was from a non-Ruby developer</a>, Rich Hickey, which seemed to be out of the ordinary.  Maybe he was there to pull some Ruby developer to the Clojure world.  It appears Rich is trying to convince these two Rubyist that LivingSocial would be better with Clojure.  I wish I could have overheard the conversation.</p>
<p>There were three very large, two-sided, white boards used for companies to post jobs, and they were pretty full of opportunities.  I noticed there were far too many companies attempting to make the next Facebook or Twitter and not enough companies creating really useful applications.  There were exceptions from what I could see, but too few.  I remember the same thing happening around 2000 and then the bubble burst.  Apparently we are not better from this event in history because we have not learned from it.</p>
<p>I finally met face-to-face many friends I only knew from various social networks with lively hallway track discussions.  I think this is the #1 reason to attend conferences.  The materials from the talks are available everywhere and with Confreaks recording all the sessions, you can watch the show later.  You can&#8217;t however, experience meeting new friends and seeing old ones without attending.</p>
<p>I recommend every Rails developer attend just one of these events, well worth the time and effort.  The next on is in Portland, OR from April 29 to May 2, 2013.</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://accidentaltechnologist.com/ruby-on-rails/railsconf-2010/" rel="bookmark" class="crp_title">RailsConf 2010</a></li><li><a href="http://accidentaltechnologist.com/ruby/goruco-2011/" rel="bookmark" class="crp_title">Goruco 2011</a></li><li><a href="http://accidentaltechnologist.com/ruby-on-rails/acts_as_conference-is-now-history/" rel="bookmark" class="crp_title">acts_as_conference is now history</a></li><li><a href="http://accidentaltechnologist.com/ruby/acts_as_conference-2009-in-the-rear-view-mirror/" rel="bookmark" class="crp_title">acts_as_conference 2009 in the Rear View Mirror</a></li><li><a href="http://accidentaltechnologist.com/general/2011-conference-season/" rel="bookmark" class="crp_title">2011 Conference Season</a></li></ul></div>
<p><a href="http://feedads.g.doubleclick.net/~a/D0Rv4bSDLqK3jFNfCK7IUaRGI90/0/da"><img src="http://feedads.g.doubleclick.net/~a/D0Rv4bSDLqK3jFNfCK7IUaRGI90/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/D0Rv4bSDLqK3jFNfCK7IUaRGI90/1/da"><img src="http://feedads.g.doubleclick.net/~a/D0Rv4bSDLqK3jFNfCK7IUaRGI90/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/AccidentalTechnologist?a=u4-oBwytKUQ:WySJCWmp4to:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/AccidentalTechnologist?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AccidentalTechnologist?a=u4-oBwytKUQ:WySJCWmp4to:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/AccidentalTechnologist?i=u4-oBwytKUQ:WySJCWmp4to:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AccidentalTechnologist?a=u4-oBwytKUQ:WySJCWmp4to:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/AccidentalTechnologist?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AccidentalTechnologist?a=u4-oBwytKUQ:WySJCWmp4to:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/AccidentalTechnologist?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/AccidentalTechnologist/~4/u4-oBwytKUQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://accidentaltechnologist.com/ruby-on-rails/railsconf-2012/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://accidentaltechnologist.com/ruby-on-rails/railsconf-2012/</feedburner:origLink></item>
		<item>
		<title>Joining MarsEdit and Dropbox</title>
		<link>http://feedproxy.google.com/~r/AccidentalTechnologist/~3/EOsI-1YqieY/</link>
		<comments>http://accidentaltechnologist.com/technology/joining-marsedit-and-dropbox/#comments</comments>
		<pubDate>Fri, 20 Apr 2012 13:00:12 +0000</pubDate>
		<dc:creator>Rob Bazinet</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[dropbox]]></category>
		<category><![CDATA[marsedit]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://accidentaltechnologist.com/?p=713</guid>
		<description><![CDATA[I use MarsEdit from Red Sweater Software as my exclusive blogging tool on the Mac and have over the last couple years.  I tend to write lots of draft posts on my desktop Mac Pro that never get published or I work on them when I can before pushing out to my WordPress blog. I [...]]]></description>
			<content:encoded><![CDATA[<p>I use <a href="http://www.red-sweater.com/marsedit/">MarsEdit from Red Sweater Software</a> as my exclusive blogging tool on the Mac and have over the last couple years.  I tend to write lots of draft posts on my desktop Mac Pro that never get published or I work on them when I can before pushing out to my WordPress blog.</p>
<p>I also use MarsEdit on my MacBook Air when I travel or even if I am working on the couch in the evenings.  All of the drafts in MarsEdit are saved locally on the computer I am going the writing and once I want to be able to edit from the other computer I end up pushing as a draft to the blog and pulling it down via MarsEdit.  This is a tedious task and has problems.  I don&#8217;t know how many times I pushed up a draft and forgot I did a few days later only to work on an old draft locally.</p>
<p>I then had the idea of possibly setting up MarsEdit to save local drafts to Dropbox but there didn&#8217;t appear to be an option in MarsEdit to change the location of local storage.</p>
<p>But…there is usually a way to do anything.</p>
<p>The steps below worked great for me, you mileage may vary.  If Dropbox is installed in its default configuration then these instructions should work for you.  I configured my systems with my Mac Pro being the &#8220;main&#8221; system and my MacBook Air as the secondary.  I had local drafts on my Mac Pro but <strong>NOT</strong> on my MacBook Air.  If you follow these steps exactly and have local drafts on each system them you <em>will</em> lose data.</p>
<p>Without further ado, follow these steps.  I assume you know how to open a terminal sessions and feel comfortable typing command.</p>
<p>1. Make sure you quit MarsEdit from each system you are going to change the location of local drafts.</p>
<p>2. Find local MarsEdit drafts on your main system &#8211; A bit of spelunking reveals where they live in:</p>
<pre>~/Library/Application Support/MarsEdit/LocalDrafts</pre>
<p>3. Create folder for drafts in Dropbox.</p>
<pre>mkdir ~/Dropbox/Library</pre>
<pre>mkdir ~/Dropbox/Library/MarsEdit</pre>
<p>4. Move the local drafts from the main computer to Dropbox, enter these two commands:</p>
<pre>cd ~/Library/Application\ Support/MarsEdit</pre>
<pre>mv LocalDrafts ~/Dropbox/Library/MarsEdit/LocalDrafts</pre>
<p>5. Now let&#8217;s fool MarsEdit into thinking nothing has changed.  Symlink the old name to the new location.</p>
<pre>ln -s ~/Dropbox/Library/MarsEdit/LocalDrafts ./LocalDrafts</pre>
<p>Now, on each of the other machines start with step 6.</p>
<p>6. Remove the local draft folder (if it&#8217;s not empty and delete you will lose data).</p>
<pre>rm -rf ~/Library/Application\ Support/MarsEdit/LocalDrafts</pre>
<p>7. Time to fool MarsEdit here too. Symlink the old name to the new location.</p>
<pre>ln -s ~/Dropbox/Library/MarsEdit/LocalDrafts ./LocalDrafts</pre>
<p>Repeats steps 6 and 7 for each computer you need to share local drafts.</p>
<p>Once you start up MarsEdit on each of these machines, you should see the same local drafts.  If not, then double-check the steps above.</p>
<p> </p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://accidentaltechnologist.com/apple/marsedit-2-1-is-the-best-blogging-software-on-the-mac/" rel="bookmark" class="crp_title">MarsEdit 2.1 is the best blogging software on the Mac</a></li><li><a href="http://accidentaltechnologist.com/apple/relieving-the-headache-of-the-iphone-on-windows-vista-with-itunes/" rel="bookmark" class="crp_title">Relieving the Headache of the iPhone on Windows Vista with iTunes</a></li><li><a href="http://accidentaltechnologist.com/iis/configuring-iis-6-and-asp-net-to-work-without-a-windows-domain/" rel="bookmark" class="crp_title">Configuring IIS 6 and ASP.NET to work without a Windows Domain</a></li><li><a href="http://accidentaltechnologist.com/ruby-on-rails/setting-up-sqlite3-for-ruby-on-rails-development/" rel="bookmark" class="crp_title">Setting up SQLite3 for Ruby on Rails Development</a></li><li><a href="http://accidentaltechnologist.com/ruby-on-rails/the-simplicity-that-is-pow/" rel="bookmark" class="crp_title">The Simplicity that is Pow</a></li></ul></div>
<p><a href="http://feedads.g.doubleclick.net/~a/PGf6yb4z7r9BcW9AH9t1TEKrXLE/0/da"><img src="http://feedads.g.doubleclick.net/~a/PGf6yb4z7r9BcW9AH9t1TEKrXLE/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/PGf6yb4z7r9BcW9AH9t1TEKrXLE/1/da"><img src="http://feedads.g.doubleclick.net/~a/PGf6yb4z7r9BcW9AH9t1TEKrXLE/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/AccidentalTechnologist?a=EOsI-1YqieY:pP8H6ISSjCY:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/AccidentalTechnologist?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AccidentalTechnologist?a=EOsI-1YqieY:pP8H6ISSjCY:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/AccidentalTechnologist?i=EOsI-1YqieY:pP8H6ISSjCY:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AccidentalTechnologist?a=EOsI-1YqieY:pP8H6ISSjCY:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/AccidentalTechnologist?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AccidentalTechnologist?a=EOsI-1YqieY:pP8H6ISSjCY:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/AccidentalTechnologist?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/AccidentalTechnologist/~4/EOsI-1YqieY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://accidentaltechnologist.com/technology/joining-marsedit-and-dropbox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://accidentaltechnologist.com/technology/joining-marsedit-and-dropbox/</feedburner:origLink></item>
		<item>
		<title>Mixergy and Jason Cohen – Best Business Advice Ever</title>
		<link>http://feedproxy.google.com/~r/AccidentalTechnologist/~3/wnL_r5lH7uw/</link>
		<comments>http://accidentaltechnologist.com/entrepreneurship/mixergy-and-jason-cohen-best-business-advice-ever/#comments</comments>
		<pubDate>Thu, 19 Apr 2012 13:00:45 +0000</pubDate>
		<dc:creator>Rob Bazinet</dc:creator>
				<category><![CDATA[Entrepreneurship]]></category>
		<category><![CDATA[jason cohen]]></category>
		<category><![CDATA[mixergy]]></category>
		<category><![CDATA[WPEngine]]></category>

		<guid isPermaLink="false">http://accidentaltechnologist.com/?p=710</guid>
		<description><![CDATA[I have been a long-time listener and viewer of Mixergy content and have to say it&#8217;s always top-notch.  Each interview I listen to always has a takeaway for me, always a useful nugget to try.  Andrew Warner, host and founder of Mixergy, recently talked with Jason Cohen of WP Engine.  This interview was over-the-top for [...]]]></description>
			<content:encoded><![CDATA[<p>I have been a long-time listener and viewer of Mixergy content and have to say it&#8217;s always top-notch.  Each interview I listen to always has a takeaway for me, always a useful nugget to try.  Andrew Warner, host and founder of Mixergy, <a href="http://mixergy.com/jason-cohen-wpengine-interview-2/">recently talked with Jason Cohen</a> of <a href="http://wpengine.com/?a_aid=4d948e6a5f186&#038;a_bid=67cf509b">WP Engine</a>.  This interview was over-the-top for me with all the goodness Jason shared.</p>
<div id="wistia_1042001_social_2919">
<object width="600" height="290" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"><param name="movie" value="http://mixergy-cdn.wistia.com/flash/embed_player_v2.0.swf" /><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="wmode" value="opaque" /><param name="flashvars" value="videoUrl=http://mixergy-cdn.wistia.com/deliveries/a293bedbe2dc766ed54a806bb9c17015c45c40a9.bin&amp;stillUrl=http://mixergy-cdn.wistia.com/deliveries/94577032426f96ed6b2369386d74e1d4db506134.bin&amp;unbufferedSeek=true&amp;controlsVisibleOnLoad=true&amp;autoPlay=false&amp;endVideoBehavior=default&amp;playButtonVisible=true&amp;embedServiceURL=http://distillery.wistia.com/x&amp;accountKey=wistia-production_1621&amp;mediaID=wistia-production_1042001&amp;mediaDuration=6120" /><embed type="application/x-shockwave-flash" width="600" height="290" src="http://mixergy-cdn.wistia.com/flash/embed_player_v2.0.swf" name="wistia_1042001" allowfullscreen="true" allowscriptaccess="always" wmode="opaque" flashvars="videoUrl=http://mixergy-cdn.wistia.com/deliveries/a293bedbe2dc766ed54a806bb9c17015c45c40a9.bin&amp;stillUrl=http://mixergy-cdn.wistia.com/deliveries/94577032426f96ed6b2369386d74e1d4db506134.bin&amp;unbufferedSeek=true&amp;controlsVisibleOnLoad=true&amp;autoPlay=false&amp;endVideoBehavior=default&amp;playButtonVisible=true&amp;embedServiceURL=http://distillery.wistia.com/x&amp;accountKey=wistia-production_1621&amp;mediaID=wistia-production_1042001&amp;mediaDuration=6120"></embed></object><br />
<script src="http://mixergy-cdn.wistia.com/embeds/v.js"></script><br />
<script type="text/javascript">// <![CDATA[
if(!navigator.mimeTypes['application/x-shockwave-flash'] || navigator.userAgent.match(/Android/i)!==null)Wistia.VideoEmbed('wistia_1042001',600,290,{videoUrl:'http://mixergy-cdn.wistia.com/deliveries/c1180f41dd6822e3ce2b3149d47e6f01e7edc4e4.bin',stillUrl:'http://mixergy-cdn.wistia.com/deliveries/94577032426f96ed6b2369386d74e1d4db506134.bin',distilleryUrl:'http://distillery.wistia.com/x',accountKey:'wistia-production_1621',mediaId:'wistia-production_1042001',mediaDuration:6120})
// ]]&gt;</script>
</div>
<p><script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.3/jquery.min.js"></script><br />
<script type="text/javascript">// <![CDATA[
var socialJQuery = jQuery.noConflict(true);
// ]]&gt;</script></p>
<p>For me, this interview had it all.  Jason discussed how he and his time started WP Engine but more importantly how they found customers before actually creating the product.  This is so important and seems to be to most difficult part of starting a business.  We developers tend to have an idea for a product, go out and create it and then sit back and wait for customers..who never come because you created something no one wanted.  Jason discusses and idea he had which potential customers did not want to pay for and he dropped it.  WP Engine was customer tested before it was conceived.</p>
<p>Jason found potential customers via LinkedIn:</p>
<blockquote>
<p>The first one is, I’ll tell you how we did some tools for consultants, and I’ll tell you how I got a hold of those consultants and how I got them on the phone. It’s exactly what I did, and anyone can do this. You go to LinkedIn, and you search for the type of person that you want to interview. In this case it was WordPress Consultants, but you could say just people who have WordPress in their blog, you could say designers, you could say anything obviously, there’s something you can do on LinkedIn to roughly find them.</p>
<p>Then I simply went through anyone that I could find, and, of course, looked through their information a little to see if it would make sense. And I found people who were professionals, that is, they charge money for their time. Then, I contacted every one of them, which is easy, since, as they are consultants you can find them and their e-mail addresses and they answer it because that’s their sales line. So, it’s very easy to contact people who are professionals in the field. So, I would send an e-mail to each one, and this is what I’d say exactly. I’d say, “Hey, we’re thinking of building these new tools for WordPress.</p>
<p>You are exactly the kind of person who we’d want to use these tools. I would love to get your opinion on what you’re doing because it seems like you’re someone who’s doing something nice in the world and I care what you think. I also know that you’re a consultant and you have an hourly rate, and I’m happy to pay for your time, in fact, you can quote any rate you want since this is just a one off. If you want to charge $200 an hour for the one call, I’m okay with that because I’m not just trying to “pick your brain”, I will compensate you for your valuable time but I really want to know what you think.”</p>
<p>Here’s the result, I had 30 hours of interviews, because I literally logged them so I know. One hundred percent of them agreed to the interview, and one hundred percent of them said “Oh, you don’t have to pay me. This would be fine.” OK? This is why I’m saying anyone could do it. And, by the way, they didn’t really know who I was per se, because I didn’t come through a blog.</p>
</blockquote>
<p>Discussion of the growing pains associated with WP Engine are discussed in detail, what worked and what didn&#8217;t.  If every business did this we would all learn so much.</p>
<p>This blog is hosted on WP Engine and I have seen those growing pains first hand.  During the early months it seemed this blog was down more than it was up.  Support at the company was what kept me from pulling the plug, fast response and even when they didn&#8217;t have an answer they were transparent and explained the issues were not resolved.  I&#8217;m sure I have needed more support than most others but each time WP Engine support is there, willing to help and solve the problem. This kept me as a customer.</p>
<p>Other areas which hit home that Jason discussed:</p>
<ul>
<li>Partners</li>
<li>Transparency</li>
<li>Marketing</li>
<li>Contracting</li>
<li>Assistants</li>
<li>Giving Up</li>
</ul>
<p>Anyone who has an idea or is struggling getting to the next level should take the time to listen to this interview, maybe even twice.  Take notes and try some things out.  I would call this episode a blueprint for business.</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://accidentaltechnologist.com/entrepreneurship/running-a-lifestyle-business-tom-rossi-interview-on-mixergy/" rel="bookmark" class="crp_title">Running a Lifestyle Business &#8211; Tom Rossi Interview on Mixergy</a></li><li><a href="http://accidentaltechnologist.com/ruby-on-rails/mixing-secure-and-non-secure-assets-in-your-web-application/" rel="bookmark" class="crp_title">Mixing Secure and Non-Secure Assets in Your Web Application</a></li><li><a href="http://accidentaltechnologist.com/programming/app-inventor-for-android-vb-revisited/" rel="bookmark" class="crp_title">App Inventor for Android, VB Revisited</a></li><li><a href="http://accidentaltechnologist.com/technology/thinking-about-google-chrome-frame-deployment/" rel="bookmark" class="crp_title">Thinking About Google Chrome Frame Deployment</a></li><li><a href="http://accidentaltechnologist.com/technology/first-impressions-flip-minohd/" rel="bookmark" class="crp_title">First Impressions &ndash; Flip MinoHD</a></li></ul></div>
<p><a href="http://feedads.g.doubleclick.net/~a/F5SVkY517L-9wKHCu3ja5yWbYAE/0/da"><img src="http://feedads.g.doubleclick.net/~a/F5SVkY517L-9wKHCu3ja5yWbYAE/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/F5SVkY517L-9wKHCu3ja5yWbYAE/1/da"><img src="http://feedads.g.doubleclick.net/~a/F5SVkY517L-9wKHCu3ja5yWbYAE/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/AccidentalTechnologist?a=wnL_r5lH7uw:Ns0j4BRAjJY:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/AccidentalTechnologist?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AccidentalTechnologist?a=wnL_r5lH7uw:Ns0j4BRAjJY:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/AccidentalTechnologist?i=wnL_r5lH7uw:Ns0j4BRAjJY:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AccidentalTechnologist?a=wnL_r5lH7uw:Ns0j4BRAjJY:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/AccidentalTechnologist?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AccidentalTechnologist?a=wnL_r5lH7uw:Ns0j4BRAjJY:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/AccidentalTechnologist?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/AccidentalTechnologist/~4/wnL_r5lH7uw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://accidentaltechnologist.com/entrepreneurship/mixergy-and-jason-cohen-best-business-advice-ever/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
<enclosure url="http://mixergy-cdn.wistia.com/deliveries/c1180f41dd6822e3ce2b3149d47e6f01e7edc4e4.bin" length="532183575" type="video/mp4" />
		<feedburner:origLink>http://accidentaltechnologist.com/entrepreneurship/mixergy-and-jason-cohen-best-business-advice-ever/</feedburner:origLink></item>
		<item>
		<title>Palliative Symptoms Survey Hits the Apple App Store</title>
		<link>http://feedproxy.google.com/~r/AccidentalTechnologist/~3/TknZNoGChDM/</link>
		<comments>http://accidentaltechnologist.com/ruby-on-rails/palliative-symptoms-survey-hits-the-apple-app-store/#comments</comments>
		<pubDate>Wed, 28 Mar 2012 13:54:47 +0000</pubDate>
		<dc:creator>Rob Bazinet</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[objective-c]]></category>

		<guid isPermaLink="false">http://accidentaltechnologist.com/?p=707</guid>
		<description><![CDATA[I have been working diligently on a project for some time now and it&#8217;s finally available.  My company, Still River Software, received approval from Apple last week for Palliateive Symptoms Survey to help doctors and caregivers provide better and faster care to their patients. Palliative Symptoms Survey is an application based on the Edmonton Symptom [...]]]></description>
			<content:encoded><![CDATA[<p>I have been working diligently on a project for some time now and it&#8217;s finally available.  My company, <a href="http://stillriversoftware.com">Still River Software</a>, received approval from Apple last week for <a href="http://itunes.apple.com/us/app/palliative-symptoms-survey/id509228209?mt=8">Palliateive Symptoms Survey</a> to help doctors and caregivers provide better and faster care to their patients.</p>
<blockquote>
<p>Palliative Symptoms Survey is an application based on the Edmonton Symptom Assessment Survey (ESAS-r) which was developed to assist in the assessment of nine symptoms that are common in palliative care patients: pain, tiredness, drowsiness, nausea, lack of appetite, depression, anxiety, shortness of breath, and wellbeing There is also a blank scale for patient-specific symptoms.</p>
</blockquote>
<p>The application is a native iPad application written in Objective-C with a back-end using Ruby on Rails.   Please read a little bit <a href="http://blog.stillriversoftware.com/2012/03/28/palliative-symptoms-survey-hits-the-apple-app-store/">about the project on my company web site</a>.</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://accidentaltechnologist.com/technology/cnn-reports-software-engineer-is-best-job-in-america/" rel="bookmark" class="crp_title">CNN Reports, Software Engineer is BEST Job in America</a></li><li><a href="http://accidentaltechnologist.com/mobile/get-your-mobile-development-chops-on/" rel="bookmark" class="crp_title">Get Your Mobile Development Chops On</a></li><li><a href="http://accidentaltechnologist.com/apple/understanding-the-apple-app-store-subscriptions/" rel="bookmark" class="crp_title">Understanding the Apple App Store Subscriptions</a></li><li><a href="http://accidentaltechnologist.com/programming/gone-are-the-days-of-simple-developer-tools/" rel="bookmark" class="crp_title">Gone are the Days of Simple Developer Tools</a></li><li><a href="http://accidentaltechnologist.com/ruby/reflections-on-ruby-for-projects/" rel="bookmark" class="crp_title">Reflections on Ruby for Projects</a></li></ul></div>
<p><a href="http://feedads.g.doubleclick.net/~a/ER5n1zU38lwa-A1Hmryn62T1g7o/0/da"><img src="http://feedads.g.doubleclick.net/~a/ER5n1zU38lwa-A1Hmryn62T1g7o/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/ER5n1zU38lwa-A1Hmryn62T1g7o/1/da"><img src="http://feedads.g.doubleclick.net/~a/ER5n1zU38lwa-A1Hmryn62T1g7o/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/AccidentalTechnologist?a=TknZNoGChDM:2GJU6sTfK3M:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/AccidentalTechnologist?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AccidentalTechnologist?a=TknZNoGChDM:2GJU6sTfK3M:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/AccidentalTechnologist?i=TknZNoGChDM:2GJU6sTfK3M:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AccidentalTechnologist?a=TknZNoGChDM:2GJU6sTfK3M:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/AccidentalTechnologist?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AccidentalTechnologist?a=TknZNoGChDM:2GJU6sTfK3M:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/AccidentalTechnologist?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/AccidentalTechnologist/~4/TknZNoGChDM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://accidentaltechnologist.com/ruby-on-rails/palliative-symptoms-survey-hits-the-apple-app-store/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://accidentaltechnologist.com/ruby-on-rails/palliative-symptoms-survey-hits-the-apple-app-store/</feedburner:origLink></item>
		<item>
		<title>7 Resources Every JavaScript Developer Should Know</title>
		<link>http://feedproxy.google.com/~r/AccidentalTechnologist/~3/jKtWb8WCDmY/</link>
		<comments>http://accidentaltechnologist.com/javascript/7-resources-every-javascript-developer-should-know/#comments</comments>
		<pubDate>Tue, 13 Mar 2012 16:09:59 +0000</pubDate>
		<dc:creator>Rob Bazinet</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Douglas Crockford]]></category>
		<category><![CDATA[mozilla]]></category>
		<category><![CDATA[patterns]]></category>

		<guid isPermaLink="false">http://accidentaltechnologist.com/?p=693</guid>
		<description><![CDATA[A web developer today is expected to be an expert in every aspect of their craft and JavaScript is no exception.  Years ago JavaScript seemed to be more of an annoyance, producing those trailers at the bottom of the browser.  This has changed and JavaScript is a first-class citizen as a functional programming language and [...]]]></description>
			<content:encoded><![CDATA[<p><img style="float: right;" title="lrg.jpg" src="http://accidentaltechnologist.com/wp-content/uploads/2012/02/lrg.jpg" border="0" alt="Lrg" width="200" height="262" /></p>
<p>A web developer today is expected to be an expert in every aspect of their craft and JavaScript is no exception.  Years ago JavaScript seemed to be more of an annoyance, producing those trailers at the bottom of the browser.  This has changed and JavaScript is a first-class citizen as a functional programming language and what seems like an unlimited number of resources covering the language.</p>
<p>I have been doing more and more JavaScript lately, both on the front-end and some <a href="http://nodejs.org/">node.js</a> on the back end.  I wanted to share some great resources I use for what&#8217;s new with regards to JavaScript libraries, projects and general reference.</p>
<h3>1. JavaScript Jabber</h3>
<p>I am a fan of listening to good podcasts when I take a daily hike.  It gives me a chance to find information about new projects or libraries of code.  I ran into <a href="http://javascriptjabber.com/">JavaScript Jabber</a> by accident.</p>
<p>This podcast is put together by the same creator of <a href="http://rubyrogues.com/">Ruby Rogues</a>, another great podcast but instead talking about Ruby.</p>
<p>Each episode covers a particular topic and goes into detail about the pros and cons of using the technology.  Recent episodes include<a href="http://javascriptjabber.com/004-jsj-backbone-js-with-jeremy-ashkenas/"> Backbone.js (Jeremy Ashkenas) and co-hosted by Yehuda Katz (ember.js)</a> and include some lively discussion between the two about Backbone.js vs. Ember.js and some design decisions made by the two frameworks.</p>
<p>Other episodes cover topics such as <a href="http://javascriptjabber.com/005-jsj-javascript-objects/">JavaScript Objects</a> and <a href="http://javascriptjabber.com/001-jsj-asynchronous-programming/">Asynchronous Programming</a>.  Every episode to date has been filled with great bits of information and a wealth of other things to checkout.  Be sure to check out the show notes from each show with links to things mentioned on the show.</p>
<h3>2. The JavaScript Show</h3>
<p>The <a href="http://javascriptshow.com/">JavaScript Show</a> is a podcast which runs down the weekly happenings in the JavaScript community, similar to JavaScript Weekly but in obvious audio format.  Lots of news and opinion here from hosts Jason Seifer and Peter Cooper.</p>
<p>This show is varies from JavaScript Jabber as it focuses more on new projects, updates to existing projects and all-around what&#8217;s happening this week in JavaScript land.</p>
<p>If you want to get the &#8220;Nightly News&#8221; version of what&#8217;s happening with JavaScript, this is your source.</p>
<h3>3. JavaScript Weekly</h3>
<p>This is a weekly newsletter put out by Peter Cooper.  <a href="http://javascriptweekly.com/">JavaScript Weekly</a> is a nice collection of what is going on in the JavaScript community; new projects, updated projects, news, videos, podcasts and conference information.  It probably overlaps a bit with The JavaScript Show since Peter Cooper does both but probably enough different to make it worth it.  If you aren&#8217;t into podcasts then this one is definitely a good resource.</p>
<p>There is also a <a href="http://twitter.com/javascriptdaily">Twitter account</a> where various other updates are published.</p>
<p>If you don&#8217;t have time to scour the web for JavaScript news, this weekly delivery to your inbox can help sort it out and keep you up-to-date.</p>
<h3>4. Mozilla JavaScript Reference</h3>
<p>Mozilla is THE place for information regarding JavaScript.   There is so much detail on the site it is easy to get overwhelmed, so #4 is really 4 picks in one.</p>
<p><a href="https://developer.mozilla.org/en/A_re-introduction_to_JavaScript">Re-introduction to JavaScript</a> is a resource for those developers who may have some exposure to the language but maybe where not steered down the right path or just don&#8217;t remember the basics.</p>
<p>The Mozilla <a href="https://developer.mozilla.org/en/JavaScript">master index of their JavaScript resources</a> is a great place to bookmark and return to later.  This includes links to what is new in JavaScript versions, language guide, mailing lists and tools.</p>
<p>The master list includes <a href="https://developer.mozilla.org/en/JavaScript/Guide">the JavaScript Guide</a>, which is a how-to manual about the JavaScript language itself.  Great for just starting out or referring back when you&#8217;re just not sure.</p>
<p>The <a href="https://developer.mozilla.org/en/AJAX/Getting_Started">AJAX Tutorial</a> takes a look at how to get started with AJAX requests, what they are and the various places to use them.  This is one of the best introductions I have seen as it just refers to JavaScript and a bit of HTML with no other language mixed in to add to the confusion.</p>
<p><strong>UPDATE: </strong>Reader Don Smith points out by including &#8220;mdn&#8221; (no quotes) when searching Google for JavaScript reference information, you will get the best results from the Mozilla resources.  I tried several searches and he is right, the good stuff comes to the top.  Also remember you can limit the searches to this site specifically by preceding searches with &#8220;mdn:&#8221;.</p>
<h3>5. Douglas Crockford&#8217;s JavaScript Resources</h3>
<p>When I think of JavaScript, Douglas Crockford is one the names that immediately comes to mind.  If you haven&#8217;t heard of him, you may have heard of his book &#8211; <a href="http://www.amazon.com/JavaScript-Good-Parts-Douglas-Crockford/dp/0596517742/ref=sr_1_2?ie=UTF8&amp;qid=1329232043&amp;sr=8-2">JavaScript : The Good Parts</a>.   His <a href="http://javascript.crockford.com">web site dedicated to JavaScript</a> is a nice list of resources to his work as well as others.</p>
<h3>6. Advanced Topics in Web Development &#8211; Fall 2011</h3>
<p>For those who may want a bit more classroom type training but can&#8217;t get away, <a href="http://itunes.apple.com/us/itunes-u/advanced-topics-in-web-development/id454017618?ls=1">iTunes University has a free course covering lots of great stuff about advanced web development</a> which equates to JavaScript.  It looks like there are 19 sessions up and possibly some more coming since #19 is jQuery, part 1.  Even if there are only the 19 episodes, there is lots of great content.</p>
<h3>7. Essential JavaScript Design Patterns For Beginners</h3>
<p><a href="http://addyosmani.com/resources/essentialjsdesignpatterns/book/">Essential JavaScript Design Patterns For Beginners</a> is a book about JavaScript patterns, it has beginners in its title but most beginning developers don&#8217;t know what a pattern is.  Heck, most experienced developers haven&#8217;t studied them enough to be fluent in pattern speak.  This is a great book for anyone to better understand patterns and has the JavaScript twist to them.</p>
<h3>Finally</h3>
<p>I hope people find this list useful.  I tried to keep my narration to a minimum since you can go to the sites to read the real details.  I just wanted to share some useful links I use and found after filtering through tons of Google searches.</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://accidentaltechnologist.com/technology/links-for-2007-06-12/" rel="bookmark" class="crp_title">links for 2007-06-12</a></li><li><a href="http://accidentaltechnologist.com/technology/serious-geek/" rel="bookmark" class="crp_title">Serious Geek</a></li><li><a href="http://accidentaltechnologist.com/technology/links-for-2007-08-16/" rel="bookmark" class="crp_title">links for 2007-08-16</a></li><li><a href="http://accidentaltechnologist.com/technology/links-for-2007-08-21/" rel="bookmark" class="crp_title">links for 2007-08-21</a></li><li><a href="http://accidentaltechnologist.com/ajax/ajax-resources/" rel="bookmark" class="crp_title">AJAX Resources</a></li></ul></div>
<p><a href="http://feedads.g.doubleclick.net/~a/pZt4LSmqGV01bAKeYR0d8PR0k8g/0/da"><img src="http://feedads.g.doubleclick.net/~a/pZt4LSmqGV01bAKeYR0d8PR0k8g/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/pZt4LSmqGV01bAKeYR0d8PR0k8g/1/da"><img src="http://feedads.g.doubleclick.net/~a/pZt4LSmqGV01bAKeYR0d8PR0k8g/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/AccidentalTechnologist?a=jKtWb8WCDmY:floCg5-ldRM:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/AccidentalTechnologist?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AccidentalTechnologist?a=jKtWb8WCDmY:floCg5-ldRM:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/AccidentalTechnologist?i=jKtWb8WCDmY:floCg5-ldRM:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AccidentalTechnologist?a=jKtWb8WCDmY:floCg5-ldRM:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/AccidentalTechnologist?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AccidentalTechnologist?a=jKtWb8WCDmY:floCg5-ldRM:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/AccidentalTechnologist?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/AccidentalTechnologist/~4/jKtWb8WCDmY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://accidentaltechnologist.com/javascript/7-resources-every-javascript-developer-should-know/feed/</wfw:commentRss>
		<slash:comments>41</slash:comments>
		<feedburner:origLink>http://accidentaltechnologist.com/javascript/7-resources-every-javascript-developer-should-know/</feedburner:origLink></item>
		<item>
		<title>Dark Matter Developers: The Unseen 99%</title>
		<link>http://feedproxy.google.com/~r/AccidentalTechnologist/~3/8zrhq7sCh7k/</link>
		<comments>http://accidentaltechnologist.com/programming/dark-matter-developers-the-unseen-99/#comments</comments>
		<pubDate>Wed, 07 Mar 2012 15:47:38 +0000</pubDate>
		<dc:creator>Rob Bazinet</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[career]]></category>
		<category><![CDATA[hanselman]]></category>
		<category><![CDATA[programmers]]></category>

		<guid isPermaLink="false">http://accidentaltechnologist.com/?p=702</guid>
		<description><![CDATA[A really interesting and true post today by Scott Hanselman as he explains what Dark Matter Developers are and how a large percentage of developers can be classified this way: My coworker Damian Edwards and I hypothesize that there is another kind of developer than the ones we meet all the time. We call them [...]]]></description>
			<content:encoded><![CDATA[<p>A really interesting and true <a href="http://www.hanselman.com/blog/DarkMatterDevelopersTheUnseen99.aspx">post today by Scott Hanselman</a> as he explains what Dark Matter Developers are and how a large percentage of developers can be classified this way:</p>
<blockquote>
<p>My coworker Damian Edwards and I hypothesize that there is another kind of developer than the ones we meet all the time. We call them Dark Matter Developers. They don&#8217;t read a lot of blogs, they never write blogs, they don&#8217;t go to user groups, they don&#8217;t tweet or facebook, and you you don&#8217;t often see them at large conferences. Where are these dark matter developers online?</p>
</blockquote>
<p>Scott points out where he thinks these developers are:</p>
<blockquote>
<p>Where are the dark matter developers? Probably getting work done. Maybe using ASP.NET 1.1 at a local municipality or small office. Maybe working at a bottling plant in Mexico in VB6. Perhaps they are writing PHP calendar applications at a large chip manufacturer.*</p>
</blockquote>
<p>Personally, I know quite a few of these developers and I prod them to not be so introverted, get out to meet ups, blog or at least join and use Twitter.  Maybe these folks have it right, maybe we should just get things done and spend the rest of the time focused on things that are more important to us.  I think they could be right, we spend our time on things we are passionate about, we work because we have to…we need to provide for our families.</p>
<p>To me, the difference between the Dark Matter Developers and those like Scott, is the passion.  Not everyone is passionate about the work they do, the work on and move on to things they like better.  I have been passionate about computers for as long as I can remember, devouring technology in every waking hour because it fascinates me.  I believe this is what separates these two distinct types of developers.</p>
<p>I am a Dark Matter Home Owner.  I hate doing maintenance around the house; lawn mowing, raking, building and painting.  I have better things to do with my time and fixing a leaky gutter is not it.  I would rather read a book on algorithms and pay someone to mow my lawn..that&#8217;s just I roll.</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://accidentaltechnologist.com/infoq/attending-voices-that-matter-ios-developers-conference/" rel="bookmark" class="crp_title">Attending Voices That Matter : iOS Developers Conference</a></li><li><a href="http://accidentaltechnologist.com/general/figuring-out-whats-important/" rel="bookmark" class="crp_title">Figuring Out What&rsquo;s Important</a></li><li><a href="http://accidentaltechnologist.com/business/less-is-more-enjoying-startup-life/" rel="bookmark" class="crp_title">Less is More, Enjoying Startup Life</a></li><li><a href="http://accidentaltechnologist.com/programming/are-all-software-bugs-worth-fixing/" rel="bookmark" class="crp_title">Are all software bugs worth fixing?</a></li><li><a href="http://accidentaltechnologist.com/programming/computerzen-com-2005-tool-list/" rel="bookmark" class="crp_title">ComputerZen.com 2005 Tool List</a></li></ul></div>
<p><a href="http://feedads.g.doubleclick.net/~a/itjjLFunRyeQnIss3vO9mEwdMPQ/0/da"><img src="http://feedads.g.doubleclick.net/~a/itjjLFunRyeQnIss3vO9mEwdMPQ/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/itjjLFunRyeQnIss3vO9mEwdMPQ/1/da"><img src="http://feedads.g.doubleclick.net/~a/itjjLFunRyeQnIss3vO9mEwdMPQ/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/AccidentalTechnologist?a=8zrhq7sCh7k:Syr0ZfG-Jlc:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/AccidentalTechnologist?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AccidentalTechnologist?a=8zrhq7sCh7k:Syr0ZfG-Jlc:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/AccidentalTechnologist?i=8zrhq7sCh7k:Syr0ZfG-Jlc:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AccidentalTechnologist?a=8zrhq7sCh7k:Syr0ZfG-Jlc:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/AccidentalTechnologist?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AccidentalTechnologist?a=8zrhq7sCh7k:Syr0ZfG-Jlc:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/AccidentalTechnologist?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/AccidentalTechnologist/~4/8zrhq7sCh7k" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://accidentaltechnologist.com/programming/dark-matter-developers-the-unseen-99/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://accidentaltechnologist.com/programming/dark-matter-developers-the-unseen-99/</feedburner:origLink></item>
		<item>
		<title>When Pow Eats Up the Clock Cycles</title>
		<link>http://feedproxy.google.com/~r/AccidentalTechnologist/~3/0efSvc6txxo/</link>
		<comments>http://accidentaltechnologist.com/ruby-on-rails/when-pow-eats-up-the-clock-cycles/#comments</comments>
		<pubDate>Thu, 16 Feb 2012 14:00:23 +0000</pubDate>
		<dc:creator>Rob Bazinet</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[pow]]></category>

		<guid isPermaLink="false">http://accidentaltechnologist.com/?p=698</guid>
		<description><![CDATA[I have been a huge fan of Pow to serve my Rails applications for development on my Mac.  I wrote my love for Pow a while back and have been using it ever since, but all has not been a perfect experience along the way.  After upgrading to the 0.3.2 version I started to have [...]]]></description>
			<content:encoded><![CDATA[<p>I have been a huge fan of <a href="http://pow.cx/">Pow</a> to serve my Rails applications for development on my Mac.  I <a href="http://accidentaltechnologist.com/ruby-on-rails/the-simplicity-that-is-pow/">wrote my love for Pow a while back</a> and have been using it ever since, but all has not been a perfect experience along the way.  After upgrading to the 0.3.2 version I started to have my applications appear to lock up in the browser and finally timing out.</p>
<p>The only solution I could reliably make work was to open up Activity Monitor and kill the pow process manually.  It worked..until the next time and I would have to do it again and again.  It seemed like I was doing this many times a day.</p>
<p>It turned out this was a bug reported to the development team and is a <a href="https://github.com/37signals/pow/issues/99">confirmed issue</a>.  The cause of the problem is determined to be the dns resolver, ndns.    A pre-release version, 0.4.0-pre is reported to resolve the issue.  Install it with the command:</p>
<pre>curl get.pow.cx | VERSION=0.4.0-pre sh</pre>
<p>I did this and have not had to manually restart pow once.  I&#8217;m not sure why the official release has not been updated to include the fix to this issue which seems to effect many users.</p>
<p> </p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://accidentaltechnologist.com/ruby-on-rails/the-simplicity-that-is-pow/" rel="bookmark" class="crp_title">The Simplicity that is Pow</a></li><li><a href="http://accidentaltechnologist.com/ruby-on-rails/setting-up-sqlite3-for-ruby-on-rails-development/" rel="bookmark" class="crp_title">Setting up SQLite3 for Ruby on Rails Development</a></li><li><a href="http://accidentaltechnologist.com/ruby-on-rails/mixing-secure-and-non-secure-assets-in-your-web-application/" rel="bookmark" class="crp_title">Mixing Secure and Non-Secure Assets in Your Web Application</a></li><li><a href="http://accidentaltechnologist.com/ruby/strange-restful_authentication-plugin-issue/" rel="bookmark" class="crp_title">Strange Restful_Authentication Plugin Issue</a></li><li><a href="http://accidentaltechnologist.com/general/homebrew-upgrade-woes/" rel="bookmark" class="crp_title">Homebrew Upgrade Woes</a></li></ul></div>
<p><a href="http://feedads.g.doubleclick.net/~a/8VdGPAv4gfXXPkKrBrX-Lpg3xck/0/da"><img src="http://feedads.g.doubleclick.net/~a/8VdGPAv4gfXXPkKrBrX-Lpg3xck/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/8VdGPAv4gfXXPkKrBrX-Lpg3xck/1/da"><img src="http://feedads.g.doubleclick.net/~a/8VdGPAv4gfXXPkKrBrX-Lpg3xck/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/AccidentalTechnologist?a=0efSvc6txxo:B4tg5s8cxgo:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/AccidentalTechnologist?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AccidentalTechnologist?a=0efSvc6txxo:B4tg5s8cxgo:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/AccidentalTechnologist?i=0efSvc6txxo:B4tg5s8cxgo:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AccidentalTechnologist?a=0efSvc6txxo:B4tg5s8cxgo:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/AccidentalTechnologist?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AccidentalTechnologist?a=0efSvc6txxo:B4tg5s8cxgo:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/AccidentalTechnologist?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/AccidentalTechnologist/~4/0efSvc6txxo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://accidentaltechnologist.com/ruby-on-rails/when-pow-eats-up-the-clock-cycles/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://accidentaltechnologist.com/ruby-on-rails/when-pow-eats-up-the-clock-cycles/</feedburner:origLink></item>
	</channel>
</rss>

