Showing posts with label google. Show all posts
Showing posts with label google. Show all posts

Sunday, March 22, 2009

Sony Reader Taps Google's Public Domain Books

Sony Corp is making available public domain books from Google to users of its electronic book reader, Sony said on Wednesday, vastly increasing the amount of available content on the device.

In the latest round of a budding digital book battle with Amazon.com Inc, Sony said that more than a half a million classic titles will be free to users of the Reader, which allows consumers to read books and newspapers on a hand-held device. That will boost the available titles in Sony's eBook Store to more than 600,000, Sony said.
Sony sells two versions of its Reader, which competes directly with Amazon's Kindle. Kindle users can access over 245,000 titles plus newspapers, magazines and blogs. Whereas Amazon touts its relationship with publishers and access to a wide range of best-selling titles - which generally cost $9.99 - as a selling-point for the Kindle, Google has sought to make its collection of public domain books widely available. Public domain books, whether Jane Austin's "Persuasion" or Leo Tolstoy's "War and Peace", are no longer protected by copyright. Last month, Google announced it was making the collection easily accessible to mobile devices such as the iPhone, and Amazon has said a similar move was afoot at the company. Sony Reader users will be able to read the Google books on their devices, or download a PDF file to read on a computer. The books are already accessible over the Internet at http://www.books.google.com.

Wednesday, March 18, 2009

Google Updates Chrome to Boost Speeds

Google released a new version of its Chrome Web browser on Tuesday, as the search giant continues its efforts to get a foothold in a market dominated by Microsoft Corp.
The new Chrome represents the first major update of the software aimed at the general public since Google entered the browser business six months ago. It offers Web surfers faster performance and a handful of new features, such as auto-filling of personal information on online forms and a new way for users to drag around tabs of different Web pages within the browser window.
Google was a distant No. 4 in the browser market, with 1.2 percent share of the worldwide market in February, according to market research firm Net Applications. Microsoft's Internet Explorer dominates the market, with a 67. 4 percent market share in February, while the Mozilla foundation's Firefox browser had a roughly 22 percent share. Apple's Safari browser had an 8 percent share. Last month, Google officially joined the European Union's antitrust case against Microsoft, describing the browser market as "largely uncompetitive." The EU has charged Microsoft with abusing its dominant market position by bundling its Internet Explorer Web browser with its Windows personal computer operating system.
According to a post on Google's blog on Tuesday, the new Chrome beta loads certain types of Web pages 25 percent to 35 percent faster than the current version of the browser. The new features were previously available to programmers using the "developer" version of Chrome, but Google has now packaged all the updates together into a more reliable beta test version that is available for download. Google also has a more polished, so-called stable version of Chrome, based on the older beta version.

Wednesday, February 25, 2009

GTalk Users Get Phished

All doesn't seem to be going well for Google. Along with the Gmail outage it has been reported that a phishing attack spread through chat sessions, including Google Chat, and directed victims to a Web site called "ViddyHo."
A link to a video is sent to users in IM sessions and the link directs them to a ViddyHo login page that in turn instructs them to enter their Google account information. This info is then used to break into the victim's account and send the link to other users in the address book.
Google reportedly has blocked the addresses being used to send messages, and that several browsers - including Firefox, Safari and Chrome - were displaying a warning when users attempt to visit the ViddyHo Web site.
Viddyho.com has also been identified as a phishing site in Google's search results.
Google is asking users who've entered information into 'ViddyHo', to change their security question and account password.
Read more here.

Sunday, February 15, 2009

How secure is Google Chrome?

Google deserves much credit for the wealth of security information (download PDF) posted on the Internet and on its Google Chrome blog and for making Chrome’s source code available for anyone to examine.The security model Chrome follows is excellent. Chrome separates the main browser program, called the browser kernel, from the rendering processes, which are based upon the open source WebKit engine, also used by Apple Inc.’s Safari. The browser kernel starts with all privileges removed, the null SID (a security identifier in Windows Vista that denotes the user as untrusted), and multiple “restrict” and “deny” SIDs enabled. On Windows Vista, Chrome runs as a medium-integrity process.

(Tomorrow: “How secure is Mozilla Firefox?” For more on browser security and protection against Web-borne threats, see Security Adviser and Test Center: Browser security tools versus the evil Web.”)

Every Web site is given its own separate rendering process, memory space, global data structures, access token, tab, URL bar, desktop and so forth. Currently, Chrome will open as many as 20 separate processes, one for each Web site, and start sharing processes between Web sites after that. Rendering processes are highly restricted as to what they can and can’t do. On Windows Vista, Chrome’s rendering processes run with low integrity, much like Internet Explorer in Protected Mode. But Chrome actually uses Vista’s mandatory integrity controls more securely than Microsoft does. For one, Chrome attempts to prevent low-integrity browser processes from reading high-integrity resources, which is not normally prevented. (By default, Vista prevents lower to higher modifications, but not reads.)

Both the browser kernel and rendering processes run with DEP (Data Execution Prevention) and ASLR (Address Space Layout Representation) enabled and with virtualization disabled. Any supplementary browser add-ons are run in a separate, medium-integrity (or higher-integrity) process. This screen image shows the various browser processes and their security settings, as enumerated by Process Explorer on Windows Vista. Chrome even has its own Task Manager and internal page to show memory and CPU statistics. With respect to the base security model, Chrome is leading the pack. It’s beautiful.

Interesting innovations

A slightly questionable choice is Google’s decision to allow Chrome to be installed without requiring administrator-level access. This can make Chrome installs difficult to manage in an enterprise environment, but Microsoft is encouraging this sort of behavior in all vendors (to prevent Windows system modifications). Chrome is just one of the first major apps to follow Microsoft’s advice.

Chrome also installs the Googleupdate.exe application. It’s scheduled to run automatically in Windows Vista Task Scheduler, which frequently dials home (although only when the user is logged on and the computer is idle), checks for browser (and other Google application) updates and silently installs them. This is a great way to keep the browser up to date — patches are currently applied more frequently than once a week — but it riles many security administrators because there is no notification of the outward-bound search, no notification of pending patches and no approval requested for patches to be applied. In addition, this behavior can’t be easily changed.

Another interesting concept is Chrome’s virtual JavaScript machine, called V8. Google’s Chromium team built its own virtual environment for all JavaScript execution. V8 even converts JavaScript code into native machine language (to speed up Web-page loading) and has its own memory garbage-collection processes, source-code inspector and debugger. V8 significantly limits what can be accomplished by JavaScript against the user’s system, including preventing the normal JavaScript pop-ups. In testing, Chrome did pretty well against pop-up ads but suffered from user-interface problems and slowness on some of the JavaScript modal tests.

Chrome has many standard security features, including a browser-session privacy mode called Incognito; antiphishing capability called Google Chrome’s Safe Browsing; one-button setting resets; forced file saves before launching; moniker handling, which helps thwart attempts to fool the browser into launching helper applications that can be exploited; and MIME content-type sniffing, which helps thwart attempts to fool the browser into downloading malicious content. Chrome actually has many more security features that I could go on about; so far, so good.
Questionable controls

But then reality hits hard. One of the most glaring lapses is the inability to disable JavaScript. Because JavaScript is involved with most malicious Web attacks, all of Google’s competitors allow its use to be disabled globally or per site or per zone (albeit, Firefox requires a third-party add-on, NoScript, to be site-specific). The world has yet to create a virtual machine that can’t be breached, so despite all the cleverness that went into V8, I can’t understand how Google committed such an oversight, even if the company is trying to promote JavaScript-enriched applications and sites. If a large JavaScript exploit happens against Chrome — or rather, when it happens — it seems that the only recommendation Google will be able to offer will be to stop using it.

Most user-selectable security settings are under an option tab called “Under the Hood.” It’s when you first go here that you realize how little Chrome offers in the way of fine-grained security settings. The options are very sparse and often lack a secure default. For example, all cookie types (both first- and third-party) are allowed by default. This isn’t surprising for a company that makes its living from ads. But even the third-party-cookie restricted mode allows the reading of any third-party cookie, which is almost as bad as allowing modifications. In another example of a poor default, HTTP data is allowed to commingle with HTTPS data in the same view, without warning to the user.

Another critical security feature that’s missing is the ability to place different Web sites into separate security zones or domains. Most browsers provide at least two zones (Internet Explorer has five) or the binary ability to whitelist or blacklist sites. Chrome is also glaringly absent of enterprise management features. SSL/TLS (Secure Sockets Layer/Transport Layer Security) server-revocation checking is enabled by default, but Chrome does not support the more efficient OCSP (Online Certificate Status Protocol) revocation-checking protocol, though all of its competitors do.

Google has also washed its hands of responsibility for the security of add-ons. Reviewers are very mixed on this approach. While it is true that browser vendors should not be ultimately held responsible for others’ add-ons and applications, Chrome offers no add-on management. You can’t easily determine which add-ons will render particular content, nor can you easily disable them.

Many users are perturbed by the treatment of their own saved passwords. Chrome allows the current user to reveal the saved log-on names and passwords in plain text with a few clicks of the mouse. This is convenient for the user — and for anyone else who wants to learn all of the user’s passwords and finds the computer left unattended for a few seconds. Internet Explorer doesn’t allow this at all, and Firefox and Opera at least have the ability to assign another password to protect the saved passwords. On the Password Manager Evaluator testing Web site, Chrome scored the worst among all of the browsers I’ve tested, including Firefox, Internet Explorer, Opera and Safari, passing only four of 21 tests.
Bugaboos

Chrome has a very limited feature set and relatively moderate complexity. This might help it avoid some security issues in the long run, but so far it hasn’t. Chrome has had 10 exploits in the five months it has been released (you can search on keyword Chrome at milw0rm.com to see the individual exploits). They have been patched. Most were simple denial-of-service exploits, but at least one allowed complete system compromise and another allowed malicious redirection.

On a good note, Chrome passed all of the browser security tests I threw at it and prevented the automatic installation of any malware. These tests included dozens of predefined tests made in the lab, several browser-security tests on the Web, including scanit and Jason’s Toolbox. I sniffed traffic looking for information leaks, tested the browser’s handling of cross-site scripting, tested privacy features, confirmed digital certificate handling and surfed to more than 100 malicious Web sites. With less than 2% market share, Chrome isn’t yet the popular target of hackers. That gives its users additional insulation compared with its competitors.

One key feature simply doesn’t work as promised. Google repeatedly makes the claim that Chrome’s rendering-process isolation prevents one browser session from bringing down another or affecting the whole browser. Yet, vulnerability after vulnerability has proven that Chrome’s process separation isn’t nearly as perfect as it sounds on paper. Malicious Web pages of all kinds have caused denial-of-service problems, lockups and complete system failure. I and every other Chrome user I know have experienced complete browser lockups while browsing ordinary, legitimate Web pages.

Far more indicative of systematic problems is that the initial vulnerabilities found in Chrome were very simple, well-known exploits. Initially, Google shipped its beta with a known vulnerable version of the WebKit engine, for which a patch had been issued months before. I realize it was only beta code, but how embarrassing. The buffer-overflow attacks that were soon discovered were often simple string overflows, a vulnerability that any normal security code review or fuzzing tool should have found. Most of the other vulnerabilities were flaws that had been widely reported in other browsers and should not have been present in Google’s first try. Google should have known better.

This is the security paradox of Chrome. It begins with a beautiful idea and an excellent security model but then compromises the vision with questionable decisions, a dearth of granular security controls and the obvious failure to perform a serious code review. This may be Google’s first version of its first browser, but it has more experience with browsers and malicious content than any of its competitors. Why introduce yet another new Web browser and not blow away the competition?

Chrome’s excellent security model and newness give it a chance to quickly improve in areas where other vendors must tread more slowly because of backward-compatibility issues. The real challenge is that the bigger flaws are human- and process-oriented, and they can’t be solved with fast patching. They are systematic and will require a serious paradigm shift within Google to achieve.

Source: computerworld

Thursday, February 5, 2009

Google Earth Takes You Deep Sea Diving

Google has launched 'ocean' in Google Earth, a new feature that enables Google Earth users to dive beneath the water surface, explore 3D underwater terrain and browse ocean-related content contributed by leaders in ocean science and advocacy.
The new version of Google Earth also introduces Historical Imagery, a feature that enables users to virtually travel back in time through archival satellite and aerial imagery, Touring, which makes it simple to create a narrated tour in Google Earth and share it with the world and Google Mars 3D, which features hi-res imagery and terrain of the red planet.
"With this latest version of Google Earth you can not only zoom into whatever part of our planet’s surface you wish to examine in closer detail, you can now dive into the world’s oceans that cover almost three-quarters of the planet and discover new wonders that had not been accessible in previous versions of this magical experience," said The Honorable Al Gore at this morning's launch event in San Francisco. "Moreover, with the new historical imagery feature, you can look back in time and see for yourself the unprecedented pace of change taking place on the Earth — largely because of human influences. For example, you can watch the melting of the largest glacier in Glacier National Park—the Grinnell Glacier—image by image, for the last decade."

full post

Friday, January 30, 2009

Access Gmail Offline

The folks at Gmail Labs have been busy and they're now dishing out offline access to Gmail.

On enabling offline access, Gmail will load in your browser even if you don't have an Internet connection. You can read messages, star, label and archive them, compose new mail and messages ready to be sent will wait in your Outbox until you're online again.
It's built on the Gears platform, which has already been used to offline-enable Google Docs, Google Reader, and other third-party web applications.
To get started with offline Gmail -
- Sign in to Gmail and click 'Settings'.
- Click the 'Labs' tab and select 'Enable' next to 'Offline Gmail'.
- Click 'Save Changes.'
- In the upper righthand corner of your account, next to your username, there will be a new 'Offline' link. Click this link to start the offline synchronization process.
Standard Edition users can follow these instructions immediately, while Premier and Education Edition users will first need their domain admins to enable Gmail Labs from the Google Apps admin control panel.

Wednesday, January 28, 2009

How Secure Is Google Chrome?

Google Chrome was built from the ground up to be a more secure Web browser, and Google and its Chromium developers should be applauded for the attention they have brought to browser security. Google deserves much credit for the wealth of security information posted on the Internet and on the Google Chrome blog, and for making Chrome's source code available for anyone to examine.

The security model Chrome follows is excellent. Chrome separates the main browser program, called the browser kernel, from the rendering processes, which are based upon the open source WebKit engine, also used by Apple's Safari. The browser kernel starts with all privileges removed, the null SID (a security identifier in Windows Vista that denotes the user as untrusted), and multiple "restrict" and "deny" SIDs enabled. On Windows Vista, Chrome runs as a medium-integrity process.

[Tomorrow: "How secure is Mozilla Firefox?" For more on browser security and protection against Web-borne threats, see Security Adviser and " Test Center: Browser security tools versus the evil Web." ]

Every Web site is given its own separate rendering process, memory space, global data structures, access token, tab, URL bar, desktop, and so forth. Currently, Chrome will open as many as 20 separate processes, one for each Web site, and start sharing processes between Web sites after that. Rendering processes are highly restricted as to what they can and can't do. On Windows Vista, Chrome's rendering processes run with low integrity, much like Internet Explorer in Protected Mode. But Chrome actually uses Vista's mandatory integrity controls more securely than Microsoft does. For one, Chrome attempts to prevent low-integrity browser processes from reading high-integrity resources, which is not normally prevented. (By default, Vista prevents lower to higher modifications, but not reads.)

Rest of the Article

Wednesday, January 21, 2009

What Firefox user missing in Chrome

Call me fickle, but I switched my default browser back to Firefox for the time being. In doing so, I discovered the features I really miss about Chrome.

Why did I switch back so soon after lavishing praise on Google's open-source Web browser? Well, when Google added the option to use a cutting-edge "developer preview" version, I signed up, and guess what--it's not as stable. Specifically, both 2.0.156.1 and the newer 2.0.157.2 that I now have installed inexplicably become unresponsive for long periods of time--at least 10 seconds, which is about 9.5 seconds longer than my tolerance limit.

But I like some of Chrome's new features, so I didn't want to downgrade to better-tested stable or beta versions. Instead, I thought perhaps I'd see what my second-favorite browser felt like again while waiting for the newer Chrome features to settle down.

I was a little surprised. What got me to switch to Chrome two months ago was performance, but what I missed most upon heading back to Firefox was Chrome's user interface.

More than once, I found that even after a few weeks of Chrome, my muscle memory had been reprogrammed to expect different behavior. Switching back to Firefox wasn't just different, though--I wanted the old features. Here's a list of what I didn't even know that I'd come to like.

The location of new tabs
When you open a link in a new tab with Chrome (I often middle-click to do so), the new page shows up in tab immediately to the right of the current tab. This naturally groups related tabs, and for me at least, eases the process of switching among many.

When you open a new tab in Firefox, it appears to the far right of the list, and it's harder to get to it. It takes just that little extra bit of time to locate and navigate to the tab.

Good news, though: Mozilla evangelist Chris Blizzard pointed me to a blog post by programmer Mike Beltzner, which says the same behavior is coming to Firefox:

• tabs that are opened from links will open to the immediate right of the current tab
• new tabs created by the New Tab button or keyboard shortcut will open at the end of the tab strip
• if multiple tabs are opened (in the background) from links, they will open sequentially to the right of each other; as soon as focus changes, this sequential opening behavior will stop, and tabs will go back to opening immediately to the right or at the end of the tab strip as per the above

After typing 'g' in Firefox, it takes two more keystrokes to load Gmail.Searching from the address bar
I think Firefox's awesome bar does a better job digging previously visited links out of my history, but searching directly from Google's Omnibox, which adds online search into the mix, is more useful. I search dozens of times a day, and now I have to remember either to visit a search page or head over to Firefox's special search box (to do the latter faster, I hit Ctrl-L, then Tab).

Some folks are concerned about sending lots of juicy personal data to Google's servers, which monitors what you type so it can supply suggested search results. But except for typing in Web sites, it's the same stuff I'd type into a search page anyway.

After typing 'g' in Chrome, hitting the Enter key will load Gmail.

One less keystroke
When typing addresses into the address bar, both Chrome and Firefox offer a list of suggestions in a drop-down box. But Chrome highlights its top pick, while Firefox puts it one entry below the box.

That means if the pick is right, I just have to hit Enter with Chrome, but the down arrow, then Enter with Firefox. It's a tiny thing, but I do this hundreds of times a day. (full Story)

Thursday, January 15, 2009

Chrome gets Mac deadline, extensions foundation

Showing signs that it's working to meet requests for new developments to its Chrome browser, Google on Friday said it hopes to release versions for Mac OS X and Linux by the first half of the year, and it released a new version Wednesday that paves the way for the most requested feature: extensions.

Google has high hopes for Chrome--in particular, the Internet giant wants better performance, so browsing the Web is faster and Web-based applications are more powerful. Now Google is filling in some missing pieces Chrome needs in order to attain wider usage.

Brian Rakowski, Chrome's product manager, said the company wants to release Chrome for Mac and Linux before the first half of 2009 is up.

"That's what we've been hoping for," he said in an interview Friday. "Those two efforts proceeding in parallel. They're at the same level of progress."

The Mac and Linux versions are up to the level of a basic "test shell" that can show Web pages. But a test shell is pretty raw.

"That team now is able to render most Web pages pretty well. But in terms of the user experience, it's very basic," Rakowski said of the Mac version. "We have not spent any time building out features. We're still iterating on making it stable and getting the architecture right."

In an unscientific CNET News survey from November, a Mac version was the second most common barrier to getting people to switch to Chrome, trailing only faster performance. Eager beavers can monitor Google's Chrome for Mac progress and install the Mac test shell.

Extensions en route
Another major missing piece of Chrome is a framework to handle extensions, optional features that can be downloaded and plugged in to customize the browser. Extensions were one of the early advantages that helped Firefox blossom, it's the top-requested feature for Chrome, and it ranked third in the CNET survey of Chrome barriers.

But a new cutting-edge version of Chrome, 2.0.156.1, gets support for some "Greasemonkey" scripts to customize the browser, a move that lays the groundwork for extensions, Rakowski said.

"We have user script support. That's a baby step," he said. As Chrome develops, Google will "expose more capabilities, then expose containers where can you have your own toolbar-like thing. You'll see it evolve over time."

Google promised an extensions framework when Chrome launched, and more recently, Google outlined its Chrome extensions vision.

Counting Chrome
Google released Chrome 1.0 in December, just three months after the software publicly debuted, and the company is working hard to maintain a fast development pace. Wednesday's version, though not for the general public, is the first to sport the version 2 number.

Also updated with the new version is Google's Chrome release structure.

Before, Google let people subscribe to two Chrome update channels: beta and developer. The first was for relatively well-tested versions; the second for programmers, Web developers, and people with more curiosity and a higher bug threshold.

Now there are three Chrome channels: stable, beta, and developer preview.

Most folks will just use the stable version, which Google expects to update roughly once a quarter, Rakowski said. "The beta channel is now what the developer channel used to be," he added, with newer features but still a reasonable amount of testing. Newest is the developer preview channel, where code will be frequently updated and much more raw, and where Google expects some features to fail and be withdrawn.

Google expects to issue new developer preview versions roughly every couple weeks and new beta releases roughly monthly, Rakowski said. (full Story)

Saturday, January 10, 2009

Google search finds seafaring solution

Graphic: how Google's databarges will work

Google may take its battle for global domination to the high seas with the launch of its own “computer navy”.

The company is considering deploying the supercomputers necessary to operate its internet search engines on barges anchored up to seven miles (11km) offshore.

The “water-based data centres” would use wave energy to power and cool their computers, reducing Google’s costs. Their offshore status would also mean the company would no longer have to pay property taxes on its data centres, which are sited across the world, including in Britain.

The increasing number of data centres necessary to cope with the massive information flows generated on popular websites has prompted companies to look at radical ideas to reduce their running costs.

The supercomputers housed in the data centres, which can be the size of football pitches, use massive amounts of electricity to ensure they do not overheat. As a result the internet is not very green.

Data centres consumed 1 per cent of the world’s electricity in 2005. By 2020 the carbon footprint of the computers that run the internet will be larger than that of air travel, a recent study by McKinsey, a consultancy firm, and the Uptime Institute, a think tank, predicted.

In an attempt to address the problem, Microsoft has investigated building a data centre in the cold climes of Siberia, while in Japan the technology firm Sun Microsystems plans to send its computers down an abandoned coal mine, using water from the ground as a coolant. Sun said it could save $9 million (£5 million) of electricity costs a year and use half the power the data centre would have required if it was at ground level.

Technology experts said Google’s “computer navy” was an unexpected but clever solution. Rich Miller, the author of the datacentreknowledge.com blog, said: “It’s really innovative, outside-the-box thinking.”

Google refused to say how soon its barges could set sail. The company said: “We file patent applications on a variety of ideas. Some of those ideas later mature into real products, services or infrastructure, some don’t.”

Concerns have been raised about whether the barges could withstand an event such as a hurricane. Mr Miller said: “The huge question raised by this proposal is how to keep the barges safe.”

Sunday, December 28, 2008

Interesting Google Fact

Did you know that 20% of the queries Google receives each day are ones that have not been seen in the last 90 days, if at all?
What does that mean?
By my back of the napkin calculations, based on comScore monthly search volume estimates for Google.com (not entire Google network, just Google.com) of around 8 billion searches (around 266,666,667 searches a day) that means there is over:
53 million new search terms entered in to Google every single day!

Monday, December 15, 2008

Google Gets Personal With SearchWiki

Google has added SearchWiki to their Web Search to give users more control over their search experience.
SearchWiki lets users customize search by re-ranking, deleting, adding, and commenting on search results. With just a single click users can move the results they like to the top or add a new site. They can also write notes attached to a particular site and remove results that they don't feel belong.
These modifications will be shown to users every time they do the same search in the future. SearchWiki is available to signed-in Google users and the changes are stores in their Google Account.
The changes made only affect the user's own searches but one can see how the community has collectively edited the search results by clicking on the "See all notes for this SearchWiki" link.

Friday, December 5, 2008

Second Google Android Handset Out

The Australians have brought us Google’s second Android handset that’s named Agora. The handset’s being sold by an Australian website called Kogan in two versions – the Agora standard and the Kogan Agora Pro. The handsets are available on pre-sale and are unlocked to be used on any network.

The handset features a 2.5-inch TFT-LCD flat touch-sensitive screen with 262K QVGA (320 X 240 pixel) resolution. It has a QWERTY keypad as well that gives it a look That is rather similar to Motorola’s Q9 Windows Mobile handset. Other features include a microSD card slot for memory expansion, GPRS/EDGE support and Bluetooth 2.0 (with EDR). Wi-Fi, internal GPS and a 2 megapixel camera are features that are available only with the Agora Pro version.

It’s also a rather sleek phone with dimensions like 108 mm x 64 mm x 14.8 mm and weighing in at 130g. With a 624 MHz processor paired with 128MB RAM it’s not going to be slow either. From the Google perspective the handsets will feature Google Search, Gmail, YouTube, Google Maps, Google Talk and Google Calendar options. For audio and video, the Agora supports MIDI, MP3, WMA, AAC, WAV, PCM and MPEG2 H263, H264, MPEG4, AVI for video.


The Agora standard edition is priced at Rs. 14, 840 (AUD $299) and the Kogan “Agora Pro” at Rs. 19, 804 (AUD $399

Monday, November 24, 2008

Picasa Web Albums Gets Face Recognition

Google has launched a one-two combo of Picasa 3.0 (beta), the next generation of its free photo-editing software, along with a major technology upgrade to its free online photo-sharing site, Picasa Web Albums.
Picasa Web Albums now helps users automatically sort and share their online photos based on who is in each picture. Instead of requiring users to label their photos one-by-one, the 'name tags' feature in Picasa Web Albums uses advanced clustering technology to quickly group together pictures of the same person.
It also features a remodeled user interface, and uses new technology to help users organize and share photos.
Users can share full-resolution albums for free with friends and family and the web albums are viewable as full-window slideshows that load in the background so users can flip quickly from one photo to the next.
A new 'Explore' section gives users a way to enjoy photos published by other Google Photos users around the world, including a 'Where in the World' game in which you guess the mystery locales of geo-tagged photos.
New features in Picasa 3 make getting photos online easier, with a one-click 'web sync' that uploads an album and keeps it updated on the web when changes are made on the PC.
New tools also include a drag-and-drop photo-collage tool ; a retouching brush to wipe out scratches and blemishes, and repair old photos; a slideshow movie maker that uploads to YouTube with a click; Auto red-eye removal; Smart auto-cropping and a fast-launching Photo Viewer to inspect and manipulate images while in the Windows filesystem.

Friday, November 21, 2008

Tweak Your Google Search Results as You Like with SearchWiki

Today Google is finally rolling out its long-promised and long-tested by a large group of randomly-selected users SearchWiki functionality - this time for everyone to see and use. The functionality allows any Google user to customize search results for any search query by moving results up or down according to their relevance (as viewed by this user), deleting certain links from results if deemed not relevant, adding sites that are not in the results pages and also adding notes for various sites - for example, to describe why you think this particular website is helpful for a user doing a search on this query.

The functionality will be available to all signed in Google users and the changes we make will be stored in our Google account histories. Unfortunately there is no opting out available so you will either have to ignore the voting icons if you don’t like SearchWiki or log out to be able to search Google without seeing the icons at all.

full post here

Tuesday, October 7, 2008

Android phones making their way into the wild

A Google employee surfs the Web with his Android phone.

A Google employee surfs the Web with his Android phone.

(Credit: Stephen Shankland/CNET News)

Most of us will have to wait until October 22--or later, given that T-Mobile sold out--but if you have the right connections, you can get an Android phone now.

Google co-founder Larry Page flashed his Android phone briefly in a meeting two weeks ago with reporters, but they're trickling farther down the ranks at the Internet giant, too.

I snapped this shot of one Google employee surfing CNN.com with his Android phone while waiting for his chief executive, Eric Schimdt, to talk about energy at a San Francisco speech last week.

Source full article

Monday, September 15, 2008

Google search finds seafaring solution

Graphic: how Google's databarges will work

Google may take its battle for global domination to the high seas with the launch of its own “computer navy”.

The company is considering deploying the supercomputers necessary to operate its internet search engines on barges anchored up to seven miles (11km) offshore.

The “water-based data centres” would use wave energy to power and cool their computers, reducing Google’s costs. Their offshore status would also mean the company would no longer have to pay property taxes on its data centres, which are sited across the world, including in Britain.

The increasing number of data centres necessary to cope with the massive information flows generated on popular websites has prompted companies to look at radical ideas to reduce their running costs.

The supercomputers housed in the data centres, which can be the size of football pitches, use massive amounts of electricity to ensure they do not overheat. As a result the internet is not very green.

Data centres consumed 1 per cent of the world’s electricity in 2005. By 2020 the carbon footprint of the computers that run the internet will be larger than that of air travel, a recent study by McKinsey, a consultancy firm, and the Uptime Institute, a think tank, predicted.

In an attempt to address the problem, Microsoft has investigated building a data centre in the cold climes of Siberia, while in Japan the technology firm Sun Microsystems plans to send its computers down an abandoned coal mine, using water from the ground as a coolant. Sun said it could save $9 million (£5 million) of electricity costs a year and use half the power the data centre would have required if it was at ground level.

Technology experts said Google’s “computer navy” was an unexpected but clever solution. Rich Miller, the author of the datacentreknowledge.com blog, said: “It’s really innovative, outside-the-box thinking.”

Google refused to say how soon its barges could set sail. The company said: “We file patent applications on a variety of ideas. Some of those ideas later mature into real products, services or infrastructure, some don’t.”

Concerns have been raised about whether the barges could withstand an event such as a hurricane. Mr Miller said: “The huge question raised by this proposal is how to keep the barges safe.”

Google search finds seafaring solution

Graphic: how Google's databarges will work

Google may take its battle for global domination to the high seas with the launch of its own “computer navy”.

The company is considering deploying the supercomputers necessary to operate its internet search engines on barges anchored up to seven miles (11km) offshore.

The “water-based data centres” would use wave energy to power and cool their computers, reducing Google’s costs. Their offshore status would also mean the company would no longer have to pay property taxes on its data centres, which are sited across the world, including in Britain.

The increasing number of data centres necessary to cope with the massive information flows generated on popular websites has prompted companies to look at radical ideas to reduce their running costs.

The supercomputers housed in the data centres, which can be the size of football pitches, use massive amounts of electricity to ensure they do not overheat. As a result the internet is not very green.

Data centres consumed 1 per cent of the world’s electricity in 2005. By 2020 the carbon footprint of the computers that run the internet will be larger than that of air travel, a recent study by McKinsey, a consultancy firm, and the Uptime Institute, a think tank, predicted.

In an attempt to address the problem, Microsoft has investigated building a data centre in the cold climes of Siberia, while in Japan the technology firm Sun Microsystems plans to send its computers down an abandoned coal mine, using water from the ground as a coolant. Sun said it could save $9 million (£5 million) of electricity costs a year and use half the power the data centre would have required if it was at ground level.

Technology experts said Google’s “computer navy” was an unexpected but clever solution. Rich Miller, the author of the datacentreknowledge.com blog, said: “It’s really innovative, outside-the-box thinking.”

Google refused to say how soon its barges could set sail. The company said: “We file patent applications on a variety of ideas. Some of those ideas later mature into real products, services or infrastructure, some don’t.”

Concerns have been raised about whether the barges could withstand an event such as a hurricane. Mr Miller said: “The huge question raised by this proposal is how to keep the barges safe.”

Sunday, August 10, 2008

ASUS Launches World's First OC Version for EN9500GT Series

Taipei, Taiwan, July 29, 2008 – Fulfilling user demands for a graphics card that delivers excellent graphical performance boosts and exceptional cooling, ASUS, worldwide leader in graphic card production, has today introduced the world’s first overclocking version of the latest NVIDIA GeForce 9500GT GPU – the ASUS EN9500GT TOP/DI/512M graphics card. With this superlative variant, users will enjoy 103% performance boosts for gaming experiences. In addition, almost all of the EN9500GT Series models will come with the exclusive Glaciator Fansink to keep GPU temperatures up to 13ºC cooler than reference designed boards.

Enjoy Doubled Graphics Performance
As the world’s first overclocking version for the EN9500GT chipset, the ASUS EN9500GT TOP/DI/512M delivers GPU, shader, and memory clock performance boosts from 550MHz up to 700MHz, from 1375MHz up to 1750MHz, and from 1600MHz up to 2016MHz respectively. This creates elevated performances that raises the EN9500GT TOP’s 3DMark Vantage High Preset score – from 689 to 1401 – to an astonishing 103% improvement in speed when compared to any other reference designed board*. With such unprecedented performance, gamers will feel an adrenaline rush while gaming – only with the ASUS EN9500GT TOP/DI/512M.

13ºC Cooler with Exclusive Glaciator Fansink
The ASUS EN9500 Series utilizes a new generation Glaciator Fansink that is specially designed to effectively dissipate heat away from the graphics card. Much like real-life glacial storms, the Glaciator Fansink quickly transfers heat away from the GPU to lower temperatures by a whopping 13ºC in comparison to reference design boards**. Besides this extreme cooling capacity, the Glaciator Fansink is also ultra quiet with operating levels of only 25dB – almost imperceptible in a quiet room; and caters to users who require maximum cooling without excessive fan rotation noise.

Unprecedented Rock Solid Quality from ASUS
Keeping in line with ASUS’ Rock Solid promise for quality, the EN9500GT Series comes equipped with several solutions to ensure delivery of top quality graphic performances. With the EMI shield, 66% EMI Interference can be reduced for more stable signals***; while DIP Spring Chokes lower temperatures by 5~10°C in comparison to traditional Toroidal Coil Chokes. Additionally, the LF PAK MOS guarantees more efficient power and less heat production; and on top of all this, Japan-made polymer capacitors lower power loss for more stable operations. In this way, users will be able to enjoy extreme performance and have peace of mind over their product lifespan – only with the ASUS EN9500GT Series.

Note:
* Performance Configuration
PCI-Express 16X:
MB: Maximus Extreme Rev: 2.00 BIOS: 0802
CPU: Intel Core™2 Extreme 3.00GHz (QX9650)
Memory: 2048MB (DDR3 APACER 1333 1024M*2)
HDD: WD SATAII 300 1600AAJS
DVD-ROM: LG DVD-GSA-H55N
Overclocking capabilities may vary when using different cards
The 3DMark Vantage score was obtained using High Preset
** Testing Platform
CPU: P4 3.0G
M/B: P5B Deluxe
RAM: 1.0G
O.S.: Windows XP
Test Program: 3D Mark ’03 (repeat GT4/Mother Nature)
***The DDR3 version of EN9500GT models come with the EMI shield

 

more

Sunday, July 6, 2008

Google trying to take privacy seriously

This week was a very interesting week as far as Google and privacy goes. First, a burglary (the same on that affected CNET earlier last month) was confirmed to have affected all Google employees hired before December 31, 2005. There’s nothing Google could have done about it, but it’s definitely a blow for those involved. Employee records contain everything from names to social security numbers, and unfortunately, Google’s were stored unencrypted on the stolen computers. Google has offered to cover the cost for a one year subscription to a credit monitoring service.

On top of this problem, Google was ordered by a judge to hand over terabytes of YouTube logs to Viacom in the lawsuit against Google. Even though this is clearly something that affects the privacy of anyone that has ever used YouTube, it gets worse.

Most people would consider the disclosure of which IP addresses watched which videos a privacy nightmare, and I’m sure that would be the grounds Google will likely try to oppose the decision on. Unfortunately, Google’s own words on their Public Policy blog were referenced in the judges order to hand over data.

“the IP addresses recorded by every website on the planet without additional information should not be considered personal data, because these websites usually cannot identify the human beings behind these number strings.” — Google Privacy Policy Blog

I’m pretty sure there is a big shoe sticking out of their mouth right about now.

The most recent Google/privacy related news was that Google put a link to their privacy policy directly on their homepage — it used to be that you needed to dig around to find it. I’m glad Google did that, but does it really deserve this gigantic explanation on the Official Google Blog, especially since they were likely pressured into it anyway?

What do you think about the most recent privacy related issues coming out of Google in the last week?