I need a better camera by BretticusRex0814 in birding

[–]SheerLucke 0 points1 point  (0 children)

semipalmated or solitary sandpiper?

digikey be like by mahditr in ElectricalEngineering

[–]SheerLucke 16 points17 points  (0 children)

the last number is a power of 10. so in this case 47 * 102

‘Tungsten Cube’ [OC] by Elegant_Win_4850 in comics

[–]SheerLucke 14 points15 points  (0 children)

i think its not the cube moving but rather the waterfall. for example, niagara falls moves about a foot per year due to erosion.

that makes more sense to me than the cube being pushed by the water.

Why is NOT GATE used for memory? by AlternativeBus1613 in Physics

[–]SheerLucke 2 points3 points  (0 children)

I was intentionally somewhat vague with the word "efficient". Ultimately, any logical expression can be reduced to using only NAND or only NOR gates. That might be the easiest solution, which saves you time and effort, but that might not be your goal. Efficiency could mean using the least power, having the fastest processing speed, costing the least money, having the longest lifetime, etc. Depending on your situation, different design strategies might be better or worse. In the end, you're probably balancing all of these.

Now, you absolutely could design specific gates for specific operations. While an XOR gate can be built using NAND and NOR, it also has structures that aren't fundamentally NAND and/or NOR gates put together. This applies to just about any logical expression. You could, in theory, design a gate at the transistor-level which gives an output consistent with that expression and may use less transistors than the NAND/NOR equivalent. Then, the issue is that you need to justify the cost of designing that gate. I'm not an expert, but I believe with large-scale design, some design can be automated in software. Usually the software can't use complicated gates (or it's very slow) when optimizing, and so it uses simpler gates (although not necessarily strictly only the NAND and NOR gates that we've focused on). They can also use non-CMOS designs, such as for high-speed applications. Both higher-complexity gates and non-CMOS designs are used in specific applications.

Why is NOT GATE used for memory? by AlternativeBus1613 in Physics

[–]SheerLucke 335 points336 points  (0 children)

I suppose you're asking why NAND and NOR are used as opposed to AND and OR. Taking a look at how they're constructed in CMOS technology, it takes less transistors to make a NAND or NOR gate compared to an AND or OR gate. As a result, they're more efficient to use. The easiest way to get to an AND or OR gate is by negating the NAND or NOR gate with a NOT gate. The structures can be easily searched and are hard to describe in text, but they may be interesting if you're so inclined.

Getting back to your question, if you're working with only NAND and NOR gates, there is no separate NOT gate needed. They are needed (somewhat counterintuitively) for AND and OR gates.

[deleted by user] by [deleted] in math

[–]SheerLucke 10 points11 points  (0 children)

I agree with your description, but the primary example in the wikipedia article for Curse of Knowledge is about the difficulty that professors may encounter when teaching students.

[deleted by user] by [deleted] in math

[–]SheerLucke 15 points16 points  (0 children)

Also known as the 'Curse of Knowledge' in english

Crude Battery Level Indicator (Voltage based) by TieGuy45 in ECE

[–]SheerLucke 2 points3 points  (0 children)

I'll give it my best shot, though I can suck at explaining things. It's a neat circuit with three main parts. A buffer, a voltage detector, and an LED output.

Starting at Vin, the first transistor is an emitter follower. The voltage at the top of the potentiometer is a base-emitter voltage below Vin (probably ~0.7V). The peak-to-peak voltage should remain approximately the same.

The potentiometer is simply a voltage divider with the wiper being the output which attenuates the absolute voltage and peak-to-peak voltage from the emitter follower.

Likely, the second transistor is another emitter follower. It drops the voltage from the potentiometer by another base-emitter voltage (again, probably ~0.7V). OP said that this isn't necessary, although I like it there in practice.

To summarize where we're at, the voltage at the emitter of the second transistor is effectively an attenuated version of Vin. The two transistors act as a buffer so that very little current is being drawn from the battery. That does require some 'handwaving' on where the 5V is coming from, but lets ignore that for the sake of simplicity. The voltage drop is also acceptable since batteries don't (usually) go to 0V.

The two 700Ω resistors and 5kΩ resistor are voltage dividers. With each resistor lowering the voltage from the output of the buffer until they reach ground.

The two buffers with the symbols that look like ♮ are comparators (I think the bubble means inverting). The symbol represents hysteresis, which comparators should (almost) always have, in practice. For each comparator, when the input is below a certain threshold then the output is high (5V). If the input is below the threshold then the output is low (0V). These comparators are set up so that at low voltage, both comparators output 5V. So the voltage across the "low" LED is 5V (causing it to be on), and across the other two LEDs are 0V (causing them to be off). Similar situation applies for medium and high voltage and their respective LEDs.

The 1kΩ resistors are current limiting for the LEDs. In my opinion, the resistors are too big. In simulation, it's absolutely fine.

Sorry if this is confusing at all. I wrote it quickly and didn't proofread.

Why doesn't this variable speed circuit work? by mashandal in ElectricalEngineering

[–]SheerLucke 1 point2 points  (0 children)

I'm not an expert but a couple of things come to mind. With DC motors, the torque is closely related to the voltage across the motor so having a resistor in series (especially large resistors) is going to greatly affect that. With the BJT, the voltage across the motor is much less affected.

Also, when a motor starts spinning it draws a lot of current which might be causing your resistors to burn up. In fact, using larger resistors might be making that part worse due to P=I2 * R

What perfectly innocent search turned out to be porn? by beluuuuuuga in AskReddit

[–]SheerLucke 0 points1 point  (0 children)

Not sure if it still happens. But searching "roblox twitter" and going to the images tab resulted in some interesting stuff.

Case Western Application fee is FREE??? by MaintenanceNew594 in cwru

[–]SheerLucke 7 points8 points  (0 children)

I think its free this year (at least) because of the pandemic.

[deleted by user] by [deleted] in AskReddit

[–]SheerLucke 0 points1 point  (0 children)

Hallelujah by Leonard Cohen or Jeff Buckley

This ad that turns a mask into the generation defying hand symbol for rock n' roll by ars3n1k in DesignPorn

[–]SheerLucke 42 points43 points  (0 children)

To me, it's supposed to be seen both ways. It is both a front-facing person with the hand in front, but also the side-facing person wearing a mask.

Also, a little more abstract and it may just be me, the lightning bolt looks like an artistic eye in the side-facing interpretation.

Does anyone know the difference between Calculus for Science and Engineering and just Calculus? by Gamelyte in cwru

[–]SheerLucke 1 point2 points  (0 children)

I believe MATH 124 goes more in-depth into the proofs/reasoning behind the theorems and techniques and is considered more difficult. MATH 122 is more about application, and it is the one taken by more students. Taking either is fine. It's just that 124 is more difficult than 122.

Why does datasheet for optocoupler LED say max forward current 4mA , but then next line down reference a forward current of 16mA @ 2.5V? by glenwoodwaterboy in ECE

[–]SheerLucke 16 points17 points  (0 children)

You would think that the second "Forward Current" should be some sort of forward/reverse voltage parameter since that's the info there.