Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×

Comment Re:Too late FBI (Score 1) 629

Because clearly the appropriate response when the behavior of a single party might or might not have decreased the potential revenue on a product for a single entertainment company is to do millions of dollars worth of damage to hundreds of other unrelated companies.

The FBI: think of it like heart surgery with a backhoe.

Comment DJB threw his hash in the ring, too (Score 2, Interesting) 146

MD6 by Rivest and Skein by Schneier et. al. seem to be getting a lot of attention, but another celebrity cryptographer, Dan J. Bernstein, also has a hash in this race, called "CubeHash."

DJB continued his tradition of offering cash rewards for people to find security problems with his code, giving out (so far) monthly prizes of 100 Euros to the most interesting cryptanalysis of CubeHash.

So far, the primary criticism of CubeHash is that it's slow, running some 10 to 20 times slower than many of the others in the competition. Dan brushes off this criticism by stating on his site: "for most applications of hash functions, speed simply doesn't matter."

To be honest, when compared efforts like MD6 and Skein, with their mathematic proofs of security, VHDL and other in-hardware reference implementations, and their amazing optimizations in both speed and efficiency (Skein can process half a GByte of data per second on modern hardware, and consumes only 100 bytes) -- entries like CubeHash seem to have that longshot underdog appeal, like a New Zealand soccer World Cup team.

Comment TrueCrypt is very fast (Score 3, Informative) 468

Truecrypt is fast. I have it on all my computers and backup devices that handle sensitive information, and there is zero slowdown visible to the user, even for IO-intensive operations. Steve Gibson from the "security now" podcast did his own benchmark where he created a drive image and timed how long it took to defrag the drive, then restored the bits from the image, encrypted with TC, then timed the defrag again. He then repeated the process three times because he didnt believe the results -- the encrypted filesystem ran FASTER. Take the anecdote for what it is, but the principle seems to hold true in my experience too. TrueCrypt is damn fast. It chews a few % of your CPU time when in use, but it doesnt slow things down.

Comment Re:Notes? (Score 1) 931

No one else seems to be pointing to the fact that the notes are just a condensed version of the lectures. And if the students learn the material better by reading the notes from someone who was able to understand the teacher rather than by listening to the teacher herself, then the teacher needs to change something about the way she lectures. Maybe she should pass out some students' notes perhaps.

Comment Re:Here is my take on it.. (Score 1) 848

Does it remove, or add, more control of my machine?

Your machine is still yours, I'm afraid. Sorry to dash any hopes of another conspiracy. Note that running as a non-root user restricts some functionality (which is the whole point), but that functionality can be regained using privilege elevation (i.e. UAC).

If it adds to my current XP2 configuration, fine, I'll CONSIDER it as a replacement on this machine when XP finally goes belly up.

"Adds to my current XP2 configuration". I'm not even sure whether that's a coherent thought. If you're asking whether it still runs your old win32 programs, then the answer is yes. If you're asking whether it retains all of XP's configuration mechanisms, then the answer is no. The UI appears much more like Vista than XP.

If it REMOVES any control of my machine, in any way, then it is just another Vista, in my mind.

It sounds like you believe everything you read on Slashdot. Multi-user operating systems protect the integrity of the environment by restricting the behavior of user-installed programs to a narrowly-defined API. Welcome to Computer Science. If you want absolute control of your machine, install DOS. Vista and 7 have increased protection in comparison to XP to guard against modification of the OS itself (root kits). Ideally, though, these enhancements increase the safety of the environment without degrading user experience.

I keep seeing benchmarking, eye-candy comparisons, etc, etc, but no real discussion of embedded DRM schemes, hidden processes, etc.

DRM restricts access to content. Operating systems restrict access to devices. The system ships with programs capable of playing DRM-protected content, but that's not an OS function. The vast majority of what an OS does occurs in "hidden processes" if you want to call it that. This fact is not interesting.

It is the stuff that I cannot see on my monitor that concerns me the most when considering a OS.

The only important consideration when picking an operating system is whether it will do what you want it to do, and if so then how well. If it can't do something critical to your own workflow, then pick a system that can. If more than one can, then pick the system that does it best.

Windows 7 is largely regarded as "better" than XP and Vista because it does more of what people want than previous systems, and it does those thing better than previous systems.

Comment Re:Java (Score 1) 997

Using Java avoids most of the nastiness of Linux while preserving a solid code base.

What's the "nastiness of Linux"? After years of development, the only difficult thing I've found in Linux (POSIX) development in comparison to Win32 is the fact that you can't wait on both mutexes and file handles in the same call.

It's funny.  Laugh.

Submission + - Jack Thompson Disbarred, Permanently (gamepolitics.com) 1

BrianRaker writes: Thanks to GamePolitics for breaking the story, it looks like the Florida Supreme Court has affirmed Jack Thompson's permanent disbarment from practicing law. This change takes place in 30 days, and will prohibit him from practicing law, or ever reapplying to the bar, for ever.

Of course, Jack rebutts with his typical "Now The Fun Begins" rhetoric. Will this really be the end of Jack Thompson? We can only hope so, but my Magick 9-Ball says "Signs point to No".

Slashdot Top Deals

"The medium is the massage." -- Crazy Nigel

Working...