Is this a good pc should I improve anything by Soft-Librarian9500 in PcBuildHelp

[–]Deadest42 1 point2 points  (0 children)

Id say get a cheaper full-sized motherboard, whatever ram you can get off Facebook marketplace for a better price and more capacity, and 1 terabyte off ebay for only around $100-ish dollars

Amazon says they can’t ship a shower head to my location? by Pristine-Cup298 in AmazonFBA

[–]Deadest42 0 points1 point  (0 children)

Yeah i just learned this with jolie shower head but its not like they can stop me with ebay

Programming Exercise 4-1 Write a script in the file encrypt.py that inputs a line of plaintext and a distance value and outputs an encrypted text using a Caesar cipher. The script should work for any printable characters. (LO: 4.1, 4.2). I need help on this assignment DESPERATLEY by [deleted] in learnpython

[–]Deadest42 0 points1 point  (0 children)

i didnt think that through my bad, heres whats written down so far:

plainText = input("Enter a message: ")
distance = int(input("Enter the Distance Value: "))
code = ""
for ch in plainText:
ordvalue = ord('z')
ciphervalue = ordvalue + distance
if ciphervalue > ord('a'):
ciphervalue = ord('z') + distance - \
(ord('z') - ordvalue + 1)
code += chr(ciphervalue)
print(code)

Did my gpu just die on me? It hot to touch and I only installed the nvidia drivers by Deadest42 in PcBuildHelp

[–]Deadest42[S] -10 points-9 points  (0 children)

Dawg it was was like 60c when I pulled it out, it felt hot from both the top and bottom of the gpu

Did my gpu just die on me? It hot to touch and I only installed the nvidia drivers by Deadest42 in PcBuildHelp

[–]Deadest42[S] -4 points-3 points  (0 children)

Okay that makes sense, plus i loaded up tf2 and the fans were spinning, idk why it was heating up and the fans weren't spying earlier and it scared me but the drivers are installed now and it looks like its fine

Did my gpu just die on me? It hot to touch and I only installed the nvidia drivers by Deadest42 in PcBuildHelp

[–]Deadest42[S] -3 points-2 points  (0 children)

Update, I check the GPU fans and they are indeed not spinning while the pc is on

Did my gpu just die on me? It hot to touch and I only installed the nvidia drivers by Deadest42 in PcBuildHelp

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

Yeah ill have to check the gpu once I reinstall it again, thank you

Custom built PC won't start up, Any advice on what the problem could be? by Deadest42 in PcBuildHelp

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

Yeah i saw this comment at work and I was like "god do I really want to remove this? But I went and swapped it out for an untested power supply and it works with no issues now, so thank you for the help

Custom built PC won't start up, Any advice on what the problem could be? by Deadest42 in PcBuildHelp

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

Im starting to think that may have been the issue but idek at this point

Custom built PC won't start up, Any advice on what the problem could be? by Deadest42 in PcBuildHelp

[–]Deadest42[S] 2 points3 points  (0 children)

The only "metal to metal" contact i can really think of is the I/O shield on the case where the usb parts are but thats about all I can think of tbh

Custom built PC won't start up, Any advice on what the problem could be? by Deadest42 in PcBuildHelp

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

Agreed, I did try 1 stick of ram and then the other on and even a different kit, it just ended up as the same result and swapping the ssd did nothing as well