All,
Just wanted to drop a short FYI here, in case you've also encountered issues
running Wayland after updating linux (6.10.10.arch1-1 -> 6.11.1.arch1-1) and
nvidia (560.35.03-6 -> 560.35.03-9).
For me, downgrading helped:
# cd /var/cache/pacman/pkg/; pacman -U nvidia-560.35.03-3-x86_64.pkg.t
All,
Sorry for hijacking the thread, just want to make a small correction.
On 29/08/2024 10:53, David C. Rankin wrote:
> I changed my password [...] (as you should do
> every so often).
It is no longer recommended to enforce any periodic password changes. See, e.g.
NIST recommendation[1]:
>
All,
I would like to defend Python a little bit here.
On Sunday, August 11th, 2024 at 02:48, David C. Rankin
wrote:
> I hate that insecure python software supply-chain.
In my opinion, it is the responsibility of the system administrator to avoid
installing software other than by using the pack
Peter,
I understand you don't have much experience with Docker, and you totally
don't have to use it, especially if you don't plan to use it for more
advanced purposes, such as actual deployment of your production envs.
You could just download the binary archives with the JDK and JRE versions
you
David,
Try the following. Use `aplay -l` to find the hardware ID which you want to
use, e.g. in my case I want to use card number 2:
```
card 2: prime [Dr.DAC prime], device 0: USB Audio [USB Audio]
Subdevices: 1/1
Subdevice #0: subdevice #0
```
Then run `alsamixer -c 2` (2 is the card numbe
Peter,
I apologise for giving you tangential (and unsolicited) advice instead of
helping you with your problem, however :)
Have you tried Docker? As a developer myself, I find Docker to be invaluable.
Basically, you can create an isolated environment with any toolchain in one
command. This woul