Comment on
Why must it be this way? (but also I'd like shark please)
Look at that guy! He uses the F-16 deodorant, not the SR-71 one.
Comment on
Why must it be this way? (but also I'd like shark please)
Look at that guy! He uses the F-16 deodorant, not the SR-71 one.
Comment on
It's not just Adobe. Now Logitech wants me to go to a random website in order to add peripherals to my computer, and I'm met with this when I go to the page they tell me to
Reply in thread
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.
Comment on
Recommend me a game
Comment on
structs with designated initializers as named function parameters
Reply in thread
It is possible if they are added as regular function parameters before the struct parameter but somehow I find that a bit ugly..
Comment on
*Permanently Deleted*
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.
Comment on
Richard Burns Rally 2023 on Linux Ubuntu 22.04
Reply in thread
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.
Comment on
Twitter neighbours complain of lit-up ‘X’ sign working at high intensity
Comment on
Please help with distro decision
Why do you want to switch if everything is working out for you with pop-os?
Comment on
structs with designated initializers as named function parameters
Reply in thread
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.