Mass Video Conversion Using Amazon Web Services

Tuesday, April 3rd, 2007

I love this geeky stuff and the way that the Amazon Web Services Developer Connection is beginning to reach out to developers.  Their tutorial on Mass Video Conversion Using AWS will have running your own YouTube clone in no time at all using a mix of S3, SQS, EC2, ffmpeg and some Python.

JavaScript Wrapper for del.icio.us Bookmarks

Saturday, March 31st, 2007

Dishy is a simple JavaScript wrapper for del.icio.us that helps you integrate your bookmarks onto your website. Dishy makes use of JSON and some simple methods and properties to allow you to easily customize the look and feel of your bookmark list.

Mounting Amazon S3 as a File System in Amazon EC2

Wednesday, March 21st, 2007

The Amazon Web Services Developer Connection site has a great tutorial that will show you how to Mount Amazon S3 as a File System in Amazon EC2. S3 is Amazon’s distributed storage service and EC2 is their distributed, virtualized server solution. In the past it was difficult to have persistent storage in EC2, but now using S3, persistent storage is possible.

Six Cool Things With OpenID

Sunday, February 25th, 2007

Simon Willison offers a list of Six cool things you can build with OpenID. There sure is a lot of real positive buzz with regards to OpenID. I am really looking forward to being able to use my OpenID account with more and more services. I currently have way to many proprietary accounts and way to many web sites. Having a unified identity that I can use at multiple sites is very appealing.

Badge Any RSS Feed With Yahoo! Pipes

Tuesday, February 20th, 2007

Badger uses Yahoo! Pipes and JavaScript to create Web badges out of any RSS feed. One of the neat features of Pipes is its ability to sent output in JSON format. This allows you to use Pipes as a proxy for any type of data or mashup you can think of.

Create your Master Feed with Yahoo! Pipes

Thursday, February 15th, 2007

The ever cleaver Gina Trapani from Lifehacker documents how to Create your master feed with Yahoo! Pipes. What is your master feed? Well is is an aggregation of your feeds from all your social networking sites like Flickr, del.icio.us, or any other site that provides you with an RSS feed of your activities.

5 Cool Ways to Use Yahoo! Pipes

Tuesday, February 13th, 2007

Frantic Industries presents 5 cool ways to use Yahoo! Pipes. Some great ideas are in this list that may open you eyes to the power and possibilities of this new service from Yahoo!

Building a Web Application with Ruby on Rails and Amazon S3

Saturday, February 10th, 2007

Amazon Web Services Developer Connection is starting to gather a great collection of tutorials for using their amazing web services. Building a Web Application with Ruby on Rails and Amazon S3 is one that caught my eye. It is full of short examples that shows virtually every part of the S3 service and how to access it using Rails.

Mash the Web with Yahoo! Pipes

Thursday, February 8th, 2007

Yahoo! Pipes looks like a product that could change the way web designers and developers consume and user RSS. Pipes are a familiar terminology if you have ever done any Unix command line work. Pipes in Unix-land allow you to route the output of one tool into the input of another tool. The pipe character | is used as a separator between each command. So what makes Yahoo Pipes revolutionary? Well to start it provides a drag-and-drop interface that allows you to connect RSS feeds from multiple sources and perform operations like sorting, counting, and grouping. And it does this without requiring the developer or designer to write a single line of code.

There is some really good discussion and analysis of this new service from the likes of Tim O’Reilly, Jeremy Zawodny, Niall Kennedy, Richard MacManus, and even Google’s Matt Cutts.

Setting up and Running Amazon EC2

Monday, January 15th, 2007

The Amazon Web Services Developer Connection has an 18 minute screencast that will show you how to Set up and Run Amazon EC2 from Windows. EC2 is Amazon’s Elastic Compute Cloud web service. With EC2 you can setup and run your own virtual server for less than $80 per month.