Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
Science

Reversing Undesirable Fish Evolution 216

TaeKwonDood writes "Your granddad's approach to fishing — throw the little 'uns back — may have hurt their evolution, but we can reverse that, says a group of researchers, with a change of policy. Fish have been 'reprogramming' themselves to be smaller and live longer. Welcome to evolutionary dynamics, Lamarck. But, no, they are serious. And it can be fixed within 12 generations. What do the smart people out there think about this? Are they using the term 'evolution' the wrong way?"
Security

'Cybot' Development For Network Defense 51

lwbrown writes with this excerpt from Government Computer News about a concept being explored at Oak Ridge National Laboratory: "UNTAME is the product of a long-term program by the division's Cyber Security and Information Intelligence Research Group to develop futuristic security functionality for increasingly large, complex environments. The cybots differ from traditional software agents in that they form a collective and are aware of the condition and activities of other cybots in the collective. 'You give it a mission and tools to work with, such as mobility and intrusion sensors, and it uses those tools and cooperates with other cybots to accomplish the mission," said Lawrence MacIntyre, one of the project's developers.'"
Hardware

The Best Gaming PC Money Can Buy 360

SlappingOysters writes "Gameplayer has gone live with their best PC hardware configurations for Q1 2009. They've broken it into three tiers depending on the investor's budget. And while the prices are regional, it is comparative across the globe. The site has also detailed the 10 Hottest PC Games of 2009 to unveil the software on the horizon which may seduce gamers into an upgrade."
Image

Slashdot's Disagree Mail 264

In this week's Disagree Mail, I try to show the range of messages I get. It's not all angry or insane, sometimes it's sent to us for no apparent reason. We start off a little mad, slip into a whole bunch of crazy and finish with someone who has a complaint about racism at his favorite restaurant. Read below to get started.

Comment Try using XML and XSL (Score 2, Informative) 156

For the project we're working on, we are combining several bits of XML data and using an XSL template to display the HTML. This helps seperate the data from the markup. That way, your PHP or Perl would be responsible for getting the data (in our case, XML from web service calls and XML config files), handling user input, and running the XML/XSL transform. This solution works for us because we can dynamically call different XSL templates depending on the skin we want to display to the user, but the data always coming from the config files and web service calls always stays the same and doesn't care about the markup. The downside here is that this method requires that any database calls or business logic is returning XML. It works great for us, since we're moving all of our logic into a web service layer, and the services always return XML. This might require more architectural work than is necessary in your case, but if the web app is big enough or complicated enough, this method provides some great decoupling.

Slashdot Top Deals

"One day I woke up and discovered that I was in love with tripe." -- Tom Anderson

Working...