When I built my latest Plex server, I chose to put ECC RAM into it. But it was a pain getting all the hardware, due to the silly rules AMD has for ECC support and iGPU support in its chips.
When I built my latest Plex server, I chose to put ECC RAM into it. But it was a pain getting all the hardware, due to the silly rules AMD has for ECC support and iGPU support in its chips.
Curious why you keep the arrs internal only, when there are things like Authelia that could secure access to them?
And then we’re back to the IE6 days.
First version of my server, I wrote a bunch of custom shell scripts to execute docker run
statements to launch all my containers b/c I didn’t know docker at all and didn’t want to learn compose.
Current version of my server, I use docker compose. But all the containers I use come from linuxserver.io, and they always give examples for both. I use ansible to deploy everything.
Yeah, I concur. I got used to my Ergodox just by using it. I did a bit of the training that comes with it, but use was where I learned.
I agree that mental math is useful, but in scenarios like that, times tables aren’t really useful since the tables are rotely memorized and rarely does a bill fall nicely into a times table.
Better to learn a technique like “move the decimal place left one position and double that number to get 20%”.
But realistically, with a phone in your pocket, it’s not much more effort to pull it out and use the calculator.
Does she understand the concept of multiplication though? That’s ultimately the important part.
Learning rote things like multiplication tables seems kinda silly in a world where Google can just do the math for you. But the important thing is to be able to recognize when multiplication is useful.
I’m still using noip.com. There may be better/cheaper options these days, but this has worked well for me for years, and I don’t see the need to change.
They already do stream ads from the same urls. It’s why a pihole can’t block youtube ads.
But you can tell what’s coming, since apps like SmartTubeNext and Revanced can skip them.
It’ll probably just be a cat and mouse game, as it always has been.
They already do stream ads from the same urls. It’s why a pihole can’t block youtube ads.
But you can tell what’s coming, since apps like SmartTubeNext and Revanced can skip them.
It’ll probably just be a cat and mouse game, as it always has been.
Wild that this is still a thing! I used to use IRC 20 years ago for all my file finding needs. The quality was so much better than the alternatives at the time.
This is a great writeup, but if someone could elaborate on how a piece of content in the Lemmyverse gets into the Mastadon-verse, and how interaction on that piece of content in both -verses is handled across the verses, I would appreciate it.
From what I’ve seen, it sounds like since everything in the fediverse shares the ActivityPub APIs under the hood, it’s possible to share the same piece of content across verses. But I can’t wrap my head around how interactions with the content across -verses is possible.
I have a feeling you don’t quite understand what Docker is doing for you and how it works. I suggest looking for an intro to Docker and understand the basics around Docker volumes and networking in docker before trying to orchestrate a complex set of software in Docker.
Don’t give up! I was you about 6 years ago. I’m on my 3rd server setup now, and I’ve gone from where you are now, to being able to script my setup using Ansible and having those scripts versioned in Git, so I never have to worry about remembering how it’s all glued together.