Renderwahn

joined 11 months ago
[–] Renderwahn 2 points 7 months ago

I think some modded cars don't work with some of the modded tracks. When I tried it it was pretty random which car worked on which track.

[–] Renderwahn 2 points 9 months ago* (last edited 9 months ago)

I just tried starting it, works without issue with proton experimental. opensuse tumbleweed, Kernel: 6.4.12-1-default x86_64, Device-1: v: 4.6 Mesa 23.1.6 renderer: AMD Radeon RX 7900 XTX (gfx1100 LLVM 16.0.6 DRM 3.52 6.4.12-1-default)

As for debugging try sshing into your box and check dmesg or check the system journal.

[–] Renderwahn 3 points 10 months ago* (last edited 10 months ago)
  • Assault Android Cactus
  • Electronic Super Joy
  • Jamestown
  • Lifeslide
  • Flatout 1&2
  • Splatter - Zombiecalypse Now
  • Yoku's Island Express
[–] Renderwahn 6 points 10 months ago

I had a Logitech trackball start double clicking right after the warranty expired too. Seems intentional to me. Now logitech is on my company shitlist and I won't be buying anything from them.

[–] Renderwahn 13 points 10 months ago

Look at that guy! He uses the F-16 deodorant, not the SR-71 one.

[–] Renderwahn 1 points 11 months ago

It's a bit annoying but why is it a problem? You still can skip arguments where you just want the default value. Compared to function arguments you also get defined evaluation order.

[–] Renderwahn 3 points 11 months ago

It is possible if they are added as regular function parameters before the struct parameter but somehow I find that a bit ugly..

 

Recently I end up using structs everywhere as functions parameters to basically get named function parameters and better default arguments. Are there any downsides to this? So far the only annoying thing is to have to define those structs.

struct FunParams{
    int i = 5;
    float f = 3.14f;
    std::string s = "hello";
};

void Fun(const FunParams& params){}

int main(){
    Fun({.s = "hi there"});
}
129
system information (lemmy.world)
submitted 11 months ago by Renderwahn to c/linuxmemes
 

I'm a midwit so for me it's inxi.

[–] Renderwahn 1 points 11 months ago (1 children)

Why do you want to switch if everything is working out for you with pop-os?