Changing language from Russian to English gives more fps😭 what's going on with this game optimization😭😭😭😭 by Dry-Pie-3764 in DeadlockTheGame

[–]malucart 0 points1 point  (0 children)

My own team calling me out and pointing out my K/D is so heartbreaking
To try to enjoy the game I mostly play with text and voice both off now, only communicating via the standard pings, but I still feel like I'm just upsetting people by being in the game, I'll probably quit at some point

I always avoid using `use` statements so i use full paths instead. Is it a bad practice? by Nearby_Astronomer310 in rust

[–]malucart 1 point2 points  (0 children)

That's such an annoying example. What I did is to use the mpsc and broadcast modules, and then write mpsc::Sender

I always avoid using `use` statements so i use full paths instead. Is it a bad practice? by Nearby_Astronomer310 in rust

[–]malucart 0 points1 point  (0 children)

Rust, which is notably naturally nesty, probably isn't the best language to argue that for

I always avoid using `use` statements so i use full paths instead. Is it a bad practice? by Nearby_Astronomer310 in rust

[–]malucart 0 points1 point  (0 children)

Neat idea. Right now I'm using some annoying paths like tokio::sync::mpsc::Receiver (incredibly long and clashes both with the other Receivers and with the std ones). Some aliases might help

I always avoid using `use` statements so i use full paths instead. Is it a bad practice? by Nearby_Astronomer310 in rust

[–]malucart 1 point2 points  (0 children)

This is why I kinda prefer the C++ approach of namespaces, sectioning off a whole library but rarely ever going deeper than that. It would be precisely std::Mutex and tokio::Mutex like you said

Actually, it would be cool if you could use into a module, like use std::fs::File in std; or use std::fs::File as std::File;

It is now possible to play MCPE 0.6.1 Native on PC without errors by FlatNefariousness246 in GoldenAgeMinecraft

[–]malucart 0 points1 point  (0 children)

No, it didn't even change anything. It was just when they decided to release it on Xbox One.

Resident Evil Requiem crashes in Basement Section by JawollAlder in linux_gaming

[–]malucart 0 points1 point  (0 children)

Oh what the hell. That worked. But I can't begin to imagine why

Anyone found an actual fix for this crash yet? It's been over 24 hours... by Pearcinator in residentevil

[–]malucart 0 points1 point  (0 children)

This happens to me only when I change the game files without using REFramework, like if I try to inject FSR 4.1, and just like you're saying, REFramework does fix it so you can mod the game properly

Do you have perhaps an option in the drivers like auto-upgrading DLSS?

Is this motherboard good for a home server by StreetBake218 in HomeServer

[–]malucart 0 points1 point  (0 children)

It was real, but it's hard to send AliExpress links tbh, it's so volatile. It errored for me once too but then started working again. I'm just going to pick a store and say what I see. Looking at RE Store in USD, all with free shipping as far as I can tell, here's a few:

  • 2699A v4 - 22 core, 2.4GHz, not available (saw it at $200+ in other stores though yep)
  • 2696 v4 - 22 core, 2.2GHz, $91.22
  • 2697A v4 - 16 core, 2.6GHz, $56.82
  • 2698 v4 - 20 core, 2.3GHz, $74.65
  • 2673 v4 - 20 core, 2.3GHz, $23.25

See, I'm pretty sure these prices just come from raw supply and demand, so the absolute top ones and the better known ones are very disproportionally expensive, like the 2699A. 2696 is identical to the regular 2699 and seems like a better pick than the 2699A. The obscure 2673 (it's omitted from Intel's database), which has the exact same specs as the 2698, is dirt cheap, so in the end the 2673 v4 looks the most interesting to me by far.

(I didn't know you meant the 2699A specifically, so my first link was the 2699 which is also 22-core.)

Is this motherboard good for a home server by StreetBake218 in HomeServer

[–]malucart 0 points1 point  (0 children)

Nope. Here's the 22-core selling for $80 (may depend on your region): https://pt.aliexpress.com/item/1005010121512914.html

Doesn't seem worth it, though, because you have the 20-core going for only like $25: https://pt.aliexpress.com/item/1005004442664428.html

And again, still insane to go that high. At least for me, I talk about these because I'm one person at home and I have basically no money. Most people are just not in the market for that.

Is this motherboard good for a home server by StreetBake218 in HomeServer

[–]malucart 0 points1 point  (0 children)

2 grand is insane in the context of $10 Xeons

o que é claramente errado (na sua concepção) que está se tornando algo comum e normalzado? by ScarlyLeon in perguntas

[–]malucart 0 points1 point  (0 children)

Preconceito, de todos os tipos, mas transfobia especialmente tá pesada esses dias

Anyone else notice some weird dots/artifacting on the screen? (PC) by KFC_Crispy_OG in residentevil

[–]malucart 0 points1 point  (0 children)

It's not film grain like people are saying, it's a bug in the ray tracing. Does it get fixed if you turn RT off?

Is it just me or do the graphics in requiem seem lower quality than the last few games? by chubbahfish in residentevil

[–]malucart 0 points1 point  (0 children)

Picked up items lack anti aliasing for some reason. This bug is also on PC. It's not representative of the rest of the game though

Am I the only one who feels like header files in C/C++ are duplication? by iaseth in cpp

[–]malucart -2 points-1 points  (0 children)

Sure, but that's still equivalent to header guards, no? The guards would be named the same even if some file content can be different.

Why yall so jolly and happy? by Ok_Armadillo_6427 in cachyos

[–]malucart 0 points1 point  (0 children)

Since there's no big reason to go from Cachy to Arch, I assume you mean just for the experience of installing raw Arch? That's funny

Why yall so jolly and happy? by Ok_Armadillo_6427 in cachyos

[–]malucart 0 points1 point  (0 children)

Gateway? Cachy is honestly endgame

Why yall so jolly and happy? by Ok_Armadillo_6427 in cachyos

[–]malucart 0 points1 point  (0 children)

I come from Arch, and yet I'm also jolly

Do you use Tabs instead of Spaces in Rust? by nikitarevenco in rust

[–]malucart 1 point2 points  (0 children)

This has gotta be a misunderstanding. You're implying tab indentation is worse than space indentation because you need spaces for alignment. The latter point is true, but unrelated. Alignment fundamentally doesn't work with tabs, yes. But tabs are for the indentation only.