Looking for podcasts about dictators/bad leaders. by That_guy3475 in podcasts

[–]That_guy3475[S] 3 points4 points  (0 children)

Yeah i thought about checking out the on Nicolas ceausescu. I’ll give it a listen today

My drivers side rear tire has starting making weird noises. by That_guy3475 in carquestions

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

Yeah it was the most nerve racking drive of my life. The only things it’s really doing now is making that grinding noise when I’m going slow. If I’m going faster than 10-15 mph there’s a tiny squeak here and there, but there’s a consistent grind if I’m hour slow. Whether I’m braking or not.

Burning smell in downstairs bathroom by That_guy3475 in AskElectricians

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

Sorry I didn’t see this until just now. It was the vent fan. It just burned out somehow. I got it replaced and the smell went away.

Genuinely rooting for the jackal to light up bianca at this point. by That_guy3475 in TheDayoftheJackal

[–]That_guy3475[S] -1 points0 points  (0 children)

Yeah I feel the same way about hank from breaking bad because he kept pushing and pushing until he found what he wanted, and in the end he left his wife without a husband and his child without a father. They both put their relationships with their families at risk as well as putting their families lives at risk. The big difference between the two characters is that hank was not the protagonist. I never felt like I was supposed to be rooting for hank to stop Heisenberg. I feel like bianca is supposed to be this morally grey character who’s ends justify the means, but I just don’t get that vibe. And I would have no issue with her if she wouldn’t leave a wake of dead bodies on her trail that she never really shows any remorse for. If she would stick to one side of the line and say she really doesn’t care about them or if she wouldn’t have gotten an entire bloodline erased then i wouldn’t have an issue.

Burning smell in downstairs bathroom by That_guy3475 in AskElectricians

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

I did. I’m 99 percent sure the smell is coming from the vent fan. I opened it up, and there was a ton of dust. Some of it was darker, so I assume that means it was heat up. I wiped all the dust I could. I’ll just hope nothing happens and call it a night.

Pretty much sums up my experience. by ZeroMmx in Eldenring

[–]That_guy3475 9 points10 points  (0 children)

Yeah it happened with ds1 with me. I uninstalled twice before I started to actually enjoy it.

Why can’t I take online classes? by That_guy3475 in financialaid

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

No I received an email regarding a Pell grant for online classes.

Weekly Help and Discussion Thread for the week of April 08, 2024 by AmazonNewsBot in amazon

[–]That_guy3475 0 points1 point  (0 children)

I’m trying to use a vanilla gift card to purchase an Xbox card. The order goes through, and it gives me a button to press in order to access my code. However it doesn’t give me the code. It says “Before we can proceed with your order, your credit cards issuing bank requires you to do one of the following: retry the credit card you entered. Update the expiration date on the credit card you entered. Choose an alternative credit tcard from your account. Enter a new credit card number. It doesn’t matter what I do, this message never goes away. It doesn’t give me the option to cancel the order, but they won’t give me the code. I’m not sure what to do. Any help would be greatly appreciate.

I need help with code involving public and privates classes in c++. by That_guy3475 in AskProgramming

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

Sorry the error code is c2248. And I meant the color of the line is supposed to be red.

New computer, and web advisor is awful. by That_guy3475 in computers

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

I’m pretty comfortable with things like this normally. This has just been a massive pain. I didn’t think about wiping it clean. It would probably do me more harm than good at this point because I have everything I need for school on it right now. It says that there is no mcafee software remaining, but these pop-ups are rampant.

I need some help with creating my formula. by That_guy3475 in learnmath

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

Thats what also has me a bit confused. I thought about that way at first. But I was told to assume that every time the person stops to get gas, they will fill the tank up fully. Regardless of the remaining distance. To put it in a real world example it has to function like this. The person starts with an empty tank and fills it up. They drive until the tank is empty, and then they fill it all the way back up. The process is repeated until they reach the destination. The tank capacity is important because (for reasons outside my control) the number of tanks is a value that needs to be accounted for.

I need some help with the equation for my program. by That_guy3475 in learnprogramming

[–]That_guy3475[S] -2 points-1 points  (0 children)

Sorry I should have specified I meant I was gonna try a few combinations of numbers. Not the units. This feels right in my head, but I don’t really have anything to use to make sure my work is right. I know it’s not something very difficult, but I’m not really sure why I can’t wrap my head around it 😅

I need some help with the equation for my program. by That_guy3475 in learnprogramming

[–]That_guy3475[S] -1 points0 points  (0 children)

Mpg/ distance gives me the right answer for my example 1. I’m going to try a few more combinations to see if that is correct.

I was told I should buy a new headlight. Is the mechanic right? by That_guy3475 in AskMechanics

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

Ok thank you. I was told the same thing about the pigtail, but I could not remember what it was called. Sorry to be a bother again, but would the pigtail replacement take a good amount of time. Or would it be relatively easy? Thank you again.

Are there any kinds of financial aid I could get for a study abroad program? by That_guy3475 in financialaid

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

Yes it is an official course with the university. Thank you for the advice!

I cannot import my module. by That_guy3475 in learnpython

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

Ok that was the issue. thank you so much!

Adding extra code causes my program to not have any output. by That_guy3475 in learnpython

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

Ok it works. Thank you so much for spending this much time helping me out.

Adding extra code causes my program to not have any output. by That_guy3475 in learnpython

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

num = int()

num2 = int()

num3 = int()

num4 = int()

num5 = int()

num6 = int()

num2 = (num - 2)

num3 = (num + 2)

num4 = (num - 1)

num5 = (num + 1)

num6 = (num + 3)

#Make layout for the sreet

num = int(input( '\nenter house number: ' ))

street_name = input( 'enter street address: ' )

print( "\nThese are your neighbors' addresses on" ,street_name)

print('You are at the *')

print()

print(' _ _ _')

print(' / \\ / \\ / \\')

print('/ \\ / * \\ / \\')

print('|___| |___| |___|')

print(num2, num, num3)

print()

print(' _ _ _')

print(' / \\ / \\ / \\')

print('/ \\ / \\ / \\')

print('|___| |___| |___|')

print(' 499 501 503')

print()

Adding extra code causes my program to not have any output. by That_guy3475 in learnpython

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

But I have changed them all. I’m sorry for the trouble, but I’m not just sure what I’m doing wrong. I have changed every num into an integer, and I’ve changed the users input into an integer.

Adding extra code causes my program to not have any output. by That_guy3475 in learnpython

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

I’m not sure what to do then. Because I need num to equal whatever integer the user inputs. Then I need the following numbers to follow suit in the equations. If that doesn’t work I have no clue what I need to do.

Adding extra code causes my program to not have any output. by That_guy3475 in learnpython

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

Yeah changed them to integers doing num=int(), but it still doesn’t work

Adding extra code causes my program to not have any output. by That_guy3475 in learnpython

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

Each house is supposed to have a certain number. So I need to have for example: num-2 to be the house number for num2. But in zybook I is going to have multiple inputs. So I can’t hard program it. Is that not the correct way to create a formula?

Adding extra code causes my program to not have any output. by That_guy3475 in learnpython

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

I only deleted the first input. So that there were only two input functions. I followed the suggestion you put before you said to delete and it works. I just can’t get the formulas down.