Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror
×

Comment Re:An article that suggests a counter-effect.... (Score 1) 784

Not trolling....My logic is that if the continent rises, then the volume of water it displaces would in-effect decrease, thereby countering the effect of the water rise. The real idea i was putting forth was that they could measure the volume displacement countered to see what the offset really is. 15mm/yr rise doesn't sound significant, but if you consider the area affected, 15mm could make a huge difference in offsetting the purported rise in sea level.

Comment An article that suggests a counter-effect.... (Score -1, Flamebait) 784

http://www.science20.com/news_... Apparently the loss of ice in the Antarctic is raising the continent as well. If this is true, how much will the levels really rise as the ice melts? Scientists, I believe are a bit too quick to assume melting ice caps are going to flood several parts of the earth, and likely being pushed to by the global warming crowd to push their BS agendas.

Comment Re:Try a microcontroller project. (Score 2) 172

Even though I haven't yet tinkered with an Arduino I have to totally agree with this. As a professional programmer with similar experience here are a few reasons why:

1)I have had to work with machine automation in both of my programming jobs extensively. Knowing how to program 'realtime' devices is very useful in an industrial environment (Reading barcode readers, processing, output....or reading relay state/change, determining course of action, switching relay or sending notifications to a user...or combinations thereof like reading from a barcode reader and comparing to a database/list/group and sending a relay output to tell a belt to stop for example).
2)You will learn about many things that are difficult to reproduce without sensors/switches/etc including timing, triggers, events, etc

One issue I do have with this however is that sometimes dealing with devices like this, you can easily fall into a trap where inexperience can lead to code that is almost impossible to debug or problems that come up that are very difficult to reproduce.

Comment Re:Scalia is jumping the shark. (Score 3, Insightful) 461

As to the inference that the truck's driver was drunk, Scalia pointed out that the police officers here followed the pickup for over five minutes — and "five minutes is a long time" — without any indication of drunken driving or even bad driving. "After today's opinion," said Scalia, "all of us on the road, and not just drug dealers, are at risk ... "

Actually sounds Scalia was the dissenting opinion, period. I tend to agree with the quoted point of view of Scalia...an anonymous 911 call prompts police to target this driver, the driver gives NO indication of dui/reckless/endangering driving, yet the cops STILL pull the guy over, and win in court because of a "technicality". Scalia is right, we are all at risk for abuse of power by cops (not only that, but the justice system ruling in favor of the loss of our freedoms that are OWED to us by the Constitution).

Comment Re:Paging file? (Score 1) 85

I would also think that Microsoft could come out with a fix to the software that would store that key that's accessible/decrypted by the PC Admin's/User's password via a utility (but not writable by other programs) in order to "recover" files where the key has been lost/'stolen'/etc. This would only work of course IF the hackers were using the local copy of the encryption DLL and not a downloaded/hacked copy (if it would even work that way).

Comment Why are trades (pre-purchase) public anyway? (Score 1) 342

Wouldn't it just make more sense that the trades be kept secret, using encryption until the transaction is completed? Transactions like this should prevent someone else stepping into front of line. Because this is basically what's happening, is that these machines are taking advantage of a security flaw that allows them to see a transaction before it's complete, It would be similar to going to a grocery store where you're ready to pay and someone behind you hands the cash to the cashier before you can get your money out and takes your stuff. That kind of behavior certainly wouldn't be tolerated at a grocery store (they'd definitely get punched in the face!), and shouldn't be tolerated on the stock market. The delay really wouldn't work....it would only take 5 seconds longer for you to find out you've been had, which means they're now stealing your time too. Any moderately useful encryption where public/private keys are used, like PGP, for any transaction prior to being completed would fix this.

Slashdot Top Deals

Old programmers never die, they just hit account block limit.

Working...