tell us about when they had ‘files’ again, grandpa…
Friday, July 29th, 2011 at 2:53 pm by Brian Ales
The day is coming when the ‘file’ as we know it will be a thing of the past for most computer users. The process is already well under way: use Google docs? Under the File menu is a “See revision history” option. Dropbox? There’s a “Previous versions” option for every file up there. Even the WordPress blogging platform (into which I’m typing right now) retains each intermediate version of every post I write (including manually saved versions and versions automatically saved by WordPress).
Versioning – For software developers, the ability to code without fear of overwriting a teammate’s work from last week (or last month) is critical – as is the ability to step back through each previous version of the code when tracking down bugs. For these reasons, simply working on flat files – even if there’s a backup – is not an option. Instead, versioning tools such as GIT and SVN have been developed, and are second nature to anyone writing code in a professional or team situation.
What’s interesting is that now similar technology is moving into the consumer space.
And it’s not just a ‘cloud thing’, either – Apple’s local backup solution ‘Time Machine’ has been around for a few years now, and in fact is more of a versioning tool than a traditional backup solution. The new Lion OSX release takes things a step further – the operating systems is continually taking snapshots in the background of every open document as you work, and each of these snapshot is available as a separate revision. In other words, Lion (like Google Docs and WordPress) will even do the saving for you!
It won’t be long before the idea of the file (and of having to explicitly hit ‘save’) are – like the CD, the 200GB external hard drive, and (maybe) the United States’ AAA bond rating – relics of the past.


Post your comments »







