Fluid versioning, Chrome and the Internet ========================================= By George Mandis https://george.mand.is/2011/05/fluid-versioning-chrome-and-the-internet Tuesday, May 24th 2011 Chrome is my favorite web browser. One of the best things about it is almost everything you can interact with is built on-top of existing web technologies. You can build your own extensions and plugins using a combination JavaScript, CSS and HTML (And even Flash, if you wish). Even the glorious web inspector is built this way, which is kind of mind boggling. But probably the most amazing thing about Chrome is how it constantly updates itself in the background. You almost never notice when a new version has arrived. You fire up the broswer and occasionally see the changes (Hey look! [New icon](http://techcrunch.com/2011/03/21/google-chrome-icon/)!) but don't have to actively do anything to install them. There's practically no risk of being out of date when you use Chrome. In some sense then, is Chrome the ultimate web app? It's starting to heavily blur that line between native and web apps. It makes me optimistic that the [Chromebooks](http://amzn.to/j3OkVi) coming out this year will be more formidable than you might expect from a computer that effectively *only* runs a browser. I highly suggest reading more about [the way Chrome delivers its updates](http://www.codinghorror.com/blog/2011/05/the-infinite-version.html) over on [CodingHorror](http://codinghorror.com), one of my favorite blogs.