The Goog Life

Aaron Swartz makes a very interesting blog posting called The Goog Life: how Google keeps employees by treating them like kids on this blog Raw Thought.

From the posting:

“It’s about infantilizing people,” she explained. “Give them free food, do their laundry, let them sit on bouncy brightly-colored balls. Do everything so that they never have to grow up and learn how to live life on their own.”

Read the rest here…

Lost Nominated by Writer’s Guild of America

Lost has been nominated for two awards for writing by the WGA. Other nominees include “The Simpsons”, “30 Rock”, and “Battlestar Gallactica”.

Lost was nominated for Best Drama, and will be up against “24”, “Deadwood”, “The Sopranos” and “Grey’s Anatomy”. It was also nominated for Best Drama Episode, along with “The West Wing”, “Battlestar Gallactica”, “Nightmares and Dreamscapes: From the Stories of Stephen King”, “Studio 60 on the Sunset Strip,” and HBO’s pilot for “Big Love.”

Frankly, I think “Studio 60″‘s nomination is really stretching it, especially for a show that came really close to getting canceled after a couple of episodes.

Google Transferable Stock Options

Over on the Official Google Blog they have a posting about transferable stock options which they intend to implement soon.

From the posting:


Typically, employees get value from stock options by exercising them after vesting, and then selling the stock they get from the exercise at a higher price, provided the company’s stock price has appreciated since the time of grant. With the TSO program, employees will also be able to sell vested options to the highest-bidding financial institution, which may be willing to pay a premium above the difference between the exercise price and the market price for Google stock (even when the exercise price is higher than the market price). The premium paid is for the time value of the options.

Via Google Blog

Google Web Toolkit Code Released

Google released their code for the Google Web Toolkit under the Apache 2.0 license.

The interactive applications you’ve seen from Google, like GMail, use this. It allows you to write programs in Java, and then deploy them as Javascript applications and HTML. There are a few demos of applications available on the site, plus tips on how to get started.

Java 6 Released

A few years ago, Graham Hamilton announced Java 6 at the Alumni Fireside Chat at the JavaOne conference, and now it’s been released.

What is there to look forward to in Java 6?


  • New Security Features and Enhancements

    • Native platform Security (GSS/Kerberos) integration.

    • Java Authentication and Authorization Service (JAAS) login module that employs LDAP authentication

    • New Smart Card I/O API

  • Integrated Web Services


    • New API for XML digital signature services for secure web services

    • New Client and Core Java Architecture for XML-Web Services (JAX-WS) 2.0 APIs

    • New support for Java Architecture for XML Binding (JAXB) 2.0


  • Scripting Language Support (JSR 223)


    • New framework and API for scripting languages

    • Mozilla Rhino engine for JavaScript built into the platform


  • Enhanced Management and Serviceability


    • Improved JMX Monitoring API

    • Runtime Support for dTrace (Solaris 10 and future Solaris OS releases only)

    • Improved memory usage analysis and leak detection

  • Increased Developer Productivity


    • JDBC 4.0 support (JSR 221)

    • Significant library improvements

    • Improvements to the Java Platform Debug Architecture (JPDA) & JVM Tool Interface

  • Improved User Experience


    • Look-and-feel updates to better match underlying operating system

    • Improved desktop performance and integration

    • Enhanced internationalization support


Java 6 released