Slashdot Mirror


User: Eryq

Eryq's activity in the archive.

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

Comments · 131

  1. One small change would make me happy on Microsoft Would Settle For The Children · · Score: 2
    Force them to install 0.9 billion dollars worth of Linux software on those computers instead, including titles like StarOffice, Word Perfect 8, etc.

    Let's see... at $30 per RedHat CD...

  2. A very troubling bit to me... on The Internet Under Siege · · Score: 5, Insightful
    ...is where he described how companies are invoking the DMCA to protect themselves from criticism.
    a British pharmaceutical company invoked the DMCA in order to force an ISP to shut down an animal rights site that criticized the British company. Said the ISP, "It's very clear [the British company] just wants to shut them up," but ISPs have no incentive to resist the claims.

    Consider the ramifications if applied widely. To call attention to, say, meat products in McDonald's supposedly-vegetarian food (as in India). To Nike's sweatshops. Even if the information is true, the ISPs might prefer to yank it rather than verify that it violates copyright. And, since you're obviously a troublemaker, they might cancel your account completely.

    So welcome to the DMCA future, where an unsubstantiated accusation carries punishment even without a conviction -- so long as the accusation is coming from a moneyed source.

    (Actually, given that people accused of crimes often have their reputations ruined, even after acquital, perhaps it's just a logical extension of the world today. But it still sucks.)

  3. So soon we'll be hearing... on Light Emitting Pictures On Standard Inkjet Printer · · Score: 5, Funny

    "The dog ate my homework."

    "Why didn't you print out another copy?"

    "It ate my monitor too..."

  4. Unamerican? on Ballmer, Gates on Microsoft's Future · · Score: 2

    So if Microsoft is responsible for Open Source, and Open Source (by their own accusations) is Unamerican, then isn't Gates really taking credit for a great deal of Unamerican Activity?

    Hmmm, you know, this IS a time of war. Maybe the new Ashcroft HUAC would be interested...

  5. Re:what HAVE we done? on UNIX hits the Big Three-Oh · · Score: 2

    Well, the internal combustion engine hasn't really changed a lot since it was first developed either. Sometimes, systems built of small, simple, reliable components really can go the distance.

    OTOH, future computers (say, 20 years from now) will likely have to deal with quantum processing hardware (no, this is not Star Trek). Since there will be a fundamental shift in the way we design algorithms for chips that work with Qbits, we may need a fundamental shift in the operating system too.

  6. Re:double plus bad on Microsoft Edits English · · Score: 2
    Re your subject line:
    to be strictly correct, you'd say:

    doubleplus ungood

    Oldthinkers unbellyfeel billspeak.

  7. Re:The DMCA strikes again! on Report Security Problems, Face The Consequences · · Score: 1, Offtopic
    Don't laugh. Consider:

    Let's say that in the future, company X uses website cookies which contain encrypted information. You're curious, so you capture your HTTP dialog with their website and, after a little fiddling, discover that the cookie is your Social Security Number, base64-encoded. Except that you never gave them your SSN. You call them up:

    • How the hell did you get a hold of my SSN?
    • What are you talking about?
    • Your website cookies are base-64 encoded SSNs!
    • They are? I didn't know that. Please hold...

    And the next day you're sued under the DMCA for cracking their "data protection scheme" (base64) and sharing information on how to crack it (with their customer service rep).

    Yeah, right, that's sounds ridiculous. Could never happen. Not in the USA. We don't do things like that here. All our arrests make sense...

  8. Re:Donations... on Report Security Problems, Face The Consequences · · Score: 2, Insightful
    The newspaper said its user logs indicated hundreds of attempts to contact the web site Feb. 1.

    It doesn't say that all of them came from Brian West, does it? I'll bet a bunch of them were just Code Red....

    The affadavit said many of the attempts were efforts to access the files and scripts that cause the web site to operate.

    Like what? index.html? Or dir.gif? favicon.ico? Or maybe 4 shift-reloads of a page with 50 gifs?

    I have yet to hear any sane theory as to why Brian would intentionally probe a website -- knowing that his accesses would be in the server logs -- only to phone them up and say that they have a security weakness. What would his motive be?

    Occam's Razor applies. The simplest explanation is Brian's. Even if he was probing for weaknesses, he still did the right thing when he found them.

  9. Re:I question whether MS really even has a monopol on Microsoft Loses Delay Appeal · · Score: 2
    But consider what it would take for you to move from a MS operating system to a competitor...
    • You've paid $$$ for lots of MS-only software: will it all run?
    • If not, how will you read/edit all your existing files?

    Since the cost of conversion from one OS to another - in time and money - is prohibitively high for most users, you have the same effect as if the cost of the raw materials were locked up: new entries into the market cannot compete on merit alone.

    BTW, note that it's not against the Sherman Anti-Trust Act to be a monopoly... you just can't use a monopoly in business domain A to create a new one in business domain B. This practice is what MS was found guilty of.

  10. Easy does it! on Right to Post Anonymously Protected · · Score: 1

    This bug has been reported already, 277168 hours, 16 minutes ago. No need to report it again.

  11. Re:Do they WANT virii? on PDF Virus Spotted · · Score: 2, Insightful

    The fault lies somewhere between the two, but a little closer to VBScript:

    The VBScript engine being used by the PDF interpreter should provide a sandbox in which untrusted scripts (e.g., scripts embedded in PDF email attachments) can be run.

    Having a script interpreter (or a virtual machine) support different access permissions for different classes of apps (signed and trusted, unsigned, etc.) is exactly akin to having an operating system support different access permissions for different users.

    This is how (and why) Java's security manager works for things like applets.

  12. Missing the point as to why XML is good on Old Protocol Could Save Massive Bandwidth · · Score: 4, Insightful

    XML, by virtue of being text-based, may be easily inspected and understood. Sure, it's a little bulky, but if you're transmitting something like an XML-encoded vCard versus an ASN.1 encoding of the same info, the bulk is negligible.

    Yes, for mp3-sized data streams, or real-time systems, there would be a difference. But many interesting applications don't require that much bandwidth.

    ASN.1 achieves its compactness by sacrificing transparency. Sure, it's probably straightforward enough if you have the document which says how the tags are encoded, but good documentation of anything is rare as hen's teeth, and not all software companies are willing to play nice with the developer community at large and share their standards documents. And some of them get downright nassssssty if your reverse engineer...

    Transparency is one of the reasons for the rapid growth of the Web: both HTML and HTTP were easy enough to understand that it took very little tech savvy to throw up a website or code an HTTPD or a CGI program.

    Transparency and extensibiliy also make XML an excellent archival format; so if your protocol messages contain data you want to keep around for a while, you can snip out portions of the stream and save them, knowing that 10 or 15 years from now, even if all the relevant apps (and their documentation) disappear, you'll still be able to grok the data.

  13. Re:thank goodness on Sklyarov Released On $50,000 Bail · · Score: 1

    I am not going to be hugging trees and saving fish anymore.

    What about fish arrested under the DMCA? :-)

  14. Yeah, but they use proprietary protocols... on Pizza Without Wires · · Score: 5
    • FTP: Forget The Pepperoni (faster transfer)
    • HTTP: Heated Thermal Transportation Package (bulky but very popular)
    • SMTP: Small Meatless Thin-crust, Please (lightweight but very popular)
    • UDP: Unreliable Delivery Person (cheap, but may not get there at all)
    • TCP: Terrifying Cascade of Pizzas (we send your order every 30 minutes until you tell us to stop)
    • GOPHER: Go Out to Pizza Hut, Eat, Return (not used much these days, but real nice once in a while)
  15. Re:Ironic... on Tux Racer 1.0 To Be Closed Source, Windows Only · · Score: 2

    Shhhhhh... in reality, the "closed source" will be the Linux kernel, with the game thrown on top. This is really just a covert way to get millions of unsuspecting individuals to install Linux on their Windows boxes... you know, just like the CodeRed[Hat] worm...

  16. Dell drops Linux on high-end servers on Dell Drops Linux on Desktops and Laptops · · Score: 2
    James Dell, 34, Sysadmin for foobear.com, accidentally dropped his RedHat7 CD case, which landed on a stack of Sun Ultra-60s and burst open.

    "I think the CDs are ok," James said, "but the jewel case is shot. Guess I'll have to go to Sam Goody this afternoon again. Sheesh."

  17. Re:Talk - an early form of instant messaging? on Vinge and the Singularity · · Score: 1
    Just so long as they don't say...
    ...while using an early form of Windows XP called "Unix".

    (shudder)...

  18. Re:Adobe pulls out...But. on US Won't Drop Charges Against Sklyarov - More Protests Planned · · Score: 2
    Welcome to USA2K, a fully-owned subsidiary of OmniCorp. Our new "Harassment Without Accountability" product (TM) works something like this:
    • You: your copy protection is crappy and easy to break. Here's how.
    • AnyCorp (a division of OmniCorp): hey, you can't tell people our stuff is crap! Arrest him in the name of the DMCA!
    • USA2K: Done. Please deposit a large campaign contribution on your way out.
    • USA2K coffers: k-ching!
    • Public: AnyCorp, you suck. We're staging a boycott.
    • AnyCorp: We "drop all charges" and "officially protest" this wrongful arrest.
    • USA2K coffers: k-ching!
    • You: so I can go?
    • USA2K: don't be ridiculous. You were arrested.
    • You: When's my bail hearing?
    • USA2K:No bail hearing until we transfer you to a new prison. Transfers can only be done in months ending with a letter "z".
    • Public: USA2K, you suck.
    • USA2K: Oh, we know. But there's not thing one you can do about it.

    Cue "Dear Kindly Sargeant Krupke"...

  19. Re:From another audience member... on Mundie Speech @ OSCON - Blogged In Real Time · · Score: 1
    You hit upon an interesting point: the emergence of a prevailing mindset that code should be accessible.

    No one would buy a car nowadays with the hood welded shut (and the assurance that if it breaks down on a dark road, well, you can call a tow truck).

    We need to get software owners, at least corporate software owners, to think of themselves in the same way. Because a million-dollar business should not have to wait for the next Service Pack.

  20. Geez, they missed the obvious... on The Sound of Safety? · · Score: 1
    Paging (your full name here)...
    Paging (your full name here)...
    Please pick up the black Courtesy Phone hanging on your belt...

    Paging (your full name here)...

  21. Re:Manned mission a pipe dream? on Recent Evidence Of Water On Mars Near Equator · · Score: 4
    1 in 1, if:
    • ...you tell George Bush that they discovered oil up there.
    • ...you tell Bill Gates that none of the Martians are running Windows 2000 yet.
  22. Re:So how is .kids any different than .k12.nn.us? on US Congress Wants .kids TLD · · Score: 2
    Exactly right. In fact, I'd love to see it based solely on naming authority (with internationally-registered marks using the country of origin). And get rid of .org, .com, etc. (I wonder if we can get rid of .edu too) Some samples:
    • disney.us
    • yale.us (no need for .edu, I hope)
    • yale.edu.us (if you prefer)
    • corel.ca
    • nasa.gov.us (gov't agency namespace, if you like)
    • bobs-garage.ny.us (a small company incorporated only in New York)
    • bobs-garage.md.us (different company, in Maryland)
    • united-nations.int

    Oh, yeah, one more thing: if you have the rights to "foo-bar-baz.us", then you have the rights to "foobarbaz.us" and all other reasonable variants.

  23. Re:techniques to factor big numbers on Win $200,000 In RSA's Factoring Challenge · · Score: 3
    You forgot the massively-parallel BINOMIAL algorithm: By Infinite Number Of Monkeys In A Laboratory.

    I started the task at 8:00 this morning, and by 9:32 a shrill schreeching sound told me that one of the monkeys had solved the 1620-bit number.

    Now if I could just figure out which one...

    Plus, an infinite number of bananas costs more than my prize money. :-( And don't get me started about the mess they've made...

  24. Re:I have weird remedy - hear me out though. on Senator Seeks Injuction Against WinXP · · Score: 1
    But if MSFT's engineers released the NT source code, then MSFT's own PR department would immediately condemn it as Communist, Un-American, Viral, Cancerous Open Source code.

    Then MSFT management, hearing that the ranks have been compromised by dreaded Open Source advocates, would fire the lot of them, leaving no one to work on .NET but Gates, who can only code in VB, making it slower than molasses in the Arctic.

    Corporate America, hooked on all things MSFT, would use it anyway, and all of civilization would grind to a halt while we sat waiting for our automobiles and toasters and TV sets to boot up.

    Or something like that.

  25. Any word from the Russian government? on Adobe Backs Down · · Score: 1

    I was wondering whether or not they had an official position about this...