• 0 Posts
  • 21 Comments
Joined 1 year ago
cake
Cake day: July 24th, 2023

help-circle






  • Sweden: you can apply for a licence from the police for target shooting if you’re an active member of a club, or a hunter if you have passed a hunters exam (like drivers license basically). You’ll have your criminal record checked.

    Either way the gun must be suitable for the purpose. Shotguns and hunting rifles are not very hard to get. If your criminal record is clean and you’ve got the hunters exam you’ll probably be granted a licence for up to 4 hunting rifles/shotguns with the only question being if you have a large enough gun safe. You’ll get to keep them forever unless you’re convicted of a crime. (There is a debate right now if doctors should tell the police if someone is unsuitable, the argument against is that people would not go to the doctor if they suspected they could lose their guns)

    Hand guns are harder to get and the license needs to be renewed every few years and you’ve got to prove that you are actively hunting/target shooting.

    Magazine size for semi automatic is limited. Length of rifles and shotguns are regulated as to not be easily concealable. All firearms must be stored in a heavy safe when not used. You’re not allowed to carry it around town.

    As for my opinion as a hunter it’s not excessively burdensome to get your license. The time delay has been due to under staffing rather than the laws itself. I do take issue with the “suitable for purpose” as they can arbitrarily deny you a licence because it “looks” like a military rifle.





  • Check if the password and user name is the default for the model. Google the model or see if there is a sticker on it.

    There is usually a factory reset button. Again Google how to do that for your model. Then you can log in with the default password. It will also reset every other setting too so if you lack the knowledge to reconfigure everything else they will notice.

    If either of your parents is better than you at IT I advise against trying. They will notice.







  • Currently using Manjaro.

    Many many years ago when I first started using Linux I tried Ubuntu. It was easy enough for me to learn enough to be able to get stuff done. Dabbled in mint for a while, don’t remember why I switched back to Ubuntu.

    Not a huge fan of the snap packs and the entire 2022 I had a string of problems with dependencies being out of date on different computers (company server, my own desktop). So I snapped and semi randomly picked a non Ubuntuoid dist that would let me get back to getting stuff done the same afternoon.

    The company server and the CFD computer at work still run Ubuntu. They work for now.




  • You ask a carpenter what his favorite tool is? I like languages that are fit for purpose, and I enjoy using them for that purpose.

    I used bin/bash when I automated the backups at work and happy doing it. I was pulling my teeth out when I had to write code for communicating with Bluetooth devices in /bin/sh because that was what was available from factory on the router.

    I picked Python for when I needed to scrape a Romanian phone book (to win an argument on the internet about something completely unrelated to programming). I once tried doing parallel programming and threads, it did not work out very well and I switched to some other language before I got too deep into it.

    My guilty pleasure is the voodoo magic of C. I don’t really have a use for it in my job so I never get around to really do anything with it.