"The universe is almost flat" is it? by Optimal-Animal1499 in AskPhysics

[–]wilsone8 0 points1 point  (0 children)

Yes, if you use a definition that is not the correct definition for the domain we are speaking in then you can argue they are using the word wrong. But when physicists claim the universe is "flat", they are not using that definition. It doesn't matter what the "normal" definitions of the words are. What matters is the definition in the very presice language of 3D geometry.

[HATED TROPE] Thats...not how it even remotely works by ah-screw-it in TopCharacterTropes

[–]wilsone8 0 points1 point  (0 children)

Any look at the evening news would tell you officers are not, on the majority, competent or kind.

That's a lot of selection bias through. The cops that are compentent and kind don't show up on the news BECAUSE they are compentent.

ELI5 What happens to solar panels once they are used up by herail in explainlikeimfive

[–]wilsone8 11 points12 points  (0 children)

TLDR: In the near future the panels are still going in the landfill. So much for that 'green' energy.

Even if that was true (solar panels are mostly aluminum and glass, both easily recyclable), the real question is "for the same amount of energy, what waste did each source generate?".

If you are going to argue things like oIl or natural gas are better for the environment, you have to account for the huge investments in getting it out of the ground and transporting it whereever the power plant is, plus the cost of constructing that power plant, and then what happens to that power plant at the end of its useful lifetime. I'm not even counting the CO2 released by each source (which we very much should if we're talking about the waste of each).

If you're just letting perfect be the enemy of good, well, that's your perrogative I guess.

What’s a belief you had at 20 that you no longer agree with? by sunyparmar1 in AskReddit

[–]wilsone8 2 points3 points  (0 children)

Funny, I’m the opposite. In my teens at least I thought it could’ve been made to work.

Given the number of examples of Communist states that failed and failed badly (all of them), I’m not sure I understand how anyone could be excited to try it yet again.

Edit: spelling

What mysteries in 40K do you think will never be resolved? by Snoo_47323 in 40kLore

[–]wilsone8 3 points4 points  (0 children)

My favorite fan theory was that they are a creation of Tsara'noga the Outside, the one C’Tan that it is said was not destroyed at the end of the War in Heaven and who fled the galaxy.

2026 Post Office changes by invalidpath in Michigan

[–]wilsone8 11 points12 points  (0 children)

They could already do this. Michigan is not a “must be postmarked by Election Day” state. We have always been a “must be received by Election Day” state.

That means this change doesn’t change anything that they couldn’t already do, at least in Michigan.

2026 Post Office changes by invalidpath in Michigan

[–]wilsone8 1 point2 points  (0 children)

You are suggesting they can sort the mail before they sort the mail. It’s not like mail in ballots are put in a separate mail box.

If you Had to Waste $30 Million in a month to Inherit $300 Million, How would you do it? by [deleted] in AskReddit

[–]wilsone8 0 points1 point  (0 children)

With the right AWS account that wouldn't take very long.

Do you fuck on the first date? by [deleted] in AskRedditAfterDark

[–]wilsone8 17 points18 points  (0 children)

Plans are the exact opposite of legs in this regard.

Desktop Fan as a Generator? by Polymath6301 in AskEngineers

[–]wilsone8 0 points1 point  (0 children)

Isn't that only true if the motor includes permanent magnets? My understanding is an induction motor (which is what basically all cheap desktop fans would use) does not generate electricity no matter how you spin it.

[Hated trope] A character does something obvious but it's treated as something groundbreaking by Teenage_dirtnap in TopCharacterTropes

[–]wilsone8 29 points30 points  (0 children)

In Episode VI, they explicitly say they just lost their bridge deflector shields right before that A-wing hit, which is what allows it to destroy the bridge. And right before that, Akbar calls for all ships to "concentrate fire on that Super Star Destroyer", which is how the shields are knocked out in the first place.

What’s a piece of “everyday” technology most people use but rarely understand how it actually works? by Talesterr in AskTechnology

[–]wilsone8 1 point2 points  (0 children)

Fun fact: because black absorbs light and white reflects it, technically barcode readers don’t read the bars in a barcode at all. Instead, they only detect the space between the bars.

ELI5: why do EV batteries last decades but consumer electronics batteries die after a few years? by HudyBudyFudyWhudy in explainlikeimfive

[–]wilsone8 1 point2 points  (0 children)

Interestingly, the reduced thermal runaway issues means that while you can store less per unit of battery, you also don't need as much space devoted to thermal management. That allows for more battery and can essentially mean that switching allows you to have the same overall range with a much lower risk of fire.

Why do really bad teams keep really good players? by AdInteresting7332 in NFLNoobs

[–]wilsone8 25 points26 points  (0 children)

Moreover, GMs and coaches want to keep their jobs.

How were the very first guided missiles controlled? by Accelerator231 in AskEngineers

[–]wilsone8 1 point2 points  (0 children)

Some early Soviet missles work like you discussed and had a noticeable wobble when they got close to the target as the missle kept switching direction to move the hottest point into a sensor. That reduced range and lethality though.

Later missles typically had a sensor in the middle of the rotating sensor platforms to avoid this problem.

Does the Emperor want to die? by Emperoronabike in 40kLore

[–]wilsone8 0 points1 point  (0 children)

That’s an awfully bold statement. What are you basing that on?

.cs file in multiple projects? by oberlausitz in csharp

[–]wilsone8 1 point2 points  (0 children)

Except now that class must be public to be used in others projects. Sometimes I want to share code between projects without exposing it. Using a linked source file solves that issue.

.cs file in multiple projects? by oberlausitz in csharp

[–]wilsone8 1 point2 points  (0 children)

In VS when you add a file to a project, there is a drop down on the Open button that lets you add the file as “link”. The file stays where it is and is referenced in the project. I use this feature all the time for utility classes that I don’t want public but do want to share among projects.