Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror

Comment Re:Sounds like (Score 5, Insightful) 1229

This research was happening independently of the industry, with public funding. Also, the research was about making the potatoes immune to a common disease, NOT making them immune to a specific brand of herbicide, so I fail to see how this could lead to a Monsanto situation. Part of the research was also to find out what the environmental impact of GMO is, and you will have to do a field test at some point to scientifically verify this.

Comment Re:I'll be first to say WTF (Score 1) 700

NP is the set of all problems for which an alleged solution can be checked in O(some polynomial of n).

That is a common mistake. NP means that a non deterministic Turing Machine (a Turing Machine that can "guess" the right path to take if faced with a choice) can solve the problem in polynomial time. It has nothing to do with the time to check the solution.

The Military

How Will Contemporary War Games Affect Veterans? 288

An anonymous reader writes "Recently, video game developers have begun to make games about current conflicts the world over. Many veterans and current military personnel now take an active role in the video game community. Are game companies running the risk of walking into a public relations disaster when making games about current wars? More importantly, how will veterans react to playing games about a conflict in which they have participated? From the article: 'To portray conflict in a way that not only accurately depicts the acts of war, but does so in a manner that takes into account the sacrifices of soldiers within some sort of moral framing is a complicated matter. Now add to this the idea that such depictions are essentially created as entertainment and to make money. It is certainly mind numbing when looked at from a social perspective. ... Now try and apply this dynamic to a more recent conflict such as the Vietnam War or the current conflicts in both Afghanistan and Iraq. Considering that the latter wars are still in progress, the ability for a game developer to accurately gauge the morality of such a conflict is limited at best. To make a game that takes these factors into account while trying to create something that is both entertaining and capable of mass appeal among the gaming community is near impossible.'" We caught a glimpse of this last year with the reactions to Six Days In Fallujah.
Movies

Mass Effect To Invade the Big Screen 142

UgLyPuNk writes "This could be a good thing or a bad thing: EA has just confirmed that it's making Mass Effect into a movie. The franchise has been acquired by Legendary Pictures, which is best known for its co-productions of The Dark Knight, Clash of the Titans, 300, Watchmen, and, um, The Hangover, as part of a co-financing agreement with Warner Bros."

Comment Re:Not the best choice of languages (Score 1) 419

Encryption algorithms use a wide variety of bit twiddling operations such as rotations, that are not defined as operators in C for example. So it is best to directly use the assembly instructions for those parts, otherwise the compiler would have to be smart enough to see that what you are doing is a rotation. They are in a bit of a unique position compared to "normal" programs.

Slashdot Top Deals

The answer to the question of Life, the Universe, and Everything is... Four day work week, Two ply toilet paper!

Working...