<?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>Dot Boston</title> <atom:link href="http://adamp.com/feed/" rel="self" type="application/rss+xml" /><link>http://adamp.com</link> <description>Apple, Bicycles, Boston, Dot and Web Media</description> <lastBuildDate>Sun, 14 Feb 2010 03:15:59 +0000</lastBuildDate> <generator>http://wordpress.org/?v=2.9.2</generator> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <cloud
domain='adamp.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' /> <item><title>Lessons Learned from an Accidental rm -rf *</title><link>http://adamp.com/apple/lessons-learned-from-an-accidental-rm-rf/</link> <comments>http://adamp.com/apple/lessons-learned-from-an-accidental-rm-rf/#comments</comments> <pubDate>Sun, 14 Feb 2010 03:13:20 +0000</pubDate> <dc:creator>Adam Pieniazek</dc:creator> <category><![CDATA[Apple]]></category> <category><![CDATA[backups]]></category> <category><![CDATA[mac os x]]></category> <category><![CDATA[recovery]]></category> <category><![CDATA[rm -rf*]]></category> <category><![CDATA[terminal]]></category> <category><![CDATA[unix]]></category><guid
isPermaLink="false">http://adamp.com/?p=2736</guid> <description><![CDATA[
One of the main principles that's been hammered into me from lectures and experience over my 15+ years of computing is backup, backup, backup. It becomes even more crucial when you start hosting sites, especially sites for other people. On all the servers we run, we backup site and database files nightly, with automated syncs [...]<hr
/>&copy; Adam Pieniazek - <a
href="http://adamp.com/">visit the blog</a> for more great posts. <a
href="http://twitter.com/adampieniazek">Follow me on Twitter!</a><hr
/>]]></description> <content:encoded><![CDATA[<p><a
class="post_image_link" href="http://adamp.com/apple/lessons-learned-from-an-accidental-rm-rf/" title="Permanent link to Lessons Learned from an Accidental rm -rf *"><img
class="post_image aligncenter" src="http://cdn.adamp.com/wp-content/uploads/2009/12/unix-is-power-e1262286205604.jpg" width="640" height="480" alt="Unix is Power" /></a></p><p>One of the main principles that's been hammered into me from lectures and experience over my 15+ years of computing is backup, backup, backup. It becomes even more crucial when you start hosting sites, especially sites for other people. On all the <a
href="http://www.the42ndestate.com/">servers we run</a>, we backup site and database files nightly, with automated syncs offsite to other servers/the cloud <em>and</em> to my laptop.</p><p>Every few days, I hook up one of my external hard drives and transfer over the offsite backups so they're not cluttering up my working space.</p><h2>The Bleepin' Leadin' Asterik</h2><p>Yesterday was one of those days. After syncing my laptop's backup folder to my external backup folder (via rsync), I wanted to drop the files from my laptop. Already being on the command line and knowing I wanted to drop everything inside my local offsite backups folder, I naturally ran this command:</p><pre>
rm -rf * /Users/Adam/offsitebackups/*
</pre><p>Usually this cleanup runs in under ten seconds, since it only contains a few days worth of backups.</p><p>After fifteen seconds I started wondering what was going on. After twenty seconds, I noticed the leading asterik and started pounding on<pre>control+c</pre><p> as fast as humanly possible.</p><p>After swearing very loudly, I ran:</p><pre>
pwd
</pre><p>to show me my working directory:</p><pre>
/Users/Adam
</pre><p>flashed on the screen and again I swore very loudly. To anyone not familiar with Unix, here's a quick introduction. The <code>rm</code> command stands for remove. the <code>-rf</code> after <code>rm</code> stands for "recursive" and "force" and the <code>*</code> stands for "all". In short, I issued a command from my home folder that would go through and delete any files, folders, and sub-directories inside that folder. Since I keep almost all of my files inside /Users/Adam, you can understand the frustration.</p><p>My next step was crucial and brings us to our first lesson.</p><h2>Don't Panic!</h2><p>After realizing what I did, I walked away from my computer. If I had remained at the console, I probably would have furiously done some things that may or may not have made the situation worse. The damage had already been done so my next step was to calm down. After pouring myself a glass of water, I returned to the computer with a calm, clear mind ready to rationally recover as much as possible.</p><h2>Internet Syncing is Wonderfully Convenient...</h2><p>After sitting back down, I stared at the screen blankly for a few moments. Knowing that I periodically run Time Machine and that the damage had been contained to /Users/Adam gave me some relief, since at worst I would have to rebuild my home directory from a recent backup. But at least the core system would be intact.</p><p>Also knowing I sync some of my files with Dropbox and run version control on the important sites, left me with some peace of mind. With services like <a
href="https://www.getdropbox.com/referrals/NTc5MTgwNzk">Dropbox</a> and Subversion getting easier and easier to install and run, there's really no excuse for not having wonderfully convenient backups of your important stuff up on the internet or your local network.</p><h2>... and Deceptively Dangerous</h2><p>Then I noticed <a
href="http://spanningsync.com/">Spanning Syn</a>c spinning up. Unsure if my local Address Book files were intact, I immediately shut off my wireless connection and yanked out my ethernet cord. No need to start updating my cloud files and deleting what shouldn't be deleted. Of course Spanning Sync would ask me before syncing up the deleted entries, but without knowing off the top of my head what else might be planning a sync at any moment, I felt turning off access to the internet was the best way to ensure the damage stayed localized.</p><p>I also shut down Time Machine, since there was no need to run a massive backup to save my newly shrunken down system.</p><h2>Get a Base Reading</h2><p>After regaining my composure and severing my laptop's connection to the network and other devices, it was time to start checking what was gone.</p><p>My first instinct was to:</p><pre>ls -la</pre><p>which would show me all the files in /Users/Adam and provide a timestamp of the last modification date.</p><p>A sigh of relief at this point, as I noticed most of the structure was still intact and untouched. The only folder with a recent modification date was my Desktop. I have a very particular organization for my Desktop, which means I only keep two folders on the desktop.</p><ul><li>Projects</li><p>My projects folder contains anything I'm currently working on. For instance any graphic files or copy for sites is stored inside Projects. Needless to say, it's a crucial folder.</p><li>Stuff</li><p>A catch all folder for anything else. I like to keep my desktop nice and tidy so anytime I go on a downloading spree or have random files cluttering up my desktop that don't relate to any of the projects I'm working on, they get dropped into Stuff. Not as crucial as Projects, but because the nature of this folder means I really have no clue what was or wasn't in here, I was hoping it wasn't too badly damaged.</p></ul><p>Well, a quick glance at my actual desktop showed me that Projects was completely gone.</p><p>At least I had double backups of the Projects folder to Time Machine and to Dropbox, but unfortunately both were a bit out of date.</p><h2>Keep Timely Updates</h2><p>For some reason, I'd shut down Dropbox at some point. Now, I let it start when my computer starts and leave it running at all times. This way, when I make changes to the Projects folder or any other folder synced to Dropbox, it gets updated automagically. All you have to do to get the same auto-magic is link the folder with dropbox.</p><pre>ln -s ~/Desktop/Projects ~/Dropbox/Projects</pre><p>That little trick will make sure there's always a recent backup. Since Dropbox takes a little time to sync up, it might've started deleting some files but at least it's another backup. The other key to keeping timely backups is to let Time Machine run off the network, rather than a hard drive I have to remember to plug in every few days.</p><h2>Script it!</h2><p>Finally, the biggest and most important lesson is to take human error out of the equation. Now, instead of manually moving files over to my external, I've set up a script to automatically sync them over and then clean up the laptop hard drive after its done. It's one of those things I should've done a while ago but kept putting off. Foolish indeed as scripting it the first time would've saved me time and files.</p><p><span
class="postfootnote">Photo credit: <a
href="http://www.flickr.com/photos/drmillerlg/3294341985/"> Larry Miller</a> | <a
href="http://creativecommons.org/licenses/by-nc-nd/2.0/deed.en">CC-NC-ND 2.0</a></span></p><div
id="crp_related"><h3>Related Posts:</h3><ul><li><a
href="http://adamp.com/technology/clickclickclick-how-a-virtual-kubuntu-penguin-saved-my-50gb-music-collection/" rel="bookmark" class="crp_title">Click...Click...Click: How a Virtual (K)Ubuntu Penguin Saved My 50GB Music Collection</a></li><li><a
href="http://adamp.com/apple/45-free-applications-for-your-new-mac/" rel="bookmark" class="crp_title">45 Free Applications for Your New Mac</a></li><li><a
href="http://adamp.com/technology/updates-galore/" rel="bookmark" class="crp_title">Updates Galore</a></li><li><a
href="http://adamp.com/technology/itunes-lastfm/" rel="bookmark" class="crp_title">Start iTunes &#038; Last.fm Simultaneously</a></li><li><a
href="http://adamp.com/college/why-i-spent-1800-on-a-macbook-pro/" rel="bookmark" class="crp_title">Why I Spent &#36;1800 on a Macbook Pro</a></li><li>Powered by <a
href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div>]]></content:encoded> <wfw:commentRss>http://adamp.com/apple/lessons-learned-from-an-accidental-rm-rf/feed/</wfw:commentRss> <slash:comments>4</slash:comments> </item> <item><title>WordCamp Boston 2010</title><link>http://adamp.com/boston/wordcamp-boston-2010/</link> <comments>http://adamp.com/boston/wordcamp-boston-2010/#comments</comments> <pubDate>Sat, 23 Jan 2010 13:23:16 +0000</pubDate> <dc:creator>Adam Pieniazek</dc:creator> <category><![CDATA[Boston]]></category> <category><![CDATA[conference]]></category> <category><![CDATA[wordcamp 2010]]></category> <category><![CDATA[wordpress]]></category><guid
isPermaLink="false">http://adamp.com/?p=2746</guid> <description><![CDATA[
As I mentioned on Justin's blog the other day, I'm off to WordCamp Boston 2010 today! The Boston organizers have put together a great schedule and I'm pumped to meet some fellow Wordpress enthusiasts and talk shop. I'll post an update about the conference tommorow, in the meantime if you're going to be at WordCamp [...]<hr
/>&copy; Adam Pieniazek - <a
href="http://adamp.com/">visit the blog</a> for more great posts. <a
href="http://twitter.com/adampieniazek">Follow me on Twitter!</a><hr
/>]]></description> <content:encoded><![CDATA[<p><a
class="post_image_link" href="http://adamp.com/boston/wordcamp-boston-2010/" title="Permanent link to WordCamp Boston 2010"><img
class="post_image aligncenter" src="http://cdn.adamp.com/wp-content/uploads/2010/01/wordcamp-boston-2010.jpg" width="382" height="200" alt="WordCamp Boston 2010 logo" /></a></p><p>As I mentioned on <a
href="http://www.zoopmedia.com/upcoming-wordcamps-4838/">Justin's blog</a> the other day, I'm off to <a
href="http://wordcampboston.com/">WordCamp Boston 2010</a> today! The Boston organizers have put together a great schedule and I'm pumped to meet some fellow Wordpress enthusiasts and talk shop. I'll post an update about the conference tommorow, in the meantime if you're going to be at WordCamp Boston 2010 <a
href="http://twitter.com/AdamPieniazek">tweet at me</a> and let's meet up!</p><div
id="crp_related"><h3>Related Posts:</h3><ul><li><a
href="http://adamp.com/boston/boston-bikeup-this-sunday/" rel="bookmark" class="crp_title">Boston #BikeUp This Sunday</a></li><li><a
href="http://adamp.com/technology/ungoals-for-podcamp-boston-4/" rel="bookmark" class="crp_title">UnGoals for PodCamp Boston 4</a></li><li><a
href="http://adamp.com/boston/boston-tweetups/" rel="bookmark" class="crp_title">Boston Tweetups</a></li><li><a
href="http://adamp.com/business/contests-at-the-42nd-estate-cs-playoff-tickets-cash/" rel="bookmark" class="crp_title">Contests at The 42nd Estate: C's Playoff Tickets &#038; Cash</a></li><li><a
href="http://adamp.com/technology/mass-innovation-tonight-roofup-bostweetup-wrap-ups/" rel="bookmark" class="crp_title">Mass Innovation Tonight | #roofup #bostweetup wrap-ups</a></li><li>Powered by <a
href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div>]]></content:encoded> <wfw:commentRss>http://adamp.com/boston/wordcamp-boston-2010/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>My Last Name = tl;dt</title><link>http://adamp.com/blog/my-last-name-tldt/</link> <comments>http://adamp.com/blog/my-last-name-tldt/#comments</comments> <pubDate>Thu, 21 Jan 2010 18:25:48 +0000</pubDate> <dc:creator>Adam Pieniazek</dc:creator> <category><![CDATA[Blog]]></category> <category><![CDATA[domain change]]></category><guid
isPermaLink="false">http://adamp.com/?p=2740</guid> <description><![CDATA[
Ever since I can remember, my last name (which, btw, means money) has been an issue. It's too long, too Polish, and too convoluted to pronounce/remember. There's a saying around the interwebs, tl;dr, which means "too long; didn't read". Well, my last name = tl;dt; too long; didn't type.
Moving to adamp.com
As you might've noticed (unless [...]<hr
/>&copy; Adam Pieniazek - <a
href="http://adamp.com/">visit the blog</a> for more great posts. <a
href="http://twitter.com/adampieniazek">Follow me on Twitter!</a><hr
/>]]></description> <content:encoded><![CDATA[<p><a
class="post_image_link" href="http://adamp.com/blog/my-last-name-tldt/" title="Permanent link to My Last Name = tl;dt"><img
class="post_image aligncenter" src="http://cdn.adamp.com/wp-content/uploads/2010/01/wall-of-text.jpg" width="428" height="550" alt="Wall of Text oh noes!" /></a></p><p>Ever since I can remember, my last name (which, btw, <a
href="http://mlnmm.com/about/">means money</a>) has been an issue. It's too long, too Polish, and too convoluted to pronounce/remember. There's a saying around the interwebs, tl;dr, which means "too long; didn't read". Well, my last name = tl;dt; too long; didn't type.</p><h2>Moving to adamp.com</h2><p>As you might've noticed (unless you're reading this in a feed, <a
href="http://feeds2.feedburner.com/AdamPieniazek">subscribe</a> if you aren't!), today my blog no longer resides at adampieniazek.com and instead is at the much more sensible and easy to remember adamp.com.</p><p>I've actually had adamp.com for a while. Interesting story there, I saved $450 on the adamp.com domain name. A squatting company tried selling it to me for $500! I told them, meh, they let it expire a month later, triggering my auto-buy-if-it-expires option at GoDaddy and bam, here we are.</p><p>For a while adamp.com would just redirect to myfirstnamemylastname.com but I figured why bother, adamp.com is the better domain in all aspects and I can convert adampieniazek.com into a landing page of sorts. If you head over to this blog's old home, you'll see there's a landing page up for the root domain but everything else is 301 redirected to here. I'll put up a tutorial on how I did that over at The 42nd Estate shortly.</p><p>Until then, if you spot any issues or problems, let me know. Hope you enjoy the new, minified domain!</p><p><span
class="postfootnote">Artwork credit: <a
href="http://www.flickr.com/photos/28321547@N05/3546201883/"> anonymous0910</a> | <a
href="http://creativecommons.org/licenses/by/2.0/deed.en">CC 2.0</a></span></p><div
id="crp_related"><h3>Related Posts:</h3><ul><li><a
href="http://adamp.com/technology/my-redirects-to-www-work/" rel="bookmark" class="crp_title">My Redirects to WWW Work!</a></li><li><a
href="http://adamp.com/blog/entrecard-turns-on-the-faucet-to-pour-comments-into-your-blog/" rel="bookmark" class="crp_title">Entrecard turns on the faucet to pour comments into your blog</a></li><li><a
href="http://adamp.com/blog/my-content-syndication-policy/" rel="bookmark" class="crp_title">My Content Syndication Policy</a></li><li><a
href="http://adamp.com/marketing/help-me-win-3000-blogging-idol-contest/" rel="bookmark" class="crp_title">Help Me Win $3,000 - Blogging Idol Contest</a></li><li><a
href="http://adamp.com/blog/find-dofollow-be-dofollow-do-dofollow/" rel="bookmark" class="crp_title">Find DoFollow, Be DoFollow, Do DoFollow</a></li><li>Powered by <a
href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div>]]></content:encoded> <wfw:commentRss>http://adamp.com/blog/my-last-name-tldt/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>OS Xbox Pro: An Awesome Computer Mod</title><link>http://adamp.com/video/os-xbox-pro-an-awesome-computer-mod/</link> <comments>http://adamp.com/video/os-xbox-pro-an-awesome-computer-mod/#comments</comments> <pubDate>Sun, 29 Nov 2009 07:49:55 +0000</pubDate> <dc:creator>Adam Pieniazek</dc:creator> <category><![CDATA[Video]]></category> <category><![CDATA[hardware]]></category> <category><![CDATA[mac]]></category> <category><![CDATA[mod]]></category> <category><![CDATA[ubunut]]></category> <category><![CDATA[windows 7]]></category> <category><![CDATA[xbox]]></category><guid
isPermaLink="false">http://adamp.com/?p=2726</guid> <description><![CDATA[If you're a computer hardware geek, you're going to love this mod. In a nutshell, the guy needed to build a Mac computer for work purposes, disliked Macs, so he built himself a Mac Pro Hackintosh...housed in an Xbox case.Watch and enjoy.<object
width="640" height="385"><param
name="movie" value="http://www.youtube.com/v/TggHtINGIyc&#038;hl=en_US&#038;fs=1&#038;hd=1"></param><param
name="allowFullScreen" value="true"></param><param
name="allowscriptaccess" value="always"></param><embed
src="http://www.youtube.com/v/TggHtINGIyc&#038;hl=en_US&#038;fs=1&#038;hd=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="385"></embed></object><hr
/>&copy; Adam Pieniazek - <a
href="http://adamp.com/">visit the blog</a> for more great posts. <a
href="http://twitter.com/adampieniazek">Follow me on Twitter!</a><hr
/>]]></description> <content:encoded><![CDATA[<p></p><p>If you're a computer hardware geek, you're going to love this mod. In a nutshell, the guy needed to build a Mac computer for work purposes, disliked Macs, so he built himself a Mac Pro Hackintosh...housed in an Xbox case.</p><p>Watch and enjoy.</p><div
class="wide-video"><object
width="853" height="505"><param
name="movie" value="http://www.youtube.com/v/TggHtINGIyc&#038;hl=en_US&#038;fs=1&#038;hd=1"></param><param
name="allowFullScreen" value="true"></param><param
name="allowscriptaccess" value="always"></param><embed
src="http://www.youtube.com/v/TggHtINGIyc&#038;hl=en_US&#038;fs=1&#038;hd=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="853" height="505"></embed></object></div><div
id="crp_related"><h3>Related Posts:</h3><ul><li><a
href="http://adamp.com/video/face-off-with-a-deadly-predator/" rel="bookmark" class="crp_title">Face-Off with a Deadly Predator</a></li><li><a
href="http://adamp.com/video/were-all-going-to-die-trailer-for-collapse/" rel="bookmark" class="crp_title">WE'RE ALL GOING TO DIE! <br
/>Trailer for Collapse</a></li><li><a
href="http://adamp.com/video/beautiful-global-collaborative-covers-by-street-musicians/" rel="bookmark" class="crp_title">Beautiful Global Collaborative Covers by Street Musicians</a></li><li><a
href="http://adamp.com/video/build-me-up-buttercupon-ukulele/" rel="bookmark" class="crp_title">Build Me Up, Buttercup...on Ukulele!</a></li><li><a
href="http://adamp.com/video/rocking-the-final-countdown-on-kazoo-and-ukulele/" rel="bookmark" class="crp_title">ROCKING: The Final Countdown on Kazoo and Ukulele</a></li><li>Powered by <a
href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div>]]></content:encoded> <wfw:commentRss>http://adamp.com/video/os-xbox-pro-an-awesome-computer-mod/feed/</wfw:commentRss> <slash:comments>12</slash:comments> </item> <item><title>WE&#039;RE ALL GOING TO DIE! Trailer for Collapse</title><link>http://adamp.com/video/were-all-going-to-die-trailer-for-collapse/</link> <comments>http://adamp.com/video/were-all-going-to-die-trailer-for-collapse/#comments</comments> <pubDate>Wed, 18 Nov 2009 21:20:04 +0000</pubDate> <dc:creator>Adam Pieniazek</dc:creator> <category><![CDATA[Video]]></category> <category><![CDATA[collapse]]></category> <category><![CDATA[HD]]></category> <category><![CDATA[Michael Ruppert]]></category> <category><![CDATA[youtube]]></category><guid
isPermaLink="false">http://adamp.com/?p=2722</guid> <description><![CDATA[Check out the trailer for Collapse, a documentary that pinpoints how we're on a precarious precipice and it's up to us whether we fall or stand. There's a few things I love about this video:<ol><li>Amazing disintegrating fonts.</li><li>It's a a "horror documentary".</li><li>Michael Ruppert - he's like a film noir superhero journalist.</li><li>"It's not that Bernie Madoff was a pyramid scheme, <strong>the whole economy is a pyramid scheme"</strong> [a great quote]</li></ol>Enjoy!<object
width="640" height="385"><param
name="movie" value="http://www.youtube.com/v/lJ3r93ELuB4&#038;hl=en_US&#038;fs=1&#038;rel=0&#038;hd=1"></param><param
name="allowFullScreen" value="true"></param><param
name="allowscriptaccess" value="always"></param><embed
src="http://www.youtube.com/v/lJ3r93ELuB4&#038;hl=en_US&#038;fs=1&#038;rel=0&#038;hd=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="385"></embed></object><hr
/>&copy; Adam Pieniazek - <a
href="http://adamp.com/">visit the blog</a> for more great posts. <a
href="http://twitter.com/adampieniazek">Follow me on Twitter!</a><hr
/>]]></description> <content:encoded><![CDATA[<p></p><p>Check out the trailer for Collapse, a documentary that pinpoints how we're on a precarious precipice and it's up to us whether we fall or stand. There's a few things I love about this video:</p><ol><li>Amazing disintegrating fonts.</li><li>It's a a "horror documentary".</li><li>Michael Ruppert - he's like a film noir superhero journalist.</li><li>"It's not that Bernie Madoff was a pyramid scheme, <strong>the whole economy is a pyramid scheme"</strong> [a great quote]</li></ol><p>Enjoy!</p><div
class="wide-video"> <object
width="853" height="505"><param
name="movie" value="http://www.youtube.com/v/lJ3r93ELuB4&#038;hl=en_US&#038;fs=1&#038;rel=0&#038;hd=1"></param><param
name="allowFullScreen" value="true"></param><param
name="allowscriptaccess" value="always"></param><embed
src="http://www.youtube.com/v/lJ3r93ELuB4&#038;hl=en_US&#038;fs=1&#038;rel=0&#038;hd=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="853" height="505"></embed></object></div><div
id="crp_related"><h3>Related Posts:</h3><ul><li><a
href="http://adamp.com/video/face-off-with-a-deadly-predator/" rel="bookmark" class="crp_title">Face-Off with a Deadly Predator</a></li><li><a
href="http://adamp.com/video/os-xbox-pro-an-awesome-computer-mod/" rel="bookmark" class="crp_title">OS Xbox Pro: An Awesome Computer Mod</a></li><li><a
href="http://adamp.com/video/beautiful-global-collaborative-covers-by-street-musicians/" rel="bookmark" class="crp_title">Beautiful Global Collaborative Covers by Street Musicians</a></li><li><a
href="http://adamp.com/video/everyday-by-carly-comando/" rel="bookmark" class="crp_title">Everyday by Carly Comando</a></li><li><a
href="http://adamp.com/video/rocking-the-final-countdown-on-kazoo-and-ukulele/" rel="bookmark" class="crp_title">ROCKING: The Final Countdown on Kazoo and Ukulele</a></li><li>Powered by <a
href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div>]]></content:encoded> <wfw:commentRss>http://adamp.com/video/were-all-going-to-die-trailer-for-collapse/feed/</wfw:commentRss> <slash:comments>7</slash:comments> </item> <item><title>Face-Off with a Deadly Predator</title><link>http://adamp.com/video/face-off-with-a-deadly-predator/</link> <comments>http://adamp.com/video/face-off-with-a-deadly-predator/#comments</comments> <pubDate>Fri, 13 Nov 2009 16:16:38 +0000</pubDate> <dc:creator>Adam Pieniazek</dc:creator> <category><![CDATA[Video]]></category> <category><![CDATA[national geographic]]></category> <category><![CDATA[penguin]]></category> <category><![CDATA[seal]]></category><guid
isPermaLink="false">http://adamp.com/?p=2721</guid> <description><![CDATA[Here's a cool National Geographic video I found via reddit.<object
width="640" height="385"><param
name="movie" value="http://www.youtube.com/v/Zxa6P73Awcg&#038;hl=en_US&#038;fs=1&#038;rel=0&#038;hd=1"></param><param
name="allowFullScreen" value="true"></param><param
name="allowscriptaccess" value="always"></param><embed
src="http://www.youtube.com/v/Zxa6P73Awcg&#038;hl=en_US&#038;fs=1&#038;rel=0&#038;hd=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="385"></embed></object>Quite amazing the interaction the seal had with the cameraman.<hr
/>&copy; Adam Pieniazek - <a
href="http://adamp.com/">visit the blog</a> for more great posts. <a
href="http://twitter.com/adampieniazek">Follow me on Twitter!</a><hr
/>]]></description> <content:encoded><![CDATA[<p></p><p>Here's a cool National Geographic video I found via reddit.</p><div
class="wide-video"><object
width="853" height="505"><param
name="movie" value="http://www.youtube.com/v/Zxa6P73Awcg&#038;hl=en_US&#038;fs=1&#038;rel=0&#038;hd=1"></param><param
name="allowFullScreen" value="true"></param><param
name="allowscriptaccess" value="always"></param><embed
src="http://www.youtube.com/v/Zxa6P73Awcg&#038;hl=en_US&#038;fs=1&#038;rel=0&#038;hd=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="853" height="505"></embed></object></div><p>Quite amazing the interaction the seal had with the cameraman.</p><div
id="crp_related"><h3>Related Posts:</h3><ul><li><a
href="http://adamp.com/video/os-xbox-pro-an-awesome-computer-mod/" rel="bookmark" class="crp_title">OS Xbox Pro: An Awesome Computer Mod</a></li><li><a
href="http://adamp.com/video/were-all-going-to-die-trailer-for-collapse/" rel="bookmark" class="crp_title">WE'RE ALL GOING TO DIE! <br
/>Trailer for Collapse</a></li><li><a
href="http://adamp.com/video/beautiful-global-collaborative-covers-by-street-musicians/" rel="bookmark" class="crp_title">Beautiful Global Collaborative Covers by Street Musicians</a></li><li><a
href="http://adamp.com/video/everyday-by-carly-comando/" rel="bookmark" class="crp_title">Everyday by Carly Comando</a></li><li><a
href="http://adamp.com/video/rocking-the-final-countdown-on-kazoo-and-ukulele/" rel="bookmark" class="crp_title">ROCKING: The Final Countdown on Kazoo and Ukulele</a></li><li>Powered by <a
href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div>]]></content:encoded> <wfw:commentRss>http://adamp.com/video/face-off-with-a-deadly-predator/feed/</wfw:commentRss> <slash:comments>14</slash:comments> </item> <item><title>Battlestar Galactica in Reverse</title><link>http://adamp.com/video/battlestar-galactica-in-reverse/</link> <comments>http://adamp.com/video/battlestar-galactica-in-reverse/#comments</comments> <pubDate>Thu, 05 Nov 2009 14:45:54 +0000</pubDate> <dc:creator>Adam Pieniazek</dc:creator> <category><![CDATA[Video]]></category> <category><![CDATA[battlestar galactica]]></category> <category><![CDATA[BSG]]></category> <category><![CDATA[reddit]]></category><guid
isPermaLink="false">http://adamp.com/?p=2719</guid> <description><![CDATA[
If you don't already know, I am a huge fan of the superb science-fiction show Battlestar Galactica. I am also a huge fan of the social voting site reddit. While browsing through the latest stories this morning, I came across this comment about Battlestar Galactica in reverse.
Simply put, it adds a whole new level of [...]<hr
/>&copy; Adam Pieniazek - <a
href="http://adamp.com/">visit the blog</a> for more great posts. <a
href="http://twitter.com/adampieniazek">Follow me on Twitter!</a><hr
/>]]></description> <content:encoded><![CDATA[<p><a
class="post_image_link" href="http://adamp.com/video/battlestar-galactica-in-reverse/" title="Permanent link to Battlestar Galactica in Reverse"><img
class="post_image aligncenter" src="http://cdn.adamp.com/wp-content/uploads/2009/11/battlestar-galactica-baltar.jpg" width="640" height="453" alt="Baltar and Six from Battlestar Galactica" /></a></p><p>If you don't already know, I am a <a
href="http://adamp.com/politics/fracking-battlestar-galactica-withdrawal/">huge fan</a> of the <a
href="http://adamp.com/video/ten-reasons-battlestar-galactica-is-the-best-show-ever/">superb science-fiction</a> show <a
href="http://adamp.com/politics/battlestar-politica/">Battlestar Galactica</a>. I am also a huge fan of the <a
href="http://www.reddit.com/user/adampieniazek/">social voting site reddit</a>. While browsing through the latest stories this morning, I came across this comment about <a
href="http://www.reddit.com/r/reddit.com/comments/a0tyu/a_bunch_of_people_today_came_to_my_home_and/c0fc76y?context=1">Battlestar Galactica in reverse</a>.</p><p>Simply put, it adds a whole new level of depth and brilliance to the already amazing show.</p><p>20 hours ago, reddit commenter <a
href="http://www.reddit.com/user/Lurking_Grue">Lurking_Grue</a> <a
href="http://www.reddit.com/r/reddit.com/comments/a0tyu/a_bunch_of_people_today_came_to_my_home_and/c0fc37l">wrote</a>:</p><blockquote><p>I think I need to go watch Battlestar Galactica backwards.</p></blockquote><p>1 hour later, reddit commenter <a
href="http://www.reddit.com/user/Taciturn">Taciturn</a> <a
href="http://www.reddit.com/r/reddit.com/comments/a0tyu/a_bunch_of_people_today_came_to_my_home_and/c0fc76y">brilliantly responded</a>:</p><p
class="alert">WARNING: Spoilers lie ahead.</p><blockquote><p>If you watch Battlestar Galactica backwards, it's a story about a ship called "Galactica" coming out of retirement to lead humanity to a new home, where it is retired. The people have to abandon their home planet to spend some time farming mud on "New Caprica," then they find a beautiful new place to live.</p><p>Roslin becomes president, then she's a schoolteacher for a while, then she's president again. She has cancer, it goes away, then comes back. Then she doesn't have to worry about it anymore.</p><p>The president has an assistant who gets killed by a cylon-hater. She gets a new assistant who gets killed by a cylon-hater.</p><p>SURPRISE!, Tigh's wife comes back! Then he kills her. Then SURPRISE!, she comes back!</p><p>Adama is very sad because the woman he loved died... but he falls in love again. Then he's very sad, because the woman he loved died.<br
/> Baltar works on a farm, but then he becomes a famous scientist before working on a farm again.</p><p>Lee and Starbuck try to have an affair, but it's really awkward, because Starbuck's already in a serious relationship. She gets married. Then Starbuck and Lee try to have an affair, but it's really awkward, because she's already in a serious relationship.</p><p>In the first episode you'll wonder when they're going to explain ChipSix. In the last episode you'll still be wondering that.</p><p>Also, if you watch the series forwards, the same stuff happens.</p></blockquote><p>My jaw is on the floor and my mind is now properly blown.</p><p>The prominent line of the series, "All this has happened before, and all this will happen again" suddenly makes a ton of sense and really makes every step of the storyline fall into place and seem pre-ordained.</p><p>Well done reddit and well done Battlestar Galatica writers.</p><p><span
class="postfootnote">Artwork credit: <a
href="http://www.flickr.com/photos/chriscrossed/3479206647/"> Chris Bis</a> | <a
href="http://creativecommons.org/licenses/by-nc-nd/2.0/deed.en">CC-NC-ND 2.0</a></span></p><div
id="crp_related"><h3>Related Posts:</h3><ul><li><a
href="http://adamp.com/video/ten-reasons-battlestar-galactica-is-the-best-show-ever/" rel="bookmark" class="crp_title">Ten Reasons Battlestar Galactica is the Best Show EVER</a></li><li><a
href="http://adamp.com/politics/fracking-battlestar-galactica-withdrawal/" rel="bookmark" class="crp_title">Fracking Battlestar Galactica Withdrawal!</a></li><li><a
href="http://adamp.com/politics/battlestar-politica/" rel="bookmark" class="crp_title">Battlestar Politica</a></li><li><a
href="http://adamp.com/technology/quick-note-to-my-feed-readers/" rel="bookmark" class="crp_title">Quick Note to My Feed Readers</a></li><li><a
href="http://adamp.com/video/how-battlestar-galactica-will-end/" rel="bookmark" class="crp_title">How Battlestar Galactica Will End</a></li><li>Powered by <a
href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div>]]></content:encoded> <wfw:commentRss>http://adamp.com/video/battlestar-galactica-in-reverse/feed/</wfw:commentRss> <slash:comments>4</slash:comments> </item> <item><title>The John McCain Language Explained</title><link>http://adamp.com/technology/the-john-mccain-language-explained/</link> <comments>http://adamp.com/technology/the-john-mccain-language-explained/#comments</comments> <pubDate>Sat, 31 Oct 2009 18:44:29 +0000</pubDate> <dc:creator>Adam Pieniazek</dc:creator> <category><![CDATA[Technology]]></category> <category><![CDATA[doublespeak]]></category> <category><![CDATA[FCC]]></category> <category><![CDATA[free]]></category> <category><![CDATA[john mccain]]></category> <category><![CDATA[net neutrality]]></category> <category><![CDATA[open]]></category><guid
isPermaLink="false">http://adamp.com/?p=2715</guid> <description><![CDATA[War is Peace.
Freedom is Slavery.
Ignorance is Strength.
-from 1984 by George OrwellWhile browsing reddit.com this morning, I came across a link to an op-ed piece in the Washington Times by none other than internet expert John McCain. In the article, John makes a legitimate argument that the internet must remain free and open, that internet service [...]<hr
/>&copy; Adam Pieniazek - <a
href="http://adamp.com/">visit the blog</a> for more great posts. <a
href="http://twitter.com/adampieniazek">Follow me on Twitter!</a><hr
/>]]></description> <content:encoded><![CDATA[<p><a
class="post_image_link" href="http://adamp.com/technology/the-john-mccain-language-explained/" title="Permanent link to The John McCain Language Explained"><img
class="post_image aligncenter" src="http://cdn.adamp.com/wp-content/uploads/2009/10/john-mccain.jpg" width="500" height="334" alt="John McCain attempts to speak logically. Fails miserably." /></a></p><blockquote><p> War is Peace.<br
/> Freedom is Slavery.<br
/> Ignorance is Strength.<br
/> -from 1984 by George Orwell</p></blockquote><p>While browsing reddit.com this morning, I came across a link to an op-ed piece in the Washington Times by none other than internet expert John McCain. In the article, John makes a <a
href="http://washingtontimes.com/news/2009/oct/22/net-neutrality-would-slow-the-flow-fcc-plan-is-ano/?feat=home_commentary">legitimate argument that the internet must remain free and open</a>, that internet service providers must not be allowed to shape access to content and restrict bandwidth based on the destination of that bandwidth.</p><p>In other words, John McCain supports Net Neutrality. John goes on to state that he does not support Net Neutrality.</p><p>Confused?</p><p>While it seams confusing, as McCain is in essence contradicting himself, if you apply the concept of doublespeak, it all makes a lot more sense.</p><p>What is Doublespeak?</p><p>The Merriam-Webster dictionary defines doublespeak as:</p><blockquote><p> language that appears to be earnest and meaningful but in fact is a mixture of sense and nonsense</p></blockquote><p>So if it seams like McCain's article is illogical gibberish, well it is and was intended to be so.</p><p>Still confused?</p><p>Yeah, well that's what happens when a politician speaks in doublespeak instead of speaking in plain language. McCain is utilizing the argument of Net Neutrality supporters to rail against Net Neutrality.</p><p>Let's use an analogy.</p><p>You are a supporter of the New York Yankees baseball team. You believe they are the best baseball team of all time and to support that argument state:</p><blockquote><p>The New York Yankees are the best baseball team of all time because they've won twenty-six World Series.</p></blockquote><p>I am not a supporter of the New York Yankees. While I realize your argument is completely valid, accurate, and truthful, I will state the following as evidence that the New York Yankees are not the best baseball team of all-time:</p><blockquote><p>The New York Yankees are the worst baseball team of all time because they've won twenty-six World Series.</p></blockquote><p>Friends, this type of illogical statement is exactly what John McCain is using to scare the American public into killing the internet.</p><p>Did you know John McCain does not use a computer?</p><p>While, I don't care that he does not use a computer, I find it absurd that he has the gall to speak about the internet, as he literally has no clue.</p><p>Another analogy.</p><p>I have never used a motorcycle.</p><p><div
id="attachment_2717" class="wp-caption alignright" style="width: 386px"> <a
href="http://cdn.adamp.com/wp-content/uploads/2009/10/pinocchio-politics.jpg"><img
src="http://adamp.com/wp-content/uploads/2009/10/pinocchio-politics.jpg" alt="John McCain practices Pinocchio Politics" title="pinocchio-politics" width="386" height="500" class="size-full wp-image-2717" /></a><p
class="wp-caption-text">John McCain practices Pinocchio Politics</p></div>Although I have nearly no knowledge of motorcycles, I propose that we must not allow the government to dictate that motorcycles should move. If we allow the government to dictate that motorcycles should move, the motorcycle industry will fail and die as they will not be able to innovate new motorcycle types, such as a stationary motorcycle.</p><p>Does that make any sense? Of course not. Does John McCain make any sense in promoting a free and open internet by railing against a rule that would force a free and open internet?</p><p>No.</p><p>Why does John McCain say these things?</p><ul><li>Because he's the number one politician when <a
href="http://www.pcworld.com/article/174280/surprise_mccain_biggest_beneficiary_of_telcoisp_lobby_money.html">ranked by amount of contributions from telecommunications companies</a>.</li><li>Because he has nothing to lose.</li><li>Because he very well may have crossed that threshold of mental competence that old human beings tend to cross.</li><li>Because he wants big business, big corporations to succeed and does not care what happens to individuals and small businesses.</li><li>Because John McCain is corrupt.</li></ul><p>In summary:</p><ol><li>John McCain <em>claims</em> to support a free and open internet.</li><li>Net Neutrality requires Internet Service Providers maintain a free and open internet.</li><li>John McCain does not support Net Neutrality.</li></ol><p>Still confused? That's OK. The intent of John McCain is to confuse you. Basically, John McCain is lying and you should never trust anything he says involving technology because plainly put, he has no knowledge of it.</p><p>Here's what you need to know, if you want the internet to remain free and open, and require that Internet Service Providers be unable to discriminate based on content, <a
href="http://www.savetheinternet.com/">support Net Neutrality</a>. Otherwise, if you want the <a
href="http://i.imgur.com/5RrWm.png">internet to look this way</a>, log off and don't come back.</p><p><span
class="postfootnote">John McCain Photo credit: <a
href="http://www.flickr.com/photos/soggydan/2252112316/"> Dan "Soggydan" Bennett</a> | <a
href="http://creativecommons.org/licenses/by/2.0/deed.en">CC 2.0</a><br
/> Pinocchio Politics Photo credit: <a
href="http://www.flickr.com/photos/rachelkramerbussel/2882649463/">Rachel Kramer Bussel</a> | <a
href="http://creativecommons.org/licenses/by/2.0/deed.en">CC 2.0</a></span></p><div
id="crp_related"><h3>Related Posts:</h3><ul><li><a
href="http://adamp.com/politics/battlestar-politica/" rel="bookmark" class="crp_title">Battlestar Politica</a></li><li><a
href="http://adamp.com/politics/new-york-times-rejects-mccain-op-ed/" rel="bookmark" class="crp_title">New York Times Rejects McCain Op-Ed</a></li><li><a
href="http://adamp.com/politics/i-endorse-barack-obama-but-im-voting-for-nader-gonzalez/" rel="bookmark" class="crp_title">I Endorse Barack Obama (but I'm voting for Nader-Gonzalez)</a></li><li><a
href="http://adamp.com/politics/my-instant-runoff-voting-ballot/" rel="bookmark" class="crp_title">My Instant Runoff Voting Ballot</a></li><li><a
href="http://adamp.com/management/how-much-leadership-can-1-buy/" rel="bookmark" class="crp_title">How Much Leadership Can $1 Buy?</a></li><li>Powered by <a
href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div>]]></content:encoded> <wfw:commentRss>http://adamp.com/technology/the-john-mccain-language-explained/feed/</wfw:commentRss> <slash:comments>6</slash:comments> </item> <item><title>iPhone Irony</title><link>http://adamp.com/apple/iphone-irony/</link> <comments>http://adamp.com/apple/iphone-irony/#comments</comments> <pubDate>Wed, 28 Oct 2009 22:25:33 +0000</pubDate> <dc:creator>Adam Pieniazek</dc:creator> <category><![CDATA[Apple]]></category> <category><![CDATA[AT&T]]></category> <category><![CDATA[fail]]></category> <category><![CDATA[iphone]]></category> <category><![CDATA[network]]></category><guid
isPermaLink="false">http://adamp.com/?p=2713</guid> <description><![CDATA[In the you can't make this stuff up category, check out what happened right as I clicked to read about how AT&#038;T stated its network is fine in the mobile Google Reader site on my iPhone.
Yeah, umm, AT&#038;T your network is not fine.
Related Posts:Tweetdeck on the iPhoneThis Blog Now iPhone Friendly!One Reason the iPhone [...]<hr
/>&copy; Adam Pieniazek - <a
href="http://adamp.com/">visit the blog</a> for more great posts. <a
href="http://twitter.com/adampieniazek">Follow me on Twitter!</a><hr
/>]]></description> <content:encoded><![CDATA[<p></p><p>In the you can't make this stuff up category, check out what happened right as I clicked to read about how <a
href="http://technologizer.com/2009/10/28/att-our-network-is-fine-thank-you/">AT&#038;T stated its network is fine</a> in the mobile Google Reader site on my iPhone.</p><div
id="attachment_2714" class="wp-caption aligncenter" style="width: 320px"> <a
href="http://cdn.adamp.com/wp-content/uploads/2009/10/iphone-irony.PNG"><img
src="http://adamp.com/wp-content/uploads/2009/10/iphone-irony.PNG" alt="AT&amp;T: Our Network is Fine!" title="iphone-irony" width="320" height="480" class="size-full wp-image-2714" /></a><p
class="wp-caption-text">AT&#038;T: Our Network is Fine!</p></div><p>Yeah, umm, <a
href="http://adamp.com/apple/one-reason-iphone-disrupted/">AT&#038;T your network is not fine</a>.</p><div
id="crp_related"><h3>Related Posts:</h3><ul><li><a
href="http://adamp.com/technology/tweetdeck-on-the-iphone/" rel="bookmark" class="crp_title">Tweetdeck on the iPhone</a></li><li><a
href="http://adamp.com/technology/this-blog-now-iphone-friendly/" rel="bookmark" class="crp_title">This Blog Now iPhone Friendly!</a></li><li><a
href="http://adamp.com/apple/one-reason-iphone-disrupted/" rel="bookmark" class="crp_title">One Reason the iPhone Will Be Disrupted</a></li><li><a
href="http://adamp.com/boston/the-cash-train/" rel="bookmark" class="crp_title">The Cash Train</a></li><li><a
href="http://adamp.com/boston/not-my-iphone/" rel="bookmark" class="crp_title">Not My iPhone</a></li><li>Powered by <a
href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div>]]></content:encoded> <wfw:commentRss>http://adamp.com/apple/iphone-irony/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>One Reason the iPhone Will Be Disrupted</title><link>http://adamp.com/apple/one-reason-iphone-disrupted/</link> <comments>http://adamp.com/apple/one-reason-iphone-disrupted/#comments</comments> <pubDate>Mon, 26 Oct 2009 11:46:27 +0000</pubDate> <dc:creator>Adam Pieniazek</dc:creator> <category><![CDATA[Apple]]></category> <category><![CDATA[AT&T]]></category> <category><![CDATA[Droid]]></category> <category><![CDATA[iphone]]></category><guid
isPermaLink="false">http://adamp.com/?p=2710</guid> <description><![CDATA[
Robert Scoble published a post yesterday that raised 85,000 reasons why the iPhone will continue to dominate smart mobile sales. But, there's one giant reason that Scoble skipped.
The network.
Yes, the topic was been raised and covered multiple times before, but the fact remains that AT&#038;T's voice and data networks are struggling to keep up [...]<hr
/>&copy; Adam Pieniazek - <a
href="http://adamp.com/">visit the blog</a> for more great posts. <a
href="http://twitter.com/adampieniazek">Follow me on Twitter!</a><hr
/>]]></description> <content:encoded><![CDATA[<p><a
class="post_image_link" href="http://adamp.com/apple/one-reason-iphone-disrupted/" title="Permanent link to One Reason the iPhone Will Be Disrupted"><img
class="post_image aligncenter" src="http://cdn.adamp.com/wp-content/uploads/2009/10/droids-google.jpg" width="500" height="333" alt="Stormtroopers google for droids" /></a></p><p>Robert Scoble published a post yesterday that raised <a
href="http://scobleizer.com/2009/10/25/85000-reasons-why-apples-iphone-isnt-going-to-be-disrupted/">85,000 reasons why the iPhone will continue to dominate smart mobile sales</a>. But, there's one giant reason that Scoble skipped.</p><p><strong>The network.</strong></p><p>Yes, the topic was been raised and covered multiple times before, but the fact remains that <a
href="http://edition.cnn.com/2009/TECH/biztech/09/22/cnet.iphone.att.coverage/index.html">AT&#038;T's voice and data networks are struggling to keep up with iPhone users</a>. For a lot of people, especially those whose locations are well covered by AT&#038;T, the number of applications available in the iTunes store will keep them on the iPhone or persuade them onto the platform.</p><h3>It's the Network, Stupid</h3><p>But, for a lot of other people who currently don't have an iPhone or are becoming exceedingly frustrated with:</p><ul><li>Dropped calls</li><li>Delayed voicemails/text messages</li><li>Dropped internet</li><li>Slow internet</li><li>Useful app rejection</li></ul><p>the new open platform Android 2.0 phones that are being hyped right now seem quite tantalizing. There's really a bare minimum of apps that I use on my iPhone (and a crucial one that isn't available, unless you hack it, yes Terminal please). The network frustrations puts a damper on the excitement of having 85,000 applications in my pocket, especially since many of them rely on a solid network to work properly.</p><h3>There's No App For That</h3><p>Out of the 85,000 apps on the iPhone, there's not a single app that will improve AT&#038;T's clogged network. Having Yelp in my pocket is great, but if it doesn't load or takes 5 minutes to return results it becomes relatively useless. Give me something that is 80% as good as the iPhone on a <strong>network that is reliable and consistent</strong> and I'm there.</p><p>Yes, the Motorola Droid is looking <em>mighty tempting</em>. I'm holding off until I can get my grubby hands on it to decide if it's close enough to jump ship, but <strong>the 75,000 fewer apps won't have any real impact on my decision</strong>. On an open platform, new apps can be written and guaranteed to be allowed. The network, on the other hand, is completely out of our hands. Deliver a strong network with a great mobile phone and the users and apps will come.</p><p><span
style="postfootnote">Photo credit: <a
href="http://www.flickr.com/photos/st3f4n/3951143570/">Stéfan</a> | <a
href="http://creativecommons.org/licenses/by-nc-sa/2.0/deed.en">cc-nc-sa 2.0</a></span></p><div
id="crp_related"><h3>Related Posts:</h3><ul><li><a
href="http://adamp.com/apple/iphone-irony/" rel="bookmark" class="crp_title">iPhone Irony</a></li><li><a
href="http://adamp.com/apple/my-iphone-died/" rel="bookmark" class="crp_title">My iPhone Died</a></li><li><a
href="http://adamp.com/technology/apple-gave-me-a-new-iphone/" rel="bookmark" class="crp_title">Apple Gave Me a New iPhone!</a></li><li><a
href="http://adamp.com/technology/this-blog-now-iphone-friendly/" rel="bookmark" class="crp_title">This Blog Now iPhone Friendly!</a></li><li><a
href="http://adamp.com/boston/not-my-iphone/" rel="bookmark" class="crp_title">Not My iPhone</a></li><li>Powered by <a
href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div>]]></content:encoded> <wfw:commentRss>http://adamp.com/apple/one-reason-iphone-disrupted/feed/</wfw:commentRss> <slash:comments>15</slash:comments> </item> </channel> </rss>
<!-- This site's performance optimized by W3 Total Cache. Dramatically improve the speed and reliability of your blog!

Learn more about our WordPress Plugins: http://www.w3-edge.com/wordpress-plugins/

Minified using apc
Page Caching using apc (user agent is rejected)
Database Caching 26/97 queries in 0.572 seconds using apc
Content Delivery Network via cdn.adamp.com

Served from: fundus.blsblogs.com @ 2010-03-14 03:43:02 -->