mohit | Shared With: Everyone - 3 hours ago | security, storage, web development, javascript, firefox
Didn't know about this until now. I discovered this while I was investigating how a certain Web site still seemed to remember stuff about me even though I had cleared my cookies.
Quoted: Currently, only Mozilla-based browsers provide a working implementation of the DOM Storage specification. However, Internet Explorer does have a similar feature called "userData behavior" that allows you to persist data across multiple browser sessions.
...
DOM Storage is useful because no good browser-only methods exist for persisting reasonable amounts of data for any period of time. Browser cookies have limited capacity and provide no support for organizing persisted data, and other methods (such as Flash Local Storage) require an external plugin.
mohit | Shared With: Everyone - Sep 11 2007 | amazon, s3, storage, developmentThis new per request charge is very annoying -- especially in scenarios like the one I'm planning where you are using S3 for lots of small files.
Quoted: I had largely ignored the Amazon S3 pricing hike or decrease (depending on who you are) which included the addition of a per request charge. It really popped up again when I was recently talking to a new accelerator (just a few) + CDN customer recently.
mohit | Shared With: Everyone - Sep 11 2007 | s3, authentication, technology, development, storageQuoted: Because I am working on a widely distributed client application that can not contain our private S3 key, I have a web service on my own server set up that will create Query String Authentication URLS for use with S3. My service creates the URL, passes it back
mohit | Shared With: Everyone - Dec 17 2006 | food, storage
The chart at the bottom of this article is helpful...it shows how long you can keep foods before they spoil. I was curious as I was cleaning out my fridge today:)
Quoted: The following charts provide general recommended storage times from date of purchase for various food products stored under optimum conditions. Storage generally is not recommended under conditions where no time is listed in the chart. For maximum shelf-life, consumers should always purchase fresh food and never temperature abuse food.
mohit | Shared With: Everyone - Jul 26 2006 | Storage, Web Applications, news
mohit | Shared With: Everyone - Mar 07 2006 | investment club, storage
mohit | Shared With: Everyone - Oct 04 2005 | microsoft, storage, dpmQuoted: In an effort to ensure that its data-protection product doesn't get lost in the upcoming frenzy of Microsoft's new DPM (Data Protection Manager), EMC has announced an upgrade to its popular RepliStor file replication software.
Related Content from Around Faves
storage
-
1 FaverViewed: 3 TimesQuoted: Wed, 11/14/2007 - 10:04 — Todd Hoff * Flickr Architecture (3559) Update: Flickr hits 2 Billion photos served. That's a lot of hamburgers. Flickr is ...
- wilmegape - Jun 22 20069 FaversViewed: 10 Times
- rvdude77 - Jul 11 20085 FaversViewed: 6 Times
s3
-
This looks like a great addition to Amazon S3 and EC2 - they now have a way of creating simple tables with up to 256 attribute/value pairs. Support for GET, PUT, DELETE, and QUERY.
There are a number of things missing over a real relational database (or even an ISAM). S3 is a simple "blob" store - where each object get be atomically read and written. SimpleDB gives some simple query capability (for smaller data items - 1K max per attribute).
I also see no way to get ORDERBY functionality and, of course, no aggregate values (SUM, MAX, etc). Sometimes this can be overcome in the application layer, but it will make your application more complex than using a traditional database.
Most importantly, there are no JOIN's in this system. This will require the application to make multiple QUERYs to get the data needed to generate a view.
I found it very interesting that this document states that Amazon promotes developers running traditional databases in EC2. My understanding is that Amazon can arbitrarily wipe the state of any machine on EC2 - which would cause you to have to restore the database from some an S3 or external backup.
Maybe someone who is using EC2 for running a database server can chime in on how well that works for them.
1 FaverViewed: 4 TimesQuoted: Amazon SimpleDB - a web service for running queries on structured data in real time. Provides the core functionality of a database - real-time lookup and simple querying of structured data - without the operational complexity
- mohit - Apr 30 20082 FaversViewed: 21 Times
- rosshosman - Apr 08 20086 FaversViewed: 10 Times

