Recent comments in /f/explainlikeimfive
grumble11 t1_iycqagq wrote
Consider what your body is adapted to over millions of years of evolutionary history. Go back in time ten thousand years, a blip in that history but to a lifestyle that is reflective of the other millions of years.
Your ancestors spent lots of time outside, did physical activity all day, ate whole unprocessed food, didn’t have screens and cars and light switches, and didn’t sit down for huge periods of time.
Science is finding that as we deviate from those things we develop illness, our bodies don’t handle it well. Your body needs to move a lot to work properly, sitting or lying down all day is not what it is adapted to and its systems break down. Blood doesn’t flow properly, raising clot risk. Bones soften, muscles atrophy, postural issues develop, important hormones get out of whack, risks of metabolic syndrome increase, heck even sexual function deteriorates.
Thing is, people are adapted to an environment where we HAD to be active and work a lot, and we have an instinct to minimize energy expenditure within the framework to conserve calories. If the natural situation where a lot of work is inevitable is gone, turns out we can often be pretty lazy and not move much at all. Fighting that instinct is super hard.
Miss_Understands_ t1_iycpsxh wrote
Shortest correct answer:
Water conducts electricity, but your skin conducts it better.
Put baking soda in the water and it becomes VERY conductive. Stick 2 electrodes in and the charge will go around you and rapidly boil the water instead.
godsFavgirl t1_iycpr5c wrote
In third world countries, It's totally common that a person who has no money publish in the news that he/she has a kidney for sale. It's totally legal.They get the money and then go to the hospital and say they are volunteer to give the kidney to the person they got money from.
i_used_to_have_pants t1_iycp64w wrote
Reply to comment by ikantolol in eli5. If Windows is an 11gb download, why do you need at least 65gbs free on your hard drive to run it? by graemo72
The other part missing there is that those files you download will create many other files.
[deleted] t1_iycoddj wrote
Slavasonic t1_iyco8do wrote
Reply to ELI5 Why do Football (Soccer) players “flop”, that is fake or exaggerate injuries, so often? by Wasingtheisofwas
-
Flopping happens in every sport where physical contact could be a foul
-
It happens a lot in soccer relative to other sports because if players do not fall down and continue the play, the ref may decide to “play advantage” ie let them continue and not whistle the play dead. Often times this is less advantageous than the free kick so the player goes to ground to get the ref to whistle.
Flair_Helper t1_iyco5ho wrote
Reply to ELI5 Why do Football (Soccer) players “flop”, that is fake or exaggerate injuries, so often? by Wasingtheisofwas
Please read this entire message
Your submission has been removed for the following reason(s):
ELI5 is not meant for any question you may have. Questions that are narrow in nature are not complex concepts, and usually require only a yes/no or otherwise straightforward answer.
If you would like this removal reviewed, please read the detailed rules first. If you believe this submission was removed erroneously, please use this form and we will review your submission.
tzaeru t1_iyco5g2 wrote
I'll add a little bit of philosophy and theory to this:
The general trend in the development of paradigms, rules and methodologies has been to restrict the programmer from doing certain things. goto lets you arbitrarily move to a different place in the code. This can be made less arbitrary by forcing the programmers to use functions and loops.
Similarly, encapsulating variables is a restriction. It restricts easy access to the variables from outside the class.
Type safety is a restriction. It forces assignment and other operators to require explicit casting for variables of different types.
So on, so on.
Without restrictions, the programmer could do anything at any time and it would be extremely difficult to read such code. When you restrict things, you force the code from different programmers to be more easily understandable and you (hopefully) decrease the amount of bugs in the code.
Sometimes you create a restriction that makes it hard to express some things in a clean way. For example, in C, goto still has a place in error checks and in ensuring that an error causes a function to release the resources it initialized at the start of the function. In more modern languages, there really isn't any reason to ever use goto, since the languages offer other more powerful (and more restricted!) constructs for dealing with the issues that goto is used for in C.
[deleted] t1_iyco3de wrote
Gnonthgol t1_iycnvqx wrote
Reply to ELI5 Why do Football (Soccer) players “flop”, that is fake or exaggerate injuries, so often? by Wasingtheisofwas
This have evolved over time. Football players do struggle with life changing injuries in bad tackles. Since it is a game played primarily with ones feet a bad tackle may cause horrible leg injuries, smashed knees, etc. And there is little protective gear that works without hindering the players performance. So in order to reduce injuries there is a very strict no-contact policy that is enforced very harshly. This is to ensure that players pull out of potentially risky situations. The problem with this is that it is very hard for the referee to judge if there were contact or not and how hard the contact was. One of the few things they can look for is how injured the player is. If they are rolling around in pain it was probably some hard contact. But this is of course open to abuse. Players can fake injuries to get other players penalized. This is of course not allowed either but it is hard for the referee to judge these things. And when they need to enforce the no-contact rules in order to prevent injuries they do more often judge in the favor of the seemingly injured player.
People are working on reducing this issue though. It is possible to use camera replays to catch things the referee did not see. This does however take time and either slow down the game or is only available after the situation have been resolved. The cameras might not even catch the incident well, if the match even have a full complement of TV cameras. But it can help to give referees some advance notice for the next match. Or the players might get penalties between matches.
refreshing_username t1_iycnke0 wrote
Reply to ELI5 Why do Football (Soccer) players “flop”, that is fake or exaggerate injuries, so often? by Wasingtheisofwas
They do it to gain a tactical advantage, hoping the referee will make a favorable decision based on their acting ability.
I love soccer but I hate this bullshit. I wish that players were subject to after-the-match video review and suspension for simulating fouls.
TheRealOneTwo t1_iycndnv wrote
Reply to eli5. If Windows is an 11gb download, why do you need at least 65gbs free on your hard drive to run it? by graemo72
As some I ne else mentioned the files are heavily compressed. In addition as soon as you install, it needs to patch and you need space for years of patches
Miss_Understands_ t1_iycn4vb wrote
Reply to eli5. If Windows is an 11gb download, why do you need at least 65gbs free on your hard drive to run it? by graemo72
Because the data is compressed to reduce download time, and inflated at the host computer.
Imagine that you live somewhere that for every sentence, they they make you append "I love our great and mighty country and our wonderful leader."
If you had to dictate your work over the telephone, you'd probably abbreviate the repetitive part to "I love the country, etcetra."
Then when the secretary typed it, she would expand the crazy stuff herself.
Everything except purely random data can be compressed, almost always at least 50%. Windows expanded from 11G to 65G, so it was compressed to 1/6 he size.
Text can usually be compressed to 1/15 the size. One reason is that all the spaces can be replaced with a very short symbol (string of bits). Rare letters like Q and Z are replaced with a long string of bits.
bwibbler t1_iycn1jp wrote
Reply to comment by easylikeu in ELI5: How does machine learning work? by Nightmarewasta
Lol thanks. Phone has a mind of its own sometimes
Loki-L t1_iycn04v wrote
Reply to eli5. If Windows is an 11gb download, why do you need at least 65gbs free on your hard drive to run it? by graemo72
The minimum requirements for windows OS are far bigger than they realistically need to be, because at some point in the past someone took Microsoft at their word. Installed it on a drive that was near the absolute minimum and then a few years later didn't have enough space left to install an update.
So nowadays MS likes to err on the side of caution. And figure what people actually need to run the OS, plus typical minimal applications disk requirements, plus swap file, plus space for updates and logs plus a healthy margin just in case.
You can try to get away with much less than what Ms says is minimum requirements. You probably shouldn't.
With hard drive space for consumer computer being nearly dirt cheap and for servers being mostly virtual and adjustable, this really shouldn't be an issue in most cases anyway.
YouthfulDrake t1_iycn00t wrote
Reply to ELI5 Why do Football (Soccer) players “flop”, that is fake or exaggerate injuries, so often? by Wasingtheisofwas
Because it's beneficial for them and their team.
-
It alerts the referee to even the slightest touch that could be deemed a foul and sometimes even fools the ref into believing there is a foul when there was no contact. So this increases the chances of the team getting a free kick or a penalty
-
There's rarely any consequences for flopping or faking injury. Proving someone is not hurt is difficult and the player often waits for the team doctor to come on the pitch to asses their "injury" which makes it more believable and harder to conclude that they're entirely faking
-
A tackle causing an injury might mean that the referee feels like they should give a yellow or red card to the offending player.
In summary, they do it because even though it looks silly, the potential benefits massively outweigh the possible negative consequences.
I'm not saying this is right but this is just how football works these days
twotall88 t1_iycmvg2 wrote
Reply to comment by ikantolol in eli5. If Windows is an 11gb download, why do you need at least 65gbs free on your hard drive to run it? by graemo72
There's also a certain amount of drive space the operating system reserves for its use whether it uses it or not as a "just in case so it doesn't go belly up if it does need it" scenario.
2called_chaos t1_iycmtr1 wrote
Reply to eli5. If Windows is an 11gb download, why do you need at least 65gbs free on your hard drive to run it? by graemo72
Windows is pretty bad at cleaning up after itself. Even if installation size does not equal download size as ikantolol said just compare Windows size after install and after 2 years of use. My Windows folder started out at around 9GB and I'm now at 26GB. And after all you need headroom for updates and other applications.
And in case of SSD it's pretty bad for its health if its constantly full or nearly full as it can't wear balance as well.
But Microsoft has a tendency for strange requirements. Just look what they recommend to run exchange, it's crazy.
r3dl3g t1_iycmr0g wrote
Reply to comment by urgetocomment2strong in ELI5: Why is wales a country but not the states of the US by coolredditfan
About that...
r3dl3g t1_iycmpdb wrote
Reply to comment by Any-Growth8158 in ELI5: Why is wales a country but not the states of the US by coolredditfan
Texas is no longer an exception. The SCOTUS resolved this in the wake of the Civil War.
Hawaii also isn't an exception, but culturally is probably the most distinct from the rest of the US (alongside Alaska).
woahdude12321 t1_iycmn6w wrote
Reply to ELI5 Why do Football (Soccer) players “flop”, that is fake or exaggerate injuries, so often? by Wasingtheisofwas
They get fouls called for it often. I think if they play through and don’t flop some of the time a foul might be ignored
Fluffy-Jackfruit-930 t1_iycm4o1 wrote
Electricity flows in a loop - a complete circuit back to the power source. With a battery, yiu have to have a wire going to both ends of the battery to complete the loop.
Water conducts electricity, so it acts a bit like a wire. Electricity will always take every possible path to complete its loop. Electrical wires are designed with insulating covers (plastic) over the surface of the metal specifically to keep the electricity only in the wires. But in water the electricity can spread out.
Now imagine that if you put a bare metal wire in water. The electricity will try to flow through the water on all directions to find the loop that completes the circuit.
Often the loop is quite vague - especially in mains power. The power plant produces power, and normally the loop is two separate wires on your electrical cables. However, there are other loops possible - the electricity can go through a pipe into the ground, the through the ground back to the power plant and the back into the generator through a ground wire.
So if you drop a hair dryer on the bath, bare wires inside the hair dryer get exposed to water. The water spreads out through the water looking for a loop. It finds the drain pipe which goes into the ground and that gives it a path back to the power plant.
Now you reach in to the bath to pick up the hair dryer. You have one hand on the metal bath tap and yih reach in with the other. Your body conducts electricity and when you reach in, the electricity finds a new loop from the water-through your arm, then body, then down into the tap, then into the water pipes. So, some of the electricity flows through you and that is why you get shocked.
steelbreado t1_iycltbz wrote
Reply to comment by just_a_pyro in ELI5: How does machine learning work? by Nightmarewasta
Excellent
confused-duck t1_iycqj30 wrote
Reply to comment by Bet_the_Flop in Eli5: Why do laptops run more efficiently when connected directly to power? by Bet_the_Flop
I doubt what he said is right - I wager that (in case of gaming laptops at least) battery just is not capable of supplying 150W or more that is required for full power operation