Recent comments in /f/askscience
riptaway t1_j47xerd wrote
superheavydeathmetal t1_j47w4y9 wrote
Because the moon is perfectly* round, and the halo is created from the light being reflected (then refracted, as others have said) from the moon.
If you were able to see a halo around, say Haumea, for instance, the halo would be very oblong.
*The moon is, of course, not perfectly round. But, it is close enough to make the halo appear perfectly round.
sugarfoot00 t1_j47ukq9 wrote
Reply to comment by NimdokBennyandAM in How do giraffes breathe? by NimishApte
People forget that even exhaled air still has a lot of oxygen in it. It's not like we exhale straight CO2.
[deleted] t1_j47uce9 wrote
TrappedOnARock t1_j47tldq wrote
One thing about torque specifications I don't understand is when a manufacturer calls for a certain lb-ft of torque, why do they sometimes add an additional degrees of rotation afterwards?
That's seems counter-intuituve and less accurate of a fastener safety measurement.
Rokmonkey_ t1_j47tc4h wrote
Reply to comment by aspheric_cow in Why don't Wind Turbines have two or more adjacent sets of blades instead of one? by Deewon_
This is correct, it's something called solidity, ratio of number of blades, diameter and chord length. Generally the lower you go the more efficient, though there is some lower limit.
[deleted] t1_j47sx7y wrote
[removed]
Scuka1 t1_j47s2cb wrote
Reply to What exactly is the process when someone "trains" an AI to learn or do something? by kindofaboveaverage
I don't really agree with the term "AI" here, but let's use it for now.
I'll speak for neural networks, and particularly, a method called "supervised learning", i.e. learning where you as a human know the inputs and the desired outputs of the learning data set.
Neural network is just a mathematical model that:
- takes in some inputs,
- does some math on these inputs, and
- spits out an output.
Training the AI is, in simplest possible terms, adjusting the parameters of step 2.
When training the AI, you have a bunch of data where you know the inputs and outputs. Say you want to train the AI to recognize which image has a cat in it. You have a bunch of images, and you, as a human, know which ones are cats, and which aren't. Those images will be used to train the AI.
So, in the process of training you:
- Give the AI its input (images of cats; and from the perspective of computer software, an image is just an array of pixels each with a particular color)
- .
- Give the AI the output, i.e. tell it which images have cats and which don't by giving each image a 0 or 1 value.
Now with known inputs and outputs, the AI tries to figure out the middle step. Similar to how when you've got an equation 3 × X = 6 you try to figure out what X is by asking "what number do I multiply with 3 to get to 6?", the AI tries to figure out "what kind of math do I need to do to a bunch of this pixel data to get to '1'?".
This is done through some mathematical algorithms, essentially by first trying certain parameters and seeing what output it gets it and then iterating with math to get closer to the solution. And through that process, the AI adjusts its own parameters so that, when you give it a bunch of pixels, it can take that pixel data, do math, and the result of that math equals 1 if there's a cat in the image and 0 if there are no cats.
So, in short (and oversimplified), you've got equations:
"image with a cat" × X = 1
"image without a cat" × X = 0
Training is using a bunch of mathematical algorithms on known data to figure out what X is.
Now that the X is known, you can give AI an unknown image so it can do math "X" on it, and figure out on its own whether the image contains a cat.
Aseyhe t1_j47qwh0 wrote
Reply to comment by Kantrh in How do we know that dark matter isn't just ordinary matter our instruments can't detect? by jmite
Yeah, but in context it's the hypothesis that sterile neutrinos explain the anomaly. I edited the post above after checking the research article.
They also say, > we reject with high CL the hypothesis of a sterile neutrino of mass around 1 eV.
Viable sterile neutrino dark matter models are generally at least 1000 times heavier than that, in the keV range. That's because if the dark matter particle were too light, its thermal motion would eliminate variations in the density of the universe at the scales of dwarf galaxies, preventing those galaxies (which we observe and hence know to exist) from forming.
AnattalDive t1_j47pfoz wrote
Reply to comment by Naive_Age_566 in What happens to a photon after it hits my eyeball? by NJdevil202
is that also the reason the speed doesnt matter? i wondered a few days ago how plants can absorb photons traveling at the speed of light
Erathen t1_j47ood5 wrote
Reply to comment by Twerck in where does epinephrine comes from? The one used for people with allergies because Google only says It comes from glands so I don't understand if it's donated or sintethized by other means. by SALAMI_21
>I wonder if lab-grown adrenal glands would be a viable alternative to how it's done today
We don't get adrenaline from animals anymore. We haven't since around 1906 when Friedrich Stolz figured out how to synthesize from adrenalone
coilycat t1_j47oo3z wrote
Reply to comment by Greyswandir in Is there physical differences between blood types? by terrip_t1
wait, the color of the entire cell would change based on the surface protein?
Sharlinator t1_j47oiis wrote
The inside of your eye is a "dark room" like the insides of a camera; your pupils appear black even though they are transparent because the retina is dark and reflects little light. Light bouncing around the eyeball would cause glare and reduction of contrast.
Erathen t1_j47oari wrote
Reply to comment by PEVEI in where does epinephrine comes from? The one used for people with allergies because Google only says It comes from glands so I don't understand if it's donated or sintethized by other means. by SALAMI_21
Where are you getting this information?...
It's not correct. We don't extract adrenaline anymore. It's synthesized from adrenalone. It has been since about 1906
dastardly740 t1_j47nd3p wrote
Reply to comment by Aseyhe in How do we know that dark matter isn't just ordinary matter our instruments can't detect? by jmite
To expand a bit, aside from the early universe point in terms of how we get anything smaller than a gas giant for dark matter. One thing that is possible even for hard to detect ordinary matter is that even non-detection sets limits for the size and quantity of those objects. So, surveys watching for occultations and gravitational lensing events on stars in Andromeda or distant galaxies or quasar by these objects if they made up the Milky Way's dark matter halo set limits on the size and quantity of planet sized objects and even planet mass primordial black holes. I believe the current boundaries for size and quantity of objects that have not been eliminated as significant dark matter contribitors is pretty small right now.
belhill1985 t1_j47n97y wrote
Reply to Why don't Wind Turbines have two or more adjacent sets of blades instead of one? by Deewon_
You're extracting energy from the flow of wind, and there is a finite amount of energy to be extracted.
It's easier to think of the analogy of a hydro turbine in a river. The water clearly has mass and velocity, which gives it energy. As the water makes the turbine blades spin, you extract some of the energy from the water and turn it into rotational energy of the blades. Thus, the water behind the turbine has less energy and will be moving slower. If I put another turbine behind it, the water that hits it will have far less energy to extract.
Where it gets complicated is that the water behind a turbine blades will have lower pressure than the water in front of it, because energy has been extracted. As you know, a low pressure fluid wants to flow towards a high pressure fluid, so this would theoretically induce flow 'backwards' through the turbine. In reality, it just acts as a resistive force against the fluid flowing through turbine. The more energy you extract, the more the fluid 'behind' the blades will resist the flow.
This actually leads to some interesting math: to maximize efficiency, a wind turbine should only extract 50-60% of the energy flowing across its rotor area. Thus, if you can make one set of blades extract 50-60%, then an additional set of blades is unnecessary and will only add cost and complexity.
Edited to add a source for the last point on the math: https://en.wikipedia.org/wiki/Betz%27s_law
[deleted] t1_j47mun5 wrote
V0idL0rd t1_j47mb99 wrote
Reply to comment by ironkb57 in What are the long term effects, if any, of paracetamol toxicity? by InternationalPast178
Paracetamol is extremely toxic in case of overdose, and the lethal dose is quite low so it is possible to overdose if you take too many pills in a short interval of time. If by long term toxicity you mean taking a low dose of paracetamol everyday for example there is an increased probability of toxicity. But generally speaking if the dose is low there shouldn't be much of an effect. Its only toxic after surpassing the limit your liver can process. There are substances that are immediately tox at any dose, lead for example. Other are only really affecting you negatively only after a certain dosage, being harmless before arriving at that point
[deleted] t1_j47lwbu wrote
Reply to comment by deviantbono in What happens to a photon after it hits my eyeball? by NJdevil202
[removed]
[deleted] t1_j47ltua wrote
Reply to comment by [deleted] in How do we know that dark matter isn't just ordinary matter our instruments can't detect? by jmite
[removed]
[deleted] t1_j47kc5j wrote
[deleted] t1_j47k37c wrote
Reply to comment by [deleted] in How do we know that dark matter isn't just ordinary matter our instruments can't detect? by jmite
[removed]
[deleted] t1_j47jrh9 wrote
Reply to comment by danieljackheck in What does it mean to torque a screw to a specific torque? by alucemet
[removed]
The_Astronautt t1_j47jqkg wrote
Reply to comment by SamQuan236 in Is there a chemical that produces heat when compressed? by Wulphram
Is this correct? My understanding is that when a gas exapands it draws in energy from the surroundings. Which is why its previous vessel cools down like how you mentioned the can getting cool, but the gas itself gained energy. Meanwhile, a gas compressor is used in AC units to force the gas flowing through the line to release its heat which is then dissipated across a radiator with air flowed over by a fan. Am I missing something?
Norwester77 t1_j47xj2p wrote
Reply to comment by coilycat in Is there physical differences between blood types? by terrip_t1
If you add a dye of a particular color that sticks to the particular surface protein, yes.