<?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>Sam's World Of No by Sam Phillips &#187; Software</title>
	<atom:link href="http://www.samsworldofno.com/category/software/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.samsworldofno.com</link>
	<description>Bringing negativity to the digital world</description>
	<lastBuildDate>Sun, 14 Mar 2010 14:42:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Five reasons why you should use SVN for one-man projects</title>
		<link>http://www.samsworldofno.com/2007/12/30/five-reasons-why-you-should-use-svn-for-one-man-projects/</link>
		<comments>http://www.samsworldofno.com/2007/12/30/five-reasons-why-you-should-use-svn-for-one-man-projects/#comments</comments>
		<pubDate>Sun, 30 Dec 2007 20:36:38 +0000</pubDate>
		<dc:creator>Sam Phillips</dc:creator>
				<category><![CDATA[Industry]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.samsworldofno.com/2007/12/30/five-reasons-why-you-should-use-svn-for-one-man-projects/</guid>
		<description><![CDATA[Often, when people are talking about version control systems, such as Subversion, an oft-quoted reason for its usage is the advantages it brings to collaborative working. This is with good reason &#8211; the system was written with the &#8220;many developers working on the same project&#8221; situation in mind, and this is why locking and merging [...]]]></description>
			<content:encoded><![CDATA[<p>Often, when people are talking about version control systems, such as <a href="http://subversion.tigris.org/">Subversion</a>, an oft-quoted reason for its usage is the advantages it brings to collaborative working. This is with good reason &#8211; the system was written with the &#8220;many developers working on the same project&#8221; situation in mind, and this is why locking and merging et al is so important.</p>
<p>But version control is just as useful for smaller and/or personal projects &#8211; and as I&#8217;ve come to realise over the past week while getting to write more code than usual, using it can bring some major advantages to developing the &#8220;other&#8221; projects.</p>
<ol>
<li>Firstly, the no-brainer. <em>Using version control means that you can roll files back</em>.  Large projects are planned and ideas are specified, and version control is often used for bug squashing and correcting mistakes. I find that it is less frequently used to &#8220;turn back the clock&#8221; on major portions of code (because they were just going in the wrong direction) because this situation is largely eliminated by planning. When I&#8217;m working on smaller projects at home, I&#8217;m often making it up as I go. It&#8217;s a good and productive way to code when you just feel like writing something, and are on your own time. Being able to roll back whole portions of the project (especially in <a href="http://www.rubyonrails.org">Rails</a>, using <a href="http://api.rubyonrails.org/classes/ActiveRecord/Migration.html">migrations</a>)  is a great way to allow yourself to experiment, knowing that even if you make some dodgy code decisions, they can always be rolled back.</li>
<li><em>No need to trust yourself</em>. I have always had a pretty good memory, not only for trivia, music/lyrics and names/faces, but also for code-related events &#8211; I can often recall when changes were made, at whose request and by whose hands. I&#8217;m a pretty good resource in the office in that way &#8211; but I am also very wary of reliance on memory. My mantra is to never trust yourself, and to use external systems to remember things wherever possible &#8211;  Ã  la <a href="http://www.davidco.com/">GTD</a>. Committing changes to projects via version control and always making sure I leave a long and descriptive comment means that I don&#8217;t have to rely on my memory when I come back to the project &#8211; perhaps days or weeks later. This means that coding at home can be what it should be &#8211; relaxing.</li>
<li><em>Practice makes perfect</em>. Using version control comes naturally after a while, especially in languages that are well-suited to it, but it&#8217;s still a skill that you need to work at. I like learning how to use some of the more advanced features at home so that, again, I&#8217;m on my own time, breaking my own projects. Using version control at home means that I&#8217;m continually getting better at it, rather than considering it a burden to be left at the office.</li>
<li><em>Anyone who says version control doesn&#8217;t make life easier isn&#8217;t doing it right.</em> Once you&#8217;ve moved into version control for some projects, everything else you work on feels rustic and lame. Developing under version control creates what appears to be overhead in the form of commits and maintaining working copies, but this is easily offset by the security it provides. Often I code late into the night (when it&#8217;s not a school night!) and by three or four o&#8217;clock, I can never be sure that the code that&#8217;s coming out is good. Under version control, this doesn&#8217;t matter. Wake up in the morning and revert the crap files, and keep the good stuff that only twilight hour inspiration can bring.</li>
<li><em>Optimism. </em>Under version control, you are taking every project seriously &#8211; this is a good thing, and it&#8217;s optimistic because you are telling yourself this is an important undertaking that may yet be something big, or at least something that helps some people out in some small way. And let&#8217;s not forget that version control works best when a project is born into the environment, rather than transplanted in later. Believe your work will be great, get it into version control from the beginning and let that experimentation that&#8217;s only possible with personal projects run free!</li>
</ol>
<p>For big projects, I consider not using version control to be nothing short of negligent, because mistakes cost jobs and mortgages. For small projects, it is a great bonus feature, and allows experimentation and messing around to be easily coerced into something usable and maintainable.</p>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em>Bookmark:</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.samsworldofno.com/2007/12/30/five-reasons-why-you-should-use-svn-for-one-man-projects/&amp;title=Five+reasons+why+you+should+use+SVN+for+one-man+projects" title="Add 'Five reasons why you should use SVN for one-man projects' to Del.icio.us"><img src="http://www.samsworldofno.com/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add 'Five reasons why you should use SVN for one-man projects' to Del.icio.us" alt="Add 'Five reasons why you should use SVN for one-man projects' to Del.icio.us" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.samsworldofno.com/2007/12/30/five-reasons-why-you-should-use-svn-for-one-man-projects/&amp;title=Five+reasons+why+you+should+use+SVN+for+one-man+projects" title="Add 'Five reasons why you should use SVN for one-man projects' to digg"><img src="http://www.samsworldofno.com/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'Five reasons why you should use SVN for one-man projects' to digg" alt="Add 'Five reasons why you should use SVN for one-man projects' to digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://www.samsworldofno.com/2007/12/30/five-reasons-why-you-should-use-svn-for-one-man-projects/&amp;title=Five+reasons+why+you+should+use+SVN+for+one-man+projects" title="Add 'Five reasons why you should use SVN for one-man projects' to reddit"><img src="http://www.samsworldofno.com/wp-content/plugins/social-bookmarking-reloaded/reddit.png" title="Add 'Five reasons why you should use SVN for one-man projects' to reddit" alt="Add 'Five reasons why you should use SVN for one-man projects' to reddit" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.samsworldofno.com/2007/12/30/five-reasons-why-you-should-use-svn-for-one-man-projects/" title="Add 'Five reasons why you should use SVN for one-man projects' to Technorati"><img src="http://www.samsworldofno.com/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add 'Five reasons why you should use SVN for one-man projects' to Technorati" alt="Add 'Five reasons why you should use SVN for one-man projects' to Technorati" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://ma.gnolia.com/bookmarklet/add?url=http://www.samsworldofno.com/2007/12/30/five-reasons-why-you-should-use-svn-for-one-man-projects/&amp;title=Five+reasons+why+you+should+use+SVN+for+one-man+projects&amp;description=Five+reasons+why+you+should+use+SVN+for+one-man+projects" title="Add 'Five reasons why you should use SVN for one-man projects' to Ma.gnolia"><img src="http://www.samsworldofno.com/wp-content/plugins/social-bookmarking-reloaded/magnolia.png" title="Add 'Five reasons why you should use SVN for one-man projects' to Ma.gnolia" alt="Add 'Five reasons why you should use SVN for one-man projects' to Ma.gnolia" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://www.samsworldofno.com/2007/12/30/five-reasons-why-you-should-use-svn-for-one-man-projects/&amp;title=Five+reasons+why+you+should+use+SVN+for+one-man+projects" title="Add 'Five reasons why you should use SVN for one-man projects' to Stumble Upon"><img src="http://www.samsworldofno.com/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'Five reasons why you should use SVN for one-man projects' to Stumble Upon" alt="Add 'Five reasons why you should use SVN for one-man projects' to Stumble Upon" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.samsworldofno.com/2007/12/30/five-reasons-why-you-should-use-svn-for-one-man-projects/&amp;title=Five+reasons+why+you+should+use+SVN+for+one-man+projects" title="Add 'Five reasons why you should use SVN for one-man projects' to Google Bookmarks"><img src="http://www.samsworldofno.com/wp-content/plugins/social-bookmarking-reloaded/google.png" title="Add 'Five reasons why you should use SVN for one-man projects' to Google Bookmarks" alt="Add 'Five reasons why you should use SVN for one-man projects' to Google Bookmarks" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http://www.samsworldofno.com/2007/12/30/five-reasons-why-you-should-use-svn-for-one-man-projects/" title="Add 'Five reasons why you should use SVN for one-man projects' to Bloglines"><img src="http://www.samsworldofno.com/wp-content/plugins/social-bookmarking-reloaded/bloglines.png" title="Add 'Five reasons why you should use SVN for one-man projects' to Bloglines" alt="Add 'Five reasons why you should use SVN for one-man projects' to Bloglines" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://www.samsworldofno.com/2007/12/30/five-reasons-why-you-should-use-svn-for-one-man-projects/" title="Add 'Five reasons why you should use SVN for one-man projects' to FaceBook"><img src="http://www.samsworldofno.com/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add 'Five reasons why you should use SVN for one-man projects' to FaceBook" alt="Add 'Five reasons why you should use SVN for one-man projects' to FaceBook" /></a></div>
<!-- Social Bookmarking Reloaded END -->]]></content:encoded>
			<wfw:commentRss>http://www.samsworldofno.com/2007/12/30/five-reasons-why-you-should-use-svn-for-one-man-projects/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BBC iPlayer: the return of &#8216;beta&#8217;</title>
		<link>http://www.samsworldofno.com/2007/12/01/bbc-iplayer-the-return-of-beta/</link>
		<comments>http://www.samsworldofno.com/2007/12/01/bbc-iplayer-the-return-of-beta/#comments</comments>
		<pubDate>Sat, 01 Dec 2007 18:21:43 +0000</pubDate>
		<dc:creator>Sam Phillips</dc:creator>
				<category><![CDATA[BBC]]></category>
		<category><![CDATA[Industry]]></category>
		<category><![CDATA[New Media]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.samsworldofno.com/2007/12/01/bbc-iplayer-the-return-of-beta/</guid>
		<description><![CDATA[Google and the like have lulled us into a false sense of security about the word &#8216;Beta&#8217;. It&#8217;s hardly worth listing examples so I&#8217;ll just remind you of one: Gmail is still in beta, three and a half years later. Everyone I know uses gmail. It&#8217;s like saying that television is still in beta.
But of [...]]]></description>
			<content:encoded><![CDATA[<p>Google and the like have lulled us into a false sense of security about the word &#8216;Beta&#8217;. It&#8217;s hardly worth listing examples so I&#8217;ll just remind you of one: <a href="http://gmail.com">Gmail</a> is still in beta, three and a half years <a href="http://news.bbc.co.uk/1/hi/business/3588933.stm">later</a>. Everyone I know uses gmail. It&#8217;s like saying that television is still in beta.</p>
<p>But of course, &#8216;beta&#8217; is very much part of Web 2.0 marketing and, on the other hand, pragmatism. Release early, learn quickly, and realise that users are &#8211; generally &#8211; the best judge of products. They&#8217;re certainly the best barometer of their success.</p>
<p>Unfortunately, when it comes to BBC iPlayer, beta means what it meant 10 years ago &#8211; &#8216;not finished. At all&#8217;. And to call it a public beta is ludicrous. You need support for an operating system other than XP? Go fish. How about you prefer not to use IE to access stuff? Go fish. How about you don&#8217;t really feel the love for Windows Media Player? Go fish. Or maybe you think that the days of broadcasting rights, where the money is in the advertising/product placement etc, rather than the content of the show, are over and that DRM is little more than a throwback to the now-antiquated idea that the money is in the copyright?</p>
<p>Yeh. Fishing time for you. &#8216;Public beta&#8217; my foot.</p>
<p>I presume, although I cannot say as I have no information either way, that my biggest annoyance with iPlayer also stems from this ridiculous corporate obsession with DRM. This is when programmes, some weeks, are not available for no apparent reason. Pretty much all I want to watch is <em><a href="http://www.bbc.co.uk/later">Later with Jools</a></em>, <em><a href="http://news.bbc.co.uk/haveigotnewsforyou">Have I Got News For you</a></em>,  and <em>Never Mind The Buzzcocks</em>. Everything else is on at a convenient time so I watch them live. These three programmes, however, I had got into the habit of missing (even if I was around and near to a TV) on the basis that I could download them on iPlayer, as I had been doing for several weeks.</p>
<p>Therein lies the rub. These programmes and &#8211; judging from the message boards, others &#8211; are not always available. With no explanation, stuff just isn&#8217;t there. First I thought that maybe the search facility was broken, so I trawled through the annoying navigation to confirm that these shows were, indeed, not there.</p>
<p>No wonder iPlayer doesn&#8217;t allow you (as far as I can tell) to subscribe to a programme and have it download automatically every week. This would instantly break when, with no explanation, programmes disappeared.</p>
<p><a href="http://www.samsworldofno.com/wp-content/uploads/iplayer.gif" title="Terrible iPlayer context menu"><img src="http://www.samsworldofno.com/wp-content/uploads/iplayer.thumbnail.gif" alt="Terrible iPlayer context menu" /></a>So please, dear BBC, ditch your obsession with DRM and please tell us why stuff is disappearing. This will mean that you can keep people happy and move onto non-Microsoft products. Oh and dear reader, take a look at a <a href="http://www.currybet.net/cbet_blog/2007/06/free_the_bbc_drm_debate.php">different view of this subject</a>. Tell me that programmes dissapearing isn&#8217;t a consequence of DRM and its underlying reasoning, and I&#8217;ll blame something else &#8211; next in line on the blame train is the stupid iPlayer interface, and in particular the context menu. Seriously guys, that menu belongs on a serial generator. I half expect to have homemade metal thrashing out of my speakers every time I open it.</p>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em>Bookmark:</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.samsworldofno.com/2007/12/01/bbc-iplayer-the-return-of-beta/&amp;title=BBC+iPlayer%3A+the+return+of+%26%238216%3Bbeta%26%238217%3B" title="Add 'BBC iPlayer: the return of &#8216;beta&#8217;' to Del.icio.us"><img src="http://www.samsworldofno.com/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add 'BBC iPlayer: the return of &#8216;beta&#8217;' to Del.icio.us" alt="Add 'BBC iPlayer: the return of &#8216;beta&#8217;' to Del.icio.us" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.samsworldofno.com/2007/12/01/bbc-iplayer-the-return-of-beta/&amp;title=BBC+iPlayer%3A+the+return+of+%26%238216%3Bbeta%26%238217%3B" title="Add 'BBC iPlayer: the return of &#8216;beta&#8217;' to digg"><img src="http://www.samsworldofno.com/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'BBC iPlayer: the return of &#8216;beta&#8217;' to digg" alt="Add 'BBC iPlayer: the return of &#8216;beta&#8217;' to digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://www.samsworldofno.com/2007/12/01/bbc-iplayer-the-return-of-beta/&amp;title=BBC+iPlayer%3A+the+return+of+%26%238216%3Bbeta%26%238217%3B" title="Add 'BBC iPlayer: the return of &#8216;beta&#8217;' to reddit"><img src="http://www.samsworldofno.com/wp-content/plugins/social-bookmarking-reloaded/reddit.png" title="Add 'BBC iPlayer: the return of &#8216;beta&#8217;' to reddit" alt="Add 'BBC iPlayer: the return of &#8216;beta&#8217;' to reddit" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.samsworldofno.com/2007/12/01/bbc-iplayer-the-return-of-beta/" title="Add 'BBC iPlayer: the return of &#8216;beta&#8217;' to Technorati"><img src="http://www.samsworldofno.com/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add 'BBC iPlayer: the return of &#8216;beta&#8217;' to Technorati" alt="Add 'BBC iPlayer: the return of &#8216;beta&#8217;' to Technorati" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://ma.gnolia.com/bookmarklet/add?url=http://www.samsworldofno.com/2007/12/01/bbc-iplayer-the-return-of-beta/&amp;title=BBC+iPlayer%3A+the+return+of+%26%238216%3Bbeta%26%238217%3B&amp;description=BBC+iPlayer%3A+the+return+of+%26%238216%3Bbeta%26%238217%3B" title="Add 'BBC iPlayer: the return of &#8216;beta&#8217;' to Ma.gnolia"><img src="http://www.samsworldofno.com/wp-content/plugins/social-bookmarking-reloaded/magnolia.png" title="Add 'BBC iPlayer: the return of &#8216;beta&#8217;' to Ma.gnolia" alt="Add 'BBC iPlayer: the return of &#8216;beta&#8217;' to Ma.gnolia" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://www.samsworldofno.com/2007/12/01/bbc-iplayer-the-return-of-beta/&amp;title=BBC+iPlayer%3A+the+return+of+%26%238216%3Bbeta%26%238217%3B" title="Add 'BBC iPlayer: the return of &#8216;beta&#8217;' to Stumble Upon"><img src="http://www.samsworldofno.com/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'BBC iPlayer: the return of &#8216;beta&#8217;' to Stumble Upon" alt="Add 'BBC iPlayer: the return of &#8216;beta&#8217;' to Stumble Upon" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.samsworldofno.com/2007/12/01/bbc-iplayer-the-return-of-beta/&amp;title=BBC+iPlayer%3A+the+return+of+%26%238216%3Bbeta%26%238217%3B" title="Add 'BBC iPlayer: the return of &#8216;beta&#8217;' to Google Bookmarks"><img src="http://www.samsworldofno.com/wp-content/plugins/social-bookmarking-reloaded/google.png" title="Add 'BBC iPlayer: the return of &#8216;beta&#8217;' to Google Bookmarks" alt="Add 'BBC iPlayer: the return of &#8216;beta&#8217;' to Google Bookmarks" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http://www.samsworldofno.com/2007/12/01/bbc-iplayer-the-return-of-beta/" title="Add 'BBC iPlayer: the return of &#8216;beta&#8217;' to Bloglines"><img src="http://www.samsworldofno.com/wp-content/plugins/social-bookmarking-reloaded/bloglines.png" title="Add 'BBC iPlayer: the return of &#8216;beta&#8217;' to Bloglines" alt="Add 'BBC iPlayer: the return of &#8216;beta&#8217;' to Bloglines" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://www.samsworldofno.com/2007/12/01/bbc-iplayer-the-return-of-beta/" title="Add 'BBC iPlayer: the return of &#8216;beta&#8217;' to FaceBook"><img src="http://www.samsworldofno.com/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add 'BBC iPlayer: the return of &#8216;beta&#8217;' to FaceBook" alt="Add 'BBC iPlayer: the return of &#8216;beta&#8217;' to FaceBook" /></a></div>
<!-- Social Bookmarking Reloaded END -->]]></content:encoded>
			<wfw:commentRss>http://www.samsworldofno.com/2007/12/01/bbc-iplayer-the-return-of-beta/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>I eat Wheetos for breakfast. Firefox prefers to gorge on RAM, all day.</title>
		<link>http://www.samsworldofno.com/2007/11/04/i-eat-wheetos-for-breakfast-firefox-prefers-to-gorge-on-ram-all-day/</link>
		<comments>http://www.samsworldofno.com/2007/11/04/i-eat-wheetos-for-breakfast-firefox-prefers-to-gorge-on-ram-all-day/#comments</comments>
		<pubDate>Sun, 04 Nov 2007 22:35:39 +0000</pubDate>
		<dc:creator>Sam Phillips</dc:creator>
				<category><![CDATA[Industry]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.samsworldofno.com/2007/11/04/i-eat-wheetos-for-breakfast-firefox-prefers-to-gorge-on-ram-all-day/</guid>
		<description><![CDATA[To me, Firefox is a pretty near perfect piece of software; in fact I only have 2 major gripes with it. Firstly, you can only ever open one session at a time. Sure you can open multiple instances, multiple tabs, whatever, but these instances will always share cookies, sessions and ghost stories. There&#8217;s no way, [...]]]></description>
			<content:encoded><![CDATA[<p>To me, Firefox is a pretty near perfect piece of software; in fact I only have 2 major gripes with it. Firstly, you can only ever open one session at a time. Sure you can open multiple instances, multiple tabs, whatever, but these instances will always share cookies, sessions and ghost stories. There&#8217;s no way, <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=117222">yet</a>, of sorting this out, which makes development a pain. Want to be logged into the same website as two different users? Time to boot up Internet Explorer.</p>
<p>Gripe number 2 is Firefox&#8217;s memory usage. Firefox looks at your system&#8217;s memory like Ronnie Biggs looks at a bag of money, and after only a couple of hours, it&#8217;s not uncommon to find that everyone&#8217;s favourite browser is using over a 100 meg of memory. If you leave your pc on overnight, as I did last night to get some downloads finished, and happen to leave Firefox open, doing nothing, expect to find it using up to 300 meg in the morning. Frankly, it sucks, and I seem to spend my life opening and closing browser windows just to keep them functional.</p>
<p>To put this problem in context, I feel it should be pointed out that internet browsers are usually the most demanding software packages running on my PC. <a href="http://desktop.google.com/">Google Desktop</a> is mostly tame and under control nowadays. Explorer (as in the Windows kernel) uses less than half your average, brand new, browser instance. MSN Messenger uses only just less memory than the kernel (bloatware tastic), and as I ran the tests below, I had Excel open to collate the results. Even this hefty program was using less than my web browsers, by some margin. I say this to emphasise that my system is hardly under stress; yet still rendering web pages with Firefox seems to be problem.</p>
<p>I&#8217;m not convinced that <a href="http://www.mozilla.com/en-US/firefox/2.0.0.9/releasenotes/">upgrading</a> to version 2.0.0.9 has helped matters either; memory usage now seems worse than ever. This morning I decided to run some tests, side by side with Internet Explorer 7 (version 7.0.5730.11), over what I considered to be a fair sample of sites. I visit them all regularly and have chosen them because of their different technologies and function. For each test, new instances of IE and FF were opened, the relevant page was accessed (including any logins) and then the counter was started. I recorded the memory usage (in KB) every 2 minutes for 10 minutes for both browsers. Here are the results:</p>
<h5>BBC News</h5>
<p><a href="http://news.bbc.co.uk">BBC News</a> is my homepage, and was <a href="http://news.bbc.co.uk/1/hi/magazine/7057140.stm">10 years old</a> this week. It features biased and smug news reporting, a penchant for spelling, grammatical and factual errors (especially at the weekend) and some really quite terrible JavaScript red box things in the middle. Once it is loaded (88 requests later), it makes no further http requests. This doesn&#8217;t stop Firefox from continuing to eat up memory, however:</p>
<table>
<tr>
<th>Minutes</th>
<th>0</th>
<th>2</th>
<th>4</th>
<th>6</th>
<th>8</th>
<th>10</th>
</tr>
<tr>
<th>Firefox:</th>
<td>47,136</td>
<td>47,732</td>
<td>50,744</td>
<td>51,088</td>
<td>52,236</td>
<td>52,232</td>
</tr>
<tr>
<th>Internet Explorer:</th>
<td>44,092</td>
<td>43,992</td>
<td>43,996</td>
<td>43,976</td>
<td>43,976</td>
<td>43,976</td>
</tr>
</table>
<p>Ouch. As you can see, Firefox&#8217;s memory usage over the course of the test increases by 5096KB. Internet Explorer, on the other hand, has a pretty stable consumption, and actually <em>decreases </em>over the time period. Bear in mind that once this page is loaded, there is nothing else to do. Exactly what does Firefox need another 5 meg of memory for, then?</p>
<h5>Facebook Homepage</h5>
<p>Weighing in at 105 requests for the initial load, the internal <a href="http://www.facebook.com">Facebook</a> homepage (the one where you see people you barely know leaving 10 groups at at time and adverts for Experian&#8217;s credit reporting), is a beast &#8211; especially when you remember that it is little more than text that is displayed. No matter for Firefox, though &#8211; it will use memory whatever the situation:</p>
<table>
<tr>
<th>Minutes</th>
<th>0</th>
<th>2</th>
<th>4</th>
<th>6</th>
<th>8</th>
<th>10</th>
</tr>
<tr>
<th>Firefox:</th>
<td>58,256</td>
<td>61,554</td>
<td>61,620</td>
<td>61,554</td>
<td>61,558</td>
<td>61,776</td>
</tr>
<tr>
<th>Internet Explorer:</th>
<td>60,524</td>
<td>60,300</td>
<td>60,292</td>
<td>60,276</td>
<td>60,276</td>
<td>60,252</td>
</tr>
</table>
<p>Again, IE is stable. FF is poor. What&#8217;s more, during this test FF was also constantly using between 1 and 6% CPU &#8211; presumably because of the flash-based advert served on the left hand side. IE rendered a similar advert but used 0% CPU.</p>
<h5>Gmail</h5>
<p>I fully expected Gmail to really humiliate Firefox. It does almost 2 requests a minute; meaning that at minute zero it had completed 65 requests, and by minute 10 that number was 82. After examining the size of these requests, however, I could see that the files returned were often around the 26b mark. This is of course the server checking for new mail and sending back a &#8216;no new mail&#8217; message (well, an empty JSON array or something similar). 2 requests a minute, for ten minutes, that return tiny files? That&#8217;s nothing that Firefox can&#8217;t handle, providing you can grease its palm with another 5 mb of memory:</p>
<table>
<tr>
<th>Minutes</th>
<th>0</th>
<th>2</th>
<th>4</th>
<th>6</th>
<th>8</th>
<th>10</th>
</tr>
<tr>
<th>Firefox:</th>
<td>62,708</td>
<td>64,764</td>
<td>64,972</td>
<td>65,040</td>
<td>66,096</td>
<td>67,128</td>
</tr>
<tr>
<th>Internet Explorer:</th>
<td>61,372</td>
<td>61,400</td>
<td>61,416</td>
<td>61,352</td>
<td>61,588</td>
<td>61,628</td>
</tr>
</table>
<p>It&#8217;s almost as if it doesn&#8217;t matter what website you look at; Firefox always wants more. IE is fine, and will sit there for days without bringing your system to a halt.</p>
<h5>Martiny</h5>
<p>I decided to take a different tack, and to try a much simpler site. <a href="http://www.martiny.com">Martiny</a> is the homepage of Kristen Mason, someone I used to occasionally email and chat with on forums. Her site is sparse and, well, pretty random to someone who doesn&#8217;t know about, well, whatever it is she is talking about. With only one request to load the page, and with no images, CSS, JavaScript, our browsers had a pretty easy time of it:</p>
<table>
<tr>
<th>Minutes</th>
<th>0</th>
<th>2</th>
<th>4</th>
<th>6</th>
<th>8</th>
<th>10</th>
</tr>
<tr>
<th>Firefox:</th>
<td>47,548</td>
<td>47,644</td>
<td>47,588</td>
<td>47,592</td>
<td>47,740</td>
<td>47,728</td>
</tr>
<tr>
<th>Internet Explorer:</th>
<td>42,528</td>
<td>42,336</td>
<td>42,336</td>
<td>42,796</td>
<td>42,796</td>
<td>42,796</td>
</tr>
</table>
<p>Apparently both FF and IE needed an extra 200kb of memory to continue rendering this page for 10 minutes. Perhaps they were being cocky and booted up solitaire in the background for a quick game, thus using the remaining memory. Who knows.</p>
<h5>Sam&#8217;s World Of No</h5>
<p>It seemed only fair to test my own site as well. I&#8217;m a simple guy, I like simple pleasures and 20 requests is enough for my site to display a blog, some images I hacked together in not very many minutes, and to integrate with a couple of external services. Still, Firefox demands 400k to keep the lights on for 10 minutes.</p>
<table>
<tr>
<th>Minutes</th>
<th>0</th>
<th>2</th>
<th>4</th>
<th>6</th>
<th>8</th>
<th>10</th>
</tr>
<tr>
<th>Firefox:</th>
<td>48,348</td>
<td>48,804</td>
<td>48,820</td>
<td>48,816</td>
<td>48,784</td>
<td>48,784</td>
</tr>
<tr>
<th>Internet Explorer:</th>
<td>44,004</td>
<td>43,728</td>
<td>43,728</td>
<td>43,704</td>
<td>43,704</td>
<td>43,656</td>
</tr>
</table>
<p>Sucks to be me.</p>
<p>I am not saying that IE is better than FF. Patently, it isn&#8217;t. Even without <a href="http://www.getfirebug.com/">firebug</a>, which is the Firefox killer app, Mozilla&#8217;s browser is nicer, more user-friendly and generally easier to use than IE. I am prepared to give Firefox more memory as it is better and does more. What annoys me is the increasing memory usage, which isn&#8217;t immediately explainable. I&#8217;m not a win32 programmer, but if IE doesn&#8217;t need more memory, why does Firefox?</p>
<p>The only conclusions I can draw is that, for some reason, Firefox is using up memory. Over the next few days I will be attempting <a href="http://public.ccsds.org/sites/cwe/help/Lists/FAQ/DispForm.aspx?ID=10">various</a> <a href="http://www.ghacks.net/2007/02/25/reduce-firefox-memory-consumption/">suggested</a> <a href="http://kb.mozillazine.org/Reducing_memory_usage_(Firefox)">remedies</a> (including disabling the Google Firefox Toolbar, <a href="http://www.linuxinsider.com/rsstory/59983.html">ironically enough</a>) and I&#8217;ll try to keep you posted. If anybody has any suggestions, please let me know.</p>
<p>(Writing this post took 30 minutes or so. Firefox is now using 117,060k of memory and about 5% CPU. Almost constantly. Ouch.)</p>
<p>(I&#8217;ve now proofed for 5 minutes. Firefox is now up to 134,024k.)</p>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em>Bookmark:</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.samsworldofno.com/2007/11/04/i-eat-wheetos-for-breakfast-firefox-prefers-to-gorge-on-ram-all-day/&amp;title=I+eat+Wheetos+for+breakfast.+Firefox+prefers+to+gorge+on+RAM%2C+all+day." title="Add 'I eat Wheetos for breakfast. Firefox prefers to gorge on RAM, all day.' to Del.icio.us"><img src="http://www.samsworldofno.com/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add 'I eat Wheetos for breakfast. Firefox prefers to gorge on RAM, all day.' to Del.icio.us" alt="Add 'I eat Wheetos for breakfast. Firefox prefers to gorge on RAM, all day.' to Del.icio.us" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.samsworldofno.com/2007/11/04/i-eat-wheetos-for-breakfast-firefox-prefers-to-gorge-on-ram-all-day/&amp;title=I+eat+Wheetos+for+breakfast.+Firefox+prefers+to+gorge+on+RAM%2C+all+day." title="Add 'I eat Wheetos for breakfast. Firefox prefers to gorge on RAM, all day.' to digg"><img src="http://www.samsworldofno.com/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'I eat Wheetos for breakfast. Firefox prefers to gorge on RAM, all day.' to digg" alt="Add 'I eat Wheetos for breakfast. Firefox prefers to gorge on RAM, all day.' to digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://www.samsworldofno.com/2007/11/04/i-eat-wheetos-for-breakfast-firefox-prefers-to-gorge-on-ram-all-day/&amp;title=I+eat+Wheetos+for+breakfast.+Firefox+prefers+to+gorge+on+RAM%2C+all+day." title="Add 'I eat Wheetos for breakfast. Firefox prefers to gorge on RAM, all day.' to reddit"><img src="http://www.samsworldofno.com/wp-content/plugins/social-bookmarking-reloaded/reddit.png" title="Add 'I eat Wheetos for breakfast. Firefox prefers to gorge on RAM, all day.' to reddit" alt="Add 'I eat Wheetos for breakfast. Firefox prefers to gorge on RAM, all day.' to reddit" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.samsworldofno.com/2007/11/04/i-eat-wheetos-for-breakfast-firefox-prefers-to-gorge-on-ram-all-day/" title="Add 'I eat Wheetos for breakfast. Firefox prefers to gorge on RAM, all day.' to Technorati"><img src="http://www.samsworldofno.com/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add 'I eat Wheetos for breakfast. Firefox prefers to gorge on RAM, all day.' to Technorati" alt="Add 'I eat Wheetos for breakfast. Firefox prefers to gorge on RAM, all day.' to Technorati" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://ma.gnolia.com/bookmarklet/add?url=http://www.samsworldofno.com/2007/11/04/i-eat-wheetos-for-breakfast-firefox-prefers-to-gorge-on-ram-all-day/&amp;title=I+eat+Wheetos+for+breakfast.+Firefox+prefers+to+gorge+on+RAM%2C+all+day.&amp;description=I+eat+Wheetos+for+breakfast.+Firefox+prefers+to+gorge+on+RAM%2C+all+day." title="Add 'I eat Wheetos for breakfast. Firefox prefers to gorge on RAM, all day.' to Ma.gnolia"><img src="http://www.samsworldofno.com/wp-content/plugins/social-bookmarking-reloaded/magnolia.png" title="Add 'I eat Wheetos for breakfast. Firefox prefers to gorge on RAM, all day.' to Ma.gnolia" alt="Add 'I eat Wheetos for breakfast. Firefox prefers to gorge on RAM, all day.' to Ma.gnolia" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://www.samsworldofno.com/2007/11/04/i-eat-wheetos-for-breakfast-firefox-prefers-to-gorge-on-ram-all-day/&amp;title=I+eat+Wheetos+for+breakfast.+Firefox+prefers+to+gorge+on+RAM%2C+all+day." title="Add 'I eat Wheetos for breakfast. Firefox prefers to gorge on RAM, all day.' to Stumble Upon"><img src="http://www.samsworldofno.com/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'I eat Wheetos for breakfast. Firefox prefers to gorge on RAM, all day.' to Stumble Upon" alt="Add 'I eat Wheetos for breakfast. Firefox prefers to gorge on RAM, all day.' to Stumble Upon" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.samsworldofno.com/2007/11/04/i-eat-wheetos-for-breakfast-firefox-prefers-to-gorge-on-ram-all-day/&amp;title=I+eat+Wheetos+for+breakfast.+Firefox+prefers+to+gorge+on+RAM%2C+all+day." title="Add 'I eat Wheetos for breakfast. Firefox prefers to gorge on RAM, all day.' to Google Bookmarks"><img src="http://www.samsworldofno.com/wp-content/plugins/social-bookmarking-reloaded/google.png" title="Add 'I eat Wheetos for breakfast. Firefox prefers to gorge on RAM, all day.' to Google Bookmarks" alt="Add 'I eat Wheetos for breakfast. Firefox prefers to gorge on RAM, all day.' to Google Bookmarks" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http://www.samsworldofno.com/2007/11/04/i-eat-wheetos-for-breakfast-firefox-prefers-to-gorge-on-ram-all-day/" title="Add 'I eat Wheetos for breakfast. Firefox prefers to gorge on RAM, all day.' to Bloglines"><img src="http://www.samsworldofno.com/wp-content/plugins/social-bookmarking-reloaded/bloglines.png" title="Add 'I eat Wheetos for breakfast. Firefox prefers to gorge on RAM, all day.' to Bloglines" alt="Add 'I eat Wheetos for breakfast. Firefox prefers to gorge on RAM, all day.' to Bloglines" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://www.samsworldofno.com/2007/11/04/i-eat-wheetos-for-breakfast-firefox-prefers-to-gorge-on-ram-all-day/" title="Add 'I eat Wheetos for breakfast. Firefox prefers to gorge on RAM, all day.' to FaceBook"><img src="http://www.samsworldofno.com/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add 'I eat Wheetos for breakfast. Firefox prefers to gorge on RAM, all day.' to FaceBook" alt="Add 'I eat Wheetos for breakfast. Firefox prefers to gorge on RAM, all day.' to FaceBook" /></a></div>
<!-- Social Bookmarking Reloaded END -->]]></content:encoded>
			<wfw:commentRss>http://www.samsworldofno.com/2007/11/04/i-eat-wheetos-for-breakfast-firefox-prefers-to-gorge-on-ram-all-day/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
