One of the things that has come to annoy me about consumer electronics is how the products will be *almost* what I want, but then miss some crucial bit.
I've been wanting a 1080p projector for a while. Why? Because it would be a far more efficient use of space, power, and money than an equivalently sized television. The problem? Up until very recently, there was no such thing. You could get 1024x768 projectors for a decade. And recently, 720p can be had for around $600-700. Finally my cries of "give me a decent projector" have been answered, and a 1080p can be had for about $1000. Great! Except that it's $1000, and the replacement bulbs are like $250. :(
Moving on from that, there are various DIY methods that use something like what you can get
http://diyprojectorkits.com/ , or taking a display panel and adding it to an overhead projector like
http://www.tomsguide.com/us/supersize-your-tv-for,review-342.html . The problem? The "build yourself a box" method is (in my opinion) ugly, expensive, and wastes space. The overhead projector is a great idea, but a 15" lcd does not fit width-wise on the "staging area" of the largest overhead projector that I've been able to find (11 1/4" square, but the 15" panel really requires 13.4" wide, which drops a little over 300 pixels on the left and right sides). Even worse, most overhead bulbs are rated for 40-80 hours, or roughly $.15/hour to operate. A person can convert overheads to use Metal Halide lamps with 1500 hour lifetimes. Reasonably priced projection TV? Nope. :(
Early-on in my looking for an LCD that offers high enough resolution for a DIY projector setup, I discovered that consumer 15" panels only do 1024x768, 17" gets you 1280x1024, ... The 15.4" panel that is being sold at
http://diyprojectorkits.com/ looks to be a replacement panel for a high resolution laptop, like the Lenovo Thinkpad T61p. It seems strange to me that people don't want high resolution displays. More pixels = more information = more productivity.
I would also like some portable data storage so as to attempt to separate my work and personal life. Easy, right? I've already got a couple 750 gig external drives, and a couple spare external enclosures. Should be straightforward. Except that they all use rotational media at present, the external enclosures all use additional power supplies, and one of the 750 gig external drives has actually died on me after about 30 hours of use. Ok, so I have another requirement. Because it's portable, I want it to be more rugged, and not use an external power adapter. I've been thinking that a solid state drive with a USB interface would be perfect. They use so little power, it shouldn't need an external power adapter. Sure, they wouldn't be as cheap as standard rotating-disk drives, but they might actually survive basic usage scenarios, and I don't need huge amounts of storage (64 gigs is sufficient). The problem? They run around $350. You can buy 64 gig notebook SSDs for $150-175; why does it cost an extra $200 to attach a USB interface to it?
Ok. Looking around, it would seem that $20 USB 2.5" enclosures can handle up to ~5W of power without an external power source, and SSDs seem to pull under 2W, so that shouldn't be an issue. I will probably pick this combination up, but it should be pre-packaged without the crazy markup.
P.S. As an aside, I've read some "how to optimize your SSD" documents online, and one of them was so much BS, I just had to share. Go here:
http://www.ocztechnologyforum.com/forum/showpost.php?p=300846&postcount=3 Have you read it? Ok. A little education first.
Your computer uses RAM as a method of storing information so that it can quickly be accessed by your Processor. More RAM means you can do more things at one time, because your computer doesn't need to read as much stuff from your (relatively) slow Hard Drive when it is necessary.
Your computer also uses what is called a "swap file", so that if/when your programs use more RAM than you actually have, instead of getting an "out of memory" error, it writes some recently unused stuff to your Hard Drive, then uses that now freed RAM for other tasks.
That article is telling you to reduce the amount of RAM in your computer, in order to move the swap file into RAM. At best, this does not help, and is equivalent to turning off your swap file. At worst, you are pointlessly moving data between your in-RAM swapfile and the rest of your RAM, which *will* slow down your computer compared to either not using any swap file at all, or even using a moderately sized swap file.
What's really silly is that the advice is given under at least two other known false beliefs. I'll not go into it, but your 32 bit operating system can only see 3.25 gigs of the hardware's 4 gig maximum. This guy thinks that if you get 4 gigs in your machine, you'll be able to use that lost .75 gigabytes as a swap file. That is not the case.
Further, he thinks that moving the swapfile off of the SSD will increase it's lifetime. That may be the case, but in real-world scenarios you're not going to ever notice any difference. Why? If you have a 64 gig SSD, and you write/rewrite the drive at full speed (I'll call it 250 megs/second, which is the maximum write rate of the high end drives nowadays) 24 hours/day (which is 21.6 Terabytes/day, incidentally), your drive will last *at minimum* one year, with the 100k write cycle spec that is provided.
However, unless you are downloading a huge amount of data daily (which won't be written to the SSD), typical users are probably writing to a disk something under 5 gigs/day, even under heavy use. That means that the drive will last over 10 years, assuming that they last to the minimum specification. In practice, these drives have been independently tested to last 3-5 times their rated specification, which will result in a typical 30-50 year lifetime.
But, even if you reach the end of their lifetime, the only change is that you will no longer be able to write to them. You'll still be able to read them... as long as you can plug the device in.
So sit back, relax, and if you find that an SSD is what you want (in terms of performance, capacity, etc.); don't worry about it's longevity. You'll be replacing it with a higher capacity faster version years before it will stop allowing you to write because you've already written too much to it. Also; you don't really need to defrag a SSD drive. :D