Here is the quick insight about ASE which I saw in Google labs.
The Android Scripting Environment (ASE) brings scripting languages to Android by allowing you to edit and execute scripts and interactive interpreters directly on the Android device. These scripts have access to many of the APIs available to full-fledged Android applications, but with a greatly simplified interface that makes it easy to:
Handle intents
Start activities
Make phone calls
Send text messages
Scan bar codes
Poll location and sensor data
Use text-to-speech
And more
Scripts can be run interactively in a terminal, started as a long running service, or started via Locale. Python, Perl, JRuby, Lua, BeanShell, and shell are currently supported, and we're planning to add more.
Wednesday, September 9, 2009
Saturday, August 15, 2009
Webfinger
WebFinger : Personal Web Discovery, making email addresses readable again.
WebFinger is about making email addresses more valuable, by letting people attach public metadata to them. That metadata might include:
--> public profile data
--> pointer to identity provider (e.g. OpenID server)
--> a public key
--> other services used by that email address (e.g. Flickr, Picasa, Smugmug, Twitter, Facebook, and usernames for each)
--> a URL to an avatar
--> profile data (nickname, full name, etc)
--> whether the email address is also a JID, or explicitly declare that it's NOT an email, and ONLY a JID, or any combination to disambiguate all the addresses that look like something@somewhere.com
--> or even a public declaration that the email address doesn't have public metadata, but has a pointer to an endpoint that, provided authentication, will tell you some protected metadata, depending on who you authenticate as.
... but rather than fight about the exact contents of that file, WebFinger is about making that file discoverable at all. The community can explore and innovate within that discovery file later.
to know more about this check here
WebFinger is about making email addresses more valuable, by letting people attach public metadata to them. That metadata might include:
--> public profile data
--> pointer to identity provider (e.g. OpenID server)
--> a public key
--> other services used by that email address (e.g. Flickr, Picasa, Smugmug, Twitter, Facebook, and usernames for each)
--> a URL to an avatar
--> profile data (nickname, full name, etc)
--> whether the email address is also a JID, or explicitly declare that it's NOT an email, and ONLY a JID, or any combination to disambiguate all the addresses that look like something@somewhere.com
--> or even a public declaration that the email address doesn't have public metadata, but has a pointer to an endpoint that, provided authentication, will tell you some protected metadata, depending on who you authenticate as.
... but rather than fight about the exact contents of that file, WebFinger is about making that file discoverable at all. The community can explore and innovate within that discovery file later.
to know more about this check here
Tuesday, July 28, 2009
Subscribe to:
Posts (Atom)