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. Re:Slackers on EU Extends Music Copyright to 70 Years · · Score: 1

    It should be stressed that this thread only concerns the policy for new works going forward - it does absolutely nothing to justify the absurd notion that existing copyrights be retroactively extended.

  2. Re:Not necessarily... on EU Extends Music Copyright to 70 Years · · Score: 1

    Would you by any chance be white?

  3. Re:Non Out of the Box on Ask Slashdot: Network Backup Solution Out of the Box? · · Score: 1

    though you can't do bidirectional synchronization with that.

    OCFS2 over DRBD actually supports "multi-master mode" replication just fine.

  4. Re:Definitely not on Has Cleverbot Passed the Turing Test? · · Score: 1

    90% of all that is adequately explained by the fact that Europe was first to begin the project of colonialism.

    hint: Leaving aside the eurocentric connotations of the "nation" concept, let's try naming a black population which had a chance to try and create a stable nation without white intervention - there aren't any. because whites always, um, intervened.

  5. Re:Fucking magnets... on Study Suggests Magnets Can Force You to Tell the Truth · · Score: 2

    I think you're a bit Confuced.

  6. Re:Xbox? on Ask Slashdot: Passively Cooled Hardware For Game Emulation? · · Score: 1

    Horribly loud. Though, doing this with a smaller, quieter Wii might be just the ticket.

  7. Re:X Engineer on Mr. President, There Is No (US) Engineer Shortage · · Score: 1

    Backdoors'll do that.

  8. Re:Uhh, the games? on Atari C&Ds Emulators, Site About Asteroids · · Score: 1

    This is why it needs to be easier to countersue for your legal expenses and time.

  9. Re:X Engineer on Mr. President, There Is No (US) Engineer Shortage · · Score: 1

    So what you're saying is your wife will make me a sandwich too?

    Oh exploitable!

  10. Re:But on Windows 8 Desktop 'Just Another App'? · · Score: 1

    Ah, I getcha. Yeah, that's a cromulent comparison.

  11. Re:Serial murderers think too small.. on EPIC Uncovers: Mobile Scanners Not 'Certified People Scanners' · · Score: 1

    They could take a lesson from the CPU manufacturers. Serial murder just doesn't scale as well as parallel murder.

  12. Re:No. No more mr nice guy. on Battle of the SATA 3.0 Controllers · · Score: 1

    Unfortunately people, unlike companies, have a body to incarcerate. :(

  13. you've got to be fucking kidding me on Solar Company Folds After $0.5B In Subsidies · · Score: 1

    Are you questioning the value of mutual coercion in society?

    Do you only believe in private property if other people are FORCED to respect it too? Or would you dutifully subsist on only those things which you "owned" if you lived in a society which observed no such conventions and everyone else considered it their right to whatever "possessions" you couldn't successfully defend from them?

  14. Re:But on Windows 8 Desktop 'Just Another App'? · · Score: 2

    I think it's more like 2000 was the spiritual successor of NT4, and ME was the successor of 98.

  15. Re:So hackers like it on Is Tablet Success Bound To Their Crackability? · · Score: 2

    Hackers aren't great software customers but they're great hardware customers.

    Since hardware and software companies(or perhaps the service providers) want to be able to team up to sell a unified, coherent stack, the hackers are a source of tension between them.

    I expect this will culminate in the hardware designs being a bit two-faced; they'll play ball with the DRM-aware, trusted-platform specs well enough to not lose their service-provider contracts and be accused of bad faith, but poorly enough that savvy customers can still jailbreak them and run what they want to. This is a good way for hardware manufacturers to have their cake and eat it too.

  16. WHY DIS HAPPEN :( on Chemical Cocktail Turns Mice Clear · · Score: 2

    I'm just gonna come out and say it.

    Science is horrible

  17. *this; on Wikileaks Reveals BitTorrent Lawsuit Background · · Score: 1

    Now how the hell am I supposed to write C++ methods that manipulate their parent object?

  18. Re:Question on Pakistan Bans Encryption · · Score: 1

    You misunderstand.

    but issue a 'retransmit' after every nth packet, where n is your encrypted data stream.

    So it's like:
    Bob: The quick brown fox jumps over the lazy d%g. (The corrupted character is the 42nd character in this message.)
    Dave: the lazy what?
    Bob: Dog.
    Dave: Oh, I understand. (That was the 42nd character he just repaired! I'll append a "42" to my ciphertext now.)

  19. Re:ad-hoc http encryption? on Pakistan Bans Encryption · · Score: 1

    I'd envision the "real criminals" are almost certainly gonna be the early adopters of non-port-443, obfuscated, encapsulated-in-cleartext-protocols tunneling tools, aren't they? After a couple of months the only people left on port 443 will probably be botnet clients running on people not savvy enough to monitor their own machine's traffic.

  20. Re:Question on Pakistan Bans Encryption · · Score: 1

    You need to put your encrypted data somewhere that it's actually plausible for randomness to arise in your messages.
    Send a copy of the Quran unencrypted, but issue a 'retransmit' after every nth packet, where n is your encrypted data stream.

    "I don't know why these packets got retransmitted and others didn't! I was using wifi! packet loss!" No one's gonna ask you why that distribution looks random - it's supposed to.

  21. Re:Question on Pakistan Bans Encryption · · Score: 1

    Who says padding has to be obvious? You're absolutely right; hiding your crypto from human inspection is harder than hiding it from any given watchdog algorithm. The comment above me was referring to Shannon entropy, which I presume was meant as a form of wide-deployment, automated snooping. You can dodge "entropy" by just adding huge blocks of zeroes to your data stream; but I'd never suggest actually doing that. Better chaff would be, say, the output of some conversational AIs, Viagra ads, paragraphs of Hemingway, or whatever kind of human-readable content might plausibly be emanating from the server in question.

  22. Re:OpenVPN, pure TLS on Pakistan Bans Encryption · · Score: 1

    no way to block OpenVPN without blocking every single TLS connection

    Um, I got the impression from the article that that's exactly what they're doing.

  23. Re:ad-hoc http encryption? on Pakistan Bans Encryption · · Score: 0

    Because there are only two possible ways the government could possibly be "banning encryption":

    1) with an accept-by-default policy, blacklisting all 'known' protocols for transferring encrypted data (of which SSL is one), or
    2) with a deny-by-default policy, whitelisting all 'known' cleartext protocols.

    In either case, SSL traffic won't make the cut. With 1), the workaround is super-easy because they can't possibly have an exhaustive description of all encrypted protocols, and it's trivial to devise a new one that lacks whatever features the blacklist is looking for. With 2), the bypass is only very easy because you have to encapsulate an encrypted stream inside a protocol which is "known" as a cleartext one - HTTP being the best candidate because it's among the protocols least likely to get blocked outright.

  24. Re:Question on Pakistan Bans Encryption · · Score: 1

    It's also trivially easy to add as much redundant data (or, "chaff") as you like to an encrypted stream in order to make its entropy as low as you like.

  25. Re:Question on Pakistan Bans Encryption · · Score: 1

    By checking the "encrypted" bit in the TCP/IP packet header. It's right next to the "evil" bit.

    I say, that's an ingenious bit of protocol design! In other news, the Entscheidungsproblem has been solved. Turns out you just check for the "__does_program_halt__" flag that's present in all ELF binaries.