Slashdot Mirror


300 gigabytes in the size of a DVD?

Rollie Hawk writes "Although storage space is no longer the premium it once was, physical backups and external media have been slow to catch up. While recordable DVDs may be fine for backing up a single workstation, large servers are still forced to rely on swappable drives and tape backups. But holographic disc technology could be changing all of that in the very near future. Holographic Versatile Discs (HVDs) have been in the works for some time now by various companies, including InPhase Technologies (formerly part of Lucent) and Japan's Optware (which claimed to have made the first recording of a movie on a holographic disc last year). InPhase's HVDs, scheduled for release in 2006, are said to hold 300GB of data, 60 times that of a conventional DVD with only a slight increase in size. That translates to more than a day's worth of HD-quality video. Not to mention the drives themselves can read and write at ten times the speed a normal DVD drive. One of InPhase's partners in HVD research, Maxell, is working towards even more storage on a 1.6TB disc."

48 of 276 comments (clear)

  1. ~Chicken and egg? by dada21 · · Score: 5, Insightful

    Turner Network Television recently aired a commercial off of the InPhase Tapestry drive. Maxell built that drive for InPhase.

    Data backup has become very expensive for some of my customers. The amount of data a company of even minimal size (50 employees) goes through in a day blows my mind. We've been investing every option but none are cost effective (except when a hard drive goes).

    My dilemma is that as backup storage (such as the HVD) gets bigger, it seems that hard drives quickly outpace the new form of backup storage. 1.6TB discs sound great, yet I'm weary of having that much data on an easy to break/burn/steal disc. 300GB is more feasible as I can see making a few copies of the backup "just in case."

    Nonetheless, the write speeds listed don't seem all that great, and what interfaces will let us copy data at those speeds? Moving 1.6TG of data off of a server without slowing down user access (24 hours per day with offshore employees) sounds like it will still take hours and hours to back up (if not longer). A recovery stage would take even longer.

    For now, I'm happiest with redundancy backups. I don't like mirroring or RAIDx/y or clusters (too many nightmares over the 15 years I've worked with all of it), but having a server dupe itself daily has given us the best turnover and safety margins we've seen, as well as being very cost effective compared to use-once media or (shudder) tapes.

    1. Re:~Chicken and egg? by ERJ · · Score: 2, Insightful

      RAID and clusters are all good and well until you have a fire, or flood, or the roof collapses. That is what off site backup storage is nice for.

    2. Re:~Chicken and egg? by Apparition-X · · Score: 4, Insightful

      Well, full disclosure first: this is what I do all day, every day. Backup and recovery, that is.

      So a few comments, because some of your thoughts worry me a bit:

      Backup is expensive. Backup is insurance. Ideally you never need to recover, which means that all that money spent on backup is "wasted". That is life. It is an operational cost of doing business, that many businesses pay because they recognize that the risk of not having one outweighs the expense of doing it. But there it is. And I do recognize that smaller businesses (less than 1000 employees) usually have a harder time understanding the costs and justifying them. So how do you define "cost effective" in backup? There is no conceivable way that it can be run as a profit center and make money. Backups cost the business money, just like their insurance policy. How much is your data worth? That is the core question. How much is it worth? How much will you lose if you don't have access to it for some period of time?

      Point number two is that the massively dominant mechanism for backup today is tape. I would venture to guess that 99.9% of business with more than 1000 employees backup to tape. And it is easy to break, burn, and steal. Again, that is life. We implement reasonable measures to ensure that it doesn't happen, but best practices say to make two copies of any tape: one for onsite, one for off. And yes, if you are concerned about data security (credit card transaction processors, banks, etc.) encrypt the tape. Yes it is expensive, and yet it is worth it. It is not "cost effective" except when you think that you may be out of business if your courier blows it, looses the tape, and the world finds out; just ask CardSystems Solutions. That is the context in which cost effective needs to be understood.

      Further, what interfaces let you copy data at those speeds? Well there are more options than I can outline in this post: multiple SAN interfaces? Multiple LAN segments? RAID array snapshots? Host based mirroring? etc. Lots of options, all with good and bad things about them. But again, RAID arrays are used by 99.9% of businesses with more than 1000 employees. Server duplication is *not* backup. It may suffice for disaster recovery, but it has two enormous problems: it does not preserve data as it used to be at a given point in time (say, at financial quarter end), and it does propogate errors. Corrupted tablespace? You just replicated corruption. User just deleted files? While they just got deleted remotely too. Redundancy accomplishes several things, but none of them are backup. No auditor would be satisfied with that, and if they company is traded publicly, the CIO would likely be fired if that strategy was revealed to the public.

  2. *yawn* by Tyler+Eaves · · Score: 4, Insightful

    This stuff has been a year or two away as long as I can remember. Someone wake me up when product actually ships...

    --
    TODO: Something witty here...
    1. Re:*yawn* by JabberWokky · · Score: 4, Informative
      It's already started shipping demo units to select big media clients. The same way they have loaner equipment for many different types of new tech (cutting lasers, backup systems, network appliances) for large corporations. It's a perk for clients, a PR tease, and a way to get quotes from "CTO of BigCorp" to be used in their sales literature.

      That's usually a pretty good (but not absolute) indicator that it's about to ship. It's also often an indicator that it's priced for mid to large sized corporations, not for small companies or individuals.

      --
      Evan

      --
      "$30 for the One True Ring. $10 each additional ring!" -- JRR "Bob" Tolkien
  3. Million Bit Parallel Data Access by peterdaly · · Score: 4, Insightful

    It's not just that it's a fast drive. It goes well beyond the current method of spinning the disc faster and(or) putting the data closer together to increase performance.

    "Unlike other technologies, that record one data bit at a time, holography allows a million bits of data to be written and read in parallel with a single flash of light," says Liz Murphy, of InPhase Technologies. "This enables transfer rates significantly higher than current optical storage devices."

    That's pretty wild for a single "head" drive. I wonder if this could translate into devices similar to hard drives using similar methods. Hard disks are what I feel is holding back system performance. It's almost always the biggest bottleneck in a system, and has been more or less at a platoe for years, mainly because magnetic media can only do so much in a serial manor.

    -Pete

    1. Re:Million Bit Parallel Data Access by JPriest · · Score: 2, Informative

      HDD will always be a bottleneck because they require actual physical movement. Even on the high end it is still thousands of times slower than you can move electrons through a bus. The only hardware solution to the problem is to compensate with allot of caching, or start using solid state storage. This is partly why Google stores data on huge banks of RAM.

      --
      Saying Java is nice because it works on all OS's is like saying that anal sex is nice because it works on all genders.
    2. Re:Million Bit Parallel Data Access by Dster76 · · Score: 2, Funny

      magnetic media can only do so much in a serial manor

      You know, I have problems myself in serial manors. In fact, I find that being forced to go through the kitchen and bathroom to get the guest bedroom can be embarrassing for all involved.

  4. seems about right by ajdowntown · · Score: 5, Funny

    Hmm, maybe now they can put the entire Lord of the Rings Triliogy on one disc. now, if you want to put in the extra features, that is a different story...

  5. Error correction and speed by karvind · · Score: 3, Informative
    From the Wikipedia link:

    "The article notes that the transfer rate is at an average of 1 gigabit/second. That is equal to 0.125 gigabytes/second, or 128 megabytes/second, which is a large leap over earlier storage mediums, whose transfer rates are generally measured in Kilobytes/second. In comparison, a 56x CD-ROM drive transfers at up to 8.4 Megabytes/second, and 16x-speed DVDs transfer at 22 Megabytes/second."

    That is impressive indeed. But I have a question regarding the random errors etc due to statistical variation. How much resources do you have to devote for error correction (eg parity bit etc) ? And wouldn't it be very power consuming to do error correction at such a high data transfer rate ?

  6. i'm sorry, a slight increase in size is a disaster by Surt · · Score: 2, Interesting

    You can't fit a 13cm disc drive into a standard enclosure! Who do they think they're going to sell these to!

    --
    "Who is the Journal of Quantum Physics going to believe?" --Stephen Hawking
  7. i bet... by thedude13 · · Score: 2, Funny

    the Phantom will contain one of these when it comes out...

  8. I need one! by Dark_MadMax666 · · Score: 2, Insightful

    At my job we use LTO drives( $ 10k per 24 tape drive) + tapes (400 gb compressed on one tape,$50 per tape ) which is ridiculously expensive but works ok . But for home it is not acceptable solution .Right Now I am in desperate need for a backup solution for my home machine - I have 750 Gb and plan go over 1 tb in next quarter. And I am basicaly either have to go with RAID 5 ( ~$1k for 1 TB ) which I dont like since I want incrementally buy more storage - not pay upfront big bucks only to find out that half a year later cost would be halfed. Something liek 300 Gb dvd would be a god sent to me.

    1. Re:I need one! by slaker · · Score: 2, Interesting

      I have around 11TB of disk drives at home. You will too, within the timeframe of something like this becoming available. At that point, 300GB/disc will be just as worthless a 8.5GB DVD would be to you right now.

      Besides, there's no indication that these discs will be available in a writeable format.

      Anyway, a single-drive LTO and, say, four tapes would only set you back a couple grand. If your home data is important, it's not THAT bad.

      Personally, I subdivide and mirror my data on a couple machines. That's good enough for my needs.

      --
      -- I wanna decide who lives and who dies - Crow T. Robot, MST3K
  9. 60 times? by julesh · · Score: 2, Insightful

    A "conventional DVD" has two layers, and holds roughly 9Gb of data. 300 / 9 = 33 1/3, not 60. Even recordable DVDs are well and truly available in 9Gb formats by now, and have been for some time. OK, the media is more expensive than single layer discs, but the technology is in people's PCs now. And how much are these discs going to cost for the first few years of their existence?

    1. Re:60 times? by rco3 · · Score: 2, Informative

      Really? Reeks of bullshit? That's funny...
       
      ...because your statement reeks of ignorance. FYI, what's 2 years old is DVD *burners* capable of writing to Dual-Layer discs. Your ancient DVD player does, in fact, read dual-layer mass-produced DVD videos. IOW, you are wrong. Why is it that people on Slashdot feel the need to declaim endlessly on subjects they don't understand, and then jump all over the people who do?

      This ought to enlighten you a bit, and hopefully you'll learn to shut up (and do a quick Google) when those more knowledgeable than yourself attempt to educate you. You might wait on using the word "bullshit" until you've checked your facts.

      --

      Ce n'est pas un vrai mouvement de robot!
  10. Does size matter? by Red+Flayer · · Score: 3, Insightful

    Is 300 GB necessary? From a content producer standpoint, I don't want to be able to fit that much content on a single disc... then I can't charge as much for the special 4-disc pre-Christmas release edition.

    From a consumer standpoint, I don't need this either, unless I want to archive all my files, in which case it's easier (and cheaper) to have a second hard drive.

    I understand there is demand for high-volume storage solutions, but I can't see a mass market for them...

    What I do see being very, very useful is the speed upgrade for r/w -- especially for gaming, but I'm sure this applies to other areas as well.

    IMO, though, I don't see a big enough demand for this to become profitable for quite a long time -- especially if Bluray or HD-DVD is 'good enough' for the average user.

    --
    "Trolls they were, but filled with the evil will of their master: a fell race..." -- J.R.R. Tolkien on Olog-hai
    1. Re:Does size matter? by dosquatch · · Score: 3, Funny

      Is 300 GB necessary?

      Who's ever going to need more than 640K of RAM? How about that world market for maybe five computers? In fact, there is no reason anyone would want a computer in their home. attributable to Bill Gates (who denies the quote), Thomas Watson, and Ken Olson, respectively

      Moore's Law states that computing power and storage density at a given price point doubles every 18 months, which has roughly held to be true. This technology is filling in a required data point on the curve. The quotes above illustrate this lesson of history - just because you can't imagine the need != the need does not exist.

      Besides, MS is going to need this to distribute the next version of Windows.

      --
      "Hey, the third matrix movie would have been good except for the plot,story, and acting." --AC
  11. ASICs by Andy+Dodd · · Score: 3, Insightful

    Plenty of people already do error correction at line speed on gigabit communications links with low power costs. To someone developing coding schemes, storage devices can just be modeled as another communications channel.

    --
    retrorocket.o not found, launch anyway?
  12. It Won't see light of day: Thank you Hollywood by denis-The-menace · · Score: 4, Interesting

    Once the MPAA, RIAA and every other cultural cartel gets a hold of this, it will die like the DAT tape.

    They should just release it as a means of backing up data and then figure out the copy protection.
    -We get a new storage medium.
    -They squable for 5 years.
    -Then *MAYBE* they come out with a larger capacity disks with DRM for TVs/movies

    --
    Obama's legacy: (N)othing (S)ecure (A)nywhere and (T)error (S)imulation (A)dministration
    1. Re:It Won't see light of day: Thank you Hollywood by wpiman · · Score: 3, Insightful

      It is quite possible now that standards could be developed where they simple ignore the US market. Certainly it is the biggest in the world right now- but if they got flack from the RIAA/MPAA cronies in Congress-- they could simply say- ok- you can't have this great technology. They could sell in Japan, Europe, China, India, etc.... Companies and individuals would see these things saving money/time provided by this media in their overseas operations-- and then they would start hitting their Congresspeople ever harder than the media industry ever could.

  13. Slight Change in Size? by DaedalusLogic · · Score: 4, Insightful

    Even if it is a small change in physical size for the media I'm not too hot on that. I like how our DVD storage is the same size as the previous generation of CDs. The result is that all of my data recorded on CD-R from 8 years ago is still readable and I use it from time to time on our new drives... You can't say that for many other optical or magnetic storage media of odd sizes. Zip Disks, SuperDisks, Jaz Drives... Maybe they're going for a different market, but you think these folks would leave their options open.

    There are also good things to be said about leaving the past behind, and not keeping the same physical form factor.

    Opinions?

  14. Re:ouch! by Majostoba · · Score: 2, Interesting

    No, they're missing the real advantage to holographic storage: better data integrity. When a CD gets scratched, you lose actual bits. But with a holograph, every little piece of the disk contains the entire image. Try it with a real holograph some time... cover up the bottom half, and you can still see the entire thing. Even break it in two, and you have two identical (albeit dimmer and with a limited perspective) versions of the original. Just so long as they are smart about the way they implement it, and the sensors are a good deal more sensitive than they need to be, this kind of media should be a lot more robust than current CDs and DVDs, and maybe even hard drives.

  15. Re:i'm sorry, a slight increase in size is a disas by Anonymous Coward · · Score: 3, Funny

    If you could angle it at around 15degrees you could fit it in. Not sure how that would affect the centripetal force as the disc spins though.

  16. Losing all your data by TeXMaster · · Score: 4, Funny

    Cool, now I can lose all of my data by just misplacing a single disk. Ain't that grand?

    --
    "I'm never quite so stupid as when I'm being smart" (Linus van Pelt)
  17. Reliability ? by Wudbaer · · Score: 4, Interesting

    I could imagine that those things would be great for doing backups, but: Will they be reliable ?

    When writable DVDs and DVD burners got affordable I was thrilled at first: Finally being able to backup several GB of data to one not too expensive disk instead of on a stack of CD-Rs ! But then reality hit: Compatibility problems between individual brands of burners and brands of media, quality problems with media, even worse durability than CD-Rs; altogether more or less a total gamble if you want to do backups with that stuff. Now my DVD burners collect dust or are mostly used as CD burners only. So what is a high capacity medium good for if it is not reliable besides making expensive coasters and wall clocks ?

    1. Re:Reliability ? by berck · · Score: 2, Insightful

      Whatever. If you buy decent stuff, there are no problems with DVD media or burners.

    2. Re:Reliability ? by Wudbaer · · Score: 2, Informative

      Thought so myself. But the usually very reliable German computing magazine c't ran several tests over last couple of years that showed great quality problems even with expensive brand name media and writers. The results they got strongly depended on the combination of burner and media, and considering that even brand name media often is manufactured by changing OEMs makes selection of a working combination mere luck. Apparently it's slowly becoming better, but still.

    3. Re:Reliability ? by sbryant · · Score: 2, Interesting

      So what is a high capacity medium good for if it is not reliable besides making expensive coasters and wall clocks ?

      That depends on your definition of high capacity, but if you're happy with the amount of data that would fit on a DVD-R, then your answer is DVD-RAM. It's significantly more durable, and it's the only format that drives can read and write at the same time. The +/- RW format disks die eventually, but I've not yet had a DVD-RAM die on me.

      -- Steve

  18. Bangin' Bucks by Doc+Ruby · · Score: 2, Interesting

    In 1982, I had an Atari 400 (5MHz 8bit 6502) with a tape drive which cost $500. I upgraded its 16KB RAM to 48KB (replacement) for $500, and the tape to an 88KB (double sided) floppy for $500. Now I can get a P4/3.0GHz for $300, a $104 300GB HD, and 1GB RAM for $60. That's 1440x the CPU bandwidth, 16.4Mx the storage, 10.4Mx the memory for a dollar - which is itself worth less than half its value (in noncomputer goods) of a quarter-century ago. And the HD is 1/10th the size (volume), while the other components are about the same size. So it's clear that storage technology has advanced the most during the "PC revolution", by a factor of a thousandfold. The only competing tech is the transformation of my $500 300bps modem and $50:month Compuserve account to a $50 6Mbps DOCSIS modem at $50:month, which is 20-200Kx cheaper for WAN.

    I'm all for putting that 300GB into a cheap, tiny device. All the other cheap, even mobile networked computing has created mainstream demand for archive, beyond memory and storage. But I'm betting on it not because storage tech is somehow lagging. I'm betting on it because that industry is by far the highest performing personal computing innovation we've got.

    --

    --
    make install -not war

  19. Re:i'm sorry, a slight increase in size is a disas by Anonymous Coward · · Score: 3, Informative

    Why not? Old floppies are 13.33cm in diameter.

  20. What? by george_slater · · Score: 5, Insightful

    I'm a little confused by some of the responses I'm seeing here. It seems most people think that this new technology would be a bad thing? The largest complaint I've seen so far is: "What if I lose the disk?" I don't know about you guys, but for me this isn't much different then anything else in the world. If your backup is important... don't lose it!

    If needed, I have some handy solutions to solve the "How do I not lose my disk" problem.

    1. Put it some place that you can remember.
    2. If it's super important, make two backups.
    3. Tie a string around your finger to remind you to always remember where you put your disk.
    4. Ask somebody more responsible than yourself to watch over it for you.

    And if none of these work...

    5. Buy a small cable. Run the cable through the hole in the center of the disk. Buy a small padlock. Padlock the cable around a large object. Make multiple copies of the padlock key and tape them in various places.

    Obviously this is not practical, but it is about as practical as thinking that a new technology is bad because you might misplace it.

  21. Expert doubts it's on track by fedrive · · Score: 2, Interesting
  22. Post Office Bandwidth by goombah99 · · Score: 4, Interesting

    Once again, the post-office will become the king of high latency high bandwidth. Hollywood should quake in their boots over this, not on-line file sharing.

      If these things are inexpensive enough ond can imagine peer-to-peer postal networks popping up. Say you record half of something on on DVD, and you send it to someone. They send you back half of something, and then you send the other half and so-on. tit for tat.

    The problem with the above concept is that it requires the sender and the receiver to actually haveing something each other actually wanted to exchange. But if the disks get big enough you could easily put many things on them increasing the probability that one or more things on their will be something someone else wants to share. It costs you no extra postage to send 1 thing as 100 things now.

    So this might blow that wide open. And sharing 100 to 1000 movies per 32 cent stamp, or sharing every single top 40 song for the last 100 years on a single Disk and it wont take long before everyone has every song and movie.

    --
    Some drink at the fountain of knowledge. Others just gargle.
    1. Re:Post Office Bandwidth by Samus · · Score: 2, Interesting

      Something tells me there are pretty bad punishments for using the U.S. Post Office to commit a crime. Uncle Sam tends to frown on using him to commit a crime unless of course you are a member of congress or the president. Then it's only a problem if the people find out.

      --
      In Republican America phones tap you.
    2. Re:Post Office Bandwidth by Guppy06 · · Score: 2, Insightful

      "So this might blow that wide open. And sharing 100 to 1000 movies per 32 cent stamp,"

      Yeah... the fact that you don't even know the price of a stamp for a first class letter (currently $0.37, going to $0.39 next month) demonstrates just how prevalent this thinking is: little to none.

      The problem with the USPS is that it requires people to get out of their chairs and walk out to their mailboxes, thereby exposing themselves to actual sunlight. People are inherently lazy.

  23. It doesn't matter the size of media for movies by Sonar · · Score: 2, Interesting

    For data backup purposes, 300GB would be great. I find myself burning off about 5 DVD's a week worth of data and I can't keep up.

    However, once we start thinking about the new kinds of technologies for video distribution, therein lies the problem. For now, say you can put 4 episodes of a television show on 1 DVD. So now, we have 7 DVD's for one television season, plus 9 seasons. Movie studios will not give up that business model. Each of those 4 episodes sells for $35-$50. What happens when all of the sudden you can put the entire series on one HVD or HD-DVD or Blue-ray disc? It won't happen. They will make "higher quality" versions of the same media and still find some way to put 4 episodes on one disk.

    What I really want is to spend $50 on an entire television series, with 1 - 5 discs. That is all.

  24. Re:i'm sorry, a slight increase in size is a disas by Cochonou · · Score: 4, Informative

    5.25" = 13.34 cm.
    Why wouldn't you be able to fit a disc having a diameter of 13cm in a 5.25" enclosure ?

  25. Re:i'm sorry, a slight increase in size is a disas by hackstraw · · Score: 3, Funny

    You can't fit a 13cm disc drive into a standard enclosure! Who do they think they're going to sell these to!

    Laser disk diehards!

  26. Stability? by Sw0rdfiche · · Score: 2, Insightful

    The capacity and speed issues are wonderful. But how stable is the medium? Magnetic media was good for five years minimum. DVDs are good for about twenty before delamination issues threaten the data. In truth there is no stable medium for data. Paper has a better longevity. The best longevity is still clay tablets, but not very practical for the volume of data we need to secure.

    Having dealt with data retention for a good 20 years now, I am concerned that whenever there is news of a breakthrough in storage media, it is all about capacity and speed and nothing is said about stability and longevity.

    It's great to know how fast the car will go and how much you can haul, but when will the wheels fall off?

    How much critical data from our era will acutally survive? I know, how much of it SHOULD survive? That is a different issue, one also faced by data archivists. Let's leave that one alone for now. The burning issue for me is, if I WANT it to survive 200 years, is there a storage medium I can use to insure that? Or do I just make sure there is a clean printout that I seal in a zip lock bag. ( almost joking here...)

  27. It will never be cheap enough by unfortunateson · · Score: 2, Interesting

    Even if it fits in current enclosures, it will never be a consumer-grade product like DVD-RW is now. Home DVD-RW for home theater just dropped below $100, and internal drives for desktops are under $30. Blu-Ray/HD-DVD could get there in 5 years (doubtful, as HD will remain a premium item for most of that time).

    Until there is a demand for prerecorded media with 300GB on it, there won't be the impetus to make these items cheap. They'll remain in the computer-room-only expensive category.

    What might make this technology fly is not a 300GB, 13cm platter, but a PSP UCD-sized disk for portable media with, day, 20GB on it. However, I suspect that falling flash memory prices will overtake this too quickly for it to have much impact on portable media players, camcorders, etc.

    It will be valuable and marketable to the server room customers, but don't expect Dell to include these babies in a $399 desktop for at least 6 years.

    --
    Design for Use, not Construction!
  28. How is read/write working ? by Cochonou · · Score: 2, Informative

    In holographic media, read and write operations are usually done using different laser wavelengths. You use a "recording" wavelength to record an interference pattern in the media, and a "reading" wavelength which will diffract into the interference pattern and restore the original image.
    These wavelengths need to be different because holographic materials work like photographic films. If you try to read the hologram with a wavelength to which the holographic material is sensitive, you will destroy the interference pattern, and therefore the data.
    Wikipedia states that a 532nm laser is used for both reading and writing operations. That means they use a different way to store the hologram. Would anyone have more information about this ?

  29. Burn two discs, you moron by irritating+environme · · Score: 2, Informative

    Yeah, that's "Funny"

    --


    Hey, I'm just your average shit and piss factory.
  30. Definitely not meant for home users. by Dual_View · · Score: 2, Interesting

    I'm sorry, but this sounds more than a little problematic. At ten times the write speed of a normal DVD, it sounds like buffer underruns would be the rule rather than the exception, unless you were able to use a medium-sized hard drive as a buffer. That means that you're looking not so much at the problem of disc errors from the drive's own hardware, but rather from disc errors because existing hardware can't keep up with it. It would be nice if write speeds could be decreased for compatibility, but this topic hasn't seem to come up yet AFAIK. ((I am not an expert; I'm just saying what I've read.) CD and DVD burners have this ability, but if HVD's depend on such a parallelized method for writing data, then who knows?)

    And yes, I agree with the person who complained the loudest at the fact that the discs are larger. (I'll let you argue among yourselves over which of you that was.) After you invent a disc that can hold that much information, making the concession of perhaps even 20% capacity per disc so that the drive fits in existing computer cases is an excellent tradeoff. An important thing about all the other well-known breakthroughs in computer hardware is that it didn't require everything else to radically conform to the new standard it offered. If I want to build a state-of-the-art box with one of these drives in it, I should not have to make major allowances for this device like I would for...say, the motherboard and processor (32 or 64 bit?) or the graphics card (PCI-Express? Maybe also an AGP port for a legacy card?).

    If the drive has to be larger, then so does the case. Consequently, you have to have specially-resized versions of existing CD and DVD drives, and other optical devices that were originally designed for another size. (At the very least, you would need an adapter kit to make a smaller device fit properly inside a larger bay.) Only a manufacturer with arrogance that rivals that of Microsoft would require perfectly-good standards to be rewritten just for them.

    So, while I would be one of the first to welcome this technology, I still think it requires a bit more thought before the public should get their hands on it.

  31. Re:i'm sorry, a slight increase in size is a disas by dangitman · · Score: 2, Insightful
    hy wouldn't you be able to fit a disc having a diameter of 13cm in a 5.25" enclosure ?

    Not only that, the 5.25" refers to the size of an old floppy disk - not the size of the enclosure.

    --
    ... and then they built the supercollider.
  32. There is already one useful application: by MtViewGuy · · Score: 2, Insightful

    The storage media for digital theater projectors.

    So instead of having to install a bank of hard drives just for single 120-minute movie in uncompressed digital format, you can reduce it all to a single HVD disc plus protective caddy weighing at most 5-6 ounces. This could drastically cut the cost of digital theater projection, since all you need is a small player connected by a high-data rate cable to the digital projector itself. You also have the major advantage of drastically reducing media duplication and shipping costs, too.

  33. Re:i'm sorry, a slight increase in size is a disas by cliffmeece · · Score: 3, Informative

    the enclosure is 14.6 cm wide.

  34. Man, I was reading about this last decade! by Fantastic+Lad · · Score: 3, Interesting
    I was reading about working models and all the technology being in place for full production of these holographic recording devices. In 1998!

    This is moronic. This is annoying. I am beside myself with frustration. (Well, not really. --I don't actually care.)

    The fundamental truth of the matter is that the technology which is readily possible, and the technology which is actually made available to the public, are decades apart. After all. . , why nip the spirit of profit in the bud when you can produce and sell entire production runs of stone-age computer tech one incrementally advanced stage after another? Heck, this keeps the economy 'healthy' during peace times, ensures jobs and an appetite for more and more junk technology. "Planned Obsolescence" is reality.

    When everybody gets all excited about the big "new" thing, I groan. We're being led on and sold crap because there are miles and miles of money to be made between now and when the really good stuff is released, which of course, only happens when it doesn't matter anymore.

    So who cares? Just let me have enough technology to do what I need to do. Those needs were well met about five years ago, so honestly, I don't really care about any new so-called 'advances'.

    And the band plays on. . .


    -FL