Another optical wireless experiment shows us that LEDs will beam your future downloads

Another optical wireless experiment shows us that LEDs will beam your future downloads

Beaming data with light is hardly a new thing, but lately we’ve seen a number of attempts at making it rather more usable and, more interesting, rather more speedy. We’re starting to get the feeling that those maybe/maybe not dangerous microwave-based systems have had their days numbered. The latest to beam bits with blinkenlights is a team at the Fraunhofer Institute for Telecommunications in Germany, which will be showing its stuff at the always happenin’ Optical Fiber Communication Conference and Exposition in two weeks. The team was able to use a commercial LED and get an impressive 230Mb/s transfer rate, which doesn’t compare to the gigabit Penn State managed or 500mb/s Siemens pulled off, but those were done using rather more specialized hardware (like the Siemens rig pictured above). It’s interesting stuff, and we’re looking forward to see the commercial applications for this tech, but we do have one nagging question: what if you want to surf in the dark?

Another optical wireless experiment shows us that LEDs will beam your future downloads originally appeared on Engadget on Sat, 13 Mar 2010 17:49:00 EST. Please see our terms for use of feeds.

Permalink Switched  |  sourceScience Daily  | Email this | Comments

Engadget Podcast 187 – 03.13.2010

How many SDK’s does it take to screw in a light bulb? You won’t find the answer in this week’s leaky edition of the Engadget Podcast Show, but you will get an exclusive chance to peer into the future of Paul Miller’s voiceover career.

Hosts: Josh Topolsky, Nilay Patel, Paul Miller
Producer: Trent Wolbe
Music: MPC2059 – The Beyonce Error

Hear the podcast


00:01:40 – iPad pre-order is go — will you buy one?
00:08:37 – iPad mute switch magicked into a ‘screen rotation lock’ overnight, a flurry of other tidbits emerge
00:14:18 – Leaked Dell Streak flyer shows multitude of color options, confirmed specifications
00:14:35 – Microsoft’s Courier ‘digital journal’: exclusive pictures and details (update: video!)
00:16:35 – Leak: Microsoft Pink phones coming to Verizon, on shelves April 20th?
00:24:42 – JooJoo revamps interface ahead of launch, adds local video playback — and changes color
00:32:02 – JooJoo hits the FCC, reveals NVIDIA Ion, 3G card
00:35:17 – HP Slate makes an appearance to show off Flash, stays for a rock concert
00:50:24 – Palm’s webOS PDK beta adds Pixi native development, PDK’d apps will hit the Catalog mid year
00:51:07 – Android NDK hits Release 3, brings OpenGL ES 2.0 access to devs
00:51:30 – Microsoft shows off XNA games running on Windows Phone, full 3D is a go
01:04:38 – PlayStation Move: everything you ever wanted to know
01:11:45 – Joystiq and Sony VP Scott Rohde talk PlayStation Move
01:17:20 – Caption Contest: 3D is a mind blow, everyone can agree on that

Subscribe to the podcast

[iTunes] Subscribe to the Podcast directly in iTunes (enhanced AAC).
[RSS MP3] Add the Engadget Podcast feed (in MP3) to your RSS aggregator and have the show delivered automatically.
[RSS AAC] Add the Engadget Podcast feed (in enhanced AAC) to your RSS aggregator.
[Zune] Subscribe to the Podcast directly in the Zune Marketplace

Download the podcast

LISTEN (MP3)
LISTEN (AAC)
LISTEN (OGG)

Contact the podcast

1-888-ENGADGET or podcast (at) engadget (dot) com.

Twitter: @joshuatopolsky @futurepaul @reckless @ohnorosco @engadget

Filed under:

Engadget Podcast 187 – 03.13.2010 originally appeared on Engadget on Sat, 13 Mar 2010 16:00:00 EST. Please see our terms for use of feeds.

Permalink   |   | Email this | Comments

How To: Turn Your Web Apps Into Real Apps [How To]

When you use a site like Gmail, you have to decide: Do I want to use the service’s website, or do I want to use it through an app, like Outlook? Here’s how to get the best of both worlds.

What I’m talking about is something called site-specific browsers, which are essentially dedicated apps derived from the browsers already installed on your system, designed to load up a single web app. Nothing else. The thing is, limiting the app’s functionality to a single website means it can do native-like things, like have its own icon, serve up notifications in the OS X dock, and be launched from Spotlight or the Start Menu like a regular, native program. It’s also a great way to run multiple instances of the same service—like two Gmail accounts—without one forcing the other to log out.

And hell, you use web apps like Facebook, Last.fm and Gmail just as much and just as hard as you do regular apps, so haven’t they earned their own icons? Their own windows, so they don’t get lost in a sea of tabs? Their own notifications? Their own places in your application menus? Their own system processes, so a browser crash won’t knock them out, too? Their own lives? Yeah, sure they have. Here’s how to make it happen.

Mac OS X: Fluid

The best tool for creating site-specific apps in OS X is called Fluid. It’s a free framework for creating your own site-specific apps, based on WebKit, like Apple’s Safari or Google’s Chrome. So!

1. Download it Fluid here, and drag the app over to your Applications folder.

2. Since the site-specific browsers you’ll be creating will have their own icons, you’ll need to download those. If you don’t, Fluid will pull the site’s favorites icon to use as the system icon, which is fine, but can look a bit rough, especially if you run your OS X dock large, or use CoverFlow a lot. This Flickr group has hundreds of available icons, covering just about any site you can imagine. To use them, download the full-size .PNG from Flickr.

3. Create your app! When you open Fluid, You’ll be prompted with a window asking you for a URL, a site name (Which will be the app’s name, as far as your OS is concerned), a place to save the app (the Applications folder by default) and an option to either use the site’s favicon or a custom icon. Fill the fields out, and hit create.

4. Launch your app. The first time you start the app, you’ll be prompted to log into the service. After the initial login, though, Fluid will remember your details, so that when you start the app again, it’ll be all ready to go.

5. Customize! Ok, so you’ve got your web app—now it’s time to tweak. If you want to change the look of the site, or how certain parts of it function, Fluid supports client-side userscripts, which basically let you reformat the page, or add functionality to it, however you want. From within a Fluid app, click the Script icon in the Menu Bar, and click “Browse Userscripts.org” and see if you find anything you like. If you do, the script should be downloaded and copied to YourUserName/Library/Application Support/Fluid/SSB/YourApp’sName/Userscripts.

There are also a small number of Fluid plugins, which give Fluid greater native app-like powers. These are scattered around the internet, and a good central resource is hard to come by. This Google string tends to work pretty well for finding them, though.

In addition, Fluid itself has some application settings to play around with, most of which are self-explanatory. One that’s not, and that comes in handy a lot, is the “Allow Browsing to any URL” option under Settings > Advanced: This prevents new windows opened in Fluid from opening in your default browser instead, and cures most of the issues I’ve come across with using Fluid with less popular sites that may not have automatic presets built into Fluid.

Windows: Prism

Prism takes a slightly different approach to the creation of site-specific browsers, in that it’s an extension for Firefox, not its own app. The creation process, though, isn’t terribly different. Here’s the routine:

1. Download the Prism extension for Firefox here. (Note: some people have issues with Prism freezing during the setup process, or find core functions, like minimizing to the system tray, missing in this version. In that case, download the last version of Prism right here—it should fix everything, without sacrificing any major features.)
2. Navigate to the webpage you want to convert into an app, let it load, and select “Convert Website to Application” from the Tools menu in Firefox. You’ll be prompted with these options. Fill them out as you please:

If you’d like to use a custom icon, as opposed to the website’s favorite’s icon, you should download a full-res .PNG file from this Flickr group. These are icons created with Fluid (above) in mind, so some may have an OS X-like aesthetic, but they will work, and in the context of Windows 7, they usually look pretty great.

And that’s it! Prism isn’t as immediately customizable as Fluid for OS X, but it gets the job done.

Alternative: Prism supports something called “Bundles”, which automatically apply settings and application icons for popular websites with a single click. Here are a few to try.

Alternative II: Chrome for Windows offers similar functionality to Prism, albeit in a rather basic, stripped-down form. If your only goal is to isolate web apps in their own windows, though, this’ll work fine, and takes just a few seconds:

Hat tip to Lifehacker for introducing us to Prism.

And that’s it! If you’ve got any great icon, user script or Prism bundle resources to share, throw them in the comments—your feedback is hugely important to our Saturday How To guides. And if you have any topics you’d like to see covered here, please let me know. Happy web-app-Pinocchio-ing, folks!

TomTom iPhone app hits 1.3, gains real-time traffic and Google local search

Here lately, Navigon has been crushing it on the iPhone GPS front. Every couple of weeks, it seems that MobileNavigator is getting yet another fantastic update, all while TomTom’s lackluster offering hangs back in the land of complacency. Thankfully for us all, the outfit has just pushed out the v1.3 update, which adds real-time traffic (an unfortunate $19.99 add-on), Google local search, updated roadways, automatic music fading between text-to-speech instructions and the ability to add locations from other apps and websites. We’d still recommend Navigon’s software if you’re looking to buy into iPhone GPS for the first time, but this is certainly a boon for those already locked into the TomTom alternative.

[Thanks to everyone who sent this in]

TomTom iPhone app hits 1.3, gains real-time traffic and Google local search originally appeared on Engadget on Sat, 13 Mar 2010 15:22:00 EST. Please see our terms for use of feeds.

Permalink   |  sourceTiPb  | Email this | Comments

Dead iPad battery? Never mind replacing it, Apple just sends another iPad for $99

Whoa, Nelly! Isn’t this something? Apple has just posted details on its iPad battery replacement service, which is really not a battery replacement service at all. Check out the company’s opening line:

“If your iPad requires service due to the battery’s diminished ability to hold an electrical charge, Apple will replace your iPad for a service fee.”

Now, let’s compare that to the verbiage found in the iPhone’s battery replacement program details:

“If your iPhone requires service only because the battery’s ability to hold an electrical charge has diminished, Apple will service your iPhone for a service fee.”

We can see the puzzled look on your face from here, and we’re sharing in the same disbelief. Apple is actually saying that it won’t bother cracking open your withered iPad, replacing the battery and sending it back your way; instead, you’ll pay $105.95 (including shipping) for a completely different iPad, which certainly has its pros and cons. On one hand, you’re getting a new (or potentially refurbished, actually) iPad in around “one week,” but on the other, you’ll be waving goodbye to every morsel of personal data on the device that you send in — unless you backup beforehand, of course. Here’s Apple’s take on answering “will the data on my iPad be preserved?”

No. You will receive a replacement iPad that will not contain any of your personal data. Before you submit your iPad for service, it is important to sync your iPad with iTunes to back up your contacts, calendars, email account settings, bookmarks, apps, etc. Apple is not responsible for the loss of information when servicing your iPad.”

Lovely, don’tcha think? Head on past the break for the full text.

[Thanks, David]

Continue reading Dead iPad battery? Never mind replacing it, Apple just sends another iPad for $99

Dead iPad battery? Never mind replacing it, Apple just sends another iPad for $99 originally appeared on Engadget on Sat, 13 Mar 2010 13:24:00 EST. Please see our terms for use of feeds.

Permalink   |  sourceApple  | Email this | Comments

iPhone SDK on the Map

This article was written on February 28, 2008 by CyberNet.

iphone sdk iPhone users have patiently been waiting for the SDK announcement this month, which is when Steve Jobs said it would be coming back in October. It turns out that things have been a bit delayed (does anyone deliver on time anymore?), but one week from now iPhone users will likely be flying high as they find out just what the SDK will be capable of accomplishing.

News of this came from an email invitation that Apple sent out to some of the major publishers (Engadget, Gizmodo, etc…) whom you would expect to be at the event. On March 6th Apple is going to outline the “iPhone Software Roadmap” and talk about some “exciting new enterprise features.” Just about everyone is assuming that the enterprise features implies that full Exchange support is coming to the iPhone.

One thing I can’t wait to find out next Thursday is how Apple plans to deal with the virus and malware problem, which Jobs said is the reason it was going to take so long to get the SDK out:

It will take until February to release an SDK because we’re trying to do two diametrically opposed things at once—provide an advanced and open platform to developers while at the same time protect iPhone users from viruses, malware, privacy attacks, etc. This is no easy task.

We are working on an advanced system which will offer developers broad access to natively program the iPhone’s amazing software platform while at the same time protecting users from malicious programs.

Oh, and there’s no word whether the upgrade will be available for iPod Touch users, but I would assume that it will be. iPod users probably just have to be prepared to shell out some more money if they want to get a piece of the SDK goodness.

Thanks for the tip arjay!

Copyright © 2010 CyberNet | CyberNet Forum | Learn Firefox

Related Posts:


BlackBerry Slider undergoes further undercover inspection, side shots emerge

We’re still no closer to finding out whether this is the next iteration of the Bold, Storm or some other BlackBerry line, but the unofficially coined BlackBerry Slider continues to pique our interest. Here in the third round of spy shots, we’re seeing the elusive RIM-branded device from a few new angles, namely a round of side shots and a side-by-side with Curve 8900. You’ll notice that the new guys is a bit thicker and longer, and you’ll also see a complete lack of labeling beside the camera. There’s a fair chance that hitting that Source link will simply lead to increased frustration and stress in your life, but c’mon, anything to keep you from finishing up those 2009 taxes is worth a look.

BlackBerry Slider undergoes further undercover inspection, side shots emerge originally appeared on Engadget on Sat, 13 Mar 2010 12:29:00 EST. Please see our terms for use of feeds.

Permalink CrackBerry  |  sourceBlackBerry Leaks  | Email this | Comments

SXSW: Sparks Fly at Internet TV Debate

d-link-boxee-box.jpgOn the opening night of SXSW Interactive, HDNet founder Mark Cuban and Boxee founder Avner Ronan traded verbal barbs and a few well-reasoned arguments trying to answer the simple question: will Internet TV take over? Ronan sees Internet video services replacing the cable TV model and allowing users to purchase programming a la carte. Ever the businessman, Cuban just wants to see the money, or as he put it at one point, the “shekels.”

At times the debate seemed rehearsed, but that is because it started more than a year ago in a combative exchange of blog posts. (One of Cuban’s was titled “Why Do Internet People Think Content People Are Stupid?“) With the rhetorical groundwork laid, the two executives held nothing back in their face-to-face meeting.

“If you think that the Internet going to replace cable you’re crazy,” Cuban said, noting that no one in the Internet video space is making money, including Boxee, and that the current model of delivering content for free is going nowhere.

“But people are willing to pay for Internet video right now,” Ronan responded.  “They are paying for Netflix, they are paying for MLB, they are paying for a lot of things,” he said. “It isn’t about free or not free. It is about whether the Internet can deliver video and it can.”

How much video and how reliably it can be delivered is a different question. And that is where Cuban made his strongest points.  Having a few million users download programming a few times a week is one thing, but what about when it is tens of millions? The Internet simply wasn’t built to support that kind of delivery.

“When do you think that ESPN will say Monday Night Football could have 20 million subscribers, so let’s stream it over the Internet?” asked Cuban.

“A couple of years…,” began Ronan.

“Ha! Like two years or 200 years!?” snapped Cuban.

The hour-long debate, briefly interrupted by a fire alarm that cleared the Austin Convention Center, also touched on net neutrality, the limits of Wi-Fi home networks, and development platforms for set-top boxes.

Despite the testy exchanges and the ideological divide, there was actually a lot of agreement on practical matters. Ronan acknowledged that pay models needed to evolve and that providers like HDNet should be paid for their content. Cuban offered to put video on any network, including Internet-based platforms, as long as the numbers made sense.

For better or worse, as Cuban put it, “The future of television is television.”

Reblog this post [with Zemanta]

The 404 537: LIVE NOW at 11 a.m.(ish) EST!

EPISODE 537



Click to watch The 404 Live

(Credit:

The404/CNET
)

To watch today’s LIVE Episode and participate in the chatroom starting Mon-Fri @ 11 a.m.(ish) EST:


  • Go to CNET Live

  • Click “WATCH NOW” next to The 404 icon (the same one you see to the left of

Originally posted at The 404 Podcast

Ceton’s quad CableCARD tuner for Media Center available for pre-order

Ceton InfiniTV 4 Digital cable tuner

That’s right, you can now reserve your place in line to be the first to record four HD cable shows at once on your Windows 7 Media Center. The bad news is that ship date for the InfiniTV 4 is now May 31st. Ceton wasn’t willing to share a specific reason for the 60 day delay, but we suspect CableLabs is to blame — Ceton refuted this and insisted CableLabs has been very helpful, but we don’t buy it. The other big news — for those that were concerned with noise or fitment options — is that the latest version of the PCI-E card pictured above no longer includes a fan. The InfiniTV name was the result of over 1000 submissions to Ceton’s naming contest, of which Gary Petro came up with winner — the name is not to be confused with Comcast’s XFINITY. Future tuners in the line will share a variation of the name, so the dual external tuner would be the InfiniTV ex2 — for example. But Gary isn’t the only one receiving a free tuner, as two more submitters were deemed worthy. Rus Sanchez submitted 94 different product names, while Charles Fraser earned his free card with the funniest submission; Wicked Super, Super Duper, and Super Duper Alleyoopder. The last bit of news out of the Kirkland startup is a littler clarification in regards to the network capabilities of the card. Although you can share the tuners with a small form factor PC on the network, the bad news is that it gets paired per CableCARD, so all four tuners have to go to the same PC. Oh we almost forgot, the best news of all is that we received our review sample, so stay tuned for a full run down.

Ceton’s quad CableCARD tuner for Media Center available for pre-order originally appeared on Engadget HD on Sat, 13 Mar 2010 10:23:00 EST. Please see our terms for use of feeds.

Permalink   |  sourceZones.com  | Email this | Comments