Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
Biotech

Couch Potato Gene Identified In Fruit Flies 105

Pickens writes "University of Pennsylvania biologists have discovered a mutation in fruit flies aptly named the 'couch potato' gene that allows them to simply chill out — entering a mild state of quasi-hibernation known as diapause, when winter arrives. 'It's not like they're bears sleeping in a cave,' says Paul Schmidt. 'They just look like they're a little bit more sluggish.' The couch potato gene, first discovered in the early 1990s, got its nickname because flies with mutations in the gene became really sluggish and behaved abnormally. Little is known about the underlying evolutionary genetic architecture, but in diapause, the slacking off is far less severe. The flies' bodily functions slow down, and they are better able to tolerate stress. The fruit fly gene may have implications for human health, as it can help biologists study the function of the nervous system and diseases such as epilepsy, refuting a recent statement by a political candidate that fruit fly research has 'little or nothing to do with the public good.'"

Comment Re:Accurate? Not at all... (Score 1) 371

I can't find a fqa from that site that has been rectified since 1992. I would wager that most of the criticisms on the FQA are still valid on every c++ implementation as of today. (heck, let's even say by next year)

You don't know what you are talking about. There are very detailed paragraph by paragraph explanations on nearly every fqa. Serious flaws and problems, not just 'i don't like the way that works'. Architectural flaws that if you knew one language other than C++, would be obvious to you.

C++ is garbage, I write it every day. It's difficult to write, syntax is impossible to remember, silent errors, millions of gotcha's. there is nothing C++ does that some other language doesn't do better. It was a cheap hack to get classes in C++, and technologically relevant 30 years ago, why are people still praising it?

c++ is a rusty old bus, do you actually think it's a sports car?

Comment Automate with free software (Score 1) 715

Like others have already said, backing up to optical media is a pain.. Like seriously 4 gig discs? Ugh.. Painful.

Buy a 320gig HD (about $120cdn), pop it into an external enclosure (or not), and use something like: SyncExp (http://syncexp.com/). Pick your host and mirror drives, run it as often as you want manually or setup some automated crons. And yes, it's for windows.

Otherwise go nuts and setup a slave linux box with a redundant RAID5 array and setup cron jobs there to backup all your critical data every 5 minutes if you wish.

Slashdot Top Deals

If you had better tools, you could more effectively demonstrate your total incompetence.

Working...