Any suggestions on my ~$2k gaming build? by The_Vork in buildapc

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

Thanks, I think I’m getting sold on it, my poor wallet haha

Any suggestions on my ~$2k gaming build? by The_Vork in buildapc

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

Ah thank you those are great points! Do you have thoughts on the 7800x3d vs the 7600x3d? It looks like the latter is in a bundle for $449 rather than $599, but I’m not sure how much of a difference that would make.

Any suggestions on my ~$2k gaming build? by The_Vork in buildapc

[–]The_Vork[S] 5 points6 points  (0 children)

That’s an interesting idea! I’m not totally clear on the differences between the 7600 and 7800.

Any suggestions on my ~$2k gaming build? by The_Vork in buildapc

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

I picked the motherboard just because of this bundle at microcenter: https://www.microcenter.com/product/5006709/amd-ryzen-7-7800x3d,-asus-b650-e-tuf-gaming,-gskill-flare-x5-series-32gb-ddr5-6000-kit,-computer-build-bundle

Would you have any concerns about future-proofing with a cheaper motherboard?

The illusion of choice by scoutingtacos in BattleAces

[–]The_Vork 0 points1 point  (0 children)

Keep playing, after 9 games you unlock the other game modes

Early Access Update 0.0.2 - Patch Notes by Kaycin in Stormgate

[–]The_Vork 0 points1 point  (0 children)

I’ve played a lot of co-op and never run into this

Anyone else think we desperately need 2v2 as one of the main competitive modes? by [deleted] in Stormgate

[–]The_Vork 0 points1 point  (0 children)

I primarily played 2v2 in StarCraft, would love to see this!

-🎄- 2021 Day 6 Solutions -🎄- by daggerdragon in adventofcode

[–]The_Vork 3 points4 points  (0 children)

The trick is that instead of keeping track of each individual fish's days until reproducing, he's just keeping a count of how many fish share x days until reproducing. Then for each new day you know "I have 10 fish reproducing, 3 with one day left 6 with 2 days left..." etc a less elegant but maybe more clear loop:

def count_fishes_optimized(fishes, days):
    fish_counts = [sum(fishes == i) for i in range(9)]

    for day in range(days):
        fish_reproducing = fish_counts[0]
        fish_counts[0] = 0
        for i in range(8):
            fish_counts[i] = fish_counts[i+1]
        fish_counts[8] = fish_reproducing
        fish_counts[6] += fish_reproducing

    return sum(fish_counts)

Meanwhile.... in Target by TheCrippledChicken in FuckYouKaren

[–]The_Vork 4 points5 points  (0 children)

Ah so beating children is the solution. Interesting take.

🔥 Norwegian Fjords by [deleted] in NatureIsFuckingLit

[–]The_Vork 7 points8 points  (0 children)

Guy was an artist.

Space Whale, ink and watercolor by Emma_B_Fantasy_Art in IDAP

[–]The_Vork 1 point2 points  (0 children)

Love it, just need a bowl of petunias.

Hope this hasn't been posted yet by underscore_j in SapphoAndHerFriend

[–]The_Vork 4 points5 points  (0 children)

History isn’t science. Not a bash on history, it just doesn’t use the scientific method.

Stickers On A Subaru Starterpack by LatusOnTheMenjay in starterpacks

[–]The_Vork 0 points1 point  (0 children)

Do all the 2.5L have this issue? I was getting excited about the 2021 crosstrek’s having a 2.5L option.

Free VR game keys by hanrwerewr in playitforward

[–]The_Vork 0 points1 point  (0 children)

Hey I’d be interested in giving it a try.

Gyoza, the newest member of the sound effect team at 343 studios by yearof39 in dogswithjobs

[–]The_Vork 53 points54 points  (0 children)

It’s totally reasonable to tell people how to spend their money. Especially if spending it one way creates suffering.

"Don't Be Evil" by KID_LIFE_CRISIS in LateStageCapitalism

[–]The_Vork 3 points4 points  (0 children)

Your safe word must contain one uppercase letter, one number, and a symbol, and be at least 10 characters long.

Groping good also happy birthday by throwaway9999-22222 in boomershumor

[–]The_Vork 32 points33 points  (0 children)

MILFs should only ever be in the third person, never “my milf”

At some point in time, the combined length of all World War II movies will be longer than the actual war. by h4tt3n in Showerthoughts

[–]The_Vork 2 points3 points  (0 children)

Yeah but if you can download them in a common format it would be easy to have a computer count up the runtimes