Slashdot Mirror


Dataplay Ready to Launch

geophile writes "Let's see. This is a CD-like, CD-incompatible storage medium with lower storage capacity than a CD; copying, which is supported by CDs and permitted by fair-use laws is not possible; and it's more expensive than a CD. Read about this great idea here." We've done a couple of stories on the Dataplay discs; this one discusses the heavy content controls built-in. MSNBC had an article on Dataplay a few weeks ago that mentions an "education process" needed to get people to re-buy all their old music in a new format.

338 comments

  1. This will be a good test... by rosewood · · Score: 3, Interesting

    Quite often when we see things like this, the general consensous is "If it sucks this bad and is this stupid, people will not buy it." Well, I do not have that much faith in the masses. All it takes is one exclusive block-buster album to come out on this format for all the sheep to buy and VOILA, TNBT. So, this will be a good test so see if the public can withstand the crap...

    PS- Are there any plus sides??

    1. Re:This will be a good test... by Mr.Spaz · · Score: 5, Insightful

      I'm not that fast to react anymore. Everytime I see a scheme like this come along, I point to DIVX. Those "in the know" successfully killed that format with an enduring information campaign that didn't let up until DIVX was out the window. It was to the point that people looking at DIVX players at Circuit City were approached by strangers who would inform them exactly what buying DIVX was going to mean. I think that in any similar situation where a less restrictive, less costly, and less burdensome alternative exists, the same kind of results can be had by simply informing the sheep that the $16 disc in their hand will actually cost $16+$8+$13, etc. if they want to access everything listed on the cover. Oh, play on your computer? No, it won't do that. Put the music on CD to listen to in the car? Oh, sorry, not allowed. Etcetera ad nauseum...

      And you can be sure that another plan behind this system is going to be "disc expiration." 20 plays and then another $20 to get the thing going again, or what have you. If I can, I'll be steering people away from the format. I'm sure most slashdotters will too.

    2. Re:This will be a good test... by packeteer · · Score: 1

      well the article said that it can "store 5 hours of cd quality music" WTF WTF WTF I WANNA SCREAM uhm anyway... wtf r they talking about... 500 megabytes for 5 hours of cd quality music... BS im soryr but this pisses me off... it a direct lie... if they are talking about mp3 then they are wrong... dead wrong... DEAD PRODUCT wrong... mp3!=cd quality... i cant stand to listen to low bitrate mp3... the only time i can stand is when its over 256k bitrate... i like my music... dont butcher the beatles with artifacts and a digitized sound... this really mkaes me very mad... as it is now i have a cd player that can play mp3 (& wma but who cares) off of a cd... its very cheap and i get 700 megs of mp3 or i can mix in some wavs too... why would anyone want this when they can burn 700 megs of their own stuff.... man sometimes i just wanna scream

      --
      unzip; strip; touch; finger; mount; fsck; more; yes; unmount; sleep
    3. Re:This will be a good test... by DahGhostfacedFiddlah · · Score: 2, Interesting

      Keep in mind that CDs are stored in raw format. I'm sure that with non-lossy compression, you could get it down to at least 50% of it's original size. With 256, or even 512bit mp3s, you'd be able to compress 5 CDs to 500Megs. It's a definite skewage of results by implying that there's 5 times the space of a CD, but not that bad when you consider that your average CD can probably store 5-10 Cd-quality albums.

    4. Re:This will be a good test... by Glytch · · Score: 2, Funny

      Wow. You're the most coherent anti-compression audiophile I've ever seen. Congratulations.

    5. Re:This will be a good test... by andyh1978 · · Score: 2, Interesting
      I'm sure that with non-lossy compression, you could get it down to at least 50% of it's original size.
      Well, just gave that a go; used cdparanoia to read a track off a cd, and ran it through bzip2.

      $ bzip2 -9 -v cdda.wav
      cdda.wav: 1.096:1, 7.298 bits/byte, 8.78% saved, 51720524 in, 47181723 out.


      Only 8.78% saved; not going to get you 5 CDs on a disc there. However, from the site:
      But because the discs pack data densely and the music is compressed using methods similar to that of MP3 software, each can contain up to five albums of music.
      So it is lossy compression, unsurprisingly.
    6. Re:This will be a good test... by jms · · Score: 4, Informative

      bzip2 was never designed for compressing audio, and it doesn't do a very good job of it.

      However, there *are* compression schemes designed specifically for lossless digital audio compression, and they work fairly well.

      For instance, the "shorten" codec can consistantly compress digital audio to a little over half it's original size -- not quite 50%, but about 55%. The codec works equally well on studio and live recordings. and is extensively used by Grateful Dead/Phish/etc music traders.

      Check out etree.org for more information.

      But yes, this new media uses lossy compression, which will send the early adopters away in droves.

    7. Re:This will be a good test... by uchian · · Score: 1

      Of course if you use a _proper_ lossless compression audio codec (several are reviewed on this page here

      then you do get roughly 50% compression.

      But that still would no be enough to get 5 albums on, unless the albums were really short :-)

    8. Re:This will be a good test... by Splat · · Score: 1

      "However, there *are* compression schemes designed specifically for lossless digital audio compression, and they work fairly well. "

      Anyone who is interested in that comment might want to visit:
      http://www.monkeysaudio.com

    9. Re:This will be a good test... by Anonymous Coward · · Score: 0

      >PS- Are there any plus sides??

      Yes. If you run out of CD-Rs and AOL discs to microwave you can go out and get one of these - they are of the same value.

      _
      WINDOWS USERS CLICK HERE!

    10. Re:This will be a good test... by packeteer · · Score: 2, Insightful

      the big problem with some of these codecs is that thet are CPU intensive... it would be ery hard to creat a portable with enough power to be able to decode audio on the fly... it is similar to when i download huge zip files and i want to decompress them on a 486... also what if i want to set up a streaming mp3 server ove the network and se up a laptop next to me stereo... the server better not be my little pentium 75 here... maybe ill have to sacrifice my 400 mhz gateway for this... i dont think so... so there is no "free lunch" when it comes to compression

      --
      unzip; strip; touch; finger; mount; fsck; more; yes; unmount; sleep
    11. Re:This will be a good test... by snol · · Score: 1
      There are forms of lossless compression that are especially tailored to audio data and which achieve much higher compression ratios than you can get with general-purpose compression like bz2. Checkout monkey's audio; they're the first that come to mind. They claim on the page to get around 50% compression routinely.

      But what's wrong with lossy compression in general? You forget that even "raw" music data is sampled at a certain frequency and bit depth. Think about how bad 8-bit/22kHz uncompressed mono audio sounds in comparison to a 128kbit/sec joint stereo mp3 sampled at 44kHz/16bit -- well guess what, 8bit/22kHz/mono raw works out to 176kbit/sec. There's obviously a tradeoff, i.e. in order to get the best sound for a certain bitrate you want some amount of lossy compression rather than just taking the highest samplerate/depth that fits in your size limit. Now if I wanted to carry 5 hours of music around on quarter-size 500mb discs I might opt to carry around two discs and use a higher bitrate than 128k, but this prejudice against lossy compression is foolish. Good lossy compression can be very good for the sound of your audio.

    12. Re:This will be a good test... by willybur · · Score: 2

      FLAC is a very nice lossless audio codec as well, plus it's open and multi-platform. It's got a pretty nice Win32 GUI frontend, too. You can compress audio to about 50%, though some of mine go to 60% occasionally.

      --

      --
      "Everybody wants a rock to wind a piece of string around." - They Might Be Giants, "We Want a Rock"
    13. Re:This will be a good test... by Anonymous Coward · · Score: 0

      haha.... true dat true dat.

      hey i installed those cursors at the link on your signature.... they are pretty kick ass. sweet.

    14. Re:This will be a good test... by MySpleenHurts · · Score: 1

      Lets not be silly here. Using Lossless compression you could store much more than 650MB of data on 500MB media. I do think the idea sucks but this is an invalid argument. Take a wav file and run it through winzip or gzip. It will get smaller without any loss of quality. You can get significant lossless compression of audio data.

    15. Re:This will be a good test... by snol · · Score: 2, Interesting
      it would be ery hard to creat a portable with enough power to be able to decode audio on the fly...

      From the Free Lossless Audio Codec features page:

      # FLAC is asymmetric in favor of decode speed. Decoding requires only integer arithmetic, and is much less compute-intensive than for most perceptual codecs. Real-time decode performance is easily achievable on even modest hardare.

      There are portables all over the place using perceptual codecs namely mp3. FLAC claims to be faster than "most perceptual codecs"; so unless you know something I don't, I'd imagine it's faster than mp3 to decode. Eh?

    16. Re:This will be a good test... by HeUnique · · Score: 2

      Oh really?

      Lets see - according to the article, one of the first albums that will be available with this Dataplay media - is Britney Spears's new album (with her new hit - yuck, I wish I was dead)

      Do you really think that the record labels will release her album on this format alone exclusivly and miss all prime sells to those stupid kiddies who buy her album? no friggin way, sir!..

      --
      Hetz (Heunique)
    17. Re:This will be a good test... by xonker · · Score: 1

      I think it will take more than one album. We're talking a start-up cost of at least $200-$300 just to listen to one album. You'd have to have an album of all-new material by the Beatles, all four of them, before I'd think about laying down that kind of cash.

    18. Re:This will be a good test... by packeteer · · Score: 1

      this does indeed look promising... i was simply pointing out that 99% of LOSSLESS compression is cpu intensive... where as many lossfull codecs decode on the fly well... so FLAC does look good and i hope that this type of project takes off

      --
      unzip; strip; touch; finger; mount; fsck; more; yes; unmount; sleep
    19. Re:This will be a good test... by Anonymous Coward · · Score: 0

      but this prejudice against lossy compression is foolish.

      You are correct sir. JPEG is a great example of lossy compression that I don't hear many people complaining about. Photographs look just fine when compressed with JPEG. I've heard some great sounding MP3s (like not being able to tell the difference between a CD and the MP3 great), and I've heard some that just sound plain awful. If the quality was more consistant, and on the high side, then I think that less people would be complaining that lossy is a bad thing.

      Of course if you are modifying the audio/image/what have you then you don't want to be working from a compressed file!

    20. Re:This will be a good test... by Anonymous Coward · · Score: 0

      No, sorry, JPEG & MPEG suck. Its easy to see too. If you watch digital TV (Which is an MPEG-2 stream), things like flames are very badly encoded, and will show plenty of artifacts. Titles scrolling up the screen at the end of a movie, also, tend to show a lot of artifacting where the background is supposed to be "solid" black, and the titling it in white. The artifacts are all around the titles...

    21. Re:This will be a good test... by Aus-Rust · · Score: 1

      You talk about lossy and lossless compression if this stuff was so good then surely the music recording industry would be using it however the truth is that most sound engineers dont like the standard that is being used for cd's and most professional recording equipment is moving from 16/44.1 (16 bit , 44.1 Hz )to 24/96 ( Do I need to explain this too , just trolling in this line ). IMHO MP3's sound terrible , and I wont use them . 8/22 ? - A Trade off ? god , it goes beyond trade off that is abysmal and unlistenable .

      --
      one day I'll have a .sig all of my own
    22. Re:This will be a good test... by snol · · Score: 1

      yes, what you said about 8/22 was exactly what I was saying: you get much more for your bits from lossy compression than from raw samples.

      I'd bet if you applied some lossy compression to a 24/96 stream, let's say just enough to fit 80 minutes in 700mb, it'd make 16/44.1 sound "abysmal and unlistenable." Makes sense, doesn't it? Say you have some pristine piece of high-quality thousand-bit-billion-hertz audio and you want to fit it into a stream of a certain bitrate. Will you get a better sound from arbitrarily cutting off all frequencies beyond (say) 22kHz in order to accomplish this, or from applying some tuned psychoacoustic model? Surprise, the tuned lossy compression probably sounds better than the arbitrarily cut-off raw sampling.

    23. Re:This will be a good test... by hellsop · · Score: 1

      Britney Spears's new album (with her new hit - yuck, I wish I was dead)

      "Yuck, I Wish I Was Dead"? When did Britney go Goth?

    24. Re:This will be a good test... by Anonymous Coward · · Score: 0

      I think the key is: how long can the company operate at a loss? Until there is wide acceptance, they won't make money. If they can hang on for 10-15 years until new generations (who don't know any better) buy the stuff, the format will eventually take over. I for one see no reason to go out and re-buy everything I own. Plus, I am one of those "rip my own mp3s and make my own mix" kind of people. There are more of us than you think - enough, possibly to prevent this new media from reaching a critical mass, hence profitability, hence staying power. Excse me while I go back to listening my mp3 stream from my home DSL. Regs, JT, NYC,USA.

  2. This could be good. by rabidphilosophy · · Score: 1

    I would much rather see someone release this, fail horribly (which I think it will) and tarnish the idea, then someone doing it right.

    --
    God sucks at running this place. Impeach God at
    1. Re:This could be good. by ryants · · Score: 2
      tarnish the idea
      The idea, end-to-end control of what you see, read, and hear, and how you pay for it, will never die so long as the corrupt copyright/patent system that exists today and the governments/corporations that support them exist.

      DivX failed. If this one fails, they will surely try, try again, so long as there are pennies to be squeezed and rights and freedoms to be bought.

      --

      Ryan T. Sammartino
      "Ancora imparo"

  3. Bah by dieMSdie · · Score: 4, Interesting

    I quit buying CDs years ago due to the RIAA's greedy, grasping control-freak mentality. It will be a cold day in hell before I shell out a single cent to them for some broken incompatible crap like this.

    These people live in their own little world - with only the MPAA and some other like-minded morons as neighbors. Small wonder they can get laws like the DMCA passed - Congress lives in the same world.

    I just do not foresee people buying these things. Yes, the "public" can be incredibly stupid at times, but they do catch on, eventually, and I think the RIAA's game is up.

    --
    Don't throw your computer out the window, throw the Windows out of your computer!
    1. Re:Bah by 56ker · · Score: 2

      Thought Joe Public was sole on the idea of DVDs - after all they look like CDs, play CDs & have a higher capacity!

    2. Re:Bah by dzym · · Score: 2

      Except you can't fit a high quality movie onto a CD without significant compression (DivX ;) style, which VCD players can't support anyway). And that compression is quite noticeably lossy.

      People buy DVDs to watch movies. Who the hell buys DVDs to listen to music?

    3. Re:Bah by Monkelectric · · Score: 2
      people did buy dvd's -- but thats because dvd's were new and novel -- they rock VHS and people were hungry for that.

      Dataplay is worse in every way then a CD. They are essentially trying to convince people to toss their equiptment for *no* benefit. Sony tried this with the minidisc all thru the 90's and failed. This will fare no better.

      --

      Religion is a gateway psychosis. -- Dave Foley

    4. Re:Bah by KlomDark · · Score: 1

      I haven't actually heard one yet, but the 5.1 channel DVD Audio sounds very cool. Imagine some Pink Floyd Dark Side of the Moon or Led Zeppelin Physical Graffiti remastered into 5.1!

      That's something I could see myself buying, but these dumb little discs are totally uninteresting to me.

      I'd like to hear the point of view of someone who'd rather have a bunch of these little discs instead of a 40+ gig portable MP3 player. (Seriously, I'd like to know (1) if anybody actually does and (2) if so, WHY?

    5. Re:Bah by Anonymous Coward · · Score: 0

      People buy DVDs to watch movies. Who the hell buys DVDs to listen to music?

      I for one, would. Imagine having all the recordings of an artist on a single DVD, instead of settling for a single CD greatest hits compilation.

      The real reason you don't see this is that record companies could never put the equivalent of 3 or 4 CDs on a single DVD, and still charge the same price as the sum of the individual CDs. They would have to charge less, or nobody would buy it.

      So, it'll never happen. But just because it won't, doesn't mean it shouldn't.

    6. Re:Bah by espressojim · · Score: 1

      MiniDisc format does have benefits, though I only see them in the portable models. Those benefits: Very small sized players that play for very long lengths of time on build in rechargable batteries. You can also carry around a large amount of music at a lower cost than mp3 players that are of a similar size.

      Once someone gets the ipod to be PC compatable, I might be interested in changing formats. But then I have to trade up to a bigger, more expensive player that only has a 1/4 of the battery life.

    7. Re:Bah by nackrm · · Score: 0

      "...greedy , grasping control-freak mentality" is right.

      "DataPlay users will be able to record directly from CDs they already own, but Quigley predicts those users will be a minority. Most people, he said, will go ahead and buy their favorites again in the new format."

      They are obviously trying to take advatage of people that would't be able to make legal copies of what they already own. The music industry has been complaining about a decline in sales over the past year, but what industry hasn't also seen declines over the same period. Further more, many of the people who were originally introduced CD's now have most of their collection on them. That means they are no longer spending money on older CD's. It looks like that is where the music industry finds it life blood; not by being inovative, but figuring out how to resell the same thing you've already bought.

      --

      Be a man! View at -1
      acm.cs.uwec.edu
    8. Re:Bah by Anonymous Coward · · Score: 0

      "Yeah man be a mindless cog in the system! Be a moron!": Typical lemming-like attitude. I can also safely assume the following:

      You are a bible-thumper.
      You are a proto-, neo-, or crypto-fascist, possibly a pedophile.
      You revel in using Microslop crapware.
      You try at all times to be a bigoted asshole.

    9. Re:Bah by Anonymous Coward · · Score: 0

      Fuck you, you whining Catholic Democrat Microsoft faggot. Fucking hermaphrodite.

    10. Re:Bah by Anonymous Coward · · Score: 0

      yeah! what he said!

    11. Re:Bah by FatRatBastard · · Score: 3, Interesting

      MiniDisc format does have benefits, though I only see them in the portable models

      Exactly. I'm a bit of a minidisc nut, but I never saw the media as a CD killer, but as a Tape killer. As a replacement for making mixed tapes / portability I think the Minidisc is the greatest thing since sliced bread. I use it in conjunction with my CD collection, not as a replacement for.

    12. Re:Bah by Anonymous Coward · · Score: 0

      "Once someone gets the ipod to be PC compatable [sic]" (the word is: compatible)

      they have. live under a rock, do you?

    13. Re:Bah by Anonymous Coward · · Score: 0
      Sounds good to me.

      So, tell us: what are you? A religious nut who thinks that Bush is God's gift to the world, who buys every piece of junk Microsoft throws at him, and how just loves to insult women and minorities?

    14. Re:Bah by Anonymous Coward · · Score: 0
      Yeah man fight the system! Be a rebel! Typical linux user's attitude. I can also safely assume the following:

      You are an atheist.
      You are a liberal, possibly an "independent".
      You do not use evil Microsoft products.
      You try at all times to be politically correct.


      Actually, I am a neo-pagan white nationalist. Anything which denies money to the Jewish dominated media cartels is a good thing; anything which further enriches them is a bad thing.

      See? See what you get when you stereotype and make broad generalizations? You run into things you did not know! Stereotyping and generalizations only make sense when you have enough data and enough of a clue to know what is going on. Which is not usually the case with the Microsoft-worshiping, God-fearing, middle-of-the-road hugging, status quo types such as yourself.

    15. Re:Bah by Anonymous Coward · · Score: 0
      People buy DVDs to watch movies. Who the hell buys DVDs to listen to music?


      Lots of people: that's why we have DVD-A. It holds the same amount of music as a CD, but at a higher quality, with multi-channel sound, etc.
    16. Re:Bah by Anonymous Coward · · Score: 0

      damned skippy. Oh yeah /. has been a bit buggy today...

    17. Re:Bah by Anonymous Coward · · Score: 0

      These people live in their own little world - with only the MPAA and some other like-minded morons as neighbors. Small wonder they can get laws like the DMCA passed - Congress lives in the same world.

      So, we'll see the RIAA, the MPAA and the United States Congress all in one world. That would be AOL/Time Warner, Disney, and the other numerous movie and music houses, plus what, 535 elected officials? It's looking a bit crowded for all those egos.

    18. Re:Bah by dieMSdie · · Score: 1

      You'd be assuming wrongly in all 4 cases

      --
      Don't throw your computer out the window, throw the Windows out of your computer!
    19. Re:Bah by bjorky · · Score: 1

      Sony Super Audio CDs do 5.1, as does DVD Audio. We have them where I work, and they are very nice... give me goosebumps.

      --

      "Defenestration" is to throw out of a window; what's a word for throwing 'Windows' out of something?
    20. Re:Bah by Com2Kid · · Score: 2

      I for one, would. Imagine having all the recordings of an artist on a single DVD, instead of settling for a single CD greatest hits compilation.

      The real reason you don't see this is that record companies could never put the equivalent of 3 or 4 CDs on a single DVD, and still charge the same price as the sum of the individual CDs. They would have to charge less, or nobody would buy it.

      So, it'll never happen. But just because it won't, doesn't mean it shouldn't.


      Hell they rarely fill up CDs with music now days anyways....

      Episodic DVDs are rarely filled up, look at how a ton of TV shows do things. . . .

      Not to mention that most CDs are ALREADY _HIGHLY_ over charged. I still see ads on TV for sets of music at $15.95 for tapes or $21.95 for CDs. WTF? Ugh. You figure that they would sell the CDs for LESS then the tapes so as to encourage anybody still with a tape player (even my grandmother uses CDs now. . . . ) to upgrade to CDs so that the music companies could earn their higher profit percentages from each sale that come from the lower media cost.

      Not like they (the companies) have any common sense though. . . . just business sense, and we all know which end of the body that comes out of. . . .

    21. Re:Bah by _Knots · · Score: 1

      I have a portable minidisk recorder unit that fits well in the palm of my hand. It works wonderfully, accepting whatever sounds I give it from a mic, analog, or digital line in. However, it does irk me that a purely digital device all the way up to the DACs has no digital output - digital copy protection in its most primitive form.

      So I keep pristine digital copies of all my media and use my minidisk as you sugguest - a tape player replacement.

      Just another "me too."

      -Knots

      --
      Anarchy$ dd if=/dev/random of=~/.signature bs=120 count=1
    22. Re:Bah by shepd · · Score: 0, Flamebait

      >You can also carry around a large amount of music at a lower cost than mp3 players that are of a similar size.

      Ahahahah! Oh puhlease! All the MD boosters should get into this millenium already!

      I can buy a 3" CD (for which the player is give or take a similar size to an MD player) for under $1.50. It holds 2 albums at virtually CD quality. Can you buy two MDs for that price? Can you even buy one?

      I think not.

      --
      If you could be told what you can see or read, then it follows that you could be told what to say or think - BoC
    23. Re:Bah by macshit · · Score: 2

      Sony tried this with the minidisc all thru the 90's and failed.

      Well, failed in the U.S., anyway. In Japan it rocks the casbah.

      Note that they've become a replacement for cassettes, not CDs, and serve that purpose quite well (I bought my girlfriend an MD player a couple of years ago, and at the time you could still find small racks of pre-recorded MDs in some record stores, but I don't see them anymore at all -- racks of blank MDs, on the other hand, are bloody everywhere...).

      --
      We live, as we dream -- alone....
    24. Re:Bah by mother_superius · · Score: 1

      There are plenty of bands out there besides those under the RIAA's grasp. To require a major label to do the job of throwing in music on your lap while being disgusted by big-business tactics is incredibly obtuse.

      ftp.unixpunx.org is a good place for me to find music, but that doesn't mean it's for you. I challenge you to find good music.

      Unless, of course, you mean you stopped buying cds and buy onlt vinyl. In that case, never mind.

    25. Re:Bah by Anonymous Coward · · Score: 0

      ftp.unixpunx.org is a good place for me to find music

      Thank you kindly sir.
      That ftp site has everything I have been looking for for quite some time!!!!

    26. Re:Bah by JArneaud · · Score: 1

      I just purchased a iPod to replace my Minidisc player. Xplay works pretty well and allows me to manage the music files from a Windows box.

      The Minidisc's big advantage is the small size of the players (man, those things are TINY!) and relatively high storage capacity (2.5 hours of pretty good quality with MDLP capable models). However, you're still stuck with recording music in real-time and that was becoming a bit of a pain because I change playlists pretty often.

      The 5GB iPod stores somewhere between 40 and 80 hours of music and although you can't create new playllists on the fly (you must create the playlist on your PC/Mac instead) music uploading/downloading is far faster than the Minidisc and it has a great user interface. The battery life isn't too great (6 hours maybe?) but it charges whenever you plug it in and only takes an hour or so to get to full charge from 0%, so how bad can that be?

    27. Re:Bah by Anonymous Coward · · Score: 0

      Heheh - I first read that as 'big toed asshole' - couldn't work out what you had against people with large toes...

    28. Re:Bah by Anonymous Coward · · Score: 0

      there are newer NetMD recorders out there, with USB inputs; not sure on the transfer speed, but i believe that it's 32x max. check minidisco for more info on features n pricing.

    29. Re:Bah by Anonymous Coward · · Score: 0

      Now do the second part. Go and buy a portable CD player is little bigger than those 3" CDs. And can play the MP3s you have on them.

      Do that, for the same or lower price than you can do it with Minidisc, and we'll talk.

    30. Re:Bah by angelo · · Score: 1

      I still buy CDs, but only from the local used CD store. They are considerably cheap that way, and I usually just rip them to my hard drive as soon as I get home and listen to them in MP3 form. Every single MP3 I have on my system comes from an album I own. It's the best way of growing a high-quality collection. Well, that and High-quality VBR encoding in no time fast provided by iTunes.

    31. Re:Bah by hellsop · · Score: 1

      Several of the early portable MD units did have optical out, but the feature kind of stopped happening on portables after about 1998, probably for cost reasons. I'd imagine that most people prior to about 2000 or so that had access to something other than the portable that had a digital in also had something that fed it other than the MD, a cd or dvd player for example. Portables are supposed to be ... er. portered. If you want something jacked in at home, a home MD deck is probably a better choice.

    32. Re:Bah by _Knots · · Score: 1

      That's probably true, however... it would be nice if the manual didn't say it was a feature and that "this device adheres to Sony's digital content protection system" (or similar). And all their MD deck units I've seen say the same and only provide analog out. Though maybe I'm wrong (I hope!).

      -knots.

      --
      Anarchy$ dd if=/dev/random of=~/.signature bs=120 count=1
    33. Re:Bah by Anonymous Coward · · Score: 0

      >Do that, for the same or lower price than you can do it with Minidisc, and we'll talk.

      Already done. From what I remember of UK MD prices this is about equal.

      Now please stop telling the world MD is cheaper. It isn't.

  4. Well by Veramocor · · Score: 1

    At least it looks like a CD, and I'm sure it smells like a cd, and probally if you lick it it will taste like a CD.

    So its not all that big of a failure.

    --
    Veramocor
    1. Re:Well by suwain_2 · · Score: 2, Funny

      probally if you lick it it will taste like a CD.

      As long as this tastes the same, I'll buy it!

      --
      ________________________________________________
      suwain_2 :: quality slashdot p
    2. Re:Well by Anonymous Coward · · Score: 0

      But does it weigh as much as a duck ????

  5. Am I worried? by Anonymous Coward · · Score: 0

    No.

    People will henceforth start their whining of 'consumers are stupid' and 'they'll buy it because of the latest pop band!' crap.

    Yeah. We've all seen that happen before.

    Remember Divx. Remember the intelligence of consumers. They don't wish to be inconvenienced just because a bunch of geeks label something 'bad'. And I don't blame them.

    But when corporations fsck them over? Yes, they tend to stand up to them.

  6. ON behalf of consumers out there... by El+Camino+SS · · Score: 2


    I'd just like to say good luck to the RIAA.

    They're really going to need it... because this is truly a bankrupting idea. And after this crap doesn't fly, they'll be charging $30 a CD to recoup costs.

    I am sure as hell not going to buy something that is going to get lost in the hole in my jeans pocket... or the dog can easily chwe up and eat.

    1. Re:ON behalf of consumers out there... by Dimensio · · Score: 1

      Don't forget, it will fail all because of music piracy. Just like how CD sales fell because of music piracy (in the same year that the economy went into deep recession and the same year that the popular music trading network Napster effectively shut down).

  7. clueless article by macpeep · · Score: 3, Interesting

    So compact flash sucks too because it's more expensive than CD's and incompatible? Dataplay discs are VERY small. That's the whole point. They are intended for digital cameras, PDA's and similar small, battery driven devices. Not PC's. Not even laptops.

    Instead of focusing on being funny when submitting the article, how about focusing on being clued in?

    1. Re:clueless article by Anonymous Coward · · Score: 0


      By the time this "new technology" rolls out, CF
      will destroy it in every way: smaller, lighter,
      holds more, AND unrestricted to boot.

      Do these things have anything to offer at all?

    2. Re:clueless article by NMerriam · · Score: 2

      Dataplay discs are VERY small.

      They're not any smaller than minidiscs, and they're a lot more fragile, a lot less flexible, a lot less powerful, more expensive, no better quality, and no longer recording time (oh, I meant to say NO recording time).

      They are intended for digital cameras, PDA's and similar small, battery driven devices.

      every 6-12 months you can buy a compactflash card with twice as much storage for the same price as before. Dataplay devices won't have 2 gig discs out in 18 months, but if you're using a compactflash camera/MP3 player, you'll probably be able to pick up a 2 gig CF card for $250.

      as much as the general public likes convenience (which a fixed format offers), they're not going to be happy when their next-door neighbor has a 2 gig digital camera that shoots video and 5000x3000 pixel uncompressed stills, while their dataplay cameras are still stuck with low-res JPG because the format doesn't have any space.

      --
      Recursive: Adj. See Recursive.
    3. Re:clueless article by BitterOak · · Score: 2, Informative
      They are intended for digital cameras, PDA's and similar small, battery driven devices.

      Err, how about reading the article. Unlike the CF memory which you compare it to, these disks are write-once media. Who would want to use such a thing in a digital camera? This is not a technical breakthrough technology. They are smaller than a CD, yes, but have less storage space (250Mb vs. 700), and they have all sorts of yucky DRM crap built-in. I would be amazed if this succeeds.

      --
      If I can be modded down for being a troll, can I be modded up for being an orc, or a balrog?
    4. Re:clueless article by fferreres · · Score: 2

      Compact flash is great. What do you have against compact flash? They save my day and it's size is hard to beat. If they where ANY smaller I'd be losing all arround.

      Price has been going down for years and the trend continues. And I can read them directly from my Laptop, which is kind of interesting. THAT's why they don't like CF. The content industry hates computers. I i can see why. Nevertheless, their battle is over and they have lost. But the war is still going on.

      When the day comes where i cannot use something without breaking a law will be the day I'll become a silent rebel.

      --
      unfinished: (adj.)
    5. Re:clueless article by trenton · · Score: 2
      I don't think you have a clue yourself.

      The articles about this technology say over and over that it's a read-only medium. What's that going to do for your digital camera? Or a PDA? I hope you don't want to actually take any pictures.

      There are plenty of small, flash standards that work fine, such as SD, Memory Stick, and CF.

      --
      Too big to fail? Does that make me to small to succeed?
    6. Re:clueless article by j09824 · · Score: 2, Insightful
      CompactFlash is fast, rewritable, solid-state, non-proprietary, and doesn't try to keep you from moving your data around.

      Dataplay is write-once, requires a mechanical drive to read/write, probably slower than CF, and tries to keep you from moving data around.

      Yes, I'd say Dataplay sucks, while CF doesn't.

    7. Re:clueless article by Anonymous Coward · · Score: 0

      IIRC 35mm analog cameras use write-once media.

    8. Re:clueless article by BitterOak · · Score: 1
      True, and they are much less expensive than digital cameras with the same color depth and resolution. The whole advantage of digital cameras, I thought, was you could take a picture several times until you get it right, without wasting media.

      --
      If I can be modded down for being a troll, can I be modded up for being an orc, or a balrog?
    9. Re:clueless article by Frac · · Score: 1

      They're not any smaller than minidiscs, and they're a lot more fragile, a lot less flexible, a lot less powerful, more expensive, no better quality, and no longer recording time (oh, I meant to say NO recording time).

      That's like saying the 3.5 inch floppies are not any smaller than 5.25 inch floppies. A Dataplay disc is approximately 1 inch by 1 inch, while a minidisc is at least four times the area (approximately 2.75 inches by 2.5 inches), and you find the difference in physical area neglible?

      no better quality and no longer recording time? Let's see, the minidisc stores a maximum of 160Mb of data. The dataplay disc stores 500Mb.

      (Reference: minidisc.org)

      I'm shocked that a troll account with such a low userid still hasn't been trollslapped or disabled. And for posts like these, Taco really needs the moderation (-1, Complete Lie)

    10. Re:clueless article by Steveftoth · · Score: 1

      actually you can write to them once. and only once.

      Same thing, usless for cameras, CF is like film you never have to replace.

    11. Re:clueless article by NMerriam · · Score: 2

      A Dataplay disc is approximately 1 inch by 1 inch, while a minidisc is at least four times the area (approximately 2.75 inches by 2.5 inches), and you find the difference in physical area neglible?

      they both fit in a pocket comfortably, so from a consumer standpoint they are of the same value -- pocketable. As opposed to a CD player which isn't. That's the only real contrast that a comnsumer cares about.

      More specifically, I meant that the player with disc in it is likely to be pretty much the exact same size as a small minidisc player.

      even MP3 players that use compactflash (a little bigger than dataplay) or smartmedia (which is smaller) are not noticably smaller than the smallest minidisc players. You still have to have space for the battery and stuff, so there is a physical limit to how small this total package can be. it's difficult to operate an eject button that is only four microns across.

      And all of therse devices are, in the end, small enough to fit in the pocket and weight a few ounces, so in a consumer's eye, they are about the same portability.

      is it cool that its a little smaller? Yes, but so is MP3 player media like smartmedia or compactflash that kids are familiar with and already have music for.

      The important question is whether the size is going to sell it? no, because it's not smaller than other contemporary and established options, and size wasn't enough to drive the minidisc in the USA either.

      there's a lot of inertia to overcome to get folks to switch music formats, MP3 has the inertia, dataplay doesn't. Neither of them is better than CD quality.

      no better quality and no longer recording time? Let's see, the minidisc stores a maximum of 160Mb of data. The dataplay disc stores 500Mb.

      Yes, dataplay has more storage than a MD, but so what? Data space doesn't necessarily equate better quality. Sony has been improving the ATRAC compression algorithms for a decade now. WMP sounds better at 100 kb/s than MP3 does at 200 kb/s because its simply better engineered.

      Sony has 5-hour minidiscs/players available, which as far as far as I can tell will give you the same length as a dataplay (although I assume you'd hear the quality difference in that mode, but I don't have one of those).

      And they let you record. People put up with CDs because they were SOOO much better than tapes and vinyl that they were willing to put up with lack of recording. But dataplay isn't offering any quality or cost advantage to offset the lack of recording, when plenty of small portable recordable formats are already available with similar quality and price.

      I'm shocked that a troll account with such a low userid still hasn't been trollslapped or disabled.

      I'm surprised that you can't handle someone disagreeing with you wihtout assuming they must be a troll. There's a whole wide world out there, my friend...

      --
      Recursive: Adj. See Recursive.
    12. Re:clueless article by Simon+Brooke · · Score: 2
      Dataplay discs are VERY small. That's the whole point. They are intended for digital cameras...
      Hey, hey, listen to what you're saying. Are you going to put media with someone else's copy protection mechanism on it into your camera?

      'Hal, make a copy of that photo I just took and mail it to my mother.'

      'Sorry, Dave, I can't do that.'

      I don't think so. I do think so. I think the camera buying public will take one look at that and laugh so hard you'll think the Marx Brothers are back in business.

      --
      I'm old enough to remember when discussions on Slashdot were well informed.
    13. Re:clueless article by Anonymous Coward · · Score: 0

      For a camera or a PDA, I'd rather have flash... anything with a spinning disc will require current to run the motor, and probably be more fragile (if I smash the PDA against a table, will the disc crack inside the reader?)

      And how will you label them? A CD-R has plenty of room to describe what you have. Anything the size of a quarter won't.

    14. Re:clueless article by jafuser · · Score: 2
      they both fit in a pocket comfortably, so from a consumer standpoint they are of the same value -- pocketable. As opposed to a CD player which isn't. That's the only real contrast that a comnsumer cares about.
      You apparently haven't seen the Teac Mini CD/MP3 Player.

      Mini-CDR(W)'s are getting cheap these days.. about 50 cents per disc at compusa... That's about.. oh .. 1/24th of the cost of Dataplay's discs; though it's only 1/2 capacity, so more like 1/12 the cost. And it's not encumbered with copy protections.

      --
      Please consider making an automatic monthly recurring donation to the EFF
    15. Re:clueless article by Frac · · Score: 1

      they both fit in a pocket comfortably, so from a consumer standpoint they are of the same value -- pocketable. As opposed to a CD player which isn't. That's the only real contrast that a comnsumer cares about.

      Clearly you don't talk to girls much. Do you know that pockets don't come in only one size? And that some pants do not even have pockets? Your argument makes as much sense as me discounting the size of Minidisc players since from a consumer standpoint they both fit in a backpack, or a very large pocket.

      More specifically, I meant that the player with disc in it is likely to be pretty much the exact same size as a small minidisc player.

      To make such a statement, you clearly weren't even around when the first Minidisc players were released. They had a footprint 2/3rds of a CD player and three times as thick. The footprint of the player has gotten so small these days that they are not that much bigger than a Minidisc itself. Can the size of the player ever get smaller than the footprint of a minidisc? No. Can the size of a dataplay player ever get smaller than a footprint of a minidisc? yes. In fact it already has.

      And frankly I find all your talk about flash cards very amusing, since it has nothing to do with you spreading your minidisc vs. dataplay FUD. Your original post was clearly comparing the physical sizes of a minidisc versus a dataplay disc. And now in your reply you throw in 5 paragraphs about mp3s, flash media, and "consumer standpoint" when it's quite obvious that you know jackshit about consumer products, as well as having any experience with consumer marketing.

      Yes, dataplay has more storage than a MD, but so what? Data space doesn't necessarily equate better quality.

      data space doesn't equate better quality? Go take a CS class on infomation theory and come back, so I can school you with the proper terminology. It's funny that you even assume the codec they use is inferior to ATRAC. do you know what you're talking about?

      But dataplay isn't offering any quality or cost advantage to offset the lack of recording, when plenty of small portable recordable formats are already available with similar quality and price.

      *rolls eyes* It's a one-time recordable format like CD-R. At least read the article before trying to defend your ignorance and misinformation.

      I'm surprised that you can't handle someone disagreeing with you wihtout assuming they must be a troll. There's a whole wide world out there, my friend...

      That's the one thing I agree with in your post. Not only are there trolls, but there's a whole wide world of liars and idiots out there who thinks they're right despite otherwise...

    16. Re:clueless article by NMerriam · · Score: 2

      I was actually going to reply, but I can't imagine having a productive conversation with anyone who presupposes that other folks are "liars and idiots" rather than assuming they simply didn't understand what the other was saying...

      --
      Recursive: Adj. See Recursive.
  8. Wait... by Vanders · · Score: 2, Insightful

    The discs look like CDs an inch (2.5 centimeters) across and are housed in plastic cartridges.

    I'm looking at my Sony Minidisc right now. The Dataplay people are joking. Right?

    1. Re:Wait... by Anonymous Coward · · Score: 0

      Sony minidiscs are still larger than the dataplay disk (about 4 times as large);

    2. Re:Wait... by Psx29 · · Score: 1

      Yeah, but the whole point of minidisc is that you can copy your own music onto it

    3. Re:Wait... by Anderlan · · Score: 1
      So, read the articles, right? ;p
      The dataplay discs hold 500MB. I can't remember how much a minidisc was the last time I priced one, but I know it was high, and I realized it would never drop like such things are supposed to, because it's a format owned by Sony. Same reason I disdain memstick. These Dataplay disks are supposedly to be sold for $10-12.

      If these can be used for purposes other than fair-use denying media consumption, more power to them. They're small, high density, and cheap. But they're not rewritable. Ok, I agree with you all, screw 'em ;p

      --
      KLAATU, BORADA, NIh*ahem*
    4. Re:Wait... by Anonymous Coward · · Score: 0

      A mindisc currently costs about $2 or less. And the portable player/writers are down to less then $200 now. Compared to $12 a disc and over $300 for a Dataplay player Minidiscs are a far cheaper and completely rewritable technology.

    5. Re:Wait... by fferreres · · Score: 2

      Will they ever realize people don't like extreme miniatures. That's why chocolates are thin to maximize surface, or shipped software cames in boxes, etc.

      --
      unfinished: (adj.)
    6. Re:Wait... by Transcendent · · Score: 1

      Actually when MD's first came out, they did release pre-recorded MD's to help it catch on. Too bad it didn't. I havent seen any pre-recorded disks (even though it talks about them in the manual that came with mine), but I hear they are more popular in Europe...

    7. Re:Wait... by Transcendent · · Score: 1

      Sony arent the only people who make MD player/recorders... Canon has a large lineup as well...

    8. Re:Wait... by ecc0 · · Score: 1

      As do Sharp, and probably most other large home electronics manufacturers you can name. The discs themselves are also being made by several manufacturers, myself I use TDK.

    9. Re:Wait... by ecc0 · · Score: 1

      True, and how will the cover art look like for a 1 by 1 inch disc? Hell, a big reason for buying vinyls is because of the large and pretty cover art.

    10. Re:Wait... by fferreres · · Score: 2

      I dont know if you post is in the side of irony, but INDEED!!!!!!!!

      --
      unfinished: (adj.)
    11. Re:Wait... by Anonymous Coward · · Score: 0

      MiniDiscs hold 140/160 MB (data/audio), and Sony has the ability to increase that capacity any time they feel like it. (The MD-Camcorder uses a 640 MB quad-density disc.)

      Blank audio MDs cost $2 to $3 each, and unlike DataPlay discs, MiniDiscs are reusable and editable.

      Prerecorded MDs cost about as much as a CD. While they use lossy compression, the entire disc is dedicated to the one album -- you don't find one unlocked album fighting with two or three locked ones for the room.

      MD is subject to SCMS restrictions and to recorder/media tax, which are bad enough. Sony is trying to force SDMI on it via NetMD. But still, compared to the reality of DataPlay (as opposed to what DataPlay might be if it had no copy protection, etc.), MD is a better audio format in EVERY way.

  9. Gee how to kill a format deader than a dodo by Moderation+abuser · · Score: 0, Redundant

    These guys are going to be a massive success.

    Yah think? Bwhahahaha.

    --
    Government of the people, by corporate executives, for corporate profits.
    1. Re:Gee how to kill a format deader than a dodo by osgeek · · Score: 2

      Make sure to get your vote cast for Dataplay at fuckedcompany.com.

    2. Re:Gee how to kill a format deader than a dodo by Tetsujin28 · · Score: 2

      How to kill the format? Get Wired to say it's the greatest thing since the Edison phonograph.

      --
      - - - -
      The real Tetsujin 28 is a giant robot.
  10. "Education Process" by rand.srand() · · Score: 3, Interesting

    I believe this "education process" is misunderstood. What they're refering to is the executives figuring out that being able to control the market through physical media is obsolete. Try to force the market into a new format and you'll just push even more people to the black market.

    The music industry's arrogance towards their own customers is incredible. Imagine if Microsoft, Oracle, Symantec, etc. all said that their programs will only install on new computers in MetaData format media and if you had legacy media you'd just have to buy it new. Or they told you they wouldn't honor upgrades unless you bought new licenses by a certain date (oops, beat me to that idea).

    1. Re:"Education Process" by david+duncan+scott · · Score: 2

      So you've got Win XP on 5-1/4" disks?

      --

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

    2. Re:"Education Process" by ecc0 · · Score: 1

      So you've got a 5 1/4 floppy drive in your XP-capable computer?

    3. Re:"Education Process" by White+Roses · · Score: 2
      Well, no, no one has XP on 5-1/4" disks. They have it on something better.

      I have Excel on 3-1/4" disks, but I burned the images of all 13 disks onto a CD so that the legacy media copy can be used on my new computer-sans-floppy.

      The point, I think, is this: sure, some technologies get obsoleted at some point, but that's mostly because they are replaced with something better or faster and, generally, there is an inexpensive way to convert your legacy stuff to the newer format.

      Generally, new technologies are adopted because they accomplish some task in a way that makes sense to Joe Public. Boot CDs replace boot floppies because they're better at doing what they do (and can hold more info). However, making boot floppies is still viable in some cases, so the older technology is still available.

      So, okay, USB was slow to catch on and took a little more prodding. Maybe the good-enough people were still happy. But I like USB much more than serial or parallel. Sure, I had to upgrade my systems, but I did have the option of purchasing USB-to-serial bridges to use my legacy stuff.

      What the RIAA is doing here is telling Joe Public that their new way of doing things is better (arguably and out-and-out lie), while at the same time telling him that he can't (no option) do it the old way anymore.

      --
      Do not touch -Willie
    4. Re:"Education Process" by david+duncan+scott · · Score: 2
      Oh, I'm not saying I don't resent what they're trying to do, or that I won't resist it. I'm just saying that media have been replaced before, and not always to the benefit of every user, although generally (you're right) to the benefit of the majority of us.

      Of course, I might be jaded. I certainly have some LP's, I think I have an 8-track or two kicking around, probably next to the 5-1/4" floppies (which are next to the 8" floppies).

      --

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

    5. Re:"Education Process" by White+Roses · · Score: 2
      Well, yes, I myself have some obsoleted hardware (Mac 512ke, Plus), and the 400k and 800k floppies to use with them. I'm not able to run OS X on them, and that makes me sad (and in cases of early G3 Macs, made some people litigious).

      Not jaded, just amorous of older tech (back when one gave way to another more naturally, rather than forcibly). I notice a lot of geekdom enjoys fidling with older tech stuff, and not just computers. I have a geek friend who prefers fountain pens and pocket watches (legit spring powered ones, too), I own, and drive regularly, a '48 Studebaker, and I know a few other technophiles with the same sort of fetish. Why? Who knows? Maybe we long for a simpler time? Maybe we recognize that just because something is old doesn't make it bad (AmigaOS for instance: old, yet elegant)? Maybe we're able to do this because our jobs give us the funds to throw at such things? That's off-topic, but perhaps interesting, someone should do a study.

      Still, I think we can agree that paper manufacturers shouldn't be able to dictate what pen we can use, and road builders shouldn't tell me what car I can drive. That's why I say it's not okay to force me to listen and use content other than as I please within certain reasonable limits. There are still LPs and still casettes, but I get the strong feeling that if this DataPlay initiative flys, there won't be for much longer.

      --
      Do not touch -Willie
  11. How long ? by 1stflight · · Score: 1

    How long till we see this as 2002's dumbest business idea...

    1. Re:How long ? by Dunkalis · · Score: 4, Informative

      The RIAA thinks this is going to stop piracy? Nobody is going to go out and buy a Dataplay player and have to buy ALL their music over again. The few people that buy this are going to be geeks that hack them and turn them into really high-capacity floppy drives. The RIAA will then think that nobody is buying this crap since they would think the people who do are putting the music on the net. Its going go be awhile until something replaces the Audio-CD as the most ubiquitous format.

      Of course, they can simply stop producing CDs to make people convert. Their music they already own, that is.

      The RIAA is shooting themselves in the foot (again). Why can't they realize the Internet is THEIR future?

      --
      Slashdot is a waste of time. I enjoy wasting time.
    2. Re:How long ? by 1stflight · · Score: 1

      Oh the better part from the article, you have to pay 280+ for the players. I can't imagine the day when I'd pay someone to take my right to choose away.

    3. Re:How long ? by JWhiton · · Score: 2
      The RIAA is shooting themselves in the foot (again). Why can't they realize the Internet is THEIR future?

      I think the reason is that CDs are so freakin' profitable. How much does it cost to stamp out a CD, 15 cents? Add a bit more plastic and a paper insert and they still don't spend more than a few dollars for a normal CD. Then they sell it for a gigantic markup, keeping most of the profit while giving little to the artist.

      To normal people, internet distribution sounds like a good idea, but to the RIAA executives who make several dollars a CD from other people's creative works, it doesn't. It doesn't sound good to the shareholders of RIAA member companies either, because they just want the labels to keep spitting out money from CD sales. Hillary Rosen et al just want to stick to the established business model that they know is ridiculously profitable.

    4. Re:How long ? by HalfFlat · · Score: 2

      The RIAA thinks this is going to stop piracy?
      I can't see how a new recording format is going to stop theft and murder at sea either.
  12. Here we go again.. by Anonymous Coward · · Score: 5, Insightful

    I was under the impression that once you owned the rights to the music, you wouldn't have to pay royalties again.

    Why can't you just buy music in the new format for $1 a disc, if you already own the music?

    eh.. I already know the answer why do I bother
    And how long will it be before someone cracks all the "hidden" music on the disks?

    1. Re:Here we go again.. by Dr.+Awktagon · · Score: 3, Interesting

      Why can't you just buy music in the new format for $1 a disc, if you already own the music?

      See, you have to stop using logic and common sense. Just use this simple test:

      Given two choices X and Y, which gives the record companies the most profits? That will be the one they choose.

      In fact, I would not be surprised if the record companies would charge you MORE if you already owned the CD, since now you've doubled the chances for piracy by owning two copies in two formats. I know that seems irrational and unenforcable, but if you believe charging $18 for a disc of information that can be copied for free is a great idea for a business model, a lot of other stuff suddenly seems plausible too...

    2. Re:Here we go again.. by Kirkoff · · Score: 2

      And how long will it be before someone cracks all the "hidden" music on the disks?
      Actually... I have one of the first models and I got a sample album with it. At first finding the music on it was very hard. Then I did an ls -al and found out that all of the songs are named .SongName.Aritst.oqq

      --Josh

      --
      There are exactly 42,935,718 letter sized sheets in a square mile.
  13. inacuracies by Anonymous Coward · · Score: 0

    actually according to the article the blank tracks is 650MB the filled tracks is supposed to hold 5 albums compressed. But I really don't see how this is going to institute copy protection. Even if its out put is encoded, it doesn't keep someone from copying the encoded file and then "trick" their own player to play the copied encoded file.

  14. ick, compression by x102output · · Score: 3, Interesting

    a compression like MP3? thats just enough for me NOT to adopt this format. If they use a lossy format, forget it. I like raw PCM used on CD's, or a codec that reconstructs it (like SHN audio). lossy formats suffice for pirating..but do you really want your $18 you shell out going for something that sounds just as good as a mp3 rip of it?

    1. Re:ick, compression by snol · · Score: 1

      Wouldn't it be better if they used a higher samplerate/depth and some lossy compression? If you think not, try downsampling a track from some CD until it's the same size as an mp3 of the same track, and compare their quality. You have a point when it comes to 128kbit mp3s - they're just not devoting enough bits to making it sound good. But the mere fact that it's using lossy compression is not the problem here.

    2. Re:ick, compression by rainwalker · · Score: 1

      Although the above poster makes a few points on the quality of lossy compression routines, it is important to remember that the term "audiophile" exists for a reason. I personally use 128bit mp3's for all my music, because I cannot really tell the difference between CD's and mp3's on my fairly cheap stereos and speakers. However, I know a guy who has a $26,000 stereo system, and it is absolutely unbelievable. Note that this guys stereo was $28,000 and mine was $100. Plus, I have maybe 150 CD's, and he has perhaps 2-3k. Who do you think represents more of a market influence?

      Even though I rip everything to MP3, I like having the real discs around, just in case I ever get a nice stereo... :)

  15. Which is why it won't happen... by Kjella · · Score: 2

    Make a blockbuster hit. 90% of fanbase has no compatible player. Do we a) forsake all that profit or b) release the CD? The music industry don't have all that much of a community feeling, if they can make cash, they will.

    Kjella

    --
    Live today, because you never know what tomorrow brings
  16. I'm all for this wonderful innovation by millisa · · Score: 3, Funny

    Especially if AOL finds some way to put media on them. I want new free stuff to put in the microwave . . .

    1. Re:I'm all for this wonderful innovation by EddydaSquige · · Score: 1

      It would be fun to make some sort of launcher (like those disk guns we all had as kids) and hold contests to see who could shoot them the furthest.

  17. A mere speedbump by UTPinky · · Score: 2, Interesting

    While I've pretty much stopped buying cds from music row years ago, and now only purchase cd's from local artists (God, I love Austin), who actually see the profits from the cds, I still don't see how its security methods, are gonna prevent me from hooking it (if it actually catches on) to my receiver w/ digital output, and hooking that up to my sound card w/ digital input... How is this keeping me from copying the audio?

    --
    I'm only paranoid because everyone is against me...
    1. Re:A mere speedbump by Mr.Spaz · · Score: 1

      It's not. This was the reason that they came up with those "decrypting speakers" a little while ago that could receive digitally encrypted audio data and decrypt it in the unit to produce sound.

    2. Re:A mere speedbump by UTPinky · · Score: 1

      I know, it was meant as sarcasm... but thanks for the extra tidbit...

      --
      I'm only paranoid because everyone is against me...
  18. Again... by u01000101 · · Score: 1

    From the article:
    On Tuesday, a music industry group said worldwide sales of CDs fell 5 percent last year, the first drop ever. The group attributed it to the rise of Internet services like Napster, which distribute music copied from CDs.

    As long as such CNN and the other mainstream media (ok, except M$NBC because of the "M$") - present things this way, the myth of "mp3 piracy" will live on; like the CD being "new media" and charged as such even as we speak (in spite of being in use more than the average age of slashdot users) - they can blame their losses on mp3's forever.

    I guess this new format will die soon... but is it wishfull thinking on my side?

    --
    if you use a good enough junk-filter, slashdot.org will display a single, *blank*, page
  19. This sounds like an ignorant joke by KlomDark · · Score: 1

    " Portability and price will draw in the 18-34 age group first, predicts Bob Higgins, chairman and CEO of Albany, N.Y.-based Trans World Entertainment. The company invested in DataPlay last year, and Higgins sits on its board of directors.

    "I just know by being in the business, there's definitely a need for a portable format," he said. "Portable CD players are too big and too bulky."


    OK, in my opinion, I wouldn't put much trust in any of this guys "predictions". The younger market is already solidly behind MP3, they aren't going to go for this any more than people went for the MiniDiscs. MP3 players are both cheaper, and I'd say more portable, especially since you don't have to carry around discs for them. I still am not convinced on the lame memory chip-based (128 megs of flash memory is not enough for a long outing, at least not for me) ones, but the ones with actual multi-gig hard drives are a great idea. And a US Quarter sized disc? No way, too small, imagine those getting dropped on the floor of your car - you probably wouldn't even notice it at first, and then it'd get stepped on and smashed, or find it's way to some inaccessible crevice in your car.

    Bad idea - think of all the coins you find when you life up your couch cushion.

    And what, they're going to shrink the cover art even more? That's the one thing I don't like about CDs as compared to vinyl records - the cover art is too small, it's just not as asthetically pleasing as the good old 12"x12" (I think) album covers. And you never see any way cool covers with moving parts and spinners like on the old Led Zeppelin albums. Sucks!

    1. Re:This sounds like an ignorant joke by tb3 · · Score: 2

      Uh, huh. This guy is a real business 'genius'. A pity these guys aren't public, shorting them would be a good investment.

      --

      www.lucernesys.comHorizon: Calendar-based personal finance

    2. Re:This sounds like an ignorant joke by Anonymous Coward · · Score: 0

      And you never see any way cool covers with moving parts and spinners like on the old Led Zeppelin albums.

      FWIW, Less Than Jake's Borders & Boundaries CD has a spinney thing on the back. I find it a bit annoying, since instead of a nice, realively durable plastic case I get a cheap cardboard case with a decoder ring on the back. I've got a CD binder to hold all my CDs so it's not a huge problem, but it just makes the whole thing seem cheaper to me IMHO.

  20. Just read . . . by KDENCE · · Score: 0

    Just read about this and I am excited about it, however I wish that it would be a little more versatile straight out. My other problem is that this will make us go out and buy new stuff, have to replace my car stereo, home stereo, and who knows what else. I guess besides the money that needs to be spent, it is also about the rack space in my entertainment center.

    Well' I guees we will just have to see if it sticks or not.

    I do suggest you read the article, pretty interesting!

    "Entertain the Brutes"

    1. Re:Just read . . . by Anonymous Coward · · Score: 0

      Why on earth are you excited about this? Like the article summary said, it holds less data, the music is compressed (lower quality), and it's more expensive.

      I read the article and it didn't excite me the slightest bit.

  21. What a load of.. by Chicane-UK · · Score: 2, Insightful

    ..rubbish.

    This new product is a lame attempt to try and quash the 'music copying' market - amusingly, I couldnt have imagined anyone else to be the 'flagship' artist to launch this product than Britney Spears.. gawd knows I am sick of seeing her on Pepsi Commercials, and now she goes and sells out on somthing like this too.

    It sure as hell doesnt make me want to buy one - if I was to buy another portable media player (seeing as I have a car, I sold my MiniDisc player a while back) it would either be one of Sonys new NetMD MiniDisc players, or somthing groovy like an iPod.

    --
    "Hey! Unless this is a nude love-in, get the hell off my property!!"
    1. Re:What a load of.. by Anonymous Coward · · Score: 0

      Indeed, frankly I feel insulted by this product and the record companies... are they trying to insinuate that I want to even copy Britney Spear's "music"? What crack on they on, and they're trying to work out why their sales are down? I would listen to Britney even if they paid me.

    2. Re:What a load of.. by Mr.Spaz · · Score: 1

      Britney Spears "sell out?" She was never "in" to be able to sell out! A purely commercial construct is Britney. Manufactured under strict quality controls from the ground up according to exacting formulas developed by industry professionals. If you think I'm kidding, I'm not; there was (is?) actually a "songwriting guidebook" at Transcontinental Media when they were in business. It was quite literally a set of rules for generating music and lyrics for the boy/girl groups that they managed. Ugh! Pure tripe!

    3. Re:What a load of.. by FatRatBastard · · Score: 2

      A purely commercial construct is Britney. Manufactured under strict quality controls from the ground up according to exacting formulas developed by industry professionals.

      While I'm no particular fan of Ms. Spears (nor non-fan, I don't really listen to her stuff) this attitude always makes me chuckle.

      You've just described most Golden Era Motown bands, everyone who was ever on the Philes label (The Crystals, The Ronnets, etc) and a whole swath of music throughout the ages, some of which are considered to be the greats of the industry.

      Manufactured and Good are orthogonal concepts. I'd put "Phil Spector's A Christmas Present For You" (as "manufactured" an album as you will ever find) up against any album, be it from a group who writes thier own stuff to the latest Transcontinental Media creation.

    4. Re:What a load of.. by Anonymous Coward · · Score: 0

      i might buy one with a nude britney centerfold included or something. but thats about the only way. ;)

    5. Re:What a load of.. by PygmySurfer · · Score: 1
      i might buy one with a nude britney centerfold included or something. but thats about the only way. ;)


      a 1"x1" centerfold? You've got better eyesight than I do, apparently :)

  22. Even more limited than MD... and that failed. by Anonymous Coward · · Score: 1, Interesting

    At least MiniDisc's are rewritable and if their MD-Data drives didn't cost so much it may have taken over from the humble floppy back when it was released (well before CDRW, or Zip), however in today's market something that is even more limited than MD simply doesn't stand a chance.

    DataPlay is essentially a small CDR then, but you can already buy small 8cm CDR's for under $1, burn your own MP3's onto them (i.e. pick your own bitrate and selection) and play them on things like the eXpanium, all less money, more control and higher quality than DataPlay.

    Record companies should concentrate on delivering good music (that's why record sales are 5% up in the UK) on CD and then leave it upto the consumer whether they want to transfer it to a handheld player, car etc, on whatever format they desire.

    What ever happened to all the engineers in terms of quality, everything released is "near CD Quality" why not go further? It's ridiculous today's technology has to claim to be "near" a technology that was released 20 years ago, if only SACD takes of, even then your fair-use rights have been taken away from your, DVD-Audio offers multichannel capability but they use AC3 compression :/

    1. Re:Even more limited than MD... and that failed. by mindstrm · · Score: 2

      MD-data failed because sony killed it.
      Not because it cost too much.

      Even years later with 128MB zip disks.... MD-Data would still have been a better option had the drives been available. Even TODAY they would be a great option.

    2. Re:Even more limited than MD... and that failed. by Anonymous Coward · · Score: 0

      Actually, Sony killed it by making it cost too much. It was miles ahead of Zip, and that came about 5 years later than MD.

    3. Re:Even more limited than MD... and that failed. by Transcendent · · Score: 1

      Sony isnt the only maker of MD's....

    4. Re:Even more limited than MD... and that failed. by Anonymous Coward · · Score: 0

      No, but they WERE the only maker of MD-Data DRIVES.

    5. Re:Even more limited than MD... and that failed. by Transcendent · · Score: 1

      of course someone will at one point be the ONLY maker of a technology... its called patents...

  23. Last post before the BlackOut by n3m6 · · Score: 1, Offtopic

    Last POST!!!

    w00t!!!

  24. That's good! That's bad! by jonesvery · · Score: 3, Funny
    From the article:

    The discs will cost about $16 when they are released in stores in early June, with one album of music ready to play. But because the discs pack data densely and the music is compressed using methods similar to that of MP3 software, each can contain up to five albums of music.

    Some music companies will release the discs with hidden extra albums, which can be activated by entering codes bought at their Web sites for $8 to $13.

    The extra disc space can contain videos and lyrics, accessed by connecting a Dataplay player to a computer. When connected, a user can also store data on the discs -- 250 megabytes on each side, for a total slightly less than the 650 megabytes that fit on a CD.

    Data can only be written to the discs, not erased.

    That's Good:
    Hey! There's a "secret album" on this disc, and I only have to pay 50-80% of what it would cost to buy that album by itself.
    That's Bad:
    Hey! All of the "secret albums" are third-rate crap that the record company didn't think they'd be able to sell as standalong albums.

    That's Good:
    Wow! I can store my own data on the 80% of the storage capacity that's just going to waste.
    That's Bad:
    Wow! The record company put three crap "secret albums" on this disc...but I still have 20% of the storage capacity for my own stuff.

    That's Good:
    Cool! I'll put this album that I haven't listened to yet on the free 20% of this disc, so that I can check it out on my way to school.
    That's Bad:
    Cool! There's one good song on this album, and the rest of it sucks. I guess I'll just listen to the good song a lot, since I can't delete this album from the disc.

    --

    * * *
    It is a dada story -- it has no moral.

  25. Idiot by Reality+Master+101 · · Score: 3, Informative

    What the submitter fails to mention in all that rhetoric is that these disks are the size of a US quarter, which I find pretty interesting.

    All the other crap he spewed may or may not be true. It's hard to tell when it's obvious that he's biased against the device and fails to mention the positive points.

    In short, once again the Slashdot editors don't bother to do any editing.

    --
    Sometimes it's best to just let stupid people be stupid.
    1. Re:Idiot by Anonymous Coward · · Score: 0

      Yeah... but so what? MD's were small, but didn't offer any more run time of quality relative to a CD, it's small and has a protective cover, big woo.

      I didn't buy MD equipment until they were remarketed as a replacement for the cassette back in 1998, the media is cheap and the players are small but they're eclipsed by the iPod's etc of this world. However I've never bough a prerecorded MD in my life, why pay the same or even more in some circumstances for an MD when I can just buy the higher quality CD and edit a copy to an MD myself? Same goes for this DataPlay crap, it's no more innovative than a 8cm CDR containing MP3/AAC tracks, except it costs 10 more and is 10 times more restrictive.

    2. Re:Idiot by Anonymous Coward · · Score: 0


      Why is the size interesting? Memory chips are that
      size already. By the time this thing rolls out,
      they'll have higher capacity, too. And they
      don't skip.

      What is it you think may or may not be true? That
      they're copy protected? Read the article, they are.

    3. Re:Idiot by ryants · · Score: 2, Funny
      disks are the size of a US quarter
      Sweet... yet another thing I can put up my nose.
      --

      Ryan T. Sammartino
      "Ancora imparo"

    4. Re:Idiot by j09824 · · Score: 1
      What the submitter fails to mention in all that rhetoric is that these disks are the size of a US quarter, which I find pretty interesting.

      Just what I always wanted: a box full of fragile little discs the size of a quarter.

      Face it, optical discs for audio are dead, or at least should be if it were a question of convenience and technology. The space required to store 500M on a modern hard drive is much smaller than the size of a quarter.

    5. Re:Idiot by gnovos · · Score: 3, Informative

      All the other crap he spewed may or may not be true. It's hard to tell when it's obvious that he's biased against the device and fails to mention the positive points.

      Lets say I have a free energy machine, but in order to use it, I add on a component that forced you to kill a child every time you turn it on. It would be useless, no matter how fantastic teh tech. The copy protection is not INHERANTLY part of the system, it is an add-on that removes functionality and renders completely useless what could otherwise be a very cool technology.

      --
      "Your superior intellect is no match for our puny weapons!"
    6. Re:Idiot by Anonymous Coward · · Score: 0

      I have bought a pre-recording MD exactly ONCE, and I own two MD players (One Stereo Component, one Portable)

      The only reason I bought it (Radiohead: OK Computer) was because I was in an airport and looking forward to an 8hour flight, and wanted more music than I had with me...like you say, its easier to edit CDs down onto MDs, rather than by the MDs (Again)

    7. Re:Idiot by Anonymous Coward · · Score: 0

      That machine would be turn on so fast it's not even funny (literally). :-(

    8. Re:Idiot by theancient1 · · Score: 2, Interesting

      They're actually a bit bigger than a quarter... more like a Canadian Twonie.

      I bought a MiniDisc player for $160 not too long ago. I fail to see any significant advantages of Dataplay.

      MiniDisc:
      - Players cost half what DataPlay players will.
      - Blank discs cost less. ($2-$3 vs. $5-$10)
      - Discs and individual tracks can be erased. (Think CD-RW vs CD-R -- you don't need to buy a new disc whenever the old one fills up.)
      - No significant copy protection.
      - Mature technology.
      - Incredible battery life. (DataPlay was estimated at only 10 hours for the "engine" alone.)

      DataPlay:
      - slightly smaller discs (but the players don't look to be any smaller)
      - can probably record faster (note: my MD player is one of the older models that only records in real-time, so I can't speak for the newer NetMD models.)
      - sets a bad precedent

      So the only real disadvantage is that I can currently only record in real-time. (Again, I can't speak for NetMD.) But since MD discs are so cheap, I don't spend much time recording, anyway. I just made 3 or 4 mix discs (each with 5 hours of music), delete tracks as I get tired of them, and add new tracks in their place.

    9. Re:Idiot by HiThere · · Score: 2

      Plus, according to Intel, they'll soon be non-volitile. That's what make's this an interesting comparison. (The successor to flash, etc.)

      --

      I think we've pushed this "anyone can grow up to be president" thing too far.
    10. Re:Idiot by Anonymous Coward · · Score: 0

      I've got it all figgered out.
      Just turn the machine on and leave
      it on all the time!!!!! It's FREEE!!!!
      It doesn't COST A DIME!!!!!
      As for the child that gets killed, make that
      child be the person who thought of adding
      such a lame feature to such a useful machine.
      Only a lawyer or salesperson could conceive of
      something so evil, so it's no big whoop.

    11. Re:Idiot by Patrick · · Score: 2
      fails to mention the positive points

      Go read the positively glowing MSNBC article linked from the story. The advantages appear to be that it stores 500MB, stores 5 hours of "CD quality" music, is the size of a quarter, will cost $12 for a blank disk, and can include audio, video, and text clips in addition to the music.

      In constract, clunky old CDs store 700MB, store 12 hours of "CD quality" music if you cheat and use compression (which Dataplay clearly is), are big enough that you won't lose them between couch cushions, cost as little as a dime for a blank disk, and can include any data representable as bits (yes, that includes video clips).

      If size is that big a deal, buy an MP3 player based on a 2.5" disk or flash memory. Some of the flash memory MP3 players are the size of a fat pen, and even the most expensive ones cost no more than the Dataplay players will.

      Every advantage of this thing, aside from its size, is something CDs or MP3s can do cheaper and better without forcing you to buy a new device. As annoying as it may be to have the submitter and the editor so obviously biased, they're actually right. Dataplay is about as consumer-friendly as DivX (the DVD rival, not the MPEG4 spin-off).

      --Patrick

  26. Thief by Anonymous Coward · · Score: 0

    Does your tongue incorporate RIAA-approved DRM technology?

    No?

    Then keep your filthy tongue off of those Dataplay discs, pirate!!

  27. Hah by Morgahastu · · Score: 1

    I think its safe to asume within one week of these product being launched someone will have found a way to rip music from it.

    1. Re:Hah by Anonymous Coward · · Score: 0

      Yeah... but who's interested in ripping shitilly compressed music and breaking the DMCA in the process when I can just go and buy the CD for less than $16 and perfectly legally rip and compress my own tracks using a good codec and bitrate?

    2. Re:Hah by ecc0 · · Score: 1
      Hah! One month BEFORE launch, and I've ALREADY figured one out:
      1. Line out jack on player to
      2. Line in jack on sound card of computer which
      3. Runs any recording software
  28. To quote Geeks in Space by spudwiser · · Score: 1

    OK guys, here's the clue. In order to be able to use them, we have to be able to decrypt them. If we can decrypt them, we can rip them.

    --
    .cig - what you do after winning a good flame war
  29. Pass by ZaneMcAuley · · Score: 2

    Ill stick with my music on my hard drive (MiniDisk for when im on the move). I have everything available on my computer (TV, Radio, Movies, Games, Music, Phone and more). I use MiniDisk for mobility. Why would I want a format that restricts this capability I have today.

    --
    ----- Whats wrong with this picture? http://www.revoh.org:1234/whatswrong
  30. Whatever copy protection it has is useless... by stienman · · Score: 5, Insightful
    They are going to depend on the licensing scheme that won't allow players to emit the raw data - ie, no computer dataplay drives. They'll connect with USB and firewire, but part of their copy protection is no raw access to data, meaning it's hard to break the encryption.

    However, that just means hackers get to go to a new level, modifying hardware, changing the code in the microcontrollers, etc.

    I've no doubt that this will go the way of the "DVD Killer Divx", the minidisc, and the DAT (which is used professionally - dataplay won't even have that market).

    All of which have Digital Restrictions Management built in. Of course the recording industry is going to go for it. Their SDMI initiative failed (and is still flopping about like a fish looking for water), and there is no way they can control any software/data based approach - too many fingers have to be in the pudding to make it work, and one of those fingers may leak - much like how the DVD decryption routines were discovered (which would have taken longer without the key, but would likely have still taken place)

    So their only hope is
    1. Copyright/patent new format
    2. Copyright/patent hardware and algorithms
    3. Only license copyrights/patents to those willing to play ball their way
    But the trick is then getting the consumers to pay for this new deal, which initially is going to be very expensive. Given the choice of buying an IPOD and this new disc device, which do you think the average joe is going to get? No little discs to lose, tons of space, no DRM (well, hacked away) , and personal organizer to boot.

    They'd have to sell millions of these before the price comes down, and like the minidisc it ain't gonna happen.

    I suspect that even when they only release a certian artist in that format the music will still be available (one person with player and a nice sound card, or simply ripped off the radio) in an adequate format. It will backfire, because music consumers are fickle and will simply stop listening to an artist if the entrance fee is $300, and the artists are less likely to play ball with companies that use them like pawns to bring about DRM.

    It's a complicated chess game, and they are playing like they've lost their queen. They will fail if they don't fold the game and start with a completely different mindset.

    So I'm not worried. Besides, CDs will likely be available cheaply for a long, long time.

    -Adam
    1. Re:Whatever copy protection it has is useless... by tunah · · Score: 2
      too many fingers have to be in the pudding to make it work, and one of those fingers may leak

      WTF?

      --
      Free Java games for your phone: Tontie, Sokoban
    2. Re:Whatever copy protection it has is useless... by Tony-A · · Score: 2

      DON'T EAT THAT PUDDING.

      I do not know what leaky fingers do to pudding.
      I do not want to know what leaky fingers do to pudding.

  31. Too Bulky?! by Erchamion · · Score: 3, Informative

    "I just know by being in the business, there's definitely a need for a portable format," he said. "Portable CD players are too big and too bulky." -- see article


    *Portable CD Players are mostly used for plugging into your car or listening to in a bus.
    *If you really want a cost-effective and small music player, try an MP3 player like the iPod (5GB, rw, $400). Why would a consumer by a read-only, write-protected, $270 dollar, 500Mb device when they could have so much more with an iPod or Rio...much less "bulky" than a CD player too. (provided, you do need a CPU for one, not hard to find someone with one though.)

  32. Consumers *will* figure it out... by thatguywhoiam · · Score: 1

    ...when they start trying to feed all these little discs into a slot-loading notebook/imac.

    [whirrrr. thupa thupa thupa thupa thupa GRRRRRRR]

    --
    If Jesus wants me it knows where to find me.
    1. Re:Consumers *will* figure it out... by Anonymous Coward · · Score: 0

      "How do I get these little CDs out of the case? I've tried a screwdriver...."

  33. Lower? Don't you mean higher? by Anonymous Coward · · Score: 0

    >CD-incompatible storage medium with lower storage capacity than a CD

    Oops..

    Article says it holds five albums.... lower is higher.

    1. Re:Lower? Don't you mean higher? by Mr.Spaz · · Score: 1

      Yeah, but they specify "compressed." There's another line in there that specifically states that the capacity is a bit below standard CDs. Quote: "...for a total slightly less than the 650 megabytes that fit on a CD."

  34. minidiscing by vitalidea · · Score: 0

    yah know... the format is not the only important thing in making a purchase decision. The functionality of the portable device is also important.

    One very cool thing about minidisc was the minidisc recorders. Digital input (fiber cable out and get master quality portable) -- admittably niche, but nice for building samples.

    on another note, the copyright protection is being looked at in terms of music. How about software distributed on this medium? That would be interesting. Need a code to unlock the disc to install. As opposed to install and then unlock. (that could be interesting from M$ point of view)

  35. But... by Anonymous Coward · · Score: 0

    The feature that you cannot copy it is a major one! This will give it major support from the "content" industry.

    1. Re:But... by Anonymous Coward · · Score: 0

      Headphone Out (On Player) ----- [Cable] -----> Microphone In (On Computer)

      Say "Hi!" to Mr [MP3|OGG] ! Or, just crack the "Protection" and be done with it.

  36. Interesting Math by Posting=!Working · · Score: 5, Interesting

    "The tiny discs will be able to store up to five hours of CD-quality music, one hour of video, 1,000 digital photos, one video game or 100 e-books -- or any combination, up to 500 megabytes of storage."

    Let's see 80 minutes of CD-quality music now uses 700 MB of space. How exactly does 300 minutes of CD-quality music fit on 500 MB?

    Blank discs, which can store up to 500 megabytes of data, will retail for between $10 and $12

    Wow, much better than the $15 I'm paying for 50 700 MB CD's. A single 500 MB disk for the price of over 20 GB of blank CD's. Where do I get in line?

    "I just know by being in the business, there's definitely a need for a portable format," Bob Higgins said. "Portable CD players are too big and too bulky."

    Gee, if there were only widely available, simple to use, portable digital music storage and listening devices on the market right now.

    --
    This sentence no verb.
    1. Re:Interesting Math by Anonymous Coward · · Score: 1, Interesting

      "500 megabytes of data, will retail for between $10 and $12"

      This way they can attempt to justify the high prices of CDs. The media costs us $12, we're only making $5 from each album sold.

    2. Re:Interesting Math by martissimo · · Score: 2, Informative

      Let's see 80 minutes of CD-quality music now uses 700 MB of space. How exactly does 300 minutes of CD-quality music fit on 500 MB?


      they say they use a compression format "similar" to MP3...

      to my mind a lossy compression technique does not equal CD-quality either, but i guess they dont care about people who like nice clear .WAV files.

    3. Re:Interesting Math by PlaysWithMatches · · Score: 2

      Let's see 80 minutes of CD-quality music now uses 700 MB of space. How exactly does 300 minutes of CD-quality music fit on 500 MB?

      Maybe they use WMA or MP3 or something. A lot of people consider 128kbps MP3s to be "CD quality" so ~1MB per minute * 500MB of space = 500 minutes or so of music.

      --

      Mozilla's a nice operating system, but it needs a better browser.
    4. Re:Interesting Math by IntelliTubbie · · Score: 2

      Let's see 80 minutes of CD-quality music now uses 700 MB of space. How exactly does 300 minutes of CD-quality music fit on 500 MB?

      Hmmm ... maybe they use JPEG compression.

      Cheers,
      IT

      --

      Power corrupts. PowerPoint corrupts absolutely.

    5. Re:Interesting Math by armb · · Score: 2

      > they say they use a compression format "similar" to MP3...
      > to my mind a lossy compression technique does not equal CD-quality

      Depends what you mean by "similar".

      http://flac.sourceforge.net/, for example, says "Grossly oversimplified, FLAC is similar to MP3, but lossless."

      Also, in principle, you could start off with more information than a CD recording (e.g. SACD), apply a lossy scheme to it, and, after the losses, still have as much audible information as the CD. You can't do that when recording from a CD, but a studio could record things that way.

      Sony describe MiniDisc's compression scheme as "close to CD-quality" at 1/5 size, which is roughly comparable to what they are claiming. So if their compression method is better than ATRAC, it's not out of the question they could manage it. http://www.sony.co.jp/en/Products/mswalkman/glossa ry/

      --
      rant
    6. Re:Interesting Math by jquirke · · Score: 2

      Let's see 80 minutes of CD-quality music now uses 700 MB of space.

      80 minutes of CD-quality music actually takes 44100*2*2*60*80/1048576 = 807.5MB of space.

  37. just when i think i can't get any more pissed... by TheCyko1 · · Score: 1

    i'm currently doing my core4 (reasearch paper)on the RIAA and why they are fighting mp3s. no matter where i look there's a new reason to hate the RIAA, i thought they'd already thought of every possible GOD DAMNED way to piss me off, then i get on slashdot to see some news that might spark my interenst and not piss me off, and THIS shows up! WTF! i'm already pissed off enough as it is trying to write this stupid paper about those silly asses, and then they come up with a plan that sounds supider than thier press releases! damnit! i think i popped an artery, i need some mountain dew...

    "Imagin me naked, now imagin me quickly turning a corner" -Cyko

    P.S. please dont moderate...

    --
    This message was brought to you by the death of 30 brain cells.
  38. RE-education Process by subhuman666 · · Score: 1

    "You WILL listen to Dataplay disks!" or maybe it will be more like: "2+2=DATAPLAY DISKS!!!!"

    1. Re:RE-education Process by Anonymous Coward · · Score: 0

      No, you have not betrayed your iPod. Yet.

  39. Mossbergt Article by asv108 · · Score: 5, Informative
    Walt Mossberg has a good review of Dataplay. He sights numerous reasons why it will fail, but his main objection is the rights managment, "feature." I submitted it a few days ago but:

    * 2002-04-18 07:06:54 Copying Limits Stifle Innovation (articles,news) (rejected)

  40. Where are the technical advisors? by famazza · · Score: 2

    Take a look at me. I'm just a ridiculous nerd that can't barely know the visual difference between CD-R and CD-RW. Even though I know that this stupid idea won't be enough to avoid the so called digital piracy.

    Let's see what they hope to get with this brand-new device:

    • Some music companies will release the discs with hidden extra albums, which can be activated by entering codes bought at their Web sites for $8 to $13.
    May I know the jack-ass who have had this stupid idea? I give a week to a chinese hacker find a way to activate the entire disk without paying a nickel. And I want to see the dam DMCA look for the anonymous hacker who would do this!
    • When connected, a user can also store data on the discs -- 250 megabytes on each side, for a total slightly less than the 650 megabytes that fit on a CD.
    How long will take until the technical advisors wonders what will happen after a regular nerd have digital access to the disc content? Of course it will try to put all the content to its HD and get rid of the dam disc.

    Due to its small size it's obvious that it can become very popular, even replacing that old 3"1/2 floppies, and the 5"1/4 CDs. When this happen, GPLds hackers will want to access the disc and all its contents, then they can say goodbye to the copy protections and the cryptographic methods.

    • Dataplay incorporates safeguards to prevent songs sold on the discs from being copied to computers, a major plus for the music industry.
    First of all, a major plus for the music industry should be quality, this shows that MPAA isn't worryied about the consumer, but about theirselves. Should we buy products from an industry that cares that much about the consumer? All they worry about is money, and not about the consumer's satisfaction

    And the technical issue. As I said before, there's no way to avoid it to happen. It's digitaly recorded and there's a machine wich reads it, so it's completely possible to hack it and get it's digital content.

    • Sony introduced the compact, rewritable Minidisc in 1992, and while moderately popular in Japan and Europe, it has never caught on in the United States.
    And how do they want to introduce a lower-quality product? Have their technical advisors realized that there already is a very good competitor? I wouldn't buy a new and inferior product if the better one is avaiable and already is spreaded in the market.
    • (under a picture)
    • South Korea's iRiver Inc. is expected to release a music player that uses the tiny Dataplay discs in June.
    This shows that the format is about to born already dead, in South Korea there already is avaiable MDs and as stated before, they are much better. Even if it becomes a success, there's no DMCA in Korea, so we'll have a GPLd player even sooner.
    • Other partner companies plan to incorporate Dataplay discs in digital cameras and small handheld movie viewers, to be released later this year. A disc can store a two-hour movie at a low resolution suitable for small screens.
    Finally something intelligent about this piece of shit. IMHO a standard "high-capacity" storage medium is needed in the market, each device has its own medium, and it can become a standard for the industry.

    For all this that I have seen, and their technical advisors haven't, I think that they need new advisors. Maybe I'm one of the ellectibles, maybe everybody reading slashdot can be a good advisor for them, but first they need to find out this.

    --

    -=-=-=-=
    I know life isn't fair, but why can't it ever be un-fair in MY favor!?
  41. Walter Mossberg's Take in WSJ by Anonymous Coward · · Score: 0

    Mossberg pans the Dataplay and one of the reasons he cites is that it deprives him of his rights as a consumer. He points out that the Dataplay only allows for five (5) copies to be made of the purchased music and says that while such a format may be good for the music industry, it's not a reason to switch from CDs.

    I've noticed that Mossberg has recently (within the last year or two) made gentle but reasoned swipes against MS as well as heavy-handed digital rights management. Has anyone in the free (or open, if you prefer) software domain ever talked to him? I've never read or heard anything like that (say, Doc Searls or Bruce Perens mentioning "I chatted with Walter Mossberg...". I know that a lot of conservative and nontechnical people read Mossberg faithfully. It's encouraging to see that he seems to be for many of the same things.

  42. Shortly after these are realeased.... by PimpNasty · · Score: 0, Redundant

    somebody will reverse engineer this thing and find out that they used an ogg-vorbis based codec, only changing it slightly to make it incompatible with ogg players, AND not realesing the source code for the changes. Good way to counter piracy by violating the GPL and the rights of the Ogg dev crew.

    --
    - Pimp

    I like computers, women and computers... in that order...
  43. As time goes by... by Phoenix · · Score: 4, Interesting

    ...I find that I'm really glad that I bought a MiniDisk player/recorder instead of the MP3 player.

    Pros:
    * Cheap disks - $2 each as opposed to $45 a compact flash card
    * Quality player devices - can survive a trek into the off road bike trails with no skip
    * Good sound reproduction - as good as 256bit MP3 (in my opinion)
    * Holds 74 minutes - more if you downsample the music (built into most new recorders)
    * using analog input - prevents any copy protection as it can record from the headphone-out jack
    * Can erase and re-use disks, or delete an unwanted track
    * Player costs the same as a MP3 player (32-64mb devices)

    Cons:
    * Did not catch on as well in the US as other standards (MP3, CD/CD-R)
    * Can only record in real time (not too much of a problem as I will listen to a CD all the way the first time...takes no effort to record at the same time)

    So the record companies can do whatever they want. We will find a way around whatever the @#$% they try to throw at us. They never seem to learn that there is ALWAYS a way to get around whatever they want to do to us. I found a way that works well for me, others will find thier own way.

    Nero often is described as playing the violin as Rome burned. When the RIAA burns, I'll be playing the bagpipes

    Phoenix

    --
    -- Wiccan Army, 13th Airborne Division "We will not fly silently into the night"
    1. Re:As time goes by... by Vegeta99 · · Score: 3, Interesting

      While I just moderated you +1 Interesting, I had to reply. MiniDiscs need not be recorded in real time no longer. Look at MiniDisc.org's website for NetMD. 4x upwards to 16x now I believe.

    2. Re:As time goes by... by jx100 · · Score: 1

      NetMD recorders can record off of computers at faster rates than 1x. I think it might be able to go as fast as 32x.

    3. Re:As time goes by... by u01000101 · · Score: 1

      Pros:
      * Cheap disks - $2 each as opposed to $45 a compact flash card
      * Quality player devices - can survive a trek into the off road bike trails with no skip [...]


      Now, tell me if you ever heard of a skipping flash card... :)

      --
      if you use a good enough junk-filter, slashdot.org will display a single, *blank*, page
    4. Re:As time goes by... by Phoenix · · Score: 1

      Really? I had not noticed that before...thanks for the tip.

      --
      -- Wiccan Army, 13th Airborne Division "We will not fly silently into the night"
    5. Re:As time goes by... by teslatug · · Score: 1

      What? You mean you guys actually exist? I thought you were like the Immortals and could only be sensed by other moderators.

    6. Re:As time goes by... by BtAFMB · · Score: 1
      Get an iPod (Or another hard drive mp3 player if it doesn't need to be all that portable)

      Pros:
      * No disk to buy
      * 20 megs of ram, so about 17 minutes of anti skip
      * Good quality (up to 320 Kbps)
      * Holds 2730 or 5461 minutes of music (at 256 Kbps)
      * No copy protection
      * Change the music on it, even use it as a portable hard drive
      * Firewire, so you can upload to it fast. About 10 minutes to fill the entire 5 gigs.

      Cons:
      * Firewire, don't work less you got it.
      * Expensive, $399 for the 5 gig one, $499 for 10 gigs.

      --

      "I have fallen off the wagon, for I am a slave to tea."
    7. Re:As time goes by... by Anonymous Coward · · Score: 0

      Thank you for saying this! I was sold on minidisc reading the rest of his post, until he said realtime recording only. There's no way I'd suffer through that (and unlike OP, I rarely burn an album; more typically a mix).

  44. My quarters are too small! by AltaMannen · · Score: 0

    Looking at the pictures with the minidisc and comparing a quarter to a CD, I've come to realise my quarters are the wrong size. Is there an authority I should report my obviously counterfeit quarters to? Can I still play arcade games with the new quarters? If I buy music on the quarter sized discs, can I trick an arcade game to accept it?

  45. Cost vs COST by freeweed · · Score: 2

    So let me get this straight.. blank DataPlay discs are going to be about $10-$12. Discs with an album on them are going to sell for $16. Ok, by those numbers it's $4-$6 that the record company makes off each one.

    So when mass production allows DataPlay discs to be produced for 25 cents a piece, we should be able to buy pre-recorded ones for $5?

    (yes, I do realize this has no hope in hell of happening. but the question does need to be raised)

    --
    Endless arguments over trivial contradictions in books written by ignorant savages to explain thunder in the dark.
    1. Re:Cost vs COST by ZxCv · · Score: 2

      They said the blank discs are going to retail at $10-12. I bet this has more to do with it being a new technology than the cost of actually producing the discs. I wouldn't be the least surprised to find out that these discs already cost less than $1 to produce.

      And as long as CDs still cost $15-18, I highly doubt this format would allowed to be substantially cheaper. Although, that might not be a bad idea, because they could take the stance of "well the players might cost $300 but the discs are a lot cheaper!"...

      --

      Perl - $Just @when->$you ${thought} s/yn/tax/ &couldn\'t %get $worse;
    2. Re:Cost vs COST by generic-man · · Score: 0

      Think about it: major record companies aren't going to walk into Best Buy to purchase their blank discs at $10-12 each. They're going to buy them by the truckload, getting a much better deal. As a result, I would estimate that the profit margins would be much better than $4-6 per disc.

      --
      For more information, click here.
  46. Re:What? by Anonymous Coward · · Score: 0

    This can't be for digital cameras unless you buy a new one because you can't erase it and put new pictures on it. It would be like film again if they put this in a camera. On compact flash you can erase and put new info on it, not on this. Why would anyone use this in a camera?

  47. Fair Use by THB · · Score: 3, Interesting

    There seems to be some misconceptions about fair use around here. In the US and most other western countries, you have the legal right to copy portions of copywrited work for certain purposes. Thats is, you have the right to photocopy portions of a book, or use part of a song in a presentation. I'm sure someone else could provide more information of the detail of how much.

    However there is no right guaranteeing that you can use this, that is a copywrite holder has the right to try and prevent the fair use of his work, however the copywrite holder has no legal was to prevent fair use. Even the DMCA and the whateverthehellthehollingsbilliscalledtoday do not try and prevent fair use, but they make it harder to be able to use it 'fairly', while trying to prevent it being used unfairly.

    This is very much like free speech, you have the right to say whatever you want, but no right to be heard (ie published).

    Obviously fair use is in everyones best intrest, it can only help publicize work and it gives people the ability to use portions of it, but it is a casualty of trying to prevent non-fair use.

    1. Re:Fair Use by JFTaylor · · Score: 1

      It seems that even in the realm of fair use (which this dataplay format definitely tries to stifle), we have the industry attempting to control how, when, and for how long you can do something (in this case, listen to music.) First of all, if the information is correct, ANY mp3 you place on a dataplay disc becomes protected and only available through the proprietary play software (I believe the name of it is "Futureplay".) Now, I am sure that if I put a recording of my own on a dataplay disc, the RIAA has no right to encode and encrypt it, because it is NOT THEIRS TO ENCRYPT.

      I hate to break it to them, but they are trying to do what Divx failed to do. Even if there is a giant pile of extras on each Dataplay disc, no one likes the idea of losing control. If they did, Divx would've won over DVD. I have a suspicion that DVD won, not because of the "extra features", but because once a person bought the DVD, they could play it anywhere, any time, and on any player. CDs give you that now, so why would someone be silly enough to give up that freedom for "extra photos of Britney! Only $8 more!" I guess I'm too set in my ways to see the attraction.

      If the RIAA wants to kill the CD format (for audio, I doubt it will be stripped from PCs any time soon), then fine. I've said it 1,000 times before: I do not have to buy their product. They are a luxury item that comes after food and shelter. If they want their "content" to be among the many items I do not choose to buy, so be it. The RIAA should not blame piracy for your failure to provide something the public wants. It's as simple as that. If all music sharing died tomorrow, there would still be drops in music sales. The RIAA tries to paint this black and white picture of the planet, and all they are doing is making themselves look stupid. There are people who don't have enough food to last them through the day, and the RIAA is claiming THEY are in danger of being extinct because of piracy? I apologize for sounding so dramatic, but come on. Have we all become that self-absorbed?

      --
      ---- James
    2. Re:Fair Use by Frank+T.+Lofaro+Jr. · · Score: 2

      With the DMCA, fair use is gone. Sure it exists on paper - but if the copyright holder doesn't want you to exercise it they can make it illegal with a protection system. The protection system isn't as much about making copying impossible (hah!) or even difficult, but about making it illegal, and making the enxt generation think it is immoral.

      Fair use is MEANINGLESS if the copyright holder can make it illegal for you to exercise it. The fair use exemptions in the copyright law are meaningless if you can only utilize them with the permission of the copyright holder.

      Obviously fair use is in everyones best interest, it can only help publicize work and it gives people the ability to use portions of it, but it is a casualty of trying to prevent non-fair use.

      Ugh. That like saying since people speed, drive drunk, etc, we should ban cars and make people only use a horse and buggy.

      --
      Just because it CAN be done, doesn't mean it should!
    3. Re:Fair Use by buss_error · · Score: 2
      In the US and most other western countries, you have the legal right to copy portions of copywrited work for certain purposes.

      nitpick: it's copyright, not copywrite

      Your rights to copy are not limited, but you must not profit by such a copy. In other words, I can copy the whole work, as long as I don't use it (or don't use the original) and don't loan it out.

      IANAL

      --
      Necessity is the plea for every infringement of human freedom. It is the argument of tyrants; it is the creed of slaves.
    4. Re:Fair Use by THB · · Score: 2

      Do i ever feel stupid about the copywrite thing, i suppose I should use preview.

      But your second point is kind of a gray area. Profit is not a deciding factor in copyrights, I cannot make a copy and give it out to someone, regardless of whether i charge for it or not. The idea of making a copy for yourself has only come up in the last 30 years, and while nothing has ever been done to directly stop it, it is not guaranteed under copyright law.

      In Canada these things are under the jurisdiction of cancopy - http://www.cancopy.com/

  48. But that's not what they are trying to do with it. by SuperKendall · · Score: 2

    I agree these might be an OK replacement for CF in general.

    But the main focus for this thing is to sell music in a protected format. They want to produce DataPlay based music players, and get the public used to using this format. I think a measure of how well this technology might do is to see how many music players built with this storage medium support MP3's stored on the disc - my guess is few to none.

    Furthermore, I'm not at all sure you'll see digital cameras that support this format. Why? Because you then limit yourself to this storage size, instead of being able to support 1GB+ CF storage. The cheapness of it might negate that effect though, and make some low-end cameras support this format... though you'd think a camera maker (and buyer!) would want to make suure the format wasn't going to die on the vine before they support it. But then again the resolutions cameras are going to quickly make this format too limiting.

    To summarize, here's an argument for why it seems to me it's a format meant to push music. It seems to have too many drawbacks to really replace CF (limited device support and fixed size). SD already supports copyright protection controls, so they could have released music on that, but it would be too expensive. Thus, the only reason they are pushing this new format is because it's cheap enough to relase an album on. From that stream-of-thought you can then deduce the only reason this format is being pushed is to try and sell protected music in stores.

    A last note - why I would pay CD prices for a lossy compressed version of a song is beyond me. I would wish them good luck, but frankly I hope it's a full-on DIVX syle failure that leads me to abandoning some other poor store (for the rest of my life I refuse to shop at Circuit City as a result of supporting DIVX).

    Further note - if you (meaning: The Man [translation - companies developing this stuff]) bother to release a new compact storage format, please make sure first it can support DVD levels of storage so I can have a decent 10MP digital camera and store more than a few images in raw format.

    --
    "There is more worth loving than we have strength to love." - Brian Jay Stanley
  49. discs are dead by j09824 · · Score: 1
    Portability and price will draw in the 18-34 age group first, predicts Bob Higgins, chairman and CEO of Albany, N.Y.-based Trans World Entertainment.

    The last thing I want is a zillion coin-sized discs, each holding the tiny amount of 500Mbytes. A hard disk is much more convenient for the home stereo, as is a portable MP3 player for the car and running around. The ability to copy between them is essential.

    This sounds like a bunch of clueless executives designing hardware that is of absolutely no appeal to people who actually listen to music.

    Hello you guys out there: discs are dead. Give us music-on-demand for a reasonable price and with no technological copy restrictions and people will subscribe to your services for the convenience of it.

  50. The sad thing... by Anonymous Coward · · Score: 0

    Is this COULD be a really nifty format, if it had full R\W capacity and no hardware crippling. You could fit in your pocket more albums than the most advanced MP3 player can hold, and moreover, gosh darnit, tiny media formats are cute!
    Downside, though, is that you'd suddenly be in danger of losing entire albums in your couch cushions.

  51. Sure they will... by Anonymous Coward · · Score: 0

    From the article:
    Some music companies will release the discs with hidden extra albums, which can be activated by entering codes bought at their Web sites for $8 to $13.

    And I'll bet within 30 seconds of releasing the code, it will be posted on the net for everyone to use.

    Yup, those record companies sure are smart.

  52. Re:That's good! That's bad! by Anonymous Coward · · Score: 0

    On the other hand, once the encryption scheme is cracked, each time you buy an album, you'll get two additional albums by the same artist for free!

  53. It *seems* like they understand fair use... by jesser · · Score: 2, Interesting

    DataPlay users will be able to record directly from CDs they already own, but Quigley predicts those users will be a minority. Most people, he said, will go ahead and buy their favorites again in the new format.

    But will we be able to record music from DataPlay to the next format?

    --
    The shareholder is always right.
    1. Re:It *seems* like they understand fair use... by Anonymous Coward · · Score: 0

      But will we be able to record music from DataPlay to the next format?

      I hope so.

      If, not, damn. Looks like i'm going to have to buy the White album again.

  54. Success unlikely here... by WebCowboy · · Score: 2

    You assume an artist will be willing to put their blockbuster song EXCLUSIVELY on this new format. "Hey, lets only sell our music on these neat little disks few people have heard of, no one asks about in the stores and no one has players for yet"... Artists and their agents cant be THAT stupid...

    It was an uphill battle for CDs for the same reason--however CDs had advantages over tapes and records. CDs hold more music, are physically smaller, and somewhat more robust than records. Unlike tapes they are random access--no seeking for songs--and they dont wear out. To top it all off, CDs sound better than tapes and (to most people) records. Despite that, it took many years to become mainstream, and the backing of the GIANT SONY corporation.

    So whats new here? We have a smaller disk, but less capacity than a CD (put MP3s on a data CD and they hold more hours of music), no better sound quality, 3 times the expense for players, and they are functionally cripled by content control "features". And as much as the potential for multimedia (video, etc) is played up...well DVD's, CD-R's, flash memory media, miniDV tapes, etc seem to do fine for any kind of digital content.

    Recording executive's wet dream to be sure, but there is absolutely nothing here to lure a customer away from any existing choices...

    Well...unless RIAA petitions successfully in the US to have those choices made illegal under the DMCA because the facilitate the illegal distribution of copyrighted music...

    1. Re:Success unlikely here... by HeUnique · · Score: 2

      The backing was from Sony and Philips - when those 2 work together on a new medium formats - most of the time it becomes success..

      When they work alone.. well, it's partial success (Sony's MiniDisc compared to Philips Digital tape [not DAT] - anyone remembers?)

      --
      Hetz (Heunique)
    2. Re:Success unlikely here... by spongman · · Score: 3, Insightful
      if the record labels want to make the switch (and they will!) they will probably just do exactly what they did when they wanted to switch from vinyl to CDs - force the issue.

      apparently, retailers can return unsold media to the distributers in exchange for new content. the distributers just told the retailers that they would stop accepting returns of unsold vinyl. This forced the retilers to make the switch. That's why the 'longboxes' were popular - the retailers didn't even have time to remodel their shops for the smaller format.

    3. Re:Success unlikely here... by Thatman311 · · Score: 1

      Ya the minidisc format is very popular in Japan. Just cause it not in the US doesn't mean it is dead.

      --
      Silly Rabbit...Sig's are for kids.
    4. Re:Success unlikely here... by demon · · Score: 1

      You may be thinking of the Digital Compact Cassette format. Funnily enough, I seem to remember a raging debate some years back over whether Digital Audio Tape or Digital Compact Cassette would take over the market - and then, neither of them really got anywhere in the consumer space. (I guess DAT is still used some in the pro-audio space - and of course, as a digital data storage medium for backups.)

      --

      Sam: "That was needlessly cryptic."
      Max: "I'd be peeing my pants if I wore any!"
    5. Re:Success unlikely here... by hellsop · · Score: 1

      *shrug* I wouldn't say that MD is dead in the US. It's availible (players, recorders, and media) in just about any big electronics store (eg. Best Buy) and many discounters (eg Target, Wal*Mart). The only place that there isn't much equipment availible is in mass market automobile sound, where there's a lack of mass market mp3 equipment also.

      Functionally, as has been pointed out copiously, DataPlay and MD are about equal, and the "even smaller" media size of DataPlay seems like it may even be a hinderence in terms of us. How often do people lose quarters in the bottoms of bags or under things? And how small are the labels on those things going to be? I can barely write small enough to put a edge label on a MD as it is.

    6. Re:Success unlikely here... by Anonymous Coward · · Score: 0

      Yes I remember DCC (digital comapct cassette, very popular in Europe. It used a data reduction similar to ATRAC (Adaptive Transform Acoustic Coding) used in minidisc (more on ATRAC http://www.minidisc.org/aes_atrac.html). ATRAC type R, S, and 5 are very decent codecs. 80min = 140MB, superb sound quality. OK audiophiles, comense throwing tomatoes.

      Too bad Sony doesn't back DataPlay. It would fly. MD is a far superior format for portable music. MP3 blows chuncks!

      In the end I have to agree with the audiophile world. Aren't we supposed to be progressing twards quality. I guess if you listen to Britany Spears you don't care about how shi**y your music sounds.

      I want SACD quality on a DataPlay size disk!

  55. I see DivX version 2 coming on strong! by putzin · · Score: 1

    I bet Circuit City runs screaming when Samsung and whoever else ask them to sell these things. And I love all the wonderful marketing speak they use. I bet a search for DivX articles on Google would turn up old press releases that said many of the same things, and that was a better (quality, not useful) product. What 15 year old kid with Mom's credit card at Best Buy would say, gee, something with little use now, and questionable use later, or an MP3 player that I can use now and later, and probaby even after that. The cost is the same, the format is different, but teens (and other focus groups) are notoriously shortsighted (that's why marketing people love them). If the industry focuses on stupid people (note, teens are not stupid people by default but flash Brittany on screen and we all get a little weak) they will sell some of this.

    I don't think it will ever get big. Why store video on a disk you can only use in an audio player? Really, just so you can move it around? There are a hundred already purchased ways to move files less than 500 MB around (how much is a CD-RW now) without having to cram it on something that your buddy at his/her house doesn't have? This is all just wishful thinking so thank god for capitalism.

    Also, I can overpay for a CD, and still pay less than one of these things. And the CD, while not useful for recording things, is, for lack of a better way to put it, actually CD quality (not just stated to be and hoped no one will notice a diff). Not many are gonna be all that interested in replacing CD-R(W) or DVD-R(W/AM) with these. Really, easy to use, no restrictions, cheaper, faster vs. locked up proprietary expensive not mainstream. Seems like a moot point to me. In fact, if one doesn't read the press, but walks into Best Buy and reads the description, one might be tempted to laugh.

    --
    Bah
    1. Re:I see DivX version 2 coming on strong! by Anonymous Coward · · Score: 0

      Precisely.

      "Circuit City, would you like to lose another $130 million?"

  56. Clearly not going anywhere, so relax by Anonymous Coward · · Score: 0
  57. hah by zapfie · · Score: 2

    Whoa.. hold on now.. I get great benefits like lower sound quality, can't play it on my current equipment, can't make a legitimite copy of it.. AND I get to pay more? This is great!

    On a serious note, correct me if I'm wrong, but when the hell could companies get away with charging more for a product that does less, and still make it a viable business model? I mean, that the kind of stuff only monopolies *coughRIAAcough* get away with.. oops.. I said too much. *hides*

    --
    slashdot!=valid HTML
  58. As much as we may complain... by sanermind · · Score: 1

    A technological "solution" is better than something like the disney bill. I could see the market becoming fragmented to the point (if there is enough acceptance of the format) where new content may no longer even be offered on cd, but instead only via protected media [which dataplay hopes to become]. This is a practical real world solution to copyprotection issues, which at least dosen't involve legislating what can be done with a general purpose computer altogether.

    There only real problem is that it sounds like they are also going to be offering it as a pc storage medium. Once it's a adopted as a commodity data storage medium, and PC's normally possess them as drives, I imagine that some vendor will release one that allows some sort of head position ing trick in software, or a modded drive like a region free dvd player, that will allow direct reading of the erncrypted bytestream. At which point I suspect it's only a matter of time before decryption tools become available. Unless they actually use good encryption, at which point the unlock keys will likely be posted on sites like serial numbers are today. If they were really bright they would actually distrbute each disk prerecorded somewhat manually [as opposed to stamping] with a different encryption key, and an index number, so their central server could look up and fetch the appropriate decryption key from a database. This might be somewhat prohibitively expensive, compared to stamping.... But not much. They could even transfer the labor to the consumer, where you go to the store and get a case with the cover art, and a custom version is burned for you right there at a kiosk.

    Mind you, I hope it dosen't catch on. The sound quality is obviously LESS than cd quality, or they wouldn't be able to store multiple albums in less than 500Mb. It's probably a varient of ac3 or one of it's cousins which, although arguably slightly better than mp3, is still lossy compared to the uncompressed audio the consumer has come to expect on cd.

    --

    ---
    the pen is mightier than the sword, the sword is mightier than the court, the court is mightier than the pen.
  59. When will they learn... by Datasage · · Score: 2, Insightful

    Lets look at the problems with this product

    1. Compression, they use lossy compression so of course lower audio quality.
    2. CD's already have a foothold, why the hell would i want to buy more usless junk when i can hardly play anything on it.
    3. Its devolution not evolution.
    4. Copy protection is futile, as long as the audio is output decrypted its copyable. Unless they do the decryption in the headphones. Then its just really hard.

    I'm going to laugh if someone acctully buys one of these. But then there are britiny spears fans who have rich parents. Enough said.

    --
    In America we are imprisoned by our fear of them.
    1. Re:When will they learn... by panaceaa · · Score: 1

      Even if decryption is done in the headphones, it's not hard to get the analog data. Just tear apart the headphones, take off the speaker, and hook up the two wires previously connected to the speaker to a standard audio cord. Plug the cord into your microphone jack on your computer, record the music, voila. You don't lose very much quality if you solder the wires well and use a decent sound card.

  60. The solution to any problem like this is simple... by i_am_nitrogen · · Score: 2

    Just get everyone who visits slashdot to donate 1 or 2 or 10 dollars to the EFF, then have the EFF run a public service ad campaign.

  61. What? by MisterBlister · · Score: 1
    Are the people who started this company so deluded that they think this will work, or are they just bilking investors of money? They haven't heard of DIVX (not the stupidly named codec..)? No one is going to adopt this bullshit.

    The mass market audio standard for at least the next 20 years has been decided. Even a company as huge as Sony couldn't push a format that had real benefits (MiniDisc) into this sector.. What makes these buttmonkeys think their broken format will do any better with consumers?

  62. Education process by Chayce · · Score: 1

    Writen "Education Process" read "Brainwashing"
    Just like josie and the pussy cats, the company will begin brainwashing consumers to think that CDs are bulky and these new things are cool... there will be commercials with cute 20 year old girls using these things, and while the geek comunity laughs, joe six pack will begin believing what he sees on TV... Ok, so I'm a cynic, at least I'm not an asshole!

    --
    I like replies better than Karma, even if they are flames, because that tells me I got someone thinking.
    1. Re:Education process by Anonymous Coward · · Score: 0

      Comrade,

      You are not showing the right attitude towards DataPay. Please to be comink with me to the "re-education" camp.

  63. not out of the blue by Faile · · Score: 1

    Some corporations seems to be into it, kodak, and others are reporting of how great this new technology is.

    I surely hope this will never catch on seeing how a normal CD is better and more conveniant than this RIAA loved piece of trash but you never know, especially if it continues to get touted in the medias like this. "Ohh so it is ALMOST as good as a CD and can protect our valuable music GUARANTEED? Give me 5 000 000 please and...yeah...those...them old CDs over there...you know what to...yeah ok good..THANK YOU pleasure doing business with you!"

    --
    Anataka suki desu. Itsumo. Itsumademo.
  64. In the year 2000.... by Anonymous Coward · · Score: 0

    In the future in order to listen to our favorite artists we'll have to download data codes directly into our brains that allow our ears to decode the encrypted sounds coming off whatever medium is in use then.

  65. The real reason why nobody will adopt this format by Kerosene · · Score: 3, Insightful
    "Blank discs costing $5 to $12, and the first music players, for $300 to $370, will hit stores at the end of May."


    The costs are too high. Unless you give away the players, there is no way people are gonna drop money for a new device.

    The blank price is too high as well.
    --
    -- There's only one replacement for displacement.....
  66. Who cares if dumb people waste money? by t_allardyce · · Score: 2

    I think this, like DVD, is another good idea. My reasoning is thus: I have never bought a CD in my life, I own one DVD (it was on sale for £10). I have no moral problems with downloading ripped music, videos or anything else. For this reason i have saved much money over the years and when i see other peoples massive CD collections i always feel better knowing that they wasted thousands of pounds on it. I can spend my money on other things and therefore _appear_ to have more money. Not only this, but i'm not restricted as to what i can fast-forward through, what devices i can play stuff on, or what country i can play stuff in.

    If stupid people want to buy this stuff, let them. I tell people how much it costs to press a CD, how DVDs restrict what the owner can do, and how buying all these things is supporting those corporate pigs and they just stare at me. F*ck'em, f*ck'em all, they can go and waste their money on inferior products and find that its incompatible with everything else and obsolete by next year. They can go and pay for Windows XP and be forced to sign-up for MSN, they can have their computers turned into remote controlled corporate cash machines and they can live with it.

    Ok, granted they are helping to fuel the evil corporations who then go on to bribe governments into doing their bidding, but in the end, when people are being arrested for fast-forwarding though adverts, or putting music on their portable, i can sit back, laugh, and say "I told you so, you dumb fuck"

    --
    This comment does not represent the views or opinions of the user.
    1. Re:Who cares if dumb people waste money? by phillymjs · · Score: 2

      You forget that stupid people are now the majority in America. If they buy into this DataPlay crapola, it will become a new standard, CDs will be put out to pasture as quickly as the RIAA can manage it (hell, maybe they'll buy a few more Congressmen to have CDs made illegal), and those of us who can see this 'new, improved format' for the blindside-consumers-with-DRM scam that it is will have no other choice if we ever want to purchase music again.

    2. Re:Who cares if dumb people waste money? by pherthyl · · Score: 1

      grrr.. I was going to write a long rant about your idiocy but then again I think I shouldn't waste my time on trolls anymore.
      Whatever, /. asswipes are incurable anyway, so why bother.

  67. but, that does not address it's market. by simpl3x · · Score: 1

    a new tiny format which requires that i buy several thousand new disks... yah, right! a non rewritable medium... what? how about that new half sized cdr? much more useful. this has none of the advantages of md disks, and all of the disadvantages. ttfn datadisc!

  68. But at the same time toshiba does blue DVD by ahfoo · · Score: 2

    It shows you how serious they must be about pushing this new standard if they simultaneously are working on 30 Gig blue DVD rewriteables.

  69. Jesus H. Christ by jpellino · · Score: 5, Funny

    5 Britney Spears album on one un-erasable disk? Oh, the humanity.

    Napster comes in, CD sales go up 8%.
    Napster goes OUT, CD sales go DOWN 5%.

    What in the Sam Hill are they putting in the water coolers at the RIAA?

    If I can hear the music first, I'll buy it. If, like in central CT, there are two dozen candy-ass radio stations all following maybe four godforsaken formats, there's a better likelyhood that I'll hemorrhage from hearing "Rock The Boat" seventeen times a day before I'll hear something I want to try.

    Of course, if MTV would try playing music again, maybe we'd have another venue for music that wasn't an inch wide and a mile deep. Not convinced? Here's the show list for the plucky little channel...

    Andy Dick / Becoming / Celebrity Deathmatch / Cribs / Daria / Diary / Dismissed / Fashionably Loud: Swimsuit 2002
    Fear / Icon: Aerosmith / Making The Band / Making the Video Movie Awards 2002 / National Sex Quiz / Now What
    The Osbournes / The Real World / Road Rules / Real World/Road Rules Challenge / Rock N Jock
    Señor Moby's House of Music / Spring Break / TRL / Unplugged / Video Music Awards 2001 / WWF Tough Enough

    Any channel that has The Osbornes, Andy Dick, the Real World and the WWF needs a name change, a new mission statement, and a prescription pad.

    Like most people who can afford the necesary bandwidth in the first place, I have more money than time. I haven't the hours nor the inclination to burn everything I want to own. I go buy it. HMV and Borders are on my commute. Or I click and three days later it's in my mailbox, total extra investment of time - about 3 minutes.

    I've downloaded much gig of music, and deleted nearly all of it once purchased. It's an iBook, not a server farm. I believe I have at most a half dozen CD-R keepers - mostly the stuff I'd gotten and paid for on mp3.com back when they were sane, and a whole bunch of rare tracks and but-wait-there's-more - the entire TIAA-CREF investment primer library so I can afford all this stuff in the first place (lousy beat, but you can dance to it all the way to the bank).

    If I burned everything I ever downloaded to sample, I'd have a large, substandard collection of badly labeled CD-Rs, no life, dead tropical fish, and Howard-Hughes-league fingernails. Not to mention a cataloging system nowhere near the intuitiveness and familiarity of a bookcase, alphabetical by artist.

    The RIAA should kiss Shawn's nappy little ass for providing the only true breakthru in music marketing since the music video. But as usual, the industry has figured out how to tie the whole relaunch up in knots because even BMG really doesn't like the whole thing but they smell money. I doubt it was a sanctified "we should be honestly representing our artist's interest" but rather a pant-wetting "holy crap - see these DL logs? can you imagine a dollar sign in front of each of these?" I mean please - it's taken them a year to not get ready, and from the get go they won't be able to write a MacOS client (no mention of any other platforms) and they can't for the life of them figure out how to take credit AND debit cards at the same time. There are one-man roasted cashew operations in East Rainbucket, Maine who can do this.

    I gotta go.

    --
    "Win treats sysadmins better than users. Mac treats users better than sysadmins. Linux treats everyone like sysadmins."
    1. Re:Jesus H. Christ by ZenJabba1 · · Score: 1

      Dear God, I needed a good laugh and you delivered as prayed for. Man, you rock! I'll follow your beat anytime!

      --
      `find / -name "*your_base*" -exec chown us:us {} \;`
  70. Lossy compression by t_allardyce · · Score: 1

    This is great though - now you won't feel like you getting something inferior when you download an mp3, because, the disk you buy in the shops will contain exactly the same reduced quality file!!!!

    I wonder how long before it will be cracked

    --
    This comment does not represent the views or opinions of the user.
  71. This could be REALLY good. by SoupaFly · · Score: 2, Insightful

    When all the music companies try and put 5 CDs worth of music on these disks (to be unlocked by a special registration code), we will all get 5 CDs for the price of 1! Oh, yeah, I'm sure no one will break their reg code.. ha!

    I think the big problem with this is that there is no real benefit to switching over to another digital format. I mean, CDs won out by replacing magnetic media (tapes and floppies) and records. I don't think we'll see another shift until we switch over to solid-state media - ROM chips or Flash cards of some sort.

    People are stupid, but they're not as irrational as some high power execs like to imagine.

  72. oh yea! I'm all over that! by Transcendent · · Score: 1

    Blank discs costing $5 to $12, and the first music players, for $300 to $370, will hit stores at the end of May.

    ...do you really want to spend that much to listen to britney?

  73. stupid by t_allardyce · · Score: 1

    There is one way, count it ONE way that you can distribute music without it being copied. You must supply an armed guard with every unit, and ensure that they shoot on sight anyone who attempts to copy anything. No other way will work so stop bull shitting, stop trying to flogg inferior products and stop being pigs. IF I CAN HEAR IT I CAN COPY IT. IF I CAN HEAR IT I CAN COPY IT, now say it pig, say it: I-F I C-A-N H-E-A-R I-T I C-A-N C-O-P-Y I-T. You stupid executives, what do you do all day? sit around your table letting shit come out of your ass? how do you get paid for this?

    --
    This comment does not represent the views or opinions of the user.
  74. Math issues by gilroy · · Score: 2
    Blockquoth the article:

    250 megabytes on each side, for a total slightly less than the 650 megabytes that fit on a CD.

    Hmmm. 2x250 = 500. 500/650 = 10/13 = 0.769. That's actually something like 23% less data. Someone less beholden to the Content Cartel could have written this as "It holds nearly one quarter less music", and it would have been more accurate to boot.
    1. Re:Math issues by __aasfhc1949 · · Score: 1
      Hello:

      From the cnn.com article:

      "But because the discs pack data densely and the music is compressed using methods similar to that of MP3 software, each can contain up to five albums of music."

    2. Re:Math issues by gilroy · · Score: 2
      Look, that's not the issue. The issue is not fuzzy comparatives like "up to five albums", which tells us nothing unless we know what fiducial "album" they are using for a comparative. Much more important are the actual, hard facts: The discs have two sides, holding 250 MB each. Doubling that gets us to 500 MB. A regular CD holds 650 MB of data. 500 compared to 650 is 76.9%. In my eyes, that's not "nearly the same". It's nearly twenty five percent less.


      Press releases -- and this story sounded, in part, like it was taken from one -- like to obscure the hard facts behind fuzzy comparisons that cannot be validated and hold, really, no meaning.

    3. Re:Math issues by Anonymous Coward · · Score: 0

      You get 700 MB of data on the non-standard 80-minute CDs that are common today. That is the figure for computer data. The figure for Red Book audio data is higher (because there is less error detection/correction overhead).

  75. Not all compression sucks by Roadmaster · · Score: 2

    Take the ATRAC psycho-acoustic compression scheme used for minidiscs, where the quality is virtually indistinguishable from that of a CD. A minidisc stores 140 MB of raw data, so that means a bitrate of approximately 256 kbps. So compression can give good results, if you use an adequate bitrate and a quality encoder. There's no reason for MP3 files to NOT sound good, too; of course, if you're talking of a 128kbps rip of a complex orchestral recording, you're gonna suffer a loss, but the same piece encoded at 320kbps will hardly be distinguishable from the real thing.

    Unless of course, you're talking about one of those freak audiophiles who spend 30 grand on a bizantine rig which can only play vinyl LPs...

    1. Re:Not all compression sucks by Anonymous Coward · · Score: 0

      You cannot imagine how good that $30,000 system sounds.

  76. CD sales are flat ... by Skapare · · Score: 3, Interesting

    If CD sales are flat ... for whatever reason you think that might be ... how is a new format going to bring in new sales? Are people holding off on buying new content so they can end up spending money buying the same content on a new format? Suppose it is the case ... as the industry claims ... that internet piracy is the cause of reduced CD sales. How is a new format going to make people uninterested in the internet piracy? Do they think that people will abandon sharing and trading online to buy this new format? Maybe if the format completely replaces CDs and perfectly prevents ripping it could make it hard to have source material for trading. But that won't happen since if you can hear it, you can rip it, and even though that won't be perfect digital quality, it won't ever degrade any further over the net, and people are already happy to download poor quality rips.

    --
    now we need to go OSS in diesel cars
    1. Re:CD sales are flat ... by Frank+T.+Lofaro+Jr. · · Score: 2

      if you can hear it, you can rip it

      Well if the SSSCA/CBDTPA passes even analog-digital converter chips could be make illegal (except for professionals and/or in locked systems - hobbled with copy "protection" systems).

      I can just imagine hearing on the news in 2010: "Today in a huge bust, the FBI seized 30 kilos of cocaine and 300 black market ADC chips..."

      --
      Just because it CAN be done, doesn't mean it should!
  77. dataplay vs compactflash by nytmare · · Score: 2, Insightful

    Discs are fragile. CF is sturdy. I can safely slip a CF card into my pocket without using a protective case. This is important with digital cameras. (Also, SmartMedia is fragile. MemoryStick is proprietary. CF rules.)

  78. Editing does not mean neutral or objective by jerryasher · · Score: 2

    I don't mind bias. Everyone has their bias. Not everyone will admit their biases. It's better to read knowing the author's bias than to read a piece without knowing the author's bias.

    Even folks that strive for objectivity are still biased. Much of the time, when you see a "pro" statement balanced by the "anti" statement, that's not being objective and it's not being neutral, that's sloppy reporting.

    And that's the lesson of Heisenberg, Hunter S. Thompson, Global Warming and the whole post modern movement.

    Welcome to 2002.

  79. "Buy their favorites again" by Gannoc · · Score: 2
    DataPlay users will be able to record directly from CDs they already own, but Quigley predicts those users will be a minority. Most people, he said, will go ahead and buy their favorites again in the new format.


    Well at $13 per blank disc, no kidding.

    This of course, assuming i'm stupid enough to get this new format in the first place.

  80. There's more than one? by John+Murdoch · · Score: 1
    There are one-man roasted cashew operations in East Rainbucket, Maine who can do this.

    Rant on, man. I'm typing slowly because I'm wiping the tears from my eyes from laughing so hard.

    Thanks for making my afternoon....

  81. DVD Killer DIVX? by InfiniterX · · Score: 1

    I've no doubt that this will go the way of the "DVD Killer Divx", the minidisc, and the DAT (which is used professionally - dataplay won't even have that market).

    Divx did kill DVDs. I haven't bought a single ...

    Oh, wait. Wrong Divx. :)

  82. Get ready for change by ttyp0 · · Score: 1

    Unfortunatly any technology that is backed by the biggest players will become standard. If they wanted to phase out CDs and make Dataplay the standard, they could easily do so.

    1. Re:Get ready for change by killthiskid · · Score: 3, Insightful

      Oh hell no. The barn door has been open FAR too long for CDR to go away.


      CDR prices would have to increase by 25 times to match the prices of the this new tech... and seeing as there is money to be made in selling CDR, they will not go away soon.


      Even the biggest players do not have to power to stop a movement as big as making your own CD or downloading music off the internet. I feel that moves like this show the very desperation that indicates they have very little options left in the form of 'prevention'.

    2. Re:Get ready for change by Ashcrow · · Score: 1

      Not always. Look how far the hard drive that keeps tabs on you has done.

  83. are they mad? by tomstdenis · · Score: 1

    10$ for a blank disc? And why wouldn't I just stick with my CDR which not only holds 200MB more but cost 9.60$ less?

    I just bought a spindle of 100 80Min CD's for about 40 bucks. That is 0.40$ each.

    Tom

    --
    Someday, I'll have a real sig.
  84. [OT] by Kirkoff · · Score: 1

    Your sig isn't a Pokey reffrence is it? San Quinton hold the key you know...

    --
    There are exactly 42,935,718 letter sized sheets in a square mile.
    1. Re:[OT] by Chicane-UK · · Score: 1

      "Your sig isn't a Pokey reffrence is it? San Quinton hold the key you know..."

      Um.. not quite sure I get what you mean.

      I borrowed this sig off a friend of mine.. he rarely used his shell, and this little gem was sat in his .plan file - I dunno, maybe its just the only way you'd ever get the A-Team & UNIX in a single related sentance :)

      --
      "Hey! Unless this is a nude love-in, get the hell off my property!!"
    2. Re:[OT] by Kirkoff · · Score: 1

      Ahh, Ok. I've read more Pokey The Penguin than I have watched the A-Team. At the end of of a commic called "San Quinton Holds the Key" Pokey says "I love it when a plan comes together" though there is obvously no plan.

      --
      There are exactly 42,935,718 letter sized sheets in a square mile.
  85. Compressed - why buy? by ecc0 · · Score: 1

    If this format succeeds, the music industry will have killed the greatest reason people still buy CD's even if they can download them - the non-compressed CD audio. The audio on DataPlay discs is compressed, and downloaded 192 kbps MP3's are likely to sound at least as good.

  86. Each Side????? by Anonymous Coward · · Score: 0

    When connected, a user can also store data on the discs -- 250 megabytes on each side, for a total slightly less than the 650 megabytes that fit on a CD.

    Let's see... 250MB/side... 2 sides right? so that's 500MB... good... i can do math... now 650MB CD - 500MB dataplay disk... is 150MB!

    How the heck is losing almost 25% of data storage "slightly less"?!

    I'm thinking someone at Dataplay needs remedial math.

    And another thing... Unless this is a rewritable disk... I'm NOT paying $15 for a double-sided mini-CDR. $1 sure... $3 maybe...

  87. Congratulations by Anonymous Coward · · Score: 0

    You just made my Quote file!

  88. Dataplay is heaven's sent for PDA software by Anonymous Coward · · Score: 1, Interesting

    For any PDA software author looking for a way to make software that

    a) can have some decently sized content (ie. more than a meg)
    b) will not be pirated like there's no tomorrow (1. size of app - 1MB apps spread by email pretty darn well, 2. DRM)

    the dataplay disk is totally from heaven. PDA games will be the killer app for those, if they survive so far.

  89. Obligatory remark by Blikkie · · Score: 1

    Imagine a Beowolf cluster of those!

    For the rest I think this is a lousy idea that will almost certainly fail because general public hasn't got a reason to throw their old CD's out of the window because of this.

    Sincerely,

    Remco

  90. Woohoo! Single sided disks! by John_McKee · · Score: 1

    I knew this holepunch would come in useful again some day!

  91. No harder than cassette to CD by lux55 · · Score: 1

    I just plugged my old ghetto blaster with a single cassette deck into my line-in on my PC, used a cracked copy of Sound Forge my friend gave me way back, and hit record. Sure I had to wait and actually listen to the songs as I put them to wavs then to both mp3 (saved to my gnucleus-readable directory) and CD, but I copied that tape off my friend years ago for a reason: because I enjoyed listening to it. I don't mind hearing it once more as it's converted.

    Time taken: 1/2 hour per side, plus burning time. How much different will it be with these new things? None. No DRM scheme can stop me either. Dataplay will fail, and they're stupid not to know this themselves.

    1. Re:No harder than cassette to CD by karlu · · Score: 1

      It's not DataPlay enforcing DRM, it's the record labels. Everyone knows about line in recoding, so if you want to spend the time great. DataPlay will be glad to let you record to blanks that way. Also, you will be able to make a reasonable number of copies from pre-recorded DataPlay media, so DRM doesn't stop you. It just won't let you make a million copies.

  92. Wah! I don't like it! Wah! by Mulletproof · · Score: 1

    Ok, I'm getting a bit tired of all the whining going on here. First, it's high time some of you come to realize that you're never going to see media without encryption and content controls EVER AGAIN. The way some of you carry on, it sounds like you refuse to step into the next generation until the record companies bend to your will. "I'm gonna keep the ol' CD around for the next 20 years if I have to!" Riiight. Personally, I'm getting sick of 4 1/2 inch CD media that scratches if you so much as breath on it wrong. You all say you'll crack the new encrption format the day it's released, right? So give it a rest already.

    Second, why all the hate here concerning DataPlay media? Aside from copy protection, that is. It's the size of a quarter for cryin' out loud. I sure as hell won't be missing that massive 150mb size difference between it and a normal CD. It's re-writable. It's encased in a protective shell. So don't buy "The Man's" music. Get some blank media and record your MP3s to it. I'd love a media player as small as this is going to be with affordable mass storage. I absolutely loved my MD player and now I can get nearly the space of a CD with the durability of an MD. What's not to like? (copy protection; See first paragraph).

    Finally; Music isn't going to be the only application for this stuff. 500mb "floppy disks"? I'll take it. Besides this, I've already drawn up a (very)basic design for a portable gaming system. Most PS1 games will fit on a Dataplay disk, people. A truly portable CD based gaming system? I'd snap one right up. But that's just me.

    So please, if anybody complains anymore, I'll puke. Literally. I'm not joking. I swear. I'll come to YOUR HOUSE and puke. You won't like that. Really.

    --
    You need a FREE iPod Nano
    1. Re:Wah! I don't like it! Wah! by Anonymous Coward · · Score: 0

      Shut up.

    2. Re:Wah! I don't like it! Wah! by generic-man · · Score: 0, Redundant

      It isn't rewriteable. While I like the idea of a tiny, durable 500 MB optical disc, the article stated that you can write data to DataPlay discs but not erase them.

      --
      For more information, click here.
    3. Re:Wah! I don't like it! Wah! by Anonymous Coward · · Score: 0
      Ok, I'm getting a bit tired of all the whining going on here.
      Then stop your whining.
      First, it's high time some of you come to realize that you're never going to see media without encryption and content controls EVER AGAIN.
      The way some of you carry on, it sounds like you refuse to step into the next generation until the record companies bend to your will. "I'm gonna keep the ol' CD around for the next 20 years if I have to!" Riiight.
      It's not the responsibility of the marketplace to coddle the music industry if the music industry wants to peddle junk. Instead, if the music industry would like to survive, they can learn to offer what their customers (the people with the money) require. Which includes media without a bunch of new encryption and copy prevention controls.
      Aside from copy protection, that is.
      Aside from that, Mrs. Lincoln, how did you like the play?
      It's the size of a quarter for cryin' out loud ... It's rewritable.
      Big deal. We already have MiniDisc and iPod. Both of those are rewritable, unlike the write-once DataPlay discs.
  93. My 2 Cents by Anonymous Coward · · Score: 0

    Here's my 2 cents.
    1. Media is too small.
    If I pay $18 for something, I need to
    get something bigger than a quarter.
    There is just no room for artwork, lyrics,
    whatever. Yeah, you could store that as data
    too, but it's just not the same. A CD jewel
    case is about the smallest you can get and
    still have a reasonable size cover art.
    Otherwise it's just a $18 piece of Bazooka gum.
    2. It has moving parts.
    The NEXT BIG THING as far as media delivery
    goes will not have (or require players that have)
    moving parts. Sure, iPod is great. It is sooo
    close to perfect, but not quite. I mean, we
    already know what the next big thing is
    (cheap, non-volatile RAM). Someone just needs
    to figure out how to do it.
    Oh, wait, that's right, that tech is for making
    non-rebootable PC's. Forget it :-)

    1. Re:My 2 Cents by Mulletproof · · Score: 1

      Ah, cheap, non-volatile RAM.... It'd be nice. Keep praying. But your still going to be assed out of a jewel case with that stuff. Acually, they are making headway with the non-rebootable PC bit...

      --
      You need a FREE iPod Nano
  94. Yes... by Anonymous Coward · · Score: 0

    Let's see. This is a CD-like, CD-incompatible storage medium with lower storage capacity than a CD; copying, which is supported by CDs and permitted by fair-use laws is not possible; and it's more expensive than a CD"

    And has a radius at least 10 times smaller than that of a CD.

  95. Ahm, anyone heard of headphones? by Anonymous Coward · · Score: 0

    What stops me from plugging in a cross cable from the device to the line in on my soundcard and recording the music that way?
    Granted, not the easiest, nicest or cleanest way of doing things, but why not?

    If you have good cable and soundcard, the degradation would be minimal if any....

    Just my 2 cents.

  96. SD? by KlomDark · · Score: 1

    This'll probably seem embarrassingly obvious once someone expands the acronym for me, but what is SD? That's a new one for me. Or did you mistype MD (minidisc)?

    Somebody please, beat me with a clue stick! :)

    1. Re:SD? by Anonymous Coward · · Score: 0
  97. I do!! by KlomDark · · Score: 1

    It's a 1.6 gigahertz box with 640 megs RAM and an 80 gig HD. I had a couple old 1.2 megabyte 5 1/2 floppy drives sitting around, so I put one in the box, just more to get strange looks that to actually use it. :)

    But, it runs Linux, never NEVER will I put XP on anything, I cannot agree with the licensing restrictions, plus the only way to actually USE XP is to get in and tweak all the settings so that it acts like Win2K, which in my opinion is the best OS M$ has ever released, but Linux is still far better!

    Anyway...

  98. Silly record companies by Backov · · Score: 2, Insightful

    Media is so 90s.

    Cheers,
    Backov

    --
    In the law there is no overlap between theft and copyright infringement whatsoever.
  99. I don't see why by dark-nl · · Score: 2, Insightful

    We just have to be able to read them. Then we can copy the bits, encrypted or not, to a different disk. As long as we can make a device that makes an identical copy, we'll be fine.

    Of course, it's going to be easier to just not buy the things in the first place :) I still don't have a DVD player, because of my initial disgust at the region coding thing.

  100. It that it? by Mulletproof · · Score: 1

    The little man speaks. Whoohoo.

    --
    You need a FREE iPod Nano
  101. Mod this guy up. by Mulletproof · · Score: 1

    That's the biggest drawback. Yeah, it's small. Cool. I like small. I like protective shells. I like re-rightable. But who is going to buy entirely new albums on this thing? I sure won't. I'd buy the blank media and make my own mixes, but the Big Labels would be SOL. As cool as it is for music media, it just isn't the quantum leap Tape to CD was. I'll preach a portable Dataplay based handheld game system all day long, but like DVD Audio, it's just not enough.

    Screw Beowolf clusters... Let's raid these bad boys ;)

    --
    You need a FREE iPod Nano
  102. This is the only reason DataPlay is being launched by __aasfhc1949 · · Score: 1
    "But now, 20 years later, CD sales are flat and the recording industry needs something new and improved to revive revenue."

    (From the MSNBC article)

  103. They won't/can't stay $10 by Mulletproof · · Score: 1

    ...If they survive that long. When MDs first appeared, they were similarly priced but have since come down. I'd suspect the same would happen with DP disks.

    --
    You need a FREE iPod Nano
  104. He exploded? by Mulletproof · · Score: 1

    Where was I when this happened? I miss all the cool stuff :(

    Anyway, killthiskid is right. All the components nessisary to mix your own CDs are cheap and easy to come by. The labels are really going to have to sweeten the deal to cause a mass exodus away from the CD to occur. And seeing as how greedy they're being now, I don't see that happening.

    Damn... I wanna be in a room full of Asian women, minus the spontaneous combustion part of course.

    --
    You need a FREE iPod Nano
    1. Re:He exploded? by killthiskid · · Score: 1

      I got the .sig from some post here at slashdot... I should have saved a shortcut to it. I laughed every time I though of it for 3 days... and got a lot of weird looks becuase of it. It is the first .sig I have had that has successfully generated comments strictly on its behalf.


      I am amused.

  105. What happened to other mediums. by Anonymous Coward · · Score: 0

    I've no doubt that this will go the way of the "DVD Killer Divx", the minidisc, and the DAT (which is used professionally - dataplay won't even have that market).

    Minidisc
    MD's have been big in Japan for a long time now. I've even encountered a Japanese homeless lady happily listening to MD! Japan also has many CD "rental" stores which most certainly are in violation of explicitly stated lines in most CD licenses, but for some surprising reason, they're not banned.

    DAT tapes
    Dat tapes are an amazing technology that went sour under RIAA's imposed restrictions. It should have replaced many audio mediums, but the high tax (imposed by the RIAA) and patents killed it except in non-proffessional markets. Dats store music digitally and they support direct access to raw data. That's hella cool, IMHO.

    1. Re:What happened to other mediums. by Anonymous Coward · · Score: 0

      By my count (based on what my friends own), MiniDisc is many times more popular than MP3 players. (Actually, I don't know anyone that owns an MP3 player.)

    2. Re:What happened to other mediums. by jquirke · · Score: 2

      Good point. Same here, in fact, I only know of one person with an MP3 player, who upgraded to a minidisc - they're cheaper and quite popular here (Australia) - just because it never took off in the US it's still reasonably popular elsewhere in the world and far from a dead format.

  106. what's the fuss? by Anonymous Coward · · Score: 0

    listen, dataplay is just the disc format. there are about 10 companies that are working on dataplay mp3 players, you will be able to write/rewrite to. 250mb of mp3's on a small disc like this would pretty cool in my opinion, and is much smaller than a minicdr. there are other products being made for the dataplay discs also, like game devices and cameras, so don't knock the entire format, just because of one certain application of it.

  107. music? no news. data? cool beans! by aminorex · · Score: 2

    The R/W drives should run about $200 according to
    the WSJ article on this subject
    (http://ptech.wsj.com/ptech.html).
    Sure, it's a non-starter as a medium for
    mass-market publishing -- but who cares about
    that?! DataPlay offers tiny portable drives
    that store 500MB on a disk the size of a
    quarter! That rocks. Disregard their access control
    crap. Everyone will ignore that, and use them
    exclusively as file-systems.

    --
    -I like my women like I like my tea: green-
  108. An added advantage to breaking the crypto by mplex · · Score: 1
    From the article:

    Recorded discs will include 30-second teases to older recordings by the same artist. If the buyer wants to own that too, he or she merely goes to the Internet, pays for it, and then the company can unlock the music. It's faster than downloading, DataPlay says, so it's more convenient for customers.

    Imagine unlocking all of the albums for the price of one.

  109. My Bad. by Mulletproof · · Score: 1

    Ack, my bad. I was looking at this, availible from their site;

    Pre-recordable and user-recordable -- the same media can be mastered like a CD or DVD for mass distribution of published content and it can be recorded by consumers like CD-R or DVD-R. In fact, pre-recorded media can still be recorded by the user allowing consumers to customize or interact with published content.

    I guess they just don't close them out?

    --
    You need a FREE iPod Nano
  110. (Re-)Education Process by gweihir · · Score: 2

    I like the sound of it: "Education process".

    Sounds a lot like the Reeducation that was customary for people in communism. Disagree with the government, and be reeducated, preferrably in healthy sibirian climate. Although it is certainly to the credit of capitalism that here not governments do the "Reeducation" but it is left to the private sector.

    --
    Most ACs are not even worth the keystrokes to insult them. Be generically insulted and ignored otherwise.
  111. good security by Profe55or+Booty · · Score: 1

    if you don't want anyone to be able to steal and read your disks, however, this would be great for you.

    --
    sig - .
  112. Dont forget, though... by AyeRoxor! · · Score: 1

    That this device supports "MP3-like" compression, according to their press release. This would enable several hours of audio on the re-writable medium... This one has me spooked.

  113. My Response Is Very Simple by Anonymous Coward · · Score: 0

    Go f*** yourself.

    Any questions?
    Didn't think so.

  114. When business plans go bad by Hangtime · · Score: 2

    Preface: Along with my degree in MIS, I received a degree also in Entrepreneurship and engaged in two different and very successful start-ups during my college career, including being named outstanding student in the program.

    There is an adage that is accepted wrongly by entrepreneurs that "If I can get 2% of the Chinese market to buy my product, that's a whole lot of money". The second adage is don't try to force the market, let the market come to you.

    So let's start at the beginning:

    We have a 4 year old high-risk, high reward startup with a backing of $119 million dollars to date and 240 employees.

    Management Team: From what I can come up with so far is that Steve Volk was the president of an 8 year-old company called Integral Peripherals before this position. Due to a change in the market the company failed and Steve left to start DataPlay. I like to see management teams that are "A" list and who aren't afraid of new ideas. But executives who don't see the future I have a big problem with.

    Consumer Acceptance: The premise of DataPlay repeated throughout the article was portability and archiving capabilities of DataPlay. I would accpet this if indeed it was still 1998. However, you have two sides of the market kicking you in the teeth along with a great number of external factors contributing to a very tough hill to climb.

    1. Drop in CF, CD, and Flash memory prices to the point that they all are in the consumer's mind or so inexpensive that there is no need for the format.

    2. Passed failure of such products as the Iomega HipZip. While not giving the same amount of space it did have the same idea. A bad idea regurgitated is still a bad idea.

    3. No increased value proposition for the consumer. Why would a consumer buy material when they will receive in their own mind that same material just in a different format. I believe this is a SERIOUS miscalculation. The switching costs of going from CD to MP3 is negligible, all you give away is time or if you want to buy one of those rinky pieces of software to do it. Switching to the DataPlay format you have time and also the costs of new media and new hardware. So not only is their no compelling reason to "upgrade" content (ie DVD superior quality and special goodies") it also costs the consumer.

    I found this comment extremely amusing considering it came from a VC

    "Portability and price will draw in the 18-34 age group first, predicts Bob Higgins, chairman and CEO of Albany, N.Y.-based Trans World Entertainment. The company invested in DataPlay last year, and Higgins sits on its board of directors."

    The market did react to these two pieces in 2000. You can now buy MP3 CD Players, In-Car stereos, MP3 players. Indeed every major electronics major now produces one or all three of these, and DataPlay is expecting these companies to "Jump on the Bandwagon". While many of the content companies are there, (it cost them little) it does cost hardware makers a great deal to tool up (remember Divx).

    Personally, I should go research this a little more but these are just some of the failings I see at the moment. I actually might write a case on this company (it intrigues me now) and send it back to the school.

  115. We don't need it.... by thumbtack · · Score: 2

    With A 20GB Archos MP3 player who needs it? Just another way to get me to buy the same music again. Until it sounds better than CD, Why bother? Give me a dvd audo disc the size of a quarter and we might talk.

    I can just hear it now. "Damn", "What?" "I just dropped my Nivana Dataplay Disc in the freakin Coke machine!" "Whoa dude, how many Cokes you get for it?"

  116. This *WILL* be good. by pedro · · Score: 2

    Member DIVX (the lame DVD format)?
    Well, this sucks even harder than that did, and will disappear even faster.
    Short of out-and-out trust building behaviour that even the Bush administration could not ignore, this strategy is going NOWHERE!
    Market traction is essential for a strategy like this to work. Faaaar too many folks are aware of what happened with DVD's (early adopters, especially) and they won't be burned again.
    This one is still-born , folks.

    --
    Brak: What's THAT?
    Thundercleese: A light switch.. of TOTAL DEVASTATION!
  117. Dataplay missed its market.. by izi · · Score: 1

    Dataplay has been under development for a long ass time and missed its mark by about 1 year. I was introduced to the product in 2000 and was quite impressed by its physical size, its capacity, as well as its extensive uses. But now, with products like the iPod, and the Creative Nomad, this type of media isn't going to make the cut.

  118. PTV? by vistic · · Score: 0

    Pop Television?

    MTV is a misnomer.

  119. Need Added value as incentive to buy... by ctar · · Score: 1

    Technology has made possible a revolution in the distribution of media. But, the companies that control the rights to popular media are behind the times...They are too slow to change and innovate to meet consumer demand, and they are too powerful to have any incentive to try!

    The proliferation of distributed file sharing has evolved out of a need for a more convenient way to retrieve media that is now digital by nature, and a means to do so.

    Consumers DEMAND this convenience, because thats what they spend money on PC's and internet for, and because they've seen how smart and efficient it can be! (Napster, etc)

    If the market can't meet the demand, then consumers will require some added value. Why should consumers sympathize with the publishers when they know how inefficient the current distribution method is?

  120. could small children choke on these? by kninja · · Score: 1
    Isn't the small size going to be an issue with the 18-34 crowd (the initial target market), as they are very LIKELY to HAVE SMALL CHILDREN. Toddlers like to put things in their mouths, sometimes small things get lodged there accidentally. That's a lawsuit waiting to happen. I feel sorry already for the parent that loses their child to this.


    You're not even supposed to give a small child a hotdog, unless it's cut up, because that could get caught in their throat.

    As technology shrinks, people need to consider the two year old that likes to put EVERYTHING into their mouth! It seems obvious, but I bet very frew people have considered this.

    1. Re:could small children choke on these? by Anonymous Coward · · Score: 0

      Dude a child can just as easily choke on a quarter who will the parents sue the government. this is a ridiculous concern.

  121. turning a lake into yogurt ("ya tutarsa") by Anonymous Coward · · Score: 0

    hmm...disks will cost $16 and the player around $370. It looks like they are either trying really hard to fail, or are naively optimistic.

    Reminds me of an anecdote about the great 13th century Turkish Humorist Nasreddin Hodja:

    ---
    One day people founded Hodja pouring the remains of his yogurt into Aksehir Lake.
    - Hodja, what are you doing? A man asked.
    - I am turning the lake into yogurt, Hodja replied.
    - Can a little bit of yeast ferment the great lake? The man asked while others laughed at Hodja.
    - You never know perhaps it might, Hodja replied, but what if it should!
    ---

  122. Simple to step around by buss_error · · Score: 1

    Since the process of getting around this is "circumventing a encryption device", I could get prosecuited under 1201 of the DMCA for telling you the easy way around this problem. I do wonder what the "LINE IN" jack on the audio card and the "LINE OUT" of the player is for...

    --
    Necessity is the plea for every infringement of human freedom. It is the argument of tyrants; it is the creed of slaves.
  123. Someone will still produce "proper" CD players by rogerzilla · · Score: 1
    ...The RIAA can't ban them in every country throughout the world, can it? Look at all the cheap Chinese DVD players where both region coding and Macrovision can be disabled with a few presses of the remote control, for an example.

    And who ever heard of storage capacity going down over a 20 year period? Perhaps in an effort to improve the quality ratio, the recond companies will offer us albums with two good songs and four crap ones, instead of two good songs and eight crap ones as we get on CD ;-)

  124. Even better : by aepervius · · Score: 1

    Instead of linking the music output to speaker or headphone, put it ina PC / Otehr type of recorder and record the analog output. Filter and repack. Since anyway this will apparently not be CD quality but with a certain loss, so you won't loose much by re recording digital. And even betetr you won't even need an extremly high bitrate to record those.

    --
    C. Sagan : A demon haunted world:
    http://www.amazon.com/gp/product/0345409469/
    visit randi.org
  125. RIAA is totally off it's rocker by smoon · · Score: 2

    The discussion of failed formats (Betamax, DAT, that phillips digital tape thing that competed with minidisc, divx dvds) points out the obvious -- it's hard to get consumers to move to a new format. In fact you could say that the CD's success was really an abberation -- most formats fail.

    I think this one will succeed, for a few reasons:
    1: It's marginally open -- from the consumers point of view they can copy stuff around.
    2: Most people can grasp the idea that they can 'fit' a certain amount on a disk, and it sounds likely that you _wouldn't_ need a PC to operate this thing as you most definitely do to feed MP3 players.
    3: The record companies will now give you two options: A: The record on CD w/no extras, or B: the dataplay format with the album, a couple of other albums you might buy access to in the future (and can preview now), and VALUE ADDED CONTENT -- the dataplay format might offer the same music as the CD, but add in 20-30 minutes of video, or a game or fill-in-the-blank. So joe q consumer at musicland sees two formats, same price, one offers more content.
    4: The record companies will likely start releasing the CD only 6-12 months after releasing on dataplay, if at all.
    5: They're sure to have a bevvy of lawyers litigating against anyone they detect who is reverse engineering or otherwise cracking the dataplay protection. DMCA to the rescue!

    And that sucks. Suppose I want to buy the led zeppelin album 'in through the out door', but the record companies only have two dataplay disks -- 1 has "dark side of the moon" as it's main album with led zeppelin II & III as extra 'buy in' albums on the same disk. The other has 'Led Zeppelin IV' as the main title, with 'houses of the holy' and 'in through the out door' as the 'buy in' albums. This means I have to buy the disk that contains that album for $16 + tax, then go to their website or call to 'unlock' the album I want for an extra $13. I can see why the record companies would be drooling at the prospect -- especially since all of the systems that have to be put in place to cover costs will probably justify them in ratcheting down artist royalties even further.

    Or I could just listen to my old cds, copy them to my mp3 player (lets face it, most people have some kind of PC access -- certainly the people willing/able to plunk down $300 for a dataplay player)

    --
    "But actually trying to use m4 as a general-purpose langage would be deeply perverse" --ESR
  126. Force the issue and it won't get bought... by Svartalf · · Score: 2

    The sound quality of the CDs was better than vinyl discs and they tended to be more durable and far more portable than LP's and 45's. In this case, you get less quality, no easy ability to copy to any of the standard formats (Casette doesn't exist in cars much anymore, but you will find CD and MP3 players...), and is being fronted by the media companies and one tech company.

    This is Sony's minidisc all over again. (And don't believe that Sony didn't try to force the issue with the format either- they did.)

    --
    I am not merely a "consumer" or a "taxpayer". I am a Citizen of the State of Texas
  127. Eep by rtscts · · Score: 1

    I bet Kodak, etc. will be onto this WORM shit quicksmart. By now they must have realised their little film/developing gravy train has been sitting in the maintenance shed for a while.

  128. I'd like to question a few of the Pros... by Svartalf · · Score: 2

    Cheap Discs - An MP3 CD player can hold many times more music and for $0.10 per disc. You're paying for miniaturization there in the case of the flash cartriges.

    Quality players - An MP3 CD player can do much the same thing and the solid state units don't have moving parts and are MUCH smaller.

    Good sound reproduction - depends on the music; side by side listening produced virtually no difference between 128kbit and the 74 minute mode on a Minidisc player.

    Holds 74 minutes - nice, but if you're downsampling, you're definitely down in the same area as the MP3 players and for length of play you can't beat the MP3 CD units. Up to 10 hours of play on ONE CD mix.

    Using analog output - ANYTHING can do that.

    Can erase and reuse discs, or delete an unwanted track- If I use CD-RW's the MP3 CD player can match that except for the easy single deletion and the solid state units can do the same things as the Minidisc player.

    Player costs the saem as a MP3 player (32-64mb devices)- an MP3 CD player can be bought for as little as $60.

    --
    I am not merely a "consumer" or a "taxpayer". I am a Citizen of the State of Texas
    1. Re:I'd like to question a few of the Pros... by Phoenix · · Score: 1

      Actually I'm replying to both you and BtAFMB above.

      Both of you are correct in your Pro's of an MP3 system, but I'm making the case if the RIAA succeds in making it damn hard to make a MP3 off of whatever the current/new format that pre-recorded music will be coming on in the future.

      Granted that CD-RW is cheaper than minidisk, Granted again that the HD based MP3 players can hold a jag more than my minidisk, and yes I'm a little out of date on the price of the cheaper MP3 Players, but I'm not willing to take a $500-$800 HD based player onto the muddy bike trails where I know darn well it will get damaged.

      My main concern is the future of the MP3 format. I know it will never die unless it's replaced by something that's better, but I'm focusing my efforts on a technology that will let me make Fair-Use, quality copies of my music regardless of the copy protection on it

      --
      -- Wiccan Army, 13th Airborne Division "We will not fly silently into the night"
  129. Marketing Focus: 5 albums on one disc by Control-Z · · Score: 1

    Hopefully DataPlay won't succeed on the "5 albums on one disc" fact. Will average consumers realize that for the past few years you've been able to fit 10 or more albums on a MP3 CDR, and select only the songs you want if you wish? A CDR with 200 songs on it is worth buying a special player for. A smaller disc with less capacity is not worth buying a special player for.

  130. What I want to know by wrax · · Score: 1

    Is there any company who is making a business of selling custom CD's? It seems that if the RIAA would sell custom CD's for like $4-$8 per disc they would make lots of cash. I haven't done any research on this, but it seems like it could work.

    maby others have another view but this makes sense.

  131. Reasons for bad sales by mystran · · Score: 1

    How many of you agree that most of the new music is crap ?
    How many of you might be buying more CDs if there was more interesting music to be bought ?
    How many of you find it easier to find interesting music in internet than in stores ?
    Maybe the problem isn't the format after all, maybe it's the content.

    --
    Software should be free as in speech, but if we also get some free beer, all the better.
  132. A Simple Answer --- Buy lots of them..... by infonography · · Score: 1

    Then return them next week and get your money back. If this happens often enough then the Retailers will pull the plug fast. Bye Bye Datascam!

    --
    Sorry about the writing. Robot fingers, you know? Cliff Steele in DOOM PATROL #23
  133. The Truth on DataPlay, Ignore the Misinformation by karlu · · Score: 1

    OK, there seems to be a lot of uninformed opinions on DataPlay. This technology is very similar to DVD-R or CD-R. Yes, it's write once, but write once media is extremely popular, and re-writeable optical sales are only about 8% of write-once, so write-once is not a negative if the media is cheap enough and you want it to be archival, which DataPlay is. Yes, in the beginning it will be more expensive than CD, but CD has taken several years to get to it's current price and DataPlay will come down too. Even at $5-$12 at the start depending on the pack size you buy, it's a steal compared to Flash. Try getting 500MB of Flash for $5; you'll spend about $500 instead. It holds almost as much as CD (500MB vs 650MB) and will increase capacity to be larger than CD in the future (1GB or more). Even at 500MB you can store 11.5 hours of MP3 at 96kbps on a disc that is 32mm diameter vs. 120mm for CD. The players will be around one fourth the size of CD players and they operate as burners and external drag and drop storage drives as well. 3 devices in one that fits in your pocket. Try doing that with a CD player or try using a CD in a camera, a PDA, a cellphone, etc. All of these devices will be coming out with support for DataPlay so you can use one media for everything and finally get good use out of PDA's, portable pocketsized MP3 players, and digital cameras using a media that is removable, very small, archival and high capacity. Unlike solid state MP3 players today, DataPlay will give a player about the same size but it will burn content, store data and play back your own recorded content or pre-recorded content in one device. Since you also get pre-recorded content, it gives you everything you get on CDROM and CD-R plus small size like Flash, but at 1/100th the price of Flash. Contrary to some statements, you will be able to make a reasonable numbers of copies of pre-recorded albums on DataPlay and you will have no compatibility problems like copy-protected CD's coming out now, so it will not impact normal consumer use. You'll also get bonus content, extra albums, video, etc. You can get over 5 hours of CD quality on pre-recorded DataPlay media, because it uses new algorithms like AAC and QDX at high rates like 192kbps which is considered to be CD quality and has been tested to be equal. This is not MP3, but you can record in MP3 if you want and get over 11.5 hours at very good quality. Also remember that CD uses 20 year old WAVE PCM encoding. New AAC etc. can equal CD quality at lower rates allowing more play time with no quality loss. In addition you can put you own content (images, extra tracks, etc.) in the blank space on the pre-recorded DataPlay media, because it's a hybrid format. You can't do that with CDROM you buy today. For those who like solid state devices due to portability this will blow those away because it's the same size but cheaper and higher capacity with support for pre-recorded content. For those who like CD you get pre-recorded like CDROM and recording like CD-R with virtually the same capacity at a fraction of the size plus you can use the media in other devices that CD cannot be used in, and every device is a burner and a drive that allows users to drag and drop any file under File Explorer to the media (images, video, data, etc.) and access via PC over USB. Easy to use, cheap, small, universal. This is not like Click at all and it blows away Flash and does everything CD-R or CDROM does and more.

  134. Re:Marketing Focus: 5 albums on one disc by karlu · · Score: 1

    Actually, you'll only get about 7.5 albums (an hour each) on a CD with 650MB recording at 192 kbps data rate. The DataPlay 5 hours is actually about 5.7 hours at this rate 9for 5 albums) or 11.5 hours at 96 kbps rate. Obviously you'll get more on a CD with the extra 150MB it has, but who cares. You will still get tons of music on DataPlay and you could carry 5 times the number of discs in the same space it takes to carry one CD. Plus you can carry them in your pocket along with the player. Try fitting a 120mm CD in your pocket or a player for that matter. Plus you better have a separate CD burner because your CD player won't burn. Now your in for 2 devices using a media that's too big, can be scratched, and doesn't hold that much more than DataPlay. DataPlay devicesare burners, players and drives. Your CD burner also won't support file drag and drop under explorer. Plus you can use your DataPlay media in cameras and PDA's etc. that will come out. Can't do that with ancient CD and then you'll have to buy Flash if you can afford it. DataPlay gets rid of those problems with a better format that will be higher capacity thanm CD in the future. Remember CD players were $1000 when they first came out and CD-R was about the same price. This is a better format and much smaller and portable and it will only go down in price. CD is good but limited in use and Flash is too expensive with no content. If you've ever seen DataPlay or played with it at a trade show you won't go back if your serious about portability and use across more devices than just a CD player.

  135. Actually discs will be by karlu · · Score: 1

    between $5 and $12 depending on whether you buy a 1, 3 or 5 pack. They are not $16. Compare that to Flash at $500 for 500MB. Devices will be between $299 and $369 to start depending on brand etc. and remember they are not just players, they are burners and drag and drop optical drives in one. Try getting a decent CD player with anti skip and a decent USB CD burner for less than $300, you can't. It'll run you about $170 for a decent CD player and $200 for a decent USB burner and then you'll be stuck with 2 giant devices instead of one small one that does everything. Plus you won't be able to use CD's in cameras or PDA's like DataPlay. No comparison. CD players were $1000 when they first came out and all they did was play. This is a leap in technology and will only go down in price with volume.

  136. Not quite right by karlu · · Score: 1

    Actually DataPlay officially launched the product at CES in January 2001.If you saw something in 2000 it must have still been a mockup because prototypes were not even done yet. DataPlay indicated at CES 2001, launch of the product in Fall of 2001, so they really only slipped about 6 months. iPod is OK, but if you want removable media like CD or CD-R, you won't get that or pre-recorded content support with iPod. Plus you'll pay a lot more for iPod, and don't drop it (hardrive crash!!). Plus with DataPlay you get unlimited capacity. With 12 discs you've got 6GB, which is more than the entry level 5GB iPod. Nomad is also huge. How will you transfer a play content on your iPod in somebody elses device. You better hope they have Mac and Firewire. With DataPlay you just pull the disc out of one DataPlay device and put it in another. Don't get me wronf, iPod has it's place but ifd you want removable media and pre-recorded content and the ability to expand your collection and bin it it manageable pieces, then DataPlay is more flexible.

  137. Research More by karlu · · Score: 1

    Sounds like you might need to. First CF will never drop enough in price to come close to DataPlay. Right now a 500MB CF costs $500. Dataplay will always be lower and in time will get close to CD price. For every drop in CF price, DataPlay will be an order of magnitude lower. Plus CF has corruption and degradation problems. Also, CF will never have any viable content not only due to price but because it can't be stamped out in high volume like optical. There is reason CD and DVD came out for content. DataPlay will only let you do more than CD and DVD. Second CD is too big to be useful in anything other than a CD player. If you want a media to be used in cameras, PDA's etc. and music players, this it it. Third, don't even compare this to HipZip (actually PocketZip or formerly Clik). PocketZip discs are bigger, more expensive ($15 vs. around $10), less capacity (40MB vs. 500MB), and magnetic vs. optical and they also had zero support by the CE industry in devices and no content support. Also Trans World is not a VC they are the largest independent Record Store chain in the US (Camelot, the Wall, etc.). Therefore not only does DataPlay have big CE names like Toshiba, Samsung, Olympus who have come on board along with content providers like Universal, EMI, BMG, Jive/Zomba, but key retailers are on board. For every skeptical view there are 100 consumers who want this and can use it. There are a host of hardware companies doing everything from cameras to PDAs that will be out with DataPlay later this year. The increased value prop for the user is extreme portabilty, use in all device types for simplicity, content with extra material you can't get on CD, recordability just like CD-R but easier to do, affordability far superior to flash with higher capacity and content. Remember all DataPlay players are burners, drives, and players. 3 devices in one to allow you to burn and play all the MP3's you want, or store data or images, or move content between devices. This does everything that CD or CD-R does and gives you Flash size at a much lower price. If you currently use CD-R or Flash, you've got to like this. Obviously if I just want to dump data to a $0.50 CD-R for backup I'll continue to do it, but if you want to consolidate your media types and use your content in more places at a low price, this is it.

  138. Re:Marketing Focus: 5 albums on one disc by Control-Z · · Score: 1

    Um, ok. What is your job title at DataPlay?

    I never said 192k. I get at least 10 albums on a CD because I encode at 128k. Why even bring up a 96k rate, other than just to quote a big number for DataPlay capacity? I notice you didn't quote the corresponding CD number.

    150MB is a big difference in the wrong direction. That's around 30 less songs per disc. Why downgrade? I sort of expect any new technology to at least double the capacity of the older technology. Or at least give higher quality. Give me *something* other than a tiny disc and copy protection. I haven't read anything that indicates DataPlay is innovative in any way.

    We're talking about a disc with 13% less space and intrusive copy protection, plus buying all new playback/burning devices. Why would I do that?

    And why would you think you can't you drag and drop to a CD from Explorer? I don't do it, but it can be done if you want to. Adaptec EZ-CD Creator can do it.

    If DataPlay discs held 10GB or even 4.7 they might be interesting enough to ignore the "big brother" aspect. I for one don't care much about portability. A 24-cd wallet fits nicely under the armrest in my car and can hold literally 10 full days worth of music.