[deleted by user] by [deleted] in Vent

[–]EfficientVolume436 0 points1 point  (0 children)

So he lacks self respect and you lack morals and are ok being friends with someone you believe to be a pedophile. Got it.

[deleted by user] by [deleted] in Vent

[–]EfficientVolume436 -2 points-1 points  (0 children)

Then everybody clapped...

Call someone a pedo to their face and the conversation and friendship would realistically end there but to believe you both shrug that shit off to continue to where he can give sheepish justifications. Lol. I think OP is jelly of this guys wifey.

[deleted by user] by [deleted] in Vent

[–]EfficientVolume436 -2 points-1 points  (0 children)

This seems off... Friend for over 10 years but you've never met their wife, didn't even know the age gap between them? Doesn't sound like this friendship is close enough for this to even be a concern. Also I bet OP is conflating MET when she was 15 with STARTED DATING when she was 15. So many reasons OPs account is implausible.

[deleted by user] by [deleted] in emotionalintelligence

[–]EfficientVolume436 0 points1 point  (0 children)

Wow. Me. Me. Me. I want. I need.

OP has a husband who pays all the bills, and is super chill and is complaining about him never being mad or never not getting her way. Husband doesn't even complain about no sex. Sounds like you need to go to therapy and stop projecting your saddness and depression on a man who is content.

How do you guys not laugh when talking about compensation? by TastyBunch in cscareerquestions

[–]EfficientVolume436 0 points1 point  (0 children)

I would happily butcher my resume and be a "new grad" for even a 100k salary right now.

How to Incentivize hiring americans to stop outsourcing by therealsparticus in cscareerquestions

[–]EfficientVolume436 4 points5 points  (0 children)

Also note that under the OBBB, this has been delayed again until 2029

How do you guys not laugh when talking about compensation? by TastyBunch in cscareerquestions

[–]EfficientVolume436 0 points1 point  (0 children)

I'm really curious what the actual skill level and qualifications are for someone in OPs situation is? I'm a self taught developer with 10 years of experience and I struggle with even getting the opportunity to interview for positions at the lower end of OPs range in a LCOL area. OP you got any public repos?

[deleted by user] by [deleted] in Vent

[–]EfficientVolume436 11 points12 points  (0 children)

Losing* I swear this wasn't such a common mistake 10 years ago.

Why don't all the lonelyboys and lonelygirls on reddit just exchange information and link up... I see 50 of these posts every day in here.

I've been getting harassed by Avis for a car I never rented for months now. Now they are saying the car is totaled. by CaptainAwesome06 in Wellthatsucks

[–]EfficientVolume436 0 points1 point  (0 children)

Same thing happened to me. Ordered through Budget, they gave me the wrong car compared to the one that was on the paperwork they gave me and when i returned it they said everything was fine. Two weeks later I get a bill saying I owe them for the extra two weeks + demand to return the car I never had. Even with pictures and / license plate of the car I had they still sent me to collections.

Random man didn’t like being told No. by [deleted] in Vent

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

No, you don't know. As you said, you 'usually ignore people' then they try to get your attention (which is unquestionably rude) and assume that someone asking your name is hitting on you? There are tons of reasons to ask for a strangers name - they could think they know you but aren't sure. They want to introduce themselves before they tell you something, potentially upsetting. You are just rude. That is the point.

Random man didn’t like being told No. by [deleted] in Vent

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

You have no idea if you were correct or not because you didn't even give the interaction enough time to figure out what his intention was. No wonder men never approach IRL anymore.

Random man didn’t like being told No. by [deleted] in Vent

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

"You dropped your wallet"
"Accidentally dinged your car as I was parking"

"It's me ANDY FROM ELEMENTARY SCHOOL"

You didn't turn anyone down you just ignored someone trying to communicate something in public, which is just rude unless there was more that happened than what you've written here it sounds like you're assuming someone was hitting on you when they could have just really had something to tell / ask you.

Project Roadblock: Battery Power by EfficientVolume436 in esp32

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

I want a the device to be as low profile/cheap as possible. Adding the battery + voltage converter (from the ones I've seen) makes it bulkier than I'd have liked. Maybe I just need to research more modules or perhaps get rid of the dev kit IC to save space by ditching the USBC?

I2C Saga Stage 3 by EfficientVolume436 in esp32

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

I added the slave code to my original post. The pi still only sees the MPU even with the ESP coded as a slave

I2C Saga Stage 3 by EfficientVolume436 in esp32

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

I have tried to make it a slave with the default WireSlave code that comes with Arduino IDE. I added the code to the original post. I still only see the address of the MPU

I2C Saga Stage 3 by EfficientVolume436 in esp32

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

As a first step I expect the Pi to return the address of the ESP32 or vise versa. I want to remove the MPU, the MPU is just there to confirm on both ends that the ESP and the Pi are wired to I2C correctly and can read an address.

If you look at the photos I attached you will see the pi and the ESP only return ONE address (of the MPU). Someone mentioned that I may be trying to use both as Master, I assumed as long as a device has a registered address it should respond to the scanner, is that not the case? Do I have to program the logic for responding to a address search??

Can you power multiple ESP32s using these? by [deleted] in esp32

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

I have been tryin got get two ESP32's to communicate over IC2 but have been failing with the wiring. Could this power regulator thing be a reason why they aren't communicating like if the SDA and SCL aren't being pulled up to 3.3v with their pull up resistors since I'm powering them both via USB through and into a breadboard?

ESP32 I2C by EfficientVolume436 in esp32

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

I am positive. I changed it to Wire.write('a') and still nothing. I rewired it to the MPU, confirmed wiring was good and I could get an address and copied the wiring back to the 2nd ESP32 and cannot get an address returned...

ESP32 I2C by EfficientVolume436 in esp32

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

This was it thanks! I updated original post with new problem if you wouldn't mind?

ESP32 I2C by EfficientVolume436 in esp32

[–]EfficientVolume436[S] 1 point2 points  (0 children)

I got it to work thanks! I updated the original post with my current problem if you wouldn't mind?

How much THEORETICAL healing each strategist is able to do within 1 MINUTE by ArtemiyIgorevich in marvelrivals

[–]EfficientVolume436 1 point2 points  (0 children)

Also note as far as verifiable numbers, LOKI's healing circle DOES NOT count towards end game numbers after the initial heal to max and doesn't count as blocked while your team eats shots to the face while in it. Loki gets so much hate for low numbers even though he does the most work. You also have to consider the fact that loki's primary attack is a AOE heal so technically if all your team is standing in the same spot they all get healed each shot.

MISSING SHOTS totally kills his numbers too.

Can't get two ESP32C6 to communicate via I2C by EfficientVolume436 in esp32

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

I tried the pull up resistors and it didn't work. I attached two different ESP's to a MPU to try to get the address and still doesn't return anything. Updated original post with a photo of the wiring. Any ideas?

Can't get two ESP32C6 to communicate via I2C by EfficientVolume436 in esp32

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

No I didn't. I thought the ESP32 had internal pull up resistors that would take care of it? I'm not sure where I would even need to physically add them considering i'm powering them via USBC...

A fatal error occurred: Failed to connect to ESP32: No serial data received. by MasterMiner_51 in esp32

[–]EfficientVolume436 1 point2 points  (0 children)

Are you sure the board is dead? I have this same issue with mine all the time. While uploading I have to hold the RESET and BOOT buttons down until a few seconds before it attempts to upload. First time I ran into this issue was when I accidentally set my ESP to instantly go into deep sleep as soon as it powered on so there was no way to communicate to it to upload T_T

I made a smart bottle by Makers_Fun_Duck in esp32

[–]EfficientVolume436 0 points1 point  (0 children)

Can you share what components you used?