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.
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.
I'm disappointed that the Pixel 8 is 6.2" instead of 6". I really wanted to support the smaller form factor, but since it's not as small as I wanted, I may end up going for the 8 Pro.
I'd have to say Die Hard. It was one of the first rated R movies my parents let me see. I feel like it redefined how action movies were made. It's very rewatchable. And yippee kayay mother fuckers!
[ -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
I don't know what that is.