Live data from Hacker News

Google showing animated ships when searching “ever given”

google.com

41–50 of 56 posts

Re: Google showing animated ships when searching “ever given”

#41
post #27

Earlier quoted context omitted.

Or even better: a calculated decision to create a culture where people who are not executives can approve a release that ultimately functions as a PR stunt, without requiring everyone involved to necessarily see it that way. It scales much better

I have a difficult time believing this didn't go through multiple layers of review.

I bet it did (as any change to production); whether that had to involve "executives" that's another story.

Re: Google showing animated ships when searching “ever given”

#43
post #33

Earlier quoted context omitted.

As a google employee I’m glad the culture of doing fun things perseveres from the early days, despite our massive growth.

I have to say that I'm impressed that at the scale of google they have the ability, and the desire, to approve and turn around small fun things like this so quickly. I assume there must still be a fairly deep process to get approval to do something like this, but, one which must be hyper-efficient and streamlined. If google took even 24 or 48 hours to approve a change like this the moment would be gone. I'm very curi…

I don’t know the specifics but my guess is that the team responsible for search front end has people who are responsible for Easter eggs. Someone, maybe from that team, would have filed a launch ticket for that specific feature, and quickly obtained approvals from privacy, legal, and product management people. Then some engineer and designer probably volunteered themselves to do the work, and did it. Generally launch approvals are fairly streamlined, and only get bogged down when the thing being launched has complex privacy, security, or legal considerations. In this case I’d imagine those issues are almost nonexistent so that’s why it could happen so quickly.

Re: Google showing animated ships when searching “ever given”

#45
post #33
post #22

Earlier quoted context omitted.

I'll be the cynical one this time and say that I'd rather carefully calculated PR stunts didnt have an affect of making corporations seem more fun and human. Sociopaths wear all kinds of convincing masks

As a google employee I’m glad the culture of doing fun things perseveres from the early days, despite our massive growth.

I will pray for your soul.

Re: Google showing animated ships when searching “ever given”

#46
post #33

Earlier quoted context omitted.

As a google employee I’m glad the culture of doing fun things perseveres from the early days, despite our massive growth.

I still don't consent you tracking me on web properties all around the world. Crazy how people justify doing these things at the time everyone needs to question themselves. No means no ib this context as well.

> No means no in this context as well.

No, you have no right to demand that so it does not.

In all reasonable jurisdictions I have the right to server logs and to share those as I feel reasonable. Protect your own privacy, don't intrude on my right to journal.

Re: Google showing animated ships when searching “ever given”

#47

Whatever our criticisms of Google, it's part of our internet culture in sometimes weird and wonderful ways. This seems kind of like a little happy dance for the world after so much hand wringing and legitimate worry.

I feel the same way when I see Northrop Gruman, Raytheon, Lockheed Martin, JPMorganChase and Goldman Sachs celebrating Pride Month!

Re: Google showing animated ships when searching “ever given”

#48
These ships also trigger for "did you mean" searches. So, for example, search for "ever givne" or "ever gaven". Google's engine will start "Showing results for ever given". That must mean that the ships are applied after the query is resolved. Clicking "Search instead for ever givne" will take you to the original query's result set which will no longer contain ships.

Re: Google showing animated ships when searching “ever given”

#49
post #26

Earlier quoted context omitted.

I wonder how much maintenance and testing these things add. Sure it would be trivial to get it working now, but they must have to do so many checks to see its not breaking on other browsers and then that it doesn't cause issues in the future.

In this case, it's a div full of ship emojis separated by   and a css animation, so no javascript. You can change the speed in the js console... $('div.resultMarquee').style.animationDuration='120s';

The element is placed on the page with a `DOMContentLoaded` callback.

Re: Google showing animated ships when searching “ever given”

#50

Gee I’m glad to see their real issue backlog is now empty so they have time to do this kind of bandwidth-wasting, cycle-sucking garbage.

Barely bandwidth wasting since they're using the official ship emoji vs shipping an image.

To be specific, the entire `...` that this is contained in adds an additional 158 bytes to the compressed response.
Post reply on HN