Nobody actually wants to use frameworks. We only want to build web user interfaces efficiently and frameworks help.

Google’s Polymer and the future of web UI frameworks

Dr. Axel Rauschmayer on Google’s Polymer.

I largely agree with his points, especially the thrust of the above pull-quote. When discussing frameworks and libraries like this, it’s easy to lose sight of the fact that they’re around because of some gaping hole in the language’s native/standard libraries. Google’s recent efforts (e.g., AngularJS and now Polymer) point to more declarative or component-oriented approaches; put in the context of HTML5 and the advancements there, that makes a lot of sense.

I’m interested in Polymer, but I feel like I need some more time to digest it. Like when Twitter open-sourced Flight, there’s this sense of: “Cool! That’s a novel approach…” Which also feels a bit like: “Whoa, that’s really different.” Now to dig in…

How an svn user sees git workflow

devopsreactions:

image

by komar

OK, I love me some git but… Filed under: “Funny because it’s true.”

Reblogged from DevOps Reactions
Tags: git humor svn
These APIs becoming public could be a huge boon to those of us that are interested in using JavaScript in their apps in various ways. It would be an official way to do some of the things enabled by third-party platforms (like Cordova, Appcelerator and Impact) or other binding libraries (such as JSBindings).
— Nigel Brooke at Steamclock Software: Apple’s new Objective-C to Javascript Bridge
We carefully gauge real-world usage of things like CSS and DOM features before deprecating anything. At Google we have a copy of the web that we run queries against, so we have a pretty OK idea of what CSS and JavaScript out there is using.

Paul Irish on Chrome Moving to Blink

Mat Marquis (Filament Group) interviews Paul Irish (Google) over at A List Apart.