December 20, 2006
Update 12-20-2006:
Amazon kept there promise and delivers the SanDisk players Next Day DHL. It was still frustrating but Amazon did the right thing. Thanks!
I ordered 2 of these SanDisk 1gb players for my kids for x-mas. When I ordred the product it said “in stock” sold by Amazon. “To received it by December 22nd choose free super saver shipping”.
Well guess what! It wasn’t really in-stock nor could you actually receive it by the 22nd. I called customer service to cancel my order. I was told that I couldn’t cancel the order; because it’s in progress. The only problem is that it’s been “in progress” since the 15th. That’s total bullshit!
This issue has really rubed me the wrong way. Can you tell?
Lesson learned never buy Christmas Gifts from Amazon 10 days before Christmas.
Try explaing that to a 5 and 9 year old “well children, you didn’t get your christmas present on time becuase Santa used Amazon for fufillment and they screwed up.”
The funny thing about this is that it still says on my order status page that it will be deliverd by the 22nd oyee! Amazon you have some work to do.
No Comments » |
Amazon, Christmas, Lame |
Permalink
Posted by Colin Faulkingham
August 24, 2006
“Amazon EC2 allows you to set up and configure everything about your instances from your operating system up to your applications.”“provides the equivalent of a system with a 1.7Ghz Xeon CPU, 1.75GB of RAM, 160GB of local disk, and 250Mb/s of network bandwidth”
You basically create your own Amazon Virtual Machine Image and upload it configured the way you want.
I was given a beta account this moring and I planed on doing some testing this weekend. John Udell already got and instance up and running very cool. It currently only supports Linux VM see my comments on Dave’s weblog.
Update: TechCrunch Review
No Comments » |
Amazon |
Permalink
Posted by Colin Faulkingham
March 15, 2006
If you have been watching the discussion at any one of the familiar spots about Amazon’s new S3 web service you will see a lot of talk about comparing the new S3 service with standard hosting compaines.
How S3 differs
The core of S3 is the Object database, your not just storing bits, your storing bits and meta data. It’s like exposing the underlying layer of a filesystem with a platfom agnostic API. That’s a lot differnt then putting a file up on to your web host’s hardrive.
The killer app(s)
So what is S3’s killer app? I duno for sure. But I think a lot could be done in 2 areas.
- Backup
- Platform portability is a no-brainer.
- You can have the user expose certain files to the public(like photos or movies) or the user can could choose whether or not to share the file via BitTorrent.
- The cost for a standard full 250 gb drive would be $37.50 a month there would be an initial transfer fee of $50.00 all subsequent backups would be differential so you cost for the transfer would only be based off what has changed or what has been added.
- The benefits are outstanding. You get reliable distributed storage for your entire drive for only $37.50 a month. And that’s if you actually use all 250gb of your drive. I would bet the price will probably get better.
- Bloging apps & casting
- There are a lot of different casting applications out there today Podcasting, Photocasting etc.. Most bloging systems don’t offer much storage for media beyond images. For instance this WordPress blog only allows me to upload images. If I want to do a podcast, photocast or just upload code for people to view then I have to find other server to store it.
- Apps like WordPress, Blogspot, TypePad and Live Journal could create a plug-ins that would allow users to use there A3 accounts. A user could then store and link to what ever files they wanted to.
I bet Dave at will be the first to integrate this into his outliner app.
No Comments » |
Amazon, Uncategorized |
Permalink
Posted by Colin Faulkingham
March 14, 2006
The Tech Crunch folks published a nice review of Amazon S3 grid storage. But they totaly missed what’s so cool about it. If you read beyond the standard features about price and storage you will find out why it’s really the killer app. Take a look at the developer documentation and have a look at the last section entitled “Using BitTorrent with S3“. That’s right Amazon S3 supports BitTorrent, it will create and seed your object(file).
Here is the snippet from the docs,
There is no extra charge for use of BitTorrent with S3. Data transfer via the BitTorrent protocol is metered at the same rate as client/server delivery. To be precise, whenever a downloading BitTorrent client requests a “piece” of an object from the S3 “seeder,” charges accrue just as if an anonymous request for that piece had been made using the REST or SOAP protocol. These charges will appear on your S3 bill and usage reports in the same way. The difference is that if a lot of clients are requesting the same object simultaneously via BitTorrent, then the amount of data S3 must serve to satisfy those clients will be lower than with client/server delivery. This is because the BitTorrent clients are simultaneously uploading and downloading amongst themselves. The data transfer savings achieved from use of BitTorrent can vary widely depending on how popular your object is. Less popular objects require heavier use of the “seeder” to serve clients, and thus the difference between BitTorrent distribution costs and client/server distribution costs may be small for such objects. In particular, if only one client is ever downloading a particular object at a time, the cost of BitTorrent delivery will be the same as direct download.
Wow! And to create that torrent? No problem,
Retrieving a .torrent file for any publicly available object is easy. Simply add a “?torrent” query string parameter at the end of the REST GET request for the object. No authentication is required. Once you have a BitTorrent client installed, downloading an object using BitTorrent download may be as easy as opening this URL in your web browser.
14 Comments |
Amazon |
Permalink
Posted by Colin Faulkingham