Category Archives: Technology

Samsung Retina-Resolution Tablet Display

http://www.wired.com/images_blogs/gadgetlab/2011/05/pentile-subpixels.png

Samsung has a new 10.1-inch “retina” resolution LCD panel ready to show off next week. It will demonstrate the 2560 x 1600 panel at the SID Display Week 2011 International Symposium starting Tuesday May 17th. And if you weren’t already thinking it — yes, this is perfect for tablets.

The panel has a resolution of 300dpi, the same as that of print, and the number Apple uses to define its Retina displays. In most uses, the pixels disappear and it appears that you are looking at a printed page.

Samsung’s new panel is interesting for two reasons. First is that it uses PenTile RGBW tech. PenTile is a way of grouping subpixels — each multicolor “pixel” on a screen is made up of several smaller single-color dots. In the case of PenTile, there are five dots (hence the “pent” or “penta” part of the name). The RGBW part means that an extra white pixel is added to the usual red, green and blue ones.

This white pixel works in conjunction with a variable, locally dimming backlight. This ramps up when bright colors are needed, but when colors are desaturated or just black and white, the backlight dims and only the white pixel is switched on. This reduces power consumption by a claimed 40% vs. a regular RGB stripe panel.

And that power reduction is the key to its use in tablets. The biggest draw on tablet battery power is the screen. Until a panel exists that can deliver the same battery life as today’s tablets, we won’t see a Retina display in the iPad. Of course, driving all of those extra pixels is also extra work (4x) for the graphics chips, but that’s another problem.

Google “News Near You”

http://www.unbeatable.co.uk/images/uploaded_images/google_news.png

Google has long let you look up local businesses on its mobile search page, leveraging the location services features on smartphones. Friday, they added local news.

The address is the same — news.google.com — and the sources are those already available via Google News. But now you are prompted to agree to share your location, rather than punch in a zip code or locale name on the personalized landing page.

the discovery engine doesn’t just leverage your location to tap into local sources for news, it also find stories about your location from publications that aren’t near you.

This HTML5 web page is super fast, and is utterly configurable except that you can’t bury “Top News”

 

Facebook attack on google unveils its own privacy flaw

http://www.wired.com/images_blogs/epicenter/2010/05/facebook_glasses_2-660x523.jpgFacebook was griping that Google is getting information about its users without permission. But some information that users share with Facebook is available publicly, even to people who aren’t their friends in in their social networks – or even are members of Facebook. It’s not because outsiders raided the service and exposed that information. It’s because Facebook chose to expose it.

Facebook used to have an implicit promise with its users. Basically the deal was what goes on Facebook stays on Facebook. But over the past couple of years Facebook has chosen to alter the deal. Certain profile information became available outside of Facebook, easily searchable via Google and other means. (Users can opt out of showing this but relatively few do.) Some of that profile information includes a few of the people on the user’s friend list. By repeatedly pinging public profiles, it’s possible for Google or anyone else to figure out pretty much all your friends.

This information is a lot easier to unearth from inside Facebook, but actually logging into Facebook to purloin information would indeed be troublesome. For one thing, it would violate the terms of service agreement. Is Google doing this? One of the Burson operatives implied that it is. But Google says the company does not go inside Facebook to scrape information, and I find this credible. (If Facebook has logs to prove this serious charge, let’s see them.)

When Google launched Social Search, it also said specifically that it was not going to learn about Facebook connections by mining the Web as described above. Just how Google does get Facebook information is complicated, much of it seems to be by permission.

But even if Google did scrape information from the public web, would that be so bad? You can argue whether or not Google would be crossing a privacy line by doing this. (And, remember, Google says it is not mining that public information.) But it’s an argument with a pro and con. What you cannot argue is that is not Google but Facebook that puts some Facebook information into the open Web.

That is why Facebook’s campaign is so weird. If outsiders are going to examine how third-party companies get information about Facebook’s users, you can’t help but question why some Facebook information, by default, shows up on the open web.

via Wired.

image: Wired.

Google Objects on India Internet Regulation

http://s.wsj.net/public/resources/images/OB-NV931_igoogl_D_20110511072343.jpgGoogle Inc. told Indian regulators in a confidential memo that tough proposed restrictions on Internet content could hamper the company and others in a promising market by exposing them to liability for a broad swath of material published by third parties.

The regulations were enacted last month with little change from the proposal. Google’s concerns, laid out in a February memo reviewed by The Wall Street Journal, added to criticism from civil-rights advocates who said the rules amounted to a crackdown on free speech on the Web.

Among other things, the rules require websites to remove objectionable content, including anything “grossly harmful” or “harassing.” They require Internet-service providers and social-networking sites to bar certain types of content under terms-of-service agreements with users. The websites also are responsible for removing objectionable content within 36 hours of being notified by authorities.

Via India Realtime

Angry birds for Chrome already hacked

Well, that did not take long at all. The Chrome version of Angry Birds has only been live for a few hours and it’s already been hacked to give players access to all of the levels. Web developer Wes Bos saw the potential to make a slight change to the web cache and had a working hack in a short time.

Bos says that he was able to quickly find a hack that gave him access to all of the levels in the game, even the special Chrome levels.

I was quickly able to find a hack that gave me access to all the levels, even the special Chrome levels!  So to  get access to all levels in Chrome Angry Birds, just copy and paste the following line into your browser’s address bar.

Here’s the code that Bos provided to unlock all of the levels, just copy and paste this into your address bar in Chrome and fire up Angry Birds.

javascript: var i = 0; while (i<=69) { localStorage.setItem('level_star_'+i,'3'); i++; } window.location.reload();

If you want to switch the game back to all levels locked, use this code in the address bar.

javascript: var i = 0; while (i<=69) { localStorage.setItem('level_star_'+i,'-1'); i++; } window.location.reload();

Bos goes on to explain that the key to the hack is that Rovio mentioned that it was using HTML5′s LocalStorage to cache game files.

If you open up Web Inspector in Chrome, you’ll see they are keeping track of your score and stars with localstorage. Lucky for us, that means we can use setItem() set all 70 levels to 3 and get access to them all.

So if you don’t want to play through all of the boring early levels, try out Bos’ hack and let us know how it works.

via The next Web

Angry Birds for free on Chrome app store

Bosses beware! Gaming sensation Angry Birds is now available on the Web browser. This could very well mean that employees, who till now played solitaire or switched tabs to move to other gaming sites at work, now have a killer of a game to kill their time with.

The game featuring birds destroying the pigs who stole their eggs, with the help of a slingshot is addictive and has been, according to the developer, Rovio Mobile, downloaded over 140 million times.

When Google celebrated the 30th anniversary of Pac-Man game with an interactive doodle, that allowed users to play Pac-Man right on the Google home page led to, according to analysts, a loss of $120 million to the British economy. Wonder the damage Angry Birds can do?

Angry Birds attack the Web, work hours at stake

At the Google I/O developer conference Rovio Mobile announced the web version of Angry Birds which is now available on Google’s Chrome Web Store. But that doesn’t prevent users on other browsers from enjoying the Angry Birds experience. We have tested the game on Mozilla Firefox 4, Opera 11 and on Internet Explorer 9. While it plays smooth on Firefox and Opera, it’s buggy on Internet Explorer. The game can be played in two formats, standard definition and high definition.

The Chrome app has been downloaded over 100,000 times and has an average 4.7 star rating.

The Chrome version of the game is a beta release and includes 63 levels out of the 120 in the original game and an additional seven special Chrome levels. But not everything is going right with the release. “Those nasty pigs don’t want you to proceed past Level 1-20. We are flying fast and are working on the fix,” says the description on the Angry Birds page on the Chrome Web Store.

While the mobile phone is the hot platform for game developers, but the Web is still thriving as a platform for gaming and this appearance of a popular game from an app to Web avatar further establishes the fact.

The Web version of the Angry Birds game is available at chrome.angrybirds.com

Via IBN Live

Facebook’s smear campaign against Google

http://www.shefeekj.com/wp-content/gallery/google_fb/090114_GoogleFacebook.jpgWith privacy a hot-button topic for the past few weeks, thanks to revelations about location tracking via smartphone and the like, the timing of what has now been revealed as a Facebook smear campaign against Google must have seemed perfect. But the campaign gets a big fat “F” for execution.

The Daily Beast reports that Facebook has admitted to hiring PR firm Burson-Marsteller to push the media to write about privacy issues surrounding a Google tool called Social Circle, which allows Gmail users to see their social connections as well as those of their contacts. A Facebook spokesman told the Daily Beast that the company is concerned with the privacy implications of Google’s scraping of what a Google spokesman told USA Today is information that’s public — data gathered from Facebook, Yahoo, Twitter, LinkedIn, Yelp and more. The PR campaign began to unravel when a blogger refused to cooperate because Burson wouldn’t name its client; the blogger instead published the email exchange with John Mercurio, a former reporter now working for Burson.

via The silicon valley blog
image: Source

The Pirate Bay down

http://trendsupdates.com/wp-content/uploads/2009/10/the_pirate_bay_logosvg.pngThe Pirate Bay, which calls itself “the world’s largest bittorrent tracker,” is currently inaccessible to many people around the world, including Comcast users in the United States, according to various reports. This has raised suspicions that Comcast is “at it again” and is blocking the Sweden-based file-sharing site, but in a comment to Engadget, Comcast denies doing so. Comcast, of course, has throttled file-sharing traffic before. Its 2007 throttling of BitTorrent traffic led to an FCC investigation, and was the precursor for net neutrality rules that are still being debated to this day.

Google defending its Music service already

http://www.thereaderseye.com/wp-content/uploads/2011/05/Google-Music-Beta.pngGoogle defended its music storage service at a press conference today shortly after it unveiled the service at its developer conference here.

The new Google Music service, which  allows people to store up to 20,000 songs in the Internet “cloud.” The benefit of doing this is that they will then be able to access the music from any Web browser that supports Flash or Android devices. The service is still being beta-tested and will only be offered to a select group of invitation-only users in the U.S. Initially, the service will be free to users, but Paul Joyce, a Google project manager demonstrating the service during the keynote this morning at Google I/O, hinted that Google may charge for the service in the future.

He also hinted at capabilities being added to the service in the future. But for now Google only will allow music to be stored remotely. It won’t allow users to purchase new music via the cloud.

Jamie Rosenberg , direct of digital content for Android, answered a question from a reporter about whether Google was afraid that music studios would take issue with Google allowing its users to move music digitally across the Internet. He responded by saying that the service is “completely legal,” because it allows people to store only music that they own legally. Rosenberg admitted that Google had wanted to offer music labels an opportunity to sell music to Google users through the cloud service, but that the labels had asked for certain conditions that Google couldn’t accept.

Read more: Cnet News

Thumb Keyboard With Rear-Facing Trackpad

The iTablet Thumb Keyboard is being marketed as an accessory for Android and iOS cellphones, and for the iPad. It might be better to focus on its ability to hook up to the Xbox 360 or media-center PC, though, as it is almost spectacularly ill-suited to mobile devices.

http://www.wired.com/images_blogs/gadgetlab/2011/05/thumbs.jpg

The keypad is similar in form to a console gamepad. You hold it in two hands and type on the QWERTY ‘board with two thumbs, as God intended (if God had been a teenager obsessed with texting). Round the back is a trackpad that you tickle with your fingers, and above that are the left and right mouse buttons. A function and caps-lock button on the front panel complete the lineup.

The Thumb Keyboard also has backlit keys and communicates via Bluetooth.

But even the greatest hater of on-screen keyboards would’t want to use this. First, you have to prop your phone up somewhere you can see the screen. Then you need to go back and forth between typing and touching the screen (the trackpad input obviously can’t be sent to a phone that lacks a mouse pointer). This is bad enough using an iPad at a desk with a proper stand and keyboard. Add in a device you have to hold and it becomes a nightmare.

For a media-center PC, though, it looks perfect, barely bigger than a regular remote and easy to just toss onto the sofa when you’re done. The marketing sure is ass-backwards on this one.

Thumb Keyboard product page