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

 



Forgot your password?
typodupeerror

Comment Re:Yes we do. (Score 1) 358

Are you kidding! Look, the Atmosphere is 78% Nitrogen, 21% Oxygen, 1% "Other". Of that 1% Other, 3% is CO2. If you look at contribution sources of that CO2, something like 95-97% comes from natural sources, and the rest comes from people. Clearly this 3-5% human contribution of C02 since the 1940's is responsible for the destruction of the ice caps and the earth. I don't know how you can look at those numbers and deny humanities huge impact on the environment. You must be a communist baby seal hater or something!

Comment Mencoder+Handbrake (Score 1) 501

A shell script I use for iPod videos:

echo -n "Please enter DVD name: "
read name
mplayer dvd://1 -dumpstream -dumpfile $name.vob ./HandBrakeCLI -i $name.vob -r 24 -B 128 -X 320 -Y 240 -I -o $name.mp4
rm $name.vob
echo "Completed"


And if you want a regular DVD...

echo -n "Please enter DVD name: "
read name
mencoder dvd:// -oac mp3lame -ovc xvid -xvidencopts pass=1 -o /dev/null
mencoder dvd:// -oac mp3lame -ovc xvid -xvidencopts pass=2:bitrate=800 -o $name.avi

Comment Re:Won't somebody PLEASE THINK (Score 0) 904

Actually, I think that NOT thinking is the cause of this discontentment. Right after 9/11 when Bush had a record high approval rating and everyone was ready to surrender their rights to be safe from terrorists, no one was thinking about what might happen down the road. No one said "In 8 years, maybe we won't want invasion of our privacy. Let's NOT sign the PATRIOT act." Once you have given power to the government, it is very difficult to take it away.

Comment Re:Just out of curiosity... (Score 0) 355

Fixing, didn't mean to post as AC. Thanks for the feedback. I had assumed it was mainly propaganda when I first saw it, but I didn't know if the 'scientific' arguments were valid. The main point of the video seemed to be that the sun is the primary driver of global warming and CO2's impact is negligible, but it looks like that argument is already taking place elsewhere.

Comment Just out of curiosity... (Score 1, Interesting) 355

I know this is somewhat off topic, but did anybody else ever watch The great global warming swindle? Have we actually determined that the warming models are correct, and that we actually can reverse the course of climate change? I have the feeling that global warming continues to be more of a politically driven argument than a scientific one.

Slashdot Top Deals

Hokey religions and ancient weapons are no substitute for a good blaster at your side. - Han Solo

Working...