Forgot your password?
typodupeerror
Medicine

WHO: Zika No Longer a World Health Emergency (usatoday.com) 54

The mosquito-borne Zika virus that causes microcephaly and other birth defects is no longer a world health emergency, according to the World Health Organization. It is a virus that requires a long-term approach. USA Today reports: By downgrading the emergency status for Zika, the organization will now shift to a longer-term approach for fighting the virus that has spread across Latin America, the Caribbean and beyond. Zika was also found in parts of the Miami area. The virus "is not going away," WHO said on Twitter. "Countries need to be prepared and strengthen detection and prevention, as well as care and support for people." Nearly 30 countries have reported birth defects linked to the virus. WHO, which designated the health emergency in February, says more than 2,100 cases of nervous-system malformations have been reported in Brazil alone. The virus continues to spread geographically to areas where Aedes aegypti mosquitoes are established, the organization noted. Most people who are infected by the virus do not get sick, but can suffer fever, rash and joint pain. The virus, however, can cause birth defects, including microcephaly, in which infants are born with abnormally small heads and incomplete brain development.

Comment Re:Its easier now (Score 1) 114

It's much easier now. Browsers have trained users to a standard set of basic interactions (this used to be a massive obstacle for new programs). Databases, combined with modern storage capacities and CPU speed, have eliminated massive amounts of work. The languages are both safer and more powerful, and less tied to specific hardware. Deployment is trivial via the web. I can do more now by myself than the good team of developers I led were able to produce 30 years ago. There are certainly plenty of projects that require substantial teams, but these are ones whose scope (e.g., AI) or polish (e.g., games) would have been totally unfeasible in the past. More to the point of the post, there are probably many more places now than in the past where a single programmer can quickly make and deploy a useful database-driven website.

Comment The guys with punch cards were lucky (Score 1) 230

In my second main programming job, in a physics lab starting in 1968, I had two hours twice a week (during changes in experiment) plus one weekly maintenance day to work with the computer itself. The only medium was punched paper tape, so I would load the editor tape, read in the source tape, use the no-monitor teletype to make the hundred or so changes I had handwritten (in pencil on legal pads or previous printouts), print out new source tapes (typically 5 pieces each about 50 feet long), read in the compiler tape, have the compiler read in the new source tapes and print out a binary tape, then finally read in the binary tape to see if things worked. Each cycle would be about an hour, so I was ahead of the once-a-day people, but I got very good at foreseeing the consequences of changes.

Comment Teaches what most math students need but don't get (Score 1) 313

It is very useful to become capable of being precise, taking alternate paths based on logical distinctions, producing correct results by multi-step methods, and refining and extending an initial solution until it fully meets a set of needs. Programming teaches these skills directly in the context of concrete "make this happen" activities, in contrast to math classes which teach these lessons (if at all) indirectly in the context of abstract "follow the rules" activities. A lot more people will be successful at answering the question "does this program do what I want it to?" than the question "is this sequence of statements true?" Even if the goal is to produce more people skilled at abstract math, we would get more people there quicker if they gained the mental discipline that naturally arises from programming prior to dealing with most mathematical abstractions beyond numbers and simple variables.

Comment Ongoing evolution (speeded up by design) (Score 1) 774

Our emerging knowledge of genetics implies that our self-engineered descendants a few centuries from now will be very much more capable (if our lineage makes it that far). This will be especially true of the subset who leave high-gravity planetary surfaces and the dangerous neighborhoods of stars for better real estate in deep space. Their descendants, perhaps based on superconducting neurological systems (cold is a feature not a bug for quantum effects) and with the size that microgravity enables, are unlikely to have much to say to entities on our current level.

Comment Yes! Let's make one! (Score 1) 530

What I don't understand is that since any competent system designers who take both computer and social issues into account will promptly arrive at this same conclusion, why do none of the systems use it? The lack of transparency of the computer-based systems is a fatal flaw for a process whose most important task is to promote confidence that everyone's vote was counted.

From conversations with my local election officials and other governmental types (I've held elective office myself and can speak politico as well as geek), I think that the main problem is that the officials are so impressed by the speed of the systems, and by their immunity to certain traditional kinds of fraud, that they ignore their lack of robustness and their potential to sabotage public confidence.

Making a GPLed demonstration system that used this idea (and perhaps extended it with judicious use of public-key encryption) would be a great project. Anyone interested? Or is it already patented?

Slashdot Top Deals

This process can check if this value is zero, and if it is, it does something child-like. -- Forbes Burkowski, CS 454, University of Washington

Working...