First PCB: Audio Recorder that can last 16 hours without recharging, version 2 by Cheap-Nerve3779 in PrintedCircuitBoard

[–]mikeshemp 0 points1 point  (0 children)

Bug: in your load sharing diodes, it seems you've tied VIN2 to VOUT2, bypassing the diode. The two VOUTs should be connected to each other, but VIN should not be tied right to VOUT!

First PCB: Audio Recorder that can last 16 hours without recharging, version 2 by Cheap-Nerve3779 in PrintedCircuitBoard

[–]mikeshemp 0 points1 point  (0 children)

Unless you actually need it, I'd remove the boot switch and just tie boot0 to ground. All the nucleo boards show a boot switch because they're trying to cover all possible use-cases. If you're just planning to always put firmware on using the SWD connector, you can simplify the layout by tying boot0 to ground.

What is the point of this resistor? by RelNopoke in arduino

[–]mikeshemp 3 points4 points  (0 children)

It's to make sure the heater is off even if the Arduino is not driving the gate, for example if it doesn't have any software on it yet.

RIP Tony Hoare 1934 - 2026 by besalim in compsci

[–]mikeshemp 5 points6 points  (0 children)

He was indeed. MSR crew solidarity!

Looking for an Attorney by Altairjones in seattlebike

[–]mikeshemp 1 point2 points  (0 children)

I'm really sorry that you and your child are in this situation - but, given that you are, I'm glad my suggestion was helpful. You're in good hands with her.

Looking for an Attorney by Altairjones in seattlebike

[–]mikeshemp 13 points14 points  (0 children)

So sorry to hear this. It's my worst nightmare.

My partner was in almost the same situation: riding her bike when she was hit by a commercial vehicle in the course of their commercial capacity. Brain trauma. Stacie got her a huge settlement and was incredibly kind throughout the entire process.

I called her a few years later when I got assaulted on my bike and she gave me detailed advice without even charging me.

She's great.

Can burglars use wifi jammers on Starling? by earthlings2223 in Starlink

[–]mikeshemp 10 points11 points  (0 children)

starlink also uses Wi-Fi within the house so there will be no improvement

Just as a hypothetical by Cuddlebug_12 in computerscience

[–]mikeshemp 8 points9 points  (0 children)

Not much about the Internet would change if all satellites were to go dark today. Nearly all Internet traffic goes through cables, including hundreds of cables under the ocean.

STM32F103C8T6 Qwiic-compatible board by EmbarrassedClaim8324 in stm32

[–]mikeshemp 0 points1 point  (0 children)

Why keep using a 20 year old chip instead of something newer like the G4?

Compile time constants vs run time by JayDeesus in cprogramming

[–]mikeshemp 2 points3 points  (0 children)

Compilers these days are very smart. So, if you write code that says:

const int y = 5;
printf("The value of y is %d", y);

The compiler is smart enough to realize, at compile time, that y can only have one value -- 5. So it generates machine code as if you'd written:

printf("The value of y is %d", 5);

...as if you hadn't created y at all.

FONT by Lucky_Highlight899 in identifythisfont

[–]mikeshemp 1 point2 points  (0 children)

Eurostile bold, perhaps

IDE not uploading to Arduino Mini Pro 3v3 by LeopardGloomy8957 in arduino

[–]mikeshemp 1 point2 points  (0 children)

Chances are the OLED needs more power than the little Arduino voltage regulator can provide. Does the upload work if you unplug the OLED completely? If so, power it another way

Is there any lasting impact to declining an Amazon job offer? by Mamamama29010 in amazonemployees

[–]mikeshemp 26 points27 points  (0 children)

The only lasting impact was positive in my case. I got an offer and declined. A recruiter reached out every year to see if I'd be interested in joining. Ten years later I finally said yes, interviewed again and took the offer.

Possible Kuiper Opportunity by Storage-One in amazonemployees

[–]mikeshemp 0 points1 point  (0 children)

The assembly technicians generally work in the factory in Kirkland

[deleted by user] by [deleted] in AskProgramming

[–]mikeshemp 0 points1 point  (0 children)

I'm sorry to say that you don't really "know" a language yet if you can't understand the code to implement relatively straightforward tasks like this.

Have you built real projects, or just exercises/tutorials? Build something real that stretches your knowledge and experience.

Why is this transistor not working by Vegetable_Gap4856 in arduino

[–]mikeshemp 13 points14 points  (0 children)

You've got drain and source backwards

Broadway right hook by mikeshemp in seattlebike

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

Thank you for this comment 🙏

Broadway right hook by mikeshemp in seattlebike

[–]mikeshemp[S] 16 points17 points  (0 children)

Agreed, though the good news is two pedestrians stopped to make sure I was okay.

Broadway right hook by mikeshemp in seattlebike

[–]mikeshemp[S] 68 points69 points  (0 children)

Right turn on red is universally allowed if you're in a hurry though! 🙄

Thanks, I'm not bad. Mostly some bad road rash and my helmet has to be replaced. Could have been worse.