Slashdot Mirror


Does the Military Dominate CS Research?

An anonymous reader asks: "It seems at my university the military has their fingers in much of the computer science research happening on campus: sensors, intelligent agents, autonomous vehicles, supercomputing. Is this the case at other schools around the US? How about outside of the US? How is the military shaping the current state of CS research? What areas of research atrophy because the funding goes to investigating military applications of new technology?"

5 of 125 comments (clear)

  1. It's not uncommon. by Anonymous Coward · · Score: 3, Insightful

    That was similar to my experience back when I was in school.

    And considering the history of computing, it is to be expected.

    Computers are tool for automating complicated by not particularly egaging tasks.

    From code breaking, to calculating artillary tables, to distributing information. It's not know how that's the obstical, but maintaing focus and attention. With the millitary, few people have the resources or the motivations to tackle the extremes that remain, besides them. The upside is, while the projects might be defense oriented as far as the money is concerned. The people aren't. Some of the people writing their doctoral thesis based on those projects might just want to make the most kickass games (like one of my CSE TA's). Smarter robots might well lead to smarter monsters.

    That's just the nature of the bleeding edge, the inscentive is always going to be strongest for militaries. You can get wrapped up in black helicopters or Chile 1950. Or you can step back and know them for what they are, individual quanta which are part of vast spectrum. While the military might have given us ICBM, and the possibility of nuclear holocaust, the secondary benefits were world wide communications satillites, GPS, the internet, aluminum cans, nuclear power, the death star, and the only chance to defend ourselves from a rogue asteroid.

    Be happy for the money. Be happy for the challenge. Be happy for the opportunity to hone your skills.

  2. Which areas atrophy? by PM4RK5 · · Score: 3, Insightful

    My guess would be that the fundamentals of system design atrophy. In many ways the computer science field has seen very little innovation as far as "operating systems" are concerned. At least in the recent past.

    Most systems try to mimick windows or something else, except for Apple's OS X. But on the other hand, it is also built atop a UNIX-style system, and is thus somewhat based on old ideas.

    The IT industry has created such large barriers to entry that any new or radical ideas as far as desktop systems go (or servers, for that matter) have failed to enter the market successfully. Arguably, Linux's success is due to the fact that it's just a reimplementation of the old UNIX system design.

    Colleges and other higher-level academic institutions are the testbed for new ideas in the CS field, and things like system design and a computers' fundamental setup have atrophied over the past few years, since I, for one, have seen very little that qualifies as "new."

    One thing I would like to do is try to completely reinvent the desktop system in college as a project, because many, many technologies are just improvements upon older ones. What the industry needs is a radically new system that takes advantage of what's out there now, as far as both ideas go and as far as hardware goes.

    This is just my two cents, but if you look at basic system design (device drivers, processing, filesystems, et cetera), there has been very little that is radically new.

    This is why I think basic system design has atrophied at the expense of other areas.

    1. Re:Which areas atrophy? by Phaid · · Score: 3, Insightful
      Yeah except that paper really doesn't do anything more than rail against the current state of affairs. So what if 20 years ago people coming into Bell Labs were used to using 20 different operating systems and now they only use one? That doesn't disprove what I said in any way at all. It's basically just a longer and more eloquent way of saying the exact same thing that the original poster I responded to was saying -- quoting this back to me is really just begging the question.

      Look, we already know how to make a protected memory, multitasking operating system that runs on commodity hardware and which, for the average user, provides multitasking performance indistinguishable from running individual tasks on a dedicated machine. We already know how to make a hard real-time operating system (and yes, BeOS shows us that essentially, realtime suitability multiplied by desktop suitability is a constant). We already know that microkernels don't do much more than protect you from badly coded drivers, and at a performance cost. None of these things are a mystery any more, and there just isn't a single-processor operating system model that's going to come along and revolutionize OS design on current hardware.

      Multiprocessor OS'es? Yes, as I said there's plenty of room for research there. Come up with an analog processor or some other hardware revolution that we don't currently think about? Yes, that would likely turn commodity OS thinking on its ear. But there is simply no interesting innovation left in the nuts and bolts of operating system software for current commodity hardware - all of the interesting research is either at a lower (hardware) level or at a higher (way more hardware) level.

      In terms of fostering new research, the one genuinely interesting statement in that paper is:

      Only one GUI has ever been seriously tried, and its best ideas date from the 1970s. (In some ways, it's been getting worse; today the screen is overed with confusing little pictures.) Surely there are other possibilities. (Linux's interface isn't even as good as Windows!)

      But look! He's talking about user interfaces there, not the core of the operating system. With all due respect to Robert Pike, all he's doing in this paper is expressing frustration that the good old days are over and people aren't doing fun research any more
  3. Face it by Bluesman · · Score: 5, Insightful

    The reason most things get done is because there is a pressing need, and people in the military understand this better than anyone else. Defending yourself and defending a nation is a pressing need, whether you'd like it to be or not.

    It would be nice if we could all hold hands and do research for the good of humanity, but unfortunately, human beings aren't wired that way. Nothing would get done. This is why communist societies, which are beautiful ideas on paper, don't work.

    One of the major fallacies that far too many people put a lot of faith in is that people are basically good. We are not.

    I know this might sound harsh and cynical, but the fact of the matter is, once you accept the fact that human nature is brutal, selfish, and ugly, you're most of the way there toward a realistic world view.

    And if you look at it pragmatically, you'll realize that necessity is the mother of invention, and almost all of the great technological advances in history stem from military necessity.

    Yeah, it's not nice. No, I don't like it. But that's how it works.

    --
    If moderation could change anything, it would be illegal.
  4. Hell yeah by Will+Sargent · · Score: 3, Insightful

    The military funded the Internet.

    The military, as one of the largest software developers on Earth, basically created software engineering and still pushes for hard numbers from projects and code.

    When the military tried out OO technologies on flight simulators, they scheduled five different projects, the first one of which was set up to fail(!) so they could accurately determine what actual benefit they could get from OO.

    The military is funding the semantic web technologies, notably DAML, in hopes of getting better AI -- this will be needed for better drones and autonomous agents, not to mention scanning for terrorist activities...

    There's just no question involved. The military will do things no other organization would even think of doing.