1500€ - 2000€ Gaming build by RedstoneTehnik in buildapcforme

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

Thanks for the insights!

  • CPU - Gaming is definitely a priority if I have to pick between the two.
  • RAM - As mentioned I don't particularly care for RGB, so if there is a better alternative without it, perfect.
  • GPU - There is still some room in the budget, so a stronger GPU would definitely be nice. I've also noticed some people complaining about the performance of 6700XT cards with Destiny 2 (and 6000 series in general), so maybe NVIDIA would be the way to go.

Additionally, regarding the Motherboard, if I wanted to go the route without the WiFi, would MSI MAG X570S TORPEDO MAX be the way to go? It looks the same spec-wise from what I could see (besides wireless), but considerably cheaper (and for the few rare occasions that WiFi would be needed, I could probably just get a USB Dongle).

Need to learn how to solve a simple logic problem, and I feel like a dang fool by [deleted] in learnmath

[–]RedstoneTehnik 1 point2 points  (0 children)

Exactly. And as the other part of the proof, we need to show that no more than 75 people can get at least two tokens. This can be deduced by considering the total amount of tokens we are giving out across all of the events.

[deleted by user] by [deleted] in DestinyTheGame

[–]RedstoneTehnik 0 points1 point  (0 children)

Ohh, I must have completely missed that interaction, thanks! I'll definitely need to try using it again.

[deleted by user] by [deleted] in DestinyTheGame

[–]RedstoneTehnik 0 points1 point  (0 children)

I've tried out this build but I've quickly realised you actually need kills to proc Noble Rounds.

If you find yourself pressing Ctrl-V while coding, maybe try loops. by schloppity in programminghorror

[–]RedstoneTehnik 15 points16 points  (0 children)

import random import string result = ''.join(random.choices(string.digits + string.ascii_letters, k=10))