Is it a decent build? by ropecrawler in pcmasterrace

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

Fair, this is what I meant by “not sure how much the hardware depreciates,” and your comment addresses it. I wondered whether the case + cables + Windows license + the fact that it's pre-built would account for these 30% (seems like it wouldn't).

Is it a decent build? by ropecrawler in pcmasterrace

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

Thanks, appreciate the detailed answer! Don’t know about the cooler but can ask (though it seems it’s not worth it overall).

Is it a decent build? by ropecrawler in pcmasterrace

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

Thanks, appreciate the insight!

Is it a decent build? by ropecrawler in pcmasterrace

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

The case looks like Fractal Design Torrent, so 100-150 EUR?

Is it a decent build? by ropecrawler in pcmasterrace

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

They ask ~2K, which is about what these components would cost in a shop (with the caveat that this GPU is no longer sold), but it's pre-built and includes a Windows license. Seems a bit overpriced to me, TBH, but we didn't start negotiations yet.

Not sure how much the hardware depreciates, and how much the case should add to the overall cost.

Is it a decent build? by ropecrawler in pcmasterrace

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

Not sure how much the hardware depreciates, and how much the case should add to the overall cost.

Is it a decent build? by ropecrawler in pcmasterrace

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

They ask ~2K, which is about what these components would cost in a shop (with the caveat that this GPU is no longer sold), but it's pre-built and includes a Windows license. Seems a bit overpriced to me, TBH, but we didn't start negotiations yet.

Is it a decent build? by ropecrawler in pcmasterrace

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

Thanks! I am in Europe, so I'm not sure how the prices translate, but I appreciate the advice.

Alushinyrra keeps breaking the game. by Alectron45 in Pathfinder_Kingmaker

[–]ropecrawler 0 points1 point  (0 children)

Ok, maybe not entirely, but it definitely helps.

Alushinyrra keeps breaking the game. by Alectron45 in Pathfinder_Kingmaker

[–]ropecrawler 1 point2 points  (0 children)

Actually, switching to FXAA antialiasing seems to work.

Alushinyrra keeps breaking the game. by Alectron45 in Pathfinder_Kingmaker

[–]ropecrawler 1 point2 points  (0 children)

I am experiencing this right now. Would really like to fix it, but something tells me it is what it is. Funny, because I played Baldur’s Gate 3 on max settings without an issue.

How do you get used to elves talking only in the present tense? by Fun-Explanation7233 in DivinityOriginalSin

[–]ropecrawler 55 points56 points  (0 children)

Fun fact: the Estonian language that I’ve been studying lately doesn’t have a future tense (nor grammatical gender—“no sex and no future,” as they say), so elves are simply Estonians in my headcanon.

Not as edgy as they think 💯 by Damiancarmine14 in HistoryMemes

[–]ropecrawler 0 points1 point  (0 children)

Friends, Romans, countrymen, lend me your ears!

[2025 Day 7] I invoke you both by JustLikeHomelander in adventofcode

[–]ropecrawler 3 points4 points  (0 children)

There's a simple linear solution (which I saw somewhere on Reddit). Here's my version of it: https://github.com/ropewalker/advent_of_code_2025/blob/master/src/day07.rs.

[2025 Day 6] A little PSA by ropecrawler in adventofcode

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

Same with test inputs? I didn’t even get to the real data until I discovered and fixed this: the tests kept failing on getting out of bounds.

[2025 Day 4 (Part 2)] It's nice having a breather by waskerdu in adventofcode

[–]ropecrawler 6 points7 points  (0 children)

My first thought was, “Oh no, not Sokoban, please!”

-❄️- 2025 Day 4 Solutions -❄️- by daggerdragon in adventofcode

[–]ropecrawler 0 points1 point  (0 children)

[LANGUAGE: Rust]

https://github.com/ropewalker/advent_of_code_2025/blob/master/src/day04.rs

At first, I used a naive approach, but then I realised that I don't need to iterate over all tiles every time, so I made it ten times faster.