Slashdot Mirror


User: spazdor

spazdor's activity in the archive.

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

Comments · 1,781

  1. I spoke too soon on Pakistan Bans Encryption · · Score: 2, Informative

    It exists. Obviously.

  2. Re:good luck with that on Pakistan Bans Encryption · · Score: 5, Insightful

    Yeah, this is pretty much an unwinnable arms race. No matter how much deep packet inspection brute-force they want to employ - If they allow any protocols at all to run unrestricted, it'll be possible to tunnel data over it. Hell, give me an ICMP-only network and I'll encode data payloads into the TTL numbers.

    Pakistan is gonna have to cut off its Internet backbones entirely if it's serious about shutting down encrypted communication.

  3. Re:Security concerns on Pakistan Bans Encryption · · Score: 2

    If you aren't doing anything bad, why couldn't the government know about it?

    Now where have I heard that question before...

  4. Re:its like star wars.... on Novell Wins Against SCO Again · · Score: 1

    Lucky lawyers.

  5. Re:be aware on Microsoft Wants Your Feedback On Its New Python IDE · · Score: 1

    your opinion.

    ........... man.

  6. Re:Sadly, I think Apple might win on this one on Windows 8 To Natively Support ISO and VHD Mounting · · Score: 1

    "To me the web is like a giant MMO in which laws and ethics are completely divorced from the world in which my computer sits. I suck cocks."

    Actually that basically sounds like the mafiAA's philosophy.
    In the world in which your computer sits, physical objects have manufacturing costs, and media's marginal production cost is zero.
    The entire point of intellectual property is that it's a fictionalized, artificial context where we're all supposed to agree to pretend that something abundant is actually scarce.

  7. Re:So same thing really on The Pirate Bay Founders Go Legit With BayFiles · · Score: 2

    Cosigned. If I have to twiddle thumbs at another jinkety-ass homescript "countdown before I'll give you your download link" page I'm going to gore myself to death with a Jolt can.

  8. Re:Sadly, I think Apple might win on this one on Windows 8 To Natively Support ISO and VHD Mounting · · Score: 1

    Omg, you're absolutely right. I almost forgot about the days when a program just lived in a damn directory and kept everything it needed in there.

  9. Re:Sadly, I think Apple might win on this one on Windows 8 To Natively Support ISO and VHD Mounting · · Score: 1

    I would have to say that most people should be in some sort of walled garden.

    I think the Ubuntu APT repository is a perfectly good garden for most people's (non-gaming) needs.

  10. Re:Why not Chinese prisoners? Even cheaper! on Crowdsourcing Makes an API For Human Intelligence · · Score: 1

    This is a tricky topic. Are people better off in an abusive employment relationship than in none at all? The fact that anyone agrees to enter one seems to suggest "yes", but there are all sorts of ways an employer might have indirect control over the other factors in their workers' lives which contribute to the duress which compels them to work. It's fraught with moral hazards. :(

  11. cost/benefit analysis complete on CyanogenMod Shows Off Android On the HP TouchPad · · Score: 0

    BRB, buying up TouchPads enmasse.

  12. Re:MLK's Family Received 800k from the Memorial on The Copyright Nightmare of 'I Have a Dream' · · Score: 1

    Aha! Well caught!

    Anyone who found the preceding joke funny, please rescind your lols and chortles immediately. The joke was factually inaccurate and has been recalled.

  13. Re:I Had A Dream... on The Copyright Nightmare of 'I Have a Dream' · · Score: 1
  14. Re:Why.... on Do You Want Best Buy Opening Your New Laptop? · · Score: 1

    atic.ca is good too.

  15. Re:My first post on Linus' First Linux Post, 20 Years Ago Today · · Score: 1

    I'm only a GPL zergling, but that's kind of like saying that non-aggression pacts depend upon war to exist.

  16. Re:Why.... on Do You Want Best Buy Opening Your New Laptop? · · Score: 1

    Actually, I live literally across the street from an NCIX outlet. Hardware purchases aren't too inconvenient for me.

  17. Re:Why.... on Do You Want Best Buy Opening Your New Laptop? · · Score: 1

    I'm Canadian, you insensitive clawed!

  18. Re:I think a better question on NYC Mayor Wants Traffic Camera On Every Corner · · Score: 1, Insightful

    To me, the idea of employing single-person vehicles in such a busy, people-dense environment seems sort of like using TCP/IP encapsulation to send data between a CPU core and its L1 cache. Too much overhead.

    Yes, that was a car concept expressed as a computer metaphor. In Soviet Russia, dot slashes YOU!

  19. I think a better question on NYC Mayor Wants Traffic Camera On Every Corner · · Score: 1

    Why on earth would people who live in NYC drive cars?

  20. Re:Up Next... on NYC Mayor Wants Traffic Camera On Every Corner · · Score: 0, Troll

    Good! Tax the irresponsible.

  21. Re:You've got to be kidding... on GameStop Opening Deus Ex Boxes, Removing Free Game Coupon · · Score: 1

    Maybe GameStop doesn't, but if anyone does I think they're courting legal trouble. GameStop doesn't make any specific claims about what's in the sold package, but if what they're advertising is "a boxed copy of DXHR" and it's common knowledge that such a box includes a coupon from the publisher, there's some bad faith going on.

  22. Re:How about replacing an open file? on Estimated Transfer Time Is No More In Windows 8 · · Score: 1

    If I've got a log file which is opened by one program in Append mode, and I rename/move it, what should happen? Should the program keep appending logs to the file in its new name/location until it closes and reopens the file, or should it start a new file with the original's name/path? Choose carefully - either answer will create unpredictable or incorrect behaviour in some programs depending on the details of the file and how it's being used.

  23. Re:How about replacing an open file? on Estimated Transfer Time Is No More In Windows 8 · · Score: 1

    Start a Terminal window.
    Type in:

    $ cat > ~/SomeTextFile.txt

    then type a few lines of junk into the terminal afterwards. leave the Terminal window open.

    Now go into your home directory and open the file you've created in your favourite text editor. Try making some changes to the file and then saving it.

    Didn't work, did it? See, OSX has always had write locking semantics, and earlier MacOSes did too. What was actually going on, is you were just using apps which were sanely designed, which means they only open the file for reading and writing during 'Open' and 'Save' operations, and the rest of the time they leave the file untouched.

    When you think you "have a file open", that's not really the case. You opened the file in order to copy it into RAM, and then closed it again once its contents were displayed in your application window. All subsequent changes to the document onscreen are being made to the document in RAM, not on the filesystem, up until you click "save" and commit it back to the filesystem.

    Just like in Windows. And *nix. And OS/2. This is pretty much the standard behaviour of every multitasking operating system ever made.

  24. Re:How about replacing an open file? on Estimated Transfer Time Is No More In Windows 8 · · Score: 1

    http://technet.microsoft.com/en-us/sysinternals/bb896653

    Process Explorer can list file handles.

  25. Re:Thanks for the trailer, when is the movie due? on New Video Brings Portal To Life · · Score: 1

    Maybe the problem is that you're arguing subjective subject matter using objective language such as "The plain truth" and "The fact is."

    I, personally, fit the stereotype. I'm into thin, young-looking blonde chicks with smooth skin and prominent secondary sex traits, and even I was compelled to call you out on this.