Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×

Comment Re:Stupid question (Score 1) 388

No diesel car I have had has used spark plugs. They all have plugs, which from the outside look a bit like spark plugs. But they dont spark - they 'glow'. If you look you will see they are all wired in parallel - and they receive a continuous voltage when the engine is cold. They are used during starting to provide a hot spot which will ignite the fuel in a cold engine.

Comment Re:Lazy (Score 1) 382

What if the encryption technique is not one that the USB device understands? I dont mean the algorithm used (AES etc), but the way the password is converted to the encryption key. Even if you give him the password, the USB device wont be able to decrypt anything.

Comment Re:Bull (Score 1) 830

But doing the modifications in place is not safe if you might get a system crash (or power failure). What you could do is to create a backup file and then do the write in place. You would need some kind of procedure to restore the backup if the original write did not complete properly.

I suppose you really want to have a file system primitive which says 'open a temporary file for writing as a new version of this other file'. When you close the temporary file the filesystem would atomically replace the contents of the original file with the temporary file, preserving all attributes such as ACLs (unless you modified them on the temporary version). You could go further and arrange that the temporary file started off with the same contents as the original file - so the entire update sequence became a single transaction.

Comment Re:Encryption (Score 1) 102

The only thing that's worse is that they might feel secure when they're not.

That is exactly what an ISP would want. You would have the correct URL, the correct IP address and everything would look correct. But your traffic would be monitored by the ISP (in some kind of transparent proxy).

Being able to save a certificate and not having a message pop up every time it is seen would be useful. The first time you came across a certificate you should get a warning message. But if you can manually verify the certificate then you should be able to silently accept it in the future.

Comment Re:Thermodynamics 101 (Score 3, Interesting) 324

But the engine in a truck or bus is not fixed speed. It varies according to driving conditions, and there is a loss in efficiency due to the need to allow for the flexible load. If you use an engine merely for charging the battery then it can be a fixed speed, fixed load engine - I.e. it can run at peak efficiency whenever it is running, and the efficiency can be higher than a more flexible engine.

Comment Re:Encryption (Score 5, Insightful) 102

It would be very easy for an ISP to perform man-in-the-middle attacks on supposedly secure sites which use self-signed certificates. Self-signed certificates provide some security against eavedropping by third parties, but almost none against a malicious network. They can only be useful if you have some independent method of verifying them, and very few people would know how to do that. (Of course, that also applies to certificates signed by many certifying agencies - it is probably quite easy to get a fake certificate that will be silently accepted by browsers)
Transportation

Compressed-Air Car Nears Trial 173

DeviceGuru writes "Air France and KLM have announced plans to conduct a six-month trial of a new zero-emission, compressed-air powered vehicle. The AirPod seats three, can do 28 mph, and goes about 135 miles on a tank of compressed air. Motor Development International, the vehicle's developer, expects the AirPod to reach production by mid-2009, and to sell for around 6,000 Euro. Initially, it will be manufactured in India by Tata Motors, and distributed in France and India."
Patents

TiVo Wins Appeal On Patents For Pause, Ffwd, Rwd 215

Lorien_the_first_one writes "After years of wrangling, TiVo has won its day in court against Dish Network, formerly known as the EchoStar, when the Supreme Court declined to take up Dish Network's appeal, forcing the satellite television company to pay $104 million in damages. According to the article, 'TiVo originally won a patent infringement case in 2004 against Dish, which was then named EchoStar Communications. It charged that Dish illegally copied its technology, which allows people to pause, rewind, and record live television on digital video recorders.' Despite an injunction, Dish continued distributing its set-top boxes in the belief that the work-around they had implemented avoided infringing TiVo's patents. Now the case goes back to the lower court for review to determine if they did indeed steer clear of those patents."

Slashdot Top Deals

Work is the crab grass in the lawn of life. -- Schulz

Working...