How about support for humans.txt in authorship?
https://
#googplus
Is there an easy way to null-mock an RPC interface in Java/Apps-Framework? I couldn't figure it out with some time in code search
I'm seeing people using easymock and mockito to do this, but that feels wrong (RPCs don't return null!) and also means that these testing frameworks might find their way into production code if we're not careful.
Here's an example:
import com.google.ccc.groups.index.server.api.proto2api.CommonGroupsApi.CommonGroupsIndexSyncService;
...
@Mock
CommonGroupsIndexSyncService.ClientInterface mockSyncServer;
...
bind(CommonGroupsIndexSyncService.ClientInterface.class)
.toInstance(mockSyncServer);
Perhaps we could have a stub implementation that could do the following:
1) Implement returning defaultValue for all requests.
2) Implement returning RpcException for all requests.
Extra credit for the following wrapper class that would allow for injecting behavior into the pre-rpc/post-rpc phases:
public class ForwardingRpcClientInterface {
...
pubilc T delegate() {}
beforeRpc(...);
afterRpc(...);
public Object invoke(...) throws Throwable {
// defaults to forwarding to delegate
}
}
With something like this you could implement a client-side cache or short-circuit requests here. You could also implement the defaultValue/RpcException classes based on this.
#googplus
Some perspective from last year's I/O.
http://
#googplus
Since we're talking about degenerate +1 buttons in the wild -- here's one that's pretty bad. It appears that someone took a plusone button iframe element from the dom of one page and slapped it into this.
@109016304695129264328 -- do you have any inside connections?
http://
#googplus
A favorite open ended topic I use for interviews.
_Your Coffee Shop doesn't use 2-Phase Commit_
[and a sad snippet for pdf link shares..]
http://
#googplus
It's 2013 -- why do we still have problems with hotspots in Bigtable/Kansas?
I have not looked into the backend design, but this seems like something that's been solved in the past.
Do we not have
- Dynamic-sized replicas (add more read-only replicas for hot keys)?
- What about adaptive sharding/rebalancing (rehash based on usage)?
- Hierarchical storage? (automatically move dormant accounts to older/slower hardware, move back when reactivated)
- Or... the ability to manually move a single hot key to it's own instance. (variant of adaptive sharding above)
I know about the stubby cacher and how that can help, but that seems like treating the sympton rather than the source of pain.
#googplus
http://
per 1000
twitter followers
0 Instagram likes
3 Soundcloud plays
5 for FB Likes
5 for FB Likes (USA)
0 for YT Followers
0 for +1s
0 for YT Likes
We're premium... Congrats S&A team @115520453074644055116
http://
#googplus
Good idea? Bad idea? I'd probably want some heuristics (like don't show http://
Maybe even just limit it to stripping off query params?
Chrome folks?
http://
#googplus
Ported my code to run on corp. Luckily twitter has undocumented ssl support for their URL count.
https://
I'll be hacking this on/off. You can see the crufty jquery stuff in /home/plindner/www/thecount
#googplus
Of interest to moments API work / Aspen and Google+ History
Has the concepts of Actor/Verb/Target
@117410472150303805486 @114489135332974198500 @104392738264586850178 @110885671099056346036
http://
#googplus
Should we tell the world that you can get +1 counts like this?
https://
Instead of the gross reverse engineered hacks that are out there that post to clients6.google.com?
https://
#googplus
Just saw this guava witchcraft snippet in a code review today from @112047346673343275962.
In this case we wanted to sort by a primary, secondary and tertiary key. However we only want to keep the first 'primary' entry found.
The magic is that ImmutableSortedSet throws away duplicates, and you can define duplication with the orderedBy() method (which should almost be renamed to .orderedByAndEquals())
sorted = primaryOrdering.compound(secondary)
.compound(tertiary)
.immutableSortedCopy(full);
return ImmutableSortedSet
.orderedBy(primary)
.addAll(sorted).build();
#googplus
Should we make a crowdsourced hashtag <--> freebase mid site?
Here's a stillborn site that would have been my first choice for a name...
http://
#googplus
Cloud based Music Queue sounds like an interesting idea. Maybe you could 'fling' your queue to any screen....
https://
#googplus
Can someone help me decipher where this page is being generated? I want to change it to pass in the rel="me" param to the ancient focus widget.
If possible I'd also like to see it use the G+ profile badge instead which is much much nicer.
http://
http://
#googplus
In honor of C-Sprint - *Convoy* and *CB* radio. And Rocketsled on rails, I don't care if it doesn't start with C.
http://
#googplus
Ads folks, good? bad? otherwise?
I want to align the widgets we support with common dimensions used in web layout. What better place to start than the ad-units most sites use.
My goal here is to make widgets fit seamlessly into layouts and make widgets usable for ad campaigns - for example:
- Brand Follower Widget as an mrec.
- Community Widget latest posts with subscribe.
- etc.
http://
#googplus
If I could clone myself I'd spend all my time doubling-down on making Google *the* place for musicians and bands. Between Play, Youtube, Search and Plus we have so much to offer, yet don't wrap it up in a pretty package like we should...
http://
#googplus
Why are we serving up the refresh images? Are the cache headers set properly? I've been noticing this too on desktop and mobile.
Photos team -- any idea what's going on here? @102367365652197389609?
https://
#googplus
Have ideas on how to improve Google+ widgets? Add your ideas and up/down vote existing ideas here:
https://
This uses Lightning which is a frontend to buganizer for ideas collection and management. It's funny how a simplified interface can make such a difference.
Try it out!
https://
#googplus
Is it time to stop domain-sharding for browsers using SPDY?
I notice that we're doing the right thing for images in the Google+ stream:
https://
Guessing there's lots of other places where this pattern is used..
#googplus
How did I miss this? @110388429398517693608 -- how well is this supported?
Man I hope that we only need a style="display:block" tucked in there for converting links to widgets.
http://
#googplus
I'm a bit worried that some Googlers are getting a little obsessive with this game. Not to name names but there are some people that have portals all throughout the googleplex in Mountain View and will take back anything that gets blown up in the matter of minutes.
I suppose it doesn't matter much now that the Resistance has taken over almost everything. I'm not going to bother and channel my obsessive-compulsiveness into my job instead...
#googplus
Everyone. Please add sensible canonicals.
- Especially if you have a 'enable SSL' bit.
- or if you have content that spans multiple domains
- or if you respond to /foo and /foo/ without a 301 redirect on one of them.
I've noticed two canonicalization issues (project hosting and sites) in the past few days. I'm guessing there are many more out there..
http://
#googplus
Anyone looked into this? Happy to see alternates, but I am somewhat concerned about this quote:
_...there seemed to be little interest from Google in changing and extending GPB to address the performance related issues._
http://
#googplus
[ note -- this a test of how social actions increase the score you see on third party websites. To see it in action:
1) Go to techcrunch and note the counter value.
2) Comment/+1 here
3) Reload the page after a few seconds to see the number go up.
wheeeeee!
http://
#googplus
This is pretty nifty. Just need to wrap this in a chrome extension...
https://
#googplus
Begone vile techcrunch transparent image seen in too many shares..
See http://
https://
#googplus
*Suggest* -- _it's not just for search queries_
Is there a "Google Cookbook" resource for our customers on how best to use our plethora of services given a scenario?
The specific example I have is "opening a new restaurant". Here's some of the steps I can see that we might want to suggest.
* -Sign up for a MapMaker account, add your Restaurant.-
http://
Oops, found out you can add your listing here instead:
http://
* _.....wait for review of your edits...._ * Do not create a Google+ profile (yet) despite what you read at:
http://
* Consider Apps For Your Domain http://
* Create a website for your business using Google Sites
(Or maybe Google Drive? Or just host it)
* Sign up for Webmaster Tools.
https://
- Verify website ownership via DNS or 'magic' file.
- Set your geographic target.
- Set up sitelinks for directions/menus
- more?
* Sign up for AdWords. Set your timezone forever and ever:
https://
* Sign up for Google Analytics
https://
* Sign up for Blogger, and create a blog.
https://
* Add the following to your website
- Google Analytics
- plusone/share buttons
https://
* Phew, -MapMaker- Google Local listing approved weeks later!
* Go to the Google+ Places page, and submit request for verification.
* _.....wait for postcard to arrive in the mail....._
* Start posting to twitter/facebook/tumblr/yelp in frustration.
* Get Zagat rated:
http://
email to presskits@zagat.com
[??? Is this obsolete information?]
* Hooray! My business verification postcard has arrived.
* Verify my business! Create my plus page linked to my Places page.
* [delete any plus pages you may have created before this point. so sorry!]
* Connect Plus page to my website
http://
- add magic <link.. tag> or a brand badge widget to verify.
* Add my Opentable link.
* Get interior street view for my business
http://
* Add Blog/Social Networking links to my Plus page for authorship.
* Upload photos to my Plus Page.
* Get Followers for my Page and have them write reviews.
* Sign up for Google Offers
https://
* Start an Adwords campaign.
* Post regularly to the PlusPage by setting a reminder email.
After poking around gathering these links it really makes you realize that our Org Chart is on display and how painful this is for users that just want to get things done. I also realize that we've made great progress in unifying many services.
That said, there's lots that could be done. Can we suggest the next step to a user? Can we remove the speed bumps between products. Can we infer customer intent? ("It looks like you're opening a restaurant, you might want to do A, B, C next.)
#googplus
IDF needed: *Method of generating culturally non-offensive hash numbers.*
Requesting "Satan's number" removal from my profile!!
Jacob Ryan Hughes Jan 10 08:49PM -0800
I am requesting an *immediate* URL number sequence change!! The pattern in
my profile's number sequence has the following 3 in a row 6s, symbolizing
"Satan's number" in the Bible. It wasn't until today (01/10/2013) that I
realized that the number sequence had the following "symbol". I will even
pay for a shorter URL for the inconvenience! Please help me resolve this
issue!!
Here is my profile
https://
#googplus
Meeting room occupied beyond the end time? Try this:
1) Find the hangout for the meeting that's running over.
2) Join the hangout.
3) Add Youtube app.
4) Play annoying videos
http://
#googplus
Potential Aspen partner for using people.list APIs
https://
#googplus
Anyone have a copy of this lying around? If not I'll expense a copy (or two).
A good chunk of it is in Google Books, but would like to read the rest of it.
http://
#googplus
A little something shared with me by my former colleagues at LinkedIn.
http://
#googplus
The secret truth -- the ITU wants deep packet inspection to fix their Content-Type charset headers..
https://
#googplus
+1 buttons on LinkedIn? Amazed. Amazed.
http://
#googplus
*Hidden Riches!*
From java-libraries-dev
ImmutableMultimap has an inverse() method, so it's really also ImmutbaleBiMultimap.
http://
#googplus
Count -all- more of the +1s !!!
And we can even beat twitter when the article isn't being reposted by tons of bots, like this:
http://
https://
#googplus