I thought what was new is that THE STATE had that evidence, but withheld it. Previously, the defense had tried to present the same information via an expert witness, but the prosecution cried foul because it hadn't been previously informed about the malware defense.
'Safe'
Buffistechnology 3: "Press Some Buttons, See What Happens."
Got a question about technology? Ask it here. Discussion of hardware, software, TiVos, multi-region DVDs, Windows, Macs, LINUX, hand-helds, iPods, anything tech related. Better than any helpdesk!
MIT revisits wireless power: [link]
I think the problem is that the defense was supposed to mention that they were bringing up the existence of malware during the pre-trial phase. Since they surprised the prosecution with it, the prosecution was able to ask that it be disregarded.
Why though? It isn't like this is something that the prosecution didn't know ANYTHING about it. They knew about this during discovery, right?
Is there a built-in tool in OS X (Tiger) or a free utility I can download for batch changing file extensions? We've got several hundred MP4 files with a mix of .mp4, .mov, and no extensions that ALL need to have .mp4 attached before we can send them to the client.
It seems like something Automater should be able to do, but I've never used it before. Worst case scenario is I spend the rest of the day renaming them manually, but I'd really rather not if I can avoid it.
You should be able to do that easily at the command line.
Um, my caffeine hasn't kicked in yet - anyone else want to try?
eta: I googled - this might help: Batch File Rename By File Extension in Unix
for example:
#change .html files to php
for file in *.html ; do mv $file `echo $file | sed 's/(.*.)html/1php/'` ; done
You'll probably want to backup the files first....
$200 laptop: [link]
In Japan. An "English" version "could hit the streets 'as early as August this year.'"
Thanks guys - I figured out how to do it in Automater, though.
I'm not a lawyer, but my understanding of the legal system is that you are supposed to disclose the major points of your case during the pretrial phase in order to ensure that everyone gets a fair trail. If the defense fails to disclose any aspect of their case the prosecution can assume it won't come up in the trial.