deleted by creator
deleted by creator
Try playing games like Cyberpunk. I dare you :)
You are lucky if you can play without a crash for even one minute with that card. I am not exaggerating. Something is seriously messed up with the 20XX series.
Also Wayland is still a mess for Nvidia cards overall which is becoming more and more important.
You could try disabling VRR in your display settings. I believe it is set to auto by default if supported, but it does not work properly for some monitors causing flickering.
Same. A 7800 XT is on its way as we speak replacing my 2080 Super. I am just sick of Nvidia even though performance wise it wouldn’t be necessary.
I am aware, but check the referenced issues. Support has been merged like a year ago and at least gnome on Wayland should work out of the box. It’s incomplete, but it should be working
Also barrier is considered abandoned at this point the previous maintainers forked it which actually is leap input.
Check the input leap project. While I haven’t tested it myself, Wayland support got added like a year ago. You still needed to rebuild some packages, but reading the issue tracker now it seems to have gone a long way.
Unfortunately it is still not considered production ready. At this point I assume they will have it implemented and ready way before synergy though.
Sounds like you don’t clean your package cache. You can enable the paccache.timer to handle it for you on a weekly basis.
https://wiki.archlinux.org/title/pacman#Cleaning_the_package_cache
There was or is a bug with WebKit when using Nvidia. If that’s the case remove the Nvidia driver and use nouveau instead. After logging in you can reinstall the Nvidia driver again.
https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/2498
I almost forgot it existed. It was a slight improvement, but with a whole bunch of new problems (most notable race conditions which were never fixed) and it was made obsolete by systemd.
It was a good evolutionary step only used by Ubuntu iirc. It was better at that time than the previous init system, but not more than that and it never found wide adaption.
I used Linux (and some Unix) before systemd was a thing and init scripts are jank. So much boilerplate and that was before things like proper isolation existed and other more modern features.
I don’t understand why anyone would want that back.
A replacement of systemd with something else would be fine, but please no more init scripts and pointless run levels.
I would probably prefer having a headphone jack. I am using wireless buds though. The problem with them is the price. While you can get decent wired earbuds for around $100 or even slightly less you have to pay at least $300 for decent wireless ones. Seriously I tried a few, but they all sounded like absolute garbage. It’s probably a cheap DAC in all of them combined with even less available space due to batteries and other electronics.
Another downside is that you can only use them for like 5 hours at a time. It is fine most of the time, but on long train rides I hit the limitation a few times.
Overall I am happy with the wireless ones, they are convenient, but it is really expensive to replace them and you have fewer choices, so having wired headsets as an option would be great.
I never tried wireless Bluetooth interfaces though and I suspect they might be better than the inbuilt jack of phones which would make them obsolete in my opinion.
Unfortunately they are very in your face unless you fully submit to their view. They belittle your efforts if it is anything but outright revolution, cheer on horrible regimes and deny genocides. Very US centric point of view.
Of course it is not all of them, but that’s what you will experience very soon if you interact with them, because it is a radicalized echo chamber let loose.
Our instance actually managed to get defederated from them though. Although it wasn’t handled well from either side they seriously only dish out, but can’t take a hit. I won’t say that nothing of value was lost, because there were a few moderate users and of course some interesting content might be lost, but overall my lemmy experience got better without them.
No, I don’t use reddit anymore. Kinda. I sometimes visit Reddit due to search results. Otherwise there is not much I miss or care about.
The content isn’t as plenty here, but it is still giving me my mindless scrolling fix.
Kinda. They still appear with a message telling you that they are blocked. You can press a button to show the comment anyway. It is like a soft block where you can decide whether you want to read a comment or not.
Of course not never, but not often enough to even recall once really.
It sounded like you are chewing on straws or so. Sorry for the misunderstanding!
Teeth? You are using straws wrong. They are supposed to only touch your lips
I am old school :)
If you can use containers always use containers as a rule of thumb. VMs are less efficient in almost every way and they add some unnecessary complexity.
For docker you basically only have to backup the persistent data. So in case of the docker setup you just have to backup the mounts and probably your compose file you are using. This probably also answers your third question already. Container files can be left alone and don’t need to be considered for backups as they should be stateless and can reside in their default location (/var/lib/docker/overlay2 or so by default).
Overall it is quite simple as you only really have to consider the mounts and the docker setup. The mounts you define and should be really obvious and the docker setup is just a few config files at most or just the compose file.
deleted by creator