Slashdot Mirror


Establishing the Maximum Speed of a CD-ROM Drive

UnknownSoldier writes "Ever wondered how fast CD-ROM drives can spin their CDs before the CD will self destruct due to centrifugal force? This person was too, and has his results. (So much for those 100x drives)."

166 of 489 comments (clear)

  1. Who would want one? by HydroCarbon10 · · Score: 2, Insightful

    Who would want a 100x drive? I think I've sustained permenant hearing loss from the whine of my 32x drive.

    --
    The best way to accelerate a windows box is at 9.8 meters per second square.
    1. Re:Who would want one? by PD · · Score: 2

      He needs better CD's. My 32x drive is silent with most CD's, but I have a Debian install disk that is off-balance and very noisy.

    2. Re:Who would want one? by hendridm · · Score: 4, Informative

      32x might be exxagerating a little, but I know my 50x sounds like a jet engine taking off when it spins up.

      Future drives will have to take advantage of technologies like TrueX to be tolerable.

      Then again, how fast do I really need my CD-ROM to be? I mean, I only use my CD-ROM to 1) reinstall the system and 2) to play music. A 32x CD-ROM is plenty fast to accomplish both of these tasks.

      The point of this experiment wasn't to push technology but to do something silly to wow your geek friends. (Then again, I didn't read the link since it was Slashdotted after a measely 6 posts).

    3. Re:Who would want one? by HydroCarbon10 · · Score: 2

      32x is not exaggerating...I often stick a knife between my drive and the drive plate cover above it to kill some of the vibration. :)

      --
      The best way to accelerate a windows box is at 9.8 meters per second square.
    4. Re:Who would want one? by mgv · · Score: 5, Interesting

      Who would want a 100x drive? I think I've sustained permenant hearing loss from the whine of my 32x drive.

      The biggest problem with these sort of drives is seek time. A modern drive can read the whole CD in under 2 minutes, but it will take a good fraction of a second to jump from one part of a drive to another. This doesn't improve alot no matter how fast you spin the CD.

      A far better solution would be to build a CD with a 640 MB Cache, and have it just read the whole thing into RAM.

      Given the price of RAM over the next few years, this sort of technology should available soon.

      Alternatively, it could be written into the OS itself. The only problem with this could be with some copy protection systems perhaps.

      Michael

      --
      There is no cryptographic solution to the problem where the intended receiver and the attacker are the same entity.
    5. Re:Who would want one? by Anonymous Coward · · Score: 2, Funny

      I only use my CD-ROM to 1) reinstall the system and 2) to play music. A 32x CD-ROM is plenty fast to accomplish both of these tasks.

      I only use my CD-ROM reader to play MP3 CD-R. Where can I get a 0.1x drive?

    6. Re:Who would want one? by Waffle+Iron · · Score: 5, Insightful
      The biggest problem with these sort of drives is seek time.

      The slow seek time doesn't bother me nearly as much as the eternity it takes from the time you insert the CD in the drive until the time it is ready to send data. In fact, I'd probably be happy with an 8X drive if it had a < 1 second delay between hitting the close button and viewing the README file.

    7. Re:Who would want one? by packeteer · · Score: 2, Informative

      well this is not entirely true... although it is true that a cdrom needs time to position the laser lens over a sector that is not very much of the time... your thinking too much like hard drives... in a hard drive you get fragmentation which means the head must spin all over the place gathering all the data into one file... there is no fragmentation of cdroms as they are used more and more... so a hard drive uses a combination of sequentail AND random IO's where as a cdrom uses mostly seqential IO... and manufacturer's usually measure their cdrom by the spinm spead which is not a true test of speed... a cd can spin real fast but it wont read that fast sometimes and in fact the only thing that helps is positioning the lens... so what you really need is a high quality drive... dont skimp on the drive... get a name brand drive... it really does help... personally i like tishiba cause they make a fairly good cd-rw/dvd drive that is cheap but when looking around try to find out some REAL info about the cdrom not just some post X speed...

      --
      unzip; strip; touch; finger; mount; fsck; more; yes; unmount; sleep
    8. Re:Who would want one? by rneches · · Score: 4, Interesting
      A long, long time ago (like, 1992 or thereabouts) I scribbled out a design for a CD-ROM that I calculated could do 100x fairly easily, although that wasn't my intention in the design. I was trying to find a way to prevent portable CD players from skipping, eating batteries, and otherwise sucking.

      Basically, you hold the CD still in a little bracket, and spin a tiny little curved mirror around at the center. Since the laser will bounce erratically off the surface of the CD, you would read from the disk by placing a thin glass or plastic cover over the CD with a few photosensors sensors around its edge. The returning laser (carrying the data) could strike the cover at any pount, and the internal reflection of the cover would get enough of it to the photosensors to read the data. The laser will zip all over the place, so you'd use timing to ignore the data from non-contiguous parts of the disk. The mirror could be as small as the diameter of the laser, so you could spin it much, much faster than the CD iself could withstand.

      The only problem I counld think of for such a device is that I don't think normal optical media will work as expected if you read it at a low angle.

      Clearly, since no one seems to have done it, it's not that great of an idea. There's probably something wrong with it that I didn't think about at the time. Oh well - I was 12, and I just wanted to listen to Paul Simon without having to worry about bumping the desk while I was doing my cursed multiplication tables.

      --
      In spite of the suggestions and all the tests that I have made, I have not cavato a spider from the hole.
    9. Re:Who would want one? by Anonymous Coward · · Score: 2, Insightful

      Apparently, there's a lot of youngsters here that didn't keep-up with the CDROM market about 8-10 years ago. When 4x drives first started appearing, you saw a divergence of the top end specs. One group went towards faster real-life performance and the other went towards faster paper performace. The NEC drives represented the first group. They could read the disk at 0.2X (if I remember correctly) and continue to read it until it hit the maximum of 4X. According to the manual, the seek time is 110 ms. The latency was very low for reading small amounts of data because the head moves quickly and it doesn't have to wait on the drive to speed up to full-speed. In addition, it can read the disk as it is accelerating. This is the drive I've used for seven years and counting. The second group is represented by the cheap Tiawanese clones that kept advertising higher and higher X speeds with much slower seek times than the drives 7+ years ago! The 32X drive I bought at Best Buy last week has almost twice the seek time as my 7 year-old NEC drive. I don't understand how marketing has so completely outplayed engineering when it comes to CDROM performace. The 7 year-old NEC's are much, much faster in real-world use than the new 52X drives. Of course, when installing RedHat a 52X is fast, but you don't do that nearly as often as you read a few bytes.z

    10. Re:Who would want one? by mgv · · Score: 2

      although it is true that a cdrom needs time to position the laser lens over a sector that is not very much of the time...

      Its about 100 - 200 ms I believe. The faster drives sit around the 100 ms mark I think. The laser head has to move over the right track (which takes most of the time) and then the disk has to spin under the laser until the start of the data is reached.

      Thats still a substantial amount of time compared to RAM.

      There is no fragmentation of cdroms as they are used more and more

      I never suggested that there was (except with packet CD where the directory structure is a little spread out IIRC).

      However, while the CD file structure should be optomised to have files stored sequentially in the order that they are most likely to be used, they are still potentially slow for random access reading if you are reading alot of small files out of order.

      These sort of issues (plus spin up/down times) are quite noticable in some games in particular - Diablo II expansion pack Act 5 Throne of destruction (where you first meet Baal) comes to mind. The last lot of monsters he throws at you take a while to get loaded up from the disk, and you can be dead before you see what hit you. I'm sure that there are lots of other examples of this sort of thing that a RAM (or even HD cached) drive would prevent.

      Michael

      --
      There is no cryptographic solution to the problem where the intended receiver and the attacker are the same entity.
    11. Re:Who would want one? by mandolin · · Score: 3, Interesting
      Alternatively, it could be written into the OS itself.

      This is actually what happens with Linux; it's called the buffer cache and page cache. One's (disk-)block oriented and the other's (memory-)page oriented. They work (well) with other media, too. I'll stay scarce on the details since a) I don't know them and b) it's probably changing in 2.5

      Lots of SCSI disks, controllers, and (yes) cdroms have their own ram cache. Just not 640MB worth.

    12. Re:Who would want one? by WolfWithoutAClause · · Score: 2

      Um. Hate to break it to you. That's caused by the slow seek time, and to some extent, the CD rom standard.

      Unlike a hard drive where it can get to a block in maybe 8.5ms or so; the CD needs 10s of times longer. This is particularly crucial when your OS is mounting the CD for the first time.

      --

      -WolfWithoutAClause

      "Gravity is only a theory, not a fact!"
    13. Re:Who would want one? by SEWilco · · Score: 2
      "The biggest problem with these sort of drives is seek time."

      Well, with these sort of drives. There are three other obvious technologies to speed up reading:

      • Spin the laser, not the disk. There are plenty of ways to make a laser beam scan a surface. However, an optical path tends to require more space than present designs, so there is a speed versus size issue.
      • Scan an image of the disk. Use camera or scanner technology to create a digital picture of the entire disk. Then you're limited by the speed of the scan and the speed of your software which reads the data out of the image.
      • More heads. Hard drives (and drum storage) have used this method for 30 years. There just aren't as many of these drives as those with single heads.
      "a CD with a 640 MB Cache" This was done back around the time of the 2x CD-ROM. Faster CD drives made the product vanish from the market...and 640 MB was expensive back then...
    14. Re:Who would want one? by zaffir · · Score: 2, Interesting

      The kenwood 72x used either 5 or 7 lasers (i can't remember which) to read really fast but spin at a lower speed. I wouldn't be surprised if the same multi-laser tech is applied in future CD- and DVD-ROMs.

      --
      "Upon attaching the waterblock to my penis, I began to notice that I know nothing about computers." -- JRockway
    15. Re:Who would want one? by Enigma2175 · · Score: 2
      acording to my measurements a cd is aprox 16 inch diameter.

      No, a CD is 4.7 inches in diameter(almost 15" in circumference). A 16" CD would be hard to carry around.

      16 inch * 100 per sec (100x)

      "100x" does NOT mean 100 RPM, it means it can read data at 100x176kb/s(standard data rate for an audio CD). I don't remember the exact figures, but a 100x CDROM would need about 50,000 RPM.

      --

      Enigma

    16. Re:Who would want one? by rneches · · Score: 2

      Well, if you filed a pattent, I could always just point at my post and say "prior art!"

      --
      In spite of the suggestions and all the tests that I have made, I have not cavato a spider from the hole.
  2. cd glue by ddent · · Score: 4, Funny

    Will the next computer snake oilish product be 'cd glue' to prevent you cds from falling apart, citing this paper? :)

  3. Google cache by awptic · · Score: 5, Informative

    The google cache for this page is here

    1. Re:Google cache by dimator · · Score: 5, Funny

      The karma whore for this story is here

      --
      python -c "x='python -c %sx=%s; print x%%(chr(34),repr(x),chr(34))%s'; print x%(chr(34),repr(x),chr(34))"
    2. Re:Google cache by shobadobs · · Score: 2, Insightful

      Considering that "international" includes the U.S.A., I don't see where you are coming from (out of your ass?). Maybe it never occured to you that some people can feel sad about thousands of deaths in other countries besides their own.

    3. Re:Google cache by Aerog · · Score: 2

      -= FLAME MODE =-
      At least we didn't bomb some of your soldiers while they were on a training mission because we saw some flashes and got trigger-happy.
      -= End Flame Mode =-

      And yes, as already stated, google.ca is just google, with a more localized domain.

      --

      - Relativistic? That's barely Newtonian!
  4. If you want to go even faster by Anonymous Coward · · Score: 5, Funny

    you could spin *both* the disc and the reading head (in opposite directions).

    1. Re:If you want to go even faster by ironfroggy · · Score: 3, Interesting

      Interesting idea. What would the max spin be on the laser tho? and would stablizing the laser in its spin be difficult or even worth the added read speeds? More importantly, would this cost more than the whole cache-approach? Hell, you could probably afford cheap RAM for the cache for around what a harddrive would cost for the job, resulting in unreasonable drive speeds. Imagine a Red Hat installation in 10 seconds.

    2. Re:If you want to go even faster by ProfMoriarty · · Score: 2
      Wouldn't the centrifugal force of spinning the laser head move the laser head? It does have mass, so it would have to be counterbalanced.

      Also, the counterbalance would have to move in/out at the same rate as the laser head, or it would get unbalanced.

      --
      Karma? Karma? I don't need no stinkin' karma.
    3. Re:If you want to go even faster by quintessent · · Score: 2

      It's an interesting idea, though. The nice thing is you can always increase the strength of the spinning structure, where just spinning a CD limits you to the strength of plastic.

    4. Re:If you want to go even faster by GregWebb · · Score: 4, Insightful

      If we have to counterbalance it, wouldn't the simple solution be to make the counterbalance a second read head and quadruple the speed for a given RPM, albeit needing rather more powerful motors.

      Personally I think this is all rather silly given how little RAM cost now. It would seem more sensible to stick 700MB of consumer DRAM in the drive and cache to it if you need the speed that badly. Cacheing time of 2-3 mins maximum and then many thousand times the original speed with lower power requirements, wear and tear on the disc and drive and noise and vibration levels.

      --

      Greg

      (Inside a nuclear plant)
      Aaaarrrggh! Run! The canary has mutated!

  5. You can make them faster... by Shiny+Metal+S. · · Score: 3, Insightful

    ...with more lasers.

    --

    ~shiny
    WILL HACK FOR $$$

    1. Re:You can make them faster... by sinserve · · Score: 4, Funny

      My next GPLed project will involve CD-ROMs spining at 99x, and sharks with frickin' laser beams attached to their heads.

      --

    2. Re:You can make them faster... by quintessent · · Score: 4, Informative

      Kenwood made a drive that does this. It spins at around 10x and reads at 72x. Unfortunately, they have discontinued it.

    3. Re:You can make them faster... by Shiny+Metal+S. · · Score: 2

      Damn it! A prior art! And here goes my patent... No, seriously, very cool drive. Why have they discontinued it?

      --

      ~shiny
      WILL HACK FOR $$$

    4. Re:You can make them faster... by quintessent · · Score: 2

      I wish I knew. There were rumors of a forthcoming DVD version, but I never saw anything more. Maybe they were too expensive to make in such a tight market.

  6. What about external support? by jelle · · Score: 5, Insightful

    - 6 replies here and the site already is slashdotted.

    Anyway, I think you can make cd drives that spin 4000x if you want, because it might be possible to put the cd in braces to hold it together, and/or to rotate the laser instead. Or how about using multiple lasers?

    It's just like silicon transistors: There's always somebody saying there is a final physical limit we'll reach within the five years...

    Often, we(they)'ll find a way around the limitation.

    --
    --- Hindsight is 20/20, but walking backwards is not the answer.
    1. Re:What about external support? by HydroCarbon10 · · Score: 2

      Instead of rotating lasers, how about rotating mirrors?

      --
      The best way to accelerate a windows box is at 9.8 meters per second square.
    2. Re:What about external support? by AnalogBoy · · Score: 3, Informative

      What i'm waiting for..

      are scratch-resistant CD's. or CD's you can pull the outer layer off of to reveal a new shiny surface. I treat my burnt cd's like shite, so its my own fault.. but still.

      what isn't my fault is old cd's who's upper reflective layer begins to flake off.. cheap sons of bitches made in 1997 just arent sufficent. I lost my entire backup of por..err, my 600mb hard disk.

    3. Re:What about external support? by reddeno · · Score: 2

      Or how about you read the article (Google Cache, perhaps?)... you'll find that they suggest using multiple lasers or a CCD to read 100 tracks at a time.

    4. Re:What about external support? by Peyna · · Score: 2

      They tried a disc made out of kevlar, still destroyed it. Aye..

      --
      What?
    5. Re:What about external support? by dattaway · · Score: 2

      Indeed, plastic laminated with Kevlar(tm) would not be effective as Kevlar itself. However, DuPont, does sell Kevlar reinforced plastics ready for extrustion into your favorite shapes. The only problem would be optical clarity.

      I used to have fun troubleshooting plastic extrusion machines with exotic plastics using up to 8" barrels on the night shift. Some of the plastics had such a high lead content, they to be refrigerated before use or else they would cure at room temperature.

    6. Re:What about external support? by i_am_nitrogen · · Score: 2

      One way around the limitation is to increase the spatial density of the data stored on the disc, like DVD for example. A DVD spinning at the same rate as a CD can be read almost 4 times as fast, because the data is packed 4 times as tight. Hard disk drives can read incredibly fast at 10k-15k RPM because of their incredible spatial density. Of course, also mentioned in the article was the multiple lasers method, to read and cache multiple tracks simultaneously. The point is, the CD format was designed in the 1970's; we've come a long way since then. It's about time to stop using CD's and go to DVD's or whatever the next gee-golly medium is.

    7. Re:What about external support? by 56ker · · Score: 2

      In fact what about double sided CDs? One laser for the top, one for the bottom - then you could get twice the information without them having to spin any faster! As to rotating mirrors I doubt you could get them precise enough to work (although I'd be quite happy to be proved wrong).

    8. Re:What about external support? by BusterB · · Score: 2

      This is all great, but what about the simplest solution of all? CD-Rom Raid. Drives are cheap, use N and have them all read in parallel from N copies of the same disk. You could control this in software, and not even have to worry about building something exotic. If one file is being accessed on the disk array, then you get an Nx speedup. Up to N files could be accessed at once with no extra slowdown in access speed over a single drive. This would work for DVD drives too.

      The real trick is making copies of the disk!

    9. Re:What about external support? by adamjaskie · · Score: 2, Insightful

      Wouldnt the plastic in the CD itself begin to deform? I think they tried reinforcing it with Kevlar, and the Kevlar did not break, but the CD went between the wires.

      --
      /usr/games/fortune
    10. Re:What about external support? by zsmooth · · Score: 2

      Using multiple lasers won't make the CD spin any faster.

    11. Re:What about external support? by jelle · · Score: 2

      "I've lost several CDRs to 72x drives after 2-3 years of use"

      heh, good thing(tm) I didn't throw out those olde 12x and 16x drives. ;-))

      --
      --- Hindsight is 20/20, but walking backwards is not the answer.
  7. Depends on the age of the CD by Taco+Cowboy · · Score: 5, Interesting



    Contrary to popular belief, plastic doesn't last forever.

    And since CD is made up of two layers of clear plastic, sandwitching a thin wafer of metal media inside, the more the CD is aged, the weaker the plastics of the CD become.

    And so, the maximum spinning speed for a CD depends on how old the CD is.

    I do have some pretty old CDs from the early 80's, and I will NOT put them in my 52X CDROM drive. Unless of course, I want to scrap bits and pieces out of my machine. :)

    --
    Muchas Gracias, Señor Edward Snowden !
    1. Re:Depends on the age of the CD by Wonko42 · · Score: 3, Informative
      I do have some pretty old CDs from the early 80's, and I will NOT put them in my 52X CDROM drive. Unless of course, I want to scrap bits and pieces out of my machine. :)

      You probably already know this, but just for the record -- unless you have a defective CD drive, it shouldn't ever try to spin an audio disc up to full speed unless you're doing digital audio extraction. If you're merely listening to your CD, it will spin at 1X, just like any standard CD audio player.

    2. Re:Depends on the age of the CD by anshil · · Score: 2

      Contrary to popular belief, plastic doesn't last forever.

      Thats true CD's might be no permanent storage medium. However lifetime of a well handed CD is still unknown as the CD's out of the 70'ies still work fine. Maybe it are mere hundred years, maybe just 50 or forever. Who knows? My grandchilds will :o)

      --

      --
      Karma 50, and all I got was this lousy T-Shirt.
    3. Re:Depends on the age of the CD by klui · · Score: 2, Informative

      Actually, CDs are made up of a metallic aluminum (or gold) layer sandwiched between a tough polycarbonate layer and a very thin lacquer layer. The label is printed on top of this layer of lacquer, which is much more sensitive to damage than the underside.

    4. Re:Depends on the age of the CD by mnordstr · · Score: 2

      so backing up on cds is a baaad idea... ?

    5. Re:Depends on the age of the CD by connorbd · · Score: 2

      "CDs out of the 70s"? You mean slightly off-sized disks with voices of Japanese and Dutch engineers saying "testing one two three"?

      It does look as though we've hit the wall when it comes to CD speeds, though. I can say I've never been particularly comfortable with drives that spin that fast; I've had some interesting experiences with mis-pressed CDs -- some work, some don't -- and I experienced one (a MacAddict CD, as it happens) that would have maytagged my drive if it wasn't internal.

      The Big Question: as it's been pointed out, do we really need drives this fast to begin with?

      /Brian

  8. Why even spin the disk at all? by gnovos · · Score: 5, Interesting

    That is old technology, trying to mimic an LP and it needs to be changed!

    Instead of spinning the disk, just have one laser suspended above the CD with a splitter that alters the direction of the beam, like maybe similar in concept to a cathode ray beam. Have the "read" sensor at the focal point of a parabolic mirror covering the top of the cdrom case and fire the laser at whatever angle it takes to hit position X. The beam will bounce off the pit and either scatter or reflect back up into the mirror striking the focal point, with seek times limited only by the speed of light! Forget 100X, if you did it this way you'd be looking at 100,000,000x speeds from CDs that don't even move an inch!

    --
    "Your superior intellect is no match for our puny weapons!"
    1. Re:Why even spin the disk at all? by Wonko42 · · Score: 3, Interesting
      Something like this might be feasible, theoretically, but in practice you'd never ever see something that cool in a consumer device. The number of precision parts and finely-ground mirrors, plus the fact that *exact* manufacturing accuracy would be required or the resulting product wouldn't even function, means that the cost of a device like that would be astronomical.

      Even so, I doubt a parabolic mirror would work. It seems like it would diffuse the laser light too much.

    2. Re:Why even spin the disk at all? by wo1verin3 · · Score: 5, Funny

      something more exact then a laser reading pits and grooves burned into plastic that are invisible to the human eye? Pft...why would CONSUMERS have access to such technology.

    3. Re:Why even spin the disk at all? by gnovos · · Score: 2

      I wish, how the hell would I even build it?

      --
      "Your superior intellect is no match for our puny weapons!"
    4. Re:Why even spin the disk at all? by seanadams.com · · Score: 4, Insightful

      with seek times limited only by the speed of light!

      Figure out how to redirect a beam of light in a couple nanoseconds, and I guarantee you'll win a Nobel prize.

    5. Re:Why even spin the disk at all? by anshil · · Score: 5, Insightful

      The beam will bounce off the pit and either scatter or reflect back up into the mirror striking the focal point

      Thats how you learn how CD`s work in school, but it isn't true. In past it was the classical approach of not telling the whole truth to keep others from copying it.

      First the beam is not scattered or reflected, it is _always_ reflected. The CD consits of two layers, the back one is solid and 100% reflective. The distance between the two layers has to be exactly lambda / 4 of the lasers wave length. Now the first layer is semitransparent. Meaning 50% of the light gets through 50% gets reflected. In the first layer you have the pits representing the data. If this layer has a pit 100% of the light gets reflected, but if it hasn't only 50% get through, get reflected at the back layer and then has a destructive interference with the light reflect first. (That's why the distance has to be wavelength/4)

      I fear that the interference will not work if the light is not angeled with 90 degree on the disk.

      How about using 700 Million lasers, not spinning at all? You could read a CD at once :o)

      --

      --
      Karma 50, and all I got was this lousy T-Shirt.
    6. Re:Why even spin the disk at all? by gnovos · · Score: 2

      I guess this could be dealt with if it is true, have a piece of refractive glass that sits between the laser and the CD, when the light hits the glass, it will refract down into the CD going in at an angle of 90 degrees.

      --
      "Your superior intellect is no match for our puny weapons!"
    7. Re:Why even spin the disk at all? by gnovos · · Score: 2

      Well, I can get close. Get tiny strips of that glass that polarize black when you pass a current through it and place them in front of the laser. Behind each strip place a slightly different shaped lens. Polarize all the panes of glass to be black and flip on the laser. Now if you want the beam to go a certian direction, you depolarise only the strip of glass that covers the lens that will point to the position on the disk you want and, tada, seek times at the speed of electricity, which is close to the speed of light. Yes, this is crude, but it shows that there is at least one way to do it, there are probably more too.

      --
      "Your superior intellect is no match for our puny weapons!"
    8. Re:Why even spin the disk at all? by anshil · · Score: 2

      something more exact then a laser reading pits and grooves burned into plastic that are invisible to the human eye?

      Maybe you should look closer to the CD, I do see them. There is a difference between a burned CDR and a blank one. You can also tell how much space is left on the CDR by looking at it. However yes I deny to be able to read the data with blank eye :o)

      --

      --
      Karma 50, and all I got was this lousy T-Shirt.
    9. Re:Why even spin the disk at all? by i_am_nitrogen · · Score: 2

      Wouldn't that require a lens and strip for each bit on the CD? I mean, at 650MB plus file system size... You're looking at between 5.5 and 6 billion little lenses... How are you going to control them individually?

    10. Re:Why even spin the disk at all? by tunah · · Score: 2

      If i remember my optics last night (last year they decided to cover it *after* all assessment for they year finished so i didnt listen very hard) then there's a law that says n_1 x sin(a_1) = n_2 x sin(a_2) where n_1 and n_2 are the refractive indices of the media and a_1 and a_2 are the angles of incidence and refraction. Now if you want the light coming in perpendicular to the disc that gives an angle of refraction a_2 of 0 => sin(a_2)=0 => sin(a_1)=0 or n_1=0. So you need a material with a refractive index of 0 (vacuum? wild guess :), nothing practical anyway), or send the light in already perpendicular, which is nonsense. Obviously this is also true for more than 2 layers... maybe if you got reflection involved?

      --
      Free Java games for your phone: Tontie, Sokoban
    11. Re:Why even spin the disk at all? by gnovos · · Score: 2

      Yes, it's very crude, as I said. But that doesn't mean there isn't some possible way to do it right.

      --
      "Your superior intellect is no match for our puny weapons!"
    12. Re:Why even spin the disk at all? by MadCow42 · · Score: 4, Informative

      It's called an "acoustic optical modulator", my old company uses them all the time in their laser photographic printers.

      We modulate a laser beam on the order of 14 million times a second, actually a lot more than that. Check out www.cymbolic.com (LightJet / PlateJet products).

      MadCow.

      --
      I used to have a sig, but I set it free and it never came back.
    13. Re:Why even spin the disk at all? by SETY · · Score: 3, Informative
      mod the parent down.
      Lithium Niobate Modulaters go at 20 Ghz ( I have one sitting in front of me in a box).
      http://www.eospace.com/
      Hell they even have a 40 Gb/s, but it isn't that good.
      Anyway if you want to redirect the light beam you can use a lithium niobate polarization controller and have polarization dependent componets at the output that only let certain states of light through (and attenuate the rest) and thus you are redirecting the beam down a different waveguide in the ps range.


      I am sure there are easier ways. But it is saturday morning....

    14. Re:Why even spin the disk at all? by MadCow42 · · Score: 2
      Just because I'm bored, here's a quickie on how they work:

      • a laser beam is shone through a crystal at an angle
      • a piezo element on the side of the crystal introduces pressure waves (sound) into the crystal
      • the pressure waves diffract the laser beam

      • The frequency of the pressure wave determines the angle shift of the laser diffraction.
      • The amplitude of the pressure wave determines the percentage of the laser light that is diffracted.

      So, you could "sweep" the laser by varying the frequency on the piezo... getting 2-axis sweeping might be a bit of a challenge though without any moving parts like a spinning mirror though.

      Bored-ly yours, MadCow.

      --
      I used to have a sig, but I set it free and it never came back.
  9. Where do I sign up? by hobbs · · Score: 2
    When the disc fractured, there was a sharp bang and the test chamber was filled with shimmering, glittering shrapnel, and our grins were big. We hurried in and mounted the next disc, to be able to shoot again as fast as possible.

    It's too bad the site is /.'ed, because I wanted to see if this lab had any job openings ...

  10. Another idea for making CD's faster... by NanoGator · · Score: 3, Insightful

    I realize there are technical hurdles with this idea, but I think they are possible to overcome: use varying luminosity bits.

    Right now what they use is On-Reflective Off-Non Reflective. If the laser was able to detect that some of the bits were at 50% reflectivity, then you'd have 2 bits of data for every bit of reflectivity on the surface.

    If one were to get fancier, they could use multi-colored bits. Using 2 lasers instead of one, then one laser would read a different value than the other depending on how the surface reacted to the light. They may already be doing that today with DVD's, I'm not really sure. It's been a while since I read up on it.

    I guess the real point to what I'm saying is that increasing the density of the data and the spin of the disk aren't the only two options.

    --
    "Derp de derp."
    1. Re:Another idea for making CD's faster... by quintessent · · Score: 3, Informative

      I would bet that it's cheaper and more practical to shrink the bits. This seems to have worked well for DVD.

    2. Re:Another idea for making CD's faster... by NanoGator · · Score: 2

      You are absolutely right. There are practical limits, though. You can only take the bits down so low before you have to contain the disk.

      I think they sped up the CD's waaaay too much, though. Imagine if the disk flew apart inside your computer? It'd take out the CD-ROM. Fortunately, it's isolated. Although if that happened in my GameCube I'd be upset.

      At this point I say: make better use of the bits on the CD.

      --
      "Derp de derp."
    3. Re:Another idea for making CD's faster... by josh+crawley · · Score: 2

      Dont forget, if you shrink the (b/p)its, you also must shrink the pit-reader. In this case, the laser. Red is too big. That's why blue and uv are hot. Now here's the fun part... Find a cheap, small blue laser. Good luck.

      And the Fun Family Slashdot Game... Guess the next type of device crippling!! CSS^2

    4. Re:Another idea for making CD's faster... by NanoGator · · Score: 2

      Ah, so I'm right, it will work! hehe

      Lol. Thanks man, glad to know that it's been done. Now we need drives with more than one laser.

      --
      "Derp de derp."
    5. Re:Another idea for making CD's faster... by anshil · · Score: 2

      Well they are already 50% reflective. Best go and search the internet a bit how cd's _really_ work. Not how you're teacher told you.

      I desribed it very roughly here

      It was on a school guide through the CD factory of sony, the guidance first explained the "popular" explanation how CD's work (with reflecting and scattering) and then said, "You're all technicans, right? Okay than I can explain how they _really_ work" (destructive interference of the laser) :o)

      --

      --
      Karma 50, and all I got was this lousy T-Shirt.
    6. Re:Another idea for making CD's faster... by NanoGator · · Score: 2

      Funny thing is I was actually thinking that, and then 'corrected' myself.

      I blame lack of sleep!

      --
      "Derp de derp."
  11. Another Mirror by hendridm · · Score: 5, Informative


    This one has no broken images.

    1. Re:Another Mirror by OverlordQ · · Score: 2, Informative

      Mirror here

      --
      Your hair look like poop, Bob! - Wanker.
  12. The answer is not to spin them faster by sweatyboatman · · Score: 2

    And I quote...

    The motor power required, some 300 watts, would impose a rather heavy loading on the computer's power supply, though.

    I don't think I'd be comfortable with something spinning that quickly in my machine. If I tapped it accidentally, would it rip through the plastic and come flying out of my computer? Perhaps maiming bystanders? Hmmm...

    The answer is not to spin the disks faster, but rather to read more of the disk in one shot. But that would increase the cost incrementally with each reading device added.

    Generally, people use CDs as a one-shot deal, install to hard disk once and then never use the CD again. Though people would like to read from their CDs faster they don't want to pay 4-10 times as much for a CD Player with the mechanics to read multiple sectors at once.

    Sweat

    --
    It breaks my pluginses, my precious!
    1. Re:The answer is not to spin them faster by Chan · · Score: 2, Interesting

      I could see the danger. Have you ever opened a CDROM drive while the disk is still spinning? (Some CDROM drives don't spin down the disc when they are having trouble reading it) I've actually had CDs fly out of the tray when doing this.

      --
      (nil)
  13. Is this idea possible... by NanoGator · · Score: 2, Interesting

    I got to thinking about the problems associated with mechanical drives, and it occured to me that there may be an alternative method that has no moving parts. Ever read about how your monitor works?

    The way I understand it, a burst of energy (Proton?) is fired from a gun and electro-magentically guided to hit a phosphor on the screen, causing it to light up. The electro-magentic fields are timed to cause the energy to scan across the screen so fast your brain can't see the flicker.

    Imagine if somebody invented a card that worked like that. It'd look like a credit card with a grid like surface on it. You side it in to a reader, and it uses a similar technique to set bits on the surface of the card. Then another beam is used to read data back off of it.

    If this is possible, the advantage to it is that there are no moving parts, so it could easily last for years. If it's a read only medium like CD, then it is *not* succeptable to scratches or wear and tear.

    Whatcha think, sirs?

    --
    "Derp de derp."
    1. Re:Is this idea possible... by quintessent · · Score: 2

      I've heard of things like this being researched. If I remember right, it seems like IBM was experimenting with trying to store data in some kind of cube using lasers.

    2. Re:Is this idea possible... by NanoGator · · Score: 2

      "If I remember right, it seems like IBM was experimenting with trying to store data in some kind of cube using lasers."

      You mean holographic memory? I remember that too... Curious what they could do with it today. A hologram holds a TON of data. A 2-d plane holds a number of images, just depends on the angle you're looking at it with.

      If we're talking about the same thing, that's not exactly waht I'm talking about. (Although it is very interesting!) I was just thinking there's a way do that on a flat card with no moving parts.

      I need to develop the idea more, though. Somebody in an earlier post illustrated some problems with it. Heh.

      --
      "Derp de derp."
    3. Re:Is this idea possible... by Tony-A · · Score: 2

      IIRC some very early computer storage was CRT based.
      Techtronics 4014 4096x3072 storage tube display (ancient cad systems) was readable.

    4. Re:Is this idea possible... by NanoGator · · Score: 2

      HEh! ya got the Mst3k reference!

      Now im off to build a helmet with an airbag...

      --
      "Derp de derp."
  14. If the disc exploded at 57x... by Ryu2 · · Score: 2

    Then how do they achieve those 52x drives... isn't it dangerous close to that level? (not to mention making a hell of a lot of noise -- linear velocity is on the order of 600 km/h!) Or do they use other tricks (multiple laser heads perhaps, or just very aggressive read-ahead caching?)

    --
    There's 10 types of people in this world, those who understand binary and those who don't.
    1. Re:If the disc exploded at 57x... by epopt · · Score: 2, Informative
      how do they achieve those 52x drives

      It's simple. They spin them more slowly than that and then lie about the specs.

      --
      -- Remember that we live in a world where all the really big decisions are made by people with short attention spans.
    2. Re:If the disc exploded at 57x... by Boiling_point_ · · Score: 3, Funny

      I bet you're the guy with a queue forming behind him at the computer store, arguing the fact that your 17" monitor is only 16" when measured diagonally, too :)

      --
      "If you create user accounts, by default, they will have an account type of Administrator with no password." KB Q293834
    3. Re:If the disc exploded at 57x... by geekoid · · Score: 2

      I do.
      If your selling technoilogy, you best bother learning the fundimentals of what your selling. I would by a car form somebody who would count the trunk as a 'door' why should I tolerate less from a guy selling technology?

      --
      The Kruger Dunning explains most post on /. http://en.wikipedia.org/wiki/Dunning%E2%80%93Kruger_effect
  15. Re:Who would want one? deaf people? :) by Reziac · · Score: 2

    Once upon a time a client of mine bought a then-SOTA Toshiba CDROM (I think it was a 32x). When it first fired up, the noise was so loud it didn't register as coming from the computer -- I kid you not, we all ran to the window to see what the neighbour was blowing up on his backyard hotrod. Needless to say, that one went back to the store.

    Conversely, I have a 50x Acer that is almost silent -- it's not as loud as the case fans (which aren't too bad in that machine).

    I'd made a guess a while back that 50x was probably nearing the practical limit for a CDROM drive of current technology, and seems I wasn't too far off.

    --
    ~REZ~ #43301. Who'd fake being me anyway?
  16. Do they really need to be that fast? by Tablizer · · Score: 4, Interesting

    The spin rate seems like it is turning into a consumer numbers game, like CPU speed is/was doing for a while. People who don't know any better compare the raw CPU frequency rates.

    It seems at the higher CD speed it takes too long spin the thing up to reading speed anyhow. If it did not need to spin so fast, then it may be able to get smaller chunks of information sooner.

    Most don't seem to be able to read until full speed is reached. Why can't they read during the spin-up time also? Too hard to calculate?

    Is there a way to set the speed of CD readers slower if one wants this? I have not seen any setting options, but each vendor may be different.

    1. Re:Do they really need to be that fast? by perlyking · · Score: 2

      Thanks for the drivespeed mention. I use nero and allready had it but just didnt realise it :-)
      I've set my drive to spin down much quicker now (dont use it much but it spends minutes after each boot whining like a injured beast).

      --
      no sig.
    2. Re:Do they really need to be that fast? by mcelrath · · Score: 2
      Nah, like fast CD's. I like having my officemates think that I secretly have an F-15 under my desk. So what if we have to shout at each other whenever I'm installing software? Besides, the vibrations transmitted through my desk give me a good massage, and may be preventing me from getting carpal tunnel. The screen does vibrate too much for me to read it though. I had to pass up a flat screen though because I was afraid the CD-ROM would knock it over. And this CD-ROM is my secret way of getting back at the people in the machine shop upstairs from my office...

      Oh, the speed is so you can read data faster, you say? Who cares? I was happy with 20x.

      -- Bob

      --
      1^2=1; (-1)^2=1; 1^2=(-1)^2; 1=-1; 1=0.
  17. DYI cdrom experiment by dattaway · · Score: 2

    You can Do This Yourself with a commonly available Dremel tool like I did; however, I only found the outer tracks would skew at the rated 30,000. Note that the CD hole almost fits the collett of the drill. A little electrical tape fills the gap. A few wraps and there you go. Wear eye protection and do not put anything valuable in the spinning direction, such as your body.

    Was it really 30,000 rpm? I don't know, but I had the 30,000rpm dremel "overclocked" on an inverter at a much higher voltage and frequency. The speed was indeed higher than off 120VAC 60Hz current. Those cheap 300 watt inverters you can get at Walmart can be tweaked with a potentiometer and capacitor on its oscillator circuit. The circuit board layout is very modular and can be quickly seen for modifications. Maximum voltage is around 180 and frequency is around 400Hz before the slew rate overheats the transistors.

    Perhaps I will try again to the point of destructon tonight.

    1. Re:DYI cdrom experiment by ProfMoriarty · · Score: 4, Funny

      I don't know ... you don't happen to teach shop class and have only 7 fingers do you?

      --
      Karma? Karma? I don't need no stinkin' karma.
    2. Re:DYI cdrom experiment by dattaway · · Score: 2

      No, I'm just an electrician at a wharehouse in Kansas City, but I'm trying to blow up a CD again. So far, these things are taking off like UFO's into the air and bouncing off the walls in my "bomb shelter" in the basement. Got one to crack and shell off the silver laminate though.

      With any luck, I'll have an explosion before the night is over. Its all a matter of how many watts I dare to put into this little electric motor.

  18. Most Drives ovev 32x use multiple lasers by Anonymous Coward · · Score: 3, Informative

    Most (all?) CD-ROM drives over 32X already use multiple lasers to read multiple tracks at once. They usually say "multi-read" on the boxes if they use this technology. Zen research (http://www.zenresearch.com/) invented this technique, and holds patents relating to it.

  19. Bla bla bla by SevenTowers · · Score: 5, Informative

    Afreey and Infineon already have a 100x (TrueX) CD-Rom drive (25x DVD)", it came out in 2001...

    This is the future (but who cares, we'll go solid state before it gets popular).

    --
    Imperium et libertas
    Autocracy and freedom
  20. more info by Alien54 · · Score: 3, Informative
    Essential Data for those unable to access

    Background

    The Audio CD Standard was set sometime back in the 70's. Then, it was decided that the record should rotate with different speeds, depending on where on the record the data was read, to get a constant data transfer rate. The method is named CLV (Constant Linear Velocity), or constant transfer rate. The transfer rate of an audio CD is a mere 176 kB/s, and to reach this rate the record only has to spin with 530 rpm when reading the innermost track, and 200 rpm for the outer track.

    CAV is for Whimps

    To be able to publish ever increasing spin ratios, many manufacturers have resorted to CAV (Constant Angular Velocity), a method whereby the record is not rotated faster when reading inner tracks. Thus they can specify impressive spin ratios for outer tracks and sell more, but in reality the spin ratio for the inner tracks is only 37.7% of this value.

    CLV is for the Tough Boys

    A 64x drive using CLV would have to rotate the disc with 33,920 rpm when reading an inner track, exposing the hub of the disk to a tangential force of some 45 N/mm2. A point on the periphery of the disc will be moving with 213 metres per second, slightly more than half the speed of sound. Can the disc take that?

    The answer is no. A powerful no.

    At about 52x, i.e. 27,500 rpm, most manufacturer's CDs blew up in a rain of plastic particles, leaving their marks on the premises. The result was a pile of shimmering plastic chips.

    He also tried Kevlar reinforcement

    In our efforts of reaching ever increasing speeds, we tried to reinforce a disc with Kevlar wires. [...] It turned out our motor didn't have enough power to spin up the disc enough to explode it in one try, because the Kevlar wires consumed several hundred watts of motor power for aerobreaking. [photo] After an extended period of time (about 20 seconds) at close to 28,000 rpm, the disc blew up with a loud bang anyway, with the wires remaining on the hub, as shown in the picture. It can be clearly seen that the wires remains pointing radially from the hub. The Kevlar wires had been stretched radially and performed as intended. What made the disc explode, was the creepage of the plastic material, i.e. its stretching over time, subjected to the high g forces.

    --
    "It is a greater offense to steal men's labor, than their clothes"
  21. Re:speed of sound?? by Rhinobird · · Score: 2

    well.... 2/3 is slightly more than 1/2...

    --
    If Mr. Edison had thought smarter he wouldn't sweat as much. --Nikola Tesla
  22. My experience by Taco+Cowboy · · Score: 3, Insightful



    You said:

    "You probably already know this, but just for the record -- unless you have a defective CD
    drive, it shouldn't ever try to spin an audio disc up to full speed unless you're doing digital
    audio extraction. If you're merely listening to your CD, it will spin at 1X, just like any
    standard CD audio player."

    My experience with my CDROM and CDRW drive (Samsung 52X CDROM drive and Sony 16X/10X/40X CDRW drive) is that whenever I put a disk into it, during the SEARCH, the drives will SPIN VERY FAST - I can even hear the whrrrrrlllll sound ! - then it'll slow down, if the drive finds out that the disk is an Audio CD.

    What matters is that my OLD audio CDs may NOT even survive the FAST spin during the SEARCH routine.

    --
    Muchas Gracias, Señor Edward Snowden !
  23. Excuse me while I nitpick by anno1602 · · Score: 2, Interesting

    Comment: None of the discs reached more than 180 m/s, but on the other hand that's about 650 km/h, the cruising speed of a jet airliner.

    The cruising speed of jet airliners is 800 km/h to 900 km/h, business jets being a bit faster. Today's fast turboprops reach 500 km/h.

  24. Black Hole by daidojiuji · · Score: 3, Funny

    What they need to do is put miniature black holes in the center of the spindle to cancel out some of the centrifugal force. Also, you could let the black hole out of the CD-ROM drive when you weren't using it and it would clean your room for you!

  25. absurd by rneches · · Score: 2

    and put the CD on the true north pole and read it from a...

    never mind. that's retarded.

    --
    In spite of the suggestions and all the tests that I have made, I have not cavato a spider from the hole.
  26. There's no such thing as centrifugal force. by gdyas · · Score: 3, Informative

    Sorry to be a physics geek here, but there's no such thing as "centrifugal" force, unless you're talking about the force caused by a centrifuge dropped from a height.

    There IS "centripetal" force, that refers to the force on an object travelling in a circle, which pushes outward from the axis of said circle on an object while it's travelling about the radius. Say you're spinning a ball on a string around over your head. Your work is translated into acceleration around the axis of the circle as the ball spins around your head, but the force is perpendicular to the path of the ball at any one moment, radiating from the axis. This is proven visually by noting that as you put in more work, spinning the ball faster, the angle from vertical of the string the ball's attached to increases toward 90 degrees. See? Force pushing outward, ball moving in circle. When the string is released though (or the CD breaks up) the ball moves in a straight line matching that along which it was travelling at the moment of release -- momentum then is in action.

    To repeat, no centrifugal force. For all our computer learnin', it's surprising that so few paid attention in physics 101.

    --

    The only tool you've got against psychosis is experience.

    1. Re:There's no such thing as centrifugal force. by sweet+reason · · Score: 5, Insightful

      Sorry to be a physics geek here, but there's no such thing as "centrifugal" force, unless you're talking about the force caused by a centrifuge dropped from a height.

      There IS "centripetal" force, that refers to the force on an object travelling in a circle, which pushes outward from the axis of said circle on an object while it's travelling about the radius.


      centripetal force is a force acting toward the centre. in the stone on a string example, it is the force (tension in the string) pulling the stone toward the holder of the string, making it move in a circle. nothing is "travelling about the radius", and nothing is pushing outward from the axis. strings don't push!

      centrifugal force is something you get in rotating frames of reference. one doesn't normally use such frames in physics because they are unecessarily complicated. but that is just a matter of calculational convenience; centrifugal forces are real enough in a rotating frame (it is called a fictitious force because it depends on the choice of frame, rather than being intrinsic. see this page). take a fast curve in a car and that fictitious force feels real enough, even if it isn't the simplest way to describe the situation mathematically.

      --
      Everything should be made as simple as possible, but not simpler. -- A.E.
    2. Re:There's no such thing as centrifugal force. by Da+Schmiz · · Score: 4, Informative
      According to Webster's, centripetal (from centr- + Latin petere to go to, seek) means "proceeding or acting in a direction toward a center or axis". By this definition, in the ball-on-a-string example, the string provides the centripetal force.

      Webster's also says that centrifugal (from centr- + Latin fugere to flee) means "proceeding or acting in a direction away from a center or axis"

      This is what I remember from Physics 101. However, I may be wrong, seeing as you are the one claiming to be the "physics geek". In any case, however, your definition is contrary to standard, correct English usage.

      --

      "Anything is better than IE, and you can quote me on that." -- Wil Wheaton.

    3. Re:There's no such thing as centrifugal force. by red_crayon · · Score: 2

      Somone mod that up.

      "centrifugal force does not exist" is not true.

      "centrifugal force is called a 'fictitious' force in physics 101" is true.

      --
      "Never bullshit a bullshitter" All That Jazz
    4. Re:There's no such thing as centrifugal force. by floW+enoL · · Score: 5, Insightful

      There is no "centripetal force." There is, however, a centripetal acceleration, which points *inward*. (Look up the word) You're committing the classic mistake of confusing a force with an acceleration. For example, in your example, the ball's centripetal acceleration is inward. By Newton's 2nd law, a force must be acting on it. The force in this case happens to be the tension of the rope.

      There IS centrifugal force. It's a fictional force, which is a sort of misnomer. A fictional force is nothing but a force felt by an object in an accelerating frame of reference, like a ball on a string (since velocity is changing direction), or a car getting on a freeway (since velocity is increasing). The fictional force in your example would be the one felt by the ball, radially outward, with magnitude equal to the tension on the rope.

      I think it is you who should have paid attention in physics 101.

    5. Re:There's no such thing as centrifugal force. by geekoid · · Score: 2

      Its a false force.
      If you are in a car, and you turn it in circles, you body wants to go straight, but the car body pushes against you do to its cetripetal force.

      --
      The Kruger Dunning explains most post on /. http://en.wikipedia.org/wiki/Dunning%E2%80%93Kruger_effect
    6. Re:There's no such thing as centrifugal force. by UnknownSoldier · · Score: 2

      Whoa, sparked a lively discussion! He He He.

      When I was submitting the story, I couldn't remember which 'C' word to use. I checked dictionary.com and found centrifugal. I wasn't quite sure if it was accurate, but I think its a more compact word (i.e. layman's usage) then "the destructive velocity tangent to the disc", so I used it. ;-)

      Thx for pointing out both definitions!

    7. Re:There's no such thing as centrifugal force. by darkwiz · · Score: 2

      The force you feel throwing you outward in a curve is exactly that, a force you FEEL. You are feeling your intertia. It is the same as when you accelerate forward in a car (you feel a "force" pushing you down in your seat). You wouldn't call it a "force" when you did this, would you? It is called equal and opposite reaction, something that anyone in any classical physics course should always accept without question.

      The page you reference even admits that centriFUGAL force is a fiction of mathematical convenience. However, centripetal acceleration is real (something has to keep you in place). A force has to be responsible for that (as far as I am aware, there is no way to undergo acceleration without a force).

      Now, yes, you can invent frames of reference which tend to ignore any acceleration you want. However, in any normal frame of reference, centripetal acceleration does exist, and centrifugal force is merely an experience (you feel your equal and opposite reaction to your centripetal acceleration, and notice that you are drifting away if the centripetal acceleration is lost).

    8. Re:There's no such thing as centrifugal force. by zCyl · · Score: 2

      Sorry to be a physics geek here, but there's no such thing as "centrifugal" force, unless you're talking about the force caused by a centrifuge dropped from a height.

      Centrifugal force is not a "physical" force, but it does exist as a "fictional" force, which means we use the concept to make certain problems easier. For example, picture an elevator on a rope being spun around an axis. If we take a guy named gdyas and put him in this elevator on a rope, from his perspective (reference frame) there will be a force pulling him downward toward the bottom of the elevator. If you want to calculate the motion of a ball that gdyas drops, you use the simplest abstraction available, namely, centrifugal acceleration (which can also be thought of as a centrifugal force dependent on mass). So it doesn't matter that it isn't one of the four basic forces, it's still a useful construct for solving problems, which is really all a "force" is.

      You could also try saying that the electric force isn't a force, because it's just an exchange of momentum mediated by the probabilities of certain paths of photon exchange (QED). The electric "force", however, is a much simpler way of thinking about this particle interaction.

      For all our computer learnin', it's surprising that so few paid attention in physics 101.

      There are higher level physics classes than 101. In later mechanics classes you should learn the usefulness of fictional forces and alternative reference frames.

    9. Re:There's no such thing as centrifugal force. by sweet+reason · · Score: 2

      Now, yes, you can invent frames of reference which tend to ignore any acceleration you want. However, in any normal frame of reference, centripetal acceleration does exist, and centrifugal force is merely an experience (you feel your equal and opposite reaction to your centripetal acceleration, and notice that you are drifting away if the centripetal acceleration is lost).

      yes, centrifugal force does not have the fundamental reality of a place in the simple and complete description of classical mechanics that newton et al. formulated. it is indeed a mathematical device to allow one to use the familiar language of force and acceleration to decribe mechanics as seen in a rotating frame of reference. and yes you can live in that rotating frame but still describe all motion by taking a view from outside and using pure newtonian mechanics, but that will not necessarily be worth the trouble. when you are in that rotating frame, being pressed against the car door, it is more convenient to think of that pressure as being due to centrifugal force. after all, it feels real enough. your flesh is being distorted in the area of contact. if the door isn't secure you may notice that you are drifing away at quite an alarming rate! (though no longer accelerated (till you hit the ground), and probably no longer concerned with the car's frame of reference :)

      anyway, forces come in pairs. if the car door presses on you with centripetal force, what do you call the force with which you press upon the car door?

      --
      Everything should be made as simple as possible, but not simpler. -- A.E.
  27. Easier to move the laser beam! by Archeopteryx · · Score: 2

    Don't spin the disk at all! Move the laser beam around, and sense pits and lands by reflectivity. You could have a spinning mirror or porro-prism, or you could have a holographic optical element, or a combination of the two to move the beam around. Since the laser beam is massless, this is a much easier solution.

    --
    Dog is my co-pilot.
    1. Re:Easier to move the laser beam! by TheHawke · · Score: 2, Interesting

      This is done with supermarket scanners and barcodes. But these kind of scanners are not quite up the resolution that is required to read the density of a basic "Red Book" CD. Holographic technology must improve before you can have your static cdrom reader. But heres a kicker.. how to make a static CD ReWriter with such a system?

      --
      First rule of holes; When in one, stop digging.
  28. Mirror Here by ttyp0 · · Score: 2, Informative
  29. Re:What's the point? by Reziac · · Score: 2

    I've still got a 4x CDROM on my work machine, and for installing software or playing games that run from a CD, it's plenty good enough. Only time speed becomes an issue is if I want to copy a lot of data from a CD, and then mainly because it has no cache.

    --
    ~REZ~ #43301. Who'd fake being me anyway?
  30. Even more reasons it would be too expensive by Crag · · Score: 2

    The focal point of the mirror would have to be far enough away from the surface of the CD so that the angle of incidence is low enough that the laser doesn't bounce off the surface of the plastic. This would make the size of the no-moving-parts CD-ROM drive pretty big.

    This device would also be MORE vulnerable to physical shock then current designs due to the difficulty of aiming at that range. Current designs put the lens of the laser within a few mm of the surface, but with a big mirror it'd be more like 10-20cm. It isn't important that the accuracy of the aiming be high, but the precision does need to be so that no tracks are skipped.

    This device would be useful for recovery of data from damaged disks, but not for everyday use.

  31. It's easy to get 100x by pornaholic · · Score: 3, Interesting

    In fact it's basically possible to get instant loads - it only depends on how creative you get.

    Just like the bandwidth vs latency issue in network connections, all we need to do is add more data paths.

    Can't spin the disc at 100x? Well, spin it at 50X and use 2 lasers (I know the first 50x drives did something like this, they were just REALLY buggy at the time). Can't spin at 200X? Use 4 lasers. Can't fit any more lasers in? Take a picture!

    I'm really amazed that we don't have these already actually - we'll need em sooner or later, unless we change to all solid state electronics...

  32. Another idea for faster cd reading ... by x-empt · · Score: 3, Insightful

    without having to alter existing cd fabrication technologies you could reach much higher speeds if you rotate the cd near its maximum and then rotate the laser in an opposing direction at or near its maximum. Now you can add the two maximums together and you have a MUCH faster cdrom drive.

    Much louder too, of course. But getting cdreaders quiet is easy... its just that manufacturers prefer to make cheap drives instead of quiet ones.

    --
    Ever need an online dictionary?
  33. A faster way (2,466x) by labradore · · Score: 5, Interesting

    This is a good way to get a fast CDROM drive:

    1. Buy a 10,000x10,000 dpi scanner with firewire interfeace
    2. Write cdrom image analysis algorithm.
    3. Scan cdrom image into temp hard drive space and analyse, extracting data

    This is based on these rough figures:

    • A cdrom is approximately ( PI*5^2 - PI*0.75^2 )= 76.75 sq. inches of data surface
    • If a cdrom has about 5.6 billion bits on that surface then the density is roughly 76 million bits per square inch.
    • That works out to about 8,800 bits per linear inch. Assume you will need a little better resolution than that because there is some empty space between the dots on a cd surface. 10,000dpi aught to be good enough.

    Assuming that the scanner is faster than the firewire (400Mbps) and 10% overhead for the data transfer, each cd image will be approx. 7.3 billion bits, taking just over 20 seconds to transfer. This device is a 2,466x speed CDROM "drive". Put that in your Pentium and smoke it! Scanner and algorithm design left as an excercise for the reader.

    1. Re:A faster way (2,466x) by Anonymous Coward · · Score: 2, Interesting

      A cdrom is approximately ( PI*3^2 - PI*1^2 )= 8 sq. inches of data surface [for area=Pi*(r^2)]

      If a cdrom has about 5.6 billion software-accessable bits on that surface and neglecting the ~2.5 billion bits we don't normally account for in userland then the density is roughly 700 million bits per square inch.

      That works out to about 26,457 bits per linear inch. Assume you will need a little better resolution than that because there is some empty space between the dots on a cd surface. 40,000dpi aught to be good enough.

      ... In any case, parsing that much data in pretty much real time is just an engineering challange, right?

    2. Re:A faster way (2,466x) by Thunderbear · · Score: 2, Interesting

      In order to sample anything reliably you need to have at least the double in sampling frequency.

      Therefore you need about 17000 bits pr inch, unless you want a _lot_ of error correction.

      --

      --
      Thorbjørn Ravn Andersen "...and...Tubular Bells!"
  34. BTW, that was meant as a joke.. by NanoGator · · Score: 3, Informative

    Heh, I figured I'd get either funny or off-topic, wasn't expecting to get 'informative' points.

    I honestly meant that as a joke. Seems like every time an article like this shows up on Slashdot, there's always somebody ready to say "whats the point?"

    Oh well. :) *Watches his Karma roller-coaster*

    --
    "Derp de derp."
  35. Finally!! by Kasmiur · · Score: 3, Funny

    A use for all those AOL CD's that I have.

    Cause after a while you have enough coasters.

    --
    -THIS SPACE FOR RENT!
  36. Re:centrifugal wha? by slickwillie · · Score: 2

    I think it has something to do with JS Bach and his organ.

  37. I was wrong... by gdyas · · Score: 2

    Uncle.

    Consider me educated about centrifugal force being a fictitious force in changing frames of reference. Glad there are some smarties here to set us right.

    --

    The only tool you've got against psychosis is experience.

  38. Kewl. "This drive sucks!" would be a good thing by crovira · · Score: 2

    no comment

    --
    MSBPodcast.com The opinions expressed here are my own. If you don't like 'em... Think up your own stuff.
  39. What about kenwood? by Polo · · Score: 3, Interesting

    The Kenwood 72x drive is quite fast.

    What it does is to spin the drive slower, but read 7 tracks in parallel. Now if they could get two read heads like this, it would be a 142x drive without having to spin the cd any faster.


    Here's the info.

  40. [ukquake] exploding CD-ROM drives by Yarn · · Score: 4, Funny
    From the annals of the UKQuake Mailing List

    There was a noise from the next office like toast popping, and Steve the senior consultant yelled in terror. "Has your toast popped?" I shouted? "Someone just tried to shoot me!" he replied. I walked into his office to see the occupants crowded around an open CD-ROM drive with the shattered remains of about half a CD in it. As we watched, the drive attempted to shut itself, made it about half way, and then opened again. It repeated this process about twice a minute, shutting a little more completely each time. Eventually it fully closed itself, though it is still opening and shutting regularly. We didn't find the other half of the CD (at least some of it is presumably still in the drive and is what was preventing it from closing) but we did find the front flap of the CD-ROM drive under Steve's desk, where it had fallen having been blown clear across the room, past his head, and colliding with his notice-board.

    Some points:
    • It was a Samsung 40-speed drive. You might want to avoid them.
    • It was a Hewlett-Packard CD-R that had come free with a USB portable CD burner. You might want to avoid them.
    • It was quite warm, though there was no direct sunlight hitting the drive. You might want to avoid that anyway.
    • Fear.
    --
    -Yarn - Rio Karma: Excellent
  41. Data Destruction by chuckw · · Score: 3, Funny

    Seems to me that this would be an excellent way to ensure that your data is permenantly deleted...

    --
    *Condense fact from the vapor of nuance*
  42. their REAL agenda by Syre · · Score: 2, Funny

    Did anyone notice that all the disks they destroyed except two were Corel products? Mostly CorelDRAW.

    Now I've used CorelDRAW and I must say it's painful to use. So I fully understand wanting to destroy it.

    But remember, Corel was an early Linux supporter, so I wonder if we should support such elaborate (one might say obsessive) distructive impulses directed against them!

  43. There's no centrifugal force: there is centripital by ggwood · · Score: 2, Informative

    I teach Physics 100A. The best way to think about Centripital "force" is: it is whatever force holds the object in circular motion. (Thus it must be directed towards the center of the circular motion). For example, the earth is held in a (nearly) circular orbit around the sun by gravity. Your car can go around a curve, and locally travel in "circular" motion and it is held in the turn by friction (unless the turn is "banked" - you know, like highway turns, then gravity assists you, also).

    What is called "centrifugal" force does not exist. What is most commonly cited as a "centrifugal" force is a force which pushes things out from the center of circular motion. In fact, there is no magical force pushing things away from the center of circular motion. What you feel is called inertia: the tendancy for objects to go in a straight line unless acted on by an outside force. This is not a force, it is Newton's first law.

    The expression which is *not* a force is mass times speed squared divided by radius. It is a mass times acceleration, which belongs on the "right" hand side of Newton's second law, which says: the sum of all forces equals mass times acceleration. There is an expression for centripital acceleration because by stating the object is traveling in circular motion, you are saying something about what acceleration it is experiencing: namely that the acceleration is directed inward and has magnitude equal to speed squared divided by radius. (What is called "uniform" circular motion adds an additional requirement: that the speed does not change. (The velocity is a vector, so it sure does change in circular motion!) In the case of uniform circular motion, the only acceleration is centripital (center seeking), whereas in general you can also have tangential acceleration as well which changes the speed). There are magnetic, electric, and frictional forces. There are no equations for magnetic, electric, and frictional accelerations. The live on the left hand side of Newton's second law. Each can cause circular motion, and thus can be what is refered to as a "centripital" force. In general, there may be many forces acting to hold an object in circular motion.

    By the way, floW is actually right about Newton's laws not holding in accelerating frames of reference. However, we don't invoke centrifugal forces to deal with this "problem". Perhaps the author was refering to the coriolis force, which *is* a fictional force.

    We use the coriolis force because the effect is rather small on Earth and it is more intuitive to view Earth as a non-accelerating system, rather than one which is rotating. You may have hear about the coriolis force in physics 101 but you likely did not compute it. To do so you need the vector product (or cross product) which generally is not used in into physics books like Giancoli, Serway or Haladay and Resnik. The coriolis force effects: storm systems, water swirling down a drain, the Foucault pendulum (in fact any pendulum, but the giant pendulums in museums which knock over dominoes or trace out lines in sand are designed with coriolis in mind and called "Foucalut's" - it has to do with velocity that the pendulum achieves), and actually is used in firing Naval guns. See, for example:
    some physics stuff

    There is quite a bit of confusion as to what the force is that is holding the disc in circular motion. Most forces cited are actually what will cause the disc to either speed up, or slow down. The force holding the disc in circular motion is actually the atomic forces. This is why the disc does not fly apart (each part traveling in a staight line).

    By the way, I actually searched for a few minuets trying to find a decent explanation of all this on the web, but most have mistakes. I am sorry to say the only way to really learn this seems to be to get a published book like Giancoli, Serway or Haladay's books (all titled Physics or something like that).

    This is actually a rather delicate issue which I don't think most physics 100 students *ever* grasp. In fact, even after careful re-reading, I may have made mistakes. Heck, I get paid to explain this stuff to people, (which is a great joy) so I hope someone gets something out of this, even if it is inexact.

    Gregory G. Wood

    --
    a war on terrorism? How can we end a war on a method?
  44. Historical Perspective by Anonymous Coward · · Score: 2, Interesting

    You know the fact that you can go out and buy a CD rom drive for $30 is somewhat of a modern manufacturing miracle. The optical requirements for reading CDs are very very tight, and in fact if you were to come up with a design to read a CD from scratch you'd probably end up with loads of equipment on an optics table. What really took CD's off the 'nice idea but not practical' shelf was the development of laser diodes and the floating optical head. The laser itself is adjusted via a feedback circuit that detects when the pits are starting to move out of range (since the CD's a spiral you need to slowly move out as you progress). The whole reason a CD spins is because its too hard to trace this line by moving the optics and the optics behind scanning a stationary CD with a stationary laser wouldn't fit into a bay in your computer.

    Just so you know.. the laser coming out of most CDs isn't good for your eyes so if you're playing around with your CDRom drive with the case off, dont look at the laser during startup for too long.

  45. A question, then... by Balinares · · Score: 2

    Interesting!
    However, if the CD's back layer is really 100% reflective, how come when I bring one to my eye I can see it's semi-transparent? Are you sure that all CDs work the way you said?

    --

    -- B.
    This sig does in fact not have the property it claims not to have.
    1. Re:A question, then... by Phexro · · Score: 2

      "However, if the CD's back layer is really 100% reflective, how come when I bring one to my eye I can see it's semi-transparent? Are you sure that all CDs work the way you said?"

      CD drives use infrared light, which is invisible to the human eye. I imagine that they use a material that reflects 100% of the infrared light, but does not reflect 100% of human-visible light, giving it a translucent appearance to us lowly bio-beings.

    2. Re:A question, then... by stuffman64 · · Score: 2

      If I remember my quantum mechanics correctly, no material is 100% reflective, especially one with a finite thickness. If the material is thin (not infinitely thick, as in a layer on a CD), thier exists a probability that some of the light will tunnel through the material. Also, the sensors in the pickup of the CD can sense very small changes in reflected beam intensity, so it is not entirely necessary to make sure that 50% of the beam is reflected. I'm sure any modern detector can accurately detect a fluxuation much smaller than 10% or less.

      --
      --- At my sig, unleash hell.
    3. Re:A question, then... by Phexro · · Score: 2

      I almost mentioned this in my prior post, but I figured it went without saying. Of course no material is 100% reflective - I assume that "100%" really means ">= 80%" or some other similar margin of error.

      My point was that the material may reflect some light frequencies and absorb others.

  46. The answer is simple... by darkov2 · · Score: 2, Funny

    Make all discs out of Kevlar, the we can go out and buy 32767x drives. And be cut in half by flying CD every now and then.

  47. Multiple lasers, Kenwood was there and did that by Anonymous Coward · · Score: 2, Informative

    Reading multiple times at the same go helps to multiply the reading spead nicely, here's a review of their product:
    kenwood 72x drive

    But it seems that Kenwood has discontinued the product :/ It would have been nice to get a version with adjustable speed from 1x to 52x with their multibeam technology.

  48. no... what cd-roms really need by deathcow · · Score: 4, Funny

    What cd-roms really need is an eject button which doesnt write home to it's manufacturer (at book rates) for permission to eject a damned disc!

    How frustrating it is to push an eject button and watch a device deliberate for several seconds over SOMETHING before ejecting it's cargo!

    Basically, that button means "Your work here is done", so give me the disc, OK??

    1. Re:no... what cd-roms really need by phillymjs · · Score: 2

      Heh, I had a LiteOn 52X that would do exactly as you ask (occasionally). It is really kind of scary to see the disk spinning at 52X in the tray...hover for a moment, drop down and scuff the hell out of itself upon touchdown in the tray.

      Reminds me of a Zip drive that was in a Power Mac one of my friends had years ago. It had an overly-enthusiastic eject mechanism that, while only ejecting disks when it was asked to, did so with such force that it reminded me of the killer soda machine in Maximum Overdrive.

      ~Philly

  49. Well.... by shoptroll · · Score: 2, Insightful

    Considering the fact that most software isn't exactly requiring anything higher than 4x again... is anything greater than 32x even necessary... I have a cheap 48/52/56x (can never seem to figure it out) drive that came out of an emachine i got last year (i needed a cheap 1st pc) that I slapped into my current home-made box... Not sure why, but the thing seems to like to load a lot of data off the cd, spin down for a sec or two, then spin back up and continue loading more... A very annoying pattern indeed... Leading me to question whether its the drive, or if the data is being cached somewhere in my system faster than it can be written to my HD... Anyways, with larger hard-drives, most games that would use the CD-drive to play stuff like movies and music are now copying those files straight to the hard drive... Essentially the CD-Drive is now being relegated to a massive floppy drive, install and forget! As for testing max speeds.... I heard some story about down at work (WPI PC Shop) about testing this with a drill motor or something.... Essentially the disc that was tested with pretty much disintegrated if the story is true...

    --
    Insert Sig Here
  50. I have seen it happen by darrad · · Score: 2, Interesting

    I cannot get to the story. I think it has been /.

    However, I have seen 3 CD's auto-destruct in the 52X Creative CD-R in the last few months. It always happens during the spin up. The machines are sitting on a level surface, so the CD "should not" be hitting anything to cause the explosion. Judging by the posts, I assume that the limit proposed in the story is 57X, and I would agree with it.

    The CD's in question are all SCO UNIX install CD's

  51. CRT-based storage... by bani · · Score: 2

    True.

    It was known as the "Williams Tube", designed by Freddie Williams and Tom Kilburn in the 1940s

  52. Having 2 laser heads would be better by DABANSHEE · · Score: 2

    One on each side.

    If a laser head spins centrivical force would have to be taken into account in regards to the laser tracking action.

    Having 2 laser pickups would be the go.

    It makes me wonder why HDDs don't have 2 magnetic heads. That way you wouldn't need the complicated hardware/software raid setups to be able to read 'n write to the HDD at the same time.

    Think a turntable with 2 stylus arms, opposite the axis from each other, & both having to track across the grooves independently from each other (of course not possible one a record but you know what I mean).

    1. Re:Having 2 laser heads would be better by zsmooth · · Score: 2

      They don't do it because of $$$. The magnetic heads on hard drives are by far the most expensive component. I think one company (WD?) did try to make one but nobody bought them because it was cheaper to just do RAID.

    2. Re:Having 2 laser heads would be better by zsmooth · · Score: 2

      Right - of course it's possible. And as I said, people have done it. It's just expensive and usually not worth it.

    3. Re:Having 2 laser heads would be better by david+duncan+scott · · Score: 2
      You've reinvented the twiggy drive!

      Way back when when the world was young and Lisa's roamed the Earth, Apple installed "Twiggy" drives -- 5-1/4", with two count 'em two heads and, of course, two slots in the disk to read through. Ebola was received with more enthusiasm, and Apple dropped the idea.

      Whoops! Never mind. Just Googled them, and there're not as I remembered. Two slots, but on opposite sides, and rotational non-constant speed -- hey, these things were pretty cool...

      --

      This next song is very sad. Please clap along. -- Robin Zander

  53. Re:There's no centrifugal force: there is centripi by nuggz · · Score: 2

    The expression which is *not* a force is mass times speed squared divided by radius.

    Technically correct, however if an object is rotating around a circular path with constant speed, the force required to maintain that is mv^2/r.

    For most people Force is what you feel, acceleration is what you see. Saying that there is no force there is something they just won't accept, because they KNOW there is a force there.
    They also don't believe there is acceleration there, the ball on a string or disk is just turning at the same speed, it isn't accelerating.

    Most people never grasp this, and for most people it doesn't matter.
    This is what trained professionals are for.

  54. Yeh I know by DABANSHEE · · Score: 2

    Under & ontop of each platter.

    I'm talking about having 2 arms, so each platter has 4 lasers reading & writing to it.

    Because the pickups that are under & ontop of each platter & always lined up together, which limits what both can read at the same time to data on exactly the same spot under & ontop of the platter.

    Having 2 completely seperate arms mounted 180d apart from each other arround the platter means that they could track independently in & out from each other. Of course in such a drive, each arm would still read to both the bottom & top of all the platters. So in effect there would be 4 heads per platter rather than 2.

    1. Re:Yeh I know by Brento · · Score: 2

      Having 2 completely seperate arms mounted 180d apart from each other arround the platter means that they could track independently in & out from each other. Of course in such a drive, each arm would still read to both the bottom & top of all the platters. So in effect there would be 4 heads per platter rather than 2.

      The only advantage here would be if you were going to allow two simultaneous actions to take place on a given platter side, like two simultaneous reads from two separate areas of the drive, correct? That's why you're talking about tracking to independent areas of the platter.

      So what happens when there's a simultaneous write and read to the same side of the same platter? Would you trust those actions to occur simultaneously, without wondering if one write is going to affect the other read? What about two simultaneous writes? What about one very long write while the other head is doing several different reads - one of which is in the area currently being written? You'd have to do so much checking of the data to see if there's a danger of events happening out of order, and events that affect each other, that you'd end up losing all of the performance gains. The only way it would be useful is for read-only drives.

      --
      What's your damage, Heather?
  55. Re:about your sig... by connorbd · · Score: 2

    Unfortunately it would be too much to ask of the American public...

    Oh, and to the clueless: the .sig involves *dropping* it. Like I should really need to explain this to a slashdot reader?

    /Brian

  56. Broadband costs $200,000; CD-ROM drive for games by yerricde · · Score: 3, Insightful

    Broadband is nice.

    Broadband is nice but expensive. What would you rather pay, $60 for a CD-ROM drive plus an install set, or $200,000 for a house in an area served by broadband?

    I rarely use my CD-ROM to install software, since 'apt-get' directly off HTTP is almost as fast

    "Rarely" meaning "only for games," right? Most PC games are non-free because artists, musicians, and level designers have a tougher time accepting the free software or open source philosophy than coders do. Because they sell their product at retail, they have 700 MB (capacity of a CD) to work in rather than 20 MB (the maximum attention span of a user behind 56K). (The fact that PC games are available primarily for Windows is beside my point, partly because Wine can run the vast majority of 2D Windows games.)

    --
    Will I retire or break 10K?
  57. CD-ROM file fragmentation by SEWilco · · Score: 3, Funny
    "there is no fragmentation of cdroms as they are used more and more..."

    ...although there is fragmentation of CD-ROMs as they are spun faster and faster...

  58. Depends on the brand of CD by sher0209 · · Score: 3, Interesting

    A friend of mine worked at CompUSA for a couple of months. He said that people would frequently return certain brands of CDRWs because the discs would shatter in their drives. I forgot which brand exactly, but I think it was some of those cool looking black CDs.

    --
    -- dan.sherman
  59. exploding cd by rnd() · · Score: 2

    I had a cd that had a small crack in the plastic extending from the hole about 1 centimeter into the disc, but not extending into the silver foil.

    I inserted this into a 52x cdrom drive and within 10 seconds I heard a very loud sound. I ejected the drive to find that the cd had shattered into several hundred tiny pieces.

    I ended up having to shake the drive upside down (with the tray out) to remove the debris.

    --

    Amazing magic tricks

  60. 2 year old child injured with exploding CD by sar · · Score: 2, Interesting

    I had 2 MS Flight Sim 2000 CD's blow up in 2 different drives.
    The first one was put off as a fluke, and CD and drive were replaced. When the second cd blew up and a 4" long fragment shot out and stuck into the side of a 2 year old girl walking around the computer, the fluke escalated to a real problem.

    I contacted the manufacterer of the 50x drive and Microsoft to find answers, and someone to pay the medical bill, but since I'm not a lawyer, and none of the attorneys around me wanted to touch the case with a 50' pole, no answer was ever found other than "you must have put the CD in wrong" from both the drive maker and Microsoft. As if there is a way to put a CD in the drive incorrectly, and still have it read. The bill for the second explosion totaled almost $10k because of some small internal injuries needing patched to the child's intestines.

    --
    .
  61. correction by 0x20 · · Score: 2, Funny

    In your last sentence, you forgot to put "matters," "that," "survive" and "during" in all caps.

    1. Re:correction by dillon_rinker · · Score: 2

      This is the funniest thing I've read all day and a perfect demonstration of how easy data recovery is if you use a good error-correcting encoding scheme.

      =)

  62. Memory Prices by ImaLamer · · Score: 2

    With lowering memory prices, and the fact that last years PC memory goes into next years [insert crap product here] why isn't part of the solution smarter drives?

    What would be wrong with a CD-ROM which reads ahead during idle and records it's information into memory? Sometimes you wouldn't even need to spin the disk [er, disc] at all.

    I've got 384 MB in my desktop and that cost about the same of a no-name CD-ROM. Offer a CD-ROM which advertises "UP TO!" a speed.

    Of course you would need a gigabyte of RAM to cover most discs [some do go up to 99 Minute!] at 'on the fly' reading would be limited to the 52x. But while playing audio, mp3s, games, movies, etc there could be an awsome read ahead.

    But then again my solution to computer limits is almost always making components 'smarter'. My question can fit here: "Why not use Pentium I's in CD-ROMS?"

    Videocards have gotten that market attention that they have processors which are half my CPU's speed - why not have 10 components which use 350MHZ chips and let them do the work?

    Modular...

  63. Re:Because you're not the inventor by PurpleFloyd · · Score: 2
    Only the inventor can file for a patent
    Unless you're a multinational corporation with enough money to buy off Congress and the USPTO.
    --

    That's it. I'm no longer part of Team Sanity.
  64. Re:Happens already with weak cd's by spun · · Score: 2

    Happened to an engineer at a firm in Hawaii where I was doing tech support. I was up on a ladder pulling cable when it happened and I nearly fell off, it sounded like a gunshot. I ran into his office where he was prying his 40X CDROM drive open with a leatherman. He gets it open, and there's 5/8 of a CD sitting there. The other 3/8 was at the back of the drive amidst a tangle of shattered parts. The funniest part: it was a cheapo knockoff RedHat CD from the back of some book he'd bought after I'd convinced him how cool Linux was.

    --
    - None can love freedom heartily, but good men; the rest love not freedom, but license. -- John Milton
  65. Re:Depends on the age of the CD-pain by connorbd · · Score: 2

    I look at it this way: internal hard drives are now up to ATA/133. The fastest hard drives out there are hard pressed to saturate an ATA/33 pipe. The net result is that hardware manufacturers are building the Big Dig when all they need is Storrow Drive*.

    The only bottlenecks that matter right now are memory and graphics speed; networking issues really lie outside the box, and even a bottom-of-the-line Celeron or Duron has more processing power than 99% of us are ever going to need. Someone tells me they're running a Clawhammer with prototype DDR400 memory, that's interesting. But it's hard for me to get excited once I realize that that SATA/150 hard drive that their prototype box includes can't saturate its own pipe to the motherboard, even with a huge cache.

    /Brian

    *a rather scenic 4-lane that runs along the south bank of the Charles River in Boston

  66. Hard Drives with dual armitures by Raetsel · · Score: 2

    Yup... they don't do it now, but they did it 12 years ago!

    I saw dual-armed hard drives at Las Vegas Comdex in 1990. There was a set of heads on each side of the spindle (180 opposed). I don't remember if one set was the read heads and the others were for writing, or if each arm held both heads, or... ( I don't remember the manufacturer, either. )

    The demo was neat -- a drive in a glass case with the heads flying back and forth. It was the first time I'd seen the innards of a drive while it was operating, so that image has rather vividly stuck in my mind.

    --

    "...America's great minds of today, teaching America's great minds of tomorrow. Poor bastards." -- A Beautiful Min
  67. Spinning Mirror Pickup Not Gonna Happen by BigBlockMopar · · Score: 2

    The only problem I counld think of for such a device is that I don't think normal optical media will work as expected if you read it at a low angle.

    The reflected beam will bounce off at 90 degrees to the incident beam; it will not return to your spinning mirror for neat and efficient collection.

    The pits pressed onto a CD are exactly 1/4 of the wavelength of the IR light which reads them. The light is generated by a laser. The requirement for a laser is based on the fact that laser light occupies a very narrow spectrum, tighter than an LED, and certainly more so than any conventional light source with a filter.

    Now, if you think about what happens to the light which falls into a 1/4 wavelength deep pit and gets reflected back out, you'll see why both wavelength and incident angles are extremely critical to the proper operating of an optical drive.

    Hint for the clueless: think of degrees of a sinewave; 1/4 wavelength = 90 degrees. 2*(1/4) = 1/2 wavelength = 180 degrees. Draw two sinewaves of equal magnitude at 180 degrees to each other. For each value of x, add y1 and y2. Whaddaya get?

    All the same, that was a hell of a nice effort for a 12-year-old. At the time, I wasn't inventing, I was just tearing apart old color TV sets I'd find in the garbage. Times tables suck, I agree. Calculus is fun, though, since the whole thing (first principles of differentiation) is a really cool dodge around the silly problem of not being able to divide by zero.

    By the way, the lands are not binary ones and the pits are not binary zeros, as you might think intuitively. The *transition* from a pit to a land or from a land to a pit represents one value; the lack of a transition represents the other.

    --
    Fire and Meat. Yummy.
  68. Centrifugal versus Centripetal by BigBlockMopar · · Score: 2

    This is what I remember from Physics 101. However, I may be wrong, seeing as you are the one claiming to be the "physics geek". In any case, however, your definition is contrary to standard, correct English usage.

    Actually, he's right, and you're right. The centripetal force is the force acting towards the center, which has to counteract the object's tendency to continue forward in a straight line at a given speed. The centrifugal force, of course, is the apparent push outward from the center. In actual fact, the object wishes to go 90 degrees to the radius of its circle.

    --
    Fire and Meat. Yummy.
  69. Re: Scanner vs. CD Drive by Raetsel · · Score: 2

    I bought a HP ScanJet recently -- the 7400 series that has 2400 DPI optical resolution. While it scans things relatively fast at 200 - 300 DPI, if you set it higher it gets VERY slow. I even skipped using USB and plugged it into an Adaptec 2940 SCSI card... not that it scans things any quicker.

    High resolutions (I'll use 1200 DPI occasionally) are leave-and-get-a-cup-of-coffee slow. If its performance is any indication, a 40,000 DPI (read on!) scan -- even a 5 inch one -- would take days.

    Now, about the math here... God, it's UGLY! (There are storage and bandwidth considerations, too.)

    • Area of a circle: Pi times Radius squared.

      1. CDs are actually 4.72 inches (12 CM) in diameter.
      2. The unused area in the center measures approximately 1.75 inches diameter. (Delorme Street Atlas Deluxe data disc)

      3. 3.14 x (2.36 x 2.36) = 17.49

      4. 3.14 x (.875 x .875) = 2.40
    Useful Area of a CD = 15.09 square inches

    650 MB is the CD standard. Let's assume perfect data integrity (HA!!), and spread those 5.452 billion bits evenly throughout the surface. Further, assume that the circular nature of the tracks isn't going to screw with these particular calculations.

    1. 5,452,595,200 / 15.09 = 361,338,316.766 (bits in every square inch)
    2. Square Root of 361,338,316.766 = 19,008.9 (minimum optical resolution of the scanner, if perfectly aligned)

    CD data is packed on there at nearly 20,000 DPI! Unfortunately, it looks like the AC's right here... 10,000 DPI won't resolve the pits sufficiently. 40,000 is likely the functional minimum, and that scan's going to generate one hell of a huge image!
    • Next problem: How big a file does that scanner generate?

      Since we aren't doing any kind of alignment, or following any track, assume we have to scan the whole surface at full resolution.

      1. Image size = Resolution (times) Area Scanned (times) Bit Depth
      2. Resolution: 40,000 DPI Horizontal, 40,000 DPI Vertical.
      3. Scan Area: 15.09 Square Inches
      4. Bit Depth: Something simple, but with enough detail to allow image processing software to find ALL the pits and their true edges... 8-bit grayscale?

    (40,000 x 40,000) x 15.09 x 8 = 193,152,000,000 bits

    193,152,000,000 / 8 (bits in a byte) / 2^30 (bytes in a GB) = ...

    22.48 Gigabytes (!!!) Congratulations, the image is almost 35 times the size of the data you're trying to access! FireWire will take -- assuming that's the only thing going and you actually do get 400 Mb/sec -- just over 8 minutes to actually transfer the file. Now you have to store it on your HD, page it in and out of memory, analyze it, etc...

    Ouch.

    "Scanner and algorithm design left as an exercise for the reader" indeed! I don't think you'd want me involved in this project -- I'd tell you to go buy a Plextor and forget it.

    --

    "...America's great minds of today, teaching America's great minds of tomorrow. Poor bastards." -- A Beautiful Min