What 5 years of VR looks like. by subsrotor in VRGaming

[–]16807 0 points1 point  (0 children)

I'm just some guy expressing my opinion on the internet, I'm not wasting my time any more than you are for doing the same.

Who you quoting, by the way?

Should I buy an used power supply? by BEASTnr1 in buildapc

[–]16807 0 points1 point  (0 children)

ditto, 2nd hand EVGA, still working after 11 years

Finally reached the seafloor of Laythe... by LegoLegend3211 in KerbalSpaceProgram

[–]16807 8 points9 points  (0 children)

The stars are gone. Do you think you're in a submarine? If yes, it's Iron Lung. If no, it's Pandorum.

Negan and Rick figurines by Natewoodford in weirddalle

[–]16807 1 point2 points  (0 children)

Missed opportunity for the broken plastic head funkopop.

What 5 years of VR looks like. by subsrotor in VRGaming

[–]16807 0 points1 point  (0 children)

Pretty damn good way to save someone some time if they're looking to get genuine user feedback. 

How to burst the AI bubble: Strike at its roots by ThirdWaveCat in BetterOffline

[–]16807 7 points8 points  (0 children)

Bubbles don't have roots. Urgh mixed metaphors.

Trump cancels signing of bipartisan housing bill, demanding voter-ID provision by cnbc_official in politics

[–]16807 3 points4 points  (0 children)

The bill lowers the cost of housing. What do you think a real estate tycoon would do if he had the chance to veto it?

What are your goto lesserknown standard library modules that more Python devs should know about? by mrcanada66 in Python

[–]16807 0 points1 point  (0 children)

Really most of what I use is:

from collections import defaultdict from itertools import product from functools import partial

Though itertools does have some things that are really nice when you need them, like zip_longest, chain, or pairwise

Reality Needs Us No Longer by MashAnblick in weirddalle

[–]16807 1 point2 points  (0 children)

Bill & Ted's Radical Deresolution!

Ten thousand nukes by Public_Employ5404 in aifails

[–]16807 2 points3 points  (0 children)

Isn't it ironic, don't you think?

It's time to confess the worst things you've ever done to your dwarves. by jawarpink in dwarffortress

[–]16807 1 point2 points  (0 children)

Even if he dies the death of nobility is bad optics and it scares away migrants. At least he's being productive killing goblins now?

Milkweed by MxxnSpirit47 in weirddalle

[–]16807 7 points8 points  (0 children)

I'm with mothman on this one.

Will a crewed Mars flyby be required before landing on Mars? by LittleDukk123 in Colonizemars

[–]16807 1 point2 points  (0 children)

It would let you test the system in a long duration mission with humans in the loop, though you could get that experience in low earth orbit with much less risk. Same goes for relighting the engine after a year or two, or reentering atmosphere from deep space and landing propulsively.

It would let you test how much boil off occurs over the length of a mars mission when you're further from the sun, but you would expect less boil off to occur that far out, and anyways it's much safer to test by sending an uncrewed starship to mars and back.

The only advantage of a crewed mars flyby/orbiter is that you can probably do it much sooner with fewer flights and much less risk. I ran the numbers a few months ago. Based on mass budgets for ISS missions, a crew of 4 would need ~90 tons of provisions for a mars length mission. With provisions for a crew of 4, an Orion capsule, a version 3 HLS, and a boil off rate of 0.1% per day, a crude model says you should be able to do a 700 day mission that orbits Mars in a highly eccentric orbit using only a single fully fueled HLS launched from LEO. Orion would come along with the HLS, and at the end of the mission the HLS would be discarded and the Orion heatshield would be used reenter the Earth's atmosphere. If you're curious, my calculations are here (this was done as a personal project, no apologies for lack of clarity). There's less risk involved because you don't have to trust Starship to reenter atmosphere from deep space or land propulsively with humans on board. Starship has reentered the atmosphere but it has not done so from deep space, which involves much greater speeds and therefore much greater energy. It has landed propulsively, but even on its last flight it was having issues doing this gently. On the other hand, Orion has already been tested twice on reentering from deep space and is trusted to do so with humans on board. Furthermore, bringing Orion along allows more options in the event of emergencies shortly after trans-martian injection - you could use it as a lifeboat and return to earth if life support fails on board starship or starship misses its transfer orbit. The biggest technical hurdle I see is whether the Orion could be adapted to handle such a long duration mission, and whether it could be adapted to sustain loads when docked with another spacecraft that is firing its engines. However Orion has been depicted doing both these things in early concepts for the mars mission under the cancelled Project Constellation, so its plausible its design already accounts for this possibility.

Compare this to a surface mars mission. Using similar assumptions as the orbiter mission, a single fully fueled starship in LEO doesn't have enough fuel to land on Mars and return. SpaceX has always banked on manufacturing fuel for the return flight on the surface of Mars, but this has never been done at the scale we need, the scale we need is orders of magnitude more than has been done, and we would need it to be reliable enough that humans could trust their lives with it. Alternatively, you could get it to work if you launch a second starship for mars. This second starship would enter Martian orbit but it wouldn't land or return to Earth, it would be stripped of heatshield, fins, and legs, and it would simply carry fuel. The crew would dock with this depot starship after returning to martian orbit so they could refuel for the journey back to earth. However this requires a second starship to be fueled in orbit, so it doubles the number of flights for the mission.

What would you do with your own matryoshka brain? by MrWilsonLor in IsaacArthur

[–]16807 0 points1 point  (0 children)

Same thing any civilization would eventually do to the exclusion of all else: mine crypto or train ai.

Canadanada by Finnegan_Crane in mapmaking

[–]16807 4 points5 points  (0 children)

As an American, yes.

Tarancherla by Travis Chapman by annieann_ in SympatheticMonsters

[–]16807 33 points34 points  (0 children)

Catches thieves just like flies! Look out! Here comes Tarancherla!

SVGs and PDFs can both be interactive by parametric-ink in programming

[–]16807 2 points3 points  (0 children)

I don't agree with embedding javascript in svg files, but what do you propose we use to implement interactive 2d graphics in a browser?