Slashdot Mirror


User: noidentity

noidentity's activity in the archive.

Stories
0
Comments
6,325
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 6,325

  1. Re:Should install MsOffice 2007 on Microsoft Office 2007 SP2 Released, Supports ODF Out of the Box · · Score: 2, Informative

    http://tools.services.openoffice.org/odfvalidator/ Still can't verify that the ODF you saved properly represents what you see on screen.

  2. Re:A milestone? on Basic Linux Boot On Open Graphics Card · · Score: 1

    I think the FPGAs are part of their development environment, not the final hardware, sort of the equivalent of putting files together on a hard drive, and in the end using that as the master for DVD pressing.

  3. Re:Ban it! on Al-Qaeda Used Basic Codes, Calling Cards, Hotmail · · Score: 1

    We obviously must also ban subtraction from the number 10! Hmmm, but then they may develop a totally invisible code whereby they ADD 10 to each digit of the phone number, then divide by 10 and take the remainder. There would be no way to detect one of these coded numbers!

  4. Re:How to stop it on Controversial Web "Framing" Makes a Comeback · · Score: 1

    But the globals had an underscore at the beginning! Everyone knows that underscores totally prevent name clash.

  5. Re:All of them great on Microchips That Shook the World · · Score: 2, Interesting

    The chip gives you a set of building blocks, so there is great flexibility in how you can combine them. There's probably some similarity to good software API design here, where you provide orthogonal features that the user can combine however he likes, allowing a small API to provide lots of functionality.

  6. Re:386? on Microchips That Shook the World · · Score: 5, Funny

    Protected mode was just the x86 architecture welcoming itself back to the reality most other processors already inhabited.

  7. Re:No wire = big headache on Time To Cut the Ethernet Cable? · · Score: 1

    Ever seen a $150 brick before? Try doing a firmware update on your router over wifi and you'll see why this proposal is a bad idea.

    Whatever. I'm updating my WiFi's firmware right at this moment and having no pro

  8. Re:Any lawyers here on Hospital Equipment Infected With Conficker · · Score: 1

    So if a patient dies due to a (computer) virus and the virus writer gets caught can he be charged with manslaughter or something?

    What about the OS vendor, or the hospital who chose such a vulnerable OS, or who connected their computers to the outside world (or at least flash drives)?

  9. Re:Benford's law on Forensics Tool Finds Headerless Encrypted Files · · Score: 1

    This is probably another application of the Benford's law.

    Doesn't that law hinge on the fact that you're looking at the first (non-zero) digit of each of a series of numbers? Without that, you don't get the logarithmic aspect, and thus no distinct pattern.

  10. A random file? on Forensics Tool Finds Headerless Encrypted Files · · Score: 1

    It does not decrypt the file, just tells you that it is in fact an encrypted file. It works by detecting hidden patterns that don't exist in a random file.

    I guess anyone who has a drive full of files made of random bits, with a few encrypted files mixed in, is going to be in trouble!

  11. So, it was inefficient back then too on The Sewing Machine War · · Score: 2, Insightful

    A Stitch in Time: The Rise and Fall of the Sewing Machine Patent Thicket challenges assumptions by courts and scholars today about the alleged efficiency-choking complexities of the modern patent system. Mossoff says that complementary inventions, extensive patent litigation, so-called 'patent trolls,' patent thickets, and privately formed patent pools have long been features of the American patent system reaching back to the antebellum era.

    And? That they existed then too doesn't make them a good thing. The standard the patent system has to meet is to "promote the progress of science and useful arts". If it's not doing that, scrap it! The loss of parasites means a gain for us.

  12. Re:why would a computer "jitter and freeze" on Think-Tank Warns of Internet "Brownouts" Starting Next Year · · Score: 4, Funny

    Yeah, that's crazy that a computer would freeze or crash just because the connection is slow. My internet slows down often and it never causes my computer to cra

  13. Re:What else is new? on Think-Tank Warns of Internet "Brownouts" Starting Next Year · · Score: 4, Funny

    "This would be followed by brownouts a combination of temporary freezing and computers being reduced to a slow speed."

    I have Comcast; how will I be able to tell when this starts to happen, compared to what I see today?

    Comcast is just bringing you the future, today! They're ahead of everyone else.

  14. Re:ahahahaha on Think-Tank Warns of Internet "Brownouts" Starting Next Year · · Score: 5, Insightful

    Computers slow down when you turn them off, or lower their clock rate. They don't slow down when you use them; you just put those cycles to (local) use.

  15. Re:True story on Old-School Coding Techniques You May Not Miss · · Score: 4, Informative

    Turns out that neither of them had the faintest fucking clue what a hash table is, or for that matter what a linked list is. They looked at its hash bucket and expected nothing deeper than that. And, I'm told, at least one of them had been in a project where they actually coded workarounds (that can't possibly do any difference, too!) for its normal operation.

    It's all too-often that people get the wrong view of a program using the debugger, either because it's not showing what's really there, or they're not interpreting it right. If you think something's wrong based on what you see in the debugger, write a test program first. More often than not, the test program will pass. After all, the compiler's job is to output code which meets the language specification regarding side-effects, not to make things look right in the debugger. In this case, the developer should have written a simple test which inserted two different values that had the same hash code, and verified that he really could only access one of them in the container. He would have found that they were both still there.

  16. Re:So how much for AOL? on Time Warner To Spin Off AOL · · Score: 1

    So how much for AOL? Do I hear any bids?

    100,000,000 (ONE HUNDRED MILLION)...

    ...AOL discs!

  17. Re:Play button on Microsoft To Disable Autorun · · Score: 2, Interesting

    CD-ROMs could have kept the common "Play button" interface from the beginning. Everyone knew this procedure. You insert a VHS into a VCR, you press play.

    Actually, VHS players automatically start playing read-only cassettes (and once they reach the end, rewind and then eject them). Pre-recorded tapes have the write-enable tab broken off.

  18. Re:Too many false positives on Competition Seeks Best Approaches To Detecting Plagiarism · · Score: 1

    BTW, to the ACs duplicating my original post: [...] it would be more impressive if you'd posted before me... at least to me.

    Typical response from a linear-time human.

  19. Re:Please, please, please on Bandwidth Fines Bad, But Not Net Neutrality Issue · · Score: 1

    You're right, charging for bandwidth isn't against net neutrality.... it's CENSORSHIP!! And it's THEFT!!! It's in invasion of privacy!!! I think I covered everything. No, wait, it's also BRICKING OUR CABLE MODEMS outside our control!!! That covers all the term misuse.

  20. Re:Realities on Is Apache Or GPL Better For Open-Source Business? · · Score: 1

    While I appreciate all Stallman and FSF has done, I still prefer the BSD-style license (you're free to do what you want with this code, including not being free with your changes :). Forced freedom isn't true freedom, IMHO.

    My understanding of the FSF's position is that one person's exercise of his freedom can reduce the freedoms of others. The GPL limits these particular freedoms so that the freedoms of most users are not reduced, resulting in overall more freedom than a more permissive license like the BSD-style ones. It's a tradeoff of some freedom on the part of the small number of developers, to ensure freedom of use for the larger number of users.

  21. Re:Too many false positives on Competition Seeks Best Approaches To Detecting Plagiarism · · Score: 1

    I once was on a Fido forum with someone who would often write responses nearly word-for-word identical to mine. It was uncanny; I'd see his post and recognize my own writing, only to realize it wasn't mine. Timestamps would sometimes show my post was written first, sometimes his. I imagine some others on the forum thought at least one of us was a sock puppet, but neither of us was.

    How can you be sure, Mr. Deckard? Failed any CAPTCHAs recently?

  22. Re:I suppose I am not on USB-Based NIC Torrents While Your PC Sleeps · · Score: 1

    He just cared a lot about posting about how little he cared.

  23. Re:Sensationalism on Twitter Considered Harmful To Swine-Flu Panic · · Score: 2, Funny

    At least they didn't have any people on saying how awful it felt to die from it (I don't know if it's fatal; I can't be bothered to read about it).

  24. Re:We should not let this happen. on Archive Team Is Busy Saving Geocities · · Score: 1

    As a historian of year 2075, I'd really want to have access to Geocities if I am researching the '90s.

    I'm unclear; are you a historian for the future, or one from the future? Either way, care to share with us whether Myspace finally gets shut down like this too?

  25. Re:There are no absolutes on Rapidshare Divulges Uploader Information · · Score: 1

    The IP address isn't proof. It is simply evidence: a relevant and admissible fact that points in a certain direction. The courts never deal in absolutes, only in probabilities. The deadliest mistake a geek can make in court is to spin out scenarios that when looked at closely make very little sense. Scenarios that betray his own misbegotten ingenuity.

    No WONDER my use of the Chewbacca defense didn't work last time I was in court. It seemed so sure-fire at the time.