• 19 Posts
  • 132 Comments
Joined 1 year ago
cake
Cake day: February 8th, 2025

help-circle
  • While I appreciate where you’re coming from, even if the government let us keep our firearms I will reiterate. These are not weapons of warfare, hell even NATO rejected sending these firearms to Ukraine, so that tells a lot.

    Unfortunately the Americans would cook us as we’re at a huge disadvantage. If our magazines weren’t pinned to 5-10 rounds and our firearms offered select-fire then I would argue and say we have a chance against a full-on invasion but alas our government wants to make it as easy as possible for our opponents.


  • The gist:

    • Compensation is not guaranteed. Budgeted $248.6 million for 136,000 firearms which is only enough to cover the cost all previous AR-15 style Restricted Firearms and roughly ~15k previous Non-Restricted firearms.
    • The declaration portion of the program is set to start Monday, January 19th to March 31st with letters/emails sent to PAL holders.
    • Not once mentioned the NS shooting in 2020 which sparked this program but instead kept bringing up Polytechnic which occurred 30 years ago.
    • Gary cannot pronounce Ruger.
    • Assured we would be labelled as criminals if we choose to not participate in this “voluntary” program.





  • As the great Linus Torvald said:

    It’s why I strongly want this to be that “just a tool”.

    The problem I’ve seen is the lack of knowledge retention when AI feeds you stuff, buddy wouldn’t even bother to read nor memorize what it’s telling him and just copy-paste commands thinking it’ll fix whatever obscure issue he is encountering.

    I’ve been using Debian for the last ~3ish years now relying on documentation from others so I’ve seen how fragile it can get.





  • Something worth noting -

    Since 2020 Ottawa has banned some 2,500 types of firearms. The government has argued the makes and models on its list are for warfare — not hunters and sport shooters.

    If these are weapons of warfare then why aren’t we sending the CAF into battle with .22Lr semiautomatic rifles with magazines pinned to 10 rounds?

    For those not familiar with the different types of firearm calibers see the image below, essentially a .22Lr is for plinking pop cans and teaching beginners on how firearms operate safely, no sane person will say a .22Lr is meant for warfare.

    Anandasangaree maintained the pilot wasn’t about “quantitative” results.

    Isn’t this the whole point of the program? To get “guns off our streets”?










  • Some specific drivers are a little fiddly if you have nvidia graphics

    Nit-picking here but Nvidia drivers for Debian are ridiculously easy to install? Doc page

    • Prerequisites
    deb http://deb.debian.org/debian/ trixie main contrib non-free non-free-firmware
    deb http://security.debian.org/debian-security/ trixie-security contrib non-free main non-free-firmware
    sudo apt update
    
    • Install the driver (Trixie)
    sudo apt install nvidia-kernel-dkms nvidia-driver
    
    • Have an RTX capable GPU?
    sudo apt install libnvoptix1
    

    Edit: For an Nvidia Optimus Laptop just install envycontrol and set your Nvidia GPU as your primary GPU.

    sudo envycontrol -s nvidia --force-comp --coolbits 24
    

    Done, easy peasy.