Skip to main content

April Fool: Gmail Motion and Goggle's Pranks for 2011

APRIL FOOL!!!




Yes that is the spirit of the day. Everybody tries to fool you today (and you try likewise). My day too started with my mother fooling me :(
And then of course I got into action :) After a few pranks I logged onto the net too see what Google had in store for us, like it every year had on April Fool's day. And i was not disappointed.

Gmail had a new revolutionary product for us. Gmail Motion!!

See the video here:



Gmail product manager Paul McDonald, in a deadpan explanatory video, said Gmail Motion uses a "language of movements that replaces type entirely" and ends reliance on "outdated technologies" like the keyboard and mouse.

Of course let me clarify. If you don't already know...YEAH this is the Google way to april fool us. :D
Just the prank I was waiting for. If you still haven't seen it go here

But though this was the hugely popular and shared link of Google's April fool. I googled a bit and found a few more similar pranks by Google itself :P
Looks like even in the April fool arena there is compitition within google and Gmail Motion won the King's Throne to be the April fool prank.
Nevertheless The other pranks are quite as good.

First on the list is

So what is this? With this Google promises to improve our browsing experience by using fingers!!
In their words

Want to increase your hands’ STRENGTH and DEXTERITY while browsing the web FASTER and fitting into sleeker, SEXIER gloves?
Chromercise is the finger fitness program you’ve been drumming the table for. BUILD muscle tone and flexibility! ELIMINATE unsightly
upper-finger flab! Surf the Net like a speed-typing master! Put the world in your hands—GET CHROMERCISED!
See the video here  

Goto The real Link here: Chromercise

Next on the list is from Google Jobs!! :P Want a job in Google? This might just be the job you want :D


So what precisely is it? It's very simple. Remember that Google instant search? Yeah this is a job to be "Autocompleter". Meaning you get to guess what people are gonna search and have to provide that instant search. In their words



Every day people start typing more than a billion searches on Google and expect Google to predict what they are looking for. In order to do this at scale, we need your help.
Google's quality team is looking for talented, motivated, opinionated technologists to help us predict what users are looking for. If you’re eager to improve the search experience for millions of people and have a proven track record of excellence, this is a project for you!
You might want to view the video here :P


Go to the post here: Google Auto-completer

Next comes Google Cow!! from the Google Labs :P

The less I say about this is better. :P
You should all just see this video to understand what it is :P



The original link can be found in: Google Cow


Another new entry. Google translator for Animals :P


This is Google uk production.


I think you can get the basic idea from the image.
Now this one is an Android App!! And it is actually available to download via this barcode (my android friends point your camera this way)
In their words 

We are excited to introduce Translate for Animals, an Android application which we hope will allow us to better understand our animal friends. We've always been a pet-friendly company at Google, and we hope that Translate for Animals encourages greater interaction and understanding between animal and human.
Translate for Animals is an application for Android phones that recognises and transcribes words and phrases that are common to a species, like cats for example. 
View the video here


Now the second-last and the most enchanting one: Google Teleportation :P



Now this one is from Google china and the whole page is in chinese (and yeah the Google instant translator won't work here.)
So what this one is supposed to do?
Well that part is quite astonishing. In google's word:

Through the search is to let Google take you through time and space, most want to reach your arrival time, place, with an immersive way to perceive everything you want to perceive. For example:
  • Would like to know beauty tips to lose weight?
  •  Today, any search engine on the planet can not give you accurate answers. Please use the Google search through! When you personally through the heroes, beauty, sword, horse of the late Spring and Autumn, you have the opportunity to see the beauty of true tolerance, when she ask for thin Cheats!
Now when you search something...anything then you arrive at an ajax enhanced page with many things along with this recommendation :P


Dressed in the crossing before the guarantee clean, glossy hair, and make sure you have that may be encountered on this through all the fantasy or not the result of fantasy are mentally prepared.Now, to start thinking Macross transfer function, Make sure you follow the action under the figure of four beats, earnestly to do gymnastics again through Google:
You can see the original link here : Google Teleport
Now the last one :)
Google is playing with the world's love of Helvetica and hate of Comic Sans fonts. (I'm generalizing and editorializing here.) If you search for "Helvetica" in Google, the results show up in Comic Sans. OK, maybe not everyone will find that as hilarious as those of us who've worked in typography will, but maybe it'll at least make your eyeballs smile this morning.

Google is renowned for its April Fool's jokes, which over the years have included job applications for positions on the Moon and the revelation that its Internet search rankings are compiled by pigeons.

And these things certainly made my day (partially).

These are all I could find today. if any of you encountered any more pranks by google made for 2011 April Fool, don't forget to leave a comment here :)

Edit: Just included a new prank i just found out.

Comments

Popular posts from this blog

Racecraft (Project Koru) · Prologue — The Origin Story

Racecraft · Prologue , The Origin Story It Started With a Wine List and a Question About Racing How a happy-hour conversation in the Bay Area turned into a trustable AI race coach , and then into a second version that runs entirely on a phone, on the NPU. This is the prologue to a five-part series. Two years ago(1st November, 2024) I was in the Bay Area for a GDE Summit. If you've never been: it's a couple of days of talks among Google Developer Experts, the kind of people who get unreasonably excited about a new on-device runtime, and then , mercifully , a happy hour where everyone stops performing and just eats. We ended up at a restaurant(Puesto Santa Clara), a long table of GDEs, and I was doing the most important engineering of the evening: trying to decide which wine to order. Across the table was Ajeet Mirwani . I don't even remember how the wine talk turned into racing talk , these things drift , but the moment the word "racing" ...

A Split‑Brain Neuro‑Symbolic Training Method for High‑Velocity Autonomous Coaching from Telemetry

 Author: Rabimba Karanjai Scope: Problem statement + data methodology + model training (no deployment discussion) Abstract Real‑time coaching in motorsport is a safety‑critical learning problem : a system must map noisy, high‑frequency telemetry to short, actionable guidance that remains physically consistent and avoids hazardous recommendations . This paper proposes a “Split‑Brain” training formulation that separates (i) a semantic coaching target (what action/critique should be expressed) from (ii) a reflexive interface (how actions are represented as compact, verifiable tokens). The approach trains a Small Language Model (SLM) in the Gemma family [1] using QLoRA fine‑tuning [2] , and introduces a telemetry tokenizer plus teacher‑student synthesis pipeline to generate instruction‑action pairs at scale. Core contribution: a reproducible method to convert “ golden lap ” differential tel...

The Throughput Trap: Benchmarking vLLM on OpenXLA and the Reality of Production LLM Serving

vLLM Systems · DevLab 2026, Deep Dive I was recently invited by the Google TPU team to speak at the OpenXLA Summer DevLab 2026 . This post breaks down our deep-dive evaluation of the matured vLLM + OpenXLA stack, the fundamental engineering mismatches between CUDA and XLA serving paths, and why traditional capacity metrics are lying to you. If you are operating large language models at enterprise scale right now, your platform architecture team is likely staring at a massive infrastructure crossroads: Should we migrate our core serving workloads from GPUs to TPUs? Historically, NVIDIA's CUDA ecosystem was the only serious option for user-facing, low-latency LLM generation. But here in 2026, the economics and infrastructure options have transformed. Google TPUs are highly available, cheaper per chip, and the open-source serving stack built around vLLM and OpenXLA has officially achieved absolute production readiness. Yet, when our infrast...