Recent comments in /f/explainlikeimfive
[deleted] OP t1_j9va0aa wrote
Reply to comment by Nice_Hat4025 in eli5: can someone explain the difference between affect and effect by [deleted]
[deleted]
Nice_Hat4025 t1_j9v9vmt wrote
Reply to comment by dshookowsky in eli5: can someone explain the difference between affect and effect by [deleted]
This actually really helps, thank you
[deleted] t1_j9v9v1c wrote
Reply to comment by Any-Growth8158 in ELI5: Why do we only use 1 and 0 for binary? Could we create a trinary system introducing an extra '2'? by No-Mammoth-1638
[deleted]
Nice_Hat4025 t1_j9v9r43 wrote
Reply to comment by lotsofmaybes in eli5: can someone explain the difference between affect and effect by [deleted]
I think thats where i get tripped up on, wouldnt the news be like the "reason" ?
[deleted] OP t1_j9v9mv3 wrote
[removed]
lurk876 t1_j9v9liu wrote
Reply to comment by ScienceIsSexy420 in ELI5: Why do we only use 1 and 0 for binary? Could we create a trinary system introducing an extra '2'? by No-Mammoth-1638
> Another common numal system for computers is the hexadecimal system, in which each digit can hold 16 values. It is useful for computers because one byte is also 16 digits (this part may be wrong, it's been a while since I've taken a computer class).
Hex is just a more human readable version of 4 bits (4 different 0/1 values). A byte is 8 bits which have 256 possible values
nullrecord t1_j9v9jkz wrote
Reply to comment by taunugget in ELI5: Why do we only use 1 and 0 for binary? Could we create a trinary system introducing an extra '2'? by No-Mammoth-1638
Sure there is - more storage, or more bandwidth.
berael t1_j9v9h54 wrote
Reply to ELI5: Why do we only use 1 and 0 for binary? Could we create a trinary system introducing an extra '2'? by No-Mammoth-1638
Binary uses 2 digits because that's what "binary" means.
A system that used 3 digits would be trinary.
metaphorm t1_j9v9gc5 wrote
Reply to ELI5: Why do we only use 1 and 0 for binary? Could we create a trinary system introducing an extra '2'? by No-Mammoth-1638
Binary systems can perform all of the same computations as ternary systems. A ternary system has additional downsides (complexity) compared to a binary system and the additional upsides (certain computations, if implemented in a way that takes advantage of ternary logic, can be faster than the equivalent on a binary system) aren't a big enough upside to be worth the downside.
dshookowsky t1_j9v9cc1 wrote
If I pinch your arm, I have affected you. The effect is the pain and redness where you were pinched.
lotsofmaybes t1_j9v9ai5 wrote
" Affect means to produce a change or influence something, as in 'The weather affects my mood.' It can also refer to someone's emotional state, as in 'She was deeply affected by the news.'
Effect, on the other hand, refers to the result or outcome of an action or event, as in 'The effect of the medicine was immediate.' It can also be used to describe a particular impression or atmosphere, as in 'The movie had a spooky effect.' "
SkarbOna t1_j9v93k9 wrote
Something is affecting you causing an effect? Can something cause affect? Or something can be effecting? That’s the way how I would start unpicking it if someone could explain to me as well.
[deleted] OP t1_j9v92ms wrote
[removed]
[deleted] OP t1_j9v9193 wrote
[removed]
nsjr t1_j9v8zhi wrote
Reply to ELI5: Why do we only use 1 and 0 for binary? Could we create a trinary system introducing an extra '2'? by No-Mammoth-1638
There were attempts to make decimal computers using voltage from 1~10v for example.
The problem happens on fluctuations, electricity being lost through wires, problems with energy escaping... And this can cause big problems of a 10 of the CPU becoming an 8 until reaches the GPU. If your part receives a 9.3v, it's a 9 that gained voltage along the current, or it's a 10 that lost it? Or an 8 that gained much more?
Binary is easy because "if there are ANY energy here, it's an 1. Otherwise, 0."
Far more reliable, electromagnetic interferes very little, error detection and correction are far more easy.
bendvis t1_j9v8w3x wrote
Reply to comment by A_Garbage_Truck in ELI5: Why do we only use 1 and 0 for binary? Could we create a trinary system introducing an extra '2'? by No-Mammoth-1638
Modern SSDs with Multi-Level Cells (MLCs) actually do use multiple voltage levels to store multiple bits of data in a single memory cell. Triple-Level Cells can store 3 bits per cell. QLC's can store 4 bits. They end up just converting that back to binary for transmission though.
explainlikeimfive-ModTeam t1_j9v8qqt wrote
Reply to ELI5: Why do people get treated way worse for killing a police officer in say, a car crash than if they killed a random stranger? by Impressive_Pound1363
Please read this entire message
Your submission has been removed for the following reason(s):
-
Rule #2 - Questions must seek objective explanations
-
Subjective or speculative replies are not allowed on ELI5. Only objective explanations are permitted here; your question is asking for speculation or subjective responses (Rule 2).
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.
ComesInAnOldBox t1_j9v8gm4 wrote
Reply to ELI5: Why do we only use 1 and 0 for binary? Could we create a trinary system introducing an extra '2'? by No-Mammoth-1638
It isn't actually 1 and 0. The 1 and 0 refer to whether or not a switch is open or closed, and therefore a circuit powered or unpowered. The symbols for closed and open circuits are | and O, the same as you've likely seen on your power switches. 1 and 0 just became the standard for typing.
SpectralCoding t1_j9v8d6n wrote
Reply to comment by ScienceIsSexy420 in ELI5: Why do we only use 1 and 0 for binary? Could we create a trinary system introducing an extra '2'? by No-Mammoth-1638
Finally someone who gets it.
RingGiver t1_j9v83c6 wrote
Reply to comment by xopranaut in ELI5: Why do we only use 1 and 0 for binary? Could we create a trinary system introducing an extra '2'? by No-Mammoth-1638
I didn't know about this. Interesting.
damNSon189 t1_j9v7yya wrote
Reply to ELI5: Why do we only use 1 and 0 for binary? Could we create a trinary system introducing an extra '2'? by No-Mammoth-1638
Because by definition binary means only two characters can be used. But yes there is a trinary system in which you can use 3 characters. And 4, and basically any number. Whether they are used or not depends on how useful they are. Binary, octal, decimal, hexadecimal are examples of them. What’s the usefulness of binary? That it’s the simplest in terms of how many symbols it requires: only two.
chamberofcoal t1_j9v7yk5 wrote
Reply to ELI5: Why do people get treated way worse for killing a police officer in say, a car crash than if they killed a random stranger? by Impressive_Pound1363
A lot of people live in a separate world where the police are batman and they're actually stopping crime.
explainlikeimfive-ModTeam t1_j9v7llp wrote
Reply to [ELI5] What would be the impact on the economy if the 0.01% gave away their wealth to the masses overnight? by [deleted]
Please read this entire message
Your submission has been removed for the following reason(s):
-
Rule #2 - Questions must seek objective explanations
-
Hypotheticals questions, or questions about hypothetical situations, are not allowed on ELI5 (Rule 2).
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.
engineerfieldmouse t1_j9va4tk wrote
Reply to comment by phiwong in [ELI5] What would be the impact on the economy if the 0.01% gave away their wealth to the masses overnight? by [deleted]
5k would instantly lift all of Africa out of poverty.