Affichage des articles dont le libellé est google. Afficher tous les articles
Affichage des articles dont le libellé est google. Afficher tous les articles

vendredi 7 septembre 2012

Google Public DNS


What is Google Public DNS?

Google Public DNS is a free, global Domain Name System (DNS) resolution service, that you can use as an alternative to your current DNS provider.
To try it out:
  • Configure your network settings to use the IP addresses 8.8.8.8 and 8.8.4.4 as your DNS servers or
  • Read our configuration instructions (IPv6 addresses supported too).
If you decide to try Google Public DNS, your client programs will perform all DNS lookups using Google Public DNS.

Why does DNS matter?

The DNS protocol is an important part of the web's infrastructure, serving as the Internet's phone book: every time you visit a website, your computer performs a DNS lookup. Complex pages often require multiple DNS lookups before they start loading, so your computer may be performing hundreds of lookups a day.

Why should you try Google Public DNS?

By using Google Public DNS you can:

samedi 24 septembre 2011

Searching for New Ideas

Technology Review (09/22/11) Tom Simonite

In an interview, Google director of research Alfred Spector, who is leading a team that is focused on the most challenging areas of computer science with the goal of shaping the company's future technology, discusses its work in artificial intelligence (AI). Spector says the group is working on areas such as natural language processing, machine learning, speech recognition, translation, and image recognition. The research has resulted in better translation tools that now use parsing, and Fusion Tables, which enable users to create a database that is shared with others and to visualize and publish the data. Spector says that Google's general approach to AI is actually a hybrid AI, which means that the company learns from its user community. He says that AI also could contribute to social network communications technology by recommending content or communicating across languages. Beyond AI, the researchers are working on security issues, specifically if it is possible to constrain the most-used programs to run with minimal amounts of information.
View Full Article

mardi 29 mars 2011

Héberger vos applications dans le nuage Google "App Engine"

Getting Started: Java

This tutorial describes how to develop and deploy a simple Java project with Google App Engine. The example project, a guest book, demonstrates how to use the Java runtime environment, and how to use several App Engine services, including the datastore and Google Accounts.
This tutorial has the following sections: