Skip to main content
 

Managed to get OpenVPN-ng working.  Recommended if you live in Chrome Canary, like I do...


https://docs.google.com/a/google.com/document/d/19UhFhzFenS3zqu-TpFIh96FjFCg9I-VHRAb02mE0LdM/edit?_e...






 

Interesting take on Email based sharing for photos.

.. rewind : we were talking with Yahoo about supporting this use case a few years ago.  Not much came of it.


https://plus.google.com/






 


IMO we need *Public* to be different from *Publicized*.  There are people that want stuff to be out there, but not promoted.  Give the user a choice here..

We've been through this hell many times.  User thinks their audience is small.  We blow it up big time:

- Google+ Shares of Youtube videos
- Photos on a Map
- next?

I've told this story many times, but when I was at hi5 we analyzed why people deleted their accounts.  A big percentage were people with photos that appeared in the hi5 version of 'What's Hot'.

http://www.allisonwoodruff.com/publications/2014-Woodruff-CHI2014-ReputationManagement.pdf






 

*This is how Googlebot fetched the page*

So my  with SEO got the shout out, so I guess I should tell you more...  I learned a few things about driving search traffic at some startups and at LinkedIn which really mastered the practice. When Authorship was unlaunched I noticed that we did quite poorly in this area.

So I got our sites verified on Google Webmaster tools and started going through a few checklists.  Bushels of low hanging fruit.  Many issues have been fixed, but there are many more to go.  I'm collecting resources on this sites page:

https://sites.google.com/a/google.com/oz/oz-documentation/seo

And here's a cover bug that lists many of the problems found:

https://b2.corp.google.com/issues/17438991

Also if you're interested in these issues I can add you to the webmaster tools sites.  You can see what people are searching for and what your pages look like to Googlebot.  And hopefully it's not like the /explore page (which is fixed in http://cr/75340820)

[we now return you to your I release code freeze scramble]


https://plus.google.com/photos/107786897865850743842/albums/6058268239207694881/6058268240831870450






 

I hope you can update Mark with authorship changes the same way you treat Search Engine Land.

I hope you can update Mark with authorship changes the same way you treat Search Engine Land....  He's going to lose some major credibility.

Originally shared by Mark Traphagen

Interview with Me About Google Authorship

Andre Alpar of OMReport.de interviewed me last June at SMX Advanced in Seattle about Google Authorship and the changes we had seen from the beginning of the year up to that point.

Please note that this interview was conducted before Google removed all author photos from regular search, but Authorship still works, and I believe the principles I discuss here are still valid.

 

You can now donate and gift-match via payroll deductions.


https://support.google.com/googlersgive/answer/3381180






 

*One simple trick that simplifies JS Loading!*

@103532563190745371016 has delved deep into script loading and found that it's better to  just use a regular script tag to load many resources.  The key is to use the async and defer attributes.

It turns out that preload scanners work better than the gobs of script-tag-injecting js code, even on older mobile browsers.

If you're targeting IE9 and above you can also use the _onload_ attribute on your script tag to trigger execution when the script is async loaded.

Work is ongoing to update our docs and existing uses in google3.


https://docs.google.com/a/google.com/document/d/1vOKlHN3VI9nlJYbkCIXSZiP_T9QimGvaoh48qR9BKI8/edit?_e...






 

Google Health...  For dogs

Just had to deal with medical records for my dog's chemo treatments.  Very suboptimal.  I was able to get PDFs (instead of fax) and some digital x-rays.

However to make sense of this I had to manually plug in blood test results into a sheet.  Each of these data points had differing error-ranges. etc.

There's a long history of animal based science being applied to humans.  If we could solve the Vet problem we could move on to Humans.....









 

I don't think that's what we meant by "name shaped".

@102143528674197588447 @103643500382916616176


https://plus.google.com/






 

This following comment makes me wonder...  when will HTML not make up the majority of our search corpus?

_They've already been using their ranking system to encourage HTTP and HTML. Think of all the poor BBSs and gopher servers they've been discriminating against!_


http://search-beta.slashdot.org/story/14/08/07/1556204/google-will-give-a-search-edge-to-websites-th...






 

 

John Hjelmstad / Jonathan Beri - same deal as sign in button...  let's incorporate it...

John Hjelmstad / Jonathan Beri - same deal as sign in button...  let's incorporate it...

Originally shared by Gerwin Sturm

As you might have noticed I invested quite some time in Polymer recently. What I like about web components is that they make a lot of things a lot easier, except...

Normally adding a +1 button (or any other Google+ plugin) to a website is just about the easiest thing you can do.

1. Take the code snippet from the docs, e.g. https://developers.google.com/+/web/+1button/

2. Paste it in your code at the appropriate place.

3. Done.

Unfortunately the gapi JS library doesn't like to work with the Shadow DOM. Even if you pass in a direct reference to an element inside of your element it won't work.

The (https://github.com/GoogleWebComponents/google-hangout-button/) works around this issue by adding an element to the light DOM, telling gapi to render the button there, then snatching the element and sending it to the shadow realm dom.

Since there are a lot more widgets to choose from, I took this idea and started by creating a generic element that takes `type` and `data` as attributes to render the appropriate plugin, using the same idea as the hangout-button.

So for the default +1 button you could just use

Or for a profile badge you would use

<google-plugin type='person' data='{"href": "https://plus.google.com/+GerwinSturm"}'>

From there I started to create specific elements, that have the relevant attributes for each plugin.

For now there are only two but others are easy to add:

(the profile attribute will be used to build the href attribute needed by the profile widget)

The plugins still aren't really happy inside of the shadow dom, displaying some errors in the console, and not all interaction seems to be working correctly.

I have some other ideas I will test to improve this, but maybe the gapi team will eventually support Shadow DOM properly ;)

For now these elements work better than not working at all :)

Source code: https://github.com/Scarygami/google-plugins

Docs: http://scarygami.github.io/google-plugins/components/google-plugins/

Demo: http://scarygami.github.io/google-plugins/components/google-plugins/demo.html

 

What is this Messenger app in L???

Will Hangouts still be default? What about Gmessage?


https://plus.google.com/photos/107786897865850743842/albums/6041918966800660241/6041918960428142274?...






 

 

Realized that many people don't know about this nicely curated news blast that's put out every morning.  Subscribe today!


https://groups.google.com/a/google.com/forum/#!forum/morningnews






 

Read this behind the scenes article about Project Boswell with Brett Lider  and Joseph Smarr  who toiled long and...

Read this behind the scenes article about Project Boswell with Brett Lider  and Joseph Smarr  who toiled long and hard to deliver an awesome feature.

This article also showcases how sometimes you have to throw away the first few concepts before you get it right.   Happy that I had a small part at the beginning of the project and props to the many folks that invested time and effort to get this out the door.

 

Nifty new auto screenshot sharing in Ingres. Play Games should offer this as "Screenshot as a Service". I wish that they used Deep Links and Calypso...

Intel report for Portal "Jordan Residence" -- Ace Arch.


https://plus.google.com/photos/107786897865850743842/albums/6031938915992521697/6031938918283855778?...






 

Going to be using hashtags in CLs a lot more now that Critique shows them as links to a search landing page:

https://critique.corp.google.com/#search/&q=tag:socialefficiency&type=cl









 

EA FIFA '73 spotted at Google...

EA FIFA '73 spotted at Google...

 

Big anti-hangouts article from Microsoft.

_Google+ Hangouts is Google’s attempt at a Universal Communications solution, but is designed primarily for consumers rather than information workers. It relies on third-party applications for many key voice capabilities, and has other significant limitations that make it a poor choice for business. Lync, which is easy to use and easy to manage, offers the flexible yet comprehensive UC solution that both enterprises and end users need—a solution that Google can’t match._


http://blogs.office.com/2014/06/09/microsoft-drives-the-universal-communications-revolution/






 

Idea: *bandwidth meter on shuttle*

or a data based way to stop data hogs.

- Install network monitoring on the router. Use sflow or something like http://www.pmacct.net/ Also gather interface stats (up/down/max bw, etc)
- display results for everyone to see
  - use built-in TV/video out (if available)
  - or use an led sign like the one below..

Messages that could be displayed:

  - Bandwidth warning 75% reduce usage.
  - No 3G/4G service.  Hang tight!
  - Warning.  Video usage @35%
  - Display stats for the current ride
     BW used this ride 420M
  - Or even better:
     BW used this ride: 56
  - Or sillier:
    BW use this ride: .05 milli-SWE

Of course a programmable sign could be used for other things too.

Next Stop: West Oakland Park & Ride
Some interesting google-wide metrics (and not the stock price, please...)


http://www.amazon.com/NEOPlex-Programmable-Scrolling-Software-Keyboard/dp/B00B90LY7I/ref=pd_sim_sbs_...






 

 

For a second there I thought we had forgotten some size params on our FIFE urls...


https://plus.google.com/104979267299758620425#__sid=md0






 

This is either really disgusting or super-trollish, depending on whether this person is an actual employee...   Latest comment:

_Nothing at all; this was a decision made by the Hangouts team. The XMPP change has to do with the NIH syndrome a lot of Google engineers suffer from, combined with the incompetence of the Hangouts PM, Kate Cushing._
_Disclaimer: I work for Google._


https://news.ycombinator.com/threads?id=presootto






 

Google+ : For Winners.

(Private communities and hangouts get the job done for Ingress players...)


https://plus.google.com/photos/107786897865850743842/albums/6014259673203354705/6014259666305363442?...






 

Still an empty profile though...

Still an empty profile though...

But not much better than:

Joe Tuman - https://plus.google.com/109949039322333887009

Libby Schaff - https://plus.google.com/110500927796450135344

Bryan Parker - https://plus.google.com/109333654487362962540

At least Parker has a couple of posts there.  Tuman has only 1 Youtube video..

If there are other candidates add them here and I'll share an Oakland Mayor 2014 circle..

 

It's breeding season for -Snowy- Great Egrets.

Next time you're on the west side of 1201 Charleston look up to the trees and you'll notice a dozen -Snowy- Great Egret nests.  Maybe you'll even catch them flying from tree-to-tree carrying newly found twigs.  They really get going on the weekends when they have the campus to themselves.

http://en.wikipedia.org/wiki/Great_Egret


https://plus.google.com/photos/107786897865850743842/albums/6004786295072276513/6004786295235612994






 

 

*want*  - couldn't find an internal bug for this, anyone know?

_Add support for [deprecated = true] on all types of definitions_


https://code.google.com/p/protobuf/issues/detail?id=329






 

Why did no one tell me about this?  Would've been so useful for some mobile debugging a little bit ago....

https://xsds.corp.google.com/









 

I've been very impressed with the rapid progress of Sprint Reader I'm up to 650 wpm and can probably go faster with...

I've been very impressed with the rapid progress of Sprint Reader I'm up to 650 wpm and can probably go faster with a little more practice.

Originally shared by Sprint Reader

Language auto-detection done!

Functionality coming soon and paves the way for more intelligent word hyphenation (by language pattern) and maybe, just maybe auto-translation!

Stay tuned.

  Google Translate     

 

Google+  has some common sense content rules in the User Content and Conduct Policy [1]  You'll notice there is no...

Google+  has some common sense content rules in the User Content and Conduct Policy [1]  You'll notice there is no section on censorship based on viewpoint.

The issue described by Eric Raymond below is much more mundane.  It's actually a problem in the way Google+ previews web snippets.  

A couple of weeks ago we introduced the new Article embed type.  You'll notice these posts by their distinctive large-photos with a ragged-edge.  This new code caused the problem.

The markup on theblaze.com uses the http://schema.org/NewsArticle markup.  That, combined with some other factors causes the preview processing to fail.  This issue was reported to us on April 1st and a fix will be released to production early next week.

I opened an issue on our developer site to track this issue since it does affect a handful of other sites that use the NewsArticle markup.  Feel free to Star it to receive updates: 

https://code.google.com/p/google-plus-platform/issues/detail?id=805

[1] https://www.google.com/intl/en-US/+/policy/content.html

Originally shared by Eric Raymond

G+ may be engaging in non-viewpoint-neutral censorship of news  articles relating to firearms. 

This link:

http://www.theblaze.com/stories/2014/04/04/gun-control-advocates-who-say-more-guns-equal-more-crime-...

results in post blocking when it's either pasted in the link box or pasted in text with the preview image not removed. Others have reported that all firearms-related articles from The Blaze, but not non-firearms-related articles, are blocked.

Something more specific than blocking of firearms-related images is going on, as the Geeks with Guns G+ community would have noticed that a lot sooner than now.

Google has some explaining to do.

 

 

Considering setting up a Google Code Orphanage.

OWNERless code could automatically be "gifted" to a code-orphanage group of maintainers.  Those volunteers could then put the code up for adoption or retire it in a sensible way.


https://plus.google.com/photos/107786897865850743842/albums/5995965251408653457/5995965253170844578






 

Full list of Google supported Donors Choose projects.


http://www.donorschoose.org/donor/2275665/?tab=PROJECTS_SUPPORTED






 

 

 

Google Now is doing a killer job identifying people and songs during the Oscars

Google Now is doing a killer job identifying people and songs during the Oscars

Protip: pull down to refresh and get up-to-date info!

 

Check out the BD doodle on http://google.fr/ today.

Check out the BD doodle on http://google.fr/ today.

Originally shared by Google France

M'enfin ?! C'est quoi ce Doodle ?

Le 28 février 1957 apparaissait pour la première fois Gaston Lagaffe, nouvelle recrue de la rédaction du Journal de Spirou telle qu'imaginée par André Franquin.

Aujourd'hui, Gaston fait un stage chez Google France et arrive en trombe sur notre page d'accueil, accompagné de son chat-dingue et de sa mouette rieuse.

Si contrairement à ses collègues Prunelle, Spirou et Fantasio  ou à nous même qui l'avons au bureau aujourd'hui, vous ne connaissez pas Gaston :

• Découvrez comment un Doodle est réalisé grace à ce GIF

• Apprenez en plus sur Gaston avec Google : http://goo.gl/mUI7IM ou sur son site officiel http://goo.gl/2wWxsh

Nous nous excusons par avance pour tout bug causé par l'une de ses gaffes.

 

Twitter for business marketing department is cranking out the art...   5 pitches in 2 weeks.  All related to tv show integration.  (In this case the Oscars..)


https://plus.google.com/photos/107786897865850743842/albums/5984526121028377329/5984526124445161010






 

Listening to some UK Garage today.  Altavista reference made me smile.

Listening to some UK Garage today.  Altavista reference made me smile.

You won't find us on Alta Vista

Cult classic not bestseller, you're gonna need more power

Plug in the free phase and the generator, crank it up to gigawatts

 

Listening to some UK Garage today.  Altavista reference made me smile.

_You won't find us on Alta Vista_
_Cult classic not bestseller, you're gonna need more power_
_Plug in the free phase and the generator, crank it up to gigawatts_


https://play.google.com/music/playpreview?preview=AE9vGKqCnCd3p4qn9iqqezTaS3AvK63bBfq4F2l1DgNR4I3HhL...






 

I'm hopeful that the San Jose deployment has a halo effect throughout the Bay Area.  Your move Comcast.

I'm hopeful that the San Jose deployment has a halo effect throughout the Bay Area.  Your move Comcast.

Originally shared by Google

Today we’ve invited 34 cities in nine metro areas around the U.S. to work with us to explore what it would take to bring them Google Fiber. In the coming months, we'll work with each city's leaders on a joint planning process to map out a Google Fiber network in detail and assess potential challenges to bringing 100x faster Internet to these communities. We aim to provide updates about which of these cities will be getting Google Fiber at the end of the year. Learn more: http://goo.gl/tMg6F9

 

When I want reliable stats I always turn to BirdSignals


_We'll all be watching and cheering for our favorite athletes on TV in the next few days. In fact, 81% of Twitter users say that they will watch at least some part of the games. Of those, over half said they will be likely to Tweet about it as well ++ ._

_Through our TV conversation targeting, we make it easy to promote Tweets to users engaged with specific events on TV. This feature allows you to interact with people as they talk about a TV show on Twitter before, during and after it airs._

_++ Source: , Twitter & Vision Critical, February 2014_


https://plus.google.com/photos/107786897865850743842/albums/5981792006118916929/5981792003510010594






 

Understandable how this search result was tagged with a menu.  Because 'food' I guess.

Reported at http://go/bad


https://plus.google.com/photos/107786897865850743842/albums/5981514037966807201/5981514041010252658






 

Needed: Periodic testing for developer sample apps.

I've been importing a number of Google's sample Android apps into Eclipse and/or Android Studio.  It's painful.  If we could periodically download and run these Apps on a fresh Android Studio/Eclipse(/Xcode?) we might save developers a lot of time and catch broken examples sooner.   Automation for bonus points...

Here's just a few things I bumped into:

- GMS changed their APIs between v4.0 and v4.1  Half the things I was trying to do didn't work.
- Most examples have a hard coded compile version which means the import fails unless you've been downloading SDK versions for the past couple years.  Once you figure this out it's an easy fix, but it's still another roadblock.
- Developer Console vs Cloud Console.  'nuff said there..

Here's some of the bits and pieces:

https://code.google.com/p/google-api-java-client/wiki/Android
http://developer.android.com/google/play-services/auth.html
https://developers.google.com/+/quickstart/android
https://developers.google.com/+/mobile/android/getting-started









 

 

Had a Google Now card for the album so I'd say it is available

Had a Google Now card for the album so I'd say it is available

 

Daft Punk may have won some Grammys last night - but when I wanted retro electronic/synth I was pleasantly surprised...

Daft Punk may have won some Grammys last night - but when I wanted retro electronic/synth I was pleasantly surprised to discover Psykosonik via Google Play

Cyberpunk themes, Nintendo  SNES ties-ins and beats reminiscent of Crystal Method The   make this some great coding music.  They'll also be my soundtrack of choice if I ever make another ray-traced 3-D demo.

 

Anil Dash - I'm saddened that someone that I worked with and respect wrote something so out of touch with the...

Anil Dash - I'm saddened that someone that I worked with and respect wrote something so out of touch with the situation that's going on here in the Bay Area.  You seem to believe the media hype that the "techies" are elitist and out of touch and that better "marketing" will help win hearts and minds.

The reality is that tech companies and employees are already doing much of what you advocate for, and doing more of it, or marketing it, won't change the situation.  Avatars, Logos, and signs won't help.  Helping people afford housing will.

Specifically:

Using Voices

Employees and company leaders already advocate for better housing and infrastructure.  Google has succeeded[1] and failed[2] to build housing in Mountain View near it's campus.  Facebook too[3].

Volunteering and Civic Initiatives

Google (and other companies) match donations 1:1 and encourage their employees to give.  There's also the following

  - Google.org 

  - Google for Nonprofits 

  - Supporting local communities via GoogleServe[5]

  - Google sponsored a huge push to fund Kiva loans last year via their own and employees giving.

I am very proud of what's been done here and how Google has made me a better donator and volunteer.

Community Involvement 

Extending benefits like food and day care to people in the community is an interesting idea.  There are problems however -- employee services are at the work places, not in the neighborhood where people's rent are going up.

Plus there are often better ways for employees to engage with the community.  I've met and talked to plenty of people while picking up trash in West Oakland.  Plenty of other people are already very active in their churches, schools and communities.

In Closing...

If every shuttle was banned the problem would still remain.  In the past 10 years San Francisco has built  17k new units of housing while adding 75k residents[6].  This is a complex issue that's not going away soon.  Marketing isn't going to change it.  Getting more housing and helping people worried about paying rent will, even while many are directly benefitting[7].

I'll leave you with the conclusions from Elias Levy's in-depth data based analysis[8] of the situation:

In the end, tech workers are simply a convenient straw man for folks to direct their anger at high rents, which are simply the result of a strong economy, the anti-development history of San Francisco, the city’s limited geography, and market forces.  In a slightly different scenario, the vilified workers could have been in biotech, aerospace, or finance.  So long as the local economy is strong, San Francisco is a desirable place to live in, and the population increases, rents, like real estate, will go up in San Francisco.  At best, we can slow down these market forces and provide a helping hand to those less fortunate to ensure they have some support dealing with these changes.

Full disclosure: I work at Google. I wrote part of this on a Shuttle from the East Bay, and would still be driving if it wasn't available.

[1] http://abcnews.go.com/Business/google-invests-sparkly-housing-development-mountain-view-calif/story?...

[2] http://abclocal.go.com/kgo/story?section=news/local/south_bay&id=8731879

[3] http://arstechnica.com/business/2013/10/the-houses-that-facebook-built-are-coming-to-san-francisco/

[5]  http://www.google.com/giving/community/

[6] http://www.sfgate.com/opinion/openforum/article/How-San-Francisco-creates-its-own-housing-crisis-513...

[7] http://www.npr.org/2014/01/22/264528139/long-a-dirty-word-gentrification-may-be-losing-its-stigma

[8] http://elias-levy.tumblr.com/post/74103701680/san-francisco-eviction-protests