Slashdot Mirror


User: Joce640k

Joce640k's activity in the archive.

Stories
0
Comments
11,688
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 11,688

  1. Re: How does... on NHS Fined After Computer Holding Patient Records Found On eBay · · Score: 2

    ... for sensitive data, more passes is standard.

    Somebody needs to question that standard. There's no credible evidence that data can be recovered after writing a single pass of random data.

    Even if there was any evidence (and let's be clear, there isn't...), if anybody wants to spend that much money trying to recover data from machines bought randomly on eBay they should be encouraged to do so. The sooner they go bankrupt, the better.

  2. Re:How does... on NHS Fined After Computer Holding Patient Records Found On eBay · · Score: 1

    Sigh.

    OK, let's agree it more than 10 minutes.

    Now can you address the actual point, which was: "It's not difficult to wipe hard drives in a time frame which is consistent with upgrading a room full of PCs."

  3. Re: How does... on NHS Fined After Computer Holding Patient Records Found On eBay · · Score: 2

    Ok, let's agree it more than 10 minutes. Now can you address the actual point...?

    (I should have known better than to put an actual number on slashdot...)

  4. Re:Contract not signed on NHS Fined After Computer Holding Patient Records Found On eBay · · Score: 1

    ... mostly depending on the exact terms of the contract.

    You know how I know you didn't read the article?

  5. Re:I wonder on NHS Fined After Computer Holding Patient Records Found On eBay · · Score: 1

    Formatting works perfectly well for data destruction.

    (cue line of geeks with theories about why it isn't despite the fact that they can't come up with a single example of data recovery after formatting...)

  6. Re:How does... on NHS Fined After Computer Holding Patient Records Found On eBay · · Score: 2

    How hard can it be for a government to make a CD stick which you insert in a PC which boots up and wipes the hard drive?

    They could insert one in every PC before they remove it from the person's desk. It would take about ten minutes. If they're doing a roomful of PCs (as they mostly do) then by the time you got around to putting the CD in the last machine, the first one would be finished.

  7. Re: How does... on NHS Fined After Computer Holding Patient Records Found On eBay · · Score: 4, Informative

    Because there was no actual "contract" requiring him to destroy them.

    That's the real problem in this case - no contract. It's all all in TFA (if you can be bothered with such trivia).

  8. Re:Fines.. on NHS Fined After Computer Holding Patient Records Found On eBay · · Score: 1

    If you read TFA you'll see there's no contract. The word "contractor" implies it but really they were just handed to a guy who crossed his heart and promised to do it before putting them on eBay.

    OTOH, you're right that the NHS shouldn't be fined. The person who handed over the computers (presumably to a friend of his) needs jailing.

  9. Re:How does... on NHS Fined After Computer Holding Patient Records Found On eBay · · Score: 4, Insightful

    They shouldn't be fining themselves, they should be jailing the person responsible for handing them to the "unnamed contractor" (who was probably a friend).

  10. Re: US considered hostile on Microsoft's Cooperation With NSA Either Voluntary, Or Reveals New Legal Tactic · · Score: 0
  11. Re:It costs the government NOTHING. on What the Government Pays To Snoop On You · · Score: 1, Troll

    Bzzt! You lose. For your "theory", lets say the government buys a $1000 widget. It didn't produce that widget, it spent the money to buy that widget. It didn't spend $1000 for that widget, it spent $1200 because the government has its overhead.

    Bzzt! You lose. The government pays at least 400% markup on anything it buys.

  12. Re:badg3r5 on HP Keeps Installing Secret Backdoors In Enterprise Storage · · Score: 1

    Oh, wait... the SHA1 of "badg3r5" is actually 78a7ecf065324604540ad3c41c3bb8fe1d084c50.

    (mushroom, mushroom)

  13. Re:Eh? on HP Keeps Installing Secret Backdoors In Enterprise Storage · · Score: 1

    I grok this to mean that a backdoor exists for customer service, which can be activated by a customer (by two factors: permission and network access), and that without action on the part of the customer, said backdoor is closed.

    "Permission" isn't much of a safeguard against criminals. They tend to do stuff without it.

    (Isn't that the very definition of "criminal", i.e. doing stuff they don't have permission to do?)

  14. Re:badg3r5 on HP Keeps Installing Secret Backdoors In Enterprise Storage · · Score: 1

    Let's face it, it's far more likely to be "HP1234" than anything as complex as l33t-speak.

  15. Re:PCs are not going to die. on PC Sales See 'Longest Decline' In History · · Score: 4, Insightful

    This. They can end up going up to the point that only businesses can afford them.

    On the plus side, we might be able to move away from the awful glossy-widesceen-with-awful-keyboard models that the public have been forcing on us for the last few years.

  16. Re:Whatever on PC Sales See 'Longest Decline' In History · · Score: 4, Insightful

    The PC is doomed, blah blah blah. All the grandma's are buying tablets. Anyone who does any real work are buying PC's or already have what they need. Nothing to see here.

    Yep. Most computer users turned out to be media consumers who a) don't need the hassle of maintaining a PC, and b) like the size/shape of tablets.

    The sky won't fall. This "fatal" decline will level off soon when everybody finally figures out which camp they're in.

  17. Re:Easy on Why JavaScript On Mobile Is Slow · · Score: 0

    You minimize dynamic allocations by staying away from generic data structures--e.g. for a linked list, you embed the sibling pointers in the object itself, rather than allocating a separate container node...

    No, you don't. If you've got any brains you start using C++.

  18. Re:When you ride at night, on Lead Developer of Yum Killed In Hit-and-run · · Score: 1

    I can imagine them slamming on the breaks.

    If they were mixing a dance track while driving, they're at fault.

  19. Re:Binary protocol.. and what else? on HTTP 2.0 Will Be a Binary Protocol · · Score: 1

    from quick glance, multiple transfers and communications channels("streams" in the drafts lingo) can be put through the single connection, cutting tcp connection negotiations.

    HTTP 1.1 can already do multiple transfers, browsers are already doing "streams". I doubt the gains to be made from doing that in binary are going to be noticeable.

  20. Re:Makes sense on HTTP 2.0 Will Be a Binary Protocol · · Score: 3

    It was much less bloated before Javascript and CSS started throwing up in every corner of every webpage everywhere.

    That's HTML, not HTTP.

  21. Re:Makes sense on HTTP 2.0 Will Be a Binary Protocol · · Score: 1

    HTTP is the world's most popular protocol and it's bloated and slow to parse.

    Do you even know what HTTP is?

    Maybe you're thinking of HTML or something.

  22. Re:Makes sense on HTTP 2.0 Will Be a Binary Protocol · · Score: 2, Informative

    Ditto.

    The HTTP header is miniscule compared to the HTML/images on the web page. Making it binary is a Stupid Fucking Idea.

  23. I figure the reason this never happened is because the people in black SUVs went around visiting anybody who tried to make encryption the default.

  24. The problem with encrypted email is that you can only send it to people who agree that security is important.

    That's a problem with the email software, not the people.

    A key exchange could easily be done in the background during the first few emails you send to somebody. After that you're golden.

    Trouble is, almost everybody uses online email now, and I doubt Google/Microsoft/Yahoo/etc. will ever provide any security.

  25. Re:Cheap Perfume on Smell Camera Snapshots Scents For the Future · · Score: 1

    This is the reason why electronic smell-e-mail will never take off.

    Imagine your inbox every morning...