Saturday, September 25, 2010

Azure Throughput Analyzer


The Microsoft Research eXtreme Computing Group cloud-research engagement team supports researchers in the field who use Windows Azure to conduct their research. As part of this effort, we have built a desktop utility that measures the upload and download throughput achievable from your on-premise client machine to Azure cloud storage (blobs, tables and queue). The download contains the desktop utility and an accompanying user guide. You simply install this tool on your on-premise machine, select a data center for the evaluation, and enter the account details of any storage service created within it. The utility will perform a series of data-upload and -download tests using sample data and collect measurements of throughput, which are displayed at the end of the test, along with other statistics.
Download

Currently rated

Thursday, September 23, 2010

U1 With Sunlight Viewable Screen

Remember Panasonic's Toughbook CF-U1? Yeah, so it's been a while (2008, in fact) since it was unveiledand then reviewed, which is exactly why Panny thought the time had come to update the rugged UMPC. Its Toughbook U1 has the same magnesium alloy chassis -- we're told it's still the most rugged Toughbook of them all -- but has been updated with "enhanced sunlight viewability." It's no PixelQi display, but the TransflectivePlus screen can be cranked up to 6000 nits for checking e-mails and other pertinent information in the bright light of day. Internally, the U1 has acquired a newer 1.6GHz Atom Z530 processor, 2GB of RAM, and a larger 64GB SSD with Windows 7. The optional two megapixel front-facing camera has also been tweaked with better auto-focus and white balance features. However, the updates aren't just hardware-based: screen icons have been enlarged, and there's a new virtual right click button and larger virtual keyboard with a zoom mode. Of course, military grade doesn't come cheap -- the street price has been set at whopping $2,799. That still makes it one of the most expensive Atom device out there, but then again can you really put a price on something that's Rammer-resistant? We didn't think so.

Monday, September 20, 2010

Microsoft Visual Programming Language: Kodu



Kodu is a new visual programming language made specifically for creating games. It is designed to be accessible for children and enjoyable for anyone. The programming environment runs on the Xbox, allowing rapid design iteration using only a game controller for input. Download

Programming as a Creative Medium

The core of the Kodu project is the programming user interface. The language is simple and entirely icon-based. Programs are composed of pages, which are broken down into rules, which are further divided into conditions and actions. Conditions are evaluated simultaneously.

The Kodu language is designed specifically for game development and provides specialized primitives derived from gaming scenarios. Programs are expressed in physical terms, using concepts like vision, hearing, and time to control character behavior. While not as general-purpose as classical programming languages, Kodu can express advanced game design concepts in a simple, direct, and intuitive manner. mor
e

Microsoft Research Labs: Joulemeter

Joulemeter is a software based mechanism to measure the energy usage of virtual machines (VMs), servers, desktops, laptops, and even individual softwares running on a computer.

Joulemeter estimates the energy usage of a VM, computer, or software by measuring the hardware resources (CPU, disk, memory, screen etc) being used and converting the resource usage to actual power usage based on automatically learned realistic power models.

Joulemeter can be used for gaining visibility into energy use and for making several power management and provisioning decisions in data centers, client computing, and software design.

The technology is especially helpful for IT leaders managing power management settings, PC users who wish to get fine grained visibility into their computing energy use, and enthusaist developers who wish to leverage power measurement for optimizing their software and hosted service design for power usage. The fundamental concepts behind how the technology works are available in this paper.

Download: A research preview, that allows advanced users to try out some of the features of the above technology is available for download. Please see the download page. This version supports only system energy metering (with break-downs for CPU, monitor, and disk), on Windows 7 machines.

A WattsUp power meter (WattsUp Pro with USB connection) is recommended for learning an accurate power model for your machine. The power meter can be shared among multiple machines and users as it is needed for only a few minutes per machine. The software will work without a power meter as well.

.NET Gadgeteer

Microsoft .NET Gadgeteer is a rapid prototyping platform for small electronic gadgets and embedded hardware devices. It combines the advantages of object-oriented programming, solderless assembly of electronics using a kit of hardware modules, and quick physical enclosure fabrication using computer-aided design.

Individual .NET Gadgeteer modules can be easily connected together to construct both simple and sophisticated devices. Each module adds some extra capabilities, such as the ability to display images, playback sounds, take pictures, sense the environment, communicate with other devices or enable user interaction.

The platform is built on the .NET Micro Framework, which allows small devices to be programmed in the C# language and make use of Visual Studio’s programming and debugging tools.

This powerful combination allows fully functional devices to be prototyped in a matter of hours rather than days or weeks. more