Recent comments in /f/explainlikeimfive
TJATAW t1_j6jjis4 wrote
Reply to ELI5 - When losing weight, why is it common to hear "burn more than you consume" in reference to calorie intake. if you consume" 1000 calories, how do you burn 1500? by Freedom-No-781
Burn more than you consume means to use more energy (calories) than you eat.
You car gets 30 mpg.
You have 10 gallons of fuel in the tank.
You drive 90 miles, burning 3 gallons, so now you have 7 gallons in your tank.
You stop and put 2 gallons into the tank, so now you have 9 gallons in your tank.
Your car used more energy than it 'consumed', and is now 1 gallon lighter than when you started out.
aspheric_cow t1_j6jj3vg wrote
Reply to ELI5 Why is desalination so hard? by MiloFrank76
Right now, in most parts of the world, there isn't an actual shortage of fresh water. The problem is managing and distributing the water that is available there, and managing the usage. So it's generally cheaper to buy & transport water, or reduce usage, than to build and operate a desalination plant. There are some exceptions, like some newly built cities in the Middle East.
pseudopad t1_j6jj2vw wrote
Reply to comment by AssesAssesEverywhere in eli5: Why do most airlines still use 2-pin audio jacks for the in-flight entertainment systems on their planes? by JJGLC92
That's pretty cool actually. Would love to actually try them, even if the quality was awful.
AssesAssesEverywhere t1_j6jiu7t wrote
Reply to comment by pseudopad in eli5: Why do most airlines still use 2-pin audio jacks for the in-flight entertainment systems on their planes? by JJGLC92
Last time I was on an airplane they had the pneumatic headphones. Just 2 holes that you plugged hollow rubber tubes into with headphones on the end. It sounded just as shitty as it sounds. This would have been around 1990/91.
Taxoro t1_j6jimmd wrote
Reply to ELI5 Why is desalination so hard? by MiloFrank76
It's not hard or difficult. It's just that clean water is really really cheap under usual circumstances. So using electricity to make clean water usually ends up costing more than the water is worth.
pseudopad t1_j6jifn3 wrote
Reply to comment by kytheon in eli5: Why do most airlines still use 2-pin audio jacks for the in-flight entertainment systems on their planes? by JJGLC92
To be honest, I don't even bother using the entertainment system if the ride is less than 3 hours, so I wouldn't remember what was on the shorter flights connecting to the actual transatlantic ones.
ShankThatSnitch t1_j6jif8e wrote
Reply to ELI5 Why is desalination so hard? by MiloFrank76
It is not hard, it is just very expensive because of how energy intensive it is. When it comes to anything, but especially water, cost is king, in regards to mass adiption.
If the water cost is double to irrigate crops, that is a big problem.
kytheon t1_j6jhysi wrote
Reply to comment by pseudopad in eli5: Why do most airlines still use 2-pin audio jacks for the in-flight entertainment systems on their planes? by JJGLC92
Perhaps. I had the double one on at least two intercontinental flights. Maybe more often and didn’t even notice. So yeah, they’re still around.
SelectTadpole t1_j6jhk88 wrote
Reply to comment by gordone1 in eli5: Why do most airlines still use 2-pin audio jacks for the in-flight entertainment systems on their planes? by JJGLC92
Thank you!! How well did these work??
Any-Growth8158 t1_j6jhg4u wrote
The operating system is told that the "4" key has been pressed. The operating system (keyboard driver) then must determine what to do with the keystroke. If it is part of an operating system meta code (for example ctrl-alt-delete) then the operating system will execute that portion of code, otherwise it will pass the keystroke on to the active program.
Generally the program will receive the keystroke as an ASCII (or unicode if your prefer) character. It just so happens that the ASCII code for "4" is 0x34 (or 0b00110100 in binary). If your program wants to treat this is a number, then all it does is subtract 0x30 from 0x34 leaving 0x04 (or 0b100 in binary). If the program receives a 4 and 1 as keyboard strokes, then it will perform the following:
(0x34 - 0x30)*0xA + (0x31 - 0x30) = (0x04)*0xA + 0x01 = 0x28 + 0x01 = 0x29 = 41 in decimal
This conversion is frequently done via a library function call. When displaying a number on the screen, a different function call is used to do the reverse and convert you binary number into a sequence of ASCII digits.
TL/DR-
When the computer is doing math is does so in binary. When you are entering or reading the results, the computer uses ASCII. Simple software algorithms (generally a prebuilt library) are used to convert between binary and ASCII.
pseudopad t1_j6jhan9 wrote
Reply to comment by kytheon in eli5: Why do most airlines still use 2-pin audio jacks for the in-flight entertainment systems on their planes? by JJGLC92
Delta, Lufthansa, KLM, SAS, United are the ones I've typically used. I've been to three different continents. Guess I just got lucky?
Oh yeah, Air France on my most recent trip to the US. Single 3.5 there too.
nayhem_jr t1_j6jh4gz wrote
Reply to comment by what_tha_blank in Eli5....can you dig a well anywhere and hit water...and how did the early ranchers in the West know where to dig for water. Especially in the really dry areas? by pinkshrinkrn
Yes, closer to a geologic timescale. Some of the groundwater we’ve extracted won’t be returning in our lifetime, especially where compaction is a factor.
TheRealSugarbat t1_j6jgxs2 wrote
Reply to comment by Careless-Ordinary126 in ELI5: What causes the stomach to make an audible grumble noise when it requires food? by bdcubedon12
lol
r2k-in-the-vortex t1_j6jgrcv wrote
Reply to ELI5 - When losing weight, why is it common to hear "burn more than you consume" in reference to calorie intake. if you consume" 1000 calories, how do you burn 1500? by Freedom-No-781
You know what fat is? It's a store of energy. If you eat more than you burn, your body stores it as fat, the reverse also works.
series_hybrid t1_j6jgg3e wrote
Reply to comment by jrhooo in ELI5: How do they come up with names for countries in foreign languages? by bentobam
I knew Google was going to be successful when I typed in a search for a word that I wasn't sure how to spell, and one option was "did you mean XYZ?"
[deleted] t1_j6jgdzv wrote
blakeh95 t1_j6jgdm8 wrote
Reply to ELI5: Why are contactless payment methods faster than inserting the chip? by jimmysofat6864
Contactless and contact methods have different processing flows.
See Page 9 for Contact and Page 21 for Contactless. You don't need to know the exact specifications, but look at the pink box between the card/device and the reader. For Contact, observe there are 3 round trip communications; for Contactless, there are 2.
spudmix t1_j6jgaua wrote
Reply to comment by winterwwonderww in ELI5: Why does whispering cause trouble swallowing? by [deleted]
Most people don't say their thoughts out loud at all. Of the minority who do talk to themselves, I'm sure very few have a habit of whispering.
Tinmania t1_j6jg4e9 wrote
Reply to comment by aspheric_cow in eli5: Why do most airlines still use 2-pin audio jacks for the in-flight entertainment systems on their planes? by JJGLC92
The 3.5 mm earphone jack is far older than 1979. It was popularized by transistor radios in the 1950s. But it was mono not stereo. When they designed stereo airplane audio there wasn’t a 3.5 mm stereo standard yet. So they simply used two mono 3.5 mm earphone jacks for stereo headsets. Not much different than what they did with the air driven airplane headsets.
Tashus t1_j6jg0n7 wrote
Reply to comment by LucyZastrow in Eli5....can you dig a well anywhere and hit water...and how did the early ranchers in the West know where to dig for water. Especially in the really dry areas? by pinkshrinkrn
>We called them “witching sticks” too. And yes they work.
No they don't.
Tashus t1_j6jfxdb wrote
Reply to comment by Cheerio13 in Eli5....can you dig a well anywhere and hit water...and how did the early ranchers in the West know where to dig for water. Especially in the really dry areas? by pinkshrinkrn
Did he also drill wells everywhere that the rod didn't indicate? You know, to demonstrate that there was no water there and that the rod actually worked?
Bob_Sconce t1_j6jfpza wrote
Reply to eli5: Why do most airlines still use 2-pin audio jacks for the in-flight entertainment systems on their planes? by JJGLC92
Another answer is that airlines will rent you the earphones to use with the two-pin jacks. They make money by NOT letting you use your headphones.
(I don't see the two-pin jacks much any more -- last time I travelled with an entertainment system, there was a traditional 3.5mm jack. )
Tashus t1_j6jfmcm wrote
Reply to comment by Additional-Rhubarb-8 in Eli5....can you dig a well anywhere and hit water...and how did the early ranchers in the West know where to dig for water. Especially in the really dry areas? by pinkshrinkrn
Most people I know say "bless you" after someone sneezes. Do you think that keeps the sneezing person healthy?
stephenph t1_j6jjyqs wrote
Reply to comment by saberline152 in eli5: Why do most airlines still use 2-pin audio jacks for the in-flight entertainment systems on their planes? by JJGLC92
I remember a cross country flight in late 90s (I think maybe a bit later) that had a crappy VHS player for the movie, the kind that had the jitter noise on the bottom. it was unwatchable, but they would not turn it off as the flight was billed as showing a movie.....