<?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>Robert Accettura&#039;s Fun With Wordage &#187; software-development</title>
	<atom:link href="http://robert.accettura.com/blog/tag/software-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://robert.accettura.com</link>
	<description>Robert Accettura&#039;s Personal Blog on Web Development and Tech</description>
	<lastBuildDate>Thu, 09 Feb 2012 01:43:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<atom:link rel='hub' href='http://robert.accettura.com/?pushpress=hub'/>
<cloud domain='robert.accettura.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
		<item>
		<title>On Firefox Versioning</title>
		<link>http://robert.accettura.com/blog/2011/08/17/on-firefox-versioning/</link>
		<comments>http://robert.accettura.com/blog/2011/08/17/on-firefox-versioning/#comments</comments>
		<pubDate>Thu, 18 Aug 2011 00:40:01 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[life-cycle]]></category>
		<category><![CDATA[software-development]]></category>

		<guid isPermaLink="false">http://robert.accettura.com/?p=5985</guid>
		<description><![CDATA[Writing software is actually quite easy. Writing good software is relatively harder, but still easy. Writing software to a programmer is like painting to a painter. Shipping software is an incredibly complicated task. It&#8217;s like getting a stadium full of &#8230; <a href="http://robert.accettura.com/blog/2011/08/17/on-firefox-versioning/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Writing software is actually quite easy.  Writing good software is relatively harder, but still easy.  Writing software to a programmer is like painting to a painter.  Shipping software is an incredibly complicated task.  It&#8217;s like getting a stadium full of babies to all have clean diapers at the same time with only one or two people to do the work.  As soon as you fix one thing, you discover more crap. The process stinks and you&#8217;ll never reach the end. Those who do it either by printing a CD, uploading a binary, or pushing out changes to a tier of web servers know what I&#8217;m talking about.  </p>
<p>It&#8217;s easy to write code to do things.  It&#8217;s harder to build a product.  It&#8217;s harder still to actually draw a line in the sand and decide when you&#8217;re &#8220;done&#8221;.  The truth is all software ships with bugs.  Someone who tells you otherwise is an idiot.  They almost certainly aren&#8217;t all discovered, very likely some will be, but they absolutely exist.  The general consensus is you want no glaring bugs and you don&#8217;t want big bugs in common use cases.  Obscure use cases will always be more buggy.  That&#8217;s the nature of the beast.</p>
<p>Knowing this, it&#8217;s easy to understand that changing release cycles will be an arduous process with lots of details to think about.  Not everything is quantitative or can be reduced to a math equation.  How long is it worth waiting for a feature?  Is the shiny button worth 3 days?  3 weeks?  3 months?  Indefinite hold?  Will it even work as we think?  What bugs will it introduce? How long to deal with those? Not an easy decision.  Even harder to reach a consensus on.  The only thing certain is the lack of a decision will guarantee a failure to launch.</p>
<h3>The Firefox Version Problem</h3>
<p>Firefox is now a <a href="https://blog.mozilla.com/channels/2011/07/18/every-six-weeks/">6 week release cycle</a>.  This means features get out the door soon after they are fully baked.  That&#8217;s a very good thing.  That means adoption of modern technologies and the latest in security is out there quickly.  We all benefit from that.  </p>
<p>The downside however is that upgrades are disruptive.  They can break compatibility, and they require extensive testing in large deployments (big companies, educational institutions).  That can be expensive and time consuming if you&#8217;re impacted.</p>
<p>The other side of this is version numbers get blurred.  4.0, 5.0, 6.0&#8230; &#8220;WTF is the difference&#8221; most users would think given it looks largely the same. But is it really 4.0.1, 4.0.2, 4.0.3?   As a web developer, what versions are you supporting?  This is now much more complicated (don&#8217;t even get me started in testing).</p>
<h3>Stable vs. Slipstream</h3>
<p>My modest proposal is a Stable/Slipstream (I prefer &#8220;slipstream&#8221; vs. &#8220;bleeding edge&#8221;) model.  For example:</p>
<p>Firefox 7.0 ships in 6 weeks, <a href="https://wiki.mozilla.org/Releases#Firefox_7">September 27</a> as of this blog post.  From then on, every 6 weeks a new release ships and would become 7.1, 7.2, 7.3 etc.  For users, it&#8217;s just auto-updates every so often.  These intermediate releases are disposable as the users are on the slipstream.  They rapidly update.  A matter of weeks after the release the previous one is unsupported.  Previous releases are just a rumor, recognizable only as deja vu and dismissed just as quickly<sup>1</sup>. They are oblivious to the concept of &#8220;versions&#8221; for the most part.  After several release cycles (9-12 months), this becomes &#8220;stable&#8221; at 7.x.  The next day 8.x starts and the process starts over.  </p>
<p>From then on (I&#8217;d propose 12 months) only security fixes will be provided to 7.x.  For large deployments who need to do extensive QA, they adopt the stable branch once a year on a predictable schedule and stick to it.  For the vast majority of the internet, they adopt the slipstream (default) and get the latest release every 6 weeks.  The stable branch is only around for a limited period of time  before it moves to the next version.  That last release cycle may be a bit more modest and lower risk than the previous ones.</p>
<p>The end result is that nobody cares about a release older than 12 months.  Generally speaking only 2 matter.  Slipstreamed users are updating rapidly (and will likely update even more rapidly as the process improves).  Stable users have 12 months to hop to the next lily pad.  This goes for IT, web developers, add-on developers, browser developers.</p>
<p>In the long term (next few years), I think web applications will become more agile and less rigid.  Part of what things like HTML5 provide is a more standardized and less hacky way of doing things.  That means less compatibility issues with untested browsers.  As those older applications are phased out, the test cycles for large deployments will decrease.  Ideally some will eventually just migrate away from &#8220;stable&#8221;.</p>
<h3>Version Numbers</h3>
<p>Yes, version numbers still exist, but for most users they don&#8217;t mean terribly much unless they have a problem or need to verify compatibility with something.  In which case, the major release number is likely the important one.  They are still a necessary evil, and users do need to know how to get it, even if they don&#8217;t need to know it offhand.  Browser version number is pretty much the first step of any diagnostics for a web application as it&#8217;s the ultimate variable.</p>
<p>Just my thoughts on the last several weeks of debate.</p>
<p><small>1.  <a href="http://www.imdb.com/title/tt0119654/quotes">Men In Black (2007)</a></small>
<div id="rja_commentCountImage"><a href="http://robert.accettura.com/?p=5985#comments"><img src="http://robert.accettura.com/wp-content/commentCount/2011/08/fccc649.gif" alt="Comment Count" style="border:0;" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://robert.accettura.com/blog/2011/08/17/on-firefox-versioning/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Capturing User Innovation</title>
		<link>http://robert.accettura.com/blog/2009/05/30/capturing-user-innovation/</link>
		<comments>http://robert.accettura.com/blog/2009/05/30/capturing-user-innovation/#comments</comments>
		<pubDate>Sun, 31 May 2009 02:01:22 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[innovation]]></category>
		<category><![CDATA[software-development]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[user experience]]></category>
		<category><![CDATA[user innovation]]></category>

		<guid isPermaLink="false">http://robert.accettura.com/?p=2714</guid>
		<description><![CDATA[Building a new product is always fun. You draft ideas, generate wireframes, mockups, prototypes, you build your app, you tweak it, you release it. In the case of software and web applications you also get to update it and make &#8230; <a href="http://robert.accettura.com/blog/2009/05/30/capturing-user-innovation/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Building a new product is always fun.  You draft ideas, generate wireframes, mockups, prototypes, you build your app, you tweak it, you release it.  In the case of software and web applications you also get to update it and make it better.  If it&#8217;s hardware, you work on a 2nd revision to be sold a year later to people who didn&#8217;t adopt early (jab at early adopters).  </p>
<p>One of the most interesting things is how users actually use the product you make, if they use it at all.  Do they use it a little or a lot?  Do they use it as intended?  Do they find things missing?  To robust for their taste?  Or do they just find uses and modifications that all the engineers involved never in a million years would have contemplated?</p>
<p><span id="more-2714"></span></p>
<h3>Historical User Innovation</h3>
<p>User innovation isn&#8217;t a new thing.  Our brains were designed to tinker and reinvent.  The <a href="http://en.wikipedia.org/wiki/Circle">wheel</a> is nothing more than a plane where all points are an equal distance from a given point (centre).  <a href="http://en.wikipedia.org/wiki/Fire">Fire</a> is the oxidation of a combustible material releasing heat, light, and various reaction products.  Both are natural logical things that mankind has come up with many clever &#8220;hacks&#8221; (todays term) for.  We&#8217;ve even combined this seemingly unrelated geometric wonder and potentially dangerous reaction to come up with the combustion engine powered motor coach (car).</p>
<p>The <a href="http://en.wikipedia.org/wiki/Wright_Flyer">Flier I</a>, the first plane the Wright Brothers famously flew in 1903 used a chain drive to power the propellers from the single centrally mounted motor.  The chain drive is bicycle technology the wright brothers knew well from bike repair and sale business.</p>
<p><a href="http://science.ksc.nasa.gov/history/apollo/apollo-13/apollo-13.html">Apollo 13</a> is the story of finding unintended uses for technology and to bring 3 astronauts home safely.  First they used the Lunar Module (LEM) as a makeshift &#8220;lifeboat&#8221;.  If that wasn&#8217;t clever enough they utilized plastic bags, cardboard, tape, and a hose from a space suit to rig some air filters from the command module to fit the LEM (you can find an amazing picture of that <a href="http://grin.hq.nasa.gov/ABSTRACTS/GPN-2002-000056.html">here</a>).</p>
<p>These are just a few more notable examples but you could find millions more, from the old &#8220;soldiers tricks&#8221; you&#8217;ve heard time and time again like soldiers in the past using condoms to keep water and debris out of their gun among <a href="http://www.scribd.com/doc/7441205/Best-of-the-Ranger-Digest-Soldiers-Tips-and-Tricks">others</a>.</p>
<h3>Historic Computing User Innovation</h3>
<p>Computing has long been about user innovation.  The most obvious and the least recognized is computer games.  Long before computers were ever intended to be used for recreational purposes <a href="http://en.wikipedia.org/wiki/First_video_game">people were figuring out how to do it</a>.  While it seems silly it eventually turned into a <a href="http://en.wikipedia.org/wiki/Video_game_industry#Game_industry_value_chain">multi-billion dollar industry</a>.  Not bad for a nerdy trick on a cathode ray tube.</p>
<p>Then you had the geniuses at the <a href="http://www.bambi.net/bob/homebrew.html">Homebrew Computer Club</a> and and the <a href="http://www.virtualaltair.com/virtualaltair.com/vac_altair_8800_mainframe.asp">Altair 8800</a> which helped usher in a new era of computers that people could manipulate to do whatever they wanted.  They were hackers, and they remembered that when they starting building computers for consumers.  Their machines were customizable with software that could be developed easily (at least relatively speaking).  Leading to the modern era of user innovation&#8230;</p>
<h3>Modern Computing User Innovation</h3>
<p>There are many examples of user innovation, but I&#8217;ll give just a few to make a point:</p>
<p>Some systems facilitate user innovation for example through extensions and plugins.  Just take a look at Firefox and it&#8217;s robust <a href="https://addons.mozilla.org/">addons collection</a>.  On occasion features have even become bundled into the browser, for example <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=179656#c47">tab reordering</a>.  Other features first get prototyped as extensions (the reporter tool being a perfect example).  Users are invited to develop their own features and innovations and share them with others.  Clever, but somewhat technical.  Removing the technical barrier is being done as part of <a href="https://labs.mozilla.com/2009/05/introducing-jetpack-call-for-participation/">Jetpack</a>. </p>
<p>Another more subtle example is how people search often then they tend to browse.  As many people with a domain name know, a noteworthy portion of traffic will come from people who just Google your domain name rather than enter it in the URL bar.  It seems in at least some minds search and navigation have merged much more than in others minds.  I&#8217;ll touch more on this in an upcoming blog post.  For yet another example, leaving tabs open with stuff you want to read later.  I&#8217;ve even seen (and done myself) the practice of blank tabs as separators between different things I&#8217;m working on in 1 window.  There are extensions out there to help colorize to help organize as well.</p>
<p>One of my favorite stories is the Twitter <a href="http://twitter.pbworks.com/Hashtags">hash tag</a>.  Hash tags aren&#8217;t something that the Twitter developers created or even intended for.  They are something users just decided to do, and standardize on.  It&#8217;s democracy through chaos at it&#8217;s best.  Despite Twitter&#8217;s user generated data stream being <a href="http://blog.twitter.com/2008/07/twitter-and-xmpp-drinking-from-fire.html">compared to a fire hose</a> somehow people caught on and agreed on this standard.  Even cooler is how hash tags can spontaneously be created with seemingly little or no coordination.  Users solved one of Twitters largest problems (organizing data) completely on their own without any engineering effort.</p>
<p>Even hardware is becoming more open to being modified and manipulated by users.  Take for example the <a href="http://arduino.cc/">Arduino</a> (something I totally need to get and play with).</p>
<p>A standard Web 2.0 feature has been to provide an API and tons of feeds to allow developers to mashup and find new uses for your service.  Some have become insanely popular and helped websites, and others have fizzled at best.</p>
<p>There are many more examples of users innovating, but I will stop here.  Sites like <a href="http://hackaday.com/">Hack a Day</a> and <a href="http://lifehacker.com/">Lifehacker</a> do a good job documenting some of these.</p>
<h3>How To Capture User Innovation</h3>
<p>The big question is how do you capture this innovation and bake it into the product?  Some lucky products like Twitter seem to take a life of their own and organically evolve.  Others, notably non-web services like Firefox seem to take a bit more nurturing to find the diamonds, shine them up and bake them into the next version.  Others still can&#8217;t even manage that.</p>
<p>There seems to be two basic paths that an organization can take:</p>
<p><strong>Build the platform and let users take control</strong> &#8211; This is the Twitter method.  Works best for situations where technical knowledge required to shape the product is minimal.<br />
<strong>Build the platform and make it accessible for the technically inclined and willing</strong> &#8211; This is the API and feed route.  Let developers build cool things, and hope they will improve your offering in return.</p>
<p>Are there others?  </p>
<p>I think open source projects generally have an advantage do to their inherent open nature.  They fully intend for users to have control.  Those focused on content tend to have an advantage over those that focus on service.</p>
<p>It&#8217;s an interesting topic.  How can you take this organic user innovation and utilize it to either fix the underlying flaws to make a better product or bundle the innovation to enhance the experience for all users?  Just ask?  Usability studies?  More API&#8217;s?  Bribery?</p>
<p>User Innovation may be the best there is.  No engineer knows exactly how their product will be used and all the real life test cases.  Users however are the test case.
<div id="rja_commentCountImage"><a href="http://robert.accettura.com/?p=2714#comments"><img src="http://robert.accettura.com/wp-content/commentCount/2009/05/b628386.gif" alt="Comment Count" style="border:0;" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://robert.accettura.com/blog/2009/05/30/capturing-user-innovation/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Firefox 3.0 Is Out</title>
		<link>http://robert.accettura.com/blog/2008/06/17/firefox-30-is-out/</link>
		<comments>http://robert.accettura.com/blog/2008/06/17/firefox-30-is-out/#comments</comments>
		<pubDate>Tue, 17 Jun 2008 19:08:44 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[awesomebar]]></category>
		<category><![CDATA[firefox 3]]></category>
		<category><![CDATA[malware]]></category>
		<category><![CDATA[robots]]></category>
		<category><![CDATA[software launch]]></category>
		<category><![CDATA[software-development]]></category>
		<category><![CDATA[user-interface]]></category>

		<guid isPermaLink="false">http://robert.accettura.com/?p=1793</guid>
		<description><![CDATA[So the servers had a giant melt down. That&#8217;s hopefully history now. It&#8217;s out! Go download it. While your at it, spread the word and help break a world record. After all, how many world records have you participated in &#8230; <a href="http://robert.accettura.com/blog/2008/06/17/firefox-30-is-out/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.getfirefox.com"><img src="http://robert.accettura.com/wp-content/uploads/2008/06/ff-logo-big.png" alt="Firefox" title="" width="439" height="422" class="centered aligncenter size-full wp-image-1792" /></a></p>
<p>So the servers had a giant melt down.  That&#8217;s hopefully history now.  It&#8217;s out!  Go <a href="http://www.getfirefox.com">download</a> it.  While your at it, spread the word and help break a <a href="http://www.spreadfirefox.com/worldrecord">world record</a>.  After all, how many world records have you participated in so far?</p>
<ul>
<li><strong>Awesomebar</strong> &#8211; Find what you want easier than ever.</li>
<li><strong>Malware Protection</strong> &#8211; Stay safer when browsing the web</li>
<li><strong>Native UI Appearance</strong> &#8211; It looks better than ever.</li>
<li><strong>Better Addons/Plugins Manager</strong> &#8211; Manage plugins with ease, find new addons.</li>
<li><strong>Download Manager</strong> &#8211; Resumable downloads!</li>
<li><strong>Smart Bookmarks</strong> &#8211; Most visited, recently bookmarked, recently tagged.</li>
<li><strong>Better Memory Management</strong> &#8211; Nuff said</li>
<li><strong>Powered By Robots</strong> Not only are <a href="http://www.intothefuzz.com/2008/06/11/victory/">they</a> awesome, they obey the <a href="http://en.wikipedia.org/wiki/Three_Laws_of_Robotics">Three Laws of Robotics</a></li>
</ul>
<p>See Deb Richardson’s <a href="http://www.dria.org/wordpress/archives/2008/06/12/655/">Field Guide to Firefox 3</a> for more details.
<div id="rja_commentCountImage"><a href="http://robert.accettura.com/?p=1793#comments"><img src="http://robert.accettura.com/wp-content/commentCount/2008/06/c8cbd66.gif" alt="Comment Count" style="border:0;" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://robert.accettura.com/blog/2008/06/17/firefox-30-is-out/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Firefox 3.0 Skinning Update</title>
		<link>http://robert.accettura.com/blog/2008/03/24/firefox-30-skinning-update/</link>
		<comments>http://robert.accettura.com/blog/2008/03/24/firefox-30-skinning-update/#comments</comments>
		<pubDate>Tue, 25 Mar 2008 02:11:49 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[software-development]]></category>
		<category><![CDATA[themes]]></category>
		<category><![CDATA[usability]]></category>
		<category><![CDATA[user-interface]]></category>

		<guid isPermaLink="false">http://robert.accettura.com/archives/2008/03/24/firefox-30-skinning-update/</guid>
		<description><![CDATA[Back in January I posted some pics of the new skin in Firefox for those who haven&#8217;t tried it themselves. Figured I&#8217;d update with the latest. For the navigation toolbar the most obvious change is the new keyhole design. My &#8230; <a href="http://robert.accettura.com/blog/2008/03/24/firefox-30-skinning-update/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Back in January I <a href="http://robert.accettura.com/blog/2008/01/29/firefox-3-skinning-progress/">posted some pics of the new skin in Firefox</a> for those who haven&#8217;t tried it themselves.  Figured I&#8217;d update with the latest.</p>
<p>For the navigation toolbar the most obvious change is the new keyhole design.  My only complaint is that the menu that appears when you click and hold isn&#8217;t as intuitive since the arrow isn&#8217;t there.  </p>
<p><strong>Navigation Toolbar (Windows XP)</strong><br />
<img src="http://robert.accettura.com/wp-content/uploads/2008/03/20080322_toolbar_win.jpg" alt="Firefox 3.0 Toolbar on Windows XP" class="centered" /></p>
<p><strong>Navigation Toolbar (Mac OS X 10.4)</strong><br />
<img src="http://robert.accettura.com/wp-content/uploads/2008/03/20080322_toolbar_mac.jpg" alt="Firefox 3.0 Toolbar on Mac OS X Leopard" class="centered" /></p>
<p>My only objection about the prefs is that the Windows privacy option is a great example of an icon that&#8217;s seemingly impossible to interpret what it&#8217;s supposed to represent.  The light switch for &#8220;Main&#8221; is also a little odd, but I can manage with that much better than the privacy icon.  Other than that, I think they look pretty good.</p>
<p><strong>Options (Mac OS X 10.4)</strong><br />
<img src="http://robert.accettura.com/wp-content/uploads/2008/03/20080322_prefs.jpg" alt="Firefox 3.0 Prefs on Mac OS X Leopard" class="centered" /></p>
<p><strong>Options (Windows XP)</strong><br />
<img src="http://robert.accettura.com/wp-content/uploads/2008/03/20080322_prefs_win.jpg" alt="Firefox 3.0 Prefs on Windows XP" class="centered" /></p>
<p>That&#8217;s all for now folks.  If warranted, I&#8217;ll post again with updates.
<div id="rja_commentCountImage"><a href="http://robert.accettura.com/archives/2008/03/24/firefox-30-skinning-update/#comments"><img src="http://robert.accettura.com/wp-content/commentCount/2008/03/e721a54.gif" alt="Comment Count" style="border:0;" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://robert.accettura.com/blog/2008/03/24/firefox-30-skinning-update/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
		<item>
		<title>Self Serving Sausage Fest?</title>
		<link>http://robert.accettura.com/blog/2008/03/05/self-serving-sausage-fest/</link>
		<comments>http://robert.accettura.com/blog/2008/03/05/self-serving-sausage-fest/#comments</comments>
		<pubDate>Thu, 06 Mar 2008 02:48:55 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Funny]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[psychology]]></category>
		<category><![CDATA[psychology today]]></category>
		<category><![CDATA[software-development]]></category>
		<category><![CDATA[valleywag]]></category>

		<guid isPermaLink="false">http://robert.accettura.com/archives/2008/03/05/self-serving-sausage-fest/</guid>
		<description><![CDATA[Does that title accurately describe open source? Via Valleywag I found this blog post from Psychology Today which I&#8217;d recommend reading. This is really the most interesting part: First, there&#8217;s street cred: People want to garner approval from their peers &#8230; <a href="http://robert.accettura.com/blog/2008/03/05/self-serving-sausage-fest/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Does that title accurately describe open source?  Via <a href="http://valleywag.com/364089/open+source-programmers-actually-raging-greedtards">Valleywag</a> I found this blog post from <a href="http://blogs.psychologytoday.com/blog/brainstorm/200803/beware-geeks-bearing-gifts">Psychology Today</a> which I&#8217;d recommend reading.  This is really the most interesting part:</p>
<blockquote cite="http://blogs.psychologytoday.com/blog/brainstorm/200803/beware-geeks-bearing-gifts"><p>
First, there&#8217;s street cred: People want to garner approval from their peers and build their reputation. Second, there&#8217;s self-actualization: Working on these projects is enjoyable in and of itself, and it also provides the opportunities to practice your skills, collect feedback, and grow as a geek. Third, there&#8217;s pure altruism: Let&#8217;s save the world, one squashed bug or &#8220;[citation needed]&#8221; at a time.
</p></blockquote>
<p>Interesting stuff.  I definitely fall in the &#8220;practice your skills, collect feedback, and grow as a geek&#8221; category.</p>
<p>Also noteworthy: <a href="http://valleywag.com/364096/1-out-of-50-open+source-programmers-are-female">97.8 percent</a> of open source programmers are male.  Like there was any surprise that it&#8217;s somewhat of a sausage fest on #developers. Anyone ever check the ratio on <code>about:credits</code>?  Come up with an automated way to do that&#8217;s licensed under MPL/GPL/LGPL and you&#8217;ll earn some serious street cred not to mention save the world and practice your text analysis skills.</p>
<p>I guess this is even more extreme than the <a href="http://query.nytimes.com/gst/fullpage.html?res=9502E0DC1F3EF931A15756C0A9659C8B63">Dave-to-Girl ratio</a>.
<div id="rja_commentCountImage"><a href="http://robert.accettura.com/archives/2008/03/05/self-serving-sausage-fest/#comments"><img src="http://robert.accettura.com/wp-content/commentCount/2008/03/757f843.gif" alt="Comment Count" style="border:0;" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://robert.accettura.com/blog/2008/03/05/self-serving-sausage-fest/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Apple&#8217;s API Advantage</title>
		<link>http://robert.accettura.com/blog/2008/02/28/apples-api-advantage/</link>
		<comments>http://robert.accettura.com/blog/2008/02/28/apples-api-advantage/#comments</comments>
		<pubDate>Fri, 29 Feb 2008 02:21:29 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[gecko]]></category>
		<category><![CDATA[khtml]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[software-development]]></category>
		<category><![CDATA[WebKit]]></category>

		<guid isPermaLink="false">http://robert.accettura.com/archives/2008/02/28/apples-api-advantage/</guid>
		<description><![CDATA[Vlad wrote about his work on improving Mac OS X performance (which is awesome by the way), and his findings from looking at WebKit code. To summarize WebKit utilizes some undocumented API&#8217;s (ironically from the same company that makes Mac &#8230; <a href="http://robert.accettura.com/blog/2008/02/28/apples-api-advantage/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Vlad wrote about his work on <a href="http://blog.vlad1.com/2008/02/28/finding-the-os-x-turbo-button/">improving Mac OS X performance</a> (which is awesome by the way), and his findings from looking at WebKit code.  To summarize WebKit utilizes some <a href="http://trac.webkit.org/projects/webkit/browser/trunk/WebKitLibraries/WebKitSystemInterface.h">undocumented API&#8217;s</a> (ironically from the same company that makes Mac OS X <img src='http://robert.accettura.com/wp-includes/images/smilies/icon_confused.gif' alt=':-?' class='wp-smiley' />  ) that give it an advantage over other software which can&#8217;t use them.  This is pretty anti-competitive, and Microsoft-like in behavior.  For a company that built it&#8217;s modern OS on an open source core, and it&#8217;s flagship browser (which is key to their mobile initiative) on an open source rendering engine (KHTML), you would think they would be a little more understanding about crippling platforms.  Then again, look at the iPhone controversy regarding it being a closed platform (though that&#8217;s supposed to change next week, and I&#8217;ll be sure to blog about that).</p>
<p>Robert O&#8217;Callahan&#8217;s got a got a <a href="http://weblogs.mozillazine.org/roc/blog/2008/02/platform_tilt.html">great blog post</a> on some of his observations of things Mozilla would likely make good use of.  He also mentions one thing worth quoting:</p>
<blockquote cite="http://weblogs.mozillazine.org/roc/blog/2008/02/platform_tilt.html"><p>
It&#8217;s worth reflecting that if Microsoft was doing this, they&#8217;d likely be hauled before a judge, in the EU if not the US. In fact I can&#8217;t recall Microsoft ever pulling off an undocumented-API-fest of this magnitude.
</p></blockquote>
<p>This is a very valid point which I 100% agree with.  Microsoft wouldn&#8217;t get away with this.  </p>
<p>Safari developer David Hyatt (former Mozilla developer from when Lizards roamed the earth) <a href="http://blog.vlad1.com/2008/02/28/finding-the-os-x-turbo-button/#comment-573">commented about this issue</a>.  Essentially he justifies the decision based on it not being a good practice to use some of these methods, and other aren&#8217;t even used anymore.  This of course raises the question: Should Apple be deciding what other software developers can do, when they themselves can&#8217;t follow the same standards?  I&#8217;d say that if WebKit feels it has to use it, there&#8217;s likely others out there in the same situation regardless of &#8220;best practice&#8221;.</p>
<p>See, I&#8217;m not too much of an Apple fanboy to criticize them <img src='http://robert.accettura.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  .
<div id="rja_commentCountImage"><a href="http://robert.accettura.com/archives/2008/02/28/apples-api-advantage/#comments"><img src="http://robert.accettura.com/wp-content/commentCount/2008/02/b2531e7.gif" alt="Comment Count" style="border:0;" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://robert.accettura.com/blog/2008/02/28/apples-api-advantage/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>The Winner For Most Embedded Is: SQLite</title>
		<link>http://robert.accettura.com/blog/2008/02/26/and-the-winner-for-most-embedded-db-is-sqlite/</link>
		<comments>http://robert.accettura.com/blog/2008/02/26/and-the-winner-for-most-embedded-db-is-sqlite/#comments</comments>
		<pubDate>Wed, 27 Feb 2008 02:42:05 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[adobe air]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[google-gears]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[iphone sdk]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[microsoft silverlight]]></category>
		<category><![CDATA[mozilla prism]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[ruby on rails]]></category>
		<category><![CDATA[software-development]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[sqlite]]></category>

		<guid isPermaLink="false">http://robert.accettura.com/archives/2008/02/26/and-the-winner-for-most-embedded-db-is-sqlite/</guid>
		<description><![CDATA[So the format war of Blue-ray vs. HD-DVD is over. There are still several other rather significant battles going on in the tech world right now that aren&#8217;t Microsoft vs. Apple or Yahoo vs. Google. For example: Adobe Air vs. &#8230; <a href="http://robert.accettura.com/blog/2008/02/26/and-the-winner-for-most-embedded-db-is-sqlite/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>So the format war of Blue-ray vs. HD-DVD is over.  There are still several other rather significant battles going on in the tech world right now that aren&#8217;t Microsoft vs. Apple or Yahoo vs. Google.  For example:</p>
<p><a href="http://www.adobe.com/products/air/">Adobe Air</a> vs. <a href="http://labs.mozilla.com/2007/10/prism/">Mozilla Prism</a> vs. <a href="http://silverlight.net/">Microsoft Silverlight</a></p>
<p><a href="http://gears.google.com/">Google Gears</a> vs. <a href="http://www.whatwg.org/specs/web-apps/current-work/#offline">HTML5 Offline support</a></p>
<p><a href="http://code.google.com/android/">Android</a> vs. <a href="http://developer.apple.com/iphone/">iPhone SDK</a> vs. <a href="http://www.symbian.com/">Symbian</a></p>
<p><a href="http://www.rubyonrails.org/">Ruby On Rails</a> vs. <a href="http://www.php.net">PHP</a></p>
<p>Not every case will have a true &#8220;winner&#8221;.  That&#8217;s not really a bad thing.  Choice is good.  In some cases they will merge to form one standard, such as what&#8217;s likely for offline web applications.  </p>
<p>What is interesting is that <a href="http://sqlite.org">SQLite</a> really dominates right now.  Adobe Air, Mozilla Prism, Google Gears, Android, iPhone SDK (likely through Core Data API), Symbian, Ruby On Rails (default DB in 2.0), PHP 5 (bundled but disabled in <code>php.ini</code> by default).  It&#8217;s becoming harder and harder to ignore that SQL survived the transition from mainframe to server, and now is going from server to client.</p>
<p>No longer is the term &#8220;database&#8221; purely referring to an expensive RAID5 machine in a datacenter running Oracle, MySQL, DB2 or Microsoft SQL Server.  It can now refer to someone&#8217;s web browser, or mobile phone.</p>
<p>This has really just begun to have an impact on things.  The availability of good information storage, retrieval, and sorting means much less of these poorly concocted solutions and much better applications.  Client side databases are the next AJAX.</p>
<p><small><strong>Edit [2/27/2008 9:14 AM EST]:</strong> Added Symbian, since they also use SQLite.  Thanks Chris.</small>
<div id="rja_commentCountImage"><a href="http://robert.accettura.com/archives/2008/02/26/and-the-winner-for-most-embedded-db-is-sqlite/#comments"><img src="http://robert.accettura.com/wp-content/commentCount/2008/02/7d12b66.gif" alt="Comment Count" style="border:0;" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://robert.accettura.com/blog/2008/02/26/and-the-winner-for-most-embedded-db-is-sqlite/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>W3C On DTD Perversions</title>
		<link>http://robert.accettura.com/blog/2008/02/08/w3c-on-dtd-perversions/</link>
		<comments>http://robert.accettura.com/blog/2008/02/08/w3c-on-dtd-perversions/#comments</comments>
		<pubDate>Sat, 09 Feb 2008 03:23:24 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[bandwidth]]></category>
		<category><![CDATA[caching]]></category>
		<category><![CDATA[dtd]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[scalability]]></category>
		<category><![CDATA[software-development]]></category>
		<category><![CDATA[traffic]]></category>
		<category><![CDATA[user-agent]]></category>
		<category><![CDATA[w3c]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://robert.accettura.com/archives/2008/02/08/w3c-on-dtd-perversions/</guid>
		<description><![CDATA[According to the W3C Systeam&#8217;s blog, there&#8217;s a lot of poorly designed software out there. It&#8217;s pretty rare that something has a legitimate need to pull down a DTD in order to work. They should never be requesting it on &#8230; <a href="http://robert.accettura.com/blog/2008/02/08/w3c-on-dtd-perversions/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>According to the <a href="http://www.w3.org/blog/systeam/2008/02/08/w3c_s_excessive_dtd_traffic">W3C Systeam&#8217;s blog</a>, there&#8217;s a lot of poorly designed software out there.  It&#8217;s pretty rare that something has a legitimate need to pull down a DTD in order to work.  They should never be requesting it on a very frequent basis.  It&#8217;s a very cachable asset.  The post includes some pretty impressive stats too:</p>
<blockquote cite="http://www.w3.org/blog/systeam/2008/02/08/w3c_s_excessive_dtd_traffic"><p>
..up to 130 million requests per day, with periods of sustained bandwidth usage of 350Mbps, for resources that haven&#8217;t changed in years.
</p></blockquote>
<p>They also make a few requests which really all developers should follow.  Here&#8217;s my summary:</p>
<ul>
<li>Cache as much as possible, to minimize your impact on others (not to mention improve your performance).</li>
<li>Respect caching headers</li>
<li>Don&#8217;t fetch what you don&#8217;t need</li>
<li>Identify yourself.  Don&#8217;t use a generic UA.</li>
<li>Try not to suck.</li>
</ul>
<div id="rja_commentCountImage"><a href="http://robert.accettura.com/archives/2008/02/08/w3c-on-dtd-perversions/#comments"><img src="http://robert.accettura.com/wp-content/commentCount/2008/02/e4873aa.gif" alt="Comment Count" style="border:0;" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://robert.accettura.com/blog/2008/02/08/w3c-on-dtd-perversions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox 3 Skinning Progress</title>
		<link>http://robert.accettura.com/blog/2008/01/29/firefox-3-skinning-progress/</link>
		<comments>http://robert.accettura.com/blog/2008/01/29/firefox-3-skinning-progress/#comments</comments>
		<pubDate>Wed, 30 Jan 2008 01:45:30 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[software-development]]></category>
		<category><![CDATA[themes]]></category>
		<category><![CDATA[usability]]></category>
		<category><![CDATA[user-interface]]></category>

		<guid isPermaLink="false">http://robert.accettura.com/archives/2008/01/29/firefox-3-skinning-progress/</guid>
		<description><![CDATA[So I mentioned the other day that some theme related checkins took place. Here&#8217;s some screenshots for Mac/Windows for those interested. You can find some Linux screenshots on Michael Ventnor&#8217;s blog I&#8217;ve also got a little commentary on implementation thus &#8230; <a href="http://robert.accettura.com/blog/2008/01/29/firefox-3-skinning-progress/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>So I mentioned the other day that some theme related checkins took place.  Here&#8217;s some screenshots for Mac/Windows for those interested.  You can find some Linux screenshots on  <a href="http://ventnorsblog.blogspot.com/">Michael Ventnor&#8217;s blog</a> I&#8217;ve also got a little commentary on implementation thus far.</p>
<p>It should be noted that this stuff isn&#8217;t finalized and will definitely be tweaked.  In the past things were adjusted until the very last moment, I expect we&#8217;ll see the same.  Also don&#8217;t forget things like the planned <a href="http://blog.mozilla.com/faaborg/2008/01/22/navigation-toolbar-on-windows/">keyhole shape</a> aren&#8217;t even in place yet.</p>
<p><strong>Navigation Toolbar (Windows XP)</strong><br />
<img src="http://robert.accettura.com/wp-content/uploads/2008/01/wintoolbar.jpg" alt="Firefox 3.0b3 Toolbar (Windows XP)" class="centered" /></p>
<p>My general thought on this is that Windows XP has thus far been left behind.  Linux and Mac OS X look absolutely awesome.  Vista doesn&#8217;t look to bad, though in general I think the OS design is an ugly turd.  For XP, the reload and stop button are particularly what looks the strangest.  Both seem to thin and small.  It really doesn&#8217;t fit the rest of the UI.  Home I think actually is actually an improvement.  A step away from the &#8220;dirty house&#8221;.  Back/Forward haven&#8217;t been updated yet as I mentioned before.</p>
<p><strong>Navigation Toolbar (Mac OS X 10.4)</strong><br />
<img src="http://robert.accettura.com/wp-content/uploads/2008/01/mactoolbar.jpg" alt="Firefox 3.0b3 Navigation Toolbar (Mac)" class="centered" /></p>
<p>Simply awesome.  Enough said.  Not even shown is the new tab design which is also better.  I&#8217;ve got to put together a screenshot post of Mac OS X thus far so others can drool.</p>
<p><strong>Options (Windows XP)</strong><br />
<img src="http://robert.accettura.com/wp-content/uploads/2008/01/winoptions.jpg" alt="Firefox 3.0b3 Options (Windows XP)" class="centered" /></p>
<p>I think this overall is better than the toolbar.  I still have a few issues with it.  For one the &#8220;Main&#8221; icon abstractly looks like a switch, but I&#8217;m not sure how apparent that is if you didn&#8217;t know what it was supposed to be.  &#8220;Tabs&#8221; looks slightly distorted (that&#8217;s one tall tab) but otherwise good.  I like the concept behind &#8220;Content&#8221;  but I&#8217;m not sure I can tell what any of that is.  Images is clearly in there, it would be nice if it was more obvious you can control popups from in there.  &#8220;Applications&#8221; seems to work well.  I&#8217;m really not even sure what &#8220;Privacy&#8221; is supposed to depict.  Anyone know?   &#8220;Security&#8221; and &#8220;Advanced&#8221; also very nice.  </p>
<p><strong>Options (Mac OS X 10.4)</strong><br />
<img src="http://robert.accettura.com/wp-content/uploads/2008/01/macprefs.jpg" alt="Firefox 3.0b3 Preferences (Mac)" class="centered" /></p>
<p>It&#8217;s pretty much the same old, nothing to report here.  Looks good.</p>
<p>So there you have it.  My 5 minute rundown of some icon changes.  There will be more, and a lot more polish I&#8217;m sure.  I&#8217;ll try and post a follow up later on and show how it&#8217;s changed.  For anyone who hasn&#8217;t seen it yet, hopefully this gives you a little taste of the great UI design work being done.
<div id="rja_commentCountImage"><a href="http://robert.accettura.com/archives/2008/01/29/firefox-3-skinning-progress/#comments"><img src="http://robert.accettura.com/wp-content/commentCount/2008/01/21fe5b8.gif" alt="Comment Count" style="border:0;" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://robert.accettura.com/blog/2008/01/29/firefox-3-skinning-progress/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Open Source And Recessions</title>
		<link>http://robert.accettura.com/blog/2008/01/22/open-source-and-recessions/</link>
		<comments>http://robert.accettura.com/blog/2008/01/22/open-source-and-recessions/#comments</comments>
		<pubDate>Wed, 23 Jan 2008 03:48:08 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[7zip]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[bittorrent]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[filezille]]></category>
		<category><![CDATA[finance]]></category>
		<category><![CDATA[gaim]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[OpenOffice]]></category>
		<category><![CDATA[pidgin]]></category>
		<category><![CDATA[recession]]></category>
		<category><![CDATA[software-development]]></category>
		<category><![CDATA[vlc]]></category>
		<category><![CDATA[WebKit]]></category>
		<category><![CDATA[Wikipedia]]></category>

		<guid isPermaLink="false">http://robert.accettura.com/archives/2008/01/22/open-source-and-recessions/</guid>
		<description><![CDATA[There&#8217;s an interesting blog post on Open Source and recessions worth reading. Essentially the question is this: Does a recession have a negative impact on open source? I&#8217;d say the answer is somewhat more complex than a simple yes/no. There &#8230; <a href="http://robert.accettura.com/blog/2008/01/22/open-source-and-recessions/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>There&#8217;s an interesting blog post on <a href="http://blogs.zdnet.com/hardware/?p=1136">Open Source and recessions</a> worth reading.  Essentially the question is this: Does a recession have a negative impact on open source?</p>
<p>I&#8217;d say the answer is somewhat more complex than a simple yes/no.  There are many different types of projects out there with entirely different circumstances.  However I suspect a projects impact could be gaged on a few key aspects of it&#8217;s operation:</p>
<p><strong>Purpose</strong> &#8211; The purpose of the project is likely the most critical aspect.  For example, I don&#8217;t think there would be any significant impact on projects like the Linux kernel which is essential to many products out there including server infrastructure that powers much of the web and many companies computer systems.  Then you have consumer products like TiVo, Google Android etc.  Because it&#8217;s purpose is so broad there are enough people with a financial interest in seeing development continue.  WebKit, Mozilla, Apache, are good examples of this.  They have broad usage by many.  Something specific to a more obscure task would have more trouble due to it&#8217;s more limited market.</p>
<p><strong>Development Team</strong> &#8211; Of course for a project to succeed it needs one or more developers.  During a recession one could theorize that many would be less inclined to participate.  This may not necessarily so.  First of all, quite a bit of open source development is loosely sponsored.  Several projects have actual staff, paid employees who write open source code.  For example Apple employees people to work on WebKit.  Mozilla has staff working on Firefox.  There are people paid to work on Linux (Red Hat, IBM, Novell, etc.) and many other open source projects.  There are also companies who contribute some code that would be of strategic value to them.  There&#8217;s also those who are simply willing to sponsor some work they want to see happen.  All of which fund developers of larger open source projects.  But would developers who aren&#8217;t sponsored or employed to code still participate?  I theorize most still would as they don&#8217;t depend on it for income during good times, presumably a job during a recession wouldn&#8217;t generally prohibit participation and more than a job during years of economic growth.  There&#8217;s also the impact of college students who participate partially for the educational aspect.  The <a href="http://en.wikipedia.org/wiki/Early_2000s_recession">early 2000&#8242;s</a> was a recession and still showed a fair amount of growth of open source.  In fact many of todays stars really started to take shape during that period.  For example:</p>
<ul>
<li><a href="http://www.wordpress.org">WordPress</a> (2003)</li>
<li><a href="http://httpd.apache.org">Apache2</a> (2002)</li>
<li><a href="http://www.bittorrent.com/">BitTorrent (original client)</a> (2002)</li>
<li><a href="http://www.videolan.org/">VLC</a> (2001)</li>
<li><a href="http://www.openoffice.org/">OpenOffice</a> (released as open source in 2000)</li>
<li><a href="http://www.pidgin.im/">Pidgin (formerly GAIM)</a> (1998, though really grew up between 2003-2004)</li>
<li><a href="http://en.wikipedia.org/wiki/Filezilla">Filezilla</a> (2001)</li>
<li><a href="http://www.7zip.org">7-Zip</a> (2000)</li>
<li><a href="http://www.wikipedia.org">Wikipedia</a> (2001)</li>
</ul>
<p><strong>Funding</strong> &#8211; Somewhat obvious: Funding is key.  Who pays the developers (partially the last aspect I discussed)?  Who pays for the projects needs (servers, etc.)?  Many of the more popular projects (almost all of the above) have either an organization of for-profit company around built around it.  That company often sponsors the needs of the project.  Unless the needs of that companies product/service is no longer needed during the recession, funding likely remains.  That&#8217;s partially the first aspect I discussed.  </p>
<p>It&#8217;s my belief the larger and more popular open source projects would feel a minimal impact during a recession.  I think history has shown this, and common sense agrees.  They are mostly low development cost, adequately funded (often from diverse sources), stable, and have a broad team of developers.  The projects that are in trouble are the ones who have very few or only 1 developer, even worse if they share the same sponsor, even worse if there is little community around the project.  Most projects would generally experience a slight slowdown in development the degree would depend on the above.  A few may go dormant for a period of time.  Thanks to things like GPL licensing, another developer can pick up should there be a market in the open source ecosystem.</p>
<p>Overall I don&#8217;t think open source would be nearly as impacted as most businesses during a recession.  The model is very different.  Open source when successful has a community and many different sponsors.  The diversity allows the project to survive even when recession causes some sponsors to need to reduce or eliminate involvement.  Open Source also by definition is used to this type of environment.  It&#8217;s used to developing on a budget, soliciting sponsors to help cover costs, etc.</p>
<p>The interesting thing about recession is that it impacts everyone, but the degree to which someone is impacted varies.  For example construction and housing are generally harder hit than other industries.  People tend to cut back on new home purchases before they cut back on other things.  Each of those industries has computing needs, sometimes met by open source.  This all feeds into the open source ecosystem.</p>
<p>I&#8217;d suggest that all of the projects I have mentioned here will do ok during a recession.  Many with a slowdown, but all will still continue as long as they provide value.  A notable situation is Mozilla&#8217;s income comes largely from Google which is based on ad revenue.  During a recession and bubble bursting this would likely dramatically reduce the revenue brought in.  This isn&#8217;t being ignored.  As the 2006 <a href="http://www.mozilla.org/foundation/documents/mozilla-2006-financial-faq.html">Financial FAQ</a> states:</p>
<blockquote cite="http://www.mozilla.org/foundation/documents/mozilla-2006-financial-faq.html"><p>
First, the cash reserve is of course a form of insurance against the loss of income. We will continue to maintain enough of a reserve to allow us flexibility in making product decisions&#8230;.
</p></blockquote>
<p>It seems that an open source project with a diverse stream of funding from individuals and companies of various industries, as well as developers in different situations is in the best position to survive.</p>
<p>It&#8217;s an interesting topic.
<div id="rja_commentCountImage"><a href="http://robert.accettura.com/archives/2008/01/22/open-source-and-recessions/#comments"><img src="http://robert.accettura.com/wp-content/commentCount/2008/01/9327969.gif" alt="Comment Count" style="border:0;" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://robert.accettura.com/blog/2008/01/22/open-source-and-recessions/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

