Skip Navigation

Posts
3
Comments
96
Joined
2 yr. ago

  • I don't know what that is.

  • Assuming Android: Aegis

  • 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.

  • 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.

  • Fuck the Police Puppies!

  • 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!

  • 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
    
    
      
  • I use it for connecting a computer to a KVM

  • What are you looking to automate? Home Assistant does a lot of things that could have been done with IFTTT.

  • You could either alias ls='ls -N' or do something like export QUOTING_STYLE=literal