Monthly Archives: May 2010

Android Dalvik VM performance is a threat to the iPhone

One of the peculiarities of Apple is that they have set themselves down a path where every Apple developer needs to learn Objective-C (and C/C++) to build applications for their platform.  The biggest characteristic of Objective-C vs Java is dynamic … Continue reading

Posted in Apple, Java, Technology | View Comments

Off-loading real work to YQL instead of using your server

Just saw a cool blogpost about summing up all your subscribers on RSS, Facebook and Twitter. The only issue is that it requires PHP to work. I decided to quickly rewrite it as a YQL Execute table instead. So rather … Continue reading

Posted in Technology, yahoo | View Comments

Maven artifacts need to be more discoverable

The laundry list of repositories that are filling the POM in Maven projects has to go. The ideal of having a central store of all artifacts is clearly dead and we have to move on. My proposal is two fold. … Continue reading

Posted in Java, Technology | View Comments

How Facebook could open the Open Graph APIs

I was pondering how Facebook could really answer it’s critics in a profound way that would really up-level the social fabric of the internet while also satisfying those that want ultimate control over their data. Continue reading

Posted in Technology | View Comments

The ideal web application templating system

When a designer and a developer work together to create an HTML web application one of the biggest issues is how you translate their vision into code in a way that allows for iteration and flexibility when those designs change. Continue reading

Posted in Technology | View Comments