Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×

Comment Re:Fancy version of FTP (Score 2) 124

Touche'. Still, I'm amazed that there's a company called logmein that provides remote desktop service on the internet, and that (get this) it works by taking over the host computer's mouse and display! On X-windows (yes, I know) the computer you're logging into (the client) isn't affected visually; the displayed windows all exist as separate entities on the computer requesting the connection (ie the "display server"). Surely that makes a heck of a lot more sense.

Comment Fancy version of FTP (Score 0) 124

You could also install an FTP server on one machine, and log into it from the other, type 'bin', and 'get'. Frankly, this particular feature has been available since the 1980s.

What will they think of next? Remote desktop? It was called X-windows in the 1980s.

Kids these days think they invented sex.

Comment WRF has gotten pretty good, actually (Score 2) 77

I worked in meteorology in the 1980s for several years, and one thing I learned was that data is in short supply. I learned that the ultimate truth comes from sending up radiosonde balloons with humidity, wind and pressure sensors. The goal is not just to get data from the ground (there's lots of that kind of data, I'm sure). You have to sample the whole atmosphere to set up the numerical models. You say that about two hundred balloons are sent up every day, and assuming this is done every 6 hours in the continental USA, a back of the envelope calculation says the sample points are about 400 km apart. So the best data for seeding the calculations has very low spatial resolution, much lower than the 2-mile resolution used in the numerical model.

Of course, you can get estimates for water vapour from IR satellite measurements. I saw this done also in the 1980s. At the time I didn't understand all the math used to do this, but remember that it involved taking IR emissions over several wavelength bands, and somehow combining these to infer the water vapour content at various heights in the atmosphere, under each pixel. These satellites certainly have 2-mile spatial resolution, but the problem I see there is that the polar-orbiting satellites that provide this information pass over any spot on earth about 4 times per day, so the temporal resolution is as low as the balloons'.

Finally, data from airlines is going to be largely restricted to heights at cruising altitude, so you're missing a large cross section of the atmosphere there.

And don't get me started on weather observations over the ocean, where there are very few ground stations or balloons.

The issue is that the Navier- Stokes equations being solved in weather forecasting are very sensitive to initial conditions, so it's really crucial to get the data right to set up the calculations. Sitting in my armchair, I remain a bit skeptical that we will ever be able to get the true initial conditions.

Despite all this I'm always impressed that the NWS manages to get pretty decent one-week forecasts out, despite the impossible task they face. There must be some deep voodoo in those numerical models!

Comment Teaching literature the old-fashioned way (Score 1) 89

Some years ago my wife and I read Homer's Odyssey to each other over several nights, sitting outside next to a campfire. It really worked well. That's a story that is best told, not read. I wonder how much more effective it would be to cover ancient literature in this way: not read out of a book in classroom, but spoken out loud in a communal setting.

Comment Re:It's not really a myth anymore (Score 1) 222

Your example of drones killing hapless Afghan and Yemeni wedding parties is a straw man. The author isn't talking about that. He's talking about INTENT. When you kill someone by means of a drone, you are merely extending the operator's range of action. The drone is just an extension of the operator's hands. It's like driving a car. The driver has all the intent, and the car merely amplifies it. You might put the car on cruise control, but a car on cruise control doesn't plan its next move.

I think it's impossible to simulate intention. People mistake intention with mathematical knowledge. That's why the term "artificial intelligence" is so wrong and so limited. Consciousness and intention are much richer than mathematical intelligence. Consciousness and awareness require subtle skills that we humans use to interact with the real world; skills that are so subtle we barely notice ourselves using them. We certainly don't understand those skills. And since we don't understand them we can't build them into a computer program.

Writing software that interacts with the real world is very hard, because the world is too complicated and variable. Have you ever tried to write code that handles a user interface? It's very hard, because users are so varied in their assumptions about what your program is doing. Hell, you don't have to be a programmer to know that: we have all run into bad UIs. That's why the iPhone was such a big hit: its designers paid a huge amount of effort and time to make sure the UI worked well. Previous phones had UIs written by the phone's engineers as an afterthought. Those UIs sucked, and the iPhone ate their lunch.

Even though writing a UI is so hard, users have to learn how to use it. They have to get accustomed to its limitations. A general purpose UI that could interact with the untamed world is probably impossible to write. So much more impossible must it be to write a program that can interact with the real world and plan that world's destruction.

Comment In 1980 we had video terminals! (Score 1) 230

In high school in Toronto in 1978, we would hand-code our Fortran programs onto optical cards by strategically darkening in circles with pencil, to encode one line of source per card. The teacher would then stack your cards onto a reader, which would scan one card a time (about one or two per minute) and a magical thing called a "modem" would send the program to the University of Toronto mainframe, which would compile and (if you were lucky) run it. The teacher picked up the printouts in the morning on the way to school. Truly an exciting time, but I only saw other lucky students use it; I never got a chance to try.

Then I had a transformative experience through a one-week stay at the University of Waterloo, where we spent all our time in front of teletypes programming in APL. Boy those teletypes were noisy, especially with a room with twenty of them going at it full blast. When I went to bed my ears would still be ringing. Yes, APL was my first programming language, and frankly the trauma hasn't worn off yet.

When I started university in 1980 at McGill in Montreal, there still were punch card machines and punch card readers at the computer center, and its satellite centers. However, pretty much everyone at the school had a "computer code", ie an account on the time sharing system called MUSIC: see wikipedia. It was a lovely system, and you could run commands interactively. It came with Fortran, Snobol, Pascal, Lisp, IBM 360 assembler, and, of course Adventure!

I spent many hours playing Adventure, and of course mapped the whole cave in detail.

At McGill, there were two kinds of terminals: video terminals for the lucky people, and paper terminals from Digital Equipment called DecWriters for everyone else. The former had wisiwig code editors, on which you could prepare your source code and, when ready, "submit" your program to be compiled, run and printed. You would then walk down to the basement of Burnside Hall, where a surly operator would hand you your printout. That's when you learned that you had a typo in your code. Needless to say we were told over and over to WRITE YOUR PROGRAMS OUT before you typed them in, but nobody listened then, and nobody listens now either. In any case, the turn-around time from "submit" to picking out your printout was in the order of 15 minutes, not overnight as in TFA.

The design of Watfiv fortran focused on fast compilation. Your code wouldn't be optimized, but that was OK, because as a student the majority of your runs would have compilation errors. Typically you only ran your program, fully implemented, once or twice, after dozens of botched compile runs.

All in all, it was a great experience. What I appreciate the most, in retrospect, was that CS students were required to learn IBM assembler. Higher level languages don't fully make sense until you know what's going on at the CPU level. I still can't fathom how an intro course in Java can give you any true knowledge of how computers work.

Comment SSRI withdrawal (Score 1) 329

We won't know the exact position of the British Psychological Association until Monday, but I can offer one example of how a psychiatric diagnosis can cause harm. Look up "SSRI withdrawal". SSRIs like Prozac slow down the reabsorption of serotonin, leaving more serotonin available in the brain. The body isn't static, and it reacts to the drug by overstimulating serotonin absorption. The body and the drug eventually reach a balance, and the overall amount of serotonin returns to the original levels. The problem occurs when SSRIs are stopped abruptly. The body's compensation mechanism continues for a while, and your serotonin levels drop dramatically. You get VERY depressed. You may feel like killing yourself. Some people do commit suicide at this point. Seen from the outside, it looks like you were very ill, and stopping the drug unmasked the illness. But the opposite is true. Stopping the drug CAUSED the illness. In fact, studies have shown that depressed people's serotonin levels are no different from those of normal people. Taking SSRIs doesn't change your levels because your body compensates and returns your serotonin to pre- treatment levels. The SSRIs don't do anything. Except that if you stop taking them you might die. Better off not taking them. And better off not being diagnosed in the first place. Diagnosis can kill.

Comment Oil and coal are here to stay (Score 2) 262

Sadly, there are lots of reasons why renewable sources won't solve our energy needs. Tom Murphy, a physics prof at UCSD, has a great blog http://physics.ucsd.edu/do-the-math/2012/02/the-alternative-energy-matrix/ where he works out the details. This was covered a while ago here: http://hardware.slashdot.org/story/11/08/02/2315207/limits-on-growth-of-energy-use-and-economies

Comment Re:World of Goo (Score 1) 279

Awesome puzzle collection. I am also currently hooked on signpost, but I still like pattern, netgame, loopy, galaxies, dominosa, and magnets. All are highly configurable to suit your time-wasting budget. Classic puzzles like mastermind, sudoku (regular, jigsaw, killer), minesweeper, black box, and kenken are there too! The iOS port does suck, but hey Simon's puzzles are open source, so you could port them yourself. Android, Mac, and Windows ports are all well done. I even use it on my old Palm device! Yay open source!

Comment Because Phrma has no drugs for it (Score 1) 602

Don't take the DSM so seriously. There are many people who feel that syndromes and disorders are added to the manual largely to provide a reason to sell psychiatric medications. It can argued that the DSM is a codification of marketing fashion. There was an epidemic of anxiety during the 1950s, coincident with the marketing of "Miltown", a mild tranquilizer. This epidemic resurfaced in the 1970s when Valium was being promoted as a harmless, non-addictive anti-anxiety drug. Then suddenly large swathes of the population fell into depression, just in time for Prozac.

Prozac is the most obvious fabrication. In many studies, its effect can't be distinguished from placebo (http://en.wikipedia.org/wiki/Fluoxetine#cite_note-78). Of course, if you ARE on prozac and stop taking it suddenly, you will likely get depressed (and sometimes suicidal), but that's most likely withdrawal symptoms, not a manifestation of an underlying condition.

I suspect that pharmaceutical researchers can't think of a way to mask the symptoms of Asperger's, so there is no need to list it in the DSM. Call me cynical if you like.

Comment Re:What about the other planets? (Score 1) 49

Only the Voyager 2 probe flew past Uranus, and I don't think it took pictures of the poles. The Galileo probe orbited Jupiter for many years, but I don't think its orbit was high enough (in terms of latitude) to get clear views of the poles. For example, this site includes a polar view of Jupiter: http://thebigfoto.com/jupiter-from-space but it's a composite of many pictures, and the fuzziness of the polar region suggests that it's a re-projection of oblique views taken from a lower-latitude images.

Slashdot Top Deals

Stellar rays prove fibbing never pays. Embezzlement is another matter.

Working...