Mars Rover Controlled By Java

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Andrew Thompson

    Re: Mars Rover Not Responding

    "ak"
    ...
    | > Windoze and MicroBastard ..
    ...
    | MicrobaStard is right!

    LOL! Yep, that fits ;-)


    Comment

    • Michael N. Christoff

      Re: Mars Rover Not Responding - Update - NASA Makes Contact With Mars Rover

      Thanks to Mickey Segal for this link

      NASA Makes Contact With Mars Rover




      l8r, Mike N. Christoff



      Comment

      • Michael N. Christoff

        Re: Mars Rover Not Responding - Update - NASA Makes Contact With Mars Rover

        Thanks to Mickey Segal for this link

        NASA Makes Contact With Mars Rover




        l8r, Mike N. Christoff



        Comment

        • Harry Conover

          Re: Mars Rover Controlled By Java

          "Michael N. Christoff" <mchristoff@sym patico.caREMOVE THIS> wrote in message news:<6bFPb.165 59$cQ6.521869@n ews20.bellgloba l.com>...[color=blue][color=green][color=darkred]
          > > > Java is certainly not a member of this tight-knit
          > > > club of system implementation languages, and I simply cannot picture
          > > > anyone even attempting to implement a real-time OS using it.
          > > >[/color][/color]
          >
          > As I mentioned, you would not implement the OS in Java, but would implement
          > a VM for the OS that allows one to run Java code with deterministic time
          > contraints on operations.[/color]

          No, what you actually posted was (unless attrition of this to you was
          in error):

          "> > Java, the software developed by Sun Microsystems in the mid-1990s
          as a[color=blue][color=green]
          > > universal operating system for Internet applications, gave NASA a low-cost
          > > and easy-to-use option for running Spirit, the robotic rover that rolled
          > > onto the planet's surface on Thursday in search of signs of water and life."[/color][/color]

          Running Java code with deterministic time constraint on operations
          could be conceptually employed to construct a real-time OS, but in
          reality could not be done simply due to the fact that the Java
          implementation is so layered and ridiculously bloated, that it would
          be practically incapable of meeting the microsecond and millisecond
          timing constraints typically imposed on the deep end of a real-time
          operating systems.

          Certainly Java is capable of non real-time task such as the timely
          update of a wall clock time display, or the issuance of coontrol
          sequences based on clock time, but it depends of the capabilities of
          some RTOS to provide the time-of-day services on which it feed to
          provide these capabilities.

          Due to it's very high-order application focus (that it, consists of
          application level functions, not machine oriented instructions), I
          really cannot imagine of a Java implementation that would lend itself
          to RTOS applications, whether a VM implementation or not.

          Then too, I don't believe that this is what you are trying to say, and
          I believe the confusion is cause by someone erroneously attributed a
          quote from the Sun PR blurb to you.

          I suspect that tranlated to my language, what you're telling us is
          that one could employ a Java implementation running on top of the
          environment created by a real-time operating system, something that is
          routinely done.

          I have no problem with Java, its capabilities, or its applications,
          however I do strenuously object to the statement that: "Java, the
          software developed by Sun Microsystems in the mid-1990s as universal
          operating system for Internet applications, gave NASA a low-cost and
          easy-to-use option for running Spirit, the robotic rover that rolled
          onto the planet's surface on Thursday in search of signs of water and
          life."

          The simple facts of life are that Java was not developed as a
          "universal operating system for Internet applications" nor is a
          real-time operating system "option for running Spirit".

          Spirit's applications level software could well be Java, or Fortran,
          Basic, Jovial, Lisp, Forth (Ghod Forbid), or just about any HOL. My
          point is that you can damn't well bet that the RTOS that directly
          controls (both the good and now the bad on Spirit) is very likely
          programmed in a language providing direct machine instruction level
          control of its processor, likely C, C++, or assemly langage just as is
          the embedded bios in your computer, RAID server, or network
          controller.

          Fact is, the controller aboard Spirit is functioning as simply a
          glorified PLC, and likely has very similar embedded firmware to that
          of earthborne PLCs. Why wouldn't JPL copy this model, 90% of man's
          controller experience is using PLCs.

          Rant complete! ... -.-

          Harry C.

          Comment

          • Harry Conover

            Re: Mars Rover Controlled By Java

            "Michael N. Christoff" <mchristoff@sym patico.caREMOVE THIS> wrote in message news:<6bFPb.165 59$cQ6.521869@n ews20.bellgloba l.com>...[color=blue][color=green][color=darkred]
            > > > Java is certainly not a member of this tight-knit
            > > > club of system implementation languages, and I simply cannot picture
            > > > anyone even attempting to implement a real-time OS using it.
            > > >[/color][/color]
            >
            > As I mentioned, you would not implement the OS in Java, but would implement
            > a VM for the OS that allows one to run Java code with deterministic time
            > contraints on operations.[/color]

            No, what you actually posted was (unless attrition of this to you was
            in error):

            "> > Java, the software developed by Sun Microsystems in the mid-1990s
            as a[color=blue][color=green]
            > > universal operating system for Internet applications, gave NASA a low-cost
            > > and easy-to-use option for running Spirit, the robotic rover that rolled
            > > onto the planet's surface on Thursday in search of signs of water and life."[/color][/color]

            Running Java code with deterministic time constraint on operations
            could be conceptually employed to construct a real-time OS, but in
            reality could not be done simply due to the fact that the Java
            implementation is so layered and ridiculously bloated, that it would
            be practically incapable of meeting the microsecond and millisecond
            timing constraints typically imposed on the deep end of a real-time
            operating systems.

            Certainly Java is capable of non real-time task such as the timely
            update of a wall clock time display, or the issuance of coontrol
            sequences based on clock time, but it depends of the capabilities of
            some RTOS to provide the time-of-day services on which it feed to
            provide these capabilities.

            Due to it's very high-order application focus (that it, consists of
            application level functions, not machine oriented instructions), I
            really cannot imagine of a Java implementation that would lend itself
            to RTOS applications, whether a VM implementation or not.

            Then too, I don't believe that this is what you are trying to say, and
            I believe the confusion is cause by someone erroneously attributed a
            quote from the Sun PR blurb to you.

            I suspect that tranlated to my language, what you're telling us is
            that one could employ a Java implementation running on top of the
            environment created by a real-time operating system, something that is
            routinely done.

            I have no problem with Java, its capabilities, or its applications,
            however I do strenuously object to the statement that: "Java, the
            software developed by Sun Microsystems in the mid-1990s as universal
            operating system for Internet applications, gave NASA a low-cost and
            easy-to-use option for running Spirit, the robotic rover that rolled
            onto the planet's surface on Thursday in search of signs of water and
            life."

            The simple facts of life are that Java was not developed as a
            "universal operating system for Internet applications" nor is a
            real-time operating system "option for running Spirit".

            Spirit's applications level software could well be Java, or Fortran,
            Basic, Jovial, Lisp, Forth (Ghod Forbid), or just about any HOL. My
            point is that you can damn't well bet that the RTOS that directly
            controls (both the good and now the bad on Spirit) is very likely
            programmed in a language providing direct machine instruction level
            control of its processor, likely C, C++, or assemly langage just as is
            the embedded bios in your computer, RAID server, or network
            controller.

            Fact is, the controller aboard Spirit is functioning as simply a
            glorified PLC, and likely has very similar embedded firmware to that
            of earthborne PLCs. Why wouldn't JPL copy this model, 90% of man's
            controller experience is using PLCs.

            Rant complete! ... -.-

            Harry C.

            Comment

            • Randy Howard

              Re: Mars Rover Not Responding - Update - NASA Makes Contact With Mars Rover

              In article <avkQb.20459$cQ 6.896880@news20 .bellglobal.com >,
              mchristoff@symp atico.caREMOVETHIS says...[color=blue]
              > Thanks to Mickey Segal for this link
              >
              > NASA Makes Contact With Mars Rover
              > http://news4colorado.com/nationworld...023135646.html
              >
              >[/color]

              Ah, the Martians are just playing with us, sending a few brief seconds
              on data to make us believe it's still all by itself. Next thing you
              know, they'll rig it to send back data proving there is no actual
              life on mars. :-)


              --
              Randy Howard
              2reply remove FOOBAR

              Comment

              • Randy Howard

                Re: Mars Rover Not Responding - Update - NASA Makes Contact With Mars Rover

                In article <avkQb.20459$cQ 6.896880@news20 .bellglobal.com >,
                mchristoff@symp atico.caREMOVETHIS says...[color=blue]
                > Thanks to Mickey Segal for this link
                >
                > NASA Makes Contact With Mars Rover
                > http://news4colorado.com/nationworld...023135646.html
                >
                >[/color]

                Ah, the Martians are just playing with us, sending a few brief seconds
                on data to make us believe it's still all by itself. Next thing you
                know, they'll rig it to send back data proving there is no actual
                life on mars. :-)


                --
                Randy Howard
                2reply remove FOOBAR

                Comment

                • Michael N. Christoff

                  Re: Mars Rover Controlled By Java


                  "Harry Conover" <hhc314@yahoo.c om> wrote in message
                  news:7ce4e226.0 401231929.229d3 75f@posting.goo gle.com...[color=blue]
                  > "Michael N. Christoff" <mchristoff@sym patico.caREMOVE THIS> wrote in[/color]
                  message news:<6bFPb.165 59$cQ6.521869@n ews20.bellgloba l.com>...[color=blue][color=green][color=darkred]
                  > > > > Java is certainly not a member of this tight-knit
                  > > > > club of system implementation languages, and I simply cannot picture
                  > > > > anyone even attempting to implement a real-time OS using it.
                  > > > >[/color]
                  > >
                  > > As I mentioned, you would not implement the OS in Java, but would[/color][/color]
                  implement[color=blue][color=green]
                  > > a VM for the OS that allows one to run Java code with deterministic time
                  > > contraints on operations.[/color]
                  >
                  > No, what you actually posted was (unless attrition of this to you was
                  > in error):
                  >
                  > "> > Java, the software developed by Sun Microsystems in the mid-1990s
                  > as a[color=green][color=darkred]
                  > > > universal operating system for Internet applications, gave NASA a[/color][/color][/color]
                  low-cost[color=blue][color=green][color=darkred]
                  > > > and easy-to-use option for running Spirit, the robotic rover that[/color][/color][/color]
                  rolled[color=blue][color=green][color=darkred]
                  > > > onto the planet's surface on Thursday in search of signs of water and[/color][/color][/color]
                  life."[color=blue]
                  >
                  > Running Java code with deterministic time constraint on operations
                  > could be conceptually employed to construct a real-time OS, but in
                  > reality could not be done simply due to the fact that the Java
                  > implementation is so layered and ridiculously bloated, that it would
                  > be practically incapable of meeting the microsecond and millisecond
                  > timing constraints typically imposed on the deep end of a real-time
                  > operating systems.
                  >
                  > Certainly Java is capable of non real-time task such as the timely
                  > update of a wall clock time display, or the issuance of coontrol
                  > sequences based on clock time, but it depends of the capabilities of
                  > some RTOS to provide the time-of-day services on which it feed to
                  > provide these capabilities.
                  >
                  > Due to it's very high-order application focus (that it, consists of
                  > application level functions, not machine oriented instructions), I
                  > really cannot imagine of a Java implementation that would lend itself
                  > to RTOS applications, whether a VM implementation or not.
                  >
                  > Then too, I don't believe that this is what you are trying to say, and
                  > I believe the confusion is cause by someone erroneously attributed a
                  > quote from the Sun PR blurb to you.
                  >
                  > I suspect that tranlated to my language, what you're telling us is
                  > that one could employ a Java implementation running on top of the
                  > environment created by a real-time operating system, something that is
                  > routinely done.
                  >
                  > I have no problem with Java, its capabilities, or its applications,
                  > however I do strenuously object to the statement that: "Java, the
                  > software developed by Sun Microsystems in the mid-1990s as universal
                  > operating system for Internet applications, gave NASA a low-cost and
                  > easy-to-use option for running Spirit, the robotic rover that rolled
                  > onto the planet's surface on Thursday in search of signs of water and
                  > life."
                  >
                  > The simple facts of life are that Java was not developed as a
                  > "universal operating system for Internet applications" nor is a
                  > real-time operating system "option for running Spirit".
                  >
                  > Spirit's applications level software could well be Java, or Fortran,
                  > Basic, Jovial, Lisp, Forth (Ghod Forbid), or just about any HOL. My
                  > point is that you can damn't well bet that the RTOS that directly
                  > controls (both the good and now the bad on Spirit) is very likely
                  > programmed in a language providing direct machine instruction level
                  > control of its processor, likely C, C++, or assemly langage just as is
                  > the embedded bios in your computer, RAID server, or network
                  > controller.
                  >
                  > Fact is, the controller aboard Spirit is functioning as simply a
                  > glorified PLC, and likely has very similar embedded firmware to that
                  > of earthborne PLCs. Why wouldn't JPL copy this model, 90% of man's
                  > controller experience is using PLCs.
                  >
                  > Rant complete! ... -.-
                  >
                  > Harry C.[/color]


                  Comment

                  • Michael N. Christoff

                    Re: Mars Rover Controlled By Java


                    "Harry Conover" <hhc314@yahoo.c om> wrote in message
                    news:7ce4e226.0 401231929.229d3 75f@posting.goo gle.com...[color=blue]
                    > "Michael N. Christoff" <mchristoff@sym patico.caREMOVE THIS> wrote in[/color]
                    message news:<6bFPb.165 59$cQ6.521869@n ews20.bellgloba l.com>...[color=blue][color=green][color=darkred]
                    > > > > Java is certainly not a member of this tight-knit
                    > > > > club of system implementation languages, and I simply cannot picture
                    > > > > anyone even attempting to implement a real-time OS using it.
                    > > > >[/color]
                    > >
                    > > As I mentioned, you would not implement the OS in Java, but would[/color][/color]
                    implement[color=blue][color=green]
                    > > a VM for the OS that allows one to run Java code with deterministic time
                    > > contraints on operations.[/color]
                    >
                    > No, what you actually posted was (unless attrition of this to you was
                    > in error):
                    >
                    > "> > Java, the software developed by Sun Microsystems in the mid-1990s
                    > as a[color=green][color=darkred]
                    > > > universal operating system for Internet applications, gave NASA a[/color][/color][/color]
                    low-cost[color=blue][color=green][color=darkred]
                    > > > and easy-to-use option for running Spirit, the robotic rover that[/color][/color][/color]
                    rolled[color=blue][color=green][color=darkred]
                    > > > onto the planet's surface on Thursday in search of signs of water and[/color][/color][/color]
                    life."[color=blue]
                    >
                    > Running Java code with deterministic time constraint on operations
                    > could be conceptually employed to construct a real-time OS, but in
                    > reality could not be done simply due to the fact that the Java
                    > implementation is so layered and ridiculously bloated, that it would
                    > be practically incapable of meeting the microsecond and millisecond
                    > timing constraints typically imposed on the deep end of a real-time
                    > operating systems.
                    >
                    > Certainly Java is capable of non real-time task such as the timely
                    > update of a wall clock time display, or the issuance of coontrol
                    > sequences based on clock time, but it depends of the capabilities of
                    > some RTOS to provide the time-of-day services on which it feed to
                    > provide these capabilities.
                    >
                    > Due to it's very high-order application focus (that it, consists of
                    > application level functions, not machine oriented instructions), I
                    > really cannot imagine of a Java implementation that would lend itself
                    > to RTOS applications, whether a VM implementation or not.
                    >
                    > Then too, I don't believe that this is what you are trying to say, and
                    > I believe the confusion is cause by someone erroneously attributed a
                    > quote from the Sun PR blurb to you.
                    >
                    > I suspect that tranlated to my language, what you're telling us is
                    > that one could employ a Java implementation running on top of the
                    > environment created by a real-time operating system, something that is
                    > routinely done.
                    >
                    > I have no problem with Java, its capabilities, or its applications,
                    > however I do strenuously object to the statement that: "Java, the
                    > software developed by Sun Microsystems in the mid-1990s as universal
                    > operating system for Internet applications, gave NASA a low-cost and
                    > easy-to-use option for running Spirit, the robotic rover that rolled
                    > onto the planet's surface on Thursday in search of signs of water and
                    > life."
                    >
                    > The simple facts of life are that Java was not developed as a
                    > "universal operating system for Internet applications" nor is a
                    > real-time operating system "option for running Spirit".
                    >
                    > Spirit's applications level software could well be Java, or Fortran,
                    > Basic, Jovial, Lisp, Forth (Ghod Forbid), or just about any HOL. My
                    > point is that you can damn't well bet that the RTOS that directly
                    > controls (both the good and now the bad on Spirit) is very likely
                    > programmed in a language providing direct machine instruction level
                    > control of its processor, likely C, C++, or assemly langage just as is
                    > the embedded bios in your computer, RAID server, or network
                    > controller.
                    >
                    > Fact is, the controller aboard Spirit is functioning as simply a
                    > glorified PLC, and likely has very similar embedded firmware to that
                    > of earthborne PLCs. Why wouldn't JPL copy this model, 90% of man's
                    > controller experience is using PLCs.
                    >
                    > Rant complete! ... -.-
                    >
                    > Harry C.[/color]


                    Comment

                    • Michael N. Christoff

                      Re: Mars Rover Controlled By Java


                      "Harry Conover" <hhc314@yahoo.c om> wrote in message
                      news:7ce4e226.0 401231929.229d3 75f@posting.goo gle.com...[color=blue]
                      > "Michael N. Christoff" <mchristoff@sym patico.caREMOVE THIS> wrote in[/color]
                      message news:<6bFPb.165 59$cQ6.521869@n ews20.bellgloba l.com>...[color=blue][color=green][color=darkred]
                      > > > > Java is certainly not a member of this tight-knit
                      > > > > club of system implementation languages, and I simply cannot picture
                      > > > > anyone even attempting to implement a real-time OS using it.
                      > > > >[/color]
                      > >
                      > > As I mentioned, you would not implement the OS in Java, but would[/color][/color]
                      implement[color=blue][color=green]
                      > > a VM for the OS that allows one to run Java code with deterministic time
                      > > contraints on operations.[/color]
                      >
                      > No, what you actually posted was (unless attrition of this to you was
                      > in error):
                      >
                      > "> > Java, the software developed by Sun Microsystems in the mid-1990s
                      > as a[color=green][color=darkred]
                      > > > universal operating system for Internet applications, gave NASA a[/color][/color][/color]
                      low-cost[color=blue][color=green][color=darkred]
                      > > > and easy-to-use option for running Spirit, the robotic rover that[/color][/color][/color]
                      rolled[color=blue][color=green][color=darkred]
                      > > > onto the planet's surface on Thursday in search of signs of water and[/color][/color][/color]
                      life."[color=blue]
                      >[/color]

                      I just copied that from the article to introduce the link, it is not my
                      personal opinion.

                      [argument based on this snipped]
                      [color=blue]
                      >
                      > I suspect that tranlated to my language, what you're telling us is
                      > that one could employ a Java implementation running on top of the
                      > environment created by a real-time operating system, something that is
                      > routinely done.
                      >
                      > Spirit's applications level software could well be Java, or Fortran,
                      > Basic, Jovial, Lisp, Forth (Ghod Forbid), or just about any HOL. My
                      > point is that you can damn't well bet that the RTOS that directly
                      > controls (both the good and now the bad on Spirit) is very likely
                      > programmed in a language providing direct machine instruction level
                      > control of its processor, likely C, C++, or assemly langage just as is
                      > the embedded bios in your computer, RAID server, or network
                      > controller.
                      >[/color]

                      Perhaps in your group, some messages from the thread are being lost, but the
                      fact that Java is (almost certainly) not on the rover has been mentioned
                      numerous times already by many different people.
                      [color=blue]
                      > Fact is, the controller aboard Spirit is functioning as simply a
                      > glorified PLC, and likely has very similar embedded firmware to that
                      > of earthborne PLCs. Why wouldn't JPL copy this model, 90% of man's
                      > controller experience is using PLCs.
                      >[/color]

                      Well it depends. Is the new technology easy to use, inexpensive, and does
                      it offer useful capabilities and features PLCs do not? These are all
                      factors that may make changing to a new technology, as tried and true as the
                      older one may be, a good idea.



                      l8r, Mike N. Christoff



                      Comment

                      • Michael N. Christoff

                        Re: Mars Rover Controlled By Java


                        "Harry Conover" <hhc314@yahoo.c om> wrote in message
                        news:7ce4e226.0 401231929.229d3 75f@posting.goo gle.com...[color=blue]
                        > "Michael N. Christoff" <mchristoff@sym patico.caREMOVE THIS> wrote in[/color]
                        message news:<6bFPb.165 59$cQ6.521869@n ews20.bellgloba l.com>...[color=blue][color=green][color=darkred]
                        > > > > Java is certainly not a member of this tight-knit
                        > > > > club of system implementation languages, and I simply cannot picture
                        > > > > anyone even attempting to implement a real-time OS using it.
                        > > > >[/color]
                        > >
                        > > As I mentioned, you would not implement the OS in Java, but would[/color][/color]
                        implement[color=blue][color=green]
                        > > a VM for the OS that allows one to run Java code with deterministic time
                        > > contraints on operations.[/color]
                        >
                        > No, what you actually posted was (unless attrition of this to you was
                        > in error):
                        >
                        > "> > Java, the software developed by Sun Microsystems in the mid-1990s
                        > as a[color=green][color=darkred]
                        > > > universal operating system for Internet applications, gave NASA a[/color][/color][/color]
                        low-cost[color=blue][color=green][color=darkred]
                        > > > and easy-to-use option for running Spirit, the robotic rover that[/color][/color][/color]
                        rolled[color=blue][color=green][color=darkred]
                        > > > onto the planet's surface on Thursday in search of signs of water and[/color][/color][/color]
                        life."[color=blue]
                        >[/color]

                        I just copied that from the article to introduce the link, it is not my
                        personal opinion.

                        [argument based on this snipped]
                        [color=blue]
                        >
                        > I suspect that tranlated to my language, what you're telling us is
                        > that one could employ a Java implementation running on top of the
                        > environment created by a real-time operating system, something that is
                        > routinely done.
                        >
                        > Spirit's applications level software could well be Java, or Fortran,
                        > Basic, Jovial, Lisp, Forth (Ghod Forbid), or just about any HOL. My
                        > point is that you can damn't well bet that the RTOS that directly
                        > controls (both the good and now the bad on Spirit) is very likely
                        > programmed in a language providing direct machine instruction level
                        > control of its processor, likely C, C++, or assemly langage just as is
                        > the embedded bios in your computer, RAID server, or network
                        > controller.
                        >[/color]

                        Perhaps in your group, some messages from the thread are being lost, but the
                        fact that Java is (almost certainly) not on the rover has been mentioned
                        numerous times already by many different people.
                        [color=blue]
                        > Fact is, the controller aboard Spirit is functioning as simply a
                        > glorified PLC, and likely has very similar embedded firmware to that
                        > of earthborne PLCs. Why wouldn't JPL copy this model, 90% of man's
                        > controller experience is using PLCs.
                        >[/color]

                        Well it depends. Is the new technology easy to use, inexpensive, and does
                        it offer useful capabilities and features PLCs do not? These are all
                        factors that may make changing to a new technology, as tried and true as the
                        older one may be, a good idea.



                        l8r, Mike N. Christoff



                        Comment

                        • EventHelix.com

                          Re: Mars Rover Not Responding - Update - NASA Makes Contact With Mars Rover

                          It seems to be a software problem. The rover is rebooting frequently.

                          Who says there is no life on Mars? ... We have bugs.

                          In any case what the rover has accomplished thus far is a technical
                          feat that we should be proud of.

                          Sandeep
                          --
                          Sequence diagram based systems engineering and architecture design tool. Built in support for alternative scenarios and multi-tier architectures.

                          EventStudio 2.0 - System Architecture Design CASE Tool

                          Comment

                          • EventHelix.com

                            Re: Mars Rover Not Responding - Update - NASA Makes Contact With Mars Rover

                            It seems to be a software problem. The rover is rebooting frequently.

                            Who says there is no life on Mars? ... We have bugs.

                            In any case what the rover has accomplished thus far is a technical
                            feat that we should be proud of.

                            Sandeep
                            --
                            Sequence diagram based systems engineering and architecture design tool. Built in support for alternative scenarios and multi-tier architectures.

                            EventStudio 2.0 - System Architecture Design CASE Tool

                            Comment

                            • Matt Timmermans

                              Re: Mars Rover Not Responding - Update - NASA Makes Contact With Mars Rover


                              "Randy Howard" <randy.howard@F OOmegapathdslBA R.net> wrote in message
                              news:MPG.1a7bbc 37f512f54c989ba f@news.megapath dsl.net...[color=blue]
                              > Ah, the Martians are just playing with us, sending a few brief seconds
                              > on data to make us believe it's still all by itself. Next thing you
                              > know, they'll rig it to send back data proving there is no actual
                              > life on mars. :-)[/color]

                              There is no life on Mars. They all live inside.


                              Comment

                              • Matt Timmermans

                                Re: Mars Rover Not Responding - Update - NASA Makes Contact With Mars Rover


                                "Randy Howard" <randy.howard@F OOmegapathdslBA R.net> wrote in message
                                news:MPG.1a7bbc 37f512f54c989ba f@news.megapath dsl.net...[color=blue]
                                > Ah, the Martians are just playing with us, sending a few brief seconds
                                > on data to make us believe it's still all by itself. Next thing you
                                > know, they'll rig it to send back data proving there is no actual
                                > life on mars. :-)[/color]

                                There is no life on Mars. They all live inside.


                                Comment

                                Working...