Windows 8 Metro + HypeMachine Cool But Dead

Published 2011-11-22 on Farid Zakaria's Blog

The Spark

I've been doing a lot of work (developing multimedia device driver) for Windows 8 for my current job. As such, I had to watch and listen to a bunch of talks about Windows 8 new Metro style applications and thought it would be a pretty neat area to play around in.

Windows 8 introduces a new Metro style interface, which shows the information important to you, embodies simplicity, and gives you control. The interface is a personalized layout with clean typography and animations to make interacting with your PC fluid and intuitive.

What's really cool is that to build a Metro Application, you make use of the WindowsRT (windows Runtime) API. The best part is that the API is available in multiple languages including JavaScript, C++, C# and VB

Since I always seem to use HypeMachine as my guinea pig for learning new technologies, I figured why stop now...

Private API

I have known for a while that HypeMachine was providing certain people access to their private API. However I just noticed recently that they've been advertising it.

I decided to ask for access thinking that in my opinion, my previous relationship with them had been generous and polite, explaining in my e-mail that I planned on using the API solely for my personal Windows 8 project.

With high spirits, I waited for the response...

Rejection

Ultimately I received an e-mail back from HypeMachine explaining that they are rejecting my request to be included in the private API because I have been "difficult to work with in the past" and that "we do not have the resources for it". At the end of the day, it is their sole discretion and right to grant access to whoever they'd like to their private API, however I was hoping that due to my previous relationship (I removed both the Batch-Downloader and Chrome Extension when asked) that I wouldn't be seen as being difficult to work with.

I guess back to hacking it....