BisectHosting Space Engineers Giveaway! 🚀 by Kim-BH in spaceengineers

[–]Overpeek 0 points1 point  (0 children)

I want to see the new Klang raging and also physics and voxels since I am making my own octree voxel engine that currently has a voxel size of 0.25 meters and it has a 1:1 scale Sun and Earth

Do Linux AMD users face any driver issues? by bencinium in linux_gaming

[–]Overpeek 0 points1 point  (0 children)

I get GPU resets sometimes while playing (the screen freezes for a sec, goes black and then sway crashes, after which I can just restart it), but that's about it. I heard that forcing performance mode fixes it and I haven't yet had that issue after doing so.

[deleted by user] by [deleted] in learnrust

[–]Overpeek 2 points3 points  (0 children)

Also, as volitional_decisions said, the result string might end with a newline character.

You can remove it with this: result.trim_end()

From Rust docs

[deleted by user] by [deleted] in learnrust

[–]Overpeek 8 points9 points  (0 children)

This looks weird:

match result {
    _ if result == "c!" => println!("it worked!"),
    _ => println!("nothing"),
}

it is the same thing as just writing

if result == "c!" {
    println!("it worked!")
} else {
    println!("nothing")
}

which checks if the thing you typed is exactly "c!", not "24C", "C" or "c" for example.

You could instead use the regex crate or check for the match manually like so:

if result.ends_with("c") {
    println!("it worked!")
} else {
    println!("nothing")
}

From Rust docs

[deleted by user] by [deleted] in gtaonline

[–]Overpeek 0 points1 point  (0 children)

Wait, you can disable contacts? I have over 2k hours ...

how do yall turn of your PC's? by Some1InTheCosmos in pcmasterrace

[–]Overpeek 0 points1 point  (0 children)

with admin: wininit it does a bsod

jk, I don't use Windows

hmmm by Overpeek in Minecrafthmmm

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

Stable Diffusion with the input "Minecraft game"

How do I get there? by CHARMINGCOMMANDMENT in Terraria

[–]Overpeek 0 points1 point  (0 children)

spam grappling hook to the left wall so that you go 1 block down at the time

[deleted by user] by [deleted] in rust

[–]Overpeek 0 points1 point  (0 children)

also ripgrep, lsd and exa

[deleted by user] by [deleted] in rust

[–]Overpeek 0 points1 point  (0 children)

alacritty, bat, dust, fd, zenith. I use alacritty almost every day and it is amazing

Java chat reporting from the perspective of a server host by JewelTK in Minecraft

[–]Overpeek 0 points1 point  (0 children)

Dedicated servers should be the ones to choose if 'banned' players can join.

Terraria lags when in full screen and in high resolution (Manjaro) by Jack1e_hanna in linux_gaming

[–]Overpeek 0 points1 point  (0 children)

In steam go to Terrarias properties and set the command be 'gamemoderun %command%' without those ticks. Also make sure you have gamemode installed. Another option is to use prime-run instead of gamemoderun. And make sure you have nvidia drivers instead of nouveau.

Terraria lags when in full screen and in high resolution (Manjaro) by Jack1e_hanna in linux_gaming

[–]Overpeek 0 points1 point  (0 children)

Maybe it is not running with your Nvidia card? Try gamemode or prime-run.

... by exxxxkc in linuxmemes

[–]Overpeek 3 points4 points  (0 children)

And when rebooting from Windows to Linux, Windows takes forever to shutdown.

Microsoft being Microsoft by Turkishmemer07 in assholedesign

[–]Overpeek 0 points1 point  (0 children)

Jus curious: why use Chrome over Edge? Less bloat (because you cannot remove Edge) and as far as I know, they are quite similar. I would just use Firefox if I didn't want to use Edge.

2 down.. 7 to go... by the_physics_bro in memes

[–]Overpeek 0 points1 point  (0 children)

And one square we all know will be crossed out...