Slashdot Mirror


Operating Systems Are Irrelevant

zincks writes "David Gelernter (Yale Professor of Computer Science, and Unabomber target) has a story in the NY Times which states, (1) Operating systems are relics of the past, (2) We should be able to access data anytime/anywhere, by (3) seeing a stream of 3D documents(?), so (4) he's written such software, and (5) that's all you should care about so it doesn't matter that it runs under windows. This is a fantastic (definition: based on fantasy : not real (?)) vision of the future by a premier technologist."

58 of 750 comments (clear)

  1. Sounds kinda like X by Vaulter · · Score: 5, Insightful


    Hmm, an interface that is completely independant from the underlying OS, network, etc, etc. I think I may have heard of that before. What's that? In 1986??? Oh yeah.

    --
    I don't have a sig...Do you??
    1. Re:Sounds kinda like X by ajs · · Score: 5, Funny

      X is just a hardware abstraction layer. This guy is talking about something radical and new. A way of abstracting the data beyond the constraints of platform and UI. Something that you could describe in a simple way that would allow you to locate data anywhere, interpret it in a way that made sense for you and render however and wherever appropriate. It could be the building blocks for a whole new way of communicating.

      Oh, wait. That was the World Wide Web. Never mind.

    2. Re:Sounds kinda like X by Angry+White+Guy · · Score: 5, Funny

      Kinda like having an XML Layout sheet tatooed on your forehead then running headlong into documents.

      --
      You think that I'm crazy, you should see this guy!
    3. Re:Sounds kinda like X by cloudmaster · · Score: 4, Funny

      Bah, *you* don't have an article in the New York Times. Maybe if you get this "extensible markup language" idea covered by a national media source, then we'll take you seriously. Until then, let the professionals deal with device-independent information presentation.

    4. Re:Sounds kinda like X by DopeRider · · Score: 5, Funny
      a stream of time-ordered files that can be reorganized instantly into substreams by topic

      Slashdot?

  2. Really irrelevant? by Lomby · · Score: 4, Funny

    Access to documents anytime/anywhere?
    Even when the OS of the server is taken down by the Slashdot effect?

    1. Re:Really irrelevant? by Jouster · · Score: 4, Funny

      Nah, I'm sure he's currently able to VISUALISE the packets hitting his ethernet card, and he can SEE IN 3D every single atom comprising his CPU melting into an unidentifiable glob of sludge.

      Jouster

  3. From the article by obdulio · · Score: 5, Funny

    Microsoft will be subject to careful scrutiny for abusive activity.

    It's a joke, isn't it?

    --
    PENAROL: Seras eterno como el tiempo y floreceras en cada primavera.
    1. Re:From the article by shadow303 · · Score: 4, Funny

      They'll be scrutinized, they just won't be punished.

      --
      I've got a mind like a steel trap - it's got an animal's foot stuck in it.
    2. Re:From the article by ti1ion · · Score: 5, Insightful

      Not only is that line a joke, but the whole article is a joke!

      The headline for the article does not make sense because the body of the article clearly states that the OS *does* matter and that OS should be Windows! Did we miss that?

      His argument is that Microsoft has won. Give them your money and allow them to do what they wish to your PC, just use this guy's document management system to view content -- which, if you did not notice, requires that you run *all* MS software (Outlook, Word, Excel, etc.)!

      What a crock! Who the hell needs this *individual's* document management system if we are all supposed to use MS software? We would already have a universal system by virtue of *everyone* running the same software!

      This guy is just trying to make money the easiest way he can.

    3. Re:From the article by 0x0d0a · · Score: 5, Insightful

      This guy is just trying to make money the easiest way he can

      Yup. Lets look at the story submission text:

      * Yale Professor of Computer Science

      Yup, Yale sure is CS central

      * Unabomber target

      This is his selling point for himself?

      * Operating systems are relics of the past

      subtext: No, I didn't just rip off Gosling's old speeches that failed to come true...

      * We should be able to access data anytime/anywhere

      This is such a fricking overused and pointless buzzphrase in the tech world that it's ridiculous. It's like a politician's "what about the children".

      * seeing a stream of 3D documents

      Yeah, everything gets better when it's 3d. Uh, huh. Very 90s.

      The man is obviously an ass. Given the "irrelevant OS" and "3D documents" crap, it sounds like he harvested a bunch of random mid 90s research papers.

  4. Hmmm by gowen · · Score: 4, Funny
    (2) We should be able to access data anytime/anywhere, by (3) seeing a stream of 3D documents(?), so (4) he's written such software,
    Why am I reminded of the following lines of dialogue by Woody Allen?

    Socrates: I guess I should never have suggested having a philosopher-king.

    Simmias: Especially when you kept pointing to yourself and clearing your throat.
    --
    Athletic Scholarships to universities make as much sense as academic scholarships to sports teams.
  5. Changed a bit by OmniVector · · Score: 5, Informative

    I remember when i first heard about this guy on Big Thinkers. He had some far fetched ideas about completely tossing the desktop out of the window.. I like some of his concepts with desktop management, but at the time of the broadcast of the show, he mentioned tossing the concept of normal *files* and folders too. It seems that might have changed a bit, as it was too radical.

    --
    - tristan
    1. Re:Changed a bit by sporty · · Score: 4, Insightful

      *sigh* No, NOT GREP. You'd have sets of relations on things and you'd say, i want all these types of items that involve a certain relation. And I don't mean a filesystem relation but, all things related to project X, or all things related to my entertainment centre.

      Think beyond files and cli. Think about having a bunch of things that have relations, ideas and what not that can be search on. Yes, grep might come into play on the lowlevel, but i'm sorry, my mom won't ever know grep.

      --

      -
      ping -f 255.255.255.255 # if only

    2. Re:Changed a bit by DunbarTheInept · · Score: 4, Interesting

      This notion that a file is "located" in one place only, and therefore you need two files to locate the file in two places is already false. You may have heard of a little-known family of operating systems called UNIX. Their filesystems typically have a thing called linking. If you "put" a file in a directory you aren't *really* putting it there. You are just putting one *reference to* the file there. And that one reference to the file doesn't have any precedence over another one you may make later somewhere else. When you "remove" a file you don't really remove it. You just drop the reference to it that was in that directory. Only after the file becomes fully orphaned (all the references go away so you could never find it again anyway) does it physically get deleted. It's like languages with garbage collection. The concept already exists and people don't use it much. I think that speaks volumes. The notion that a thing can exist in multiple locations at the same time is counter-intuitive. It's incredebly useful, but not the sort of thing a lot of people are going to "get".

      I just wish hardlinking had some means of following the reference bidirectionally, so that given a file the system could efficiently tell me all the linked names it has. Right now the only way to do that is to scan the whole filesystem for other filenames pointing at the same inode number, and THAT is horribly inefficient.

      --

      Don't label something "offtopic" unless you know the topic well enough to tell what's on topic.

    3. Re:Changed a bit by 0x0d0a · · Score: 5, Interesting

      The Registry is a horrid implementation of an *awful* idea.

      You want to make a centralized database *cache* a la the MacOS desktop file, go for it. I don't like the idea of having a single, nontransferable crucial chunk of data that's a single point of failure. It's idiotic that you can't simply copy an installed application on Windows to another computer.

  6. Typing with a Power Glove by babylon93 · · Score: 4, Funny

    Now I'll have a real use for those old Nintendo accessories I've been hanging onto.

  7. Very Idealistic by SerpentMage · · Score: 5, Insightful

    You know I own a car. And cars have gotten to the point where when I buy it typically I do not have to consider the road. It is irrellevant...

    OR, is it relevant after all? Lets see in Germany I would get a sports car, Switzerland big luxury, Canada SUV because of the snow, Southern France Convertible, ....

    My point is that while we do not make a big deal of the road or conditions, it does influence our buying decisions. And saying that it is irrelevant is just a pipedream...

    --

    "You can't make a race horse of a pig"
    "No," said Samuel, "but you can make very fast pig"
  8. Contradiction? by sczimme · · Score: 5, Funny

    (1) Operating systems are relics of the past,
    [snip]
    (4) he's written such software, and (5) that's all you should care about so it doesn't matter that it runs under windows.


    So every operating system but Windows is a relic of the past? I'll second the description of this as 'fantasy'.

    (The NY Times site seems rather unresponsive at the moment...)

    --
    I want to drag this out as long as possible. Bring me my protractor.
  9. Misleading title by Zigg · · Score: 5, Insightful

    Okay, that article is just an advertisement. I'm surprised that some editor at the Times let that pass for a column.

    Let me summarize for the impatient. "Operating systems are irrelevant, except for Windows, which we should be thankful to Bill for, because it made everything more accessible, and he's oh-so-visionary. Buy my stuff, which is an incarnation of the vision that Bill wants to realize in Longhorn. Also, Linux is irrelevant."

  10. (6).... by Tsali · · Score: 4, Funny

    (6) ?????
    (7) Profit!

    Ka-ching!

    --
    This space for rent.
    1. Re:(6).... by Mr+Guy · · Score: 4, Interesting

      Actually this is a highly accurate explanation of the problem with his ideas.

      Far be it from me to say someone so much more educated than I is a complete idiot that doesn't understand no one WANTS to stop using operating systems because they are what PAYS for the technology.

      Yes, even Linux is supported because people are willing to pay for the server space and bandwidth. These people, and universities, are getting something out of their association with Linux.

  11. The immorality of Open Source by wiredog · · Score: 4, Funny
    Having read the article thoroughly, this startling news shows the flaws in the brewing Open Source Zeitgeist that is gripping the software community. Have you considered that providing software for free to countries such as China is essentially tacit support for oppressive regimes?

    Far-fetched? Think about it: With MySQL, the People's Army will now be able to do multiple queries on their tables of democratic activists in Olog(n) time instead of lengthy searches in card catalogs. The bureaucratic overhead previously allowed activists enough time to flee the country. How about building cheap firewalls so the people can't get the unbiased reporting that CNN provides? Or using Apache to publish lists of Falun Gong people to their police forces instantly? I doubt that never crossed your minds when you were coding away in your parents' basements. Consider putting that little thought in your mental resolv.conf file.

    If that does not concern you ( which it probably doesn't, since the lashout.org paradigm is publishing articles about how not to pay for things ), consider something else. When China eventually goes to war with Taiwan, we want to be able turn their command and control facilities into the computing equivalent of a train-wreck. One of the advantages of Windows never mentioned in the article is the ability of Microsoft to remotely deactivate Windows XP in the case of a national emergency. Thanks to GNU/Lunix, Taiwan will be on a collision course with the mainland in the near future.

    Which throws into question Mr. Stallman's motives. A known proponent of socialism, the Chinese government and RMS are natural allies. Could it be a back door to Stallman's dream of an über-Socialist United States? We may never know for sure. Next time you consider contributing to an open source project, ask yourself this question: don't you want to make sure your work isn't used for nefarious purposes? Will you risk having blood on your hands?

  12. David Gelernter's Bio by SailorBob · · Score: 4, Informative
    David Gelernter

    Professor of Computer Science
    B.A., Yale University, 1976Ph.D., The State University of New York at Stony Brook, 1982
    Joined Yale Faculty 1982

    David Gelernter's research interests include information management, parallel programming, software ensembles and artificial intelligence. The coordination language called "Linda" that he developed with Nicholas Carriero (also of Yale) sees fairly widespread use world-wide for parallel programming.

    Gelernter's current interests include adaptive parallelism, programming environments for parallelism, realtime data fusion, expert databases and information-management systems (the Lifestreams system in particular). He is co-author of two textbooks (on programming languages and on parallel programming methods), author of Mirror Worlds (Oxford: 1991), the Muse in the Machine (Free Press: 1994 -- about how thinking works), and a forthcoming book in the "Masterclasses" series about aesthetics and computing. He has published cultural-implications-of-computing-type pieces in many newspapers and magazines, is contributing editor at the Manhattan Institute's City Journal, the National Review and is art critic at the Weekly Standard.

    Representative Publications

    • Lifestreams: An Alternative to the Desktop Metaphor, with Scott Fertig and Eric Freeman. Proc. CHI'96 (April 1996: paper and ACM video).

    • Adaptive Parallelism, with Nicholas Carriero, Eric Freeman and David Kaminsky. IEEE Computer, Feb. 1995.

    • Coordination Languages and their Significance, with Nicholas Carriero, Communications of the ACM, 35 (2), February 1992, pp. 97-107.
    --

    Woopty Doo Basil, what does it all mean?!

  13. Its just like Linux by tkrotchko · · Score: 5, Funny

    "He had some far fetched ideas about completely tossing the desktop out of the window"

    Linux has some far fetched idea about completely tossing Windows out of the desktop.

    Funny, eh?

    --
    You were mistaken. Which is odd, since memory shouldn't be a problem for you
  14. Re:new FS... by NineNine · · Score: 5, Insightful

    The OS isn't dead per se, but, like he said, irrelevant. Ask the average Joe what OS they run. First off, they won't know what OS means. Then, if you ask 'em what kind of Windows they have, most of 'em still won't know. People have long since using computers for the sake of the OS (well, except for OSS zealots). His point is to slap some real useable software on top of any OS and live there, not at the OS level with files, folders, permissions, etc.

  15. And also... by NiftyNews · · Score: 5, Funny

    And also, he would like a pony.

    No, make that two ponies. No, eight. No, a pony should be available wherever he goes at any hour of the day.

  16. Why we have operating systems by webmosher · · Score: 4, Insightful

    While I didn't read the article (I see enough NY Post commercials on TV). I assume this guy seems to think the O/S is "all the pretty windows". I think the common person's viewpoint of the O/S is also the same, but when we get down to brass tacks, the O/S is what holds those windows on your desktop. File system access, memory management, task/process management, interfacing drivers to hardware. THIS IS THE O/S!! I doubt seriously that these floating 3-D documents will do little good if you can't even drive signal to your video card.

    Perhaps this person should exhalt a new outlook on user interface design (ex: extending Windows, or KDE or Gnome), and not dismiss the O/S.

    And for those ready to flame on my inclusion of Windows, Gnome and KDE on the same sentence, realize that these are all essentially window/interface managers, and not operating systems. Yes, MS bundles their manager and O/S in an unpackageable package, but the interface you see in MSWindows is not the MSWindows O/S. That is like saying a BASH shell is the O/S of Linux/UNIX.

    1. Re:Why we have operating systems by Java+Pimp · · Score: 4, Insightful

      No, Dr. Gelernter knows the difference between an OS and a GUI.

      By reading the article, you would have realized that Dr. Gelernter is stating that we need to distance ourselves a bit farther from the OS than we are now. Current user interfaces are tied too closely to the nature of the operating system. Instead of having a user interface that is centered around the OS (let's see, a tree of files and folders that just mirrors the filesystem directory structure) to access our information, the interface needs to be centered around the information itself. Then, the OS managing the information does become irrelevant. Not useless, just irrelevant... to the user. We won't care what it is or what it's doing as long as we get the information we are interested in.

      We shouldn't need to know we need a network connection to do email, IM, whatever... We should be able to just say, "computer, what's the score?" and it would get the information for us. This type of interface IS a radical change from what we've been doing for the last 20+ years. Will people accept it? People fear change so it will probably take a while. But it will happen.

      --
      Ascalante: Your bride is over 3,000 years old.
      Kull: She told me she was 19!
    2. Re:Why we have operating systems by Java+Pimp · · Score: 5, Insightful

      Is this aimed at users, or developers? Users don't care (read: understand) about the underlying methods, do they?

      Users of course. Developers will always need to know what goes on under the hood. They are the ones trying to make the user's experience better.

      Users don't care about the underlying methods. Unfortunately, today, even the end user needs to know a little about the underlying OS to get to the desired information.

      Think Star Trek for a moment. Any access to the computer is centered around the information, not the method in which it's stored. With our current interfaces today, we ask the computer, "give me a list of the files on this (drive/storage device)" or "download the files at this (web address that I need to know) so I can read the content."

      We are doing things now to get away from things like that. Microsoft has their "My Documents" or "My Pictures" folders that applications default to when opening and saving files. No need to search the hard drive for this stuff. Seem's simple but this is a step away from the underlying OS. On the net we have things like Google. Still not a complete disconnect but our searches are centered around information rather than where it's located.

      This is the point of the article. To make the disconnect. Not that Dr. Gelernter's whiz-bang new interface will be the wave of the future but rather it opens the door to new ideas.

      --
      Ascalante: Your bride is over 3,000 years old.
      Kull: She told me she was 19!
    3. Re:Why we have operating systems by Locutus · · Score: 5, Interesting

      You hit the nail on the head, it's Microsofts protecting it's monopoly that's preventing any new model from rising. To protect the Windows OS monopoly and therefore protect their application( MS Office ) monopoly, the OS must be relevant.

      Just like C++ and object oriented frameworks threatened Microsoft/MS Windows in the early 1990's by abstracting the OS API's, OpenDoc threatened them in the mid 1990's by abstracting the OS AND greatly reduced the barrier to entry into the application space. The full force of the FUD machine and purchasing power put the cork on those two ideas. Granted, OOP made a decent comeback with Java and Troltech is making a living at a C++ framework but we still require huge applications with redundant features to read/write documents.

      I've seen and used OpenDoc and the concept of data-centric computing is smart and far easier to use. The problem persists as to what to do about Microsoft's continued slowing of progress?

      BTW, I've helped a few small business's in the early 1990's in streamlining how they used computers( PC's ) and it was the OO desktop that saved the day. Where OS/2 could be installed, it was or else it was HP's NewWave OO desktop manager. In both cases, I implemented data-centric templates of folders and data objects/icons so the use concentrated on the DATA for the task and not what application needed to be started and where that file needed to be saved to, etc. The Data-Centric method worked and worked well.

      The browser is kinda like the OpenDoc container but without the Bento filesystem to hold all the different apps(Parts) data. The Inet becomes the replacement for the Bento filesystem. I don't think plug-ins can use other plug-ins in a standard way so that for instance, one spell-checker plug-in could be used in the text/html editor AND email plug-ins...

      LoB

      --
      "Anyone who stands out in the middle of a road looks like roadkill to me." --Linus
  17. Movie crap by red_dragon · · Score: 5, Insightful

    Whoa, there. Was this guy watching Johnny Mnemonic while drugged up beyond belief? His drivel about being able to "see a stream of 3D documents" reminds me of the virtual surreality user interfaces in that movie. I wouldn't be surprised if he started spouting off unintelligible mutterings about "hacking the Gibson" and "finding the garbage file", too.

    --
    In Soviet Russia, Jesus asks: "What Would You Do?"
  18. Operating systems irrelevant? I don't think so... by bytesmythe · · Score: 5, Insightful
    A few quotes from the article: We built our system on Microsoft Windows because Windows is a reliable, solid, reasonably priced, nearly universal platform - and for the software future, "universal" is nonnegotiable.

    And...

    Each [of linux and Windows] is nonetheless still solid enough to be a good, steady platform for the next step in software.

    This does not indicate a future in which operating systems are really irrelevant. In fact, it would appear to be the opposite. Now, the operating system may appear to be invisible to the end user, but that isn't the same thing. People like Alan Cooper have been pushing for this kind of computing interface for ages.

    The underlying operating system must be transparent, and rock-solid, fast, correct, and efficient.

    Again, from the article:

    nearly universal platform - and for the software future, "universal" is nonnegotiable.

    Why does the OS have to be universal? The operating system may become invisible, but a properly written interface will be portable. No one will have to know how to use the "operating system" that powers their hardware, but they may figure out that some are more reliable at running their Interface Of The Future (TM) than others.

    --
    bytesmythe
    Hypocrisy is the resin that holds the plywood of society together.
    -- Scott Meyer
  19. Where to begin by rppp01 · · Score: 5, Insightful

    This article is a joke. This guy seems to know very little about nothing.

    THE end of the Microsoft trial is great news whatever you think of the defendant - because the trial was all about the past, and we in the technology world have no more time to waste on that topic.

    The past? Idiot. Idiot! Fool. If we don't look at our past and learn from it, we are gonna repeat it, and make the same damn mistakes in the future. What MS did only affects everyone in computerdom out there. Ask Be Inc, or Netscape, OS/2 or Linux companies what they think of about this being something we should forget about? No, it was about our present, and future. XP wouldn't be the POS it is if there was more competition.

    Meanwhile, operating systems are lapsing into senile irrelevance. An operating system connects the user (and the user's software) to the ensemble of machines we call a computer. But nowadays users no longer want to be connected to computers. They want to be connected to information, a claim that sounds vague but is clear and specific.

    But wasn't that the goal of computers from the beginning? To enable a 'paperless world' where we could input and receive information from a centralized location. Um, mainframe, anyone? And how is the OS irrelevant? Maybe to him it is, and to the home user, but to developers, hardware makers, and administrators, the OS is very much the heart and soul of the computer. It determines whether the software will run- the software that obtains the information you demand.

    This kind of information management is simpler, more powerful and more natural than the Steelcase-inspired software we've got today - the files, the folders, the desktops and all those other high-tech office accessories straight out of 1946.

    You know, I still use a file cabinet. As far as I know, they are a great resource when the network goes down, or a hdd crashes. I support large companies that still use them. Just because it is old, does not mean it is no longer needed, wanted, or relevant.

    We built our system on Microsoft Windows because Windows is a reliable, solid, reasonably priced, nearly universal platform....

    Well, one out of 3 ain't bad. No comment on what everyone else will point out here.

    Of course, another operating system, Linux, is also clamoring for attention. Linux and Windows are both children of the 70's: Linux grew out of Unix, invented by AT Windows is based on the revolutionary work of Xerox research. In technology years, these loyal and devoted operating systems are each approximately 4,820 years old. (Technology years are like dog years, only shorter.)

    Anyone know what he is talking about here? So, Windows and Unix are almost 5000 dog years old. How is this little piece of info helping his argument. Can anyone help me out here. I don't see it. I think he is trying to make linux look like the old beast of the ancients, when it is actually newer than Windows is. I mean, Windows the OS didn't happen till 1993 with NT 3.1- linux was 'born' in 1990. Prior to 93, windows was an OE.

    --
    They stuck me in an institution, said it was the only solution, to...protect me from the enemy, myself
  20. Missing a few points by (trb001) · · Score: 5, Insightful

    Microsoft, people say, has driven up prices and suppressed innovation. But this is a ticklish argument at best: after all, over the decade of Microsoft's hegemony, computing power has grown cheaper and cheaper. Innovation has thrived.

    He's comparing apples to oranges...Microsoft is software based, they haven't designed any hardware (joysticks and future DRM technology not-withstanding). If you look at software, it HAS been stifled a bit...there are very few innovations in the OS market over the past decade. Windows has, just recently, incorporated functionality that Unix had 20 years ago.

    Hardware has been where innovation has taken place. More transistors on a wafer, faster memory seek times, faster hard drive rotation, larger hard drive capacity. These are the big changes in computers, not the software.

    --trb

  21. Machine Beauty by dmorin · · Score: 4, Insightful
    I just recently read his book "Machine Beauty" which had a great premise that any geek will understand -- that technical/machine/engineering/science can be just as beautiful as any piece of art. He goes on to define machine beauty as "power through simplicity" and cites examples of recursion, object oriented programming (in concept, not a specific language), and the Turing Machine as good examples. Much of the book is about why Windows won out over the Mac, even though the Mac had more beauty. (In short summary, his argument is that people flat out did not trust the beauty of the Mac, they *wanted* their machines to be scary and complex, and thus Windows actually made them feel better about using the computer.)

    The thing about his style is that he seems to believe that the way to get people to listen to him is to say something radical that can be wildly misinterpreted, and then get on the soapbox. He's also well known for saying things like the entire educational system in this country sucks and has to be rebuilt from scratch. So it's no surprise to me that he says the OS is irrelevant. In theory it's his way of getting people to at least look at their assumptions and question them. I mean, come on, how many people do you run into every day that tell you "Yes, I agree, Windows sucks, but why fight it?" WHY FIGHT IT? Because it sucks. Gelernter's point is that you should always be on the quest for the "powerful yet simple" solution to the problem.

    In a rather interesting chapter of the book, he offers a variety of drawings for new desks. After all, who said that the traditional setup is the best one? So he creates a variety of stacks, slants, and other combinations that might work better for people.

    I think the OS *should* be irrelevant. Awareness of it makes things complicated. Imagine if the rules of a Turing machine were different depending on what computer you ran it on, and on some computers its rules just didn't hold at all. Computers will be simpler when somebody can just say "Email" and not have to worry about Outlook, or POP, or any of that nonsense. That's my two bits.

    duane, listening to old dr. dobbs mp3's he found referenced on slashdot last week

  22. This same argument keeps coming up by goombah99 · · Score: 4, Insightful
    There seems to be an eternal conflict between what is the province of the OS and the app. The same arguments keep happening. When I first started programming computers in the early 70s unix/vms/prime the OS on the mainframe defined your interaction.


    then along came the micros like the altair8800. With these there was no operating system per se. Usually you just loaded interpeted basic from a bootloader and then managed your disk or tape using program you wrote in basic. For example PIP was the name of a program for reading files on a floppy. you loaded pip off tape and then you could access the floppy. when you were done you got rid of PIP. there was no OS only indiviual ad hoc programs. You could say the programming envionment was the OS but givine that your programs were doing peek and poke instructions instead of using an API i'd say there was no OS.


    then with the rise of more memory and disks, apple, commodor, trs-80, and IBM started to emulate the mini-computers which had those VMS/CPM/DOS operating systems. then we graduated to Windows and macOS with real APIs.


    then what, well along came the Browser, and the idea that one could replace the OS and APIs with a new sort of middleware that would be platform independent. Mosiac and netscape could open text files, and even do many operatiung system inteaction functions like telnet. (KDE extends the metafore to launching programs from a browser inteface).


    the other fork was java, which combined a programming language with all the high level functions needed to act like an OS. in other words it was both a language and an API rolled into one. Sun began to talk about how JAVA was really a new kind of OS. you no longer needed to worry about what the computer or OS running underneat was. JAVA was you environment.


    so now someone is saying OSs are dead. whoopee. I've seen it before.

    --
    Some drink at the fountain of knowledge. Others just gargle.
  23. again, OpenDoc or today KParts by Locutus · · Score: 5, Insightful

    It's been something like 8 years since OpenDoc's component based applications it the net and I think it is the concept this guy speaks of( can't get to the article ). The idea was that you had a file format which allowed application data to be stored together with many applications all in one file. The applications were small, specific apps which were more like plug-ins for a "container" application.

    The whole idea behind OpenDoc was that your data was what was important and YOU, the user, could mix and match small lightweight applications to create your own "super" document. The application or "Parts" developers would have to provide a free viewer for their data format so that you could email your "super" document to someone else and they could read it's contents by downloading the viewers.

    The concept of document-centric, also called data-centric computing isn't new it's just the one very large monopolist must protect their operating system and make sure the "application" remains relevant. Document-centric computing abstracts the applications, greatly reduces the application size since they are now made of many smaller plug-ins, and most importantly, it reduces the barrier to entry into the market. Two or three coders could whip up a pretty good spell-checker Part or html editor Part as opposed to a full blown application containing the spell-checker, graphics editor, text editor, etc, etc.

    This kind of stuff won't show up until Microsoft is gone or irrelevant. IMHO.

    LoB

    --
    "Anyone who stands out in the middle of a road looks like roadkill to me." --Linus
  24. Mr. Gelernter has built a hammer... by avdi · · Score: 5, Interesting

    ...and now everything looks like a nail. And the things that can't be made to look like nails he sees as unimportant.

    It's a common enough malady among geniuses that have been too long surrounded by people telling them how smart they are.

    --

    --
    CPAN rules. - Guido van Rossum
  25. LifeStreams... rehashed by tswinzig · · Score: 5, Interesting

    I knew this sounded familiar, so I did a search for his name on Slashdot. Yup.

    Here's a similar article from December 2001.

    And another from July 2000.

    And I predict another one will be posted in October 2003.

    Thank you.

    --

    "And like that ... he's gone."
  26. Maybe it is Re:Very Idealistic by dpilot · · Score: 5, Interesting

    Maybe he is being very idealistic. Maybe he is being unrealistic. Maybe this thing will flop and fall into the bunghole of history.

    But it's still good that he's doing it.

    Someone has to question how things can be made better. Perhaps the worst thing about Microsoft is that the Windows desktop has pretty much stopped that questioning. This works in two ways, by Microsoft deliberately squashing competition and by people getting too comfortable inside the MS box. (including GNOME and KDE)

    Nor is it an adequate argument that the Windows interface (even as embodied by GNOME and KDE alternatives) is "good enough" just like the steering wheels and clutch/brake/gas pedals of a car.

    Back in the early-mid 90's there was a company trying to introduce Pen Computing - flat screens operated by a stylus. (I think the company may have been Go, but I'm not sure.) They were put under by a piece of vaporware called, "Pen for Windows" that never materialized, at least not until that Microsoft Innovation in the past month of Tablet-XP. (or whatever it was reported as on /.) Microsoft squashed a concept for almost a decade. Maybe the hardware wasn't advanced enough yet, maybe it would have been a Newton. But maybe it would have been a Palm. Now we'll never know. What other innovations are we missing until Microsoft deems it 'time'?

    --
    The living have better things to do than to continue hating the dead.
    1. Re:Maybe it is Re:Very Idealistic by Spyky · · Score: 4, Insightful

      What other innovations are we missing until Microsoft deems it 'time'?

      I'm no Microsoft apologist, but I really disagree with that statement. It was the market that decided that pen computing wasn't ready when the Apple Newton was around. Later the smaller and cheaper Palm Pilot took the market by storm.

      My point is: the Newton was not unsucessful because Microsoft did anything to kill it. Palm was sucessful without any help from Microsoft. Microsoft is not the technological super-being who dictates who survives and who fails in the market. Some of Microsoft's own "innovations" have failed quite spectacularly, Microsoft Bob anyone?

      Addmitedly, Microsoft has the significant advantage of having an awful lot of money and commanding quite a bit of media attention whenever it does anything. Will this be enough to make notebook sized pen computing sucessful? Only time will tell. But blaming the failure of a particular item, this "Pen for Windows" which you lack any details about, on Microsoft, instead of on the people who failed to develop it well, or market it properly is just senseless MS-bashing.

      -Spyky

    2. Re:Maybe it is Re:Very Idealistic by dpilot · · Score: 5, Informative

      I don't blame Microsoft for the failure of Newton.

      I do blame them for the failure of Go! (If that was their name) Back at the time, I was in the OS/2 crowd, and the failure of Go! was a well-talked-about 'example' of the Microsoft way of competing. Basically, they were working to bring a pen-based product to market. Microsoft preemptively announced, "Pen for Windows" and Go! lost their funding as a result. Maybe they would have failed inthe market, but they never got the chance.

      As for "Microsoft is not the technological super-being..." Back in the 90's when Venture Capital was flowing, the key question for software startups was, "What is your Microsoft strategy?" There were companies started with the goal of eventually being bought out by Microsoft. (This information was from business/trade/news magazines at the time.) So maybe they're not the super-being, but they do have paranormal market powers that may not always be beneficial.

      --
      The living have better things to do than to continue hating the dead.
    3. Re:Maybe it is Re:Very Idealistic by reg106 · · Score: 4, Informative

      Yup, the company was GO, and the book about it is:
      Startup
      by Jerry Kaplan
      Kaplan had the idea for pen computing and founded GO to pursue the dream. The book is based on his personal diary and gives a pretty good view of starting a company, seeking capital, expansion, and ultimately failing. (And this was a good idea, not a dot.com) You get to see some nasty moves by a number of the other players, including Microsoft, Apple, and (I believe) Intel, among others.
      I highly recommend the book!

    4. Re:Maybe it is Re:Very Idealistic by occam · · Score: 5, Informative

      Actually, MS did put Go directly out of business. The original poster is (slightly) incorrect though. MS did not just announce one vaporware product, I believe they announced as many as three different, codeveloping (!) vaporware products well in advance of any scheduled debut (i.e., MS reacted and crushed the nascent market with nothing except marketing). None of the three product announcements ever materialized. How's that for FUD?

      Go already had shipping product but corporate interest and, more importantly, sales waned rapidly *after* the MS announcements. Go died just as it was releasing its strongest platform yet.

      This was MS at its peak "best" during its heyday. With the new "laissez faire" ruling, MS is probably now going to have a revival.

      Go had some very interesting technology (OS, multilingual handwriting recognition, hardware) which was eventually lost in a corporate buyout by AT&T (where it then was sold to some Asian (Korean?) firm where it stagnated and died as far as I know).

      Go is probably one of the most prominent examples of MS FUD destroying innovation (though there are plenty others).

  27. Watch Out for Those Jerking Kness by reallocate · · Score: 5, Insightful
    All the jerking knees around here ignore the fact that, increasingly, we can't look to either Microsoft or Linux and open source to develop new amd innovative ways for people to use computers. Why? Microsoft's ability to infuse real innovation into the market is constrained by the universality of Windows. The open source community spends considerable amounts of time and intellectual capital in internecine warfare about licensing dogma (rather akin, in its irrelevancy, to medieval priests debating angels dancing on the heads of pins) and appears to contain a strong element that believes that users should change to accommodate computers, not the other way around.

    As I take it, his basic point seems to be that both Windows and Linux are based on OS concepts developed at least 30 years ago:
    • "Data" and "Code" are separate and inviolable
    • data resides in specific files, acted upon by executable code residing in other files.
    • Someone, or something, must remember the association between data in a given file, the action the user wishes to perform with/on that data, and the name of the file that contains the appropriate executable code.
    • Interface design attempts to reduce the learning curve associated with command line control of an OS by use of small visual clues that reduce the need to memorize or look up file names and command structures.
    • The Windows, Mac, X, etc., GUI's follow identical paradigms.


    --
    -- Slashdot: When Public Access TV Says "No"
  28. Oh... paper. by r_j_prahad · · Score: 5, Funny

    Yup. Sure sounds like paper to me. Simple to describe. Locate anywhere. Interpret it how I want. Render whatever's on it.

    Plus, there's almost no smell as comforting to the soul as the smell of an old book.

  29. Sounds like a Miss America Pageant on crack by siskbc · · Score: 5, Funny

    Host:If you could do anything to save the world, what would it be?

    Contestant 1: I would make world peace, and we can all frolic like little bunnies and everyone will be happy!

    Host:What a great a great answer! Contestant 2, what would you do?

    Contestant 2, who looks surprisingly like David Gelernter:I would make an OS, except it's not an OS, it's a magical OS that runs the same everywhere, and can read all data, and somehow convinces asshole companies to do away with proprietary file formats. So it's like Java, and XML all together, and kind of like that browser OS based on Mozilla too. Oh, and it won't be slower than dookie. I promise.

    Host:Christ, and I thought "World Peace" was a dipshit answer.

    --

    -Looking for a job as a materials chemist or multivariat

    1. Re:Sounds like a Miss America Pageant on crack by Jsprat23 · · Score: 4, Funny

      Heck with a Miss America Pageant on crack. To me it just plain sounds like David Gelernter is on crack.

      David(all spaced out): Let me tell you a story, a story about your life and the intangible web that connects you to every part of your life. But first, Sister Moonbeam, would you please serve the stuffed shrooms brother Bill gave to us? When you want to make a call, your soul will astral project into a substream of conciousness containing the number of everyone you've ever met, ever will, and some you won't ever meet. This is not a phone book, but a new pardigim for data recall.

      If only the Times asked for full disclosure. Hmmmm.

  30. Scopeware (from one who's actually seen it) by ShmuelP · · Score: 5, Informative

    I've had a chance to talk to some of these guys last year, and I've used the system a bit. We also talked about some of this in a UI design class I took.

    Scopeware (the system he built) is actually pretty interesting. The premise (or part of it) is that people aren't good at filing things in a hierarchical filesystem. Instead, the system simply keeps everything in one long hierarchical sequence, and tries to provide more intuitive ways of searching it.

    Specifically, it tries to emulate piles of papers on a desk. New stuff is at the top, but you can kinda scan the edges of a lot of the documents at once. If you need to find something specific, youo can "flip through" the pile until you find it. I believe that you can define criteria such that different piles are built automatically from the same set of documents. In a sense, this is similar to Evolution's VFolders - you don't move emails from your inbox to another folder, but set up virtual folders based on predefined searches.

    In this sense, the OS and filesystem are irrelevant, just like the OS is irrelevant to (pure) Java programs, and just like the filesystem is irrelevant in most email programs (Evolution, Kmail, Outlook). Of course, the data is stored in files within directories on a disk managed by an OS, but given that there is a completely different method of accessing that data, who cares?

    In a sense, this is actually similar to Unix's "everything is a file philosophy", except that here it would be expressed as "everything that's important is a document.

    Scopeware itself is a server that stores all documents, emails, etc. for a group of people. It then manages access to them, and sets up these "piles" for everyone who runs a scopeware client.

    --
    Solution to blink tags: wrap them in another blink tag, with a javascript delay loop, so they cancel each other out
  31. Lifestreams is very cool by MarkWatson · · Score: 5, Informative
    Several years ago, David Gelernter's colleague Eric Freeman (and a lawyer for his company) gave me permission to write a simple version of Lifestreams for a book example (the ill-fated Java Programming for Windows that was just being published when Microsoft went soft on Java).

    I never did write that example, but I looked into Lifestreams enough to think that it is a very valid metaphor for accessing information.

    Lifestreams orders information by date - imagine that you remember writing a memo just before Easter vacation this year. Then, you would scan documents created around that time period, and hopefully find it in a few seconds.

    Obviously, in this example, you could just sort old email, word processing documents, etc. by date using Konquerer, Mac Finder, Windows Explorer, whatever, but Lifestreams understands many file formats and unifies this entire process.

    -Mark

  32. Your Ready Made Computer Future is Here! by Saxerman · · Score: 5, Interesting
    What a pointless little feel good piece by someone who wants to launch us into the computing future by vaulting off the giant shoulders of Microsoft. "Cast off your shackles of the past and embrace the future!", he calls to us. Oh, except for Windows, we need to keep that. Why? Because:

    Windows is the marketplace victor and has now won a decisive legal imprimatur. There is no technical reason for us to move to Linux; why should we switch? Why should our customers?

    Oh, because Microsoft has a Monopoly and we should just accept that because:

    Windows is a reliable, solid, reasonably priced, nearly universal platform - and for the software future, "universal" is nonnegotiable. We need to run the system on as many computers as possible and manage the maximum range of electronic documents.

    Ah, gotcha, they already have a monopoly, and we all kinda need one anyways because we all need to run the same software so we should all just stop this pointless flame war complaining about lack of choices because choices break apart our vision of a unified digital playground of knowledge. So everyone run Windows because our new visionary software only runs on Windows because:

    Windows is a reliable, solid, reasonably priced, nearly universal platform

    Although we already said that, but we thought we should say it again because its really important. So is everyone ready to stop wanting choices and merely accept the new hand crafted future built just for us so we can stop working on our own visions because this one is the very bestest and is the one true software we all need because we all need the same software for this to work... blah, blah, blah.

    Phew. Ok, breathe... and exhale. Good. We now return you to your regularly scheduled reality.

    --

    A steaming cup of soykaf would be real wiz right now.

  33. How to get assimilated by rlowe69 · · Score: 5, Insightful

    We rely on the courts and antitrust laws to keep Microsoft from abusing its enormous power. We need Microsoft itself to be the universal stepladder that lets us climb out of our hole and smell the roses.

    So everything will be grand if only we put Microsoft between us and our hardware? Please. Making a Microsoft operating system into a 'universal stepladder' will only tempt them to abuse this power further. Let's not turn this guy's vision into an us-against-them issue. This vision (and its implementation) is long overdue.

    It's interesting that this guy is flag-waving for Microsoft in the first place. After all, he is competing against Microsoft's own 'window manager', which will become moot if his vision comes to fruition. If what he says is true, in two years he will then compete directly with Longhorn's UI.

    Each is nonetheless still solid enough to be a good, steady platform for the next step in software. But Windows is the marketplace victor and has now won a decisive legal imprimatur. There is no technical reason for us to move to Linux; why should we switch?

    What is really needed is a nice OS layer that gives support to these new user interfaces (that replace windows managers). Linux is a nice open solution to this problem. What happens to this guy when Microsoft comes out with their own new-and-improved GUI for Longhorn? Microsoft closes their OS (not window manager) API and its game over.

    Who knows, maybe he's just trying to get a job on the Longhorn project. But if he's going to try to compete directly against Microsoft, I don't see how he can possibly win. He'll find out first hand how powerful Microsoft really is. He would be wiser to develop for an open platform, and beat Microsoft from the side instead of from the top.

    --
    ----- rL
  34. What a silly idea! by manyoso · · Score: 5, Insightful

    Bill Gates from the article, "Why are my document files stored one way, my contacts another way and my e-mail and instant-messaging buddy list still another, and why aren't they related to my calendar or to one another, and easy to search en masse?"

    Hmm, let's see ...

    Because your documents are different than your contacts which are in turn fundamentally different than your email which are in turn fundamentally different than your buddy lists. Yes, they are all data. So are books, CD's, audio-tapes, which are all quite different. Both in terms of media and interaction. This is such a silly question. Why on earth would you want a 'Universal' viewer for your data...?! This would necessarily lower it to the common denominator, but then it is the differences that make these kinds of data useful.

  35. Why must computers change? by avandesande · · Score: 4, Insightful

    Are computers really going to change that much in the future? Any technology goes through an s-curve of innovation.. Then it levels off. How different is you car now than from 50 years ago? Although there are changes/improvements in ergonomics/pollution/reliability, the format is the same.
    Do we really need a change in the basic desktop format? Why would I want a 3-d desktop? The fact of the matter is what is now available enables 99% of the users to do what they want to get done. The problem with computers is finding problems to solve that fit the computing parigdigm.

    --
    love is just extroverted narcissism
  36. Is it OS-Independant or Not? by limekiller4 · · Score: 5, Insightful

    From the article:
    "We built our system on Microsoft Windows because Windows is a reliable, solid, reasonably priced, nearly universal platform - and for the software future, "universal" is nonnegotiable. We need to run the system on as many computers as possible and manage the maximum range of electronic documents.

    Each is nonetheless still solid enough to be a good, steady platform for the next step in software. But Windows is the marketplace victor and has now won a decisive legal imprimatur. There is no technical reason for us to move to Linux; why should we switch? Why should our customers?"

    I think it is amusing that David Gelernter, the author, is clamoring for a new paradigm in the way that we look at information yet buttresses his argument for using Windows as a platform by saying Windows is the old paradigm. I guess my best answer to Mr. Gelernter as to why he should port to Linux is "don't." If it is a good idea, we will. And if the information is really entirely removed from the operating system with which it is stored, then this is merely a matter of implementation. If it isn't, and we can't, then you really haven't done what you've set out to do, have you?

    --
    My .02,
    Limekiller
  37. I have Beta Version by lo_fye · · Score: 5, Interesting

    His product is called Scopeware.
    I am a beta tester.
    It is kinda cool. Basically it turns your personal computer, or all the computers in an enterprise into a searchable internet. It indexes everything -- documents, powerpoints, email, mp3, jpg, etc etc.
    You can search once, and it'll bring up all the results in order of time created, or relevance. So, you can see email that are related to documents and powerpoints -- and they are related by the search term.
    HOWEVER, the index file takes up to 1/3 of the original filesize!!!
    To index my 300 Gig home network could take up to 100 Gig.
    Wheeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee

    --
    geeks are cats who dig a certain kind of cool
  38. David Gelertner by mumblestheclown · · Score: 5, Insightful
    This thread will not be read by anybody and if it does, I'll probably be labelled a troll. I don't care. I have to say this:

    David Gelertner doesn't know what the hell he is talking about.

    I had him for a class at Yale (got an A, so I'm not bitter). He was going off about his journaling os or whatever the hell it was (sorry, it's been several years). It was SUCH bullshit. Everybody in the class basically signed up to see this semi-celebrity professor, and everybody more or less had the same impression. The guy is a complete fraud.

    Look, I don't mean to sound insensitive, but the Unabomber thing was probably the best thing that happened to his career. I mean, he sits there making pie in the sky os predictions not more complicated than any first year cs student could make and acts like the sun shines out of his ass for it.

    I don't dislike the guy personally. He's a bit of a slob, but he's ok. it's his really bad academic work that I take issue with.