The hypothesized ultra-large-scale structure of the universe.
js
Astronaut John Young breakdancing falling on the moon during the Apollo 16 mission, 1972
NASA plans a robotic mission to search for life on Europa | io9
It looks like it’s finally going to happen, an actual mission to Jupiter’s icy moon Europa — one of the the solar system’s best candidates for hosting alien life.
Yesterday, NASA announced an injection of $17.5 billion from the federal government (down by $1.2 billion from its 2010 peak). Of this, $15 million will be allocated for “pre-formulation” work on a mission to Europa, with plans to make detailed observations from orbit and possibly sample its interior oceans with a robotic probe. Mission details are sparse, but if all goes well, it could be launched by 2025 and arriving in the early 2030s.
This is incredibly exciting. Recent evidence points to a reasonable chance of habitability. Its massive subsurface ocean contains almost twice as much water as found on Earth. The water is kept in liquid state owing to the gravitational forces exerted by Jupiter and the moon’s turbulent global ocean currents. The good news is that a probe may not have to dig very deep to conduct its search for life; the moon’s massive plumes are ejecting water directly onto the surface.
[Read more]
Via NASA Johnson
Hi, do you know any resources to start learning coding, preferably for free? Ty!!
Hiya! ✨ Yeah, I’ll see what I can find! However! Online courses often have a build in a code editor. Don’t. Honestly, do not. Get a full software and install it, don’t be restricted to just an online code editor, even on a basic level. First of all decide what language you want to start learning. For complete beginners, I’d recommend Python or C.
💡 codeacademy (this I’ve tried myself and yep, it’s really well written and good for beginners; it doesn’t have many courses tho) 💡 programmr.com 💡 codeavengers💡 code.org💡 Bucky’s wonderful tutorials (these are amazing! I’ve only done the c++ ones, but they were really well explained and included stuff like installing a software as well!)
And now here are some “tools” to use while programming:
🔌 stackoverflow - biggest platform there is; you can ask them anything, but it’s probably been asked before so try looking on it at first🔌 cppreference.com - has all the information about c++ built in libraries, functions, variables and anything you’ll possibly need 🔌 python visualizer - helps you visualize code if you don’t have a compiler on your laptop - they also have other languages🔌 learnpython 🔌 python tutorial🔌 game development with pygame - do something FUN! It’s not that hard, just try it That’s about it! Hope this helps! x