Launching The Future Of Space Communications

Launching the Future of Space Communications

Our newest communications satellite, named the Tracking and Data Relay Satellite-M or TDRS-M, launches Aug. 18 aboard an Atlas V rocket from our Kennedy Space Center in Florida. It will be the 13th TDRS satellite and will replenish the fleet of satellites supporting the Space Network, which provides nearly continuous global communications services to more than 40 of our missions.

image

Communicating from space wasn’t always so easy. During our third attempt to land on the moon in 1970, the Apollo 13 crew had to abort their mission when the spacecraft’s oxygen tank suddenly exploded and destroyed much of the essential equipment onboard. Made famous in the movie ‘Apollo 13’ by Ron Howard and starring Tom Hanks, our NASA engineers on the ground talked to the crew and fixed the issue. Back in 1970 our ground crew could only communicate with their ground teams for 15 percent of their orbit – adding yet another challenge to the crew. Thankfully, our Apollo 13 astronauts survived and safely returned to Earth. 

image

Now, our astronauts don’t have to worry about being disconnected from their teams! With the creation of the TDRS program in 1973, space communications coverage increased rapidly from 15 percent coverage to 85 percent coverage. And as we’ve continued to add TDRS spacecraft, coverage zoomed to over 98 percent!

Launching The Future Of Space Communications

TDRS is a fleet of satellites that beam data from low-Earth-orbiting space missions to scientists on the ground. These data range from cool galaxy images from the Hubble Space Telescope to high-def videos from astronauts on the International Space Station! TDRS is operated by our Space Network, and it is thanks to these hardworking engineers and scientists that we can continuously advance our knowledge about the universe!  

image

What’s up next in space comm? Only the coolest stuff ever! LASER BEAMS. Our scientists are creating ways to communicate space data from missions through lasers, which have the ability to transfer more data per minute than typical radio-frequency systems. Both radio-frequency and laser comm systems send data at the speed of light, but with laser comm’s ability to send more data at a time through infrared waves, we can receive more information and further our knowledge of space.

image

How are we initiating laser comm? Our Laser Communications Relay Demonstration is launching in 2019! We’re only two short years away from beaming space data through lasers! This laser communications demo is the next step to strengthen this technology, which uses less power and takes up less space on a spacecraft, leaving more power and room for science instruments.

image

Watch the TDRS launch live online at 8:03 a.m. EDT on Aug. 18: https://www.nasa.gov/nasalive

Join the conversation on Twitter: @NASA_TDRS and @NASALasercomm!

Make sure to follow us on Tumblr for your regular dose of space: http://nasa.tumblr.com

More Posts from Techfair-blog1 and Others

7 years ago
Check It Out:  Https://pennweallotu1975.tumblr.com/post/164528177008/fiber-optic-hoodie-lazyop

Check it out:  https://pennweallotu1975.tumblr.com/post/164528177008/fiber-optic-hoodie-lazyop

7 years ago
The Vesta Explorer In Strange New World (USA, 1975 Dir: Robert Butler).

The Vesta Explorer in Strange New World (USA, 1975 dir: Robert Butler).

7 years ago
Someone Take Gorn Away From Him Before He Loses His Mind
Someone Take Gorn Away From Him Before He Loses His Mind

someone take Gorn away from him before he loses his mind

7 years ago
I’m ScrEAMING

i’m scrEAMING

7 years ago
Exclusive Rae Sremmurd From Lollapalooza… 
Exclusive Rae Sremmurd From Lollapalooza… 
Exclusive Rae Sremmurd From Lollapalooza… 

Exclusive Rae Sremmurd from Lollapalooza… 

via Drew Levin

7 years ago
Meme Of The Day.

Meme of the day.

Thank you to @djmakproto for the source link, which I could not previously find!

7 years ago

Reflect in JavaScript

Many of the functions for general operations are distributed across a bunch of objects and keywords in JavaScript. This increases the cognitive load and increases the number of times a language operation needs to be looked up. Here are a few quick examples:

const obj = { property1: 'value1', property2: 'value2', }; delete obj.property1; Object.preventExtensions(obj); try { obj.property3 = 'value3' } catch(e) { console.log(e.message); } console.log(obj); // { property2: 'value2' }

Reflect simplifies this by providing a consistent API for all of the operations:

const obj2 = { property1: 'value1', property2: 'value2', }; Reflect.deleteProperty(obj2, 'property1'); Reflect.preventExtensions(obj2); const succeeded = Reflect.set(obj2, 'property3', 'value3'); if (succeeded !== true) { console.log('Failed to set "property3", obj is not extensible'); } console.log(obj2); // { property2: 'value2' }

Notice how Reflect.set does not return an error and returns if the value was set instead. Even for basic operations, reflect can help clarify the code more

Those were just a few examples, you can view the full list here. Since Reflect provides a consistent API for many operations, it should generally be used instead of all the separate interfaces when it is available. There are exceptions when the syntax is more clear though; except for cases like the above, setting variables with obj.a = 'value' is usually clearer than Reflect.set(obj, 'a', 'value'). It is supported in all browsers including MS Edge, but not IE 11.

Github Location: https://github.com/Jacob-Friesen/obscurejs/blob/master/2017/reflect.js

7 years ago

how to get all 3 new post fonts

most of y’all have seen the new cursive font, but there’s actually three new fonts available for regular text posts. I’m gonna tell you how to use them on the desktop site and how to add them to your Tumblr theme.

1. Fairwater (Quirky)

click the gear in the top-right of posts and select “HTML” from “Text editor”. Then just type <p class=“npf_quirky”>Hello!</p> and replace the text with whatever you want.

to put it in your Tumblr theme, go to your customize page > Advanced options > ADD CUSTOM CSS and paste this code:

p.npf_quirky { font-family: Fairwater, serif; font-size: 24px; line-height: 1.3em; } @font-face{font-family:Fairwater; src:url("http://static.tumblr.com/zgb0z1w/eKLov1ol9/fairwater_script_regular-webfont.woff2?v=b7ab7a58cded3365889a447bfd9e9c45") format("woff2"),url("http://static.tumblr.com/zgb0z1w/Ia8ov1pxd/fairwater_script_regular-webfont.woff?v=96e975b7468359e6f67086305577e43e") format("woff"); font-weight:400; font-style:normal}

2. Calluna (Quote)

click the gear in the top-right of posts and select “HTML” from “Text editor”. Then just type <p class=“npf_quote”>Hello!</p> and replace the text with whatever you want.

to put it in your Tumblr theme, go to your customize page > Advanced options > ADD CUSTOM CSS and paste this code:

p.npf_quote { font-family: Calluna, sans-serif; font-size: 14px; } @font-face{font-family:Calluna; src:url("http://static.tumblr.com/zgb0z1w/Pjnov1py3/calluna-regular-webfont.eot?3=&v=7c192d86344b943cd3e8d9123ed1dafa");src:url("http://static.tumblr.com/zgb0z1w/Pjnov1py3/calluna-regular-webfont.eot?3%3F=&v=7c192d86344b943cd3e8d9123ed1dafa#iefix") format("embedded-opentype"),url("http://static.tumblr.com/zgb0z1w/ALjov1pzw/calluna-regular-webfont.woff?3=&v=60172bcdc91d310108023e102eec8676") format("woff"),url("http://static.tumblr.com/zgb0z1w/HsIov1q0g/calluna-regular-webfont.ttf?3=&v=cc6292d625d03dc65b9665f0cd27e2cd") format("truetype"); font-weight:400; font-style:normal}

3. Courier (Chat)

click the gear in the top-right of posts and select “HTML” from “Text editor”. Then just type <p class=“npf_chat”>Hello!</p> and replace the text with whatever you want.

to put it in your Tumblr theme, go to your customize page > Advanced options > ADD CUSTOM CSS and paste this code:

p.npf_chat { font-family: Courier, monospace; font-size: 14px; }

have fun with the new fonts!

  • horizon32
    horizon32 liked this · 3 years ago
  • thnks-fr-th-samulet
    thnks-fr-th-samulet liked this · 5 years ago
  • thelaststandingwaves
    thelaststandingwaves reblogged this · 6 years ago
  • whocouldtay
    whocouldtay liked this · 6 years ago
  • khlius-blog
    khlius-blog liked this · 7 years ago
  • rbndahood
    rbndahood liked this · 7 years ago
  • unclaimed-username
    unclaimed-username reblogged this · 7 years ago
  • hopefully-no-one-has-this-n-blog
    hopefully-no-one-has-this-n-blog liked this · 7 years ago
  • edcrgb
    edcrgb liked this · 7 years ago
  • cmonboards
    cmonboards liked this · 7 years ago
  • austin-seo-consultant
    austin-seo-consultant reblogged this · 7 years ago
  • afrodita-niculescu-blog
    afrodita-niculescu-blog liked this · 7 years ago
  • satansbrunchbuddy
    satansbrunchbuddy liked this · 7 years ago
  • feryshaennel-blog
    feryshaennel-blog liked this · 7 years ago
  • rickrubano-blog
    rickrubano-blog reblogged this · 7 years ago
  • rickrubano-blog
    rickrubano-blog liked this · 7 years ago
  • lxlteo
    lxlteo liked this · 7 years ago
  • techfair-blog1
    techfair-blog1 reblogged this · 7 years ago
  • kynttiila
    kynttiila liked this · 7 years ago
  • physics-protein-and-pi
    physics-protein-and-pi reblogged this · 7 years ago
  • pyrite-philter
    pyrite-philter liked this · 7 years ago
  • joga-luce
    joga-luce reblogged this · 7 years ago
  • fvillha
    fvillha liked this · 7 years ago
  • laossj
    laossj reblogged this · 7 years ago
  • laossj
    laossj liked this · 7 years ago
techfair-blog1 - Tech Fairy
Tech Fairy

Expanding my passion for tech.

13 posts

Explore Tumblr Blog
Search Through Tumblr Tags