More Than You Know - blink-182
They played it in their most recent tour. Great setlist
You stole @raolraol’s arm!
That’s what I meant by “dedicated GPU for Gaming” presuming the desktop already had a video card for regular use.
Sure. Why not. The game wouldn’t know you’re in a VM. The GPU is presented to Windows so it SHOULD all just work. There’s plenty on Youtube for getting this to work.
Well, you boot from the Windows install medium. And instead of picking an existing partition to install on, you create a new partition from unpartitioned space
If you have a desktop and can install a dedicated GPU for Gaming, libvirt should be able to game a full speed
As @Vitaly@feddit.uk said, I’d virtualize it if you can. But if there is a reason you want to use actual hardware with Windows (gaming, installing firmware that requires Windows, VR, etc), I’d install a dedicated disk for Windows.
If you can’t do either of those things, look at gparted to resize your partitions.
I use the Notes feature of my Nextcloud instance.
What’s wrong with RaspberryPiOS? It’s just Debian with Raspberry Pi utils/firmware installed AFAIK
I quit drinking about 11 years ago. The first week or so was very difficult. Then the next 3 months were tough but bearable. I used several resources to help me: a therapist, some books about addiction, r/stopdrinking (there’s a c/stopdrinking).
It’s hardly been an issue after about the 6-9 month mark. I did have one extremely stressful time in the past year that I was somewhat close to considering the idea of drinking, but it passed.
Some people use AA (and other 12 step programs). They did not speak to me – I did go for a few months, but in the end, I felt I didn’t need it.
P as in Phoebe, H as in hoebe, O as in Oebe, E as in Ebe, B as in Bebe, E as in 'ello there, mate
Awesome. I might try it. I had two days of breakage because of updated python packages prior to qtile being updated (which was bandaided with IgnorePkg in pacman.conf). But now it’s all good.
ForceSpotting
Very nice
For system updates:
[ -r /etc/os-release ] && . /etc/os-release
case "$ID" in
arch|archarm)
if which paru > /dev/null 2>&1; then
alias updates='echo Using paru; paru'
else
alias updates='echo Using pacman; sudo pacman -Syu --noconfirm'
fi
;;
debian|ubuntu)
alias updates='echo Using apt dist-upgrade; sudo apt update && sudo apt dist-upgrade -y'
;;
esac
Does that qualify as irony?