-
Recent Posts
Recent Comments
- Marc on Work-around for Mac OS X python package install error — "lipo: can’t figure out the architecture type"
- Textmate: Bundle Items menu shortcut fix | TJ's Logic on Textmate: Use Command-Escape as a Shortcut to the Gear Menu
- James Murty on JetS3t 0.8.1 in the wild
- Bef on JetS3t 0.8.1 in the wild
- Bef on JetS3t 0.8.1 in the wild
Archives
- December 2011
- May 2011
- April 2011
- February 2011
- January 2011
- October 2010
- July 2010
- May 2010
- March 2010
- February 2010
- January 2010
- November 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
Categories
Meta
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