Slashdot Mirror


User: Thinboy00

Thinboy00's activity in the archive.

Stories
0
Comments
1,572
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1,572

  1. Re:How can this be? on Windows 7 Users Warned Over Filename Security Risk · · Score: 1

    Start->Run...->Type "command" without the quote marks and hit enter.

  2. Re:Weren't the earlier betas much faster? on Windows 7 "Not Much Faster" Than Vista · · Score: 1

    Discussing the speed of it in relation to XP is sort of disingenuous... it runs great on modern hardware, and does a lot of things XP will never do.

    You mean like artificially degrading movies and stuff (i.e. DRM)?

  3. Re:You're wrong on Court Sets Rules For RIAA Hard Drive Inspection · · Score: 1

    I don't speak legalese; I'm getting a vague notion of this:
    1. The RIAA sued someone
    2. The someone filed counterclaims (a countersuit)
    3. The RIAA formally tried to dismiss the counterclaims
    4. The defense formally opposed

    Is that vague notion correct?

  4. Re:Question on Court Sets Rules For RIAA Hard Drive Inspection · · Score: 1

    the RIAA != the police

  5. Re:Question on Court Sets Rules For RIAA Hard Drive Inspection · · Score: 1

    You'd be screwed. Do you really think the RIAA cares about little you (or little me, for that matter, or little anyone else)?

  6. Re:Question on Court Sets Rules For RIAA Hard Drive Inspection · · Score: 2, Interesting

    And if/when the RIAA can't find anything, they'll just claim he did exactly this and demand a more thorough (read: privacy-violating) search.

  7. Re:Question on Court Sets Rules For RIAA Hard Drive Inspection · · Score: 1

    On the biometric front, some fingerprint scanners claim to be able to detect duress. Since an unwilling person would necessarily be under duress, no court order could overcome that however compliant the defendant might be.

    Marketing BS

    There, fixed that for you (no, there isn't any boldface; look carefully).

  8. Re:Question on Court Sets Rules For RIAA Hard Drive Inspection · · Score: 1

    You mean like Bill Clinton lost some documents under subpoena? I'm sure the judge will just love you for doing that.

  9. Re:Hope it works on Debian Switching From Glibc To Eglibc · · Score: 1

    fork while fork;

  10. Re:Time to get (overly?) skeptical... on Proposed Peer-To-Peer Law Sparks Animosity · · Score: 1

    But is there a precedent for "illegal software"? Who determines what I can run and what I can't run on my system? [snip]

    Personally, I think the first amendment probably does. IANAL.

  11. Re:It's True on Proposed Peer-To-Peer Law Sparks Animosity · · Score: 1
  12. Re:It's True on Proposed Peer-To-Peer Law Sparks Animosity · · Score: 1

    NO! Please don't add what is effectively a CAPTCHA at the boot level! It'll only annoy me!

  13. Re:9 A B C on Proposed Peer-To-Peer Law Sparks Animosity · · Score: 3, Funny

    Hex, you idiot.

  14. Re:Liquify what? on US Trustee Asks To Send SCO Into Chapter 7 · · Score: 1

    Prior art isn't important when you patent troll.

  15. Re:Ahem. Ahem. on US Trustee Asks To Send SCO Into Chapter 7 · · Score: 1

    There's the imaginary Unix copyrights. Even the court(s) agree(!s) that they belong to Novell, but SCO will just move to Scandinavia and sue someone else.

  16. Re:At the risk of being redundant on First Look At Windows 7 On an Entry-Level Netbook · · Score: 1

    I don't have internet access you insensitive clod! There's no place like 169.254.1.1

  17. Re:At the risk of being redundant on First Look At Windows 7 On an Entry-Level Netbook · · Score: 1

    Try Xfce, or E17 (Enlightenment bleeding-edge-alpha-edition) if you're feeling adventurous.

  18. Re:Hmm. on McAfee Sites Vulnerable To XSS Attack · · Score: 1

    OP means he copies the offending URL to the clipboard, mungs it, and THEN pastes it to the location bar (URL bar ("awesome bar" in firefox)). JS is not involved at all.

  19. Re:Great idea. on McAfee Sites Vulnerable To XSS Attack · · Score: 1

    Not for XSS, which only applies to "untrusted attacks trusted", and doesn't work if there are no "untrusted".

  20. Re:bomb? on The Coder Behind the Mortgage Meltdown · · Score: 2, Informative

    Use an (x|ht)ml entity, sometimes they work (e.g. & is &).

  21. Re:Well, not quite... on Shuttleworth Says Ubuntu Can't Just Be Windows · · Score: 1

    LoC is meaningless:
    if(x){
            doSomething();
    }else{
            doSomethingElse();
    }

    versus
    if(x)
    {
          doSomething();
    }
    else
    {
          doSomethingElse();
    }

    That's a difference of 3 lines. Multiply that by the number of if-else blocks alone, then consider that this also affects loops, switches, etc. LoC is basically a composite measure of coding style and complexity. In other words, it's meaningless.

  22. Re:Covered By Twenty Percent of the Bill of Rights on Bill Would Declare Your Blog a Weapon · · Score: 1

    An example of the difference: I can pretty much make a libel suit impossible by clearly framing every statement I make as my opinion, rather than as fact. As far as I can tell, this bill doesn't appear to care whether the speech was presented as fact or opinion.

    IANAL, this isn't legal advice.
    You're wrong. If I write "It is my opinion that John Doe robbed a bank." on my blog, he can and probably will sue me for libel, and I would probably lose.

  23. Re:I'll Be Damned on Why Text Messages Are Limited To 160 Characters · · Score: 2, Funny

    I guess you had something interesting to say after that comma,

  24. Re:What did we expect? on Office 2007SP2 ODF Interoperability Very Bad · · Score: 1

    RTFA. They may have targeted 1.1, but they deliberately chose to make it as incompatible as possible with other implementations (e.g. OOo) while still technically complying with 1.1. 1.1 vs. 1.2 is irrelevant here.

  25. Re:What did we expect? on Office 2007SP2 ODF Interoperability Very Bad · · Score: 1

    What if the EU decides to declare the ISO specification of OOXML as unacceptable (or equivalent) and require that, in addition to complying with the ODF ISO spec., applications which wish to be viewed by the EU as compliant must work fully with OOo. In other words, if the EU did this, people couldn't use MS Office's native format, and they couldn't consider ODFs produced by MS Office to be standards compliant unless they open in OOo (two way compliance would be required, actually). Of course, IANAL, and IANALegislator.