<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress.com" -->
<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/"
	>

<channel>
	<title>amazon-s3 &amp;laquo; WordPress.com Tag Feed</title>
	<link>http://en.wordpress.com/tag/amazon-s3/</link>
	<description>Feed of posts on WordPress.com tagged "amazon-s3"</description>
	<pubDate>Mon, 07 Dec 2009 04:43:24 +0000</pubDate>

	<generator>http://en.wordpress.com/tags/</generator>
	<language>en</language>

<item>
<title><![CDATA[WTH: Second thoughts... The Sickness of Helping Newbies, the Sickness of Freebies]]></title>
<link>http://mythridian.wordpress.com/2009/11/24/wth-second-thoughts-the-sickness-of-helping-newbies-the-sickness-of-freebies/</link>
<pubDate>Tue, 24 Nov 2009 11:57:38 +0000</pubDate>
<dc:creator>Myth</dc:creator>
<guid>http://mythridian.wordpress.com/2009/11/24/wth-second-thoughts-the-sickness-of-helping-newbies-the-sickness-of-freebies/</guid>
<description><![CDATA[Just happens to be subscribed on Second Thoughts RSS.. there&#8217;s a lot of interesting articles. ]]></description>
<content:encoded><![CDATA[Just happens to be subscribed on Second Thoughts RSS.. there&#8217;s a lot of interesting articles. ]]></content:encoded>
</item>
<item>
<title><![CDATA[Open sourcing Cloud MapReduce]]></title>
<link>http://huanliu.wordpress.com/2009/11/13/open-sourcing-cloud-mapreduce/</link>
<pubDate>Fri, 13 Nov 2009 19:12:22 +0000</pubDate>
<dc:creator>huanliu</dc:creator>
<guid>http://huanliu.wordpress.com/2009/11/13/open-sourcing-cloud-mapreduce/</guid>
<description><![CDATA[After a lengthy review process, I finally received the approval to open source Cloud MapReduce ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>After a lengthy review process, I finally received the approval to open source <a href="http://code.google.com/p/cloudmapreduce">Cloud MapReduce </a>&#8211; an implementation of MapReduce on top of the Amazon cloud Operating System (OS). It was developed as part of a  research project we have done at Accenture Technology Labs. This shows that Accenture is not only committed to using open source technology, but we are also committed to continue our contribution to the community.</p>
<p>MapReduce was first invented by Google in 2003 to cope with the challenge of processing an exponentially growing amount of data. In the same year the technology was invented, Google&#8217;s production index system was converted to MapReduce. Since then, it is quickly proven to be applicable to a wide range of problems. For example, there are roughly 10,000 MapReduce jobs written in Google by June 2007, and there are 2,217,000 MapReduce job runs in the month of September 2007.</p>
<p>MapReduce enjoyed wide adoption outside of Google too. Many enterprises are increasingly facing the same challenges of dealing with a large amount of data. They want to analyze and act on their data quickly to gain competitive advantages, but their existing technology could not keep up with the workload. MapReduce could be the perfect answer to address the challenge.</p>
<p>There are already several open source implementations of MapReduce. The most popular one is Hadoop. Recently, it has gained a lot of tractions in the market. Even Amazon is offering an Elastic MapReduce service which is providing Hadoop on-demand. However, even after 3 years of many engineer&#8217;s dedication, Hadoop still has many limitations. For example, Hadoop is still based on a master/slave architecture, where the master node is not only the scalability bottleneck, but it is also a single point of failure. The reason is that implementing a fully distributed system is very difficult.</p>
<p>Cloud MapReduce is not just another implementation &#8212; it is not a clone of Hadoop. Instead, it is based on a totally different concept. Hadoop is complex and inefficient because it is designed to run on bare-bone hardware; therefore, Hadoop has to implement many functionalities to make a cluster of servers appear as a single big server. In  comparison, Cloud MapReduce is built on top of the Amazon cloud Operating System(OS), using cloud services such as S3/SQS/SimpleDB. Even though a cloud service could be running on many servers behind the scene, Amazon presents a single big server abstraction, which greatly simplifies a MapReduce implementation.</p>
<p>By building on the Amazon cloud OS, Cloud MapReduce achieves three key advantages over Hadoop.</p>
<ul>
<li><strong>It is faster</strong>. In one case, it is 60 times faster than Hadoop (Actual speedup depends on the application and the input data).</li>
<li><strong>It is more scalable and failure resistant</strong>. It is fully distributed and there is not a single point of bottleneck or a single point of failure.</li>
<li><strong>It is dramatically simpler</strong>. It has only 3,000 lines of code, two orders of magnitude smaller than Hadoop.</li>
</ul>
<p>All these advantages directly translate into lower cost, higher reliability and faster turn-around for enterprises to gain competitive advantages.</p>
<p>On the surface, it looks surprising that a simple implementation like Cloud MapReduce could outperform Hadoop. However, if you count in the efforts from hundreds of Amazon engineers, it is natural that we are able to develop a more scalable and higher performance system. Cloud MapReduce demonstrates the power of leveraging cloud services for application design.</p>
<p>Cloud MapReduce has an ambitious vision, so there are many areas that we are looking for help on from the community. Even though Cloud MapReduce was only developed on Amazon OS initially, we envision it will run on many cloud services in the future. For example, it could be ported to Windows Azure, filling a missing capability in Azure that there is no large-scale processing framework at all (Hadoop does not run in Azure). The ultimate goal is to run Cloud MapReduce inside a private cloud. We envision an enterprise would deploy similar cloud services behind the firewall, so that Cloud MapReduce can just build on top. There are already open source projects filling that vision, such as <a href="http://project-voldemort.com/">project Voldemort </a>for storage and <a href="http://activemq.apache.org/">ActiveMQ </a>for queuing.</p>
<p>Check out the <a href="http://code.google.com/p/cloudmapreduce">Cloud MapReduce</a> project. We welcome your contributions. Please join the <a href="http://groups.google.com/group/CloudMapReduce">Cloud MapReduce discussions</a> to share you thoughts.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Is Amazon's EC2 generating $220M per year?]]></title>
<link>http://cloudstorage.wordpress.com/2009/10/09/is-amazons-ec2-generating-220m-per-year/</link>
<pubDate>Fri, 09 Oct 2009 19:48:46 +0000</pubDate>
<dc:creator>pragmacrat</dc:creator>
<guid>http://cloudstorage.wordpress.com/2009/10/09/is-amazons-ec2-generating-220m-per-year/</guid>
<description><![CDATA[The analysis leaves a lot to be desired, but the conclusions of CloudScaling&#8217;s Randy Bias cann]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>The analysis leaves a lot to be desired, but the conclusions of <a href="http://cloudscaling.com/">CloudScaling&#8217;s</a><a href="http://cloudscaling.com/blog/main/randy-bias"> Randy Bias</a> cannot be ignored.  And while simple, the math is grounded in reasonable assumptions and backed by independent sources.  </p>
<p>His figure puts <a href="http://cloudscaling.com/blog/cloud-computing/amazons-ec2-generating-220m-annually">AWS revenue for EC2 alone at almost $220 million annually</a>. This is real revenue.  And we think he estimate for S3 revenues is way low &#8211; the bandwidth costs alone are enormous.  There are some interesting points raised in the comments.  Care to raise any here?</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[My confession: I'm a data hoarder]]></title>
<link>http://bytebaker.com/2009/09/29/my-confession-im-a-data-hoarder/</link>
<pubDate>Tue, 29 Sep 2009 13:46:23 +0000</pubDate>
<dc:creator>Shrutarshi Basu</dc:creator>
<guid>http://bytebaker.com/2009/09/29/my-confession-im-a-data-hoarder/</guid>
<description><![CDATA[There&#8217;s this new show on A&amp;E TV called Hoarders. From the show&#8217;s website, each episo]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>There&#8217;s this new show on A&#38;E TV called <a href="http://www.aetv.com/hoarders/">Hoarders</a>. From the show&#8217;s website, each episode &#8220;is a fascinating look inside the lives of two different people whose inability to part with their belongings is so out of control that they are on the verge of a personal crisis&#8221;. It&#8217;s an interesting show about people, who quite simply, have too much stuff. I&#8217;ve watched a few episodes, it&#8217;s somewhat repetitive, and strangely addictive in the way that only these things can be. Though I never gave the show much thought after I finished watching an episode, a few days ago I had a strange epiphany: I might be a data hoarder.</p>
<p>Here&#8217;s the gist of it: I&#8217;m afraid of losing data. It&#8217;s not that I have a ton of important stuff which I use regularly, in fact much of what I have on hard drive (besides my music and pictures) are things I will probably never actively use again. What I&#8217;m actually afraid of is that someday I&#8217;m going to want some file (or some specific version of some file) and I won&#8217;t be able to find it. Now even if I do have the file, I might not find it due to poor organization and data retrieval systems, but that&#8217;s a matter for another blog post. What I&#8217;m afraid of is pure, simple data loss: I start working on a project, which I only have one copy of, and something happens to that one copy, whether it be a hard drive crash, or just human error and accidental deletion. And then I have to start all over again, with no real idea of what I did the first time.</p>
<p>Now, thanks to technology I&#8217;ve been able to deal with my hoarding instincts, without having dozens of different versions littering my hard drive and doing manual backups every week. At the heart of my system is Git, which lets me keep everything that&#8217;s important to me in strict version control. It also lets me easily keep files in sync between different machines, which is a problem I still haven&#8217;t completely solved (especially for public machines). By keeping things in sync between three different machines, I have backups in three completely different (as in physically separate) places.</p>
<p>The second thing that keeps my data in control is Amazon&#8217;s S3, with <a href="http://www.jungledisk.com">JungleDisk</a>. Once a week, this ships all my Git repositories, music, pictures and various software installers to Amazon&#8217;s massively distributed storage servers for less than $5 a month. The choice was either this, paying as I go, or buying a terabyte hard disk. Personally I think made the right choice, since my backups are not only safe and secure in a far away place, and I didn&#8217;t have to shell out a lumpsum in one go.</p>
<p>Now all this was fine, but lately I&#8217;ve been having this urge to record everything. And I mean everything. There are all my <a href="http://www.twitter.com/basus">tweets</a> and <a href="http://identi.ca/basus">dents</a> which go out into the ether of cyberspace, which I might someday want to have on record. There are all the websites I visit and most recently all the music I listen to and the movies I see. In a perfect world, I would have all my tweets saved to a Git repository and all the DVDs I watch and music I listen to would be instantly ripped and placed in cold storage in an Amazon bucket (or a terabyte disk). And this may not be a good thing, for the reason that I wouldn&#8217;t see most of the DVDs for the second time and I have no idea why I would want to save my tweets (or ever look them up).</p>
<p>In the past week I&#8217;ve been sorely tempted to actually buy a terabyte hard drive and start manually ripping all the DVDs that I watch. I even went so far as to install <a href="http://handbrake.fr/">Handbrake</a> on my Mac Mini. I&#8217;ve been trying very hard to override the temptation with my logic (and laziness). It&#8217;s been hard but I&#8217;ve been successful so far. Underneath this is perhaps a more important issue: how much data is enough and how safe is safe enough? Keeping my own created data completely backed up in multiple places I think is perfectly acceptable, but I think that ripping all the DVDs is borderline obsessive. It would be an interesting thing too, and might be worth something in terms of street geek cred, but it&#8217;s not something that I can seriously see myself doing (and it&#8217;s possibly illegal too).</p>
<p>So there you have it, I&#8217;m a data hoarder, or at least I have data hoarding tendencies. No, I don&#8217;t need an intervention yet, and I don&#8217;t need treatment. In fact, I think I&#8217;m at the point where I&#8217;m reliably saving and backing up everything that I create (that&#8217;s more than 140 characters) but not randomly saving everything that I come into contact with. Maybe in another place and time I will actually be saving all my movies as well, but that will probably in terms of actually buying DVDs and having a properly organized collection, instead of borrowing them from the library. For the time being, I trust my digital jewels to Git, three computers and  Amazon S3.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Time Machine &amp; Online Backups]]></title>
<link>http://zachgris.wordpress.com/2009/09/27/time-machine-online-backups/</link>
<pubDate>Sun, 27 Sep 2009 19:01:29 +0000</pubDate>
<dc:creator>zachgris</dc:creator>
<guid>http://zachgris.wordpress.com/2009/09/27/time-machine-online-backups/</guid>
<description><![CDATA[[NOTE: This was for Leopard but should work fine in Snow Leopard...] I absolutely love Time Machine.]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>[NOTE: This was for Leopard but should work fine in Snow Leopard...]</p>
<p>I absolutely love Time Machine.  The simplicity of such a powerful backup system is fantastic; I&#8217;ve really grown accustomed to the pretty UI and using Quick Look to find the files I want.  I currently have a 500 GB external drive that I use for Time Machine on my Macbook Pro.  This is a great solution, but only for the very short periods of time that I actually spend at my desk.  I find myself going upwards of 4 days without a backup sometimes, which begins to defeat the purpose of backing up my files in the first place.  Every time I look at how many days it has been since my last backup I cringe and wish I had a way to have an Time Machine backup my files online (I could use a Time Capsule, but online is available everywhere not just my network and is cheaper).</p>
<p>There are currently lots of online backup solutions.  Two popular options are <a href="http://www.carbonite.com/">Carbonite</a> (though their Mac support isn&#8217;t quite finished yet) and <a href="https://mozy.com/">Mozy</a>, both of which provide unlimited backup storage and bandwith for $49.95 a year and $54.45 (non-commercial) a year respectively.  Neither of these options, however, really matched what I wanted.  I wanted multiple backups of the same file over time so that I could &#8220;go back in time&#8221; like I was used to with Time Machine to find the file(s) I wanted, I didn&#8217;t just want the most recent version of my file backed up and that&#8217;s it.  I also really wanted to be able to use Time Machine with the service if at all possible, but I knew that would be asking too much.  Or is it&#8230;?</p>
<p>After some research I have finally found a way for me to backup my files online using Time Machine (though this feature is technically not supported by Time Machine and by using it you run an increased risk of destroying your data at any time)!  The process is pretty simple, we setup Time Machine to <a href="http://www.engadget.com/2007/11/10/how-to-enable-time-machine-on-unsupported-volumes/">allow it use a network drive</a>, setup an Amazon S3 account, get <a href="http://www.jungledisk.com/">JungleDisk</a> (which also has the ability to do backups itself like Mozy or Carbonite, but we won&#8217;t be using it for this purpose) so we can use our S3 account as a network drive, and then tell Time Machine to use our S3 network drive.  (Side note: if you&#8217;d rather just use a network drive instead online storage, you don&#8217;t have to read on.)</p>
<p>Before we continue, I need to re-iterate that doing this is not supported by Time Machine!  Though I and others so far have yet to have any problems, you do run the increased chance of loosing all your data that you backup.  So with this said, follow this guide at your own risk.  If something goes wrong it&#8217;s your fault, not mine!</p>
<p>As I said, the first step we have to take is enabling network drives in Time Machine.  To do this, open up the Terminal application (found in the Utilities folder within your Applications folder) and type the following EXACTLY, press enter, then quit the Terminal:</p>
<pre> defaults write com.apple.systempreferences TMShowUnsupportedNetworkVolumes 1</pre>
<p>The next step is to setup an <a href="http://aws.amazon.com/s3/">Amazon S3</a> account.  Amazon S3 is a pay-as-you-go web storage service offered by Amazon, which means we only have to pay for the storage and bandwith that we actually use.  Rather than explaining how to do that here, we will jump to the next step (you&#8217;ll see why).  Download and install <a href="http://www.jungledisk.com/">JungleDisk</a> for the Macintosh and follow the simple onscreen instructions, including setting up an S3 account.</p>
<p>If all goes according to plan you should now have a network drive mounted on your desktop, congratulations!  The last step is to open up the Time Machine settings under System Preferences and tell Time Machine to use our S3 network drive (pictured below).  Voila, we now have Time Machine working with online backups!</p>
<p><a href="http://2.bp.blogspot.com/_MdFtnCErbtA/Sa9QEL8cPsI/AAAAAAAAABQ/nonQsEG6u-E/s1600-h/timemachine_s3.png"><img style="display:block;text-align:center;cursor:pointer;width:320px;height:187px;margin:0 auto 10px;" src="http://2.bp.blogspot.com/_MdFtnCErbtA/Sa9QEL8cPsI/AAAAAAAAABQ/nonQsEG6u-E/s320/timemachine_s3.png" border="0" alt="" /></a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Cloud Computing: Cloud Standardisation]]></title>
<link>http://thestoragearchitect.com/2009/09/22/cloud-computing-cloud-standardisation/</link>
<pubDate>Tue, 22 Sep 2009 19:57:14 +0000</pubDate>
<dc:creator>Chris Evans</dc:creator>
<guid>http://thestoragearchitect.com/2009/09/22/cloud-computing-cloud-standardisation/</guid>
<description><![CDATA[Stephen Foskett has been posting some interesting commentary over the last week relating to cloud st]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><a href="http://fosketts.net/Site/Welcome.html">Stephen Foskett</a> has been posting some interesting commentary over the last week relating to <strong>cloud standards</strong> and today <a href="http://blog.fosketts.net/2009/09/22/zend-simple-cloud-api/">discussed</a> the <a href="http://www.simplecloud.org/">Zend</a> API for PHP.  In previous posts, he&#8217;s mentioned the <a href="http://www.snia.org/tech_activities/publicreview/CDMI_Spec_v08.pdf">SNIA initiative</a> amongst others.  Have a look at <a href="http://blog.fosketts.net/2009/09/16/cloud-services-standards/">this</a> great post he wrote on why standards aren&#8217;t needed.</p>
<p>Now, it&#8217;s <strong>no</strong> secret that I&#8217;m keen on the idea of <strong>Cloud Computing</strong> (and to be more precise, cloud storage in particular), so the concept of evolving standardisation is extremely exciting.  Last year, I discussed <strong>RAIC</strong> (<a href="http://storagearchitect.blogspot.com/2008/12/redundant-array-of-inexpensive-clouds.html">here</a> and <a href="http://thestoragearchitect.com/2008/12/16/redundant-array-of-inexpensive-clouds-pt-ii/">here</a>) &#8211; the concept of using multiple clouds to form a redundant repository.</p>
<p><strong>Too Early?</strong></p>
<p>Whilst on the one hand I agree with Stephen that it may be <strong>too early</strong> for standards to be set, I would also contend that for certain pieces of the cloud storage infrastructure we do need standards, for example <strong>security</strong> and authentication.  It would be useful to have a consistent authentication model to be applied across cloud storage infrastructures, especially if in the future the ultimate evolution of cloud storage (and for that matter cloud computing) is the ability to dynamically switch workloads and data locations based on service quality (i.e. cost and performance) and availability.</p>
<p>Of course, there will always be the <strong>eternal tradeoff</strong> between standardisation (which suits the customer) and proprietary interfaces and functionality (which suits the vendor).  Get a customer hooked into proprietary technology and the<strong> inertia</strong> to change becomes much increased, so even if another vendor does offer a better solution, the cost and effort of change is too great to make the savings/benefits worthwhile.</p>
<p><strong>New Business</strong></p>
<p>Does this mean initiatives like Zend and <a href="http://www.cloudloop.com">Cloudloop</a> offer an insight into new business opportunities?  I think they do.  Most, if not all of us will not interface directly with Amazon S3, Nirvanix, Atmos, Rackspace and the others that will spring up.  These companies are infrastructure, not application, providers.  Taking the UK as an example, do I care where or how my electricity is generated or where my gas comes from, as long as it is available when I need it?  No.  Whether the cloud storage infrastructure providers (CSIP) choose to standardise isn&#8217;t important.  The future is how easily we can interface into the cloud, and how services such as the following can be easily delivered:</p>
<ul>
<li>Create/Retrieve/Update/Delete (CRUD)</li>
<li>Search</li>
<li>Index</li>
<li>Migrate</li>
</ul>
<p>and of course the influencing factors will be:</p>
<ul>
<li>Cost</li>
<li>Availability</li>
<li>Performance</li>
</ul>
<p>Today there are plenty of companies offering services based on cloud storage &#8211; exclusively targeting the consumer market or limited business features such as backup.  As things evolve, we&#8217;ll see opportunities to move into the Enterprise space.  These will take advantage of extending the data space into the cloud, giving us new and interesting ways of managing data.  Here are some ideas I want to explore in upcoming posts:</p>
<ul>
<li>Extending the Global Name Space into the Cloud</li>
<li>Block-based array tiering and the Storage Cloud</li>
<li>Using the Storage Cloud for data migration</li>
<li>Archive, Backup and the storage cloud</li>
</ul>
<p>Anyone have their own ideas they want to share?</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[R jobs on the Cloud Presentation.]]></title>
<link>http://fluxqubit.wordpress.com/2009/08/29/r-jobs-on-the-cloud-presentation/</link>
<pubDate>Sat, 29 Aug 2009 14:19:00 +0000</pubDate>
<dc:creator>doxaras</dc:creator>
<guid>http://fluxqubit.wordpress.com/2009/08/29/r-jobs-on-the-cloud-presentation/</guid>
<description><![CDATA[A presentation we prepared recently for a client in the Communications Industry. We formed an introd]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>A presentation we prepared recently for a client in the Communications Industry.</p>
<p>We formed an introduction on large Data sets processing with R statistical and data mining software on <a class="zem_slink" title="Amazon" rel="homepage" href="http://amazon.com/">Amazon EC2</a> with <a class="zem_slink" title="Amazon S3" rel="homepage" href="http://aws.amazon.com/s3">S3</a> support. Data distribution and job fragmentation with the use of <a class="zem_slink" title="Hadoop" rel="homepage" href="http://hadoop.apache.org/">Hadoop</a> as the <a class="zem_slink" title="MapReduce" rel="homepage" href="http://labs.google.com/papers/mapreduce.html">MapReduce</a> implementation.</p>
<p><!-- SlideShare error: doc is missing or has illegal characters /[^-_a-zA-Z0-9]/ --></p>
<p>Comments and questions are welcome.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Larger image sizes and new gallery view]]></title>
<link>http://diveintothepool.wordpress.com/2009/08/25/larger-image-sizes-and-new-gallery-view/</link>
<pubDate>Tue, 25 Aug 2009 00:02:53 +0000</pubDate>
<dc:creator>diveintothepool</dc:creator>
<guid>http://diveintothepool.wordpress.com/2009/08/25/larger-image-sizes-and-new-gallery-view/</guid>
<description><![CDATA[There is now a larger maximum image size of 450&#215;300 for the profiles gallery view. Check out ky]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>There is now a larger maximum image size of 450&#215;300 for the profiles gallery view. Check out <a href="http://diveintothepool.com/singles/Iowa/kyle81364.aspx" target="_blank">kyle81364 </a>and click on his main profile picture to see the larger image sizes and the new lightbox gallery view. I&#8217;ve moved all new image hosting to Amazon&#8217;s <a href="http://aws.amazon.com/s3/">S3</a> service to improved the websites performance and enable these larger picture sizes. This should allow everyone a better view of some of the more shy members of <a title="DiveIntoThePool.com Free Online Dating" href="http://diveintothepool.com">DiveIntoThePool</a>.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Announcing pay-as-you-go email attachments service]]></title>
<link>http://outlookcloud.wordpress.com/2009/08/11/announcing-pay-as-you-go-email-attachments-service/</link>
<pubDate>Tue, 11 Aug 2009 14:50:02 +0000</pubDate>
<dc:creator>OutlookCloud</dc:creator>
<guid>http://outlookcloud.wordpress.com/2009/08/11/announcing-pay-as-you-go-email-attachments-service/</guid>
<description><![CDATA[You have asked for it, and we have listened. We are excited to announce that we have just introduced]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>You have asked for it, and we have listened. We are excited to announce that we have just introduced the pay-as-you-go service option. Instead of paying for a license fee upfront and having to sign up for a cloud service (e.g., Amazon S3, Microsoft Azure), you can now sign up for a single email attachment service with no upfront license fee. You get free software and free upgrade for life and you only need to pay for the service as you go.</p>
<p>Sign up for the <a href="https://aws-portal.amazon.com/gp/aws/user/subscription/index.html?ie=UTF8&#38;offeringCode=7D4AB9AF">pay-as-you-go email attachment service</a> and download the <a href="http://www.outlookcloud.com/products/outlook/attachment-manager.htm">Outlook Attachment</a> software to use the service.</p>
<p>Thanks to Amazon S3, we are able to price the storage cost aggressively at $0.15/GB/month. Compared to the typical enterprise storage cost of $12/GB/month, you are saving two orders of magnitude.</p>
<p>Learn more about our complete <a href="http://www.outlookcloud.com">cloud email</a> solution.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Gladinet Cloud Desktop]]></title>
<link>http://tcde.wordpress.com/2009/08/10/gladinet-cloud-desktop/</link>
<pubDate>Mon, 10 Aug 2009 07:49:55 +0000</pubDate>
<dc:creator>Theodorus Sunaryo</dc:creator>
<guid>http://tcde.wordpress.com/2009/08/10/gladinet-cloud-desktop/</guid>
<description><![CDATA[Gladinet Cloud Desktop mounts cloud storage as local folders* and integrates online applications (Am]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Gladinet Cloud Desktop mounts cloud storage as local folders* and integrates online applications (Amazon S3, Google Docs, Google Picasa, Box.net, EMC Atmos Online, FTP, WebDav, and more &#8230;) with the local desktop.<br />
It is a personal cloud agent, an open online backup platform, and a desktop delivery agent for cloud service providers.</p>
<p><a href="http://www.gladinet.com/" target="_blank">http://www.gladinet.com/</a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Dropbox - cloud computing at its simplest and best]]></title>
<link>http://blog.muoncloud.com/2009/07/16/dropbox-cloud-computing-at-its-simplest-and-best/</link>
<pubDate>Thu, 16 Jul 2009 21:13:00 +0000</pubDate>
<dc:creator>drmiw</dc:creator>
<guid>http://blog.muoncloud.com/2009/07/16/dropbox-cloud-computing-at-its-simplest-and-best/</guid>
<description><![CDATA[I&#8217;ve been using Dropbox for four or five months now and I think it&#8217;s great as it is, but]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>I&#8217;ve been using <a href="http://www.getdropbox.com/">Dropbox</a> for four or five months now and I think it&#8217;s great as it is, but it&#8217;s going to get even better, I found out yesterday.</p>
<h3>What is Dropbox and why is it so great?</h3>
<p>On the Dropbox website you can create a user account and download a small client for your computer, whether it&#8217;s running Windows, MacOS or Linux. This client creates a folder on your file system under which you can save files, and these files are automatically and securely backed up to the cloud via <a href="http://aws.amazon.com/s3/">Amazon&#8217;s Simple Storage Service(S3)</a>. If you log on to the dropbox website you can browse through your files, and restore old versions of files or deleted files &#8211; your &#8216;undo history&#8217;.</p>
<p>If you install the Dropbox client on any other computer and sign in with your user account then it downloads any new or changed files from S3, and any changes you make get saved back to S3 (it only uploads binary changes so it&#8217;s pretty efficient as well). So you can have your favourite files synchronised between multiple computers; and you can share files with other dropbox users, too, or even provide public web links.</p>
<p>It&#8217;s just so easy to use and I think it&#8217;s a great example of what cloud computing should be all about for the end user: a nebulous IT service that just works.</p>
<p>Did I mention that it&#8217;s free for your first 2GB of data?</p>
<h3>How is the Dropbox service improving?</h3>
<p>I&#8217;m an iphone user and I&#8217;m almost always online, but I don&#8217;t want to be downloading files all the time so I&#8217;ve been longing for Dropbox to develop a native iphone application that synchronises local copies of my favourite files so I always have them to hand, as it where. And according to an email I received yesterday from Dropbox, that day is coming very soon! They&#8217;re also making file sharing more efficient on <acronym title="Large Area Network">LAN</acronym>s, but that&#8217;s not quite as exciting to me.</p>
<p>On a slightly less positive note they also announced that free users&#8217; undo history will be restricted to 30 days rather than the forever it was before, but that&#8217;s good enough for most users and it means more free space for new files.</p>
<p>Hopefully Dropbox will continue to develop their service, which, as a died-in-the-wool Linux lover, I much prefer to <a href="https://www.foldershare.com/">Windows Live</a>. In my opinion it&#8217;s cloud computing at its simplest and best!</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[6 months with Dropbox]]></title>
<link>http://gribblelab.org/2009/07/05/6-months-with-dropbox/</link>
<pubDate>Sun, 05 Jul 2009 14:48:00 +0000</pubDate>
<dc:creator>Paul</dc:creator>
<guid>http://gribblelab.org/2009/07/05/6-months-with-dropbox/</guid>
<description><![CDATA[Back in November, fed up with the slow speed and buggy implementation of Apple&#8217;s iDisk service]]></description>
<content:encoded><![CDATA[Back in November, fed up with the slow speed and buggy implementation of Apple&#8217;s iDisk service]]></content:encoded>
</item>
<item>
<title><![CDATA[Technologies I wish we had in 2001]]></title>
<link>http://johngannonblog.com/2009/06/24/technologies-i-wish-we-had-in-2001/</link>
<pubDate>Wed, 24 Jun 2009 15:39:13 +0000</pubDate>
<dc:creator>John Gannon</dc:creator>
<guid>http://johngannonblog.com/2009/06/24/technologies-i-wish-we-had-in-2001/</guid>
<description><![CDATA[Image via Wikipedia The best and worst thing about working in the technology industry is that you co]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><div class="zemanta-img" style="display:block;margin:1em;">
<div>
<dl class="wp-caption alignright">
<dt class="wp-caption-dt"><a href="http://en.wikipedia.org/wiki/Image:2001score.jpg"><img title="Music for 2001: A Space Odyssey album cover" src="http://upload.wikimedia.org/wikipedia/en/1/15/2001score.jpg" alt="Music for 2001: A Space Odyssey album cover" width="209" height="209" /></a></dt>
<dd class="wp-caption-dd zemanta-img-attribution">Image via <a href="http://en.wikipedia.org/wiki/Image:2001score.jpg">Wikipedia</a></dd>
</dl>
</div>
</div>
<p>The best and worst thing about working in the technology industry is that you constantly build custom solutions to problems, sometimes quite expensively, and then years later see the same problems get solved through affordable (or free) off-the-shelf products.</p>
<p>Recently I&#8217;ve been thinking about solutions that we could have really used during my stint at <a class="zem_slink" title="Fox Sports (USA)" rel="wikipedia" href="http://en.wikipedia.org/wiki/Fox_Sports_%28USA%29">FOXSports.com</a>, but didn&#8217;t exist at the time (2001-2003).</p>
<p><strong><a class="zem_slink" title="Amazon" rel="homepage" href="http://amazon.com/">Amazon</a> Web Services</strong> (<a href="http://aws.amazon.com/ec2/">EC2</a> and <a class="zem_slink" title="Amazon S3" rel="homepage" href="http://aws.amazon.com/s3">S3</a>): It was exciting to support interactive polls during major <a href="http://foxsports.com">FOX</a> broadcasts like <a class="zem_slink" title="Super Bowl" rel="wikipedia" href="http://en.wikipedia.org/wiki/Super_Bowl">Super Bowl</a> and World Series, but a huge challenge for the technology organization, particularly in the areas of capacity planning and scaling.  We literally had our hosting provider bring in additional servers for these events, and then decommission them after the events ended.  If we had EC2 we might have been able to scale more flexibly during these events.  Also, we had loads of static content stored in our <a class="zem_slink" title="Oracle Database" rel="homepage" href="http://www.oracle.com/">Oracle database</a>, and served up by our web servers.  S3 would have allowed us to serve this content more effectively while reducing our reliance on a homegrown caching system.</p>
<p><strong>Cloud integration</strong> (a la <a href="http://www.boomi.com">Boomi</a>, <a href="http://www.castiron.com/">CastIron Systems</a>): As a sports website, we had a whole bunch of data and content feeds that we&#8217;d get from third parties.  Each feed was a custom integration using different protocols, authentication methods, and required specialized operations support.   If we had solutions like Boomi or CastIron available to us, we could have saved ourselves and our partners a whole lot of development time, and the end result would have been a more operationally supportable set of systems, with more flexibility to onboard new business partners quickly.</p>
<p><strong>Application caching layer</strong> (e.g. <a href="http://www.danga.com/memcached/">memcached</a>): We built our own caching platform within our app so that we wouldn&#8217;t hit our Oracle database so often with reads.  The cache logic was built in our app and the storage for the cache was an <a href="http://en.wikipedia.org/wiki/Network_file_system">NFS</a> shared volume sitting on a Netapp NAS device.  If we built the site today, we could have leveraged memached (or one of its commercial derivatives) and saved a bunch of dev, testing and debugging time.</p>
<p><strong><a class="zem_slink" title="Google Analytics" rel="homepage" href="http://www.google.com/analytics">Google Analytics</a></strong>: We spent a ton of money on web analytics solutions back in the day.  Google Analytics would have given us much of the same functionality, for free.  Enough said <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>All of these solutions would have addressed big pain points for our tech team, and consequently for our business as a whole.</p>
<p>Would love to hear any of your war stories related to this topic in the comments.</p>
<div class="zemanta-pixie" style="margin-top:10px;height:15px;"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/ed350a1e-1e9c-482a-bcd3-576f53794ca4/"><img class="zemanta-pixie-img" style="border:medium none;float:right;" src="http://img.zemanta.com/reblog_e.png?x-id=ed350a1e-1e9c-482a-bcd3-576f53794ca4" alt="Reblog this post [with Zemanta]" /></a></div>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Amazon is Working to Secure its Xen-Based Infrastructure Cloud]]></title>
<link>http://cloudrecovery.info/2009/06/12/amazon-is-working-to-secure-its-xen-based-infrastructure-cloud/</link>
<pubDate>Fri, 12 Jun 2009 14:31:33 +0000</pubDate>
<dc:creator>brennels</dc:creator>
<guid>http://cloudrecovery.info/2009/06/12/amazon-is-working-to-secure-its-xen-based-infrastructure-cloud/</guid>
<description><![CDATA[by Alessandro Perilli   |   Thursday, June 11, 2009   |   0 Comments It doesn’t matter if we are tal]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><div>by <a href="http://www.virtualization.info/about#alessandroperilli">Alessandro Perilli</a>   &#124;   Thursday, June 11, 2009   &#124;   <a href="http://www.virtualization.info/2009/06/amazon-is-working-to-secure-its-xen.html#comments">0 Comments</a></div>
<div>
<p>It doesn’t matter if we are talking about SaaS, PaaS or IaaS architectures. Customers have many reasons to not trust the cloud computing solutions that the market offers today and one of them is the lack of security.</p>
<p>Amazon has the oldest, most popular and very likely the largest cloud infrastructure existing today, and thus it must under continuous fire when enterprise customers evaluate its Xen-based Elastic Computing Cloud (EC2).</p>
<p>The company recently <a href="http://aws.amazon.com/security/">announced a series of initiatives</a> to make EC2, S3 and the other Amazon Web Services (AWS) facilities more secure, and to clarify the level of security currently in place:</p>
<p><a href="http://www.virtualization.info/2009/06/amazon-is-working-to-secure-its-xen.html" target="_blank">Read the rest of the article on virtualization.info</a></p>
<p><!-- MORE --></div>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Automating Amazon S3 Backup on Windows with CloudBerry S3 Backup]]></title>
<link>http://sandeepverma.wordpress.com/2009/06/10/automating-amazon-s3-backup-on-windows-with-cloudberry-s3-backup/</link>
<pubDate>Wed, 10 Jun 2009 16:37:36 +0000</pubDate>
<dc:creator>sandeepverma</dc:creator>
<guid>http://sandeepverma.wordpress.com/2009/06/10/automating-amazon-s3-backup-on-windows-with-cloudberry-s3-backup/</guid>
<description><![CDATA[CloudBerry S3 Backup is a Windows application that automates backup and restore processes to Amazon ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p class="MsoNormal"><a href="http://www.cloudberrylab.com/default.aspx?page=cloudberry-backup"><strong>CloudBerry S3 Backup</strong></a> is a Windows application that automates <strong>backup and restore</strong><br />
processes to <a href="http://aws.amazon.com/s3/"><span style="color:windowtext;text-decoration:none;">Amazon S3</span></a> secure cloud storage.  CloudBerry S3<br />
Backup provides a powerful Backup and Restore program designed<br />
to leverage Amazon S3storage to make your disaster recovery plan simple,<br />
reliable, and affordable.<span class="apple-converted-space"><span style="font-size:9pt;line-height:115%;font-family:&#34;color:#2b2d38;"> </span></span><span style="font-size:9pt;line-height:115%;font-family:&#34;color:#2b2d38;"><br />
</span></p>
<p>Disaster recovery planning is often times an afterthought that comes to<br />
light when disaster strikes.</p>
<p>Very seldom do companies fully recover from loss of critical data which could<br />
lead to loss of business.</p>
<p><img src="http://images.cloudberrylab.com/backup-screenshot-s.jpg" border="0" alt="backup-screenshot-main.jpg" width="310" height="235" /></p>
<h2>What is Amazon S3</h2>
<p class="MsoNormal">To use CloudBerry S3 Backup you should create your <a href="http://aws.amazon.com/s3/">Amazon S3</a> account. Amazon S3 is unlimited<br />
secure internet storage that leverages Amazon infrastructure.  Amazon S3 is<br />
primarily designed for software developers who want to take advantage of<br />
scalable internet storage in their applications. However, the products like<br />
CloudBerry S3 Backup unleash the power of Amazon S3 and make it available for<br />
less sophisticated consumers.</p>
<p class="MsoNormal">There are <strong>no sign-up or minimum fees</strong>. You only pay<br />
for what you use. In many cases your monthly checks will be less than a dollar!<br />
The costs start at $0.15 per GB of data storage a month and ONLY (!) $0.03 per<br />
GB of data transfer until June, 30 2009.  The data transfer costs will return<br />
to the normal $0.1 per GB as of July, 1 2009. So hurry up to do the initial<br />
backup!</p>
<p class="MsoNormal">Check <a href="http://aws.amazon.com/s3/#pricing">here</a><br />
for more info on Amazon S3 pricing.</p>
<h2>With CloudBerry S3 Backup you can</h2>
<ul style="margin-top:0;" type="disc">
<li class="MsoNormal">Setup your backup process in a couple of minutes</li>
<li class="MsoNormal">Strong <strong>data encryption</strong> protects your data<br />
from unauthorized access</li>
<li class="MsoNormal">Data compression allows you to lower your Amazon S3<br />
storage and transfer costs</li>
<li class="MsoNormal"><strong>Scheduling capabilities</strong> automate the backup<br />
process</li>
<li class="MsoNormal">Backups are available for recovery 24/7</li>
<li class="MsoNormal"><strong>Intuitive interface</strong> provides easy file and folder<br />
selection capabilities</li>
<li class="MsoNormal"><strong>No proprietary storage format</strong>. You can access your<br />
files using other Amazon S3 tools.</li>
<li class="MsoNormal">Control<strong> bandwidth utilization </strong>to do other tasks<br />
online when backup is running<strong> </strong></li>
<li class="MsoNormal">Support<strong> multiple storage clouds </strong>in the future such<br />
as Microsoft <strong>Azure</strong>, <strong>Sun</strong> Cloud Storage Service</li>
</ul>
<p class="MsoNormal" style="margin-left:.25in;">
<div id="info" style="overflow:auto;width:500px;">
<img src="http://images.cloudberrylab.com/2.png" border="0" alt="2.png" width="646" height="409" /></div>
</p>
<p class="MsoNormal">
<h2>This is a list of CloudBerry S3 Backup features.</h2>
<ul>
<li>Easy installation and configuration</li>
<li>Scheduling capabilities</li>
<li>Data encryption</li>
<li>Data retention schedule</li>
<li>Secure online storage</li>
<li>Backup verification</li>
<li>Alerting notifications</li>
<li>Indication for successful/failed backup status</li>
<li>The ability to restore to a particular date</li>
<li>Backup open files</li>
<li>Bandwidth throttling</li>
<li>Support SSL for secure data connection</li>
<li>Minimize to<strong> tray</strong></li>
<li>Built-in feedback form</li>
</ul>
<h2>Conclusion</h2>
<p></p>
<p class="MsoNormal" style="line-height:150%;"><a href="http://www.cloudberrylab.com/default.aspx?page=cloudberry-backup"><strong>CloudBerry S3 Backup</strong></a> is a fully functional backup product that can help computer users ranging from private individuals to small and mid size business leverage Amazon S3 secure and reliable Cloud storage to automate data backup and restore processes.  If you are considering using Amazon S3 for data backup purposes it is a good reason to start now and download CloudBerry S3 Backup from CloudBerry Lab website at <a href="http://cloudberrydrive.com/">http://cloudberrydrive.com/</a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Cloud Computing: Have You Got Your Atmos onLine Account?]]></title>
<link>http://thestoragearchitect.com/2009/06/04/cloud-computing-have-you-got-your-atmos-online-account/</link>
<pubDate>Thu, 04 Jun 2009 21:18:17 +0000</pubDate>
<dc:creator>Chris Evans</dc:creator>
<guid>http://thestoragearchitect.com/2009/06/04/cloud-computing-have-you-got-your-atmos-online-account/</guid>
<description><![CDATA[I registered for the beta of EMC&#8217;s Atmos Cloud storage offering, Atmos onLine right after EMC ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><img class="alignleft size-full wp-image-603" style="margin:8px;" title="AtmosOnline" src="http://thestoragearchitect.wordpress.com/files/2009/06/atmosonline1.png" alt="AtmosOnline" width="275" height="187" />I registered for the beta of EMC&#8217;s Atmos Cloud storage offering, <a href="http://www.emccis.com/">Atmos onLine</a> right after EMC World and this week I received confirmation that my registration had been accepted.</p>
<p>So tonight I&#8217;ve been looking through the documentation before I start putting together some code to test the service out.</p>
<p>The interesting thing, is (not surprisingly) how initially similar Atmos onLine appears to be to <a href="http://www.nirvanix.com/services.aspx">Nirvanix SDN</a> and <a href="http://aws.amazon.com/s3/">Amazon S3</a>.  Clearly the devil will be in the detail.</p>
<p>With three major services now available, how will they all compare?  Look out for a post on that soon.  </p>
<p>Finally, I might eventually have the ability to put together <a href="http://thestoragearchitect.com/2008/12/15/redundant-array-of-inexpensive-clouds-pt-i/">RAIC&#8230;</a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[First month with Mozy]]></title>
<link>http://nology.wordpress.com/2009/06/03/first-month-with-mozy/</link>
<pubDate>Wed, 03 Jun 2009 17:37:39 +0000</pubDate>
<dc:creator>Omar</dc:creator>
<guid>http://nology.wordpress.com/2009/06/03/first-month-with-mozy/</guid>
<description><![CDATA[This one should probably be filed under &#8220;someone should&#8217;ve told me this&#8221;. I have b]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>This one should probably be filed under &#8220;someone should&#8217;ve told me this&#8221;. I have been using Mozy for about 2 weeks, and I&#8217;ve had some hiccups along the way. A couple of weeks I decided my computer files are worth more than $5 a month. With a 1 year old being photographed every day since he was born my pictures are priceless. At that point I decided to do some research about cloud backup solutions. My options where: Carbonite, Amazon S3, Mobile me, and Mozy. At least these were the ones I researched. I went for the price with Mozy, also because I wasn&#8217;t sure I could actually back up my attached Fire wire hard drive, which is where I keep all my data. Mozy, I actually signed up when I was still working for Apple, thanks to a customer that mentioned it to me when I offered the option of Mobile me with his computer. I backed up some folders on my computer just to test it out and forgot about them until now. I had the free version so my stuff was sitting there for almost 2 years. First I downloaded the client, and set it up for backing up my pictures, music and documents, this took no time and the intuitive interface was easy to use. I didn&#8217;t read any instructions but learned over the period of the last two weeks that for the initial upload of the backup you&#8217;ll have to go to the energy saving settings and disable it. Make sure the computer doesn&#8217;t go to sleep while uploading. Or the backup will not happen. On a Mac, go to the System preferences, energy settings, then move the slider on &#8220;sleep computer after&#8221; to &#8220;never&#8221; and very important, uncheck the &#8220;put hard drives to sleep whenever possible&#8221; this will stop the transfer over night if your computer is idle. I will give it a full month before I give it my final review but I know it will take several days to upload before I see the real work of this. Especially when I keep adding 1 GB of pictures to my hard drive a week. So far the only problems I&#8217;ve had, are things I overlooked. If you want to sign up for a free 2GB account. Requirements:<br />
Mozy currently requires Windows Vista, XP, 2000, or Mac OS X (10.4 and 10.5). If you use it come back and leave your comments, I would like to know how this works for you.</p>
<p><img class="alignnone size-medium wp-image-17" src="http://nology.wordpress.com/files/2009/06/header-mozy-logo.png?w=206" alt="header mozy logo" width="206" height="52" /></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[42Restaurants]]></title>
<link>http://tamtesting.wordpress.com/2009/06/03/42restaurants/</link>
<pubDate>Wed, 03 Jun 2009 10:11:00 +0000</pubDate>
<dc:creator>tamtesting</dc:creator>
<guid>http://tamtesting.wordpress.com/2009/06/03/42restaurants/</guid>
<description><![CDATA[This is our iPhone app with 7 recipes so far. It will eventually have over 50. Comments or suggestio]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>This is our iPhone app with 7 recipes so far. It will eventually have over 50. Comments or suggestions?<br />AddThis<br />Posted by Michael Gaylord at 5:06 AM 0 comments<br />Programming Lessons: iPhone Style</p>
<p>I have been really busy, as many of you have noticed, the last few months juggling my job at ChessCube and building an iPhone application. I have even gone so far as to only work for ChessCube part-time in order to make time to build my application.</p>
<p>The application I have busy building is called 42 Restaurants and it was a concept my girlfriend, Margarét, and I came up with one day while sitting in a sushi restaurant. It goes along the lines of producing a really beautiful iPhone application that showcases recipes from some of the best restaurants in the world. You can read more on the 42 Restaurants website here.</p>
<p>The concept started out simple. My knowledge at the time of the iPhone SDK was very basic and we didn&#8217;t want to be too ambitious. The main features would be amazing pictures, simple functionality and great recipes; all the while providing good marketing for the restaurants involved.</p>
<p>Now that we are nearing the end of developing the application, I can let everyone in on some tips to hopefully help their progress with their own application.</p>
<p>1. Read, Read, Read</p>
<p>The main thing that stood me in good stead for learning the SDK was reading. I read everything, from the Apple developer documentation to blogs and online tutorials. The two books that really helped me the most were &#8211; The iPhone Developers Cookbook By Erica Sadun and Cocoa Programming for Mac OS X by Aaron Hillegass. The best thing about these two books is that the former teaches you how to build and use components in the SDK without needing to worry about things like code structure and development tools. The latter teaches you the fundamentals of Cocoa programming &#8211; even though it contains no coverage of the iPhone SDK.</p>
<p>Understanding the basics is key to using the iPhone SDK.</p>
<p>2. Get To Know XCode</p>
<p>Coming from a development environment from Eclipse, XCode seems at first very different and at times a bit clunky. Now that I have figured out how to use a large portion of it, I can honestly say that I love it. Its simple, fast and it isn&#8217;t intrusive while you are coding. One tip which I think most Eclipse &#38; Netbeans programmers will appreciate is to change the Layout Mode. Go to XCode-&#62;Preferences-&#62;General and change the Layout to All-In-One. All your XCode windows will then be grouped into one place and the interface will alter itself depending on whether your are debugging or coding.</p>
<p>Another important thing to do is download all the SDK documentation to XCode. Take a look at this great blog post to see how to do it without having to use XCode&#8217;s built-in documentation downloading mechanisms.</p>
<p>3. Understand How Interface Builder Works</p>
<p>From reading numerous forums on the topic, programmers seem to find it difficult to understand Interface Builder (IB). I was one of them. My distrust of WYSIWYG interface tools led me to building all my view code manually. This, as you can imagine, took me forever until I spent some time trying to understand IB. Now, I pretty much build all my components in IB.</p>
<p>The main concept I had difficulty grasping with IB was what piece of code fitted with what. Each XIB file has two parts, a File&#8217;s Owner and a View. The File&#8217;s Owner is a class that inherits from UIViewController and the View can be any class that inherits from UIView.</p>
<p>If you want to initialize a XIB file all you need to do is instantiate your view controller with the method initWithNibNamed and then add the view of that view controller as a subview of whatever view you are currently displaying. If you want to do any post instantiation initialization, such as setting text for a UILabel or applying an image to a UIImageView then you override the method viewDidLoad in your view controller.</p>
<p>Don&#8217;t forget of course to wire up your IBOutlets and your IBActions in your File&#8217;s Owner to your View and to set your File&#8217;s Owner to be the custom view controller that you have created in XCode. Otherwise, your view will load and nothing will happen.</p>
<p>4. Don&#8217;t Do Cut-and-Paste Coding</p>
<p>This seems to be the number one problem in the development community. There are too many programmers that try to code by searching the Internet looking for solutions to their particular problem. Cutting some sample code from a blog or forum post. Pasting it into their project only to find A) it doesn&#8217;t work, B) it is full of bugs or C) badly written.</p>
<p>Understand the principles of what you are trying to do before you go on the web to find a solution. Often you will save time writing the component/algorithm from the ground up and even if you don&#8217;t, you will have learnt a lot in the process. The next time you have to build something similar you can use that knowledge.</p>
<p>5. Don&#8217;t Be Scared to Rewrite Code</p>
<p>My application was about 80% complete when I realized I was coding around my solution. The architecture that I had designed was firstly, very inefficient memory-wise and secondly, limiting me in terms of the functionality I needed to add. When I started the project I had a very basic understanding of Objective-C and the iPhone SDK, and my solution thus far had evolved into a big, code beast. So I spent 2 days rewriting the core of the application. I lost 2 days but I gained a whole bunch of functionality, improved memory usage and reduced my code base considerably.</p>
<p>6. Lessons</p>
<p>42 Restaurants will hopefully get into the App Store at the end of April. Although the idea seemed simple to start off with, it has grown into a fully fledged recipe application. The sheer amount of design work that Margarét has put into it, makes it in my mind, a masterpiece. Each individual recipe has been custom designed and the application is looking amazing because of it. We both wanted to the application first and foremost to blow the user away with how great it looks and I think we are there.</p>
<p>I hope the code-work on my part will live up to the task. Keep watching this blog and the 42 Restaurants website for news on the launch. We are also on the threshold of starting a round of user testing, so if you have an iPhone and would like to check what we have built so far, post a comment and I will add you to my list of testers.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Sneak Peek: WebDrive for Mac]]></title>
<link>http://southrivertech.wordpress.com/2009/06/02/sneak-peek-webdrive-for-mac/</link>
<pubDate>Tue, 02 Jun 2009 12:51:50 +0000</pubDate>
<dc:creator>Jodi de la Paz</dc:creator>
<guid>http://southrivertech.wordpress.com/2009/06/02/sneak-peek-webdrive-for-mac/</guid>
<description><![CDATA[Dear Mac Users, Do you need an easy, secure, and reliable way to access and edit your files stored “]]></description>
<content:encoded><![CDATA[Dear Mac Users, Do you need an easy, secure, and reliable way to access and edit your files stored “]]></content:encoded>
</item>
<item>
<title><![CDATA[Amazon S3 có dịch vụ mới AWS Import/Export]]></title>
<link>http://netvietnam.org/2009/05/26/amazon-s3-co-d%e1%bb%8bch-v%e1%bb%a5-m%e1%bb%9bi-aws-importexport/</link>
<pubDate>Tue, 26 May 2009 05:12:14 +0000</pubDate>
<dc:creator>Nhân Mã</dc:creator>
<guid>http://netvietnam.org/2009/05/26/amazon-s3-co-d%e1%bb%8bch-v%e1%bb%a5-m%e1%bb%9bi-aws-importexport/</guid>
<description><![CDATA[Dịch vụ lưu trữ đám mây S3 của Amazon có tùy chọn mới AWS Import/Export để doanh nghiệp dễ dàng tải ]]></description>
<content:encoded><![CDATA[Dịch vụ lưu trữ đám mây S3 của Amazon có tùy chọn mới AWS Import/Export để doanh nghiệp dễ dàng tải ]]></content:encoded>
</item>
<item>
<title><![CDATA[Cloud Computing demystified]]></title>
<link>http://skylore.wordpress.com/2009/05/25/cloud-computing-demystified/</link>
<pubDate>Mon, 25 May 2009 09:36:24 +0000</pubDate>
<dc:creator>Jonas</dc:creator>
<guid>http://skylore.wordpress.com/2009/05/25/cloud-computing-demystified/</guid>
<description><![CDATA[When putting my head into The Cloud for the first time, I found it very confusing to understand what]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>When putting my head into The Cloud for the first time, I found it very confusing to understand what Cloud Computing means as a term and what it means to me as a developer, specifically</p>
<ul>
<li>What are the core concepts of Cloud Computing?</li>
<li>What are the different types of Cloud Computing?</li>
</ul>
<p>A short while ago, I happened to dig into this topic because I was giving a talk on Cloud Computing. I&#8217;ll post a quick roundup in case anybody is interested.</p>
<p>I like to compare the term <em>Cloud Computing</em> to <em>AJAX</em>. Just like with AJAX, the technology behind Cloud Computing is not completely new or even revolutionary. And just like with AJAX, it actually makes a fair bit of sense to give a bunch of known technologies a new name once you herd them together for a specific purpose, because now whenever someone uses this new term everybody else will know what the heck he is talking about, including</p>
<ul>
<li>What technology is being used</li>
<li>What kind of problems are likely being addressed</li>
<li>That he is indeed very cool</li>
</ul>
<p>Or so it should be. I have to say, since Cloud Computing became such a hype and everybody is doing Cloud right now, it doesn&#8217;t help in understanding what actually is going on.</p>
<p>Enough talk, you might say, and you&#8217;d be right. Let&#8217;s get started.</p>
<h1>Core Concepts</h1>
<p>The most important idea behind Cloud Computing is <em>&#60;Anything&#62; as a Service</em>. Again, the idea of aaS is not brand new. As <a href="http://blog.wekeroad.com/">Rob Conery</a> once pointed out (can&#8217;t quite remember where it was), by taking a taxi you&#8217;re already leveraging the idea of <em>aaS</em>. Rob called this <em>Car as a Service</em>, and we will quickly look at what <em>aaS </em>means and how we can apply it to cars.</p>
<ul>
<li><strong>No aquisition costs, no overhead costs</strong>:  You did not have to buy a car to get you to the train station and you do not have to pay a fixed amount of money per month to get the right to call a taxi whenever you need it.</li>
<li><strong>Variable costs</strong>: You only pay for what you consume. In case of a taxi, this is being calculated by distance and time.</li>
<li><strong>Hidden complexity and maintenance</strong>: Some of the major headaches in using a system are being abstracted so you don&#8217;t have to care about them. In this case, you don&#8217;t care how difficult it is to start that old engine or how often, why and when they have to take it to a workshop to keep it from falling apart as long as you still catch your train.</li>
<li><strong>Economies of scale</strong>: Okay, maybe our example doesn&#8217;t work too well for that one, but image that they&#8217;re buying lots of taxis and therefore get an amazingly low price and then you as a customer will benefit from that. Right?</li>
<li><strong>Scalability</strong>: In some scenarios, most of the time you need very little resources and suddenly there is a peak and you need lots of it. For example, one day you need to get your whole family (really the whole family: children, parents, relatives) to the train station. You certainly don&#8217;t want to buy 4 cars and have them standing around the whole time just to be prepared for this rare occasion? Just get 4 cabs instead of one and you&#8217;ll be fine. That&#8217;s what I call scalability.</li>
</ul>
<p>That CaaS comparison worked pretty well for me to show what <em>aaS </em>is about. Then I started to wonder what it means when applied to computers instead of cars.</p>
<h1>Different Types</h1>
<p>As mentioned above, we can apply this Service principle to virtually anything by just sticking one letter in front of <em>aaS </em>and you&#8217;re done. Let anyone else figure out what you meant by it. There are a lot of services in the area of Cloud Computing, that&#8217;s one reason why it is such a big mess when you look at it first. I found it helpful to distinguish between 3 different types of Cloud Computing, although there are more and one size doesn&#8217;t fit all.</p>
<h2>Infrastructure as a Service (IaaS)</h2>
<p>In this simplified 3-tier view of Cloud Computing, IaaS is at the bottom of our stack and the most basic layer. It basically provides abstraction over hardware (in fact, IaaS was formerly called <em>Hardware as a Service</em>) by applying the principles of aaS to bare metal. I like to see <a href="http://aws.amazon.com/">Amazon Web Services</a> (AWS) as a good example for IaaS. Their services include:</p>
<ul>
<li><strong>Elastic Compute Cloud (EC2)</strong>:  provides you with virtual machines (they are using XEN virtualisation) that are running in Amazon&#8217;s datacenter once you fired them up (the VMs, not Amazon). Their <a href="http://aws.amazon.com/ec2/#pricing">EC2 pricing model</a> says you pay them on an hourly basis for that. That&#8217;s it! Here is our aaS principle again: No registration fees, no monthly fees, no overhead costs.</li>
<li><strong>Simple Storage Service (S3)</strong>: This is a persistent storage service (see, we could already call that <em>Storage as a Service</em>). It goes like this: Once you&#8217;ve uploaded your file, they will replicate it so you don&#8217;t have to think about backup. You will pay them based on your usage which is, in this case, measured by 1) storage size, 2) time and 3) data transfer (in and out)</li>
</ul>
<p>They have a lot of other services and are constantly addind new ones, however these two are what I believe to be the most commonly used ones. All of their services are directly accessible as web services (useful for programmatic control) as well as by their <a href="https://console.aws.amazon.com/">management console</a>.</p>
<p>In IaaS, you are admin for every virtual machine you create. You can install every software you need (web server, database and so on), you can also use the programming language of your choice to implement your application you want to host. This gives you great flexibility, but also great responsibility because, at this point, it&#8217;s only the hardware you do not have to care about. You still have to patch your OS and all the software you installed, for example. In theory, this gives you infinite scalability in matters of minutes since all resources are virtualized and at every given point in time you could step up and say &#8220;give me two more of these&#8221;.</p>
<p>Now let&#8217;s move on in the stack.</p>
<h2>Platform as a Service (PaaS)</h2>
<p>PaaS provides more abstraction than IaaS because in addition to hardware, it also provides an abstraction layer for the OS as well as commonly used components like web server, database, load balancer and the likes. One example for PaaS is <a href="http://www.microsoft.com/azure/default.mspx">Microsoft&#8217;s Azure</a> platform. Although we&#8217;ve been told that Azure is an OS for the cloud, we never actually see this OS because we&#8217;re using PaaS.</p>
<p>We&#8217;re not admins, we don&#8217;t get access to the OS which means we can&#8217;t choose what to install and we don&#8217;t have to. The responsibility for patching and maintenance for all necessary components is now up to the PaaS provider. For every programming language (Azure currently supports .NET and PHP) a PaaS provider will need another set of tools to run your app. You as developer take your application, load it up to the PaaS provider and say &#8216;run it&#8217;.</p>
<p>See the difference to IaaS? PaaS is a more specialised stack which takes away work as well as decisions. If this doesn&#8217;t limit you too much (do they support your programming language?), PaaS will get you started more quickly.</p>
<p>Time for the next step.</p>
<h2>Software as a Service (SaaS)</h2>
<p>With SaaS, we&#8217;re leaving the Cloud Computing domain for developers and enter that for end users. What can Cloud Computing do for end users? All the principles of taxis should apply here too.</p>
<p>With SaaS, you don&#8217;t buy the software. You only pay for it when you use it. You don&#8217;t have to install it on your machine, it&#8217;s running somewhere else and someone else takes care of it. You just use it. Sometimes it&#8217;s even free until you need more advanced functionality. <a href="http://www.picnik.com/">Picnik</a>, for example, lets you edit your pictures online, right in your browser. It&#8217;s free and gives you enough options for the occasional picture manipulation session, removing the need to install a full-blown image manipulation solution on your machine.</p>
<h2>To summarize &#8230;</h2>
<p>There are 3 manifestations of Cloud Computing:</p>
<ul>
<li>Infrastructure as a Service (IaaS)</li>
<li>Platform as a Service (PaaS)</li>
<li>Software as a Service (SaaS)</li>
</ul>
<p>With CC, you get different levels of SEP (<a href="http://en.wikipedia.org/wiki/Somebody_Else%27s_Problem#Somebody_Else.27s_Problem_field">Somebody Else&#8217;s Problem</a>). Depending on which layer of Cloud Computing you&#8217;re using, someone else will take care of necessary hardware, operating system or even a complete application.</p>
<p>The goal is to reduce upfront investments, complexity and time to market and to allow for great scalability and economies of scale using virtualized resources.</p>
<p>Usage in Cloud Computing typically is measured as</p>
<ul>
<li>Time (CPU time or real time)</li>
<li>Data transfer (inbound and outbound)</li>
<li>Storage (measured in MB or GB)</li>
<li>Number of transactions (like GET and PUT)</li>
</ul>
<p>I hope that helped anybody to see Cloud Computing in a less foggy way.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Mind your P's &amp; Q's &amp; ACLs]]></title>
<link>http://southrivertech.wordpress.com/2009/04/27/mind-your-ps-qs-acls/</link>
<pubDate>Mon, 27 Apr 2009 20:46:14 +0000</pubDate>
<dc:creator>Jodi de la Paz</dc:creator>
<guid>http://southrivertech.wordpress.com/2009/04/27/mind-your-ps-qs-acls/</guid>
<description><![CDATA[When I was young, my mother always used to say, “Mind your P’s &amp; Q’s.”  While I knew what she me]]></description>
<content:encoded><![CDATA[When I was young, my mother always used to say, “Mind your P’s &amp; Q’s.”  While I knew what she me]]></content:encoded>
</item>
<item>
<title><![CDATA[ExpanDrive 2.0 Enhances GUI, Speed, and Connectivity Options]]></title>
<link>http://theappleblog.com/2009/04/24/expandrive-20-enhances-gui-speed-and-connectivity-options/</link>
<pubDate>Fri, 24 Apr 2009 15:00:17 +0000</pubDate>
<dc:creator>Bob Rudis</dc:creator>
<guid>http://theappleblog.com/2009/04/24/expandrive-20-enhances-gui-speed-and-connectivity-options/</guid>
<description><![CDATA[Building on the success of their initial offering, ExpanDrive has released version 2.0 of their Mac ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><img class="alignright size-full wp-image-22211" title="expandrive-icon" src="http://gigapple.wordpress.com/files/2009/04/expandrive-icon.png" alt="expandrive-icon" width="128" height="128" /></p>
<p class="excerpt">Building on the success of their <a href="http://theappleblog.com/2008/02/26/quick-secure-network-filesystem-access-with-expandrive/">initial offering</a>, ExpanDrive has <a href="http://www.expandrive.com/mac">released version 2.0</a> of their Mac client for accessing a wide array of online storage systems.</p>
<p>ExpanDrive is built on <a href="http://code.google.com/p/macfuse/">MacFUSE</a>, an open-source project that provides the base functionality and SDK for connecting to remote and <a href="http://googlemac.blogspot.com/2007/01/taming-mac-os-x-file-systems.html">alternative filesystems</a>. The ExpanDrive developer-alchemists have mixed in a bit of their own Python and Objective-C components to significantly enhance the potency of these MacFUSE-managed filesystems and definitely improved the formula for this major update. Read on to see what&#8217;s new in 2.0. <!--more--></p>
<h3>SFTP Overhaul</h3>
<p>Not fully satisfied with the status quo, the developers brought the SFTP engine back to the lab and have completely re-engineered it. My tests confirmed that large file copies now transfer in approximately half the time. Traipsing through my cluttered web directories in the Finder is also a less painful experience due to a fully re-worked caching system.</p>
<p>An even more pleasant surprise is how quickly remote edits are detected. The video below shows a text file being edited in both <code>vi</code> on my very remote Linux box and also open locally in TextWrangler. Edits made on the server side show up almost instantaneously now.</p>
<p><span style='text-align:center; display: block;'><object width='425' height='350'><param name='movie' value='http://www.youtube.com/v/bzCXS9TqQJ8&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;hd=0' /><param name='allowfullscreen' value='true' /><param name='wmode' value='transparent' /><embed src='http://www.youtube.com/v/bzCXS9TqQJ8&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;hd=0' type='application/x-shockwave-flash' allowfullscreen='true' width='425' height='350' wmode='transparent'></embed></object></span></p>
<h3>FTP/FTPS Support</h3>
<p>ExpanDrive has had experimental support for FTP/FTPS filesystems for quite a while and has now made it a first class filesystem in version 2.0. As a daily user of the product, I regularly peruse both their <a href="http://twitter.com/expandrive">Twitter</a> activity and <a href="http://getsatisfaction.com/expandrive">Get Satisfaction support forums</a> and can attest that they really do listen to users. It&#8217;s very obvious that they wanted to make sure that FTP/FTPS support worked under as many conditions as possible before bringing it to their entire user base. If you must use FTP, you should definitely take advantage of the <a href="http://www.faqs.org/rfcs/rfc4217.html">enhanced security in the FTPS protocol</a> if at all possible. Standard FTP transmits both your credentials and all data completely in the clear, making it very easy for malicious users to eavesdrop on your sessions.</p>
<p><img class="aligncenter size-full wp-image-22213" title="ftp-prefs" src="http://gigapple.wordpress.com/files/2009/04/ftp-prefs.png" alt="ftp-prefs" width="484" height="269" /></p>
<h3>GUI Enhancements</h3>
<p>Continuing the theme of listening to their users, ExpanDrive has tweaked their GUI to provide more information about the types of drives available and provides the ability to eject volumes from their Drive Manager as well as open volumes in the Finder.</p>
<p><img class="aligncenter size-full wp-image-22212" title="expandrive" src="http://gigapple.wordpress.com/files/2009/04/expandrive.png" alt="expandrive" width="390" height="344" /></p>
<p>You can now also change the drive icon and use your own icons for ExpanDrive volumes by clicking on the drive icon in the edit dialog:</p>
<p><img class="aligncenter size-full wp-image-22210" title="drive-icon-popup" src="http://gigapple.wordpress.com/files/2009/04/drive-icon-popup.png" alt="drive-icon-popup" width="98" height="248" /></p>
<h3>Live! New! Filesystem! (S3 Support)</h3>
<p>Perhaps the most significant enhancement is the inclusion of support for Amazon S3 (s amzn). While inherently not as robust as SFTP volumes, S3-mounted volumes let you use the Finder to manage your buckets (i.e. copy/move/delete files), including setting object permissions via contextual menu. I created a test bucket via <a href="https://addons.mozilla.org/en-US/firefox/addon/3247">S3Fox</a>, used ExpanDrive to move files into it and verified the results back in S3Fox.</p>
<p><img class="aligncenter size-full wp-image-22215" title="new-s3-drive" src="http://gigapple.wordpress.com/files/2009/04/new-s3-drive.png" alt="new-s3-drive" width="484" height="237" /></p>
<p style="text-align: center;"><img class="aligncenter size-medium wp-image-22217 scale" title="s3-firefox-organizer" src="http://gigapple.wordpress.com/files/2009/04/s3-firefox-organizer.png" alt="s3-firefox-organizer" /></p>
<p style="text-align: center;"><img class="aligncenter size-medium wp-image-22216 scale" title="s3-access-control" src="http://gigapple.wordpress.com/files/2009/04/s3-access-control.png" alt="s3-access-control" /></p>
<h3>Should You Buy/Upgrade?</h3>
<p>If you&#8217;ve never used ExpanDrive and regularly have to FTP/SFTP files or work with content in S3 buckets, then you really should consider giving ExpanDrive a try (list price is $39.95 for new users). Existing users should also consider upgrading just for the speed and integrity enhancements alone. Couple that with good S3 support and it&#8217;s well worth the $19.95 upgrade price (free if you&#8217;ve purchased the previous version within 60 days of release).</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Online File Storage FAQ]]></title>
<link>http://arthasya.com/2009/04/17/online-file-storage-faq/</link>
<pubDate>Fri, 17 Apr 2009 22:52:51 +0000</pubDate>
<dc:creator>artha</dc:creator>
<guid>http://arthasya.com/2009/04/17/online-file-storage-faq/</guid>
<description><![CDATA[what are popular services? Amazon S3, Mosso, Mozy, Carbonite, IDrive, Backblaze, Dropbox, SugarSync,]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><strong>what are popular services?</strong></p>
<p><a href="http://aws.amazon.com/s3/" target="_blank">Amazon S3</a>, <a href="http://www.mosso.com/" target="_blank">Mosso</a>, <a href="http://mozy.com" target="_blank">Mozy</a>, <a href="http://carbonite.com" target="_blank">Carbonite</a>, I<a href="http://idrive.com" target="_blank">Drive</a>, <a href="http://backblaze.com" target="_blank">Backblaze</a>, <a href="http://getdropbox.com" target="_blank">Dropbox</a>, <a href="http://sugarsync.com" target="_blank">SugarSync</a>, etc.</p>
<p><strong>Which one should i use?</strong></p>
<p>Depends.  Encrypting  the files before storage is the key. If you want to backup some  sensitive files, it will be wise to privately encrypt the file before storing it online. Some of the backup services allow you to have a custom private key using which your data is encrypted. This key (or password) is known only to you and even company backing up your file can&#8217;t see the file without knowing the private key.</p>
<p><strong>What is encryption?</strong></p>
<p>Excerpt from wikipedia:</p>
<blockquote><p>In cryptography, <strong>encryption</strong> is the process of transforming information (referred to as plaintext) using an algorithm (called cipher) to make it unreadable to anyone except those possessing special knowledge, usually referred to as a key. The result of the process is <strong>encrypted</strong> information (in cryptography, referred to as ciphertext).</p></blockquote>
<p>Here are some good links to get you started: <a href="http://en.wikipedia.org/wiki/Encryption" target="_blank">wiki</a>, <a href="http://www.truecrypt.org/faq" target="_blank">truecrypt</a>, <a href="http://www.arg0.net/encfs" target="_blank">EncFS</a></p>
<p><strong>I want to share my data across several computers. Is there any service which works better than other?</strong></p>
<p>I like <a href="http://getdropbox.com" target="_blank">Dropbox</a> and <a href="http://sugarsync.com" target="_blank">Sugarsync</a>. These services let you install their product on your desktop and sync files placed in certain folders across all computers.  Nice thing is that you can access your files from web browser as well. I have heard some good feedback about dropbox. Only thing i didn&#8217;t like is that it won&#8217;t let you provide private custom key for encryption.</p>
<p><strong>How about Amazon S3 ?</strong></p>
<p>Amazon S3 is cool. It lets you store data on their cloud storage system at very cheap rate. Downside is that it hasn&#8217;t introduced any tool for consumers to upload files (but i think it is in works and should be out soon). So you kind of depend on third party tools to manage your files. There are some good ones out there like JungleDisk but you need to pay for them separately.  Dropbox and  ElephantDrive also use Amazon S3 behind the scenes.</p>
<p><strong>What would be recommend for storing photos and videos?</strong></p>
<p>I will recommend using services like <a href="http://flickr.com" target="_blank">Flickr</a> and <a href="http://smugmug.com" target="_blank">SmugMug</a> for photos and videos. But in case you believe that you just want backup facility i will say go with Amazon S3. BTW, smugmug stores photos and videos on amazon s3 infrastructure.</p>
<p><strong>I would like to know more about Online file storage and Encryption. Can you point to some good links?</strong></p>
<p>Sure. Here you go:</p>
<p><a href="http://www.brainonfire.net/blog/remote-encrypted-backup-duplicity-amazon-s3/" target="_blank">http://www.brainonfire.net/blog/remote-encrypted-backup-duplicity-amazon-s3/</a></p>
<p><a href="http://www.niquille.com/2008/06/15/amazon-s3-tripple-encrypted-true-rsync-backup/" target="_blank">http://www.niquille.com/2008/06/15/amazon-s3-tripple-encrypted-true-rsync-backup/</a></p>
<p><a href="http://jets3t.s3.amazonaws.com/downloads.html" target="_blank">http://jets3t.s3.amazonaws.com/downloads.html</a></p>
</div>]]></content:encoded>
</item>

</channel>
</rss>
