Slashdot Mirror


User: djm2cmu

djm2cmu's activity in the archive.

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

Comments · 10

  1. Re:Mac OS X - quality which Microsoft can never ma on What Keeps You Off of Windows? · · Score: 1

    Journaling filesystems in widespread use log filesystem metadata only, NOT actual file data. So if the OS has not flushed file data out of its cache, and you unplug the device, the file data itself could be in a bad state, though the filesystem structures should be okay or recoverable from the journal.

    If you have no open files on the device, the chances of this are slim (esp as time passes)...but it's hard to know for sure when everything in the cache has been flushed to disk.

    You would have to sync the filesystem before unplugging to be sure this wouldn't happen. But then, you might as well just inform the OS properly that you're about the remove the device :)

  2. Re:fuzzy logic? on Slow Down the Security Patch Cycle? · · Score: 1
    Try reading the article all the way to the end next time...

    In one possible scenario, software owners would subscribe to an automated patch service. Those without a subscription would receive the patch through current means, but it would expose those users to greater risk. Subscribers would receive a predeployed, encrypted version of the patch. At a predetermined point, a decryption key would be passed to a patch installer on all subscribed systems. Since the size of the key is small compared to the patch itself, the key distribution could be considered nearly instantaneous, and all affected systems would have the patch installed simultaneously with the official release of the patch. By the time the code exploiter even begins to reverse-engineer the patch, most affected systems would be immune.
    It's an interesting thought at the very least.
  3. Re:The RIAA is finally getting to grips with this on RIAA Obtains Subpoenas Against File Swappers · · Score: 1

    Exactly, well put. I don't see how this is even a gray area for the courts, let alone tilted heavily in favor of the RIAA.

    If a small percentage of people break the law, I call that a crime. If 93 million people break the law, I call that a revolution.

  4. Suddenly unreadable filesystem on Crypto Leash for Laptops? · · Score: 1

    It seems like this could present some fairly serious problems. I'm curious what the effects would be of suddenly rendering the filesystem of a running system unreadable (because the user is out of range and the keys have been destroyed in memory). It would seem to be approximately equivalent to yanking the hard disk out of a running machine (electrical detail aside).

    Does anyone have any details about this? Perhaps the encrypting filesystem layer it uses simply blocks on any fs API calls until the keys are re-established? Still seems like it could cause problems.

  5. Drat! Foiled again! on Crypto Leash for Laptops? · · Score: 5, Funny

    Man, NOBODY will buy a stolen laptop if all the previous owner's data is encrypted!

  6. Re:against federal law on Consumer Friendly (or Disney Hostile) DVD Players? · · Score: 1

    I've seen so many comments about mattress tags on this site...please please tell me I'm just missing some unfunny joke or something. You all _can_ read and see that it says "except by the consumer" right? And you realize that you are the consumer, right?

  7. Re:Applied Cryptography on Best Computer Books For The Smart · · Score: 2, Informative

    And if you're completely new to cryptography, definitely check out Cryptography Decrypted by H.X.Mel. His writing style is incredible...that book could teach public-key crypto to a monkey. Hmmm...now there's a thought...

  8. For applied C++ on Best Computer Books For The Smart · · Score: 3, Interesting

    Effective C++ and More Effective C++, by Scott Meyers

  9. Re:Log server on New Two-Headed Hard Drive Intended To Secure Web Sites · · Score: 1

    Umm...except by using that same write capability to OVERwrite the log data. I don't see your point.

    What you're suggesting would be drive whose contents could never be erased, a constraint that would have to be enforced by the disk controller. I'm not sure a device like that (write-once hard disk) would sell very well.

  10. Re:network trouble due to train crash on Code Red Reporting That Doesn't Suck · · Score: 1

    I work a few blocks away from where the train accident was. Yes, a freight train carrying HCl derailed on the 18th and caught fire (and burned for many days) in a tunnel under downtown Baltimore. A major water main break also resulted. A bunch of buildings were flooded, and it knocked out a few of WorldCom's fiber links. Here's the brief ZDNet story, if you're curious.

    However, I must say we didn't see much internet slowness as a result of either.