Files
.com/instapaper-best-web-app-ever-created.html
Kenneth Reitz 8f3f30005c content update
2011-01-03 00:33:11 -05:00

195 lines
5.5 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>Instapaper: Best Web App Ever Created</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="instapaper-best-web-app-ever-created.html"
rel="bookmark" title="Permalink to Instapaper: Best Web App Ever Created">Instapaper: Best Web App Ever Created</a></h1> </header>
<div class="entry-content">
<footer class="post-info">
<abbr class="published" title="2009-07-13T22:54:00">
Mon 13 July 2009
</abbr>
<p>In <a href="./category/Code.html">Code</a>.
</p>
</footer><!-- /.post-info -->
<p>Out of all the startup applications that I have ever used,
<a class="reference external" href="http://instapaper.com">Instapaper</a> (from the creators of
micro-blogging site <a class="reference external" href="http://tumblr.com">Tumblr</a>) is by far the
most innovative and useful. I use it on a daily basis. It not only
saves me hours upon hours of time, but it allows me to focus more
on the task at hand and boosts my productivity levels through the
roof.</p>
<p>Whenever I'm surfing the web, I have a bad habit of clicking open
new tabs almost constantly. It's not uncommon for me to easily have
over 60 tabs open, and in the process of sorting through all these
wonderful links, the task at hand drowns in a sea of information.</p>
<p>Well, I don't have this problem anymore, thanks to Instapaper. When
I find something interesting online now, and it's not related to
the task at hand, I hit the nifty &quot;read later&quot; bookmarklet. This
ads it to my list of unread marertial on Instapaper.com. I can go
there at any time and read any of the pages that I didnt' have time
to read before!</p>
<p>Seriously guys, this is amazing.</p>
<p>What's better yet, is that they have an iPhone app. I can read my
synched list of hundreds of unread pages at any time in
Kindle-quality formated pages. Even without an internet
connection.</p>
<p><strong>Surely life doesn't get better than this.</strong></p>
<p><strong>`Instapaper &lt;http://instapaper.com&gt;`_</strong></p>
</div><!-- /.entry-content -->
<div class="comments">
<div id="disqus_thread"></div>
<script type="text/javascript">
var disqus_identifier = "instapaper-best-web-app-ever-created.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>