Can you guess the theme of this playlist which ranges from pop to metalcore?
Also this contains a song that is not in Google Play (Erykah Badu) What do you see? Is it playable? (Hope not, that would put us on par with Grooveshark...)
https://
#googplus
Anyone have contacts in Argentina? Teleshow (http://
annotation="medium "
to
annotation="bubble"
I'll personally send the person that helps fixes this a Google+ t-shirt and a kudo.
http://
#googplus
Haven't used chrome jank tools for a while, wow. Loving the paint and compositing feedback.
Replacing goog-inline-block with 'display: inline-block' is helping. Removing useless positioning helps too. Have a few CLs out to get rid of some of the boxes below...
https://
#googplus
Appengine naked domains still not supported? Comments disabled too?
<sadface/>
Going to have to host my I/O examples elsewhere -- the extra _www._ makes a difference..
https://
#googplus
Looks like we're not quite #onegoogle for image filtering.
TL;DR -- SIte displays porn content from freebase/knowledge graph that violates AdSense ToS.
_A quite strange thing happened recently. I have a news website and I'm using Freebase API to provide readers for more in depth information about the content of news articles. The site runs Google's AdSense ads._
_Following the publication of a local news, on the sidebar containing text and images downloaded through Freebase API, an image of a woman with her bare breasts was displayed._
_Well, that image, made available by Freebase, which is a Google product, was considered obscene by the team of AdSense (also a Google product), which decided to suspend the service. A sort of vicious circle of Google, exercising a censorship on itself._
_Given the impossibility to make Google people understand that the visualization of such kind of images was occasional and not intentional, I'd prefer to avoid such problems in the future. Hence, I'd like to know whether there's some way, when using Freebase API, to filter out images considered obscene by the AdSense team._
#googplus
Is there anything we can do to help hacked Wordpress installations that have pharma ads? As you can see below it's impacting sharing to G+:
http://
https://
This has been going on for *years*, I've personally had to burn down and rebuild many WP blogs for friends. (and multiple times due to backdoors). (Read more about it at http://
What can we do? Are we still running netagent to detect spam cloaking? Can we detect spammy links/text and refetch? Should Google+ ignore spore and just refetch using it's own user-agent (ick!)?
http://
#googplus
Can GFEs do more than basic redirects? Like mod_rewrite? It seems like it'd be super useful. For example:
https://
could be redirected to
https://
It appears the the path_redirects only allow for path->absolute redirections.. Happy to be proven wrong.
#googplus
Someone needs to convert to Google+ sign-in...
http://
#googplus
Just found my next cleanup
https://
@Nullable Present<T> means nothing...
#googplus
It's the _green_ room show room.
Check out those snazzy animate-in effects...
http://
#googplus
Social Score pipeline visualization. I think Alexandria is the slow draining bathtub...
https://
#googplus
When did we hire Lady Penelope?
ref: http://
https://
#googplus
Sadly it appears we may need to add (like facebookexternalhit/1.1 (+https://
to our fetch requests...
https://
#googplus
Should a search for -M- (a french musician of some note) work?
I had to actually search for M disambiguation to find this:
http://
http://
#googplus
Google, remember this....
http://
#googplus
So go/babble exists.. It's basically "Readability" for English (and I'm glad there's no such requirement..)
I did learn a little bit, specifically the source of "do the needful".
https://
#googplus
Free Pie on π day...
10:30 AM - 11:30 AM
MTV-40-2-Seville Tech Talk (155) VC
https://
#googplus
Another shuttle ride close-call! ... and my most strenuous exercise of the day.
https://
#googplus
New widgets refactor code-name: Sprockets
Your widgets have become tiresome.
It evokes SNL, the Jetsons, and a tooth'd gear.
http://
#googplus
Thinking of posting this externally.... Already left as a comment on a post. I think it might help people understand what's at stake.. I just need to find a creative commons image of dollars in a mattress :)
---
Keeping all your data on your own hard drive? Do you keep your money in your mattress?
Just like most of us keep our money in a bank/credit union, most of us should keep our data in a trusted place and only carry around what we need at a given moment.
#googplus
Anyone know how to debug gmail issues? I don't know which dogfood just bit me.
All of a sudden I saw my mail in my inbox dissappearing 4-5 per second inside the offline gmail chrome app. First time I ever saw the 'happy sun' image which I assume is what you get when your inbox is empty.
Not sure if it's the Chrome app or the dogfood android or something else.
All inboxen are affected back to Feb 19.
Also if you sent me email and need a response ping me on chat until I sort this out...
#googplus
If you hit a bug too many time your IP gets DoS-blocked which makes Google+ unusable. Ouch...
The funny thing is that the /jserror and /reporthttp4xxerror endpoints also end up getting blocked so our backends won't allow us to detect this behavior.
https://
#googplus
#gpluswishlist
Automatically create a reverse-time sorted youtube playlist for videos posted to a community. Allow you to subscribe to it like a podcast.
Automatically create a photo album for all photos posted to a community.
#googplus
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