Stories
Slash Boxes
Comments

News for nerds, stuff that matters

Apple Updates, Cripples iTunes

Posted by pudge on Tue May 27, 2003 05:05 PM
from the oops dept.
squiggleslash writes "Apple has issued an update to iTunes 4, iTunes 4.0.1. It can be downloaded via Software Update. The big change seems to be that iTunes will now only stream music to other Macs on the same subnet. This is presumably a response to people publishing public lists of shared iTunes playlists, though it does mean that anyone wanting to stream music from home to work or vice versa is SOL. Oh well." You can't share between 4.0 and 4.0.1 iTunes, so be careful in updating. AppleScript access to shared playlist tracks is fixed, though. Woop woop.
This discussion has been archived. No new comments can be posted.
Apple Updates, Cripples iTunes | Log In/Create an Account | Top | 653 comments (Spill at 50!) | Index Only | Search Discussion
Display Options Threshold:
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
(1) | 2
  • VPNs (Score:5, Interesting)

    I don't have access to a Mac (let alone two) but couldn't you use a VPN if you wanted to stream from home to work or vice versa? You know, tunnel the traffic so it looks like one local network even though it isn't?
    • Re:VPNs (Score:5, Interesting)

      by JoeBuck (7947) on Tuesday May 27 2003, @05:08PM (#6051939)
      (http://www.welsh-buck.org/jbuck/)

      Certainly, or use SSH port forwarding.

      [ Parent ]
      • Re:VPNs by Anonymous Coward (Score:2) Tuesday May 27 2003, @05:12PM
      • Re:VPNs by kwerle (Score:2) Tuesday May 27 2003, @05:12PM
        • Re:VPNs by Anonymous Coward (Score:1) Tuesday May 27 2003, @05:14PM
          • Re:VPNs by Mr. McGibby (Score:1) Tuesday May 27 2003, @05:21PM
            • Re:VPNs by fishbowl (Score:2) Tuesday May 27 2003, @06:16PM
              • 1 reply beneath your current threshold.
            • 3 replies beneath your current threshold.
        • Re:VPNs by EggZact (Score:1) Wednesday May 28 2003, @08:44PM
          • Re:VPNs by kwerle (Score:2) Thursday May 29 2003, @10:22AM
            • Re:VPNs by EggZact (Score:1) Saturday May 31 2003, @01:41AM
              • Re:VPNs by kwerle (Score:2) Saturday May 31 2003, @03:34PM
      • Re:VPNs (Score:5, Informative)

        Certainly, or use SSH port forwarding.

        For an application yes, but for vpn no (or atleast it's not a good idea). The concept of running ppp over ssh to create a simple vpn is not really as good as it may sound at first glance. The problem arises from two TCP:s being stacked. The TCP always presumes that it's being run on unreliable medium (which is not the case for the TCP that application uses on top the ssh/ppp stacking) where packets are lost incase of congestion.

        All this results in the presense of normal net congestion into huge lags and even connection breakage on top level applications.

        A lot of references can be found from the net about this issue, I'm not even going to bother quoting here.

        Better approach is to place the vpn layer into a medium similar to the medium that IP packets usually experience. Thus approaches like cipe and OpenVPN, both of which use UDP as their transport for the encrypted ip packets and thus preserves the feel of the actual underlying medium. Ipsec, although somewhat different, performs equally well, because there the encryption is brought to the actual IP level, where thus in some sense the IP serves as the transport for the encrypted IP packets.

        Bottom line is, ssh port forwarding for actual applications is a handy tool, but to mix vpn into that is not a wise decision. Any 2nd year cs student should understand why, but it's the problems with two tcps stacked is something that most even more experience cs engineers tend to miss.
        [ Parent ]
        • Re:VPNs by Anonymous Coward (Score:1) Tuesday May 27 2003, @06:05PM
          • Re:VPNs by Kynde (Score:2) Wednesday May 28 2003, @03:03AM
          • Re:VPNs by Kynde (Score:1) Wednesday May 28 2003, @03:07AM
        • Re:VPNs by coolgeek (Score:2) Tuesday May 27 2003, @06:10PM
          • Re:VPNs by Kynde (Score:2) Wednesday May 28 2003, @02:52AM
            • Re:VPNs by coolgeek (Score:2) Wednesday May 28 2003, @10:17AM
          • 1 reply beneath your current threshold.
        • Re:VPNs (Score:5, Insightful)

          For an application yes, but for vpn no (or atleast it's not a good idea). [blah blah blah overhead, blah blah blah performance, blah blah blah bad]

          OK! For performance reasons, you should not try to tunnel anything over anything. You should use direct gigabit ethernet between all points that want to communicate with each other (at least)! And you should always use UDP!

          But in reality, VPNs and tunnelling VPNs over TPC/IP and tunnelling TCP over SSH works really well. And it's secure. Are you going to get top performance? Nope. Is UDP a good idea when possible? Yup (see also vtun.sf.net). Is it always possible, or (gasp) convenient? Nope.

          I run NFS over VTUN over SSH. Is it fast? nope (actually, if I'm local (airport), the performance is OK). Does it work? Yup. Is it convenient? Hell, yes.

          Yeah, iTunes over VPN over ssh isn't going to be a great performer, but it will work just fine. Really, tunnelling directly over ssh is probably the way to go, but if you really want performance, sync your home library with work and play locally...

          Rant off: Kynde makes a good point - you can improve performance of VPNs by using UDP. But remember:
          1. Make it work.
          2. Make it work well.
          3. Make it work fast.

          If you never even hit #2, you still have something that works.
          [ Parent ]
          • Re:VPNs by mrroach (Score:1) Tuesday May 27 2003, @08:40PM
            • Re:VPNs by kwerle (Score:2) Tuesday May 27 2003, @10:29PM
              • Re:VPNs by Des Herriott (Score:2) Wednesday May 28 2003, @03:57AM
              • Re:VPNs by kwerle (Score:2) Wednesday May 28 2003, @09:57AM
            • Re:VPNs by risacher (Score:1) Wednesday May 28 2003, @07:07AM
          • Re:VPNs by Casca (Score:2) Tuesday May 27 2003, @09:24PM
            • 1 reply beneath your current threshold.
          • Re:VPNs by Kynde (Score:1) Wednesday May 28 2003, @02:59AM
            • Re:VPNs by kwerle (Score:2) Wednesday May 28 2003, @09:53AM
              • Re:VPNs by aminorex (Score:2) Wednesday May 28 2003, @12:28PM
              • Re:VPNs by kwerle (Score:2) Wednesday May 28 2003, @12:32PM
          • 1 reply beneath your current threshold.
        • Re:VPNs by Kynde (Score:1) Wednesday May 28 2003, @05:52AM
        • 2 replies beneath your current threshold.
      • Convenient Mac SSH Port Forwarding App by mistermund (Score:3) Tuesday May 27 2003, @07:51PM
      • Re:VPNs by jceaser (Score:1) Wednesday May 28 2003, @07:52AM
    • Re:VPNs (Score:5, Interesting)

      by Bigbluejerk (535787) on Tuesday May 27 2003, @05:13PM (#6051992)
      Couldn't Apple have just added encryption to iTunes streaming?
      [ Parent ]
    • Re:VPNs by diverman (Score:2) Tuesday May 27 2003, @05:42PM
    • Re:VPNs (Score:5, Informative)

      by turnstyle (588788) on Tuesday May 27 2003, @09:58PM (#6053769)
      (http://www.turnstyle.com/)
      Appologies for the plug, but my app Andromeda [turnstyle.com] will still work fine (you just need to turn on Apache and PHP).

      I also just put up a doc with OS X tips [turnstyle.com] including info about configuring it to serve directly from your iTunes folder, as well as configuring it to serve M4A and M4P files, like those from the iTunes Music Store...

      -Scott

      [ Parent ]
      • Re:VPNs by pigeon (Score:3) Wednesday May 28 2003, @02:06AM
        • Re:VPNs by bogie (Score:1) Wednesday May 28 2003, @09:12AM
      • Re:VPNs by clmensch (Score:1) Wednesday May 28 2003, @10:27AM
        • Re:VPNs by turnstyle (Score:2) Wednesday May 28 2003, @11:00AM
    • Sorry, Super-DCMAs have outlawed this by Royster (Score:2) Wednesday May 28 2003, @08:34AM
    • 4 replies beneath your current threshold.
  • New bug fix, more restrictive? by Quasar1999 (Score:2) Tuesday May 27 2003, @05:07PM
  • fair use? (Score:5, Insightful)

    by esome (166227) on Tuesday May 27 2003, @05:08PM (#6051940)
    (Last Journal: Tuesday November 18 2003, @04:37PM)
    I can understand Apple's need to restrist internet streaming but there are those of us who like to stream our tunes from home to office and it seems like fair use to stream your own music to yourself no matter how far apart your computers are.
    • Try this instead (Score:5, Informative)

      by djupedal (584558) on Tuesday May 27 2003, @05:13PM (#6051991)
      Netjuke...streaming, admin, etc. [sourceforge.net] Internet access galore....just the thing for home to office. I use it daily. Just between me and me.

      Note Netjuke uses PHP, Apache & MySQL, and can be tricky setting up on OS X, but once it's done you are set for remote music access/admin.
      [ Parent ]
    • Re:fair use? (Score:5, Informative)

      by no_opinion (148098) on Tuesday May 27 2003, @05:25PM (#6052094)
      There is nothing preventing you from authorizing your work computer as one of your 3 machines. Then you can listen to your music in both places without having to worry about packet drops, etc. When you change jobs, you can just de-authorize your work computer.

      I've tried this myself and it works great.

      [ Parent ]
    • Re:fair use? by zutroy (Score:2) Tuesday May 27 2003, @05:33PM
    • Re:fair use? by Kynde (Score:2) Tuesday May 27 2003, @05:42PM
    • VPN? by zakezuke (Score:2) Tuesday May 27 2003, @05:44PM
    • Re:fair use? by iotaborg (Score:3) Tuesday May 27 2003, @05:52PM
    • Re:fair use? by Macka (Score:2) Tuesday May 27 2003, @05:58PM
    • possible to "stream" since iTunes 1.0 by DaleBob (Score:1) Tuesday May 27 2003, @06:49PM
    • Re:fair use? by Anonymous Coward (Score:1) Tuesday May 27 2003, @11:45PM
    • Re:fair use? (Score:4, Insightful)

      by dr.badass (25287) on Wednesday May 28 2003, @12:35AM (#6054543)
      (http://slashdot.org/...id=44091&cid=4592270)
      I can understand Apple's need to restrist internet streaming but there are those of us who like to stream our tunes from home to office and it seems like fair use to stream your own music to yourself no matter how far apart your computers are.

      The trouble is that you're in a very small minority. Consider that not everyone uses a computer at work, or is in a position to listen to music. Even those that stream at home are a fraction of the total of iTunes users.

      I have a strong suspicion that more people were using the feature for piracy than legit.
      [ Parent ]
    • Re:fair use? by sprayNwipe (Score:1) Wednesday May 28 2003, @06:31AM
      • 1 reply beneath your current threshold.
    • 1 reply beneath your current threshold.
  • from the oops dept. by caluml (Score:2) Tuesday May 27 2003, @05:08PM
    • 1 reply beneath your current threshold.
  • The truth is... by paranoidsim (Score:2) Tuesday May 27 2003, @05:09PM
  • Crapity crap by lunenburg (Score:1) Tuesday May 27 2003, @05:11PM
  • Downgrade Gnomes (Score:4, Funny)

    by RPI Geek (640282) on Tuesday May 27 2003, @05:13PM (#6051990)
    (Last Journal: Thursday July 29 2004, @07:56AM)
    Step 1: Update software with silly restrictions.
    Step 2: ???
    Step 3: Profit!
    • Re:Downgrade Gnomes (Score:5, Insightful)

      by renard (94190) on Tuesday May 27 2003, @05:38PM (#6052217)
      Step 1: Update software with silly restrictions.
      Step 2: ???
      Step 3: Profit!

      Okay, I'll bite, how about:

      Step 2: Keep multimillion-song digital catalog of downloadable, copyrighted music online for millions of Mac and, real-soon-now, Windows users to access at their convenience, and take a percentage of every purchase.
      Since the choice for Apple is, quite obviously, either update/downgrade the misused software or get sued out of existence?

      -renard

      [ Parent ]
    • 3 replies beneath your current threshold.
  • So, what ever happened to CD-Rs? (Score:5, Insightful)

    by Anonymous Coward on Tuesday May 27 2003, @05:14PM (#6051994)
    So, if you want to listen to music you have at home at work, why not just put the music on a CD-R and bring it in to work?
  • It could have been worse by trippy (Score:2) Tuesday May 27 2003, @05:15PM
  • Are there some good hackers around... by SharpFang (Score:2) Tuesday May 27 2003, @05:15PM
  • Fun while it lasted (Score:5, Informative)

    by Anonymous Coward on Tuesday May 27 2003, @05:17PM (#6052025)
    iTunes 4.0 shares on a local network appear grayed out and will not let you connect. The "connect to shared music (CMD+K) button" is removed as well meaning that only shares found by rendezvous are accessible. Clicking on daap:// links causes the current song to stop and itunes to sit idle.

    Fortunatly you can run iTunes 4.0 and 4.0.1 on the same system without any trouble.

    I used to share (stream) with a couple of neighbors but looks like those days are over. I don't believe that this was done to save iTMS from the wrath of labels: m4p files wouldn't play unless you had been authorized - and all files from iTMS were in the protected format. Standard MP3/M4A files would download and play without incident so the pirates will just move on to gnutella and not think twice.

    Why not a file format that would stream but not download or require authorization from the streaming computer to play - that way you'd only have to download it once. If you ony let 1 user play at a time it would be like a library.

    It was fun while it lasted.
  • 100 better ways to steal music (Score:4, Insightful)

    by gsfprez (27403) on Tuesday May 27 2003, @05:19PM (#6052036)
    I find it inane that Apple a) didn't simply say "the music execs, thinking stupidly, that this was a great way to steal music, so we downgraded, sorry". b) didn't point out to them that there are some 10 better, faster, simpler, more robust ways to steal music than iTunes 4 and Audio Hijack... ask them if they had ever heard of Gnutella, Kazza, Grokster, Limewire, yada yada yada.

    this is stupid, it doesn't so anything to stop "stealing", and only hurts people who were using the functionality legitmately.

    I had a bad tingling in my bones when Apple and the big 5 got together.. i hope this is where this kind of bullshit compromizing ends. What are they going to do next, shitcan iChat 2's teleconferenceing because someone can send files back and forth on it and some a-hole at Sony Music complains?

    Come on, Apple - if this is what you have to do in order to sleep with the music companies, then to hell with them.

    and speaking of which - where the hell are the indie artists' and their music on iTMS? Huh?
  • But then, that Apple never was either, was it?
  • if you want to play ogg files ... by timothy (Score:1) Tuesday May 27 2003, @05:28PM
  • Expect more of this. (Score:4, Insightful)

    by Hobbex (41473) on Tuesday May 27 2003, @05:29PM (#6052133)
    It would be naive to think that more changes like this are not coming as Mac users figure out how to do what they actually want by working around the "soft" restrictions that has been placed on the music service so far.

    Personally, I find the general acceptance of Apple's DRM system, especially here, very frightening. When you accept DRM, you accept giving up control over your own computer, and ALL power to use the data in the manner that you see fit. Then you are the subject of the DRM system, which may grant you ability to do things, when and if it feels fit. It doesn't matter if the DRM system has been your friend up until today: tomorrow you could wake up and find that due to new terms from the music industry you can no longer make any copies of the music what so ever. Or that you have to pay per play for your entire music catalogue. Or that the DRM system has been discontinued and all its your... sorry... its encrypted files are useless.

    This is exactly the old frog boiling analogy. The music company services like Pressplay and co. made the DRM too annoying, so the users jumped right out. By making the DRM initially quite lenient, the Apple strategy is to get users to accept the the concept that their computers decide what they can and cannot do, because it seems the cauldron actually isn't such a bad place for a swim. Expect the limitations to get tighter and tighter as the general acceptance grows...

    And I, who was so fond of my ipod :-(.
    • Re:Expect more of this. by proclus (Score:2) Tuesday May 27 2003, @05:44PM
    • Re:Expect more of this. by proclus (Score:2) Tuesday May 27 2003, @05:48PM
    • Re:Expect more of this. by pudge (Score:3) Tuesday May 27 2003, @05:57PM
    • Re:Expect more of this. (Score:5, Insightful)

      by bnenning (58349) on Tuesday May 27 2003, @05:57PM (#6052370)
      tomorrow you could wake up and find that due to new terms from the music industry you can no longer make any copies of the music what so ever


      First, iTunes streaming and limitations thereof have nothing to do with DRM. Second, while Apple could impose more restrictions on future music purchases, they can't retroactively add restrictions to music you've already bought. iTunes doesn't phone home when you play music, so you'll always be able to burn CDs or transcode to uncrippled formats to permanently eliminate the DRM. Unlike some of the subscription services, Apple does not have the capability to hold your files hostage. (And if a future "upgrade" does give them that capability, they won't see any more of my money.)

      [ Parent ]
    • Re:Expect more of this. (Score:5, Insightful)

      by squiggleslash (241428) on Tuesday May 27 2003, @05:58PM (#6052382)
      (Last Journal: Friday December 07, @02:37PM)
      Apple's DRM system has had acceptance because it's not a DRM system, it makes no effort to prevent the copying and redistribution of media.

      What it does do is make a user go through some (minor, no special software required) hoops to do that copying and redistribution, hoops which usually do not have to be jumped through for the most common forms of "fair use". The intention is to keep people honest, not to prevent people from backing up or sharing with people they know.

      It is a shame that the abuse of the streaming feature, which I always thought (given it was limited to five streams, or two for most people who do not have more than 256kbps of outgoing bandwidth) was restricted enough, has resulted in another "hoop" having to be jumped through. You want to stream your MP3 collection? Well, now you have to put those MP3s in your home directory's Sites folder and turn on Personal Web Sharing. So your playlists are not going to automatically be available and easily scanned remotely. And the stuff you buy from the iTunes store... well, you're going to have to burn those to a CD and then rescan them.

      Apple's "DRM" is not Palladium. It's not a Palladium wannabe. It's an attempt to create a minimal set of hurdles that'll satisfy content producers and publishers who are, to some extent justifiably, concerned about people abusing their works. I don't think iTunes is evil. And while I'll be disappointed at any further restrictions, I will not see anything to criticise on a moral issue until the CD burning system is also compromised. Right now, I don't see that happening - it's in the contract that iTunes customers can burn CDs after all.

      [ Parent ]
      • Re:Expect more of this. by deecee71 (Score:1) Tuesday May 27 2003, @06:34PM
      • Re:Expect more of this. by Hobbex (Score:2) Tuesday May 27 2003, @06:37PM
        • Re:Expect more of this. (Score:4, Insightful)

          by squiggleslash (241428) on Tuesday May 27 2003, @06:54PM (#6052806)
          (Last Journal: Friday December 07, @02:37PM)
          As the "user hostile application" - the one that downloads the files, can create, out of your encrypted file, an unencrypted, unecumbered, file, I fail to see how this system "controls what the user can do with the data".

          Until iTunes loses its CD burning feature, it is not DRM in the sense you describe - it does not prevent, in any way, the fair use of the data you buy. It doesn't even prevent the illegal use of the data you buy. It doesn't prevent you from putting the material up on Kazaa. All it does is force you to go through an extra step, preventing you from automating making your entire music library available for strangers to duplicate.

          My car chimes at me when the seatbelt isn't plugged in the way it expects it to be. Like the non-DRM DRM in iTunes, it's an intrusive but easily and deliberately ignorable mechanism to keep me on the right side of the law. But I suppose you'd argue that's like a totalitarian government or having state surveillance cameras in our homes too?

          [ Parent ]
        • Re:Expect more of this. by dr.badass (Score:2) Wednesday May 28 2003, @01:27AM
    • Re:Expect more of this. by per11 (Score:1) Tuesday May 27 2003, @06:06PM
    • Re:Expect more of this. by Alex Thorpe (Score:2) Tuesday May 27 2003, @06:11PM
    • Re:Expect more of this. (Score:5, Insightful)

      by Knightmare (12112) on Tuesday May 27 2003, @06:11PM (#6052494)
      (http://www.jackhammer.org/)
      People are getting a bit friendly with the DRM term. This is not DRM, this would be like calling apache not serving .htaccess files by default to the world DRM. It's not keeping you from moving the file around, burning it, modifying it, playing it into a recorder, etc... It's keeping you from turning the legitimate service of iTunes into yet another way to steal music.

      It's not managing your rights... nowhere in fair use does it say, you the user are allowed to setup anonymous file shares and spread the joy that is your licensed copy to all those who wish to connect. If anything Apple has implemented a CYA (cover your ass) system to keep their music library, remember, you can't piss off the keepers of the cheese too much. Or they will stop serving allowing you to serve it up.

      And I can damn near bet that 90% of the people bitching have restrictions in their home internet connectivity agreements that would prevent such use of their connection. Not to mention what your boss would think if you went to bitch to him that damnit, my 128k stream from the house doesn't work anymore. It will be about that time that he tells you never to do it again as you are using up a 1/12th of the bandwidth they have for non business purposes(basing that on companies having a T1 or lower.)
      [ Parent ]
    • Re:Expect more of this. by Funksaw (Score:2) Wednesday May 28 2003, @08:35AM
    • DRM acceptance by metamatic (Score:2) Wednesday May 28 2003, @01:32PM
    • Re:Expect more of this. by switcha (Score:1) Wednesday May 28 2003, @02:00PM
    • Re:Expect more of what now? by hobbit (Score:1) Wednesday May 28 2003, @05:18AM
    • 1 reply beneath your current threshold.
  • I'm not up on the specifics... (Score:3, Insightful)

    by SamTheButcher (574069) on Tuesday May 27 2003, @05:29PM (#6052140)
    (Last Journal: Thursday May 03 2007, @08:58AM)
    ...and I don't really care. I haven't read the posts here yet, but I hope there's not a lot of grousing about it. Apple is fully in the right on this, if their software is being used in a way they don't like, they can certainly change it. They've never been up for pirating, and shouldn't be.
  • Here We Go Again (Score:5, Insightful)

    by Anonymous Coward on Tuesday May 27 2003, @05:31PM (#6052158)

    It's yet another biased, sensationalist Slashdot story. Oh, Apple stopped supporting the abuse of a feature that was never intended to be used in the way that's now being restricted! They MUST be evil (this week)! Folks, this is not the crippling of iTunes; it's a bunch of fixes (like the volume levels problem) and the end of an opportunity for people to pirate music.

    I'm not a fan of the RIAA, but that doesn't make piracy of their stuff acceptable. If you don't like the terms, don't buy the music. Apple worked very hard to get the RIAA to soften up as much as it has with DRM in the iTunes Music Store. To risk it all now just to let a few geeks listen to their home music at the office would be a stupid move and it's not as if this particular feature was the only way of doing so. There is absolutely no evidence that this is the beginning of an evil trend of Apple crushing its users in DRM or anything like that!

    Unfortunately, a more objective article (as in, one that doesn't shout that Apple is crippling iTunes in the headline) seems to be too much to ask of Slashdot. Sorry guys, I'm as liberal as the next guy, but that doesn't mean that large corporations are necessarily evil demons trying to take over the world. I think I'm leaving this site for good, in case anyone cares (I am registered, but figured that I am alone in being reasonable and might as well be anonymous to you all.).

  • Fine. (Score:5, Insightful)

    by bobm17ch (643515) on Tuesday May 27 2003, @05:31PM (#6052160)

    This is a fair move by Apple.

    It keeps the RIAA happy. (An unfortunate necessity in order to main catalogue diversity).
    It still allows for a modicum of fair use.

    The way I see it (and so do Apple I assume) is that when you are on the move, or away from your mac, you listen to your iPod. When you are at home / work (wherever your mac is), you can listen to whatever the hell you like, and if you like it, you can buy it and burn it.

    Apple are setting the benchmark for this market now - if other companies join in and add more draconian DRM, they will fail.

    I, for one, welcome our new, fruity overlords. :)

    • Re:Fine. by antirename (Score:3) Tuesday May 27 2003, @06:25PM
      • Re:Fine. by Theaetetus (Score:2) Wednesday May 28 2003, @09:37AM
    • 2 replies beneath your current threshold.
  • without reading the article.. by pinkfalcon (Score:1) Tuesday May 27 2003, @05:33PM
  • by catscan2000 (211521) on Tuesday May 27 2003, @05:34PM (#6052180)
    All this time, I thought the subnet restriction was already in place because the README had already stated it. I guess 4.0.1 simply implements what the documentation said all along. (and to think that I could have streamed from my LAN to wireless at home all this time.. I should look into bridging..).
    • 1 reply beneath your current threshold.
  • Datapipe.c by kevlar (Score:2) Tuesday May 27 2003, @05:37PM
  • This is so stupid. by mindKMST (Score:1) Tuesday May 27 2003, @05:38PM
  • too stupid for by mholt108 (Score:2) Tuesday May 27 2003, @05:43PM
  • They change anything else? by sweeze (Score:1) Tuesday May 27 2003, @05:44PM
  • iTunes Music Store: Terms of Service (Score:5, Informative)

    by Anonymous Coward on Tuesday May 27 2003, @05:46PM (#6052288)
    THIS IS A LEGAL AGREEMENT BETWEEN YOU AND APPLE COMPUTER, INC. (?APPLE?) STATING THE TERMS THAT GOVERN YOUR USE OF THE ITUNES MUSIC STORE SERVICE. [...] IF YOU DO NOT AGREE TO THESE TERMS, DO NOT CLICK ?AGREE,? AND DO NOT USE THE SERVICE. [...] ... APPLE MAY REFUSE ACCESS TO THE ITUNES MUSIC STORE FOR NONCOMPLIANCE WITH ANY PART OF THIS AGREEMENT.

    [...]

    You understand that the Service, and products purchased through the Service ... include a security framework using technology that protects digital information and limits your usage of Products to certain usage rules established by Apple and its licensors (?Usage Rules?). You agree to comply with such Usage Rules, as further outlined below, and you agree not to violate or attempt to violate any security components. You agree not to attempt to, or assist another person to, circumvent, reverse-engineer, decompile, disassemble, or otherwise tamper with any of the security components related to such Usage Rules for any reason whatsoever. Usage Rules may be controlled and monitored by Apple for compliance purposes, and Apple reserves the right to enforce the Usage Rules with or without notice to you. ... You agree not to modify the software in any manner or form [...]

    [...]

    You agree that you will not attempt to, or encourage or assist any other person to, circumvent or modify any security technology or software that is part of the Service or used to administer the Usage Rules.

    [...]

    Apple reserves the right to modify the Usage Rules at any time.

    [...]

    You acknowledge that some aspects of the Service, Products, and administering of the Usage Rules entails the ongoing involvement of Apple. Accordingly, in the event that Apple changes any part of the Service or discontinues the Service, which Apple may do at its election, you acknowledge that you may no longer be able to use Products to the same extent as prior to such change or discontinuation, and that Apple shall have no liability to you in such case.

    [...]

    Notwithstanding any other provision of this Agreement, Apple and its licensors reserve the right to change, suspend, remove, or disable access to any Products, content, or other materials comprising a part of the Service at any time without notice. In no event will Apple be liable for the removal of or disabling of access to any such Products, content or materials under this Agreement. Apple may also impose limits on the use of or access to certain features or portions of the Service, in any case and without notice or liability.

    [...]

    THE USE OF THE SOFTWARE OR ANY PART OF THE SERVICE, EXCEPT FOR USE OF THE SERVICE AS PERMITTED IN THESE TERMS OF SERVICE, IS STRICTLY PROHIBITED AND INFRINGES ON THE INTELLECTUAL PROPERTY RIGHTS OF OTHERS AND MAY SUBJECT YOU TO CIVIL AND CRIMINAL PENALTIES, INCLUDING POSSIBLE MONETARY DAMAGES, FOR COPYRIGHT INFRINGEMENT.

    If .. Apple suspects that you have failed to comply with any of the provisions of this Agreement .... Apple, at its sole discretion, without notice to you may: (i) terminate this Agreement ... and/or (ii) terminate the license to the software; and/or (iii) preclude access to the Service (or any part thereof).

    [...]

    You agree that Apple has the right ... to disclose any Registration Data [to] a third party, as Apple believes is reasonably necessary or appropriate to .. verify compliance with any part of this Agreement

    [...]

    Apple reserves the right, at any time and from time to time, to update ... this Agreement and to impose new or additional rules, policies, terms, or conditions on your use of the Service. Such updates ... will be effective immediately and incorporated into this Agreement. Your continued use of the iTunes Music Store foll
  • If the gun industry was like the computer industry all guns would come filled with concrete. Thus, there'd be no risk of you killing somebody and blaming it on the gun manufacturer.

  • Don?t Steal Music. (Score:4, Insightful)

    by weeeeed (675324) on Tuesday May 27 2003, @05:48PM (#6052308)
    The license was simple, Don't Steal Music, but still some people did not manage to understand it. Streaming was nice and innocent until some really smart people started ripping [macupdate.com] the streams [macupdate.com] and do other funny things.

    If you abuse it, they will shut it down - simple and easy.

    In the end Apple ist just a company and has its responsibilites. You want to steal music? Fine, get Kaaza/Limewire/What ever, why abuse iTunes?

    Thank you guys, just another neat feature disappears...

    Weeeee
  • This is why I didn't buy any iTunes music. by Anonymous Coward (Score:1) Tuesday May 27 2003, @05:54PM
  • Easier than iTunes --- use Andromedia streaming by olsonjj (Score:2) Tuesday May 27 2003, @06:00PM
  • It's a bug, not a feature! by curious.corn (Score:2) Tuesday May 27 2003, @06:03PM
  • by zsmooth (12005) on Tuesday May 27 2003, @06:08PM (#6052461)
    iTunes 4.01 also fixes a HUGE volume fluctuation bug. Apparently some volume limiter was way too aggressive and caused a mushy sound unless you turned off all sound enhancements and lowered the pre-amp (and even then it was still a problem).

    4.01 fixes this problem completely which should make it worth upgrading too if you care about the quality of your music.

  • the simple solution... by macsox (Score:2) Tuesday May 27 2003, @06:09PM
  • Whoah nice look! (OT) by mark_space2001 (Score:2) Tuesday May 27 2003, @06:12PM
  • And Microsoft Six Degrees still allows it... by Psychic Burrito (Score:2) Tuesday May 27 2003, @06:19PM
    • 1 reply beneath your current threshold.
  • Doesnt Shoutcast do the same thing? by parsnip11 (Score:1) Tuesday May 27 2003, @06:20PM
  • On the Positive side... by coolmacdude (Score:2) Tuesday May 27 2003, @06:25PM
  • NAT is your friend by -audiowhore- (Score:1) Tuesday May 27 2003, @06:52PM
  • What about web proxy bug? by scruffyMark (Score:1) Tuesday May 27 2003, @06:54PM
  • Oh, please. (Score:3, Insightful)

    by Millennium (2451) on Tuesday May 27 2003, @07:03PM (#6052868)
    (http://slashdot.org/)
    This is another one of Apple's weak attempts at controlling piracy by making the methods nonobvious. Given the Unixy nature of OSX, it's almost trivial to set up a tunnel in order to get streaming from home to work. In fact, I would bet that within 24 hours someone will be offering a free utility geared to exactly this kind of usage.

    I suppose this is as good as it gets, as far as DRM is concerned. Circumventable when necessary, but just inconvenient enough that Joe 31337 won't bother trying anything funny.
  • fancy ipfw by austad (Score:2) Tuesday May 27 2003, @07:04PM
    • Re:fancy ipfw by Mike Buddha (Score:2) Tuesday May 27 2003, @07:55PM
      • Re:fancy ipfw by gamgee5273 (Score:2) Tuesday May 27 2003, @11:52PM
        • 1 reply beneath your current threshold.
  • Stop being lame. by djcatnip (Score:1) Tuesday May 27 2003, @07:08PM
  • What about Media Jukebox? by Fofer (Score:1) Tuesday May 27 2003, @07:30PM
  • Copy protection by mrbill (Score:2) Tuesday May 27 2003, @07:40PM
  • Logical course of action by Six3r (Score:1) Tuesday May 27 2003, @07:55PM
  • Hmm by General Sherman (Score:2) Tuesday May 27 2003, @08:10PM
  • A token nod to the music biz. by BitwizeGHC (Score:2) Tuesday May 27 2003, @08:13PM
  • Rsync Solution by pjdoland (Score:1) Tuesday May 27 2003, @08:31PM
  • Response to iLeech? (Score:5, Insightful)

    by tfoss (203340) on Tuesday May 27 2003, @08:46PM (#6053424)
    I wonder if this a response to iLeech [sourceforge.net], iTunesDL [macupdate.com], and the like. These let you connect to iTunes as if streaming and save the files as .mp3s ripe to insert into your own collection.

    It just seems that streaming isn't really the problem...you can listen to streams any number of other ways, from countless other sources. To be able to (easily & painlessly) grab anyone's public iTunes shares as usable .mp3s strikes me as far, far more offensive to those in power. In fact it flies directly in the face of allowing iTunes to stream but not really share files...

    -Ted

  • Same subnet, eh? (Score:4, Funny)

    by A_Non_Moose (413034) on Tuesday May 27 2003, @08:49PM (#6053440)
    (http://slashdot.org/ | Last Journal: Saturday January 05 2002, @01:42AM)
    You mean like most College dorm which are on the same sub-net and now can't be accessed from outside the subnet (i.e. Other Sharers and/or the RIAA).

    /Ronald Weasley

    Bloody Brilliant!!!

    /end RW

    Also, please note it was said that "shares can be seen, but not accessed".

    Don't forget that OS X has small things like: FTP/HTTP/AFP/SMB/SSH/SFTP....which I hear can be used to *gasp* share anything!!!

    Uh-oh. (ssssshhhh!)
    • 1 reply beneath your current threshold.
  • what's next by archen (Score:1) Tuesday May 27 2003, @08:55PM
    • 1 reply beneath your current threshold.
  • by Sebby (238625) on Tuesday May 27 2003, @09:03PM (#6053511)
    If you look at 4.0's help files, it states that sharing is only on local networks (you'll have to go through the package contents as Help will fetch the newer stuff off the net)
  • Does this mean... by ArcCoyote (Score:2) Tuesday May 27 2003, @09:05PM
  • simple solution (Score:5, Informative)

    by Sabalon (1684) on Tuesday May 27 2003, @09:30PM (#6053611)
    ifconfig lan0 (ip) netmask 0.0.0.0 broadcast 255.255.255.255
    • Re:simple solution by phaze3000 (Score:3) Wednesday May 28 2003, @02:15AM
      • Re:simple solution by Stackster (Score:1) Wednesday May 28 2003, @02:23AM
      • Re:simple solution by pclminion (Score:3) Wednesday May 28 2003, @08:04AM
      • Re:simple solution (Score:4, Interesting)

        by Sabalon (1684) on Wednesday May 28 2003, @11:24AM (#6058026)
        Yeah...that is way wrong moderated - I was going for funny.

        But based on your description of what would happen, it sounds like I just created a new peer-to-peer network instead :)
        [ Parent ]
  • K, so what kind of power do the labels have by Lord_Dweomer (Score:1) Tuesday May 27 2003, @09:35PM
  • Software Update's message by pherris (Score:2) Tuesday May 27 2003, @09:39PM
  • GNU/Linux and Apple ... by pherris (Score:1) Tuesday May 27 2003, @10:13PM
    • Re:GNU/Linux and Apple ... (Score:4, Funny)

      by foniksonik (573572) on Tuesday May 27 2003, @11:33PM (#6054232)
      (http://www.emenoh.com/ | Last Journal: Monday April 17 2006, @10:08PM)
      Sounds like you really shouldn't be using a Mac if it feels like getting f'd up the ass... my experience has been more like getting a hand job... somtimes you get jerked around but for the most part it feels pretty good (Linux), leaves you satisfied (UNIX) and you don't end up with any STDs (Windows).

      With that said, you'd have to be an absolute moron to pay $200 for a $50 part... do you always buy at the boutique? I get my car at the dealership but when the warranty runs out I go down the street to good ol' Clydes 'Good Enough' repair shop, bring the parts myself after buying them online from the same place he does but without the mark up.

      [ Parent ]
    • Re:GNU/Linux and Apple ... by Anonymous Coward (Score:1) Wednesday May 28 2003, @03:02AM
    • Comfort? by Anonymous Coward (Score:1) Wednesday May 28 2003, @08:53AM
    • MODS! What the fuck? by thatguywhoiam (Score:2) Wednesday May 28 2003, @09:31AM
    • Re:GNU/Linux and Apple ... by imnoteddy (Score:2) Wednesday May 28 2003, @12:13PM
    • Re:GNU/Linux and Apple ... by payndz (Score:1) Wednesday May 28 2003, @02:35PM
    • 1 reply beneath your current threshold.
  • Apple did the right thing.... by ajkst1 (Score:1) Tuesday May 27 2003, @11:00PM
  • Why upgrade? by fishdan (Score:2) Tuesday May 27 2003, @11:01PM
  • Huh?! I (tonza) thought... by Anonymous Coward (Score:1) Tuesday May 27 2003, @11:44PM
  • ifconfig (Score:3, Insightful)

    by compudroid (309974) on Tuesday May 27 2003, @11:57PM (#6054376)
    (http://www.zoo-crew.org/)
    ifconfig interface netmask 0xffffffff

    Damn I just put the whole internet in my subnet... what a shame!
    • 1 reply beneath your current threshold.
  • Late to the party... by djwudi (Score:1) Wednesday May 28 2003, @01:21AM
  • Gnutella iTunes Proxy by emarmite (Score:1) Wednesday May 28 2003, @01:23AM
  • Who cares... by heXXXen (Score:2) Wednesday May 28 2003, @03:19AM
  • Workaround (Score:5, Informative)

    This may have been posted already, but I didn't see it in a tertiary glance of the comments.

    I have been sharing for over a year with previous versions of iTunes. Just set up your home mac for file sharing in system preferences and log into it from another computer using Appleshare over IP (apple-K from the finder). Then make an alias of your home iTunes folder and put it on your work machine in the music folder of your work's home directory. When you launch iTunes everything will be exactly like it is on your home machine, ratings and all. It is just that when you play the music it pulls it through appleshare.

    It works great, but can get choppy with bigger mp3 files over my cable connection. It is also admittedly less graceful than iTunes sharing... : \
  • by jtrascap (526135) <{bitbucket} {at} {mediaplaza.nl}> on Wednesday May 28 2003, @04:58AM (#6055371)
    It's not SHARING if it's being downloaded.
    Let's look at it this way. What do you define as sharing?

    1) You've got your window open, blaring your radio the 5-person crowd on the street. THIS is iTunes sharing...

    2) You've got your stereo on and are copying your music collection to cd, then placing them on the window sill for anyone to take. Or worse, people are reaching in, up to 5 at a time, and taking those cds without asking you. THIS is what Apple stopped.

    I can't see why this is hard to understand - in the second scenario, you're either distributing or being stolen from, and that's all that's changed.

    You can still tunnel to the Mac if you want, and you can still set up web sharing to give out your music if you want. But *you* have to do it - Apple won't do it for you!

    And can you blame them? (Obviously, some can...maybe we need to start teaching civics and ethics again).
  • What do people expect? (Score:3, Interesting)

    by alchemist68 (550641) on Wednesday May 28 2003, @07:05AM (#6055673)
    Apple tries to make it convenient for us to have our music where and when we want it. For the few who have abused that privaledge, some freedom is taken away. When are people going to learn NOT to abuse the nice things in life? Apple has resisted the scum and villany at the RIAA, innovated better software than the Borg, and generally has a pretty happy and loyal customer base. Please, idiots, pirates, and unix heads, don't ruin anymore of this great program Apple has GIVEN us. If you keep finding ways to circumvent Apple's safeguards to protect the artists and music industry as well as give is userbase FREEDOM to with their music as they please, there won't be an Apple Music Store for long.

    Stop messing around with iTunes, port numbers, SSH, etc...
  • Is this not what an iPod is for? by rockhome (Score:2) Wednesday May 28 2003, @07:17AM
  • by heff66 (561254) on Wednesday May 28 2003, @07:55AM (#6055932)
    (http://heff.info/)
    Okay, I went and dug out the help files from the iTunes 4.0 package. Here's EXACTLY what the help says about sharing:
    If your computer is connected to any other computers over a local network, you can share the music in your library and playlists with up to five of those computers.
    The computers need to be in the same subnet as your computer (see the Network pane of System Preferences to see what subnet your computer is in). You choose the items you share in the Sharing pane of iTunes preferences. You can also set your sharing preferences to look for shared music. Any shared music that's available on your network appears in your iTunes Source list. You can also see the shared music on a specific computer that isn't in the same subnet, if you know the computer's IP address. When you play a shared song, it's streamed over the network to your computer. You can listen to it but you can't add it to your library or playlists, transfer it to an iPod, or burn it on a CD. You can tell if a song is shared by selecting the song and choosing File > Get Info. If the Kind is "remote" (in the Summary pane), it's a shared file. You can't share Audible spoken word content or QuickTime sound files. Sharing is intended for personal use only.
    Sounds pretty clear to me. (Except of course for that part about connecting to computers outside your subnet if you know their IP address!)
  • Crippled? by Call Me Black Cloud (Score:2) Wednesday May 28 2003, @08:00AM
  • shit by alexanderk (Score:1) Wednesday May 28 2003, @08:34AM
  • Damn people. (Score:4, Insightful)

    by alernon (91859) on Wednesday May 28 2003, @08:50AM (#6056341)
    (http://www.captureimportant.info/)
    (sorry for the cross post at MaSlash, but I wanted both audiences to see this)

    People always try to give me reasons why their music stealing is perfectly allright. They try to tell me it doesn't hurt anyone because the musician can make money some other way, damn RIAA, greedy labels, etc.

    Well, I call bullsh*t, this feature was disabled because of all the A-holes who decided to post links to their iTunes for anyone to browse and to create Web sites dedicated to streaming music to anyone. Although I don't agree with it, this probably wouldn't have been that big of a deal, until some other A-hole started telling everyone how he has this great utility to rip those streams to mp3, which caused thousands of other A-holes to start stealing music.

    Well thanks a f*ck'n lot. Because now a cool utility that let me stream my music from my machine at home to my machine at work is being taken away. (at some point I'll have to upgrade, I imagine)

    This is the biggest problem with people who steal music. (and remember kids, no matter how you try to spin it - it's still just stealing). You cause the powers that be to take fair use rights away from me, and I hate you all for it.

    • 1 reply beneath your current threshold.
  • Not a biggie by $nyper (Score:1) Wednesday May 28 2003, @11:03AM
  • Media Jukebox. Streams No Big Deal For PCs by meehawl (Score:1) Wednesday May 28 2003, @03:02PM
  • Whiners by bryan1945 (Score:1) Wednesday May 28 2003, @03:46PM
  • Has Apple changed its Tune? (Score:3, Interesting)

    by mrthoughtful (466814) on Thursday May 29 2003, @06:45AM (#6066343)
    (Last Journal: Sunday June 01 2003, @06:59AM)
    In the 'good old days' of 1997, Apple authored a list of "ten commandments" as a part of it's compatibility tech note [apple.com]. It is the seventh commandment which is particularly interesting: "VII. Thou shalt think twice about code designed strictly as copy protection." Note, that these are the the commandments that are "determined from extensive testing of our diverse software base."

    Of course as soon as you choose to make allies in the music industry, you are going to have to negotiate, but one of the primary issues (mentioned so many times on slashdot that there is no point in providing links) is the question of whether we should have our liberty constrained in order to prevent us from breaking the law.

    We would love to say 'No!', but then watch how many of us flaunt copyright law as a standard practice.

    But also Apple was right - copyright protection is an unending waste of human resource, computer resource, comms resource, and slashdot posts!

    Again and again we find that the music/video/text/etc. copyright and patent laws are incompatible with the Internet as a technology, and the Internet is not going to go away. Sorry, lawmakers, but one day soon you will have to wake up to the revolution that came from a direction you didn't expect, and then we will stop having to put kludges on top of kludges to deal with the cultural soup that we are in.

    Creative minds will find a way of being able to provide a direct passage to it's audience. The huge publishing corporates are hanging onto a dying game. Monolithic software corporations are being replaced by interoperability standards.

    Apple, Listen! Remember! Think different!
  • wow, apple could rake it in! (Score:3, Interesting)

    by POds (241854) on Thursday May 29 2003, @09:10AM (#6067215)
    (http://pods.-is-a-geek.net/ | Last Journal: Thursday January 08 2004, @11:59PM)
    AustralianIT also covers this with their own article [news.com.au]. In this, it states that 3 Million songs have beeen paid for and downloaded so far. This is absolutly amazing. Apples market share is nothing compared to Windows. Imagine if it was even close to have a market share like windows, or imagine if instead each other market share was switched for a moment. Im guess there'd be a hell of a lot of Mp3s being sold. This could eventualy make up a very large part of Apples future. Well, they've said they've been wanting to go into this area for quite a while now, i never really though they'd pull it off though. Looks like they've jumped their first hurdle! :}
  • Home to Work by shylock0 (Score:2) Thursday May 29 2003, @01:48PM
  • Look Mom, no brains! by Andre Breton (Score:1) Thursday May 29 2003, @07:41PM
  • Re:And so it begins by The Clockwork Troll (Score:2) Tuesday May 27 2003, @05:11PM
  • Re:And so it begins (Score:5, Insightful)

    by Anonymous Coward on Tuesday May 27 2003, @05:14PM (#6052000)
    > Face it, Apple is after your dollars just like everyone else.

    Erm... of course
    I mean... it's a company

    What did you expect?

    Apple never claimed they were going to make free illegal MP3's legal, they only claimed that it was possible to integrate the internet into a solid profitable business plan, showing to the music industry that music over the net can be used for "good" as well.

    Of course, if you prefer Kazaa's "we don't think we should pay for what other people put money and effort into" approach, that's fine. Getting muic for free always sounds like a good idea to the people on the receiving end. Funny how many people have a "philosophy" that they should get things for free in life. Thank god Kazaa isn't after your dollars... (oh wait, it is)
    [ Parent ]
  • Re:Had to happen... by Valar (Score:2) Tuesday May 27 2003, @05:15PM
  • Re:Had to happen... (Score:5, Insightful)

    by SmoothriderSean (657482) on Tuesday May 27 2003, @05:17PM (#6052020)
    (http://sf0.org/)
    I suppose it's not much help to point out that at least the description of the update makes the crippling pretty clear. Unfortunately, this is the cost of doing business with the RIAA. Until the copyright laws change or artists can start hitting the big time without signing to one of the major labels, no amount of pressure on online music stores - whether Apple's, the upcoming Napster (tm), or anything else with major content - will change this.
    [ Parent ]
  • Re:And so it begins by ozzmosis (Score:1) Tuesday May 27 2003, @05:22PM
  • Re:And so it begins (Score:3, Funny)

    by squiggleslash (241428) on Tuesday May 27 2003, @05:22PM (#6052069)
    (Last Journal: Friday December 07, @02:37PM)
    And nary a complaint from the /. faithful.
    Absolutely, damn Slashbots. I mean, if this was Microsoft, you'd expect someone to, within an hour or two of the update being available, submit a story to Slashdot like "Microsoft Updates, Cripples WMP", and Slashdot to post it to their front page in an instant, with loads of people criticising WMP for being proprietry and closed and having DRM and others posting workarounds to get around it and others blaming the RIAA.

    But because this is Apple nothing of the kind has happened... uh, I'll get my coat.

    [ Parent ]
  • Re:And so it begins (Score:5, Interesting)

    by gsfprez (27403) on Tuesday May 27 2003, @05:23PM (#6052081)
    No, i'm complaining, and i'm sure others will as well.

    Apple is rapidly approaching a point that their only saving grace is that there is nary a hint that Apple is actively maintaining rights to my Mac to disable any software that may do this, if iTunes 4 won't - such as in XP, w2k, etc.

    If/when that happens, then yeah, i will remove X and install YDL on the whole damn hard drive.
    [ Parent ]
  • Re:Had to happen... (Score:4, Informative)

    by GlassHeart (579618) on Tuesday May 27 2003, @05:24PM (#6052088)
    (Last Journal: Friday February 21 2003, @08:57PM)
    a wakeup to you Apple people: your company will be just as willing to cater to the RIAA as ours, but it's better at letting you think you're getting your way. It's just a matter of time before iTunes becomes entirely music rental.

    Don't be silly. There is no shortage of alternatives for an Apple customer, if Apple becomes just like everybody else. It's a good bet to assume that Apple understands that its survival depends on being better.

    This is simply a case of a little secret that people should've just enjoyed quietly. As for the indignant protests from people who want to stream music from home to work: do you really think your IT department will not pay you a visit once more than a few people start continuously sucking 128 kbps each?

    [ Parent ]
    • 1 reply beneath your current threshold.
  • Re:And so it begins by PhoenixK7 (Score:2) Tuesday May 27 2003, @05:38PM
  • Re:And so it begins by Alex Thorpe (Score:2) Tuesday May 27 2003, @05:54PM
  • Re:Powerbook to Desktop by gdarklighter (Score:1) Tuesday May 27 2003, @06:26PM
  • no it does not have to happen. by twitter (Score:2) Tuesday May 27 2003, @06:29PM
  • Re:Puhleeze - spare me the Apple apologies by presearch (Score:2) Tuesday May 27 2003, @07:11PM
  • Re:Doh... by Anonymous Coward (Score:1) Tuesday May 27 2003, @07:14PM
    • 1 reply beneath your current threshold.
  • Re:Puhleeze - spare me the Apple apologies by m1chael (Score:1) Tuesday May 27 2003, @08:19PM
  • Re:in other news by Dr Reducto (Score:2) Tuesday May 27 2003, @09:04PM
  • Re:How much bullshit? by AYEq (Score:2) Wednesday May 28 2003, @12:21AM
  • Us mac users don't use black dildos by Ilan Volow (Score:1) Wednesday May 28 2003, @06:19AM
  • 45 replies beneath your current threshold.
(1) | 2