mirror of
https://github.com/kennethreitz-archive/.com.git
synced 2026-06-21 15:51:00 +00:00
207 lines
6.0 KiB
HTML
207 lines
6.0 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="en">
|
||
<head>
|
||
<title>Revolution vs. Innovation</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="revolution-vs-innovation.html"
|
||
rel="bookmark" title="Permalink to Revolution vs. Innovation">Revolution vs. Innovation</a></h1> </header>
|
||
|
||
|
||
|
||
<div class="entry-content">
|
||
<footer class="post-info">
|
||
<abbr class="published" title="2009-07-15T01:08:00">
|
||
Wed 15 July 2009
|
||
</abbr>
|
||
<p>In <a href="./category/Code.html">Code</a>.
|
||
|
||
</p>
|
||
</footer><!-- /.post-info -->
|
||
|
||
|
||
<p>I've been thinking alot about this cloud-computing "movement" that
|
||
has been a buzz word for the past year and half or so. Being able
|
||
to access anything from anywhere? Awesome, but
|
||
<em>I can do that now</em>.</p>
|
||
<p>I don't really get it why everyone's like "oh this will totally
|
||
change computing as we know it". I beg to differ. Perhaps it will
|
||
change the way we develop, or organize. But not how Desktops sell.
|
||
Or eliminate the need for desktop software. The desktop is not
|
||
going to die. Not from Azure, at least.</p>
|
||
<p>Amazon has EC2, Microsoft has Azure, and Google has AppEngine.
|
||
These are fantastic tools, <em>but they are nothing new –</em> Just
|
||
something someone else thought up, executed properly – followed
|
||
through and improved upon.</p>
|
||
<p>Bill Gates came up with the idea of a true Software Company. This
|
||
was revolutionary. Apple took Bill's model, and innovated. They
|
||
improved upon it. And look at what's happening.</p>
|
||
<p>I really doubt that Google's new OS is going to bring us anything
|
||
we don't have already. I do think, however, that
|
||
<em>it will build on things we already have.</em></p>
|
||
<p>When Chrome came out, it didn't offer anything that we didn't
|
||
already have. Sure it's a fantastic browser, and I don't want to
|
||
discount that. But the ability to run "web apps" as applications is
|
||
nothing new. I had been using
|
||
<a class="reference external" href="http://labs.mozilla.com/2007/10/prism/">Mozilla's Prism</a> for at
|
||
least a year before Chrome was announced. And on OSX I had been
|
||
using <a class="reference external" href="http://fluidapp.com/">FluidApp</a>, which is like Prism on
|
||
Crack.</p>
|
||
<blockquote>
|
||
It seems like the smart thing to do in the tech world nowadays is
|
||
to follow through with great ideas – even if they aren't yours.</blockquote>
|
||
<p>Mozilla's team came up with the idea of running web apps at
|
||
application with SSB's (single site browsers), but implementation
|
||
of Prism was slow, and incredibly buggy. They didn't follow
|
||
through. Google did. and Google won.</p>
|
||
<p>Maybe I don't need to come up with a revolutionary idea. Maybe I
|
||
just need to be innovative.</p>
|
||
|
||
</div><!-- /.entry-content -->
|
||
|
||
|
||
|
||
<div class="comments">
|
||
<div id="disqus_thread"></div>
|
||
<script type="text/javascript">
|
||
var disqus_identifier = "revolution-vs-innovation.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ésumé</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">
|
||
© 2011 Kenneth Reitz & 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> |