Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

Comment Re: Established science CANNOT BE QUESTIONED! (Score 5, Insightful) 719

My stance in AGW is that you can bitch all you want about climate change, but if you're not willing to build a bunch of nuclear power plants and shut down a bunch of coal plants, then yes you ARE arguing global warming to advance a political agenda and nothing more.

If you don't back real solutions that can yield real results then I am going to call bullshit on your advocacy.

Comment Re:2% is nothing (Score 1) 121

The real fact is that budget deficits in upcoming years will only be solved by cutting military, welfare, medicare, and social security spending.

The fact is that basically all other spending is a rounding error compared to those big four items.

People are exactly right. Even completely zeroing out NASA funding would have, in practical measures, absolutely NO impact on the national debt.

The other ironic thing is that NASA, by far, is one of the few federal agencies that actually can lead to technology and science findings that truly benefit the American people.

But the idea that NASA is getting an increase, even though it is a slight one, is good news in my book.

Comment Re:I have nothing better to do... (Score 1) 545

Exactly. This idea has infected the entire modern American business world.

I work as a contractor for the government, I am required to post my time which is used for billing.

On the hard face of it all, I am not "allowed" to work more than 40 hours, I certainly won't be paid for them, and my company can't ever invoice for them, without prior agreement from the customer.

However, whenever we interview people to come in and work here, certain folks on the interview committee pretty much require the applicant to genuflect to the common "whatever it takes to get the job done" belief that over 40 hours is no big deal and that they do that "all" the time. Even though that is technically completely against the rules for contracting.

Comment Re: It's still reacting carbon and oxygen... (Score 3, Insightful) 143

You say that and you are correct, but when the best solution we have right now, nuclear, is mentioned the greenies freak the hell out and star screaming and running around in circles. Until we actually embrace what is possible to do and stop wishing on new technology to catch up, we'll be stuck here for a while.

Comment Re: Stupid, trucks cause the problem (Score 2, Interesting) 554

Yeah, but the trains are all to busy hauling oil because Obama won't let the pipeline be built. There's no extra capacity on trains right now.

Oh and for all the greenies worrying about the pipeline causing environmental damage, the pipeline is orders of magnitude safer for the environment than train cars. It's not a matter of if but when there will a catastrophic fire from hauling all that oil by rail.

Comment Re:type of assignment (Score 1) 320

The thing that gets me most is.

Don't these students have any idea how diff works??

If you modify variable names, the diff will gladly show me, line by line, how amazingly similar two programs are. The first step to being caught is using the copy command on the computer and then modifying the program. Unless you really, really mash up the structure of the program diff is going to be enough to bust you on small changes (even to every line in the program).

You are better off, if you are going to copy a classmates program, to print it out and then manually type it back in.

This way you can move functions around, modify indents and formatting, change the order of statements where the order isn't terribly important. If you do that, diff won't bust you.

And the real secret is: I have 29 programs to grade for each assignment, I will only ever really catch cheaters if their programs have identical operations when run (or the same bugs, having identical bugs is a big flashing red light) and when I run them through diff it show me you took no effort AT ALL to obfuscate your copying. If you do this you deserve to be caught and punished because you didn't do the assignment, you just edited some text.

Note that, yes, I am saying that if you at least read the code with enough understanding to type it back in, you'll still get credit for the assignment. But if you are an extremely lazy cheat, you get caught.

Slashdot Top Deals

"Protozoa are small, and bacteria are small, but viruses are smaller than the both put together."

Working...