-
August 20, 2010
-
6:00 pmhttp://www.tuaw.com/2010/08/20/etsy-find-mmmmmmmm-iphone/
-
5:42 pm
Stoli Originals Casting Call
Read my thoughts on Stoli Originals Casting Callhttp://vodkabuzz.com/articles/stoli_originals_casting_call -
1:07 pm
★ Creep Executive Officer
In a weekend WSJ interview with Google CEO Eric Schmidt, Schmidt said:
“I actually think most people don’t want Google to answer their questions. They want Google to tell them what they should be doing next. […] The thing that makes newspapers so fundamentally fascinating—that serendipity—can be calculated now. We can actually produce it electronically.”
Nick Carr, quoting the above, quips:
I hope Google will also be able to tell me the best candidate to vote for in elections. I find that such a burden.
But Carr doesn’t even mention the oddest part of the WSJ interview:
[Schmidt] predicts, apparently seriously, that every young person one day will be entitled automatically to change his or her name on reaching adulthood in order to disown youthful hijinks stored on their friends’ social media sites.
I’ve been thinking about this since Saturday. Here’s my theory: the problem with Google is that Eric Schmidt is creepy. I think he’s a really weird dude. Recall, for example, this comment of Schmidt’s from 2009, regarding Google and privacy: “If you have something that you don’t want anyone to know, maybe you shouldn’t be doing it in the first place.”
The industry is filled with eccentric CEOs — billionaires who, say, wear a wardrobe that consists of nothing but identical black shirts and Levi’s 501 jeans, or who dress as a samurai warrior, including swords, at their home. But Schmidt doesn’t seem eccentric (or at least not merely so). He seems creepy.
Here’s a report by Jon Fortt for Fortune, regarding a talk Schmidt gave in March in Abu Dhabi:
In one of the sharper exchanges of the afternoon, a questioner challenged Schmidt with the fact that Google is collecting a staggering amount of information about who we are, what we’re thinking, and even where we are. “All this information that you have about us: where does it go? Who has access to that?” (Google servers and Google employees, under careful rules, Schmidt said.) “Does that scare everyone in this room?” The questioner asked, to applause. “Would you prefer someone else?” Schmidt shot back – to laughter and even greater applause. “Is there a government that you would prefer to be in charge of this?”
That’s a glib answer, but at least our government answers to its citizens through elections. Schmidt answers to Google shareholders. And who’s to say the government won’t have access, by way of subpoenas, to the information Google — and any other cloud service providers — store about us? Maybe the question isn’t who should hold this information, but rather should anyone hold this information.
More and more, I get the feeling that if there’s a rift between the old “Don’t be evil” Google and the new “Let’s do whatever we want” Google, that it’s a rift between Schmidt and Larry/Sergey — if not personally, then at least culturally within the company. On the one side, the Larry/Sergey Google that makes amazing cool things — the search engine, Gmail, Android. On the other, the Schmidt Google that, in its efforts to serve ads as efficiently as possible, no longer seems concerned with the traditional Western concept of personal privacy.
A lot of people seem surprised by Google’s alliance with Verizon on mobile network neutrality. That stance doesn’t fit with my view of the Larry/Sergey Google. But it fits my idea of the Schmidt Google like a glove.
-
A Vanity Page For Robert Brodrecht
Weather information unavailable.
August 19, 2010
-
8:49 pmhttp://rss.cnn.com/~r/rss/cnn_topstories/~3/Ks9VIGqjwxE/index.html
August 18, 2010
-
8:52 am
Natural Selection
Malibu plastic surgeon drives off cliff while trying to send a tweet about his dog.
http://www.people.com/people/article/0,,20413769,00.html
August 16, 2010
-
12:14 pm
CSSBakery: Fixing Firefox font-face Cross Domain Problem
If you're using @font-face across subdomains, adding this to the .htaccess file where the fonts are stored will allow Firefox to use the fonts on the subdomain.
From the article:
AddType application/vnd.ms-fontobject .eot
AddType font/ttf .ttf
AddType font/otf .otf
<FilesMatch "\.(ttf|otf|eot)$">
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin "*"
</IfModule>
</FilesMatch>http://www.cssbakery.com/2010/07/fixing-firefox-font-face-cross-domain_25.html
August 13, 2010
-
2:21 pmhttp://www.engadget.com/2010/08/13/google-calls-oracle-android-lawsuit-baseless-says-java-goes/
-
9:56 am
How Google Routed Around Sun’s IP-Based Licensing Restrictions on Java ME
I linked to this keen piece by Stefano Mazzocchi back in November 2007, but it’s worth a re-link in light of the lawsuit Oracle just filed against Google over Android’s use of Java. Google is avoiding Sun’s (now Oracle’s) Java ME licensing restrictions by using their own virtual machine, Dalvik:
But Android’s programs are written in Java, using Java-oriented IDEs (it also comes with an Eclipse plugin)… it just doesn’t compile the Java code into Java bytecode but (oops, Sun didn’t see this one coming) into Dalvik bytecode.
So, Android uses the syntax of the Java platform (the Java “language”, if you wish, which is enough to make Java programmers feel at home and IDEs to support the editing smoothly) and the Java SE class library but not the Java bytecode or the Java virtual machine to execute it on the phone (and, note, Android’s implementation of the Java SE class library is, indeed, Apache Harmony’s!)













