Slashdot Mirror


Ten Technologies That Refuse to Die

kudyadi writes "Technology Review has an interesting article on, as the title suggests, ten technologies that we continue using despite advances made in the same. The best example is that of analog watches, "Compared to today's digital timepieces, old-fashioned, sweep-hand watches are pathetic one-trick ponies. Digital-watch wearers can check temperature, altitude, and the time in Tokyo, play tunes and games, and send messages. Can wristwatch videoconferencing, Web surfing, and tarot readings be far off? But what digital watches can't do, according to sweep-hand proponents, is display the time and context as elegantly and intuitively as an analog model."" Interesting counterpoint to this post from a few years back about technologies that didn't manage to hang on. And Bruce Sterling has a short list of ones he'd like to see go away, too ;)

4 of 1,381 comments (clear)

  1. Fortran is # 10 by tcopeland · · Score: 5, Interesting

    Forty-seven years after IBM unleashed it, Fortran (formula translation), the original "high-level" programming language, would seem to be the infotech equivalent of cuneiform. But it's still widely used, especially in scientific computing.


    No need to throw the Fortran libraries away, though, just wrap them in a higher level language. Chances are it'll be fast enough, and it'll almost certainly be a lot easier to use.
    1. Re:Fortran is # 10 by Anonymous Coward · · Score: 5, Interesting

      Fortran isn't really as outdated as the article makes out. For a start, it's not quite the same as the IBM language from the 60's - recently we've had the Fortran 90 and Fortran 95 revisions, and I believe there was even a Fotrtran 2003 revision.

      The reason that Fortran is still popular in the scientific community is that it's pretty well optimised for the kind of tasks that you're likely to be doing. For example, Fortran has complex numbers as a basic data type. It's also simpler than C based languages for working with multidimensional arrays - no need to futz about with arrays of pointers or whatever, just declare a (resizable, if desired) multidimensional array. In general, the builtin functions are designed to work well on parallel architectures, so writing good parallel code isn't (quite) so much hard work.

      Basically, Fortran is still used because it's well adapted for the job it's doing. The fact that it isn't used in application programming is because it sucks for that purpose.

  2. Analog watches are better when you're counting... by Anonymous Coward · · Score: 5, Interesting

    My mother's a nurse, and she told me once that she MUST have an analog watch with a second hand when counting somebody's pulse. I tried it once, and she's right - you just can't count both pulses and seconds if you're looking at a digital display.

    I think what's happening here is that with the analog watch, you use the "number" part of your brain to count the pulses, while you use the visual part of your brain to see when your 60 seconds is up (by looking for the position of the second hand).

    With a digital seconds readout, you end up using the "number" part of your brain for both tasks, and you get screwed up.

  3. Floppy Drives by Sergeant+Beavis · · Score: 5, Interesting

    He most certainly should have included old floppy drives. I no longer order a floppy drive when buying new PCs or Laptops for my company, but you can still get them if you want. USB keys are just too dang handy and hold alot more data. I'm amazed that the ole 3.5 disk is still around. At least that is better than the super old 8 inch disks I used so long ago.

    --
    There is nothing inherently safe about liberty. That's why so many people died protecting it.