

Lol, this is literally a south park episode.
Lol, this is literally a south park episode.
The irony of trump saving it only to make it considerably more dangerous for American stability when it was originally banned because it was dangerous for no explained reason. A tiktok that caters to trump should be banned, but doing so is the only way not to be and well “corporations gonna corporate”.
This is a lot of condolences but doesn’t mention at all how she died.
I’ve never had this issue but I run basically everything through docker and presumably it bundles this by default.
I would recommend just using caddy. It removes the complicated part of ssl management. For a local network it’ll setup a local self signed certificate authority and you can just install those certificates to any devices on your LAN that you want to have access. For a public setup it’ll use letsencrypt. You will still need to setup dns if you want wildcard routing.
He could’ve pardoned any later trials for crimes dated before the pardon but allow the active trials to continue and let the courts decide the appropriate punishment. Instead he basically just exonerated him and now seems to be handing out pardons to make it seem like he’s objectively reviewing these cases instead of abusing his authority.
Ddns-updater and porkbun.
Isn’t that kinda more like a coup? She subverted the natural elected representative of the people and seemingly just took over the position of president with no resistance.
Elon from like 2013 when he was on big bang theory could probably have won. Hell Elon before twitter and the amber heard johnny Depp mess could probably have won. This guy legit was though of as irl Tony Stark until his inexorable demand for attention showed how shallow, weak, privileged and all round disappointing a human being he was.
I mean… bernies doing it. Dude is like 80 and is absolutely idolised by the younger generation and regular middle and lower class people because he seems to actually practice what he preaches and is genuinely interested in what’s good for people. Most politicians to me just give the impression of seeking politics to enrich themselves and clasping onto power to avoid losing that even when their senile and completely incapable of fulfilling their role.
I funnily had the same use case. Two different jellyfin servers for complete separation. Both routing through gluetun. The reason this doesn’t work is because the network mode setting you have basically makes all three containers operate in the same network. Meaning if one binds a port the others can no longer bind the same port. Their different hosts but all sharing one network and port range. To expose the ports you can move that ports setting from C1/C2 to the gluetun service definition. This’ll still work because when C1 binds to 1234 it’ll be reachable through the gluetun service.
Note: as mentioned if C1 and C2 cannot use the same port if you also want to have service gluetun set. More likely than not you start C1, it binds to the port, start C2, it tries and fails to bind to the port and crashes. I fixed this by making one of my jellyfin containers use a separate port. If you can’t configure the ports of your services then there’s no real recourse FWIU.
Man. It’s so annoying how billionaires are seen as some sorta milestone instead of a painful reminder of weak government letting individuals rampantly accrue more wealth than anyone should have. And no one cares to address the issues at any scale because the rich literally control the world :/.
Now that trumps in charge. Microsoft could buy the Whitehouse and no one would bat an eyelash.
Kinda weird to instate this as an advisory body instead of just making self-management of investments for anyone in Congress illegal. Everyone in finance has to do that because of the clear conflict of interest. The people making the laws and financial regulations seemingly do not because their above it (even tho their very clearly enriching themselves).
That was my point. Most countries that try to become communist start off as soviet and then collapse into totalitarian dystopias because they consolidate too much power into the state and don’t have enough safeguards to prevent overreach. Russia did the same after the revolution. Enacting democratic votes and then ignoring them because communism wasn’t popular for the masses. It’s a fundamental problem.
If you want the government to control the price of food, then you should probably move to a communist nation.
Don’t threaten me with a good time. /s
JK. The US being the US they’d immediately turn into north Korea before adopting real communist policies.
Tbf most schools don’t. Mine in the UK didn’t either. Critical thinking isn’t something a curriculum can teach you, it’s something you need to pick up yourself and adapt from all the other things you’re taught. School can definitely help you develop those skills tho although I think this is just another reflection of how badly the US invests in education. That and the rampant misinformation and propaganda all over the place that seems to teach people to only trust what reaffirms their own beliefs. Society is f*cked until we actually take a long hard look at where we are, why, and where we should be.
Trump doesn’t fit in with republicans because he’s objectively insane and will disregard any and all rules and conventions to get what he wants.
AOC doesn’t fit in with Democrats because she’s not from a rich family, seems to have actually had a minimum wage job and seems to want to actually improve the middle and lower classes lives instead of submit to corporations and collectively disregard what the voter base actually wants.
It is so depressing people see both of these as equivalently important.
Rapist, terrorist, moron. The trifecta. We’re literally living in the worst timeline :/.
What security holes? I think the bigger problem here is relying on a media platform to also maintain security protocols. Use authelia or plug some other well maintained and hardened security mechanism on top of jellyfin. Then put it in front of everything else like the arrs, etc. Its weird to me to just setup jellyfin, make it Internet facing, and believing everything is just gonna be safe and secure with no issue. Frankly id prefer if all these services came without security. Its a royal pain to bypass it for localhost or proxying with something like authelia.