<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.maximumpc.com" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>Maximum PC murphys law RSS Feed</title>
 <link>http://www.maximumpc.com/tags/murphys+law</link>
 <description>used for category lists, takes arguments</description>
 <language>en</language>
<item>
 <title>Murphy&#039;s Law: Open-Source Distribution with WinPackMan&#039;s BennyP</title>
 <link>http://www.maximumpc.com/article/columns/murphys_law_opensource_distribution_winpackmans_bennyp</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;If you&#039;ve been following my articles as of late, you&#039;ll notice that I&#039;ve been exploring (obsessing over) the world of Windows-based package managers. It&#039;s an interesting concept that the Linux world gets to enjoy to great success--the ability to download and install applications via a single program, much like how you would grab a song on iTunes or an application off its App Store. &lt;/p&gt;
&lt;p&gt;In &lt;a href=&quot;/article/columns/murphys_law_it_time_opensource_app_store&quot;&gt;last week&#039;s Murphy&#039;s Law&lt;/a&gt;, I postulated that this exact combination of one-button glam plus a functional, community-driven application repository would be a surefire way to increase open-source awareness amongst average computer users. That, and it would offer power users a better way to grab, install, and manage large bundles of applications on any number of individual or networked PCs. &lt;/p&gt;
&lt;p&gt;A number of you seemed to agree. That&#039;s great. But as we all saw in &lt;a href=&quot;/article/features/freeware_files_five_windows_package_managers_reviewed&quot;&gt;this week&#039;s freeware roundup&lt;/a&gt;, the state of the package manager market for the Windows operating system is tragic at best. It&#039;s difficult, if not impossible, to find a working package manager that fulfills the three main criteria for usefulness: updated applications, minimal downloading errors, and a halfway-decent GUI. &lt;/p&gt;
&lt;div style=&quot;text-align: center&quot;&gt;&lt;img src=&quot;/files/u16580/daveblog_winpackman.jpg&quot; width=&quot;415&quot; height=&quot;366&quot; /&gt;&lt;/div&gt;
&lt;p&gt;What&#039;s the holdup in Windows Package Manager development? Are they really that tricky to create and maintain? And why should users ultimately care about these kinds of applications? To get the answers to these tough questions, I turned to &lt;a href=&quot;http://winpackman.org/&quot;&gt;BennyP&lt;/a&gt;--creator and sole maintainer of the WinPackMan package manager application. He&#039;s currently caught up in bringing this once-popular piece of software back from the dead, making him an ideal candidate for learning more about what&#039;s going on in the trenches of third-party Windows package manager development &lt;/p&gt;
&lt;h3&gt;What about Windows -- either from a cultural or technological standpoint -- makes it so unfriendly for a unified downloading system?&lt;/h3&gt;
&lt;p&gt;&lt;strong&gt;BennyP:&lt;/strong&gt; I think it is both cultural and technological. Linux more or less really requires a package manager -- there are lots of libraries and dependency nightmares that really require one. Windows tends not to have these dependencies for whatever reason -- I can install Firefox on a fresh Windows install without having to install anything else. So partly there&#039;s a bit less of a necessity.  &lt;/p&gt;
&lt;p&gt;There are also some technological details that are annoying that have to be overcome -- mostly, the lack of a really good set of standard tools and a powerful scripting language (think BASH and tools like awk and grep, although Windows batch files can be pretty powerful). The Windows registry just adds another layer of complication. There&#039;s also the problem of how to deal with software that&#039;s already installed -- &lt;a href=&quot;http://appsnap.genotrance.com/&quot;&gt;AppSnap&lt;/a&gt; seemed to do this well. The package manager would need to bring these preinstalled programs under its control somehow. You don&#039;t really see this much in Linux, so it&#039;s kinda new territory. But these challenges aren&#039;t impossible to overcome. &lt;/p&gt;
&lt;h3&gt;If you were speaking to a random, average computer user, how would you convince them that they need to use a package manager?&lt;/h3&gt;
&lt;p&gt;&lt;strong&gt;BennyP:&lt;/strong&gt; The biggest advantage of a package manager is the ability to keep programs up to date. Finding applications and initial installations are easier with one, of course. But often, after installing something, I tend not to keep it updated, especially things that don&#039;t update themselves. &lt;/p&gt;
&lt;p&gt;I have 20 applications or so on my laptop that should be updated, but they work fine as they are. I could be missing out on new features and security patches, but we (myself included) are lazy and aren&#039;t going to check 20 or so websites daily or weekly to see if there&#039;s an update. Also, if all the software was free and/or open source, it would help people find what they need without going to commercial or ad-based software. A lot of people don&#039;t know about the great software out there like &lt;a href=&quot;http://www.pidgin.im/&quot;&gt;Pidgin&lt;/a&gt;, or &lt;a href=&quot;http://www.pidgin.im/&quot;&gt;GIMP&lt;/a&gt;, or &lt;a href=&quot;http://www.openoffice.org/&quot;&gt;OpenOffice&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;Can you walk me through the process of developing WinPackMan? What have been some of the concerns and challenges in building the software?&lt;/h3&gt;
&lt;p&gt;&lt;strong&gt;BennyP:&lt;/strong&gt; I came up with the idea after reinstalling Windows once (this was late 2005, I think). I had been playing with Linux for a while and I wondered if there was something similar for Windows, since I had to reinstall a bazillion programs. Surprisingly, there wasn&#039;t (although there is one commercial application called VersionTracker. Being a cheapskate, I haven&#039;t tried it). &lt;/p&gt;
&lt;p&gt;So I started programming, except I&#039;m not a programmer by trade so it was quite a learning experience. The first incarnation was, well, let&#039;s forget about that one. The second one (the latest one &amp;quot;available&amp;quot;) was ok--it worked, but the code was still pretty rough. Just this last week I starting redoing much of the code after letting everything distill in my mind for a year or two, so we&#039;ll see if in a few weeks/months there can be something even better. I expected many people to develop their own, better ones in the meantime. But as you have seen, it really hasn&#039;t happened.&lt;/p&gt;
&lt;h3&gt;How do you address updates for package manager applications, be they updated URLs or the programs themselves?&lt;/h3&gt;
&lt;p&gt;&lt;strong&gt;BennyP:&lt;/strong&gt; If you are familiar with Gentoo Linux, ebuilds are more or less my prototype. There are a set of text files (probably zipped/tarred) that the program downloads. Inside these text files are instructions for the package manager on how to install/uninstall/update it. It might be &amp;quot;download this file and run it with some options&amp;quot;. But it could certainly be more complicated, especially for programs that don&#039;t have installers themselves. The harder parts are uninstalling and updating, but they would be handled much the same way. I think that&#039;s the easiest, but most flexible way.&lt;/p&gt;
&lt;h3&gt;What are your thoughts on integrating a community approach into the software by allowing users to submit links to software, or rate software. Is that feasible? Desirable?&lt;/h3&gt;
&lt;p&gt; &lt;strong&gt;BennyP:&lt;/strong&gt; The community approach was actually there for me from the beginning. I&#039;m only one man who does this as a hobby, and keeping a large repository of software up-to-date would need a community, particularly if the software developers themselves helped out in maintaining their own entries. But you kinda have to have something to show them first.&lt;/p&gt;
&lt;h3&gt;How do you handle security for package managers? What&#039;s to stop someone from spoofing or otherwise taking over a download link?&lt;/h3&gt;
&lt;p&gt;&lt;strong&gt;BennyP:&lt;/strong&gt; I think it can be made relatively secure with a few ideas. First, each text file mentioned above contains MD5s (and maybe other checksums) for any file downloaded. Once the file is downloaded, it is checked to make sure everything adds up. This helps with security, but also helps make sure the file wasn&#039;t corrupted somehow. There&#039;s also the integration of a virus scanner--ClamAV would be easy to implement, but you also have the option to automatically run any user-installed virus scanner on everything downloaded. These take away a lot of the risk, but there will always be some.&lt;/p&gt;
&lt;h3&gt;Final Thoughts: Jerry Springer-style?&lt;/h3&gt;
&lt;p&gt;&lt;strong&gt;BennyP:&lt;/strong&gt; A package manager is certainly possible under Windows--I had my working very-alpha very-rough version that actually downloaded and managed my few test packages, but the code was a bit substandard. Looking back, I don&#039;t know what I was thinking with some of that. Lately I&#039;ve been moving towards a much more standard C++ code, as well as modifying some things that weren&#039;t implemented well. We&#039;ll see if it works the third time around. &lt;/p&gt;
&lt;h4&gt;Have any freeware programs to recommend? Want to chat open source? &lt;a href=&quot;http://twitter.com/acererak&quot;&gt;Hit me up on Twitter&lt;/a&gt; for that, as well as updates for the latest saga: &amp;quot;What happens when you drop an iPhone 3G into a large pool of water.&amp;quot; &lt;br /&gt;&lt;/h4&gt;
</description>
 <comments>http://www.maximumpc.com/article/columns/murphys_law_opensource_distribution_winpackmans_bennyp#comments</comments>
 <category domain="http://www.maximumpc.com/taxonomy/term/4794">app store</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/8264">appsnap</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/8286">bash</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/8284">bennyp</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/34">Columns</category>
 <category domain="http://www.maximumpc.com/geek_tested/freeware">freeware</category>
 <category domain="http://www.maximumpc.com/geek_tested/linux">linux</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/8260">manager</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/7920">murphys law</category>
 <category domain="http://www.maximumpc.com/geek_tested/opensource">open-source</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/8259">package</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/8285">winpackman</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/147">Web Exclusive</category>
 <pubDate>Wed, 17 Jun 2009 15:00:31 -0500</pubDate>
 <dc:creator>David Murphy</dc:creator>
 <guid isPermaLink="false">6628 at http://www.maximumpc.com</guid>
</item>
<item>
 <title>Murphy&#039;s Law: Microsoft&#039;s Restrictive Netbook Rules</title>
 <link>http://www.maximumpc.com/article/columns/murphys_law_netbook_commands_microsoft</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;Rules, rules, rules. It&#039;s one of the few things the open-source world has in common with its closed alternative. There are rules for downloading open-source projects. Rules for using open-source projects. Rules for distributing open-source projects. Rules for modify... ok. You get the idea.&lt;/p&gt;
&lt;p&gt;It&#039;s one thing for open-source developers to define the legal parameters associated with the tinkering of their pet projects. That&#039;s the pill you swallow when you agree to download these bits of community-driven software. But that&#039;s also where the control factor ends. You can run open-source software on any platform you like. Depending on the parameters of the license, you can even populate your favorite open-source software applications to a new platform of your choosing--like a little bee in a digital garden, if you will.&lt;/p&gt;
&lt;p&gt;Flying over the friendly skies of the closed-source world tells a different tale. Microsoft makes the rules here. Or, at least, as many rules as it can get away with making in relation to which of its operating systems you can use and how you can go about using them. Want to run a ton of programs at once? That&#039;s a license issue. Want access to additional functionality? Buy a better license. The list goes on, but it doesn&#039;t just end at the software level. A recent report has revealed Microsoft&#039;s intentions for Windows 7 in the netbook space, but this isn&#039;t the first time Microsoft has demanded that hardware manufacturers bow to a certain specification in order to bundle its operating systems along for the ride.&lt;/p&gt;
&lt;p&gt;According Tech ARP, Microsoft has established &lt;a href=&quot;http://www.techarp.com/showarticle.aspx?artno=619&amp;amp;pgno=3#spec_compare&quot;&gt;the following maximum restrictions&lt;/a&gt; for any OEM vendor looking to package the Windows 7 Starter edition onto a netbook:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Screen size:&lt;/strong&gt; 10.2 inches&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Memory:&lt;/strong&gt; 1 GB RAM&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Storage:&lt;/strong&gt; 250 GB HDD or 64 GB SSD&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Graphics:&lt;/strong&gt; no limitation&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Touch:&lt;/strong&gt; no limitation&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;CPU:&lt;/strong&gt; Single-core processors that don&#039;t exceed 2 GHz in speed nor 15 W in power consumption&lt;/p&gt;
&lt;p&gt;So, what happens if you want to slap Windows 7 on a netbook, but your device is beyond the specs that Microsoft&#039;s provided? Nothing. Nothing at all. You can &lt;em&gt;run&lt;/em&gt; a version of Windows 7 on any netbook. That&#039;s not the point. The restrictions primarily affect vendors shipping netbooks with Windows 7 pre-installed. In this case, their products will have to slide under the spec if they want to include the bare-bones version of Windows 7 as the OS of choice. Otherwise, it&#039;s an upgrade to Windows7 Home Premium -- still discounted in some fashion for the vendor, but shipped at a higher price than Windows 7 Starter. And if you expect said vendor to just eat the costs of the mandatory upgrade, I have a copy of Duke Nukem Forever I&#039;d like to sell you.&lt;/p&gt;
&lt;p&gt;While this hardware mandate might seem be a eye-opening at first, it really shouldn&#039;t be. Microsoft&lt;a href=&quot;http://www.pcworld.com/businesscenter/article/145719/microsoft_to_limit_capabilities_of_cheap_laptops.html&quot;&gt; has already pulled this routine&lt;/a&gt; with Windows XP in the ultra-low-cost-portable-computer market--or &amp;quot;netbooks.&amp;quot; It started out by restricting XP Home bundles to netbooks with a screen size of 10 inches or less, as well as a maximum memory of 1GB and a processor no speedier than a single core, 1.0 GHz CPU. Touchscreen-based netbooks were right out, as were any netbooks with hard drives larger than 80GB.&lt;/p&gt;
&lt;p&gt;Microsoft &lt;a href=&quot;http://www.computerworld.com/action/article.do?command=viewArticleBasic&amp;amp;articleId=9106318&quot;&gt;eventually relaxed the restrictions&lt;/a&gt;, bumping up the screen size and hard drive capacity limitations. Touchscreens were even allowed to frolic in the OEM fields of Windows XP. The barrier remained for processor speeds and memory capacities, although microsoft began to let a few exceptions slip past the gate. &lt;/p&gt;
&lt;p&gt;The restrictions on CPUs and RAM continue with the &lt;a href=&quot;http://www.techarp.com/showarticle.aspx?artno=619&amp;amp;pgno=3#spec_compare&quot;&gt;latest revision to the hardware specifications&lt;/a&gt;. Microsoft has settled on a 12.1-inch maximum screen size for Windows XP and Windows Vista-based OEM netbooks. The storage capacity limit for netbooks with hard drives sits at 160 GB, nearly two-thirds less than those for Windows 7 netbooks. Solid-state drives cannot run any larger than 32 GB. The same processor restrictions are in place as before--single-core CPUs running at a frequency of 1 GHz or less--although Microsoft has carved out a number of exceptions to the rule (including a swath of Intel Atom processors). Touchscreen netbooks are alright so long as they only operate using resistive touch technologies.&lt;/p&gt;
&lt;p&gt;What a complicated mess.&lt;/p&gt;
&lt;p&gt;It&#039;s bad enough that Microsoft offers such &lt;a href=&quot;http://www.techarp.com/showarticle.aspx?artno=619&amp;amp;pgno=4&quot;&gt;a stratified portfolio of features and options&lt;/a&gt; for its operating systems. But that&#039;s a practice that the market has come to accept. If you want fancy Windows elements to show off to your friends, or increased enterprise functionality, you&#039;re going to have to pony up for a more comprehensive version of the operating system. And while it makes sense from a business standpoint that Microsoft wants to keep netbooks as far away from the general Vista base as possible, restricting the sales of operating systems based on hardware requirements only hurts consumers in the long run. &lt;/p&gt;
&lt;p&gt;This practice ensures a general stagnation of the netbook market. Vendors will think twice about push past Microsoft&#039;s limitations for fear of losing their cheaper Windows licensing options--or, in the case of Windows XP and Vista, the ability to slap Windows onto a netbook altogether. Vendors that want to release a powerful, portable system will not only have to put up for the costs of the hardware, but they&#039;ll also be forced to deal with a more expensive version of the operating system as a result of Microsoft&#039;s restrictive hardware requirements. &lt;/p&gt;
&lt;p&gt;To be fair, Windows 7 starter is so stripped down and locked (&lt;a href=&quot;http://tech.yahoo.com/blogs/null/143455&quot;&gt;allegedly&lt;/a&gt;) that the additional upgrade might be considered a blessing in disguise. And I can&#039;t envision that many mainstream netbook users will be thrilled to go up against the Windows 7 Starter limitation of no more than three concurrent programs running at one time. But that&#039;s a software choice. If Microsoft wants to release 99 versions of its operating system, each promising one additional application launch for every successive upgrade your purchase, that&#039;s fine. That&#039;s their right. Fire away. But it&#039;s unfortunate that this level of control from Microsoft has spilled over into the hardware market as well. Last I checked, Linux didn&#039;t come with a list of rules. &lt;/p&gt;
</description>
 <comments>http://www.maximumpc.com/article/columns/murphys_law_netbook_commands_microsoft#comments</comments>
 <category domain="http://www.maximumpc.com/taxonomy/term/34">Columns</category>
 <category domain="http://www.maximumpc.com/geek_tested/hardware">hardware</category>
 <category domain="http://www.maximumpc.com/geek_tested/microsoft">microsoft</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/7920">murphys law</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/3557">netbook</category>
 <category domain="http://www.maximumpc.com/geek_tested/opensource">open-source</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/8089">rules</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/8090">specifications</category>
 <category domain="http://www.maximumpc.com/geek_tested/windows">windows</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/3243">windows 7</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/147">Web Exclusive</category>
 <pubDate>Thu, 28 May 2009 15:00:00 -0500</pubDate>
 <dc:creator>David Murphy</dc:creator>
 <guid isPermaLink="false">6423 at http://www.maximumpc.com</guid>
</item>
<item>
 <title>Murphy&#039;s Law: Is Linux Really at a One Percent Adoption Rate?</title>
 <link>http://www.maximumpc.com/article/columns/murphys_law_is_linux_really_a_one_percent_adoption_rate</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;I normally stay out of the Linux conversations because it&#039;s like placing oneself between two packs of rabid, fanboy wolves.  Not that being enthusiastic about your operating system of choice is a &lt;em&gt;bad&lt;/em&gt; thing.  It&#039;s just a lot of flame to handle for one meager columnist.&lt;/p&gt;
&lt;div style=&quot;text-align: center&quot;&gt;&lt;img src=&quot;/files/u16580/daveblog_linuxone.jpg&quot; width=&quot;415&quot; height=&quot;375&quot; /&gt;&lt;/div&gt;
&lt;p&gt;That said, I couldn&#039;t help but notice a number of articles passing around the Web this week, praising Linux for pushing past the one-percent adoption rate for desktop operating systems.  Huh?  One percent?   That&#039;s like throwing a ticker-tape parade for a one-year-old.  I mean, kudos to Linux for making it this far and all, but I think that people are selectively focusing on the &amp;quot;concept&amp;quot; of the number a bit too much.  Because when you dig a little bit deeper into the statistics, you&#039;ll find that Linux&#039;s big &amp;quot;Achievement Unlocked&amp;quot; isn&#039;t really that big of a deal at all. &lt;/p&gt;
&lt;h2&gt;It&#039;s the name, stupid. &lt;/h2&gt;
&lt;p&gt;When we talk about Linux, it&#039;s often just that.  Linux.  Be it Linux for your desktop or Linux for your server farm, Linux is Linux.  Would you run Windows XP on an enterprise Web server?  No.  You would use an operating system featuring a different name, one that&#039;s sure to distinguish it from Windows&#039; consumer-focused versions.  But what about Linux?  You&#039;d run some variant of Linux, definitely, but you&#039;d be correct in just calling it Linux.&lt;/p&gt;
&lt;p&gt;Why is this important?  Because when reports come out that suggest Linux has a one percent adoption rate, you might be tempted to write that off as Linux in its entirety.  In actuality, the &lt;a href=&quot;http://marketshare.hitslink.com/os-market-share.aspx?qprid=9&quot;&gt;figures that Net Applications are quoting&lt;/a&gt; only consider the operating systems of typical desktop machines. While a number of reports on the data adequately disclose this fact, it&#039;s still an easy mistake to make if you just happened to scan a headline and see, &amp;quot;Linux at One Percent!&amp;quot; &lt;/p&gt;
&lt;p&gt;And of these figures, you have no idea of the sample size, nor the profiles of the individuals being sampled.  I&#039;m not suggesting at Net Applications is wrong, and that the figure for Linux desktop adoption is in the twenties or something.  Nevertheless, &lt;a href=&quot;http://www.w3schools.com/browsers/browsers_os.asp&quot;&gt;other sites that survey batches of users&lt;/a&gt; peg the Linux adoption rate a little bit higher than one percent.  Are we surveying your average Best Buy shoppers?  Are we surveying IT geeks?  Who&#039;s right?  I don&#039;t know.  And another question to throw into the mix: How might this number change if we toss laptops and netbooks into the picture?  And how does the survey qualify dual-boot users?&lt;/p&gt;
&lt;h2&gt;It&#039;s the server, stupid &lt;/h2&gt;
&lt;p&gt;Going back to my original point for a moment, the one-percent figure somehow suggests that Linux is barely scraping by.  While this might be true on consumer machines, I think it&#039;s erroneous to ignore the impact of Linux in the enterprise market. IDC estimates that &lt;a href=&quot;http://www.theregister.co.uk/2009/04/14/linux_rides_recession/&quot;&gt;Linux-based enterprise software sales&lt;/a&gt; will reach $35.5 billion by 2013.  While that&#039;s still quite a ways away from the projected Microsoft-based software sales--206 billion--the growth rate for Linux software is expected to outpace the general market growth by five times.  Microsoft software sales will barely keep pace.&lt;/p&gt;
&lt;p&gt;It&#039;s difficult to break this number down into the raw, mano-a-mano competition of total Linux server environments versus total Microsoft-based server environment in the enterprise market.  But I can guarantee that the number of Linux servers in existence is greater than one percent.  And were we to take enterprise hardware into account, I believe that Linux would appear to have a far greater showing than the paltry one percent (or thereabouts) figure quoted for the desktop market.  I realize that wasn&#039;t the point of the original survey.  The original survey cared about desktop machines and desktop machines only.  But why are we limiting to this isolated definition of Linux OS installs?  It would sure be nice to have a little bit more to celebrate, that&#039;s all.  I mean, when&#039;s the last time you saw a pre-built desktop machine being offered with a Linux OS instead of a Windows-based one anyway? &lt;/p&gt;
&lt;h2&gt;It&#039;s the statistics, stupid. &lt;/h2&gt;
&lt;p&gt;More interesting to me than Linux&#039;s alleged one percent adoption rate are the growth curves presented by Net Applications&#039; data. It took Linux nearly a year to carve out an additional .2 percent of the market.  At this rate, we&#039;ll all be dust in the wind by the time Linux takes one-fourth of the desktop market share, assuming the figures keep tracking along the same growth pattern.  While the adoption rate of Microsoft Windows fell nearly three percent over the past ten months, Apple became the leech for 2.8 percent of those users.  Were we to lump all of the Windows refugees into a pile, Apple would have pulled 86 percent to Linux&#039;s 14 percent. That&#039;s practically a six-to-one ratio.&lt;/p&gt;
&lt;p&gt;The most compelling story isn&#039;t Linux&#039;s big jump into single-digits (on the left side of the decimal, that is).  I&#039;d keep my eye out on Apple if you want to see evidence of solid, market-affecting growth.  Outside of the enterprise market, Linux just isn&#039;t growing in the mindset of your average consumer--provided the numbers and survey samples match up, that is.&lt;/p&gt;
&lt;p&gt;So what&#039;s the takeaway?  Don&#039;t believe everything you read (Desktop Linux adoption rate is at one percent), don&#039;t ignore a sizeable market to assume the sky is falling (Enterprise Linux is pretty big), and even if the numbers all pan out in the end, don&#039;t believe that Linux&#039;s one percent accomplishment is anything significant (Time to buy Apple stock?). &lt;/p&gt;
</description>
 <comments>http://www.maximumpc.com/article/columns/murphys_law_is_linux_really_a_one_percent_adoption_rate#comments</comments>
 <category domain="http://www.maximumpc.com/taxonomy/term/34">Columns</category>
 <category domain="http://www.maximumpc.com/geek_tested/columns">columns</category>
 <category domain="http://www.maximumpc.com/geek_tested/linux">linux</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/7920">murphys law</category>
 <category domain="http://www.maximumpc.com/geek_tested/open_source">open source</category>
 <category domain="http://www.maximumpc.com/geek_tested/software">Software</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/147">Web Exclusive</category>
 <pubDate>Wed, 06 May 2009 20:00:00 -0500</pubDate>
 <dc:creator>David Murphy</dc:creator>
 <guid isPermaLink="false">6215 at http://www.maximumpc.com</guid>
</item>
</channel>
</rss>
