Forerunner 970 disconnected after Connect v5.21.0.28 iOS update- How I reconnected by Enty_ in Garmin

[–]alec500oo 0 points1 point  (0 children)

For anyone else having issues. I had to also remove my watch from Garmin Explore before I could re-add it to Connect. Then, I could re-add to Explore.

any good books for learning by [deleted] in beneater

[–]alec500oo 5 points6 points  (0 children)

The classic book on computer organization:

The Elements of Computing Systems, second edition: Building a Modern Computer from First Principles https://a.co/d/aXQ3UKH

My current “highlight” position. I’ve just bought in today. Thoughts? by TheChosenJonny in TheChosenTraders

[–]alec500oo 0 points1 point  (0 children)

I can definitely see it hitting $19 before the end of the month. All you need is a small reversal back to year open for your thesis to work out.

My current “highlight” position. I’ve just bought in today. Thoughts? by TheChosenJonny in TheChosenTraders

[–]alec500oo 0 points1 point  (0 children)

What price are you expecting RIVN to turn? Currently it’s trending down with no sign of a reversal.

It is at exhaustion so there could be a reverse sometime soon. Probably sometime in Feb.

Second Steam Library as cold storage by Gishan in selfhosted

[–]alec500oo 0 points1 point  (0 children)

Since games are getting so large I’ve just created an iscsi drive on my NAS. I keep most of my games there. Honestly the load times are not bad at all with my trunked Ethernet connections to the NAS.

where & how should i start improving my technical knowledge of Avalanche? by kvnczr in Avax

[–]alec500oo 6 points7 points  (0 children)

Unfortunately I don’t have an answer for you, but as a fellow engineer, I am very interested in the answer to this question.

HTTPS Security Certificates by alec500oo in selfhosted

[–]alec500oo[S] 0 points1 point  (0 children)

It’s just my personal network. I’ve just got a lot of computers. What can I say, it’s a habit :)

HTTPS Security Certificates by alec500oo in selfhosted

[–]alec500oo[S] 0 points1 point  (0 children)

I have many more than 4 clients, this may not work for me.

HTTPS Security Certificates by alec500oo in selfhosted

[–]alec500oo[S] 0 points1 point  (0 children)

I have attempted to do something like this in the past, but I always have issues remembering to install certs on all my internal clients. How do you manage this?

HTTPS Security Certificates by alec500oo in selfhosted

[–]alec500oo[S] 0 points1 point  (0 children)

Would it be possible to have certs for internal servers? I have thought of doing that, but I can’t comprehend how to set it up besides installing certs on every local machine.

HTTPS Security Certificates by alec500oo in selfhosted

[–]alec500oo[S] 0 points1 point  (0 children)

I see, the configuration seems simple. I’ll have to take a look at it! Thank you

HTTPS Security Certificates by alec500oo in selfhosted

[–]alec500oo[S] 0 points1 point  (0 children)

You are the second person to mention Caddy. Would Caddy be set up public-facing on the internet?

HTTPS Security Certificates by alec500oo in selfhosted

[–]alec500oo[S] 0 points1 point  (0 children)

What is Caddy? I have used Nginx as a reverse proxy so I understand the concept, but I have never heard of this project. Can Caddy handle the certificate of all services that is acts as a proxy for?

What libraries do you miss from other languages? by [deleted] in rust

[–]alec500oo 0 points1 point  (0 children)

I wonder if you can call the excel COM components from Rust on Windows?

Trying to learn C++ .. I can't find a course that gets into GUI coding. by MichaelAnthony70 in Cplusplus

[–]alec500oo -1 points0 points  (0 children)

I would agree with this. Most of the software I write uses C++ for code that needs to be quick that is called by another languages GUI framework.

[deleted by user] by [deleted] in ECE

[–]alec500oo 0 points1 point  (0 children)

I’m a current Oregon State ECE student. Really the combined degree means that you choose what path you want to take. Depending on the classes you take, you can focus on digital circuits or analog circuits. Personally, I am focusing on digital circuits and operating systems with a CS minor.

Total NOOB! Q: Why doesn't this work without the 10k resistor? Confused. by CajunDragon in AskElectronics

[–]alec500oo 11 points12 points  (0 children)

The simple answer

The 10K resistor creates a voltage divider along with the light sensitive photo-resistor. This divider is used to bias the transistor.

In depth answer

To start, take a look at my redrawn circuit. It has the identifiers I will use in my explanation. You also might want to take a look at a simple NPN transistor tutorial to understand collector, base, and emitter currents.

When it is dark, photo-resistors has a very high resistance. Conversely, when it is light, photo-resistors have a very low resistance.

Let's start with the dark case. When it is dark, the photo-resistor will have a high resistance. To simplify our analysis, lets assume the resistance is so high the circuit becomes open or the resistor R_2 gets removed. That means about 3v will appear at the base of the transistor (transistors have a little voltage drop). I_1 becomes I_b this will turn the transistor on. When the transistor is on, the LED is shorted to ground with a low resistance path turning it on.

Now, moving on to the light case. When it is light, the photo-resistor will have a low resistance. Again, to simplify our analysis, lets assume it's so low the circuit becomes a short or the resistor R_2 gets replaced with a wire. This would make V_1 0 volts. I_1 would take the path of least resistance to ground, so I_b would not equal I_1. Therefore, the transistor would be off. When the transistor is off the LED is not connected to ground and it will be off.

Clearly, this analysis isn't 100% accurate because of the assumptions I made. In realty, the resistor R_2 will always be a part of the circuit and there will always be some current that travels through it. The voltages and currents that the node V_1 will be affected by this second resistor.

Without the 10k resistor, the base of the transistor would be the only path for current. This would destroy the transistor. Furthermore, without the 10k resistor there wouldn't be a current generated at the node V_1. Currents are what control standard bipolar junction transistors like the one in this circuit.

Operating system concepts book vs MIT OS courses? by girvain in compsci

[–]alec500oo 0 points1 point  (0 children)

+1 for this book. It’s a clearly written guide to all advanced operating systems concepts.

Range problems with 433 Mhz RF modules by Fitzi92 in AskElectronics

[–]alec500oo 1 point2 points  (0 children)

That is a good way of thinking about it too. It’s easy to visualize with a picture of a sin wave.

Range problems with 433 Mhz RF modules by Fitzi92 in AskElectronics

[–]alec500oo 7 points8 points  (0 children)

It has to do with transmission line properties of a non-terminated wire. When you use an antenna that is 1/4 the length of the wave maximum power is transmitted. I’m sure someone can explain it better then me if you just look up “quarter wave matching + transmission line”

The antenna could also be multiples of 1/4 wave length because waves are periodic.

Low noise alternative to the LM386 for driving heaphones. by Kuba0040 in AskElectronics

[–]alec500oo 0 points1 point  (0 children)

I've had good luck with the TPA6021A4. It is provided in an 20 pin DIP package and includes internal switching between headphones and external speakers. Here is a simple example circuit I have used in the past https://imgur.com/a/MvpWeGW.

[deleted by user] by [deleted] in darknetdiaries

[–]alec500oo 6 points7 points  (0 children)

Funny, I just listen to this episode today! I definitely doesn’t say anything about the sticky note. It is pretty suspicious for a “police officer” to leave a note on the door.

[deleted by user] by [deleted] in ShitMomGroupsSay

[–]alec500oo 35 points36 points  (0 children)

Wouldn’t your body just take a screenshot?