I’m always interested to read how Google implements things, both technical and non-technical. You can just be sure they don’t just do something because “that’s how have always been done” they rethink a lot of things, and like to back all their decisions with data. Recently I found an HBR article back from 2013 aboutContinue reading “Google on Management”
Tag Archives: Google
v8: a Tale of Two Compilers
Ever wanted to take a peek under the hood of v8, Google’s Javascript virtual machine, without having to check out the code and poke around? Here is a nice post that gives a look at what’s going on behind the scenes: V8 compiles all JavaScript to native code. V8 has two compilers: one that runsContinue reading “v8: a Tale of Two Compilers”
Google’s New Mobile Tab Interaction
It’s always interesting to observe how regular desktop web interactions can be translated to mobile. With the launch of Google+ with accompanying mobile web app, Google has changed the tab bar along the top of their mobile web apps. At first sight, they seem to have shrunk significantly: When looking more closely you notice anContinue reading “Google’s New Mobile Tab Interaction”
Google and Design
User interaction design is possibly one of the [most difficult parts of software engineering](http://www.amazon.com/gp/product/0672326140/ref=as_li_tf_tl?ie=UTF8&tag=sta080-20&linkCode=as2&camp=217145&creative=399369&creativeASIN=0672326140) . It is also an aspect that has not been the strong point of Google. Google’s strength is in its culture of algorithms and data analysis. The way to win an argument at Google it to _prove_ the other wrong withContinue reading “Google and Design”
+
Mobile Web Browsers Wars: iOS vs. Android
iOS 5 will be featuring a few new features that enable a better user-experience for web applications. Great news for those rooting for mobile web apps. [Matteo Spinelli (creator of iScroll) even claims](http://cubiq.org/ios5-the-first-true-web-app-ready-platform) that web apps are now completely ready to replace native apps on iOS: > The real revolution might be iOS5. In theContinue reading “Mobile Web Browsers Wars: iOS vs. Android”
CSS3 Makes DOM Unnecessary?
[Google to use HTML5 in Gmail](http://www.computerworld.com/s/article/9178558/Google_to_use_HTML5_in_Gmail) (emphasis added):> Google’s current goal is to get Gmail to load in under a second. “Speed is a feature,” he said.>> Early tests have proved promising. For instance, Gmail looks for those browsers that can work with version 3 of the Cascading Style Sheets (CSS), a standard closely relatedContinue reading “CSS3 Makes DOM Unnecessary?”
Pubsubhub-frickin’-bub
[pubsubhubbub](http://code.google.com/p/pubsubhubbub/) — I’m not kidding — is an actual existing thing. Yeah, I too would have killed to be a fly on the wall when they decided to call it that, but there you go. So let’s dissect this piece of art of a name: * `pubsub`, i.e. pub/sub, i.e. [publish/subscribe](http://en.wikipedia.org/wiki/Publish/subscribe), which is a common pattern in, well, theContinue reading “Pubsubhub-frickin’-bub”
Who needs native phone apps anyway?
The New Chrome OS Explained
It’s the browser as the operating system, as expected.