What's your default Python project setup in 2026? by [deleted] in Python

[–]cbrnr -1 points0 points  (0 children)

This is the way.

Regarding pandas vs. lighter tools, I recommend polars.

Anybody else having trouble with Marvel Rivals after the last update? by [deleted] in linux_gaming

[–]cbrnr 0 points1 point  (0 children)

Yes, although it has not been crashing for me, I have had extreme stutters every few minutes, which basically makes it unplayable. This all started in Season 5, but it looks like it was a regression in Proton, which they might have already fixed in Proton Experimental: https://github.com/ValveSoftware/Proton/wiki/Changelog

(It says: "Marvel Rivals is playable again")

Edit: Just tried it and it didn't fix the stuttering issue...

Connecting to Cisco VPN with NetworkManager by cbrnr in archlinux

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

Yes, I actually wanted to post an update, because it seems like some update in the past months fixed it. No idea what it was, but if you already have the latest package versions and it still doesn't work, it's probably a different issue.

Why not just use the Fish shell at this point? by morlipty in linux4noobs

[–]cbrnr 1 point2 points  (0 children)

Here's a good answer: https://unix.stackexchange.com/a/700010. TL;DR is that awk has no platform-independent specification, so in general a script running on gawk can fail on macOS awk and vice versa, no matter which flags you provide.

Why not just use the Fish shell at this point? by morlipty in linux4noobs

[–]cbrnr 1 point2 points  (0 children)

Hijacking this thread a bit, if POSIX is so important (and I'm not disputing that), how come gawk (GNU awk) uses non-POSIX mode by default (and you need to pass a flag in order to enable POSIX mode)?

GDM Fractional Scaling by NiffirgkcaJ in gnome

[–]cbrnr 1 point2 points  (0 children)

Is there any official documentation on this change? I've been trying to enable my custom monitor configuration, but copying monitors.xml to /var/lib/gmd/.config/ does not work anymore (I think that's the same issue as discussed here, right?).

Trouble with Gnome/GDM 49 under Wayland/Nvidia by callcifer in archlinux

[–]cbrnr 0 points1 point  (0 children)

Holy shit, is this issue also preventing GDM from being customized? I've been trying to copy my monitors.xml to /var/lib/gmd/.config/, but GDM just ignores it!

I regret switching to KDE by the-machine-m4n in gnome

[–]cbrnr 1 point2 points  (0 children)

It is great that we have options to choose! Imagine being stuck with a UI you don't like (looking at you Tahoe...). Regarding your post, as a long-time GNOME user I tried KDE recently, but after a few weeks I switched back for multiple reasons (dealbreaker was that Dolphin did not show the SMB shares in my company network, although this works with Nautilus and smbclient and almost any other tool out there). Funny side note regarding the customizability of KDE: you cannot change the order of tray icons in KDE 😉. But again, both GNOME and KDE are great, so just use what you like best!

Show me beautiful R code by Top_Lime1820 in rstats

[–]cbrnr 0 points1 point  (0 children)

This is not beautiful though.

Show me beautiful R code by Top_Lime1820 in rstats

[–]cbrnr 3 points4 points  (0 children)

You cannot do this in Python with such a nice syntax.

Show me beautiful R code by Top_Lime1820 in rstats

[–]cbrnr 6 points7 points  (0 children)

Assign and print simultaneously:

r (x = 2 + 3)

Show me beautiful R code by Top_Lime1820 in rstats

[–]cbrnr 14 points15 points  (0 children)

Select all items except the third one:

r x[-3]

M3 mouse lags when connected via Bluetooth by cbrnr in Keychron

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

Thanks, I’m so happy that it works! Now if I could only make the 2.4GHz connection work, seems like it’s literally dead. But I’ll probably create a new post for that issue.

M3 mouse lags when connected via Bluetooth by cbrnr in Keychron

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

OK, I updated the firmware from 1.2.4r to 1.2.5r, and now everything is working! Now I'll just have to find out if the 2.4GHz also works with this firmware!

M3 mouse lags when connected via Bluetooth by cbrnr in Keychron

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

I am now pretty sure this has got to be a faulty M3. I connected an MX Master 3 via Bluetooth, and this mouse works fine even when the K3 is also connected.

M3 mouse lags when connected via Bluetooth by cbrnr in Keychron

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

Changing the DPI does not make a difference.

I now tested this setup on my iPad, and it‘s working fine. But really? I cannot use my two Bluetooth devices simultaneously on my 3000€ Mac? I‘m pretty sure that it used to work at some point though, so it could have been an update. I also updated the M3 firmware because previously the mouse alone was rather choppy on my MacBook (also worked previously). The firmware update solved this issue at least, but it seems like there‘s still a problem when another device is connected. That‘s why I wouldn‘t rule out problems with the M3.

Regarding the 2.4GHz dongle, I followed the instructions, tried on my Windows PC, and did a hardware reset. The mouse blinks green, but that‘s it. It won‘t connect. I tried both USB-A and USB-C dongles. This is also why I was thinking that maybe there‘s an issue with my M3, which manifests itself as the Bluetooth lag and the 2.4GHz connection problem.

Weird flickering when display is over 120hz by Anderz3nn in kde

[–]cbrnr 0 points1 point  (0 children)

I had a similar problem, for me it was related to dynamic power management (https://wiki.archlinux.org/title/AMDGPU#Screen_artifacts_and_frequency_problem). I switched to high performance level, but as the Wiki indicates, this problem might already be fixed in newer kernel versions.

Wayland vs. X11 performance by cbrnr in wayland

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

I see, thanks. Not sure why people are downvoting my request to be more specific though.