Slashdot Mirror


Google Algorithm to Search Out Hospital Superbugs

Googling Yourself writes "Researchers in the UK plan to use Google's PageRank algorithm to find how super-bugs like MRSA spread in a hospital setting. Previous studies have discovered how particular objects, like doctors' neckties, can harbor infection, but little is known about the network routes by which bugs spread. Mathematician Simon Shepherd plans to build a matrix describing all interactions between people and objects in a hospital ward, based on observing normal daily activity."

114 comments

  1. Inaccurate summary by solafide · · Score: 4, Insightful

    They're not using the PageRank algorithm itself, but an algorithm similar to how they conjecture Google works. In actuality, they're building a graph of interactions and finding the most linked to nodes, which is a fairly easy graph problem and nothing too exciting. It's the novelity of using this in hospitals that makes it notable. The PageRank reference is just for media attention/allowing non-compsci people to understand it, though.

    1. Re:Inaccurate summary by tjstork · · Score: 2, Funny

      e PageRank reference is just for media attention/allowing non-compsci people to understand it, though.

      An inaccurate summary on slashdot? I'm shocked!

      --
      This is my sig.
    2. Re:Inaccurate summary by Anonymous Coward · · Score: 1, Funny

      Somebody tase you, bro?

    3. Re:Inaccurate summary by quick2think · · Score: 3, Interesting

      they're building a graph of interactions and finding the most linked to nodes


      Sounds like you just described the PageRank TM algorithm in general. Remember, the "Page" in PageRank TM is for the founders name, not web pages. It is not the complexity of the math, but of the ability to solve equations on a large scale quickly over the distributed systems that makes the Google methods so powerful in solving these "simple" math problems.
    4. Re:Inaccurate summary by ColdWetDog · · Score: 1

      The PageRank reference is just for media attention/allowing non-compsci people to understand it, though.

      An inaccurate summary on slashdot? I'm shocked!

      A post complaining about an inaccurate summary on Slashdot? I am astounded sir, astounded!

      --
      Faster! Faster! Faster would be better!
    5. Re:Inaccurate summary by K-Man · · Score: 1

      What's weird is that they actually presented this at an internet conference. Is it calculated media whoring, or just mathematical illiteracy?

      --
      ---- "If we have to go on with these damned quantum jumps, then I'm sorry that I ever got involved" - Erwin Schrodinger
    6. Re:Inaccurate summary by pyrosim · · Score: 1

      A post complaining about slashdot cliche about complaining about the article that is an obvious lead in for somebody to post a complaint about the cliche about complaining about cliches causing a recursive thread that spirals into infinity or at least far enough that a lot of people have wasted a lot of time?

      I don't even think such a thing is possible on slashdot!

    7. Re:Inaccurate summary by Anonymous Coward · · Score: 0

      When you say "PageRank TM" algorithms, I believe you are actually referring to dynamic programming, which has been around for quite a while.

    8. Re:Inaccurate summary by ijakings · · Score: 0

      In Soviet Russia, Infinity spirals YOU!

      There, now thats finished we can get on with normal discussion.

    9. Re:Inaccurate summary by Mr.+Underbridge · · Score: 2, Informative

      Sounds like you just described the PageRank TM algorithm in general. Remember, the "Page" in PageRank TM is for the founders name, not web pages. It is not the complexity of the math, but of the ability to solve equations on a large scale quickly over the distributed systems that makes the Google methods so powerful in solving these "simple" math problems.

      He described a Markov model, of which PageRank is a variant.

    10. Re:Inaccurate summary by The_mad_linguist · · Score: 1

      Imagine a Beowulf Cluster of tangential posts!

    11. Re:Inaccurate summary by angus_rg · · Score: 1

      That's good. I was afraid Hospital Bombing might catch on.

  2. backwards by nguy · · Score: 5, Interesting

    Markov chains are the original, mathematical theory. This is just an application of Markov chains to tracking disease transmission, a fairly common method that long pre-dates Google. Google's page rank algorithm is another application of Markov chains to citation ranking (and, as it turns out, it wasn't the first time that it was applied to that either).

    1. Re:backwards by Anonymous Coward · · Score: 0

      There's a bioinformatics joke in here somewhere about vectors for vectors or something.

    2. Re:backwards by davidsyes · · Score: 4, Interesting

      Hell, part of this could be stemmed by:

      -- installing or increasing more air-locks/decontamination/containment/quarantine areas
      -- improving anti-bacterial ventilation and air cleaning/recirculation equipment
      -- setting up scanners points to look for flush/sickly people who emit fumes of certain bug signatures

      -- make the doctors and staff ALL wear anti-microbial/bacterial surgical masks EVEN FOR NON-SURGICAL visits (hey, they may be amped on anti-biotics, but aren't they still carriers?)

      -- emulate (if not doing so already) practices of the travel/cruise industry which separates various linens according to bacterial or viral risk (using color-coded collection bins) to keep certain bugs out of warm linens while keeping less contaminated items from contact. This reduces staff exposure time to numerous critters

      Most of all, given today's mass-travel economy/environment, hospitals and clinics should not be "walk-in-as-you-will" facilities. They should have screening or quarantine areas to separate and manage ENTRY of DETECTABLE vermin/air-borne agents. (Might even spark wild, new hospital designs, create jobs, and give politicians something new to do...)

      For any interest in medical and tourism practices in effect, see:

      http://www.riph.org.uk/pdf/healthAndHygieneOctober2003.pdf

      http://www.bundesbank.de/download/meldewesen/bankenstatistik/kundensystematik/naics_2007_canada.pdf

      http://chfs.ky.gov/NR/rdonlyres/4614B679-B2EB-4DD8-A486-C4FFDA7A542D/0/CommunityContainmentSupplement1.doc

      http://www.hhs.gov/pandemicflu/plan/sup8.html

      --
      Previously: "Linux... Toward the Sunrise..." Now: "Linux... Toward the-- No, now, part of Every Sunrise"
    3. Re:backwards by Arthur+B. · · Score: 4, Insightful

      These are very interesting thoughts, and I do share your belief that hospital should become more stringent in the future.

      I'd just like to point out that "it would create jobs" is no argument at all though. In fact if it didn't create any jobs, it would mean hospitals like these rained from heaven and we would all be better off. The least jobs it creates, the cheaper it is to have, the better it is.

      --
      \u262D = \u5350
    4. Re:backwards by Gat0r30y · · Score: 1

      Backwards indeed. The source of the problem is over-exposure to common antibiotics. Instead of looking at everyone who enters a hospital as a potential harbinger of antibiotic resistant bugs, its much much easier to simply reduce the number of people who are exposed to the antibiotics these bugs have become resistant to in the first place. Without selection pressure due to the presence of these antibiotics, the problem naturally goes away.
      Additionally, it is much cheaper to not prescribe antibiotics as often.

      --
      Prediction: The real iPhone killer is going to be sex robots from Japan. Think about it.
    5. Re:backwards by davidsyes · · Score: 1

      But, don't forget the black market. People WILL get hold of these. At some point, if antibiotics became illegal, then when does the kick-in/reporting to law enforcement start for the attending physician?

      Also, since we're on meds/drugs/pandemics, drug abuse should be managed in more creative ways. See:

      Drug debate in Spain (4:00)
      http://theworld.org/wma.php?id=01020812

      Overdose Rescue Kits Save Lives
      http://www.npr.org/templates/story/story.php?storyId=17578955

      Global Obesity Series
      http://theworld.org/wma.php?id=010108full

      South Africa law focuses on teen sex (4:00)
      http://theworld.org/wma.php?id=01020810

      Just in case anyone's interested...

      --
      Previously: "Linux... Toward the Sunrise..." Now: "Linux... Toward the-- No, now, part of Every Sunrise"
    6. Re:backwards by Velcroman98 · · Score: 1

      This won't cost much! /sarcasm

      --
      Kevin
      http://velcroman98.googlepages.com/

      Hell, part of this could be stemmed by:

      -- installing or increasing more air-locks/decontamination/containment/quarantine areas
      -- improving anti-bacterial ventilation and air cleaning/recirculation equipment
      -- setting up scanners points to look for flush/sickly people who emit fumes of certain bug signatures

      -- make the doctors and staff ALL wear anti-microbial/bacterial surgical masks EVEN FOR NON-SURGICAL visits (hey, they may be amped on anti-biotics, but aren't they still carriers?)

      -- emulate (if not doing so already) practices of the travel/cruise industry which separates various linens according to bacterial or viral risk (using color-coded collection bins) to keep certain bugs out of warm linens while keeping less contaminated items from contact. This reduces staff exposure time to numerous critters

    7. Re:backwards by Anonymous Coward · · Score: 2, Insightful

      -And we should not be putting antibiotics in feedstocks so that animals grow fatter quicker (and every bug becomes resistant in a hurry).

      -And people on antibiotics should finish their treatment even if they start feeling better early.

      -And antibiotics should not be presribed in situations that they don't help (that happens a lot to get rid of whiney 'customers' quickly).

      -And hospitals should spend more money on cleaning staff who know what they are doing.

    8. Re:backwards by simplerThanPossible · · Score: 1

      Google's page rank [...] it wasn't the first time that it was applied to that either. Really? If so, the Pagerank patent would have been challenged. I think Pagerank is closer to calculating the steady state of energy flow through a circuit, than to Markov chains.

      But maybe you are right - cites or it didn't happen.

    9. Re:backwards by puck01 · · Score: 1

      Easier said than done. Hospitals are a special situation. By definition, most of the patients in a hospital are sick. You can categorize the types of antibiotic use - empiric, acute directed (known diagnsosis such as urinary track infection), chronic directed (ie. chronic bone infections), and just plain inappropriate. (I just made this up but I think most abx use easily falls into one of these catagories)

      When a person first presents ill, the diagnosis is not always obvious and some combination of history, exam, time, labs and imaging is used to narrow the diagnosis. Most of this information is not available immediately so if a person presents rather sick and the differential includes infection, empiric antibiotic coverage is the norm. To a certain degree this is unavoidable unless society decides we are willing to gamble more with peoples lives and health.

      The more directed uses, again, are necessary unless we are willing to concede peoples lives and health.

      So this leaves the just plain inappropriate. In the hospital this is a relatively small group in my experience (as opposed to the outpatient setting where inappropriate use is extremely common). An additional caveat to this is I work in an academic hospital, the general feeling is that community hospitals are most liberal in bending the rules, so antibiotic abuse maybe more common there. I'm not aware of any data to support that but I'd be surprised if I was wrong.

      Anyway, I'm not sure decreasing the use of antibiotics in the hospital setting is the solution to this particular problem. (again, the outpatient setting is a completely different beast)

    10. Re:backwards by mrbluze · · Score: 1

      -- make the doctors and staff ALL wear anti-microbial/bacterial surgical masks EVEN FOR NON-SURGICAL visits (hey, they may be amped on anti-biotics, but aren't they still carriers?)

      They don't work. Even in surgery. All the masks are doing is preventing body fluids from reaching the skin of the surgeon, and giving the surgeon bad breath from rebreathing all his own bugs.

      Orthopaedic surgeons who really worry about infection wear the equivalent of a space suit.

      -- improving anti-bacterial ventilation and air cleaning/recirculation equipment

      We don't tend to get cross-contamination from room to room because of ventilation. There are no documented massive, instantaneous outbreaks of MRSA or VRE through a hospital vent system that I am aware of (except in bioweapons labs handling weaponized bugs). The problem is simple hand contact without handwashing, because strict handwashing and the wearing of gowns, using dedicated equipment for the room (eg: stethescopes, tourniquets) prevents spread.

      -- emulate (if not doing so already) practices of the travel/cruise industry which separates various linens according to bacterial or viral risk (using color-coded collection bins) to keep certain bugs out of warm linens while keeping less contaminated items from contact. This reduces staff exposure time to numerous critters

      This is not needed because hospitals practice universal precautions. That is, every linen, every piece of equipment that is cleaned is cleaned with the assumption that it contains spores, viruses and bacteria which must be eradicated. The tourism industry doesn't do this because it is too expensive.

      -- installing or increasing more air-locks/decontamination/containment/quarantine areas

      This is true, except that at a certain point it becomes cheaper to knock down a building, incinerate it and build a new hospital. And this is what also happens when MRSA and VRE colonization has become too widespread

      --
      Do it yourself, because no one else will do it yourself. [beta blockade 10-17 Feb]
    11. Re:backwards by Anonymous Coward · · Score: 0

      Increasing the number of "air-locks/decontamination/containment/quarantine areas" or requiring all staff to wear surgical masks would exceedingly expensive, and without knowing how the bugs in question are spread it could possibly be pointless. Pretty much all hospitals already isolate patients with MRSA, VRE, or other "superbugs," albeit to varying extents. Attempting to detect infective organisms at every point of entry to a hospital would be a bit impractical. ("You're here to visit your grandmother you say? I'll need to swab several areas of your body first. Would you be so kind as to wait over there in that waiting room for a few days for the cultures to come back?") Finally, if you honestly believe that there are linens in a hospital setting which are not liable to have body substances on them, you have clearly never, ever worked in anything other than the accounting department of a hospital, even for a minute.

      Your post seems to have a basic, underlying assumption that the major "superbugs" are spread by airborne contact. This is not the case; they are generally spread either by direct contact (e.g. you have MRSA growing on some part of your body. I touch said part of your body, or I touch fluid which oozed out of it. MRSA then starts to grow on part of my body which it has come into contact with.) or contact with an intermediary object (e.g. Nancy Nurse touches patient with MRSA, then touches light switch without washing her hands. I enter the room and unsuspectingly turn the light on, thus coming into contact with the organism.) Ergo, some of the ideas which you have put forth above would be nothing more than expensive, useless boondoggles. (Are you in Congress, BTW?)

    12. Re:backwards by jbengt · · Score: 1

      Hell, part of this could be stemmed by:

      -- installing or increasing more air-locks/decontamination/containment/quarantine areas

      Making an effective air lock is not a trivial matter (and ineffective one is easy), and not really necessary if you're in the hospital because of a non-infectious disease related matter. Already, patients that have easily communicable diseases such as tuberculosis are kept in negative pressure rooms with air locks and patients with depressed immune systems are kept in positively pressurized rooms with air locks.

      -- improving anti-bacterial ventilation and air cleaning/recirculation equipment

      Air handling systems serving patient areas are already required to include HEPA filters, which must trap at least 99.97% of particles below 3 microns in diameter. That's smaller than all but the smallest bacterial spores. While viruses are small enough to get through the spaces between the filter fibers, a large number of particles that small are absorbed by by the fibers by diffusion. Some air handling systems also include ultraviolet lights capable of directly or indirectly killing mold, bacteria, viruses, and spores in the equipment.

      -- setting up scanners points to look for flush/sickly people who emit fumes of certain bug signatures

      ?? How is that to be accomplished ??

      -- make the doctors and staff ALL wear anti-microbial/bacterial surgical masks EVEN FOR NON-SURGICAL visits (hey, they may be amped on anti-biotics, but aren't they still carriers?)

      The main problem is with multiple-antibiotic resistant strains of germs. Indiscriminately throwing around anti-microbial chemicals is a contributing factor to the development of resistance. (and, hey, if they're amped up on effective anti-biotics, they shouldn't be carriers)

      -- emulate (if not doing so already) practices of the travel/cruise industry which separates various linens according to bacterial or viral risk

      Isn't it the travel/cruise industry that's emulating the health care industry? There are already stringent requirements for the handling, washing, and disinfecting of linens in hospitals, and much of that includes throwing things away rather than resuing them.

      . . . hospitals and clinics should not be "walk-in-as-you-will" facilities. They should have screening or quarantine areas to separate and manage ENTRY of DETECTABLE vermin/air-borne agents.

      What, are you going to turn away "walk-ins" from a hospital because you can't prove they're not infectious? Anyway, more and more emergency rooms are being equipped with (properly ventilated and disinfected) isolation rooms to hold potential problem patients while being evaluated. But other than diagnosing them, I don't know how you're going to DETECT vermin/air-borne pathogens,at least not in real time.

      I work for a consulting engineering firm in the construction industry, and I've designed air handling and filtration systems, ventilation for isolation rooms, and even laundry systems for hospitals, among other things.
      I've also worked in a hospital in my youth, and was given the hand washing lecture: 20% of the people in hospitals get infections that they didn't come in with, and the majority of those could be eliminated by properly washing hands.

    13. Re:backwards by sakusha · · Score: 1

      You are absolutely correct. The IT staff is not responsible for eliminating infections in hospitals, that is the responsibility of the medical staff and the janitors.

      I'll give a good example. My local hospital had an outbreak of Legionnaire's Disease. They had a hell of a time tracking it down. The infection was transmitted by water, so all drinking fountains, faucets, and showers were shut down in the entire wing where the first patients had been infected. Patients were moved to other wings, those facilities that couldn't be moved were dry so pallets full of bottled water were placed everywhere, and freely dispensed to anyone with a thirst. Checkpoints were set up where all persons were required to clean their hands before passing.
      Teams of epidemiologists took bacterial samples from every room in the hospital wing. Finally a weak hit was found in one room, so they took swabs from almost every square inch of the room, and then it was isolated while waiting for test results. The final result: a dirty shower head was partially clogged, so it didn't drain completely when the water stopped, creating a place for the bacteria to grow. Solution: replace shower head, cost = $5. End of minor epidemic.

      You can write all the fancy software you like, but somebody's got to take bacterial samples, grow the test cultures, and eventually, replace the damn shower head.

    14. Re:backwards by nguy · · Score: 1

      Really?

      Really.

      http://www.google.com/search?q=pagerank+markov-chain

      If so, the Pagerank patent would have been challenged.

      Why would anybody bother? Google hasn't sued anybody, and pure page rank doesn't work all that well anyway.

    15. Re:backwards by simplerThanPossible · · Score: 1

      The pagerank patent discusses the prior art, and this was a new idea. Citations had been used for ranking before, but not in this way.

      I think someone would have challenged the patent, at least academically or informally (eg in a magazine or even a blog), if it "wasn't the first time".

      BTW: I see what you mean: it's the random surfer that follows a markov process (pagerank calculates a probability distribution over it).

    16. Re:backwards by u38cg · · Score: 2, Informative
      The simplest way of improving hospital hygiene is to wash things. In particular, hands. Every time you walk into a hospital you should wash your hands before you go up to reception. Was your hands after touching a door. Wash your hands before entering a ward. Wash your hands before interacting with a patient. Wash your hands after interacting with a patient. Enforce these rules for staff and visitors.

      This is really simple stuff, it would have a massive effect on infection rates, but nobody will do it because hospital staff are too lazy to do it, and they won't enforce it on visitors either.

      --
      [FUCK BETA]
    17. Re:backwards by davidsyes · · Score: 1

      Thanks all for responding to my ignorance and for informing me. But, probably it is good that I posed the statements I made because, afterall, we did get some VERY informative responses, and honestly, until I made my statement, I did not feel many here even GOT what was going on.

      Anyway, about clogged shower heads... when we see orange-ish goop on a showerhead (say we visit a friend and use the shower), should be be worried? If not *real* worried, then *how* much worry?

      --
      Previously: "Linux... Toward the Sunrise..." Now: "Linux... Toward the-- No, now, part of Every Sunrise"
    18. Re:backwards by davidsyes · · Score: 1

      Even at WORK I use the drying paper towel to manipulate the door handle. Going in, I touch the handle with a pinkie (the door is not terribly hard to open), and I wash my hands before even touching my zipper. Why? Hell, I do NOT know if at work or anywhere elsse whether or not anyone has some STD they could pass to the door seconds before I arrive. I tend to flush the urinals BEFORE I use them because I do not want piss from someone ahead of me splattering out onto my pants (after all, I set magazines and such on my lap on the bus or train...).

      I also wash my hands frequently at work, even when prepping my break. When I sneeze (and I have been doing this since at least age 14) I sneeze into my arm pit so as to keep it from reaching others. I cannot TELL you how offensive I find to be the bastard walking ahead who sneezes a bad wet one and gets me because I happen to be downwind. I realize that if we OVERinsulate ourselves, we will be more vulnerable due to less immunity, but some people are just plain goddam inconsiderate, nasty, and lazy.

      When my mom used to do *keypunching* (aka data entry nowadays) at a hospital, she would cringe at the sight of doctors and nurses doing their thing in the toilet room and then not washing their hands before departing. Chances are, they rationalized that they'd have to wash them again upon return to their station, but it sure, would (or probably would) LOOK nice to have washed.

      --
      Previously: "Linux... Toward the Sunrise..." Now: "Linux... Toward the-- No, now, part of Every Sunrise"
    19. Re:backwards by sakusha · · Score: 1

      Huh? I'm not sure you understood that I was agreeing with you, and enhancing you argument. But nonetheless..

      I wouldn't worry about your friend's clogged shower head, unless he recently died of Legionnaire's Disease.

    20. Re:backwards by Urkki · · Score: 1

      Even at WORK I use the drying paper towel to manipulate the door handle. ...

      I realize that if we OVERinsulate ourselves, we will be more vulnerable due to less immunity, Sounds like you are OVERinsulating yourself... In a normal environment, where there aren't any unusual, contagious pathogens floating around, you don't need to and you should not go to extremes like that. You are putting yourself at risk by not giving your immune system normal level of "exercise", and also probably increase your a risk of getting allergies (if your immune system doesn't have real threats, it'll invent them...).

      Now if there is something like a flu epidemic, or if you're in hospital, then be as hygienic as you can. But if you make "hygienia paranoia" part of your daily life, you're just hurting yourself in the long run.
  3. Little is known about the network routes by Anonymous Coward · · Score: 0

    I suspect a nexus might be found at the unwashed hands of professionals who fail to follow established procedures for hygiene.

  4. Yes, Math Works by severoon · · Score: 1

    "Google's" "PageRank algorithm" is actually an implementation of a very powerful, general mathematical principle. Math applies to more than just the web.

    --
    but have you considered the following argument: shut up.
    1. Re:Yes, Math Works by MoonFog · · Score: 4, Funny
  5. This isn't rocket science, or even google science by Anonymous Coward · · Score: 0

    The source of the vast majority of hospital infections is well known, well documented and well understood: doctors, nurses and other staff don't wash their hands very often.

    Aside from nagging people to wash their hands, not much works.

  6. no ties! by Davak · · Score: 4, Funny

    For purely selfish reasons I love that the superbugs invasion means I no longer have to wear ties when seeing my patients. Now if I could just figure out a way to get rid of my nasty pager. :)

    1. Re:no ties! by techpawn · · Score: 1

      Now if I could just figure out a way to get rid of my nasty pager
      Didn't the cardiologists beat ya to this doc? "Electrical devices interfere with the sensitive equipment..."
      --
      Ask not what you can do for your country. Ask what your country did to you
    2. Re:no ties! by haystor · · Score: 5, Funny

      I'd start by demonstrating the strong correlation between the pager going off and someone being in need of a doctor. Clearly if you get rid of the pager, fewer people would be in distress.

      --
      t
    3. Re:no ties! by treeves · · Score: 1

      Do you wash your hands every time you use your pager? It's probably harboring pathogens as well.

      --
      ...the future crusty old bastards are already drinking the Kool-Aid.
    4. Re:no ties! by gstoddart · · Score: 2, Funny

      For purely selfish reasons I love that the superbugs invasion means I no longer have to wear ties when seeing my patients. Now if I could just figure out a way to get rid of my nasty pager. :)

      Sew it up in one of them? It'll take 'em months to find it unless you have it set to vibrate! ;-P

      Cheers
      --
      Lost at C:>. Found at C.
    5. Re:no ties! by hey · · Score: 1

      Perhaps it will also find that beards and sandals are safest. Proving that nerds were right all along.

    6. Re:no ties! by RollingThunder · · Score: 1

      I believe that's why they have an old pager, which only receives, instead of a two-way SMS device. That, and signals at pager frequencies tend to punch through concrete and rebar better than cell frequencies.

  7. maybe not, but other connections are known by petes_PoV · · Score: 3, Insightful
    such as these "superbugs" became more prevalent when the health service oursourced ward cleaning ...... to the lowest bidder.

    There's also a view that having (letting?) staff wear their uniforms outside the hospital both brings in bugs from outside the hospital and lets them out into the real world.

    There are some absolutely basic things that the NHS could do, but for some inexplicable (cost related?) reasons won't do. It doesn't need high-tech investigations and it's not rocket science - just basic hygene sense.

    --
    politicians are like babies' nappies: they should both be changed regularly and for the same reasons
    1. Re:maybe not, but other connections are known by damburger · · Score: 4, Insightful

      But that goes against the market orthodoxy of our times. Remember, public services exist only to be privatised, piece by piece. Socialised medicine doesn't work! That's why the UK has a lower infant mortality rate and higher life expectancy than the US!

      --
      If we can put a man on the moon, why can't we shoot people for Apollo-related non-sequiturs?
    2. Re:maybe not, but other connections are known by Socguy · · Score: 2, Insightful

      I agree with you, it's not rocket science and it's the basic stuff we still need to work on.

      I worked in a hospital and the issue of superbugs was a prominent one. The plain fact of the matter is that superbugs are not a large danger outside of a hospital. They rarely infect healthy individuals precisely because they are healthy, instead they infect those whose immune systems are already compromised and those people are disproportionately found in hospitals and other clinical settings. Allowing staff to wear hospital clothing from home to work and back again shouldn't be a problem (assuming that they proceed directly to work and home from work and don't go to a daycare before work or a nursing home after) because hospitals are far dirtier than the outside world.

      Granted, this is interesting research, but ultimately it will do nothing to stop the spread of superbugs in the hospital setting because doctors and nurses who should know better don't take the time to sterilize themselves properly between interactions with patients. Time and time again I would witness doctors pop in on a patient infected with MRSA or something else and fail to put on a mask or gown up, because they were only going to be there for a minute, then they would move on to the next patient. Worse they would have all their residents in tow, who were now learning the same behaviour. And it's not just doctors, some nurses were doing it as well. Granted 95% of the time most healthcare workers did take the basic precautions 95% of the time, but that is simply not good enough. Until 100% of hospital staff observes basic precautions 100% of the time, this line of research will be interesting but ultimately fruitless in the fight against the spread of superbugs.

    3. Re:maybe not, but other connections are known by puck01 · · Score: 1

      Time and time again I would witness doctors pop in on a patient infected with MRSA or something else and fail to put on a mask or gown up, because they were only going to be there for a minute, then they would move on to the next patient. Worse they would have all their residents in tow, who were now learning the same behaviour. And it's not just doctors, some nurses were doing it as well. Granted 95% of the time most healthcare workers did take the basic precautions 95% of the time, but that is simply not good enough. Until 100% of hospital staff observes basic precautions 100% of the time, this line of research will be interesting but ultimately fruitless in the fight against the spread of superbugs.

      This is a great example of a system problem. Obviously, if many people are doing something wrong, there is usually a reason people aren't doing what they're supposed to. Physicians, for example, have a million things on their mind at any given time and are usually pressed for time so its too easy to miss things. Providing sanitizing cleaner in the hallways, entrances and in the rooms greatly improves the rate at which all health care providers properly clean their hands, including physicians. This is proven. Having the appropriate equipment put at the doorway automatically built into the system when a patient is on some sort of precautions is another example. Many hospitals and health care systems are just now started to look at these things as systems problems rather than individual mistakes and finally real solutions are being developed.

    4. Re:maybe not, but other connections are known by aukset · · Score: 1

      What many people probably don't know or understand is that "precautions" (aka mask, gown, gloves, eye protection; so-called universal protection or BSI) are for the wearer's benefit first and foremost. Training in the use of these protective tools is focused on protecting the wearer from infectious substances. Any effect of reducing transmission rates of infectious disease between patients is a secondary effect. In fact, other than wearing gloves and hand washing, these protections offer very little protection to the patients themselves.

      --
      No sig now
    5. Re:maybe not, but other connections are known by scottv67 · · Score: 1

      What many people probably don't know or understand is that "precautions" (aka mask, gown, gloves, eye protection; so-called universal protection or BSI) are for the wearer's benefit first and foremost.

      Interesting. When I (an IT person) go into the OR suites to work on a computer problem, I either have to put on the Tyvek "bunny suit" over my street clothes (which can get very warm very quickly) or I have to change out of my street clothes and put on scrubs just like the docs. By changing into scrubs (or putting-on the Tyvek suit), am I protecting myself from bugs that I may encounter in the "sterile" part of the hospital or am I keeping my bugs (which may be on my street clothes) from hitching a ride into the OR with me and affecting a patient?

  8. I'm glad that they're not basing this on by flaming+error · · Score: 1

    McAfee.

  9. We're breeding them every day by $RANDOMLUSER · · Score: 1

    Do I really need "anitbacterial" dishwashing liquid? The point about hospital superbugs is that the ones we don't kill become the ones we can't kill.

    --
    No folly is more costly than the folly of intolerant idealism. - Winston Churchill
    1. Re:We're breeding them every day by Anonymous Coward · · Score: 1, Insightful

      "anitbacterial" dishwashing liquid, in this context, is marketing-speak for "soap".

    2. Re:We're breeding them every day by $RANDOMLUSER · · Score: 1

      WOOSH. How do you suppose things like penicillin-resistant bacteria come about?

      --
      No folly is more costly than the folly of intolerant idealism. - Winston Churchill
    3. Re:We're breeding them every day by EastCoastSurfer · · Score: 1

      Pretty sure we can kill most any bacteria *outside* of the body using just simple rubbing alcohol. It's bacterial infections that are the problem. The over prescription of antibiotics to people who most likely have a virus (cold or flu) have caused the various superbugs floating around.

    4. Re:We're breeding them every day by sco08y · · Score: 1

      Do I really need "anitbacterial" dishwashing liquid?

      You don't but MY BABIES could get an INFECTION! /concerned-parent

    5. Re:We're breeding them every day by Anonymous Coward · · Score: 0

      The point about hospital superbugs is that the ones we don't kill become the ones we can't kill.


      Actually, it's the ones we tried to kill when we didn't really need to that become the ones we can't kill. The vast, vast, vast majority of the ones we don't kill either never bother us, or are vital to our survival/comfort in some way or another.
  10. Adwords by autophile · · Score: 3, Funny

    Looking for tuberculosis? Buy tuberculosis now!

    --
    Towards the Singularity.
    1. Re:Adwords by owlnation · · Score: 2, Interesting

      If it's really like Google, then no doubt the Wikipedia page on Tuberculosis will also be gamed up higher in the rankings than any real scientific paper or expert description of the bacteria.

      The Wikipedia page will probably be no more than a few paragraphs. There will be at least 3 flagging boxes (declaring it to be a stub, not citing sources, containing trivia and that trivia is Verboten and punishable by death!) There will be at least one link to an article about a band you've never heard of who once wrote a song about tuberculosis. The talk page will be 10 times longer than the article itself and have at least one sentence praising Ayn Rand.

    2. Re:Adwords by Dirtside · · Score: 1

      Ha ha, except, the current Wikipedia page on tuberculosis has no flagging boxes, has no links to articles about musicians, the talk page is only about 23% longer (which is actually to be expected, since talk pages typically are accumulative for all the discussion about that page, whereas the page itself only contains the actual topic information), and the talk page doesn't once mention Ayn Rand. :)

      I realize you were joking, but it probably would have been funnier if the tuberculosis page didn't yet exist, or actually WAS like you described. Nice attempt, though.

      --
      "Destroy science and religion. Science would re-emerge exactly the same; but not religion." - Penn Jillette, paraphrased
  11. You never had MRSA... by gimpeh · · Score: 1

    ...in Carry on Films and they had Babera Windsor's tits in patients' faces. None of this hygiene nonsense. No wait, there was that time in Carry on Doctor when she was in the bath and Jim Dale crashed through the window.

    --
    Script kiddies ate my sig.
  12. NOT necessarily true by spineboy · · Score: 1

    Since MRSA (Methicillin Resistant Staph Aureus) is in the general population, patients treated with the typical antibiotic coverage of Ancef (a penicillin derivative) would not effectively kill the superbug lying on the patients skin. After surgery the patient develops a MRSA infection - is it from improper technique - no.
    Yes infections can occur that way, but the 2 infections my partner had last year were probably from that mechanism. One patient was a public servant who came into contact with many people, and often had to be in a locker room type environmenmt, the other was a long term nursing home patient.
    CUrrently it is not cost efective to survey everyone to see if they have resistant bugs.

    --
    ..........FULL STOP.
    1. Re:NOT necessarily true by zippthorne · · Score: 1

      I'm confused. Why is an antibiotic being used topically? Skin cells are already dead. Shouldn't they be using something a bit harsher? Maybe not bleach, but at least alcohol. If religious concerns are the problem, tough. Especially if it's the doctor's religious concerns.

      --
      Can you be Even More Awesome?!
    2. Re:NOT necessarily true by tomhath · · Score: 1
      Currently it is not cost efective to survey everyone to see if they have resistant bugs.

      Medically speaking you are correct. But personal injury lawyers are working overtime to change the cost effectivness as we speak. I worked for a company that did a study like the one in the OP. Bottom line was that hospital personnel are all over the building, and actual superbug infections are rare enough that no meaningful trends could be detected.

    3. Re:NOT necessarily true by aswang · · Score: 1

      You get Ancef (cefazolin) intravenously. The idea is that you might end up with bacteria in your bloodstream from your skin after they cut on you. Unfortunately, Ancef will kill all the Streptococcus and methicillin-sensitive Staphylococcus aureus on your skin and will let MRSA take over.

      In terms of topical agents, surgeons routinely use Betadine (povidone iodine) and Hibiclens (chlorhexidine). These can completely eradicate bacteria on your skin and physicians sometimes recommend patients colonized with MRSA to take baths with chlorhexidine for a month (in addition to sticking Bactroban (mupirocin) in your nose)

      70% ethanol is bacteriocidal (that's what those hand gels are made of), but those alcohol wipes we use (that have isopropranol) don't really do much other than get rid of gross contamination.

  13. But does America CARE yet? It should. by jackpot777 · · Score: 5, Interesting
    Strange question, do they care yet, but worth asking. Here's why.

    In 2005, Britain's going nucking futs over MRSA. It was used as a reason to justify taking the NHS (National Health Service. Translation: universal healthcare) and molding it into whatever each Party wanted the world to be like. You couldn't pick up a newspaper without SuperBug this or SuperBug that on the front page.

    Meanwhile, in America, the sound of crickets gently chirp. Chreeeep, chreeeep, chreeeep. Nobody gave a tinker's cuss about MRSA. At all.

    OK. That's the scene. People in Britain thinking that MRSA is going to turn the country into 28 Days Later. America thinks MRSA is some rapper's name.

    And then the official numbers came out for MRSA deaths for that year.

    England/Wales, in 2005: 1629 deaths.

    United States, in 2005: 18,650 deaths.

    There are more people in the States than England and Wales. So I looked up the numbers for the land of the free and the home of the Whopper and Pommie/Limey/Rosbif-TaffyLandSheepCountry.

    US population at the time - 295 million.

    Eng-Cym population in the last census (and it won't have doubled from 2001-2005) - 52 million.

    So what were the chances this would have killed YOU? Well, remote (if you're reading this now), but what about back then? The equation is:

    [population of the country in 2005] / [deaths from MRSA there in 2005]
    = [chance of being killed by MRSA in 2005].

    The chances you had of MRSA killing you in England and Wales, with everyone going mental over it, in 2005 - 1 in 32,000.

    Chances of dying the same death in a country with market-driven health system, where people are NOT specifically looking for MRSA - 1 in 15,800.

    I'll let those numbers sink in. British readers might want to look at them again and make sure up is still up.

    And now I'm going to pretend to be really stupid here: I could be spectacularly wrong, but it LOOKS like the numbers prove a person was twice more likely to kick the bucket from MRSA in the States than in Blighty (OK, England and Wales. I'll let someone else add Scotland and Northern Ireland to the mix). America, with its pay-as-you-go health system making monster profits, not as good as a system some people would tell you is on its last legs.

    What was even funnier (maybe 'funnier' isn't quite the right word) was the excuse used in the UK National Statistics Office for why their number was so HIGH:

    Some of the recent increase in mentions of MRSA on death certificates may be due to improved levels of reporting, possibly brought about by the continued high public profile of the disease.


    This is either the longest and most researched Flaimbait ever to appear on SlashDot, or I just blew. Your. Freaking. Mind.

    Unless you're American: in which case, just think of this like the slang you don't understand in Doctor Who, words like 'chav' and 'ASBO'.
    --
    Shiny. Let's be bad guys...
    1. Re:But does America CARE yet? It should. by hansamurai · · Score: 1

      Unless you're American: in which case, just think of this like the slang you don't understand in Doctor Who, words like 'chav' and 'ASBO'. I watch a lot of Top Gear, and being American, I had no idea what a sleeping policeman was. Once I looked that up, I thought it was brilliant. I now respect your funny sounding words much more and am trying to adopt them into my everyday speech. I think coopay (coupe) is my favorite. Though I don't know what chav means and I think ASBO was that walking Japanese robot that fell over.

      Sleeping policeman == speed bump

      Oh yeah, very interesting rant and investigation there.
    2. Re:But does America CARE yet? It should. by sco08y · · Score: 2, Informative

      The chances you had of MRSA killing you in England and Wales, with everyone going mental over it, in 2005 - 1 in 32,000.

      Chances of dying the same death in a country with market-driven health system, where people are NOT specifically looking for MRSA - 1 in 15,800.


      You know, every drug approved in the US is FDA regulated, every medical school is government certified, every person pays taxes into Medicare, and most people get health care through insurance, which is virtually government run... The only "market-driven" aspect of US health care is that you can ignore it and pay cash if you want, so it's fairer to say the US is 95% regulated while the UK is 99%.

      I'll let those numbers sink in. British readers might want to look at them again and make sure up is still up.

      If my health care system "went nuts" over a disease and only got it down to half of the one that did nothing, yeah, I would want to make sure up is up.

      This is either the longest and most researched Flaimbait ever to appear on SlashDot...

      Not by a long shot.

    3. Re:But does America CARE yet? It should. by jackpot777 · · Score: 1

      Top Gear, in America? Oh, top stuff!

      Just Google chav and ASBO. There's a counter-culture around the words ...maybe 'culture' isn't the right word either. It's all to do with white UK trash, my American cousin.

      And to offer the hand of solidarity, I'm a big fan of Scrubs myself.

      --
      Shiny. Let's be bad guys...
    4. Re:But does America CARE yet? It should. by Anonymous Coward · · Score: 0

      So, I am American and naturally mentally limited or not-so-smart as Europeans. Can I ask a question:
      Did those superbugs kill the dinosaurs?
      http://science.slashdot.org/article.pl?sid=08/01/04/1558257

    5. Re:But does America CARE yet? It should. by Anonymous Coward · · Score: 0

      ASBO = Anti-social behavior order. Basically an order banning someone from doing something, I know for example someone where I live has an ASBO banning them from going into the city centre on Friday and Saturday nights (they put some posters up at the time with the persons picture on and a number to phone if anyone saw her). Chav is slang, stereotypically somebody who likes to wear baseball caps, (fake) tracksuits, lots of (fake) jewelery, (fake) trainers, or really any fake designer clothing. Often seen lingering around city centres smoking fags, and trying to intimidate people.

    6. Re:But does America CARE yet? It should. by bob_herrick · · Score: 1

      What was even funnier (maybe 'funnier' isn't quite the right word) was the excuse used in the UK National Statistics Office for why their number was so HIGH:

      Some of the recent increase in mentions of MRSA on death certificates may be due to improved levels of reporting, possibly brought about by the continued high public profile of the disease.
      The concept of 'diagnosis effect' (you report more of what is currently the 'hot disease') is actually well established, and can often be demonstrated in epidemiological contexts. Look at mentions of asbestosis on death certificats compared to the medical models' forecasts and compared to the progress of the surrounding litigation, if you would like to see a very clear example.
    7. Re:But does America CARE yet? It should. by jackpot777 · · Score: 1

      every person pays taxes into Medicare, and most people get health care through insurance, which is virtually government run


      I just googled it for an American source, because this isn't what left and right wing newspapers in Britain report. Only people with jobs pay into Medicare, and it's only used by the elderly and disabled (so get hit by a car, or wait a few decades). And according to this page, two-thirds of the US (200 million) is covered by 1,300 private companies that "ensure Americans' financial security through robust insurance markets, product flexibility and innovation, and an abundance of consumer choice".

      It's not Government run at all. They sell to consumers. And I see this association of insurance plans is based on Pennsylvania Avenue, Washington DC. Just down the road from the White House. I'm going to guess ...lobbying?

      One google search more...

      (CHT), a think tank founded in 2003 in Washington, D.C., by former Speaker of the House Newt Gingrich as a project of the Gingrich Group, is a for-profit consultancy and membership organization "comprised of corporations and organizations that all have a vested interest in transforming health and healthcare," its website states.

      ---

      Premier Members...

              * America's Health Insurance Plans (AHIP)


      I looked up Newt. Yep, Tory (as we'd say here). And he's on K Street too. Wasn't that other bloke that went inside for a stretch working from there, that Jack? (Just checked ...yes, he was.)

      Here's the really incredible thing: Conservatives over here in Britain want to do the same thing to the NHS! Couple of old politicos, hand in the old biscuit tin, fleecing money off the people. And more people ended up dying in the States, of the one disease the Conservatives in the 2005 election used to say the NHS was a terrible thing, so they could privatise the NHS. How hilarious it THAT?

      I believe, sir, your trousers are in need of extinguishing.
      --
      Shiny. Let's be bad guys...
    8. Re:But does America CARE yet? It should. by pragma_x · · Score: 1

      Geez. The least you could do is actually tell the uninformed masses what MRSA is:

      Methicillin-resistant Staphylococcus aureus
      (from the wash-your-damn-hands dept.)

      This is either the longest and most researched Flaimbait ever to appear on SlashDot, or I just blew. Your. Freaking. Mind.

      Not particularily mind blowing, but interesting nonetheless. For the record, this yank *does* care, but he knows that there's little he can do until he's diagnosed with it (if ever). It is alarming that there's not more awareness being generated, and I would hope that this kind of info is merely being funneled directly to the doctor's office instead of the post office.

      At some point some microbe or another is going to wind up on top thanks to all the selective pressure that medicine generates. I suppose we should feel lucky that this bug takes the top slot, instead of something nastier like plague. It also follows that treatment is difficult and expensive, since it's the cheap-and-easy stuff that bred this bug in the first place - this also explains the statistics.

      Now what really piqued my interest was the note on the Wikipedia page about Phage Therapy being a possible alternative to antibiotics.

      Anyway, thanks for sharing. :)

    9. Re:But does America CARE yet? It should. by Dirtside · · Score: 1

      Not that I think we have a good health care system here in the US, but you're a fool if you think that the relative death statistics for a single cause in any way prove that one system is better than another :)

      --
      "Destroy science and religion. Science would re-emerge exactly the same; but not religion." - Penn Jillette, paraphrased
    10. Re:But does America CARE yet? It should. by aswang · · Score: 1

      The U.S. has been dealing with MRSA since the 1970's (back when methicillin was actually in use.) Health care workers have been aware of it for quite some time now, although, truthfully, we are in an epidemic.

      I wonder if your numbers are illustrative of the difference between nationalized health care and the chaos that masquerades as a functional health care system here in the States.

      I also wonder if physicians who work in a nationalized health care system are more likely to abide by infectious disease guidelines with regards to antibiotic prescribing practices than their non-nationalized counterparts.

      In any case, I have a friend who works for the CDC, and when that JAMA article came out, all hell broke loose in their offices because of all the irate and panicked phone calls, so if Americans didn't care before, they certainly care now.

    11. Re:But does America CARE yet? It should. by nanoakron · · Score: 1

      You might have hit something there. Here as a junior doctor in the NHS I can only prescribe antibiotics to an inpatient according to local guidelines as approved by our consultant microbiologists.

      Our full national formulary of antibiotics contains much of the same as the US national formulary, but each Healthcare Trust (PCT) limits its own formulary (available licensed drugs) to a small subset of the full national formulary. These decisions are again made by microbiologists and economists to regulate costs and effectiveness, which is why the latest-and-greatest Pfizer/GSK/etc. creations won't be immediately available in any hospital until testing and validation - is that new penicillin really that much better than the one we've used for the past 30 years, or is the product literature just marketing fluff?

      Add to that our ward pharmacists vigilently checking each new prescription to ensure compliance with local guidelines, and the need for consultant microbiologist approval for any of the potent broad-spectrum agents (Ciprofloxacin, Meropenem, Tazobactam etc...) and you may have a reason for differences between our two systems - one top heavy and working for cost-effectiveness and the other top heavy and working for profit-maximisation.

      -Nano.

    12. Re:But does America CARE yet? It should. by bitt3n · · Score: 1

      So your argument is that a health program under which less people die of MRSA is therefore de facto more effective? OK, under my new health initiative, we put a bullet through the head of everyone over 40. I've just cured Alzheimers, most cancers, and a host of other diseases, while your country is still plagued by them.

      Your argument is sloppy and does a disservice to anyone who actually wants to nationalize health care in the US.

    13. Re:But does America CARE yet? It should. by Anonymous Coward · · Score: 0

      The US health care system is not entirely market driven; there are tons of regulations. To say that your results indicate that the American health care system is poor is a valid, debatable argument, but to say this is due to a failure of the free-market system with respect to health care is preposterous.

      You mention one particular medical problem and a statistic measuring its occurrence/mortality rate. From this, you immediately conclude that this is due to some defect in the American health system. Perhaps some geographical, climatical, or social factors affect the situation? Do you have any research that would lead you to believe that mortality rates due to easily transferable infections are linearly related to population size? Your argument seems to assume this. This might not be necessary had you presented this minimal amount of evidence as a supplement to a stronger argument. But presented as the basis of your entire argument, it is rather useless. You presented an essentially inductive argument with a minute amount of information.

      I happen to agree with you that the American health system is flawed and inefficient compared to what it could be, and the information you presented here could be useful if further researched or, as aforementioned, as supplemental material for a more developed argument. But stating it as proof that the American health system is not as good as the British health system is incorrect and misleading.

      If your post is flamebait, I have seen better researched, and I respond primarily because you are modded so highly(+5 Interesting).

    14. Re:But does America CARE yet? It should. by Anonymous Coward · · Score: 0

      Ignorant, misinformed diatribe against our Medical System. Modding this guy as anything but 'Fucking Idiot' is ludicrous. Listen to the experts on this one, not some slashdot point seeker. Btw, his post is NOT researched. Not even poorly researched.

    15. Re:But does America CARE yet? It should. by Gobiner · · Score: 1

      I don't know why there's such a fuss over MRSA. I've had a number of abscesses and some were MRSA. The antibiotics I was first prescribed, which weren't very effective against my MRSA worked just as quickly on the regular SA as the stuff they gave me for the MRSA. Anybody want to explain to me why this "superbug" didn't seem any more dangerous to me than the regular bug?

  14. Google Algorithm by Anonymous Coward · · Score: 0

    Ah! I remember this Google Algorithm! Good old days, when you could just download Google Paper from Google Journal. Now days you have to pay real money, in the currency of Google Country. These evil journals sucking up public money. In our days we had only Google Motto to follow.

  15. Not all materials are created equal by G4from128k · · Score: 1

    Although surfaces can harbor bacteria, studies of kitchen cutting boards find that not all surfaces behave the same. Paradoxically, wooden cutting boards (which seems like a perfect porous environment for retaining bacteria) actually do better than plastic cutting boards in terms of being bacteria free. Apparently the pore in the wood pull the bacteria fro the surface as the wood drives. The result is a bacteria-free surface. On plastic cutting boards, the bacteria remain on the surface adhered to microscratches. There's also the issue of the role of indigenous microflora on the surfaces such as human skin (studies suggest that dozens of different types of bacteria live without causing infection on human skin). Some scientists wonder if antibacterial soaps do more harm than good -- killing off benign bacteria and create strong "natural" selection pressures that favor highly virulent strains.

    I hope these studies carefully document the types of surfaces (and surface treatments) to help trace the infectiousness of different types of contacts.

    --
    Two wrongs don't make a right, but three lefts do.
  16. I See by EMeta · · Score: 1

    So the vector is Pigeons?

  17. Needed: Thinking Outside The Box by littlewink · · Score: 1

    We badly need some innovation. Attempting to sterilize an area is not always the solution. The current technique of sterilizing and tracking and destroying bugs has the unintended consequence of creating increasingly harmful bacteria.

    Instead, we should develop and breed innocuous (not harmful to humans) forms of bacteria that feed off the same food sources as does MRSA and inject these into the hospital environment . These innocuous bacteria would be designed to out-compete MRSA, reducing the risk of lethal infection in hospitals.

  18. Is MRSA a superbug? by geminidomino · · Score: 1

    Yes, it's highly infectious. Yes, it's resistant to methicillin, but I thought a superbug was one where you couldn't use any (known) antibiotic to treat it. You can still treat MRSA with vancomycin.

    VRSA, on the other hand, is pretty much a death sentence at this stage of the game... That's the one I always thought of as a superbug.

    (Information from new-employee training at Naples Community Hospital, Circa July 2003)

    1. Re:Is MRSA a superbug? by aswang · · Score: 1

      Luckily, there have only been a couple of cases of VRSA, although we're seeing a lot more VISA (vancomycin intermediate Staph aureus) Unfortunately, we tend to use vancomycin like candy (hence the nickname, vitamin V, not to be confused with Valium or Viagra.) The standard broad-spectrum cocktail that we use at the hospitals I work at is nicknamed Vosyn, for vancomycin and Zosyn (piperacillin/tazobactam)

      We seem to be doing OK in terms of Gram positive cocci. MRSA is killable with vancomycin and VRE (vancomycin resistant Enterococcus) is killable with linezolid and Synercid (dalfopristin/quinupristin). DRSP (drug-resistant Streptococcus pneumoniae) is also killable by vancomycin. We've come out with a lot of new drugs recently that can kill GPCs, like daptomycin, telithromycin, tigecycline. What scares the crap out of me are the Gram negative rods. These buggers will kill you in less than 24 hours if they're floating around in your blood. I've seen people who are completely well turn completely septic in minutes from probable inoculation. (Specifically, cancer patients who have in-dwelling ports. The nurse went to flush it, and the patient almost immediately got hypotensive and febrile. He probably had some bugs hanging around on the inside of the port, and flushing it sent a nice big bolus of GNRs into his blood stream.) And we haven't come up with a new drug targetting GNRs in 30 years.

      Once, one of our units had an outbreak of pan-resistant E. coli. It was essentially unkillable. I wasn't around when it happened, so I have no idea what they did, other than seal the patients up in their room and wait for them to die from sepsis. Pseudomonas aeruginosa can adopt a mucoid form that is also essentially unkillable. And then there are the naturally pan-resistant GNRs that live in the environment, and which wreak havoc on immunocompromised and chronically ill patients.

  19. I call bullshit by Anonymous Coward · · Score: 0

    Maybe, just maybe, this will produce something useful. The problem is that most of the hospitals that are likely to participate in this type of study are the good ones, and there's a world of difference in between the procedures at a good hospital and at a bad one. And hospitals where staph spreads are--as a rule--bad ones.

  20. Ayn Rand by Anonymous Coward · · Score: 2, Funny

    Ayn Rand is endorsing Ron Paul. It's like how one infection points to another- just like Google!

  21. Scrubs by Backieotamy · · Score: 1

    There will be a Scrubs marathon on shortly; everything you need to know about the interactions in the day and life of a hospital can be aquired there no need for expensive time consuming matrix's to be built. Besides, it probably paints a picture prettier than what we might find out from real life. Side note: Who want's to be my "Brown Bear"; I desperately need a good buddy to set me up with hot chicks.

  22. Lucky? by Synthaxx · · Score: 1

    Brings a whole new meaning to "I'm feeling lucky".

  23. How antibacterials work - It is NOT just soap by arete · · Score: 4, Insightful

    "Antibacterial" household products contain something different than soap. What thing that is, varies.

    I'm not a chemist or a doctor. And I assume that if this is mistaken in any way, someone will correct me, since this is /. after all.

    For household use you don't need antibacterial agents to effectively wash your hands - because the act of actual abrasion with the surface-tension eliminating properties of soap removes most things from your skin. For the most part, your hands don't harbor a lot of problems IN the surface, because your body is busy killing that.

    In my opinion, there are also two major classes of these antibacterial agents - which I'll classify as "simple" and "complex" To my knowledge, it's extremely difficult and rare for bacteria to become resist to "simple" antibacterial agents.

    Simple antibacterial agents are things that kill everything. Like bleach (e.g. Chlorox), or high concentrations of alcohol (e.g. Glass Plus). To a lesser extent vinegar, ammonia, salt... These things are not necessarily good for people, but people are really big and can avoid drinking them in really high doses... but they're still really bad for bacteria etc to swim completely in and they get annihilated, because these things basically just melt cell walls.

    For the most part these are quite safe to clean with... they don't especially build up in your system, so as long as you never get a super high dose, usually by breathing or drinking it, you're safe. But I don't recommend you swim in bleach, get it in your eyes, and drink it either. Those example cleaners are relatively harmless in most controlled cleaning situations - but there are plenty of options in this category that aren't - like strong acids - we just don't usually put them in consumer cleaners in high doses.

    So I have no objection to, say, a little bleach being added to surface cleaners.

    The antibiotics you take orally are wildly different, and must be complex. They can't be TOO bad for you, or they'd be rat poison and not a drug. So they try to attack something bacteria-cell specific that human cells are immune to. But bacteria operate in a range of ways, so often this only works on some bacteria. And they mutate... so the more specific and narrow the antibiotic is, the easier it is for the bacteria to become immune. The broader it is, the more likely it hurts you.

    Some companies - because it's what the uneducated consuming public wants - are putting vaguely these kind of agents in household cleaning products. Not EXACTLY the same drugs we're taking orally. But chemicals that have narrow, complex effects on bacteria, which probably encourage mutation. Those mutations may or may not impact the effectiveness of current or future drugs.

    HOWEVER, as much as I think antibacterial hand soap is pretty high on the list of evils, it's not NEARLY as bad as the number of people who merely don't finish the antibiotics they were prescribed. Those people are ruining the world.

    --
    Looking for freelance Actionscript (Flash/Flex) or ColdFusion work and/or freelance developers. Email me, put Slashdot
    1. Re:How antibacterials work - It is NOT just soap by DRAGONWEEZEL · · Score: 1

      Would mod up if I could.

      If everyone only knew how much that last comment rings true...

      --
      How much is your data worth? Back it up now.
    2. Re:How antibacterials work - It is NOT just soap by aswang · · Score: 1

      Yeah, who knows what havoc the cattle industry is causing by feeding their animals antibiotics.

      The active ingredient of antibacterial soap (as others have mentioned) is triclosan, and it works more like something "complex," as you put it, as it inhibits a particular enzymatic process necessary for bacterial replication. However, many common pathogens (E. coli, Staph aureus, Pseudomonas aeruginosa) can develop resistance to this.

      Luckily, there are no antibiotics that cross-react with triclosan, and it's probably harmless, although it doesn't really add any benefit, either.

    3. Re:How antibacterials work - It is NOT just soap by Anonymous Coward · · Score: 0

      QUOTE "They can't be TOO bad for you, or they'd be rat poison and not a drug."

      Warfarin anyone?

    4. Re:How antibacterials work - It is NOT just soap by martinX · · Score: 1

      Well done. Spot on.

      A few replies mention triclosan, but since it's not used orally in humans, or really used specifically at all, it's not really of any concern.

      One that is of concern is Canesten Hygiene Laundry Rinse (http://www.canesten.com/products_en/canesten_waeschespueler_en.html).

      Antifungal agents (topical and oral) are very important in treating specific human fungal diseases. Releasing this product on unsuspecting consumers is a very bad move. This product will easily select for resistant strains, which can then become dominant in a number of circumstances.

      Bad, Bayer, bad!

      --
      When they came for the communists, I said "He's next door. Take him away. Goddam commies."
  24. wooden cutting boards are awesome by arete · · Score: 2, Informative

    wooden cutting boards are awesome - but the explanation I always heard was the tannins etc in the wood being actively antibacterial.

    --
    Looking for freelance Actionscript (Flash/Flex) or ColdFusion work and/or freelance developers. Email me, put Slashdot
    1. Re:wooden cutting boards are awesome by Bearhouse · · Score: 1

      That's what I heard too - an eloquant presentation by some Prof. knowledgeable in both chemistry & biology who explained that, since trees were both long-lived & static, they had had to evolve some really quite nasty chemical defenses against bacteria, viruses and even birds and mammals...

  25. friends don't let friends by circletimessquare · · Score: 0, Flamebait

    take meth and post on slashdot

    yer a little high strung there kiddo

    --
    intellectual property law is philosophically incoherent. it is your moral duty to ignore it or sabotage it
  26. and even if all of that were true and by circletimessquare · · Score: 1

    not your useless hyperbole, the wikipedia article would still deserve to rank higher than your scientific paper or expert description of the bacteria, because it summarizes the issue in plain english, in a few paragraphs, which is all 99% of searchers are interested in

    --
    intellectual property law is philosophically incoherent. it is your moral duty to ignore it or sabotage it
  27. Triclosan by TheMeuge · · Score: 3, Informative

    Triclosan is the substance that most "antibacterial" soaps contain. It has very little to do with the development of antibiotic resistance. However, several studies have shown that soap and water are about as effective with it, as without it, in terms of preventing infections.

    Development of antibiotic resistance has to do with 3 factors:

    1. Overprescription of antibiotics - i.e. giving Abx to someone who has a cold. Whether it's self-medication, or done by an MD is irrelevant in this case.
    2. Improper prescription of antibiotics - i.e. not everything in the world can be cured with a 5-day course of Azithromycin (Zithromax). Too many doctors just hand it out like candy. We should really rely on testing for bug susceptibility in many more cases than we do now.
    3. Improper use of antibiotics - i.e. not finishing the course. This is an old problem, that seems to have no solution, especially when it comes to the "internet-know-it-all" patients... who think that 5 minutes of googling qualifies them to self-medicate at will.

  28. Pens by skinfitz · · Score: 1

    Swapping and sharing of. Stop it.

  29. Early results... by TempeTerra · · Score: 1

    Based on the first data available, following graph edges back from known infection sites leads to... Kevin Bacon.

    --
    .evom ton seod gis eht
  30. Dirty habits and hospitals are the cause by Bearhouse · · Score: 1

    Neither troll not flamebait, but I call bullshit on this one.
    Talk to the people in the medical business - they all know what the causes are:

    1. Dirty people with dirty habits, leading to
    2. Contaminated interactions, leading to
    3. Dirty facilities, where you can catch almost anything.

    The only reason MRSA, (or other nasties like 'difficile') get the news is that the usual solution for sloppy practise - an assload of antibiotics - does not work. Mainly due - again - to sloppy practise (over-prescription).

    But applying the simple rules of cleanliness and discipline that have existed since Lister and Florence Nightingale is not as exciting as using 'Google-like approaches', I suppose.

    1. Re:Dirty habits and hospitals are the cause by aswang · · Score: 1

      Well, yes and no. Certainly bad hygiene will put you at a disadvantage, but you could shower three times a day and still be colonized with community-acquired MRSA.

      Antibiotic overuse also plays into this, but is it really overuse when the patient is septic and dying? What this is is an example of artificial selection. Antibiotics are a huge selective pressure, and the development of resistance is inevitable.

      Granted, universal precautions, sterile technique, and simple handwashing cut the risk of infection significantly, but we're never going to get to a point where no iatrogenic infections ever occur.

      One thing we probably should be doing, though, is routine sterilization of computer keyboards in the hospital.

    2. Re:Dirty habits and hospitals are the cause by liquiddark · · Score: 1

      My sis is a nurse and her exact words on the topic were "You can't avoid it. It's everywhere." Cleanliness and discipline don't do all that well against the actual conditions in a hospital, which is full of *gasp* sick people.

  31. Did these bugs also kill dinosaurs? Desktop Linux? by objekt · · Score: 1

    Or even the radio star?

    --
    -- Boycott Shell
  32. That reminds me... by Aqua_boy17 · · Score: 1

    I was following a doctor on rounds one day going from room to room. We got to one patient's room and he wanted to chart something. So he went to reach for his pen, but instead he pulled out a thermometer. "Damn" he said, "you know what this means? Some asshole has my pen!"

    --
    What if the Hokey Pokey really is what it's all about?
  33. But will it have by gsmalleus · · Score: 1

    But will it have a cool visual display that I can't stop staring at like the Zomie Infection Simulator?

  34. even simpler by nguy · · Score: 1

    I think before any high-tech solutions, a much simpler thing to do would be better training. Many doctors don't seem to be particularly careful about what they touch.

    I think doctors should be required to observe each other during training, spot potentially unsafe practices, and give each other feedback.

    Furthermore, there should be random checks for the sterility of gloves and instruments.

  35. Google algorithm... by Anonymous Coward · · Score: 0

    ...which will reveal, of course, that Wikipedia is the most common disease-spreading agent.

  36. You can't eradicate skin flora by aswang · · Score: 3, Interesting

    If only it were as simple as you say!

    Staphylococcus aureus lives on normal skin. You're probably crawling with billions of these little buggers. Such is life. Most of the time, methicillin-sensitive Staph outgrows the methicillin-resistant Staph (in theory, there is a difference in rate of replication, since MRSA has that extra cassette that it needs to copy)

    But in certain places in the U.S., community-acquired MRSA infections make up as many as 35% of all infections (from simple skin infections to bacterial sepsis), at which point isolation practices are pretty pointless, particularly since they've never been proven to actually decrease rate of transmission. (Although granted, if you die from MRSA, it's going to be hospital-acquired MRSA that gets you.)

    Other multi-drug resistant bacteria are prevalent in the environment--in the soil, on flat surfaces, in computer keyboards--and don't cause illness in immunocompetent people. Examples are Pseudomonas aeruginosa, Acinetobacter baumanii, Enterobacter cloacae, Stenotrophomonas maltophila, and Alcaligenes xylosoxidans. But Gram-negative rods, more so than Gram-positive cocci, are likely to kill you in less than 24 hours. (Necrotizing fasciitis--caused by so-called "flesh-eating bacteria"--is more likely caused by Group A Streptococcus, which is very sensitive to straight-up penicillin, and MSSA)

    MRSA and other multi-drug resistant bacteria are simply not transmitted by air. Respiratory isolation rooms (negative pressure rooms with separate air filters) are good for preventing the spread of pulmonary tuberculosis, and various non-fatal viral illnesses, but that's about it. And when you've got 30-40 kids with RSV, there's no way you're going to isolate all of them.

    Most vectors of these bacteria are not sick from them, and they're so prevalent that it's not practical to exclude people who are colonized with this stuff. Most health-care workers are definitely colonized, for example, and it's no good preventing these people from working. Making people who have upper respiratory symptoms wear masks may be helpful, but making everyone do so? Studies don't show any difference in transmission.

    Any linens that might have been contaminated are destroyed anyway.

    The measures that have been proven to decrease transmission of bacteria and viruses are (1) thorough hand washing, meaning lathering up and running your hands under water for at least 15 seconds or (2) using the alcohol-based anti-bacterial gels (although this won't destroy Clostridium difficile spores) Everything else (masks, gowns, gloves), in terms of preventing transmission of these bacteria, is, according to the studies, infection control theater. (I'm not talking about universal precautions here, which definitely keep health care workers from getting HIV and hepatitis.)

    And when you come in on a backboard with C-collar because you were in a car-crash, infection control sort of takes a back seat until they take care of your airway, breathing, and circulation. There's no way you're going to keep someone dying from trauma in a quarantined area until you make sure they're not colonized with any of this stuff.

    Bottom line: wash you hands, and stop asking your physician for antibiotics whenever you or your kid have the sniffles. That'll cut the incidence of MRSA and other multi-drug resistant bacteria.

  37. Mod parent up and grandparent down by jbengt · · Score: 2, Informative

    I repeat, Mod parent up and grandparent down