The Artima Developer Community
Sponsored Link

Python Buzz Forum
Thoughts

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Phillip Pearson

Posts: 1083
Nickname: myelin
Registered: Aug, 2003

Phillip Pearson is a Python hacker from New Zealand
Thoughts Posted: Mar 14, 2006 5:30 PM
Reply to this message Reply

This post originated from an RSS feed registered with Python Buzz by Phillip Pearson.
Original Post: Thoughts
Feed Title: Second p0st
Feed URL: http://www.myelin.co.nz/post/rss.xml
Feed Description: Tech notes and web hackery from the guy that brought you bzero, Python Community Server, the Blogging Ecosystem and the Internet Topic Exchange
Latest Python Buzz Posts
Latest Python Buzz Posts by Phillip Pearson
Latest Posts From Second p0st

Advertisement

APIs

The del.icio.us API is nice for getting your own info, and the RSS feeds are good for getting recent posts from a user, but something missing is an unauthenticated API that gives you all of a user's tags, or their common tags.

Thinking about Dave Winer's comments on the Amazon S3 API. Dave, how about a local app that uses the sample code or WSDL to connect to S3, and provides an XML-RPC interface? You could do this in Python with the built-in SimpleXMLRPCServer module if you liked; it wouldn't be too much code.

Storage

That's excellent about S3's BitTorrent support, BTW. So you can now throw a file up on Amazon and get them to seed it, for $0.20/gig to upload, $0.15/gig to store it, and $0.20/gig BT traffic? The prices aren't that fantastic compared with dedicated servers ($100/month for 1000 Gb traffic and ~80Gb storage, which you could call $0.09/gig traffic and $0.07/gig storage), or a shared plan, e.g. $10/month for 750 Gb traffic and 20 Gb storage at netfirms (similarly, $0.013/gig traffic and $0.01/gig storage) or Godaddy's $15/month for 1000 Gb traffic and 100 Gb storage ($0.01/gig traffic, $0.007/gig storage).

If you don't care about traffic, just space, Godaddy is the best deal if you can fill the 100 Gb completely. If you just have a little, it seems like Amazon is way cheaper than anything...

Comment

Read: Thoughts

Topic: Comments on again... Previous Topic   Next Topic Topic: Jumping ship to RubyOnRails

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use