Files
.com/the-universal-flaw-in-commercial-based-oss.html
Kenneth Reitz 8f3f30005c content update
2011-01-03 00:33:11 -05:00

203 lines
6.1 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>The Universal Flaw in Commercial-Based OS's</title>
<meta charset="utf-8" />
<link rel="stylesheet" href="./theme/css/main.css" type="text/css" />
<link href="./feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Kenneth's log ATOM Feed" />
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
<!--[if lte IE 7]>
<link rel="stylesheet" type="text/css" media="all" href="./css/ie.css"/>
<script src="./js/IE8.js" type="text/javascript"></script><![endif]-->
<!--[if lt IE 7]>
<link rel="stylesheet" type="text/css" media="all" href="./css/ie6.css"/><![endif]-->
</head>
<body id="index" class="home">
<a href="http://github.com/kennethreitz/">
<img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub" />
</a>
<header id="banner" class="body">
<h1>
<a href=".">Kenneth's log </a>
</h1>
<nav><ul>
<li >
<a href="./category/Life.html">Life</a>
</li>
<li class="active">
<a href="./category/Code.html">Code</a>
</li>
<li >
<a href="./category/projects.html">projects</a>
</li>
</ul></nav>
</header><!-- /#banner -->
<section id="content" class="body">
<article>
<header> <h1 class="entry-title"><a href="the-universal-flaw-in-commercial-based-oss.html"
rel="bookmark" title="Permalink to The Universal Flaw in Commercial-Based OS's">The Universal Flaw in Commercial-Based OS's</a></h1> </header>
<div class="entry-content">
<footer class="post-info">
<abbr class="published" title="2009-07-10T21:24:00">
Fri 10 July 2009
</abbr>
<p>In <a href="./category/Code.html">Code</a>.
</p>
</footer><!-- /.post-info -->
<p>Designers and Developers around the world, I present to you the
flaw prevalent in all of today's commercial operating systems. This
is not a security hole, nor is it a CPU-capping bug. It's more of a
world-view. We're simply looking at things the wrong way.
<strong>What ever happened to the days when a computer was a *tool*, rather than an *experience*?</strong>
Nowadays, computers are viewed by the public as a way of expressing
oneself. Don't get me wrong, a computer can be all of that and
more. Certainly, I find a level of solace and self-identity in my
software/hardware setup. But, a computer, more primarily, is so
much more than that. A computer, in today's modern consumerist
mindset, is a box that runs applications that are made by other
people. You will use the applications either because you think it
will enhance your quality of life, make you more productive, cure
you from boredom, or just be plain <em>neat</em>. No other options exist,
just the software that big-name companies produce. Sure, this
method does sell well and, in the scheme of things, makes a company
a large amount of money in a short amount of time (which is the
point of a business, is it not?), but perhaps those big-name
companies should think a little more long-term for the sake of us
all. What does this method truly accomplish? It makes people buy
lots of computers that have power way beyond practicality. This, in
term, makes software development freeze. In case you haven't
noticed, we can't do much with computers nowadays that we couldn't
do 10 years ago, except perhaps check our bank accounts online, and
that's hardly a major breakthrough rather than an new-found
application to keep everyone's interest. It self-destructs in the
end when you think about it. And this, my friends, is the central
heart of our problem. In our &quot;ever-changing&quot; world of computer
software, there is little to be found that is truly new or
exciting. We have a bad habit of putting a new face on an old
concept and calling it by a different name, when, in reality, we've
run out of good ideas.</p>
</div><!-- /.entry-content -->
<div class="comments">
<div id="disqus_thread"></div>
<script type="text/javascript">
var disqus_identifier = "the-universal-flaw-in-commercial-based-oss.html";
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = 'http://kennethreitz.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
</div>
</article>
</section>
<section id="extras" class="body">
<div class="blogroll">
<h2>Links</h2>
<ul>
<li><a href="http://github.com/kennethreitz">GitHub Repos</a></li>
<li><a href="http://flickr.com/kennethreitz">Photography (Flickr)</a></li>
<li><a href="http://twitter.com/kennethreitz">Latest Tweets</a></li>
<li><a href="http://www.linkedin.com/in/kennethreitz">R&eacute;sum&eacute;</a></li>
<li><a href="http://pick.im/kenneth-reitz">Design Portfolio</a></li>
<li><a href="http://laterstars.com/kennethreitz">Later Stars</a></li>
</ul>
</div><!-- /.blogroll -->
<div class="social">
<ul>
<li><a href="./feeds/all.atom.xml" rel="alternate">atom feed</a></li>
<li><a href="http://facebook.com/kennethreitz">Facebook</a></li>
</ul>
</div><!-- /.social -->
</section><!-- /#extras -->
<footer id="contentinfo" class="body">
<address id="about" class="vcard body">
&copy; 2011 Kenneth Reitz &amp; co. All Rights Reserved.
</address><!-- /#about -->
</footer><!-- /#contentinfo -->
<script type="text/javascript">
var disqus_shortname = 'kennethreitz';
(function () {
var s = document.createElement('script'); s.async = true;
s.type = 'text/javascript';
s.src = 'http://' + disqus_shortname + '.disqus.com/count.js';
(document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
}());
</script>
<script type="text/javascript" charset="utf-8">
var disqus_developer = 1;
</script>
</body>
</html>