Slashdot Mirror


Quad Lasers Deliver Fast, Earth-Based Internet To the Moon

A joint project involving NASA and MIT researchers had demonstrated technology last year that could supply a lunar colony with broadband via lasers ("faster Internet access than many U.S. homes get") and has already demonstrated its worth in communications with spacecraft. From ComputerWorld's article: "The Lunar Laser Communication Demonstration (LLCD) kicked off last September with the launch of NASA's LADEE (Lunar Atmosphere and Dust Environment Explorer), a research satellite [formerly] orbiting the moon. NASA built a laser communications module into LADEE for use in the high-speed wireless experiment. LLCD has already proved itself, transmitting data from LADEE to Earth at 622Mbps (bits per second) and in the other direction at 19.44Mbps, according to MIT. It beat the fastest-ever radio communication to the moon by a factor of 4,800." Communicating at such distances means overcoming various challenges; one of the biggest is the variability in Earth's atmosphere. The LLCD didn't try to power through the atmosphere at only one spot, therefore, but used four separate beams in the New Mexico desert, each aimed "through a different column of air, where the light-bending effects of the atmosphere are slightly different. That increased the chance that at least one of the beams would reach the receiver on the LADEE. Test results [were] promising, according to MIT, with the 384,633-kilometer optical link providing error-free performance in both darkness and bright sunlight, through partly transparent thin clouds, and through atmospheric turbulence that affected signal power." At the CLEO: 2014 conference in June, researchers will provide a comprehensive explanation of how it worked.

81 of 131 comments (clear)

  1. ping rate by Anonymous Coward · · Score: 1

    gaming's going to suck

    1. Re:ping rate by Anonymous Coward · · Score: 1

      Astronauts tend to be educated with plenty of intelligence and over 12 so I doubt many will play Call of Duty. Games like Civilization 5 however are perfect. :)

    2. Re:ping rate by meerling · · Score: 2

      If you ever have extended occupancy a computer geek, and 8 lbs of discretionary cargo, there will be a game server on the moon. Maybe a few more pounds if you need your own power source.

    3. Re:ping rate by Lisias · · Score: 2

      gaming's going to suck

      On the other hand, PR0N is going to rock! :-)

      --
      Lisias@Earth.SolarSystem.OrionArm.MilkyWay.Local.Virgo.Universe.org
    4. Re:ping rate by arth1 · · Score: 2

      On the other hand, PR0N is going to rock! :-)

      Low gravity boobs and ceiling stains?

    5. Re:ping rate by davester666 · · Score: 1

      that's OK. there's a data cap of 10Mb/month.

      --
      Sleep your way to a whiter smile...date a dentist!
    6. Re:ping rate by Paul+server+guy · · Score: 1

      If you ever have extended occupancy a computer geek, and 8 lbs of discretionary cargo, there will be a game server on the moon. Maybe a few more pounds if you need your own power source.

      Http:\\OpenLuna.org will bring them there when they build their outpost. http:\\Keplershipyards.com is already planning on integrating "Recreational software" into the computers that they are building for OL to run the outpost and to integrate into the suit. Since the suits have VR and remote control consoles for the rovers, (using VR gloves and such) AR full-body COD anyone?

      --
      Your Moon, Your Mission, Get involved! http://www.openluna.org
  2. To the Moon, eh? by Frosty+Piss · · Score: 3, Funny

    "faster Internet access than many U.S. homes get"

    That's not hard to do. In the United States, our high speed Internet is much like our high speed rail...

    The moon, eh? This will be important when we get around to mining the moon into a block of Swiss cheese for whatever mineral riches it possesses. I predict China will be the first, and we Americans will follow soon after they have opened the door.

    --
    If you want news from today, you have to come back tomorrow.
    1. Re:To the Moon, eh? by elsuperjefe · · Score: 5, Funny

      ...

      The moon, eh? This will be important when we get around to mining the moon into a block of Swiss cheese for whatever mineral riches it possesses. I predict China will be the first, and we Americans will follow soon after they have opened the door.

      cheese is not at all popular in China. i predict the French will pioneer this mining effort, or maybe the Swiss... not sure.

    2. Re:To the Moon, eh? by phantomfive · · Score: 1

      It takes 2.4 seconds for light to make a round-trip to the moon. With that kind of added latency, it's not going to feel high-speed, especially with 'modern' javascript web apps that make multiple sequential round-trips for each page.

      --
      "First they came for the slanderers and i said nothing."
    3. Re:To the Moon, eh? by Frosty+Piss · · Score: 1

      With that kind of added latency, it's not going to feel high-speed...

      Clearly we are going to have to build a large server farm on the Moon if the users there expect to stream Netflix.

      --
      If you want news from today, you have to come back tomorrow.
    4. Re:To the Moon, eh? by phantomfive · · Score: 2

      Clearly we are going to have to build a large server farm on the Moon if the users there expect to stream Netflix.

      Indeed. When working on a large project like this, I always suggest focusing on the most important parts first.

      --
      "First they came for the slanderers and i said nothing."
    5. Re:To the Moon, eh? by meerling · · Score: 1

      "The materials that we use on earth are plentiful enough..." except for those that we don't use because they are NOT plentiful enough on earth, like Helium 3. There are plenty of others as well. And yes, even if a resource were available on Earth, if it would be cheaper to obtain it from a non-terrestrial source, somebody will attempt to do so.

    6. Re:To the Moon, eh? by Imrik · · Score: 1

      Not necessary, streaming is mostly bandwidth dependent, not latency dependent. It might take an extra few seconds before your show starts but that's fairly inconsequential. Browsing the web and playing games are far more problematic.

    7. Re:To the Moon, eh? by Adriax · · Score: 1

      Then why netflix? Why wasn't porn the first thing mentioned?

      --
      I don't suffer from insanity, I enjoy every minute of it!
    8. Re:To the Moon, eh? by Miamicanes · · Score: 1

      At some point, if there are enough consumers living beyond Earth orbit to commercially matter to normal web sites (or their future equivalent), the most logical step would be to allow web applications to bundle themselves and their data in a way that allows the web app ITSELF to be automatically deployed to a remote virtual server closer to the end user & sync its mirror of the database with the authoritative one back on earth (multicasting most of the replicated data from earth to elsewhere & caching it blindly at the local end to the greatest extent possible).

      The basic technology already exists today (think: .war files and databases with replication, load-balancing, and hot failover), but the number of users (say, passengers on a cruise ship) is too small relative to the expense & currently-insurmountable licensing barriers (Oracle isn't going to start making "replicant" licenses for Oracle and MySQL available that would be remotely cost-effective anytime soon).

      A lot of people forget that the annoying habit some websites have of using AJAX to send data nonstop keystroke-by-keystroke is a plague of fairly recent origin. There's no reason why web applications HAVE to be written that way. If latency is high, but bandwidth is abundant, it makes more sense to satisfy the request by bulk-sending everything the requestor is likely to want anytime soon, and do it in a way that allows it to be cached locally for the benefit of others who might make the same request later.

    9. Re:To the Moon, eh? by cavreader · · Score: 1

      And who exactly is going to enforce the law? The same people who enforce all the varied UN declarations and edicts?

    10. Re:To the Moon, eh? by arth1 · · Score: 2

      "The materials that we use on earth are plentiful enough..." except for those that we don't use because they are NOT plentiful enough on earth, like Helium 3. There are plenty of others as well.

      But which of those are available on the moon? Certainly not He3. The elements that the moon are much richer in than Earth seems to be those Earth still has plenty of, like Iron, Calcium, Magnesium and Titanium.

      Also, you may mine the ore, but what do you do with it then? Any economically viable techniques for converting ore into usable concentrations of elements depend on an atmosphere. We'd need some completely new technologies, and chances are that if we find them, they will work just fine on Earth too.

      I think a moonbase would be a good thing, but not for resource exploitation. Instead, what the moon has is low gravity and no athmosphere. Those are the characteristics that can't be replicated down here.

    11. Re:To the Moon, eh? by Lallander · · Score: 4, Funny

      The Swiss? I think there are some holes in your theory...

    12. Re:To the Moon, eh? by rockout · · Score: 1
      --
      I've learned that they're worthless, so I don't read AC comments anymore.
    13. Re:To the Moon, eh? by WhiteZook · · Score: 1

      Except that we currently have no use for Helium 3, and it's not even sure we will have such use in the future (there are other options for fusion fuel). And even if we have a need for Helium 3, it may be cheaper to produce it here on Earth.

    14. Re:To the Moon, eh? by SuricouRaven · · Score: 1

      He3 is fuel for a type of reactor no-one has yet managed to make, and that can be operated on less-exotic hydrogen isotopes anyway.

    15. Re:To the Moon, eh? by Cytotoxic · · Score: 1

      But which of those are available on the moon? Certainly not He3. The elements that the moon are much richer in than Earth seems to be those Earth still has plenty of, like Iron, Calcium, Magnesium and Titanium.

      From the Wikipedia article on Helium-3:

      It is rare on Earth, and it is sought for use in nuclear fusion research. The abundance of helium-3 is thought to be greater on the Moon (embedded in the upper layer of regolith by the solar wind over billions of years)

      They even have a whole section about mining the moon for He-3

    16. Re:To the Moon, eh? by arth1 · · Score: 1

      Except that the "abundance" of He3 on the moon is thought to be on the surface area on the darker areas, with concentrations up to 50 ppb. That's right, per billion.
      Given that we have sources on Earth, like coal mines with per million concentrations, and gas fields with per cent concentrations, I don't think "abundance" is the right word.

      Not that we currently need a lot of He-3 - not enough so that we bother to extract it in most cases.
      Given the main proposed future use, this is a solution looking for a problem we don't even have.

      Now if the moon had had abundance of the materials we really need, like the rare of the "rare earth metals", then it could be viable. But to extract He-3 for a future need we don't even know we'll have, when there still are far more abundant sources on Earth, no, that doesn't strike me as viable.

  3. Scotty . . . by hduff · · Score: 1

    Beam me up.

    --
    "I believe in Karma. That means I can do bad things to people all day long and I assume they deserve it." : Dogbert
    1. Re:Scotty . . . by gmhowell · · Score: 1

      Snotty beamed me twice last night. It was wonderful.

      --
      Jesus was all right but his disciples were thick and ordinary. -John Lennon
  4. Re:Redundancy by DigiShaman · · Score: 2

    Fuck everything, we are doing five beams!!!

    --
    Life is not for the lazy.
  5. They can send a ping to the moon.... by waddgodd · · Score: 4, Informative

    So show of hands here, who has a 622 Mbps at home? That's right, as of this article, your "last mile" officially sucks more than LADEE's last 250,000 miles

    --
    Just because you're paranoid doesn't mean they aren't out to get you
    1. Re:They can send a ping to the moon.... by Charliemopps · · Score: 2

      So show of hands here, who has a 622 Mbps at home? That's right, as of this article, your "last mile" officially sucks more than LADEE's last 250,000 miles

      You're paying $29.99 a month.
      LADEE cost over $300 million.

    2. Re:They can send a ping to the moon.... by click2005 · · Score: 1

      LADEE cost over $300 million.

      Yeah and with Comcast as an ISP its stuck with a 30GB/month bandwidth cap too.

      --
      I am a free slashdotter. I will not be modded, blogged, DRM'd, patented, podcasted or RFID'd. My life is my own.
    3. Re:They can send a ping to the moon.... by war4peace · · Score: 1

      I do. 1000 Mbit, to be exact. 18 bucks a month, give or take.
      Problem?

      --
      ...gis sdrawkcab (usually not responding to ACs; don't bother posting as AC)
    4. Re:They can send a ping to the moon.... by dugancent · · Score: 1

      It's 300, not 30, and they aren't enforcing it.

      --
      SJWs are the new boogeyman. -Me
    5. Re:They can send a ping to the moon.... by ganjadude · · Score: 1

      i take it you are not in the US?

      --
      have you seen my sig? there are many others like it but none that are the same
    6. Re:They can send a ping to the moon.... by unixisc · · Score: 1

      At that price, they might as well go for Internet2 connectivity

    7. Re:They can send a ping to the moon.... by rossdee · · Score: 1

      And they have longer months on the moon too...

    8. Re:They can send a ping to the moon.... by dugancent · · Score: 1

      I just checked my Comcast and it states "not currently enforced".

      --
      SJWs are the new boogeyman. -Me
    9. Re:They can send a ping to the moon.... by rockout · · Score: 1

      Oh, well if COMCAST says it, it must be true.

      --
      I've learned that they're worthless, so I don't read AC comments anymore.
    10. Re:They can send a ping to the moon.... by war4peace · · Score: 2

      Nope. I'm located in a third world country.

      --
      ...gis sdrawkcab (usually not responding to ACs; don't bother posting as AC)
    11. Re:They can send a ping to the moon.... by dugancent · · Score: 1

      Not saying its true or not, but I've went over for multiple months in a row and haven't heard a thing.

      --
      SJWs are the new boogeyman. -Me
    12. Re:They can send a ping to the moon.... by waddgodd · · Score: 1

      Remote sites typically have to pay for the entirety of the last mile costs themselves. Your point was?

      --
      Just because you're paranoid doesn't mean they aren't out to get you
  6. Re:DUH by linearz69 · · Score: 5, Funny

    No one can defeat the quad laser. The bullet is enormous, there is no escaping.

  7. That is far faster than by Skuld-Chan · · Score: 3, Funny
  8. Re:DUH by tylersoze · · Score: 1

    LOL. That was my first thought too.

    https://www.youtube.com/watch?...

  9. comcast moon will still cap you at 250GB by Joe_Dragon · · Score: 1

    and then $10 per each 50GB over that.

  10. latency by Lennie · · Score: 1

    Exactly, more bandwidth could be less important than latency:
    http://pandawhale.com/post/396...

    --
    New things are always on the horizon
    1. Re:latency by Kjella · · Score: 2

      Well since the dominating factor in earth-moon communication is the speed of light with 2.6 seconds round trip you'll never have decent latency anyway, for the same reason we'll never have global FPS servers working well. Halfway around the the earth (20000 km) with light going about 2/3c in fiber optics is 100 ms just here on earth. And Mars is 8-40 minutes away round trip, which is a far more likely site for a colony. That said, if you were stuck in a cramped little base - the initial versions will probably make prisons look spacious - at least you'd have the latest Game of Thrones to watch.

      --
      Live today, because you never know what tomorrow brings
    2. Re:latency by Lennie · · Score: 1

      For Mars and so on, you'll need something else:
      https://en.wikipedia.org/wiki/...

      Something like TCP just won't cut it.

      --
      New things are always on the horizon
    3. Re:latency by mgcarley · · Score: 1

      Only 2.6 seconds? I've used Internet services on more than one continent that have had things so badly configured my ping times - even to servers like 8.8.8.8 - were more than a minute. Even recently in the US I was using something that gave me pings of 13 or 14 seconds to Google or OpenDNS or something.

      --
      Founder & COO, Hayai India (hayai.in) / USA (hayaibroadband.com) // t: @mgcarley
  11. Re:Bad Journalism by binarylarry · · Score: 1

    So you're saying no pro series astronaut FPS earth deathmatching?

    --
    Mod me down, my New Earth Global Warmingist friends!
  12. Obsolete Article by craighansen · · Score: 5, Informative

    Readers here should know that LADEE was crashed into the moon more than a month ago. Yes, NASA did research on laser communication using LADEE, but reporting it in present tense is misleading. (...and the last Slashdot article on LADEE incorrectly reported where it crashed.) Previous Slashdot articles already reported the laser communication research.

    1. Re:Obsolete Article by phizi0n · · Score: 1

      This article was submitted through the crashed LADEE so it took a while for it to align with Earth perfectly for us to finally receive it.

    2. Re:Obsolete Article by Soulskill · · Score: 2

      You're right. I've updated the article to correct the tenses. Thanks.

  13. Let's be realistic by WhiteZook · · Score: 4, Insightful

    NASA can't even afford a decent space telescope, so why would anybody think they can afford to build a lunar colony that would require such as laser system ?

    1. Re:Let's be realistic by nateman1352 · · Score: 1

      I don't think anyone at NASA thinks that it will be NASA to benefit from this research. The US government's research projects are generally funded to provide pioneering foreward looking technologies that no private company would invest in developing until 10+ years from now. So that way when private industry does need that technologythey already have something to get started from.

      The one exception of course is development of new weapons and military systems.

    2. Re:Let's be realistic by cavreader · · Score: 1

      When it comes to space related projects there needs to be a return on the investment to bolster future funding. Even "vapor" returns can provide the political cover necessary to increase funding. The money NASA has spent over the years has returned a wealth of technological data but nothing that could realistically cover the initial project expense. However, over the years NASA has received funding regardless of the expected return on the investment. If someone wants to mine helium 3 on the moon it should be the corporations or individuals who stand to benefit the most providing the funding. Commercial projects have a better chance of expanding into the solar system than any government run programs.

    3. Re:Let's be realistic by Blaskowicz · · Score: 1

      I think a large radiotelescope or constellation of radiotelescopes on the far side of the moon would be very useful but of course you will have trouble building that.

  14. Re:Bad Journalism by symbolset · · Score: 1

    Just needs a good CDN.

    --
    Help stamp out iliturcy.
  15. Re:DUH by wooferhound · · Score: 1

    I'm going to build my Moon Internet Communications System with 11 lasers
    and I'm going to hire sharks to aim them

    --
    We are Dead Stars looking back Up at the Sky
  16. What? by ericloewe · · Score: 1

    Earth-based? As opposed to what, Internet from Mars?

  17. Why Moon by NotInHere · · Score: 1

    Why do you want to connect the moon with the Internet? There is nobody on the moon. You should rather try to establish a 24h broadband connection to the ISS, which currently doesn't exist (its only a couple of hours per day when you can make video connections to ISS).

  18. Moon Unit Zappa by dlb · · Score: 1

    Obviously, they meant Quad "Lasers".

  19. Re:U/L vs D/L by Imrik · · Score: 1

    You've got it backwards, the high speed is moon->earth, earth->moon is the slow one.

  20. English, do you speak it? by Arker · · Score: 1

    It seems at this point the marketeer assault on the English language has proceeded to the point where even NASA does not understand what speed is.

    The link described is a very slow pipe by any measure, and that is imposed by the distance involved and the speed of light itself. It is the dimension of *width* they compare, which cannot in any reasonable way be equated with speed. If 'speed' is measured by bandwidth, then it would follow that a semi tractor with two trailers is much faster than a Maserati.

    Yeah. Right.

    --
    =-=-=-=-=-=-=-=-=-=-=-=-=-=-
    Friends don't let friends enable ecmascript.
    1. Re:English, do you speak it? by gmhowell · · Score: 1

      Don't be an idiot. If you have to move 75,000 pounds of freight, the semi is much faster than the Maserati.

      --
      Jesus was all right but his disciples were thick and ordinary. -John Lennon
    2. Re:English, do you speak it? by Arker · · Score: 1

      Ãf you think that a loaded road-train is faster than a Maserati you are the idiot.

      You have to twist yourself into a pretzel to justify the marketing speak, why do you even try?

      --
      =-=-=-=-=-=-=-=-=-=-=-=-=-=-
      Friends don't let friends enable ecmascript.
    3. Re:English, do you speak it? by Arker · · Score: 1

      They do need freight but we do not refer to the vehicles that carry it as being particularly 'fast.' The only time you would find someone using that word to refer to a land train would be in comparison with something actually slower, perhaps a seagoing freighter, not in relation to a Maserati. A Maserati is not an efficient cargo carrier but it is obviously quite a bit faster than a semi.

      And it is market speak, they know customers want 'fast' but customers dont typically understand the technology enough to have the faintest idea what fast really means in this context, so what marketing people have done over the past 15 years is to make up their own definition of fast that bears no resemblance to any normal use of the word, but just happens to be what they have plenty of for sale.

      A link with a 5ms latency and 25mb symmetrical upload and download width is a faster link than a link with a 350ms latency and 1024mb/1mb asymmetrical width by any reasonable definition of the word.

      --
      =-=-=-=-=-=-=-=-=-=-=-=-=-=-
      Friends don't let friends enable ecmascript.
    4. Re:English, do you speak it? by gmhowell · · Score: 1

      Presumably the point of the lasers is to deliver data. It is not transmission for the sake of transmission. Similarly, the point of the truck and the Maserati is to move something. The most salient analogy would be cargo. But even if it were to move human beings, a truck, train, or freighter is much better than a Maserati unless your goal is to move a single person. Is this quad laser system for moving a single packet? I doubt it.

      A link with a 5ms latency and 25mb symmetrical upload and download width is a faster link than a link with a 350ms latency and 1024mb/1mb asymmetrical width by any reasonable definition of the word.

      Depending on what kind of data is being moved. Interactive web? Probably unnoticeable except for some AJAXy type stuff. For gaming? Sure, you're right. For doing a 500mb transfer via ftp or similar?

      I'll take the freight train.

      --
      Jesus was all right but his disciples were thick and ordinary. -John Lennon
    5. Re:English, do you speak it? by Arker · · Score: 1

      Which one will move freight more efficiently is an entirely different question from which one is faster. If you are looking for a car that will move a lot of freight, you will say you want that. You will not, barring congenital idiocy, say you want a fast car and expect that to be understood to mean you actually want a road train.

      --
      =-=-=-=-=-=-=-=-=-=-=-=-=-=-
      Friends don't let friends enable ecmascript.
    6. Re:English, do you speak it? by gmhowell · · Score: 1

      'Faster' is meaningless in this context without specifying what is moving faster.

      --
      Jesus was all right but his disciples were thick and ordinary. -John Lennon
  21. sharks! by Spugglefink · · Score: 1

    There's going to be hell to pay when the sharks get ahold of these things.

  22. Latentcy isn't just sucky for games. by aldousd666 · · Score: 1

    It's like HughesNet on the moon. Gaming and anything else like remote viewers (RDP, conference calling, etc) apps will suck too. It's kinda like how on CNN when you see those Satellite uplink interviews where they pause for like 5 seconds between questions and answers, except for everything. After having DirecWay on the side of my house for less than the 30 day trial period, I have a new respect for people remote controlling the rover on mars.

    --
    Speak for yourself.
  23. Realistically, how else will... by jpellino · · Score: 1

    Newt keep up on events without streaming Fox News?

    --
    "Win treats sysadmins better than users. Mac treats users better than sysadmins. Linux treats everyone like sysadmins."
  24. What are they using for a detector? by storkus · · Score: 2

    Incoming power at the satellite is stated as a nanowatt. I'm pretty sure this puts it way below the threshold of most, if not all, solid state optical detectors. I'm thinking some kind of FAST photomultiplier tube, but I really have no idea. Any thoughts?

    Think of using something like this to transmit terrestrially through air of many miles/kilometers distance RELIABLY rather than the one or (if you're lucky) two you get today: it would be a godsend and could replace a LOT of metro microwave (depending on which city and its local climate, of course) without having to lay fiber. Its the unlicensed holy grail, really.

  25. Lunar Colony by countach · · Score: 1

    We have a lunar colony? Who knew?

    I suppose its symptomatic of the generation that we can't think about the logistics of a real lunar colony until we figure out how they would get their internet porn.

  26. Cool. by Ralph+Spoilsport · · Score: 1
    We'll get to watch the colonists in HD video as they die of radiation from a coronal mass ejection.

    I am deeply skeptical of a moon colony. I really don't think it will ever happen.

    --
    Shoes for Industry. Shoes for the Dead.
    1. Re:Cool. by SuricouRaven · · Score: 1

      It could be done, but there's no reason to - it'd be one of the most expensive projects in all of human history, and for what? It's not economical to mine, there's no national pride to be had now, and the science may be valuable but not that valuable.

      We'll probably still be having this debate when someone discovers the mountain-sized rock heading towards Earth.

    2. Re:Cool. by Cytotoxic · · Score: 1

      We'll get to watch the colonists in HD video as they die of radiation from a coronal mass ejection.

      I am deeply skeptical of a moon colony. I really don't think it will ever happen.

      You are probably right.... for very small values of "ever". But given that there's probably at least a half-billion years before the sun begins to cook our part of the solar system, there's plenty of time to beat "never".

  27. Well it's comparatively easy by Casandro · · Score: 1

    There is, apart from some clouds, nothing in between. Those are ideal conditions. Considering that even the radio links of the moon missions had a few megabits of channel capacity, that's not very much. (Yes those links were analog, but Shannon has showed that you can still express the capacity of such a channel in bits or shannons)

  28. Just a thought by Draugo · · Score: 2

    But wouldn't it be easier to have a satellite on earth orbit that was locked on the same apparent orbit than moon and then transmit data through that. By communicating with that satellite using radio and then from that satellite to moon using laser you wouldn't have to work the laser through the atmosphere and after you establish a stable station on moon with a line of sight to earth you would have a continuous beam channel going.

  29. Re:No by war4peace · · Score: 1

    Now that's just nitpicking.
    All I know is that the vast majority of the stuff I attempt to download is coming in at highest speed my HDD could download. As a home user, that's heaven.
    All else is useless detail.

    --
    ...gis sdrawkcab (usually not responding to ACs; don't bother posting as AC)
  30. Telnetting to the moon by ls671 · · Score: 1

    Telnetting to the moon
    Let me play amoung delays
    Let me see what lag is like
    On jupiter and mars

    on "Fly me to the moon" from F.Sinatra

    --
    Everything I write is lies, read between the lines.