The evidence is that even on good equipment the dialogue is hard to hear.
The evidence is that even on good equipment the dialogue is hard to hear.


This myth gets brought up so often despite numerous evidence to the contrary. The sound sucks for people with good equipment as well. The sound sucks in theaters.
They just seem to have a hard-on for mumbling. Because of realism or something.


For us the reason for going UHT is that we don’t have the fridge space for all the milk we consume. We would have to buy new milk every few days.
And it actually is possible to make UHT milk taste almost like fresh milk. Those are usually just more expensive.


Don’t you have ultra high heated milk? It keeps fresh for several months at room temperature as long as it’s unopened. It usually tastes a little less great than normal milk but that’s especially not much of an issue if you use it for baking or cereals.


Automatic upgrades handle the security patches. Everything else maybe once a month. My big services like Nextcloud auto update as well.


Not only that. They were actually working up to support it, together with their preservation program but then just dropped it for unknown reasons.
I use dropbear in initramfs on my Debian server. Works great.
At home I have a cheap networked KVM because I also sometimes have hardware problems preventing a boot. Works really well. Cost 100 € and uses open source software. It’s called GL.iNet KVM.


You should wrap your text in spoiler tags. Even knowing that someone important could die in game x is already a huge spoiler.


I love how the first ten or so features don’t even say what it does. And I’m still not quite sure after reading the whole list.


OpenSUSE is big on the security and usability front. None of the services you install activate by themselves. Firewall active by default. The first user doesn’t get access to every group under the sun after installation.
And everything can be controlled through GUI tools. But it doesn’t throw a fit when you’ve done something yourself through the CLI.


I think the only game that really let you branch out with your choices was Detroit: Become Human. You could literally delete fully playable characters and their storylines from the game by the first choice you make with them.
Does it shutdown if you wait ten minutes? Maybe it’s a stuck process. After a timeout (don’t know what the default is) it should be killed.


nvidia-driver-G06-kmp-meta should be the package to install. It should pull in the gl and video packages.


First you should see if the nvidia module is loaded
lsmod | grep nvidia
If not, try to load it.
sudo modprobe nvidia
If it’s still not loaded after that check dmesg for errors.
I think they dropped support for 10xx era cards with 580. Maybe that’s it.


You can summon animals and demons and stuff in Dungeons and Dragons.


Love KDE’s Dolphin. In the file properties you can just paste a hash and it will check the correct one for you.


To combat the ramble-y-ness of your posts you should try to add more paragraphs. That makes it easier for your readers to take a short pause while reading.
For the topic at hand, I basically don’t play any multiplayer games precisely because it is too much work to keep up with the current meta. It seems to me that often enough what the game teaches you in the tutorial is not what you have to do in the real thing to succeed.
Add to that that many people don’t even pay attention to the good things of tutorials and you get a horde of brainless people just doing the bare minimum to pass by.
As to why they play ranked, at least to me ranked play comes with the promise of match making. That you get paired up with players of a similar skill. In theory that should give you a 50% win rate. I’d play ranked exactly so that I get lumped in with players who are as bad as me.
I’ve made an update script that tries to run the migrations and index updates in one go.
#!/bin/bash /usr/bin/php8.3 /cloud/updater/updater.phar --no-interaction --no-backup /usr/bin/php8.3 /cloud/occ maintenance:repair --include-expensive /usr/bin/php8.3 /cloud/occ db:add-missing-indicesThe updater itself is by far the slowest of the three commands. I think downloading the new version into a different folder and just moving apps and files over would be much quicker. But I haven’t had the time to look at potential errors with that method.