Live data from Hacker News

A one-second video taken by the Rosetta probe on the surface of a comet

twitter.com

71–80 of 88 posts

Re: A one-second video taken by the Rosetta probe on the surface of a comet

#71
post #34

Earlier quoted context omitted.

In javascript: x == x _ is true. Good. x == !x _ is also true. Oops? And guess what: Array(3)==",," _ is also true. But NaN == NaN _ is false. Math.max()>Math.min() _ is also false! but then again Math.max() Madness, I tell you!

At least x === x, right?

const x = NaN;

x === x; // false

Re: A one-second video taken by the Rosetta probe on the surface of a comet

#72
post #66
post #35

Unfortunately Twitter butchers video quality. I remade both landru79's videos from scratch using original ESA 2048x2048 image sequence (plus I added a bit of motion interpolation): http://alteredqualia.com/tmp/rosetta/rosetta.webm [50MB] http://alteredqualia.com/tmp/rosetta/rosetta_stars.mp4 [28MB] ----- Edit: in case my server doesn't hold up, here are video mirrors on Streamable: https://streamable.com/w2wgj https:…

What is that light on the left?

Reflective flare from the sun, perhaps?

Re: A one-second video taken by the Rosetta probe on the surface of a comet

#73

Earlier quoted context omitted.

To be fair, people have been studying and predicting celestial movements for millennia, and boiled it down to unbelievably precise mechanical formulae. JS is poorly understood in comparison. I say this to hope you feel better at work. I've been pressed into frontend web work and it's fractal complexity.

JS is poorly understood in comparison This might be the most hilariously ridiculous true statement I've ever heard.

But they're close to getting two numbers to add together!

https://twitter.com/thomasfuchs/status/933447631514169344

Re: A one-second video taken by the Rosetta probe on the surface of a comet

#74

ESA PR is basically hopeless. It's the polar opposite of NASA. I guess the budget is nonexistent. Good that there are people that disseminate these things on Twitter etc. The Rosetta and Philae stuff, Emily Lakdawalla of Planetary Society did a better job of covering it than anyone at ESA, unfortunately.

Isn't NASA prohibited from using any of its budget for explicit PR, to avoid anything remotely political? (Honestly as a news consumer it's not all that bad because it means I can trust any communications coming from NASA proper to be purely mission oriented—focused on science.)

Nope.

https://www.nasa.gov/centers/armstrong/about/strat_comm.html

Re: A one-second video taken by the Rosetta probe on the surface of a comet

#75
post #46

Earlier quoted context omitted.

You're very talented, this is dope. Thanks for taking the time to make this and share it with us!

Credit should go to landru79, he keeps finding interesting things in Rosetta's raw data. I basically just tried to correct for Twitter's terrible video handling by re-tracing his steps :) Go check landru79's Twitter feed, there are many more interesting comet images and videos (e.g. he combines multiple frames into color images): https://twitter.com/landru79 BTW here are original ESA images: https://imagearchives.esa…

Thanks for giving credit where it's due and your own work. I note that landru posted a GIF which is ironically much nicer than the video:

https://twitter.com/landru79/status/988807933243863040

Re: A one-second video taken by the Rosetta probe on the surface of a comet

#76
post #12

To put things in perspective, the comet, 67P/Churyumov-Gerasimenko, is about 4km in diameter, moving at 135,000kms per hour. Rosetta's rendezvousing with the comet required travelling a cumulative distance of over 6.4 billion kms. Gravity assists were needed from four planetary flybys – one of Mars (2007) and three of Earth (2005, 2007 and 2009) – a long circuitous trip that took ten years to complete. Now back to my…

Moving at 135,000 km/h relative to what? (honest question)

Your momma

Re: A one-second video taken by the Rosetta probe on the surface of a comet

#77
Confirmed: The stars in the background behind Comet #67P are in Canis Major: the cluster NGC2362 "falls down" past the limb at top-left; sparse cluster NGC2354 & the star 27CMa are also in the field.

Programming challenge: filter out (or otherwise remove) the sky from the video to isolate the comet surface for better analysis.

Re: A one-second video taken by the Rosetta probe on the surface of a comet

#78
post #35

Unfortunately Twitter butchers video quality. I remade both landru79's videos from scratch using original ESA 2048x2048 image sequence (plus I added a bit of motion interpolation): http://alteredqualia.com/tmp/rosetta/rosetta.webm [50MB] http://alteredqualia.com/tmp/rosetta/rosetta_stars.mp4 [28MB] ----- Edit: in case my server doesn't hold up, here are video mirrors on Streamable: https://streamable.com/w2wgj https:…

Would love to see these without the frame interpolation (which totally chokes on all the particulate matter).

Re: A one-second video taken by the Rosetta probe on the surface of a comet

#79
post #12

To put things in perspective, the comet, 67P/Churyumov-Gerasimenko, is about 4km in diameter, moving at 135,000kms per hour. Rosetta's rendezvousing with the comet required travelling a cumulative distance of over 6.4 billion kms. Gravity assists were needed from four planetary flybys – one of Mars (2007) and three of Earth (2005, 2007 and 2009) – a long circuitous trip that took ten years to complete. Now back to my…

Moving at 135,000 km/h relative to what? (honest question)

I presume relative to the solar barycenter, and Wikipedia says that speed is its maximum speed (at perihelion of about 1.3 AU).

For reference, Earth does a mean speed of about 107,000 km/h relative to the solar system's center of mass.

Re: A one-second video taken by the Rosetta probe on the surface of a comet

#80
post #12

To put things in perspective, the comet, 67P/Churyumov-Gerasimenko, is about 4km in diameter, moving at 135,000kms per hour. Rosetta's rendezvousing with the comet required travelling a cumulative distance of over 6.4 billion kms. Gravity assists were needed from four planetary flybys – one of Mars (2007) and three of Earth (2005, 2007 and 2009) – a long circuitous trip that took ten years to complete. Now back to my…

Moving at 135,000 km/h relative to what? (honest question)

I guess relative to the stars in the image, using parallax.
Post reply on HN