Forgot your password?
typodupeerror

Comment Re:It would mean the contract has been poorly writ (Score 1) 134

The "definition of correct" is the system working the way it should. I'm not sure what you're suggesting here: that a system should stick with the original, possibly flawed, contracts rather than fix them to operate properly? That once you make an error in a contract, you should live with it forever? I fail to see how that perspective is helpful or realistic, and, forgive me if I'm wrong, but I suspect you may be lacking in practical experience with Design by Contract.

Comment Re:Fail (Score 1) 134

Contracts can easily have bugs. That shouldn't be too hard to imagine. You could easily have a postcondition "ensure item[index] == 123" when "index" is out of bounds, or when you meant to write "0x123", or when the array is actually called "items".

The fact that contracts can have bugs doesn't negate their value any more than the same fact about software negates software's value.

Comment Re:Dunno (Score 1) 369

I picked up a very nice looking 21" 1600x1200 CRT for free. Spending $1 on a display with fewer lines of resolution would be crazy.

Uh... unless you care about something other than resolution. Like desk space, or weight, or power consumption.

Comment It's the instant-revert crowd (Score 1) 632

I know I find it increasingly frustrating to contribute because whatever you add, there's always someone waiting to revert it immediately without any attempt at compromise or discussion.

I also have to say that I think people will find it humourous 50 years from now when they look back at comments from 2009 about how there's not much new stuff to add. That's a bit like the fellow who wanted to close the patent office in 1899 because everything had already been invented.

Science

Computer Reveals Stone Tablet "Handwriting" 42

ewenc writes "A computer technique can tell the difference between ancient Greek inscriptions created by different artisans, a feat that ordinarily consumes years of human scholarship, reports New Scientist. A team of Greek computer scientists created the program after a scholar challenged them to attribute 24 inscriptions to their rightful cutter. The researchers scanned the tablets and constructed an average shape for several Greek letters in every tablet. After comparing the average letters between different tablets, they correctly attributed the inscriptions to six stone-cutters."

Comment Key management & legal compliance (Score 1) 468

Standard disclaimer should apply: Talk to your corporate legal counsel first.

What are you going to do when a user goes on vacation for 1-2 weeks and can no longer remember their password to boot up the system? What you going to do in a similar situation if the person is a "road warrior"?

How are you going to ensure access to the data during a legal compliance exercise (order of preservation or a subpoena for specific records)? If each user selects their own password/phrase to secure the drive, now what?

How will you handle shared workstations? Share passwords? How will you "revoke" access or force a rekeying when someone leaves the organization?

Slashdot Top Deals

"Just the facts, Ma'am" -- Joe Friday

Working...