Slashdot Mirror


User: roie_m

roie_m's activity in the archive.

Stories
0
Comments
101
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 101

  1. Re:And punish legitimate users? on Controversial StarForce Copy Protection Creators Quizzed · · Score: 3, Funny

    Grandparent: "by 1889 all drivers I needed for my job ..."
    Parent: "Steam [steampowered.com]?"

    Am I the only one who finds this hilarious?

  2. Re:Bigger != better on Gmail Users Get A Storage Boost [updated] · · Score: 1

    Isn't that triangle backwards?

  3. Re:I've got the source code access to David! on "Missing Link" In Windows Emulation Unveiled? · · Score: 1

    But that wouldn't seperate multi-word arguments, nor would it finish off at an empty argument, both of which seem to be very important features.

  4. Re:So when do we get unified memory? on Using GPUs For General-Purpose Computing · · Score: 1

    I don't know the first thing about processors, so thi smay be a stupid question, but why not just go the whole way and put the GPU right on the CPU, like they did with FPUs (or MMX, etc.)? I.e., just add matrix-processing to the CPU's main instruction set.

  5. I don't think it would go that far on Kernel Modules that Lie About Their Licenses · · Score: 1

    IANAL, etc.

    If I understand the GPL correctly, it doesn't say anywhere "I will give you the source", only "you must give the next guy the source". So, if I give you a binary, and say you have a license under the GPL, all it means is that if you give a copy to your friend, you must give your friend the source. Don't have the source? Too bad, I guess you can't give your friend a copy then.

  6. Copyright and modifications on New Tool Cracks Apple's FairPlay DRM · · Score: 1

    No, copyright doesn't force you to give up the changes you make. Neither does anyone else.

    Copyright does prohibit you from making copies of your derived work. So, if you change, e.g., GNU ls, you are not allowed to distribute the derived work, according to copyright law.

    Now, what the GPL says, is that if you want to distribute that modified version, you must pay. Not with cash, but with the source code. If you want, you can lock the modified version in a safe and that's absolutely OK. Even if you use if every day.

  7. Re:Finally, we're getting somewhere on the desktop on KDE And Gnome Together At Last? · · Score: 1

    Well, what you're forgetting is that many different people want different things. While "the movement" in general may be about "doing it better", some people, call it a "sub-movement" or whatever, have marketshare as a goal. Unfortunately (and I'm not attacking your parent specifically, but in general), some of those people tend to think that all of "the movement" must be about that and get pissed off when people do things that are counterproductive to that end. But that's a whole different rant.

  8. Re: IDRTFA on KDE And Gnome Together At Last? · · Score: 1

    Just wondering, is the D in there for Did or for Didn't? :-)

  9. Re:Or vice versa on Man Accused of Attempting to Extort Google · · Score: 1

    You're confusing the requester and the referrer.
    Let's say you open two browsers, one with /. and one with google, as you said. The requester for both of them will be your computer, and there will be no referrer (no webpage/server referred you to /., you just opened them).
    Now if /. has two frames, as you said, then the referrer to google (inside /.) will indeed be /., but the requester will still be your computer. That's because the code merely tells your browser to get google (i.e., refers your browser), but your brwser is what actually contacts google. The arguments above you were based on the assumption that google checks for fraud based on the requester, and not the referrer. (I don't claim to know whether that's true or not, though)

  10. Re:Kudos, but... on Making IE Standards Compliant · · Score: 1

    I don't think you're seeing disappointment at people working on other developers' software, so much as that other developers not working on the software themselves. This, too, isn't a general thing, it's there because it's Microsoft, who definitely disbelieve in the OSS philosophy. Therefore, most of the disappointment I got from this thread was at the double standard posed by Microsoft. I doubt people were disappointed at the actual work done, as such (though I'm sure people were disappointed that it went against their political agendas).

  11. Re:Best of Perl? on Best of The Perl Journal · · Score: 1
    That's not perl, but try feeding this into the perl interpreter for a surprise:
    #!/bin/sh
    cat /etc/passwd
  12. Re:FUNNY??? How about -1 Sexist! on Toyota Offers Automatic Parallel Parking Option · · Score: 1

    And at the risk of sounding annoying (I'm just joking around), well done for following the rule about spelling mistakes in grammar flames. :-)

  13. Two words: on 101 Ways To Save The Internet · · Score: 1

    Joe job.
    Wherein you hate me, so you spam everyone in town with my web address (or whatever).

  14. Re:I 4 1 on 10 Ads The US Won't See · · Score: 1

    Information about the "cog" ad, including a few links to the ad itself.

  15. Traffic shaping on MPAA Fights Pirates with Gentle Threats · · Score: 1

    I believe Linux already has some pretty sophisticated "traffic shaping" features, where you can set priorities for different streams based on source, destination, and a handful of other properties of the TCP stream. See the Linux Advanced Routing and Traffic Control website.

  16. Re:First Sale on Viral GPL Misconceptions Elegantly Explained · · Score: 1
    Redistribution (meaning distrbution of a copy) is not a right that is granted to you under First Sale anyway

    It most certainly is.

    You're absolutely right, of course. What I meant (I guess I wasn't clear about it) is that you don't have the right to distribute an additional copy, beyond the one you own.

    I don't think the GPL can force you to distribute the source when you simply give (or sell) your own copy, just when you make a new copy. I believe this means that if I buy a CD with Debian Stable from some vendor, I can then sell it to you, and I won't be obligated to give you the sources.
  17. See, this is the problem on Viral GPL Misconceptions Elegantly Explained · · Score: 1

    If gcc libraries were GPL your software would probably be GPL
    That's just wrong. What you mean to say is that if gcc libraries were GPL, you would not be allowed to redistribute the software unless you GPLed it. The very important difference, IMHO, is that the GPLing does not happen automatically.

  18. First Sale on Viral GPL Misconceptions Elegantly Explained · · Score: 1

    I do believe that if you receive the binaries only (on a CD), you can then sell (but not redistribute) that CD. Redistribution (meaning distrbution of a copy) is not a right that is granted to you under First Sale anyway, so the GPL can give you that right with restrictions.

  19. Re:Anti-SCO License on OSDL Pays For Linus Torvalds' SCO Defense · · Score: 1
    What your parent is trying to say it, of course, that you can't allow only selective use if your ultimate goal is freedom of code use, which is is historically in the case of the GPL (The GPL was based on that exact ideal: Anyone can use my code). That's also a tautology.

    However, absolute freedom is self-contradictory, because as they say, "your right to swing your fist ends where my face begins". You may indeed decide that certain freedoms of "ours" are more important than "their" freedom to use code (for certain values of "us" and "them"). Your parent post seems to have decided (as is well his right) that "their" freedom to use code outweighs "our" other rights, and I personally can think of at least one reason in his favor: That of the slippery slope. Ban GPL code from Saddam and SCO, and soon you'll find people banning code from producers of pocket-lint- and speed-bump-related products (to be extreme :-)).

  20. X++ on Y: A Successor to the X Window System · · Score: 1

    C was the successor to a language called B (which was built on BCPL, which was built on CPL, both of which look more like Pascal than anything else, but I digress) and yet the successor to C was C++.

  21. Careful, goatse link on A Good Summer Read? · · Score: 0

    Careful, goatse link

  22. Re:Let's not forget... on Ink Cartridges with Built-In Self-Destruct Dates · · Score: 1

    It's supposed to ultimately benefit the customers. If Static and others like them were left alone, the end result would be that printer manufacturers would never write programs on chips, ever again (because then anyone could copy them, so they wouldn't be able to make money off them).

    Yes, I'm stretching it a bit, but that's the main point of IP law I believe.

  23. I think that's it on RMS Turns 50 · · Score: 1

    I think what you just stated is THE reason why RMS wants you to call it that. Of course, in the spirit of Freedom, anyone is allowed to disagree and call it whatever they want.

  24. GNL??? on RMS Turns 50 · · Score: 1

    Better check that code. It's "GNU's not Unix".

  25. Re:This reminds me of a PM I had one time on Arrested for Planting Spyware on College Compus · · Score: 1

    Project manager, I think.