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

 



Forgot your password?
typodupeerror
×
Technology

PARC's New Networking Architecture 224

Sandeep writes " PARC announces a new software architecture , named Obje, to establish a device-independent networking system. Essentially, it allows two devices to teach each other how to talk amongst themselves. It does this by sending actual code over the network."
This discussion has been archived. No new comments can be posted.

PARC's New Networking Architecture

Comments Filter:
  • by ebob9 ( 726509 ) * on Tuesday March 02, 2004 @11:41AM (#8440697)
    Personal Firewall and Anti-Virus coders everywhere today announced that "You've got to be kidding me".
    • by Anonymous Coward on Tuesday March 02, 2004 @11:45AM (#8440731)
      I simply can't imagine that this could be done in a secure fashion between any two arbitrary devices that don't know what the other is.
      • Simply enough, you don't trust the other end, and all code is run in a sandbox. If the code does anything strange the session is terminated, if the other system (or peripheral) hands you strange code too many times you just stop listening. I don't think it's really necessary to send code, it would be just as well to send a list of capabilities (shades of my HVAC discussion) and then the sytem decides what you are based on your capabilities and treats you accordingly.
        • by BlueTooth ( 102363 ) on Tuesday March 02, 2004 @12:14PM (#8441031) Homepage
          and then the sytem decides what you are based on your capabilities and treats you accordingly.

          This assumes that the system already knows about all possible capabilities and that it knows how to talk to everyone else.

          I think the idea is that devices teach each other of their existence. It would be like if I bought a USB device (say a camera) that Windows didn't support, the camera would be able to bootstrap Windows with some drivers from its own firmware. The only thing that has to be prearanged is a protocol for this transaction. I don't need to maintain an extensive driver library for this to work.
          • by Anonymous Coward
            The only thing that has to be prearanged is a protocol for this transaction. I don't need to maintain an extensive driver library for this to work.

            Reference the Amiga Computer and its use of Autoconfig, before windows attempted their version with "plug and pray."

            God, I miss that machine.

            • Except the amiga had the entire driver for the hardware in adapter ROM (except in cards where the driver had to be installed via software, of course, and loaded during the boot process, or referenced from your mountlist or devslist.) This was possible (for the people who don't know enough to miss it) because everything was a user-level process, including filesystem drivers, and hardware drivers. Hence you had a process perhaps called scsi.device and a process called FastFileSystem, and so on. Very slick, ve
          • by The Spoonman ( 634311 ) on Tuesday March 02, 2004 @01:26PM (#8441938) Homepage
            It would be like if I bought a USB device (say a camera) that Windows didn't support, the camera would be able to bootstrap Windows with some drivers from its own firmware.

            I've been saying for years "Flash ram is cheap, put some in every device to contain a BASIC device driver. The real driver can then be loaded to deliver the total package."

            This all started years ago when Intel, in their infinite wisdom, started packaging the drivers for their cards with tons and tons of crap, so that I had to download a 9M file just to get a 10K driver file! Uh, schmucks, that won't fit on a floppy, and if I can't get on the network to download it, I have waste a fucking CD to get your driver!

            For some reason, it amazes me how few people actually do any thinking.

            • I've been saying for years "Flash ram is cheap, put some in every device to contain a BASIC device driver. The real driver can then be loaded to deliver the total package."

              Please oh please tell me that you capitalized "basic" for emphasis, and you don't mean a device driver written in BASIC. *cower*

            • This is what Open Firmware does for basic boot devices, and if we extended OF to peripherals, we wouldn't have this problem - Except instead of BASIC, which is a basically (h0 h0) functional but uninteresting language, it uses FORTH. FORTH is more efficient than BASIC and as such makes a better language for BIOS operations on systems with little CPU power, like old 16MHz SPARCstations. Open Firmware is a standard now and is used by Apple and Sun. This is the reason why Sun consoles have traditionally been s
        • by goatwhip ( 534958 ) on Tuesday March 02, 2004 @12:17PM (#8441072)
          What portion of detecting whether code sent to you over the network is doing something 'strange', do you find simple? I hate it when people preface comments with "Simply enough" or "Obviously". It automatically makes anyone who doesn't understand what the person is talking about, feel stupid.
          • Or I could be implying that with a little additional thought, they'd find the answer. It doesn't make them stupid, it means they're thinking along different lines.

            There are numerous methods for detecting when code is trying to do things it's not allowed to do. Many of them are built into some of our favorite operating systems already. Other features which are just coming to PCs, like execution protection, will make this even easier.

          • I find that the categorization I use most often when I meet new people these days is how they respond to 'feeling stupid.' A person can either get frustrated and walk off in a huff, or feel motivated to learn more. I get the sense you are currently in the first category; you will not only be smarter, but probably lead a more fulfilling life, if you manage to move into the second.
        • "Treats you accordingly"...


          So, if you're a spammer or a virus writer, it does an X-Files and reprograms an SDI-era space-based laser cannon to blast your computer to pieces...?


          Hmmm. You've still got the problem that you should never hit reply to a spam mail.

        • by blamanj ( 253811 ) on Tuesday March 02, 2004 @02:09PM (#8442457)
          Exactly. For all the hand-wringing about security, you'd think people had never heard of Java applets, which, suprise, send code over the network.

          The applet/sandbox has proven far more secure than scripting languages and even applications like the browsers themselves.
      • Perl supports "tainting" of data, so you don't do accidentally anything stupid with information that isn't secure. (Including exec'ing it.)

        I imagine this would be a similar set up.

        Or it could be done inside a virtual machine ala JVM, with a stream output to the part of the device that actually uses whatever the communication is intended to transmit in the end.
      • by jilles ( 20976 ) on Tuesday March 02, 2004 @12:01PM (#8440899) Homepage
        With Java you can do this. Just run the code in a sandbox. Alternatively you can use some trusted third party and signatures. Or you can do both (authenticate other party and allow verified and validated code to do whatever it is authorized to do). The JINI architecture works along these lines (although it seems rather dead nowadays). It can be very secure if you set it up properly.
    • That was my reaction to.

      And then I remembered a previous slashdot story pointing to an article about various 1337 virus writers and I remembered that they were all so proud that they used VB.

  • by pete-classic ( 75983 ) <hutnick@gmail.com> on Tuesday March 02, 2004 @11:43AM (#8440709) Homepage Journal
    This MUST either result in such intractable security issues that it will be worthless . . .

    . . . or the machines will become sentient and use us (along with a form of fusion) as a plentiful power source.

    Damn.

    -Peter
  • Sorry (Score:4, Funny)

    by Anonymous Coward on Tuesday March 02, 2004 @11:43AM (#8440716)
    Microsoft already has this patented feature in OE and IE.
  • by Wingchild ( 212447 ) <brian.kern@gmail.com> on Tuesday March 02, 2004 @11:44AM (#8440721)
    because the real link is here [xerox.com]. The one supplied in the story 404'd on me.

    Thanks, Google!
  • by kroekle ( 727040 ) on Tuesday March 02, 2004 @11:44AM (#8440726)
    This sounds like what Sun tried to do with Jini. Judging buy the success (or lack there of) of Jini, I don't believe this will be successful.
  • MS definatley has pior art on arbitrary code execution (I'm look at you, Outlook).
  • I'm sort of bummed that all the stuff I knew about the seven layers of networking is going to be moot eventually, but all the studying of virii and attacks will become more useful.
    • you meen the OSI theoretical 7 layer model
      that IIRC no one had got working past 6 layers..

      mind you it was many moons ago when i was last
      requested to becoem infomed on the 7 layer model,
      NT 4 was moving in on novel and id just herd of
      a new apprently working version of windows comeing out around 2000..

      so most of what i lernt back then was moot :)

  • by SkunkPussy ( 85271 ) on Tuesday March 02, 2004 @11:45AM (#8440736) Journal
    There is nothing wrong with generated code if you trust the sender. Plus if the code sent over the network is executed in a sandbox/jvm it shouldnt be incredibly risky (obviously a lot of potential for DoS attacks).

    Code can be a very concise way to express an algorithm.
  • First thoughts... (Score:5, Insightful)

    by trickofperspective ( 180714 ) on Tuesday March 02, 2004 @11:45AM (#8440742) Homepage
    Keep in mind I have only SkimmedTFA... This seems like it would be useful for forming ad hoc networks, for example in a disaster or emergency scenario. But for frequent daily use, it seems like it might be a particularly vulnerable protocol.

    Are the benefits of high quality and reliable communication in a disaster/terrorism situation worth the potential risks of insecurity in that situation?
    • Re:First thoughts... (Score:3, Interesting)

      by Wingchild ( 212447 )
      ... what article were you reading? The article doesn't talk at *all* about letting devices communicate independantly and learn to talk to each other.

      It provides a `standard` that `allows` such communications to, in theory, take place. It does it by removing some of the intelligence apps currently have to have in order to talk, so long as you adhere to the standard. But it's not like they're inventing new protocols here.

      If TCP/IP is a vast highway to transfer information, Obje is a new kind of tire.
    • by jd ( 1658 )
      More likely, it'd be used in some of the more mission-critical heterogenius networks, where you can't afford any outage for any length of time.


      Such networks would likely be physically private networks, or otherwise on a secure LAN. Nobody puts mission-critical stuff over an unsecure, fragile backbone such as the Internet. Well, other than the US Government.

  • if you're sending code over the network in order to communicate, why have a traditional network at all? Why not just synchronize all the files between all the machines, or just have terminals? It seems like a mistake to send code for anything as a part of initiating network communication.
    PC 1: "here's how to hack me."
    PC 2: "OK! sending hack."
    PC 1: "thanks! Now I'm hosed."
    PC 2: "no prob. see you in hell! ha ha ha!"
    • by truthsearch ( 249536 ) on Tuesday March 02, 2004 @12:16PM (#8441052) Homepage Journal
      If code is instruction for a computer, why not send instruction over the network? As opposed to pure data ("Here's a packet of info"), it makes sense to send "I'm here and I'm a device of type X. When Y happens, send me Z." If the code is limited in its abilities, and isn't just run arbitrarily, the network itself can contain much logic. Devices could then use the network is much more logical and efficient ways.
  • by buckhead_buddy ( 186384 ) on Tuesday March 02, 2004 @11:46AM (#8440755)
    The propogation of code is worrisome, but I'm also unsure of the legal implications of allowing your code to accept the code and restrictions of others by automatically allowing it to run.

    This may be a neat new way to logically propogate code, but once all the kinks are worked out it seems like it simply opens new doors for lawyers to battle out THEIR logic.

    Brrrr
    • No problem if all the code is GPL'd...

    • by Anonymous Coward
      The next innovation from PARC will thus be a legal document analyzer. This analyzer will verify compatibility between licenses of varying devices and/or their network code. Once a collision is found, it will automatically report the offense to Microsoft's DRM Security Office and to the RIAA. They, in turn, will sue everybody, after patenting and copyrighting all possible forms of the alleged legal violation and the services related thereto.

      Of course, when a new device receives the network code from Obje, i
  • that's stupid (Score:4, Insightful)

    by Anonymous Coward on Tuesday March 02, 2004 @11:46AM (#8440761)
    what is wrong with the existing protocol specs and RFCs? As it is, we have enough security problems even with a meticulous protocol specification. So making it more arbitrary will help? I doubt that, unless we are just willing to concede that security is a hopeless quest.
  • Prior art (Score:3, Funny)

    by ThePyro ( 645161 ) on Tuesday March 02, 2004 @11:47AM (#8440767)
    Microsoft has had technology for sending code over networks for years, as evidenced by the recent MSBlast worm :)
  • Bah-brah (Score:4, Funny)

    by illuminata ( 668963 ) on Tuesday March 02, 2004 @11:47AM (#8440769) Journal
    Essentially, it allows two devices to teach each other how to talk amongst themselves.

    What happens if one of them starts to get a little verklempt?
  • How to use it? (Score:5, Insightful)

    by tcopeland ( 32225 ) * <tom AT thomasleecopeland DOT com> on Tuesday March 02, 2004 @11:47AM (#8440770) Homepage
    Answer:

    Q. What does an equipment manufacturer or service provider need to do to Obje-enable a device, service, or product line?
    A. Please contact us for co-development and licensing information.

    So, not an open standard. Well, back to SOAP...
    • Q. How much did it cost to make it?

      Seriously though. I don't think this was made by someone with just a shoestring budget and a desire to help computer-kind. Not that they're doing their work for the wrong reasons, but if this project cost them a lot of money, offering it for free in an Open Source fashion is going to mean.. they're out of a lot of money.

      Just a thought, thought it's probably not the most popular one on the block.
      • > offering it for free in an Open Source
        > fashion is going to mean.. they're out of a
        > lot of money.

        Hm, maybe, but if they're hoping to spread a new standard for communicating between devices, publishing it so folks can implement/analyze/understand it might be a better way to go.

        To me it's as if they're saying "we've invented something very nifty, please give us some money and we'll show it to you". It's just hard to make a compelling argument that way. Or maybe I'm missing some point in their
        • Oh, I know what you mean, I had kind of a similar thought when I read the end of the article, but my point remains the same. For understanding the idea, it's great for "the community" to get a hold of the code, but that's ignoring the fact that this is a company, and a company that researches for a living. (Keep in mind this post isn't designed to shoot you down or anything, more of a clarification of my own points.) These people do research on stuff exactly like this, and the reason that this story was act
          • > 1: Research
            > 2: Open Source your results
            > 3: No profit!

            standard_method invokes 3-Steps-To-Profit! tcopeland counters with Obligatory-Simpsons!

            The problem, I think, is that it might be revolutionary... or maybe it's not. It's hard to tell, since I can't read much about it other than meta-interfaces. It'd be fine if they have a closed-source implementation or some such... but not even knowing what the public interfaces are makes it hard to get a handle on it.

            I guess it's the broad, sweeping n
    • Typical geek complaint: "Oh poor PARC, they lost the war by not selling what they did in a meaningful way! If only they had championed the PC, we wouldn't have M$ today."

      So, PARC does something about this, and we still hate them. How do you expect CS researches to make money if they don't charge for their work? Maybe you can create really good knock-offs and implementations of standards using the promise of some vague support contracts to entice companies and the spare hours of out-of-work coders, but
      • Re:How to use it? (Score:3, Insightful)

        by PyromanFO ( 319002 )

        How do you expect CS researches to make money if they don't charge for their work? Maybe you can create really good knock-offs and implementations of standards using the promise of some vague support contracts to entice companies and the spare hours of out-of-work coders, but when will that actually create something?

        Charging for your work and restricting access to your code are two entirely different things. I don't know about you, but as a software developer I am worth much more to my boss than simply my

        • Not if you write good code. Especially code that can write all the more code you need.
        • Charging for your work and restricting access to your code are two entirely different things. I don't know about you, but as a software developer I am worth much more to my boss than simply my code.

          If your boss needs to keep you around in order to use the software, it's obviously not that good. Good software should, for the most part, be able run given easy to understand instructions, and be easy to maintain by any competent programmer. I'm not against giving away source code by any means, but when peo
    • Did you contact them? How do you know it is not an open standard?

      This is a work in progress. API's may change. Protocols and all the fiddly bits underneath may not be set well enough for even a draft standard.

      Licensing may be as simple as PARC requiring some information about your anticipated use of the protocols. Do not immediately jump to the conclusion that there is something fishy going on.

      Now, it may be that there IS something fishy going on, but I haven't seen it yet. Remember, PARC has been the so
  • by orthogonal ( 588627 ) on Tuesday March 02, 2004 @11:48AM (#8440780) Journal
    It does this by sending actual code over the network.

    Nothin' to worry about here!

    I "can'tse" any way this could develop into a security hole bigger than the goatse guy's famous anus.

    This reverses years of tradition -- Microsoft is supposed to steal its "innovations" from from PARC, not the other way around.

    And doesn't this sound like what goes way too wrong in Vernor Vinge's A Fire Upon the Deep, or an Iain Banks novel?
  • by Wingchild ( 212447 ) <brian.kern@gmail.com> on Tuesday March 02, 2004 @11:48AM (#8440781)
    From the article:

    The Obje platform works with all standards, including those that have not yet been defined. It requires no central coordination, pre-configuring, or special set-up, and can be easily used by people with no technical expertise.

    It provides users a way to combine devices to build simple solutions for hundreds of problems - easily assembling their particular applications from available devices and services. It offers manufacturers a simple, fast, and timely solution to the increasing requirement to connect products.

    The Obje platform works with devices of all kinds - including cell phones, computers, personal digital assistants (PDAs), printers, set-top boxes, bar-code scanners, video displays, and others - from any manufacturer.


    It works with everything, everywhere - because rather than being some kind of new l33t tech, or even a new technical standard, it's a self-described "meta standard".

    In that respect, it reminds me a lot of Microsoft's DNA (Distributed Network Architecture), which I'm not sure anyone remembers. I only do because I built the Mid-Atlantic DNA labs, having worked for one of their Premiere Partners. Basically DNA wasn't new tech of any kind so much as a way of thinking and realignment of existing technologies. Instead of coming up with something really neat and whizbang to sell, Microsoft instead tried selling the process of how to think about how to get work done. Instead of creating apps that are live in the net, say, add a layer of firewalling and some abstraction between the user and the app itself, centralize all of your data in searchable SQL databases, and do other really common stuff!

    And they charged people for it, too. :) Obje reminds me of this - standards about standards about actual work.
  • by moberry ( 756963 ) on Tuesday March 02, 2004 @11:52AM (#8440820)
    Almost everyone knows that if it can be protected, it can be cracked. There could be horrible implications to this, just imagine sending actual code across a network. It will take some "1337" hacker just a couple of hours to crack the system wide open. And if he/she can send raw code to tell the network how its going to work, and tell the devices connected to it how they work. he/she could essentially control them a lot easier than todays more "traditional" methods.
  • Parc = Real PnP (Score:5, Interesting)

    by SunCrushr ( 153472 ) on Tuesday March 02, 2004 @11:52AM (#8440821) Homepage
    So from what I've read in the article, this looks to be Plug'n'play as it was meant to be:
    Devices which use simple initial aggreed upon standard to extend their various servcies to each other without all the protocols having to be aggreed upon ahead of time, just a few simple initial protocols which are used to communicate and extend the other protocols and services between the devices. If this is applied correctly by the industry, it could change computing a lot, opening more complex systems to users with less experience and requiring less support resources. I'll be watching this closely.
    • yeah, is this the (universal) plug n play that almost every firewall blocks immediately?
    • So what you're saying is that it's essentially like OpenFirmware for networks? That's a case in which adapters installed into a system have their own code...
    • by Wingchild ( 212447 ) <brian.kern@gmail.com> on Tuesday March 02, 2004 @12:03PM (#8440927)
      From the Obje FAQ [xerox.com]:

      All Obje devices or services, called components, implement and make use of one or more of the meta-interfaces. Together, the Obje meta-interfaces allow components to extend one another to accept new data transfer protocols, media formats, CODECs, content types, discovery protocols, physical network transports, and user interfaces. An Obje component, or client application written against the framework, automatically acquires the above dimensions of extensibility, allowing it to interoperate with new peers on the network without rewriting and without explicit software updates.

      To wit:

      data transfer protocols: Are you on TCP/IP, or UDP, or Appletalk, or what? Let me adapt.

      media formats: What type of streaming content is that, exactly? Let me adapt.

      CODECs: You're using Divx/MPEG-4? I don't have it, send it to me as part of the framework package.

      content types: I can't support that MIME type. Teach me, via the framework, how to handle it.

      discovery protocols: I didn't come with the latest wireless discovery standard; hello, access-point that's Obje enabled, please teach me how to access you ... in the meantime, I'll talk to you using my own special discovery protocol.

      and etc.

      All of these things can already be done and are being done and have been done and were done years ago; Obje seems like a unification of all those efforts, moving towards a central platform-independant standard for how devices learn to do new tricks. Much as when you're surfing the net now and your browser auto-learns how to play new types of Media because a website can push you the players, except extended to higher (and lower) order functions as well, because PARC seems to be betting on awesomely small future computers that will have to be able to handle a very wide range of user functions.
    • I'ts been tried to an extent. USB and BlueTooth were supposed to work by providing a few standard interfaces making drivers standard. It seems to work somewhat. Windows has some very broken USB handaling try getting a serial dongle to work and you will find it asks for a disk often enough that disk most often contains the same dll as the system allready had for serial over USB, pretty much so it can say belkin usb to serial cable rather than generic usb to serial cable. IDE seems to be the only reliable
  • by papasui ( 567265 ) on Tuesday March 02, 2004 @11:53AM (#8440833) Homepage
    Apple Computers CEO Steve Jobs has been sighted spending large amounts of time in the Palo Alto area. When questioned Steve replied "Oh I've been doing some research for new products."
  • by Lord Grey ( 463613 ) * on Tuesday March 02, 2004 @11:59AM (#8440884)
    The Obje platform works with all standards, including those that have not yet been defined.
    Based on that rather sweeping statement, they should have named it Ouiji instead.

    "I see a device.... I can talk to it! Let's start out by identifying myself:"

    COLOSSUS COLOSSUS COLOSSUS COLOSSUS COLOSSUS

    (apologies to D.F. Jones)

  • by Danathar ( 267989 ) on Tuesday March 02, 2004 @12:02PM (#8440921) Journal
    1. Apple copies it into OSX

    2. Microsoft Copies Apples Implementation

    3. Apple Sues Microsoft

    4. PARC is clueless....

    5. It becomes the de-facto standard in Windows...MS settles with Apple

    Wait...did'nt this happen before? :)
  • I object! (Score:3, Insightful)

    by Guppie ( 28783 ) on Tuesday March 02, 2004 @12:03PM (#8440929) Homepage
    "The Obje platform works with all standards, including those that have not yet been defined."

    It's okay to be a optimistic about your product, but this is an all-time high...
  • by ItsIllak ( 95786 ) on Tuesday March 02, 2004 @12:05PM (#8440942) Homepage
    OK, I read the headline and could practically see the red lights circling into view and hear the alarm bells ringing. It's a really really obvious way of making life even more difficult!

    However, I do have to remember that this is PARC we're talking about. They've got a pretty good track record of innovation. At very least I think they should be given a bit of rope. Hopefully they won't hang themselves with it!

    Of course, I find it hard to see how this simplifies or improves computing and networking in any way, and it rips SO hard through the OSI models that it could be pretty damaging in that respect too.
  • by JohnnyCannuk ( 19863 ) on Tuesday March 02, 2004 @12:10PM (#8440989)
    Glad to see PARC is using the idea of mobile code from Jini. The Jini Community has been doing this for over 5 years now. And it's not just for devices. Quite a few companies have used it as a platform for enterprise computing - in many ways it even competes with J2EE/EJB in this area.

    Jini is a great Service Oriented Architecture (SOA) that is VERY secure yet still involves mobile code rather than just RPC calls.

    It is a Java-based solution, but is opening up to other languages through the Surrogate Architecture [jini.org]...

    Anyway, if we get excited about something new from PARC, we should investigate a fairly mature technology that it is built on top of.

    If you think Obje is cool, check out RIO [jini.org]. Not just dynamic networking and mobile code, but dynamic provisioning and Quality of Service...

    "Let's see .Net do that!" :)
  • by torpor ( 458 )
    Seems to me a mini-JVM would be good for this application, sitting in between the transport layer and the application.

    Actually, come to think of it, why hasn't this been thought of before?! SO OBVIOUS!!

    Ah well. I'm now happy that after all this time, I've finally come to understand that in fact there is a use for Java after all...

    (j/k, don't slay me!)
  • by Anonymous Coward
    ok let's see powered nanobots using a rat's heart, self teaching code. Damn it's skynet time !!! without the boobs.
  • by ahg ( 134088 ) on Tuesday March 02, 2004 @12:19PM (#8441099)
    It seems like this offers a way of embedding the device's driver. - Just having the driver doesn't bypass any other security mechanisms already in place. Depending upon how it's used, it may not open any new security holes. Being able to just plugin the latest printer and have it work without installing any drivers is not a Bad Thing.

    If Microsoft had "innovated" this we'ld be seeing printers being distributed with Windows binaries drivers in firmware, that only Windows machines could make use of. Coming from Parc, it will be available for multiple platforms but unfortuantely they're not making this an open standard.

    <Paranoid Speculation>: Microsoft will copy the idea, but their standard will only communicate with Windows (and it's mobile derivatives) and give it away to hardware vendors. Free stuff from MS that will make your device truly PnP for 95% of computer users is an eash choice.</Paranoid Speculation>
  • by decoy999 ( 450057 ) on Tuesday March 02, 2004 @12:21PM (#8441119)
    More power to the network !!! Wunderbar ! What the active networks community has been trying to solicit for all these (well, not all that many) years.

    Of course most fashionably cynical geeks obviously have strong opinions about "new" technologies (e.g. MDA etc. etc.) because they know everything that there is to know ... right ?

    I once read an article in Spectrum or something about degrees of ignorance (about not knowing something, or not even knowing that one doesn't even know and stuff) well all these meta-models are a little difficult to digest if you've spent the last 40 of the 50 or so yeas of the computer age reinventing and relabeling technologies over and over again and patting each other on the back.

    Dammit, GUIs (ala windowing intfcs) haven't changed in 40 years, basic networking hasn't changed in 30 years ... simply because un-insightful programmers heavily dependent on psuedo-geeky-techno-jargon-crap feeding idiots hype up brain dead hacks as "bleeding edge technology" (ever notice how happy we feel relabeling or re-"inventing" design patterns ?)

    So of course, the lesser mortals who compare malicious viruses to mobile code, obviously don't appreciate the nuances of responsible meta-models. I think PARC has a good thing going. I wish them luck...hopefully Steve Jobs and/or Bill Gates will productize this one too :-) ... and shame on you non-abstract thinking pseudo-geeks ...
  • lets hope the underlying VM interpreter (or whatever) is shared source of some kind.

    otherwise can you imagine the random problems you are going to get when one of the devices has a problem with different VM implementation. Or security issues on individual VMs?

    It took a good while to get the various flavours of Java VMs to all work pretty much the same, the same would be true here.
  • Get to know me! (Score:5, Insightful)

    by whyde ( 123448 ) on Tuesday March 02, 2004 @12:43PM (#8441446)
    This sounds very much like PARC wants to teach machines how to interact more on "human" terms than on strict "computer" terms.

    The most useful systems of tomorrow can't simply assume that peripherals/devices conform to their world view in order to work together. Instead, they must spend some time up front talking, listening, communicating, then eventually, cooperating.

    Heading in this direction will prevent a technological monoculture from appearing, which wedges itself into a hole dug from its own presuppositions. Instead, I think this would foster a hardware equivalent of Open Source, where anyone who knew how to talk the fundamental protocol could build something interesting and introduce it into a system.

    Of course, that's a pretty far-off idea, but I think it is worth pursuing.
  • when the first round of this tech is widely adopted and hacked. Something about it sounds just too good to be true... and you know that adage - it generally is. It'll definitely be too good for the first hacker to figure it out.
  • by UnknowingFool ( 672806 ) on Tuesday March 02, 2004 @12:55PM (#8441579)
    Forget about the implications to security and usability, what I want to know is how do you pronounce 'Obje'. I want to start mentioning it in conversations with PHBs to see how fast they can butcher the name and how fast before they start demanding it be installed on every computer.
  • Beyond Contact (Score:3, Interesting)

    by Hythlodaeus ( 411441 ) on Tuesday March 02, 2004 @01:12PM (#8441782)
    This sounds a lot like the main idea in the book "Beyond Contact" - rather than try to send aliens little pictures coded in radio (like a lot of reverse-SETI ideas) send them a description of a VM followed by lots of little programs.
  • Solves a GPL problem (Score:3, Interesting)

    by Smallpond ( 221300 ) on Tuesday March 02, 2004 @01:17PM (#8441830) Homepage Journal
    One thing this could solve would be keeping the details of the driver for a new device closed-source. That way a manufacturer could supply hardware and a built-in driver for use in Linux without having to open up the architecture to their competition.

    This assumes that its not trivial to extract the details from the Obje code, of course.
  • huh? (Score:2, Insightful)

    by MagicM ( 85041 )
    (I didn't read the article yet.)

    If two sides can communicate well enough to teach eachother a third language, wouldn't they be able to communicate, period?

    And if you need to install software on either end so they can go through this teaching process, isn't it easier to just install a TCP/IP stack on both ends?

    ok, off to read the article...
  • Omniscience (Score:3, Funny)

    by Bugmaster ( 227959 ) on Tuesday March 02, 2004 @02:20PM (#8442570) Homepage
    From the article:
    The Obje platform works with all standards, including those that have not yet been defined. It requires no central coordination, pre-configuring, or special set-up, and can be easily used by people with no technical expertise.
    So, it's omniscient as well as omnipotent ? Singularity is here !
  • by DoctorMabuse ( 456736 ) * on Tuesday March 02, 2004 @02:44PM (#8442860) Homepage
    Dear PARC,

    Thanks. We've gotten all we can out of mice, object-oriented languages, windows, laser printers and everything else we stole from you.

    Sincerely,

    Apple & Microsoft
  • by gabbarsingh ( 207183 ) on Tuesday March 02, 2004 @03:14PM (#8443225) Journal
    I checked out the whitepaper, it reads like an executive summary. The whitepaper acknowledges existing discovery mechanisms and proposes an elementary solution using meta-interfaces. Well duh I knew that yesterday. Where's the code, dude? Seems like one has to enter into some sort of licensing arrangement to even find out if they really have something that works.

    Don't get me wrong, there is some super talented people on the team - but I can't buy what I can't see. And this is precisely why I love GPL.
    • Jini is related to Obje not only in semantics but the same dudes (atleast Keith Edwards [xerox.com]) worked on Jini. I used Jini since its inception only to find out that:

      - like Java, its spec is controlled by Sun which is good 'cause there a single controlling entity and the bad is that no device manufacturer gives a rat's ass about what Sun thinks about device discovery and service negotiation.

      - Sun's implementation needs Java2 i.e. 10MB JVM w/ 30-40MB runtime footprint

      - Working with non-Java entities requires som
  • by ajagci ( 737734 ) on Tuesday March 02, 2004 @03:33PM (#8443600)
    Not surprisingly, people have been working on this for many years. In particular, DAML [cmu.edu] is about. Sure, DAML work is being done in the framework of software agents on the web, but it's the same problem: having services that don't know about each other ahead of time figure out for themselves how to talk to each other. Furthermore, the technologies that have been developed as part of the work on the semantic web already seem considerably more sophisticated than the "Obje" framework.

"Experience has proved that some people indeed know everything." -- Russell Baker

Working...