Maximilious

joined 1 year ago
[–] Maximilious@kbin.social 8 points 1 year ago* (last edited 1 year ago)

He also suffered a stroke right before the election and was not in the most coherent state in his speeches at the time. And the ruling is only for the Senate floor, so he should be able to campaign in his own form of style outside of that.

[–] Maximilious@kbin.social 14 points 1 year ago (1 children)

If they didn't specify a dress code for women then he should just change his pronoun. That would get them all in a tizzy!

[–] Maximilious@kbin.social 11 points 1 year ago* (last edited 1 year ago) (7 children)

There's more to it than that. CPR certifications only last two years (at least in the US) and there's also the liability included with performing CPR that they cover in the class. If you perform CPR but are found to not have a current certification then you can get in a heap of financial debt as your not truly covered by the protections the certification can provide you, mainly around the "permission" to perform the act. Ribs can be broken and lungs can be punctured simply by performing CPR normally with the required amount of pressure needed.

[–] Maximilious@kbin.social 6 points 1 year ago

It'd be a shame for these companies to build some kind of cosmetic DLC priced at 10k or higher that "unlocks the full game" to avoid the charges. I'm sure Unity would just build some legal lingo to get around that loophole however.

[–] Maximilious@kbin.social 4 points 1 year ago

Sucks for her, that show is awesome!

[–] Maximilious@kbin.social 28 points 1 year ago* (last edited 1 year ago) (3 children)

10GB is nothing in an enterprise datastore housing PBs of data. 10GB is nothing for my 80TB homelab!

[–] Maximilious@kbin.social 1 points 1 year ago

I hate reading article headlines like this due to my own comprehension skills but after re-reading this several times I realized this is a great thing. These centers pry on women's emotions to guilt them into bringing a baby to term, and then ghost them after their "job saving a life" is done. It's a horrible practice and I'm glad they are being defunded at a government level.

[–] Maximilious@kbin.social 0 points 1 year ago (2 children)

I'm sure this will get some downvotes, but how is buying a PS5 to let it sit considered a boycott? You literally handed them money for air at this point.

I understand compulsion purchasing as I suffer from it myself, but purchasing a whole console to let it sit is a whole nother level and just adds to the entire problem you're complaining about.

[–] Maximilious@kbin.social 0 points 1 year ago

This is great for teachers. Overworked, underpaid, and under appreciated!

[–] Maximilious@kbin.social 2 points 1 year ago* (last edited 1 year ago) (1 children)

I have Nextcloud hosted internally in a podman container environment. To answer some of your more security related questions, here's how I have my environment set up:

  1. Cloudflare free tier with my own domain to proxy outside connections to the public domain name, and hide my external IP.

  2. A DMZ proxy server with a local traefik container with only ports required to talk to the internal Nextcloud server allowed, and inbound 443 only allowed from the internet (cloudflare).

  3. An Authelia container tied to the Nextcloud container using "Two-factor TOTP" app addon. Authelia is configured to point to a free DUO account for MFA. The TOTP addon also allows other methods of you want to bypass Authelia and use a simply Google auth or other app. I'll be honest, this setup was a pain but it works beautifully when finally working.

Note: Using Authelia removes Nextcloud from the authentication process. If you login through Authelia, if set up correctly it will pass the user information to Nextcloud and present thier account. There is a way to have "quadruple" authentication of you really want it, where you log in through Authelia, Authelia MFA, then Nextcloud and Nextcloud MFA, but who would want that? Lol.

Another Note: If Authelia goes down for whatever reason, you can still log in through Nextcloud directly.

  1. I have all of my containers set to automatically pull updates with the latest tag. This bites me sometimes of major changes happen, but it's typically due to traefik or mariadb changes and not Nextcloud or Authelia.

  2. I have my host operating system set to auto update and reboot once a week in the early morning.

  3. My data is shared through an NFS connection from my NAS that only allows specific IPs to connect. I'd like to say I'm using least privileged permissions in the share, but it's a wide open share as my NFS permissions are not my strong suite.

Hope the above helps!

view more: ‹ prev next ›