Slashdot Mirror


User: aridhol

aridhol's activity in the archive.

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

Comments · 647

  1. Re:There's only one question... on Supreme Court to Hear CIPA Case · · Score: 3, Funny
    Just like smoking and non-smoking sections.
    Having smoking and non-smoking sections in the restaurant is the same as having pissing and non-pissing sections in the pool.
  2. Re:And we will respond in kind.. on EMI Customer Relations Tells It Like It Is · · Score: 2
    Most music consumers don't care if their CDs have DRM or not
    This is true only as long as the "CD"s continue to play on their electronics. If someone has an expensive stereo that can't read the new discs, will that person go out and get a new stereo, or complain about the discs?

    Remember, these copy-protection issues affect more than just copying.

  3. Mod parent and grandparent up on Phoenix Project Considers A Name Change · · Score: 1

    Since I have no mod points, I'll have to vote with a message. I agree with the name Zilla.

  4. Re:Ho-ho! on Phoenix Project Considers A Name Change · · Score: 3, Funny

    Would that conflict with the use of Perl in CGI pages?

  5. Re:bah on AdAge Predicts Tivo will Fail · · Score: 1

    Nope. According to Yahoo Stocks, they're worth about half what they were in 2000.

  6. Re:Brand recognition on AdAge Predicts Tivo will Fail · · Score: 1

    But nothing sucks like an Electrolux.

  7. Re:gcc cross platform? on Competitive Cross-Platform Development? · · Score: 4, Informative

    You aren't necessarily using GLibC. GCC works just as well with other LibC implementations, so you can use your "Big Iron"'s own LibC and LibC++.

  8. Re:This is just funny... on Beware the Haunted Cordless keyboard · · Score: 5, Interesting

    In theory, yes. How many combinations of frequency and code are there? My uncle used to work in a Ford factory, and every car that rolled off the assembly line together used the same key. It's possible that they keyboards have a similar problem.

  9. Re:Great except... on Microsoft Antitrust Judgement · · Score: 2

    A compliance officer will be assigned to ensure that MS keeps up their end of the order.

  10. Re:Final Decree - before it gets slashdotted on Microsoft Antitrust Judgement · · Score: 2

    No, because these don't change the look-and-feel of the system.

  11. Re:the quickie version on Microsoft Antitrust Judgement · · Score: 2

    Hmm...doesn't "reasonable and non-descriminatory" prohibit them from prohibiting use in GPL products?

  12. Re:Final Decree - before it gets slashdotted on Microsoft Antitrust Judgement · · Score: 4, Insightful

    No, the decision specifically allows for other OS's. An OS is not middleware (defined at the end of the decision as non-OS software that comes with the OS or its updates).

  13. Great except... on Microsoft Antitrust Judgement · · Score: 5, Insightful
    Looks like they've got it covered. Microsoft must allow vendors to change installed apps, unless significant modifications are made to the UI. OK. Microsoft must make public all APIs, except those that are listed in section J:
    • Anything that compromises security (anti-piracy, DRM, anti-virus, licensing, encryption, authentication).
    • Anything the US government allows them to keep hidden
    So how much can they get away with with the fairly loose requirements of the first point?
  14. Re:No registration on Computerized Betting System Proves Vulnerable · · Score: 3, Insightful

    Hey...I have an idea (not that it will be accepted). Why don't we stop allowing registration-required links on the front page? Including free-registration. We can now find many sources for the same story with Google News, so there's no reason to keep linking to NYT.

  15. Re:what happened? on OpenBSD 3.2 Available · · Score: 2
    Of course, I may be wrong. Even openbsd.org runs Solaris!
    If you read their FAQ, you'll see that the reason they run Solaris is bandwidth. OpenBSD.org gets their bandwidth by running on SunSite at the University of Alberta. They don't control their own server.
  16. Re:Most Secure OS on OpenBSD 3.2 Available · · Score: 2

    I looked at that article, and couldn't find any real numbers in it. They grouped the *BSDs together, so you can't tell where OpenBSD fit, but probably a small fraction of the 9% for BSD in general.

  17. Re:Mildly Interesting on The Legends Of Dune - Volume 1: The Butlerian Jihad · · Score: 2

    I don't remember where it was; I may be confused with his son's books.

  18. Re:Mildly Interesting on The Legends Of Dune - Volume 1: The Butlerian Jihad · · Score: 2

    IIRC, in the "original" series, several of these occurences did, in fact, happen together. While I'm not sure of when the Zensunni became the Fremen, the Bene Gesserit, the Guild of Navigators, and the Mentats were founded during the Butlerian Jihad. It's quite possible that the discovery of spice on Arrakis may have had something to do with everything happening at once.

  19. Re:Support Issues on Nosy Vendors? · · Score: 1

    iff = "if and only if". It is spelled correctly.

  20. Re:Chicken and egg on Linux Programming By Example · · Score: 1

    Yup. Just log in as a user, go to your preferences page, and select 'messages'. You can chose how many virtual points you want to add or subtract for each mod type.

  21. Re:so is there a packet filter or not? on OpenBSD 3.2 Readies For Release, pf Matures · · Score: 5, Informative

    When they took ipfilter out, OpenBSD didn't have a packet filter. In order to address this issue, pf was written. After pf was written, OpenBSD had a packet filter. There was a time, after ipfilter was removed, but before pf was added, that OpenBSD didn't have a packet filter.

  22. Re:First sale doesn't apply? on Microsoft: You Need Permission to Sell Our Software · · Score: 2

    In this case, Microsoft should be able to easily prove their case.

  23. Re:First sale doesn't apply? on Microsoft: You Need Permission to Sell Our Software · · Score: 3, Insightful

    I understand. Since you put it this way, I have to agree with Microsoft's position. And, I believe they should have contracts signed by someone from KMart. Or are their Open and Select licenses click-through as well (bad decision if they are, IMHO)

  24. First sale doesn't apply? on Microsoft: You Need Permission to Sell Our Software · · Score: 4, Interesting

    I thought that it had been determined that first-sale applied to software. Is that only for home users?

  25. Re:Question.... on Test of the Preemptive Kernel Patch · · Score: 5, Informative
    Not necessarily even a high-speed process. Real-time means that there are time limits involved. Technically, a payroll system is real-time, but its time limit is rather long (1 pay period).

    Note that real-time also means that there may be a minimum delay as well as the maximum delay. In space shuttle controls, for example, if you need to do a 4-second burn, you don't want it to end too early or too late.