Skip to main content

Its Never Too Late For Some Good Old Google Facts

I must admit, I am a fanatic. My virtual day start with Google and ends with Google. So when I came accross some fun facts about it, I have to share it. So feast on the list taken from different sources (other sources may be unreliable) , I just got those that made me smile.
     
     
     
  • The name "Google" was an accident. A spelling mistake by the original founders who thought they were going for "Googol". Fellow graduate student Sean Anderson suggested Google creator Larry Page and Sergey Brin name their site "Googolplex". Page suggested they shorten it to "Googol" , which refers to the number 1 followed by 100 zeroes. Anderson mstyped "Googol" as "Google", which was an available name.  
  • The first Google storeage was made from LEGO. See article here.
  • Google originated from the Stanford School of Engineering as an attempt to catalog and analyze the World Wide Web. It first ran at Stanford with the user name  "google.stanford.edu".
  • Google's  homepage has been known for its simplicity. The simplicity and minimal design is one of the major reasons why Google became more popular than their competitors like MSN, Yahooo and AltaVista. The minimal design was actually created because of the limited knowledge that Google founders Page and Brin had of HTML
  • According to Justin , writing for http://Minyanville.com, later in 1999, two graduate students at Stanford University, Sergey Brin andLarry Page, decided that Google, the search engine they had developed, was taking up time they should have been using to study. They went to Bell and offered it to him for $1 million, but Bell rejected the offer, and later threw Vinod Khosla, one of Excite's venture capitalists, out of his office after he had negotiated Brin and Page down to $750,000. Excite's refusal to buy what became a $180 billion company by 2010 was labeled by Rohrlich a  "stupid business decision".
  • Google.com is the most used domain to check if internet connection is working due to its fast loading time and minimal design.
  • Google's first ever twitter post was a satisfyingly geeky as you could hope for . The message was sent in February 2009, reads “I’m 01100110 01100101 01100101 01101100 01101001 01101110 01100111 00100000 01101100 01110101 01100011 01101011 01111001 00001010.” which reads : "I'm feeling lucky."
  • Most Google users never use the "I'm feeling lucky" button. But trials of removing the button made people feel uncomfortable. People did not like seeing the button removed.
  • While  all the companies want the users to stay longer on their site, Google search wants its user to stay on it for the minimal amount of time. That is their driving force.
  • Google  rents out goats. Yes you read that right. It rents goats from a company called California Grazing to help cut down the amount of weeds and brush at Google HQ.
  • A Google employee is named a “Googler” while a new team member is called a "Noogler". 
  •  
     
So there you go, something to share to other Google users.  To cap it off, I have embedded below the first video that Google made to promote application development using the Android platform. Of course we all know what happened next :-)

 


Comments

Popular posts from this blog

Getting Started with Stateless : A Lightweight Workflow Library Alternative for .NET

Image Credit: https://www.pioneerrx.com A year ago, I was looking for a simple workflow manager for a project I was working. Its a medium sized application that involves tracking the state of assets in the system. Back in 2008, Microsoft (MS) introduced new technologies along with the release of Visual Studio 2008: Windows Presentation Foundation (WPF), Windows Communication Foundation (WCF), and  Windows Workflow Foundation (WF). Having worked in a company utilizing mostly MS products for development, my first option was to go with WF. After doing some time reading and studying the library, I paused and decided it was too complex for my requirement. Using WF would be an overkill and the fact that it has, a rather, steep learning curve, there has to be another option. My mind toyed with the idea of developing a simple workflow library myself. It would be a learning experience but it might end up consuming a lot of time. Why reinvent the wheel? So I started querying the ...

Hiding Unwanted Python Folders and Files in Visual Studio Code

Visual Studio Code is a universal editor and pretty good at it. However, the explorer view maybe cluttered with the automatically generated folders and files confusing developers. Python is no different. Below are example files and folders generated by Python. The __pycache__ folder and *.pyc files  are totally unnecessary to the developer. To hide these files from the explorer view, we need to edit the settings.json for VSCode. Add the folder and the files as shown below: Copy and paste the lines below : "**/*.pyc" : { "when" : "$(basename).py" }, "**/__pycache__" : true

Cyber-bullying : The "good", the bad and the ugly

Image courtesy of http://www.digitalesq.com/ Cyber-bullying is defined as  the willful and repeated use of cell phones, computers, and other electronic communication devices to harass and threaten others. With the advent of social media, the incidents has increased in numbers and the victims does not even know what is hitting them. For the past years, we have heard of  depressions and deaths because of this. Yet, there has never been a strong drive to increase public awareness and promote support groups to help victims outside of the schools.  Campaigns and programs has never gained mainstream presence enough to make an impact.