Monthly Archives: June 2009

AWS Management Console: Now with CloudFront

Amazon’s AWS Management Console now supports the company’s CloudFront service, a CDN-like extension for the Simple Storage Service (S3). You can read about this new feature on the AWS Blog and watch an introductory video here.

Posted in AWS, Cloud Computing | Leave a comment

OpenID Delegation: Why and How

The great promise of the OpenID specification is that it can simplify identity management on the ‘net. At its best, OpenID provides three great features: Unified Identity A single account (identity) with which you can log in to many sites, … Continue reading

Posted in OpenID, Tips | Leave a comment

XMLBuilder Version 0.3: XPath, Parsing and Maven Goodies

I have updated my small java-xmlbuilder project with some nice new features. First, here’s a reminder of what this project does: XML Builder is a utility that creates simple XML documents using relatively sparse Java code. It is intended to … Continue reading

Posted in Coding, Java | Leave a comment

Real-world cloud computing

An interesting post with some drawbacks of cloud computing and EC2, from those in the trenches: Real-world cloud computing. There are some real gems here, such as: [They all] used Amazon services, and most if not all of them seemed … Continue reading

Posted in AWS, Cloud Computing | 1 Comment

IPython with Python version 2.6 on OS X Leopard

I recently installed the excellent IPython program, a beefed-up Python console that provides a raft of extra features over the default interpreter and makes it even more of a pleasure to work with this language. When you install IPython on … Continue reading

Posted in Python, Tips | 7 Comments