Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)GR
Posts
0
Comments
686
Joined
5 mo. ago

  • In 2-3 years when there's another nation-wide strike, I wonder whether anyone in the Liberal party is going to put together that workers at Canada Post are still trying to fight the company on issues they brought up 10-15 years ago because they can't get management to the table since the government keeps doing their dirty work.

    I would be really surprised if there's no rolling job action this Christmas season if they're legislated back (again).

  • Here are probably the most useful ones. I prefer for rm to be interactive so I don't accidentally delete something important and for mkdir to create a parent directory if necessary.

     
        
    alias rm='rm -i'
    alias mkdir='mkdir -p'
    alias podup='podman-compose down && podman-compose pull && podman-compose up -d'
    
      

    This extract function (which I didn't make myself, I got it from when I was using nakeDeb) has been pretty useful too.

     
        
    function extract()
    {
         if [ -f $1 ] ; then
             case $1 in
                 *.tar.bz2)   tar xvjf $1     ;;
                 *.tar.gz)    tar xvzf $1     ;;
                 *.bz2)       bunzip2 $1      ;;
                 *.rar)       unrar x $1      ;;
                 *.gz)        gunzip $1       ;;
                 *.tar)       tar xvf $1      ;;
                 *.tbz2)      tar xvjf $1     ;;
                 *.tgz)       tar xvzf $1     ;;
                 *.zip)       unzip $1        ;;
                 *.Z)         uncompress $1   ;;
                 *.7z)        7z x $1         ;;
                 *.xz)        unxz $1         ;;
                 *)           echo "'$1' cannot be extracted via >extract<" ;;
             esac
         else
             echo "'$1' is not a valid file"
         fi
    }
    
      
  • Yeah, I don't think that's supposed to happen. I've never heard of that before, but I can see that people on Windows have reported it happening, like this Microsoft help question; you may want to check that (and similar questions) out?

    Sorry I can't help more. I hope you find a solution soon.

  • Why not buy/use another drive and install Windows on that? Generally, you shouldn't have a problem with dual-booting on separate drives. You would probably need an external drive since you want a laptop, but they're pretty small these days.

  • I'm a broke computer nerd, always been more about being able to enjoy something than have it in my hands.

    That said, I am going to save up for the Murder, She Wrote Blu-Ray set that just came out because the series takes up over 150GB on my media drive and I'm worried about not being able to find it online in the future since it's such an old person show.

  • Since there are so few, does it not make more sense to evaluate inmates based on specific medical/psychological criteria rather than a blanket assumption?

    Faking being trans would probably be quite difficult and just being trans in prison by its nature limits your access to prison services in many ways, so there isn't much incentive.

  • Well, I actually am, but I'm also a 30-year-old man who grew up online and has a young niece and nephew. Let's try different examples:

    • Playing RuneScape or WoW doesn't mean you want to play raids.
    • Playing a cop in cops and robbers doesn't mean you can arrest other kids in the playground who aren't playing robbers.