Slashdot Mirror


Apple Shuns DRM Efforts So Far

Graff writes "This was found on SiliconValley.com. In an article for the Mercury News, Dan Gillmor talks about how Apple is still standing firm against the Digital Rights Management (DRM) efforts which the entertainment industry is trying to force on the public. There's also another article on the fight for our digital rights in Congress."

7 of 481 comments (clear)

  1. Re:Apple knows which side their bread is buttered by tshak · · Score: 5, Informative

    Remember that Microsoft is the one that A) voted AGAINST legislation for DRM and B) has opted to make it a consumer choice as to whethor or not you want Windows to boot in "DRM" mode or not. If you're not in DRM mode, you simply can't play purchased digial music. Big deal - I'm not buying crippled music. However, you can still play all of your "insecure" MP3's and WMA's.

    --

    There is no longer anything that can be done with computers that is nontrivial and clearly legal. -- Paul Phillips
  2. Re:What about Pixar? by Nutcase · · Score: 5, Informative

    Pixar is /not/ owned by Disney. Pixar has a 5 film distribution deal with Disney. But it is it's own production company.

  3. I need to try this by HughsOnFirst · · Score: 5, Informative
    In Dan Gillmor's column he says

    "I recently discovered that Apple's DVD Player software, which came with my Powerbook G4 laptop, gives me flexibility in a way I hadn't expected. Sometimes I like to watch a movie while I'm on a plane, but the DVD drive in my machine drains my battery too quickly. So before I leave home, I copy a movie -- note to Hollywood: I do not do this with rental DVDs, only ones I own -- to my hard disk. The DVD Player software reads it from the disk, which uses less power than the DVD drive."

    That is pretty interesting. I wish it would fast forward over the ads
  4. Re:This is bigger than MP3's on iPod by funwithstuff · · Score: 5, Informative

    If you read the article, you would notice that the OS cheerfully lets you rip, image, and mount whole DVD's to your hard drive, so you can watch them on battery power without the added electrical drain of the disk player.

    Not quite true. If you just copy the DVD by drag-and-drop, you'll probably have playback problems. (CSS and the disc name disagreeing?) Image the thing with Disk Copy and you should be fine.

    Alternatively, use a program like DVD Backup to rip, DeCSS, de-region, and you're golden. Apple's DVD player will play it back just fine.

    Apple actually enabled this feature (in the last six months or so) so that their DVD Player app could play back DVDs that had just been created with their DVD Studio Pro package: pre-imaging, pre-burn, just sitting there loose on the hard drive. Apple is trying to make things easier for content creators, their traditional market, and a handy side-effect for everyone else is a non-DRM solution on the table.

    --
    it's not about the karma, it's about the whuffie
  5. Re:This is bigger than MP3's on iPod by Graff · · Score: 5, Informative
    If you just copy the DVD by drag-and-drop, you'll probably have playback problems. (CSS and the disc name disagreeing?)
    Not true. You can play DVD video from just about any media with the built-in DVD player in MacOS X. To see how take a look at this AppleCare Knowledge Base document, #42647. The important instructions are here:
    To open your DVD movie:

    1. Open DVD Player 3.1 (Requires Mac OS 10.1.3 or later)
    2. Choose Open VIDEO_TS Folder from the File menu.
    3. Locate and select the VIDEO_TS folder and click Choose.
    4. To start playing the movie, click the Play button.
  6. Re:Further examples of Apple corporate Schizophren by Tokerat · · Score: 5, Informative

    Just because Apple doesn't actively support altering of Aqua doesn't mean you can't, or for that matter, that it's not allowed.

    Duality

    Apple has pursued those who create an Aqua style theme for other computers because the LOOK and FEEL does belong to them. They paid artists and graphic designers to come up with it. Using it elsewhere is like using the Apple logo elsewhere, and Apple has the right to keep what's theirs theirs.

    X11 already runs on Mac OS X, in the same screen space as Aqua (if your turn the option on), and personally I feel as though it's a Good Thing(TM) to have X11 not look like Aqua. After all, it ISN'T Aqua and thus I am made aware of the enviromental differences simply by observing what kind of window it is. If I'm the type of person who can't handle that, why am I running X11 in the first place?

    XDarwin

    If you're talking about doing screen drawing, Aqua is meerly the look and feel (interface philosophy, if you will), it doesn't HAVE an API. You may be thinking of Quartz, QuickDraw, and QuickTime, which are pretty extensively documented, as they always have been. For free, too. If you're intrested in what Aqua actually is, read the Aqua Human Interface Guidelines.

    As for Aqua, anything you need to do to make Aqua windows/widgets when coding are there. Check out the Window Manger documentation, or the Cocoa flavor, if you liek that sort of thing ;-)

    There are no "hidden APIs" (unlike M$ Windoze). There are however, system internal functions for performing tasks that need to be done (Window widgets, double buffering, etc), for which there is no need of programmer intervention.

    Claiming those functions are a "hidden API" is like being pissed you can't call functions in a library because they where only implemented to assist the programmers while writing the library. In fact, that's exactly the same thing, isn't it? Hmmmmmm.....

    This is one of the ways Apple is achieving greater system stability, through abstraction of the OS and hardware to the programmer. MacOS 9 (er..."Classic") was hacked to shreds by anyone and everyone, and there where all kinds of problems with INITs and CDEVs and such running amok on everyone's system. I have no less than 175 INITs and CDEVs on this machine right now (yes, a Classic box, 8600/250) and I use most of that functionality. The OS sometimes gets slow, sometimes crashes. A clean install of MacOS 9 will be damn quick and DAMN stable. Throw all this crazy hack-job business in the mix and it's easy to hose your whole system in no time. With Mac OS X, Apple has abstracted many things and it keeps programmers from being naughty and say, writing directly to WindowDef structures, which reside in system memory space. So should it be allowed? Imagine a loop with a bug which, under certian conditions, will write forever to that WindowPtr. Now remember it's in the system heap. Oops.

    I can put it better with a quote from Super Troopers: "The less you knew, the less you could fuck up."
    --
    CAn'T CompreHend SARcaSm?
  7. Re:All kinds of forces by jbolden · · Score: 5, Informative

    Actually no; the original poster is correct. During boot the system will either be in "trusted" or "untrusted" mode. Thus a Palladium OS will be able to tell the difference between running in an emulator (where data could then be pulled out with a dubugger) and running against native hardware. Once the Palladium capable OS has linked with the hardware it will take over responsibility for applications.