• 51 Posts
  • 330 Comments
Joined 1 year ago
cake
Cake day: March 19th, 2024

help-circle







  • Not to encourage this as I am not a lawyer, but mags purchased before the bill was enacted are grandfathered in, meaning that you can still own them, you just can’t buy them. So, if you own any already, you’re likely fine as far as I can tell. I know that some people just go to Idaho to buy them and then they bring them back. Definitely illegal, but mags aren’t tracked in any shape or form so they do it.

    The semi automatic rifles themselves, as long as they were registered before the bill passed, were also grandfathered in. I’m not sure if out of state purchases count in that or not, though.

    I don’t believe there’s any sort of official “militia”, but the SRA is very active in the region and may qualify as one.


  • It largely depends on the location. For example, in the PNW, especially Western Washington and Oregon, people are very aware of that fact. Many around here are arming, protesting, and becoming more and more self sufficient.

    For their part, the Washington State government has sued the Trump administration multiple times, and for now, has blocked some of the executive orders in federal court. Of course, that depends on Trump following court orders, which as we know, he’s more than willing to ignore.

    Meanwhile in states like Utah (where some of my family lives), they still have their heads in the sand, and don’t seem to be bothered. Not to generalize, because some people there are aware, but they’re outnumbered by the ignorant public there. Many people there who are aware are either trapped due to financial reasons or are actively trying to leave for blue states.

    I have seen that some GOP voters are starting to feel the financial burn, but most of them still try to blame it on Biden.


  • Interesting, what OS are you running? I’ve never ran into one that it doesn’t work on so that’s surprising.

    I would counter that disadvantage with this: due to testing constraints, docker containers are usually updated more quickly when there’s a 0 day, and you don’t have to patch your entire OS if one single container has one. It reduces operator overhead greatly, because that’s what it’s designed to do. Even if one of your containers has a vulnerability, because it’s a container, it won’t necessarily affect your entire system, depending on the vulnerability.



  • You can host remote files via SFTP + cloudflared (or another reverse tunnel provider) without opening any ports. Then you use a file manager to add a network share with your SFTP information.

    For the calendar, WebDAV is probably your best bet, which also works with reverse tunneling. You can also use WebDAV in place of SFTP if you prefer to only have one (or two with a reverse tunnel) service configured. Nextcloud is a great option since it has WebDAV and file management built in.

    I would use Docker to do it all, but there is a learning curve associated with setting all of this up in a secure way (which is what the reverse tunnel helps with).