It's possible to manually find communities on a given instance instead of using an indexer. I'm guessing that's how most people found it.
wpuckering
I know it's been around for a long time, but I just heard about Real Debrid. My current setup is Wasabi + Rclone + Jellyfin, plus all the *arr services. What's the benefit of Real Debrid over this setup, aside from cached torrents?
What a sorry state Canada is in when people are hired out of desperation without proper vetting to ensure they are suited to their jobs, even if there is a nurse shortage.
EDIT: Ah thought I was in a Canada community, my mistake. But I guess there are worldwide problems in healthcare these days.
How do people like this even make it far enough to get this type of job?
To be fair to Luke, in regards to the "six nines" comment in the video that a lot of people think is part of a sex joke (and how the video is framing it), in the proper context he was talking about IT infrastructure and this comment actually refers to a target for high availability: https://en.wikipedia.org/wiki/High_availability
99.9999% availability (ie. uptime) = "six nines"
He was basically saying that they're setting a target for higher availability of their infrastructure, because it's been unstable at times, causing staff frustration and delaying certain workflows.
I can't blame a lot of average people who don't work in any sort of IT field for confusing it with the "69" sex position (wondering what the heck "six nines" means), but that's not at all what he was making reference to.
I'm not at all defending anything else in relation to this debacle besides this unfair portrayal of this particular snippet.
EDIT: Just wanted to add, I think it's pretty sad that pistol fingers and a wink these days apparently must mean you're making a sex joke (or are trying to offend people in some other way). As a kid I remember this gesture being used to "act cool". We did it all the time back then, and it was all in fun. Luke's from my generation, so maybe he thought the same, or maybe we didn't get the memo that this gesture is off-limits now.
Whoever thought it was good at coding? That's not what it's designed for. It might get lucky and spit out somewhat functional code sometimes based on the prompt, but it never constructed any of that itself. Not truly. It's conceptually Googling what it thinks it needs, copying and pasting together an answer that seems like it might be right, and going "Here, I made this". It might be functional, it might be pure garbage. It's a gamble.
You're better off just writing your own code from the beginning. It's likely going to be more efficient anyways, and you'll properly understand what it does.
The only way to guarantee you can see exactly what you want, without being at the mercy of anyone else, is to run your own instance.
Same here, I've never had this problem, ever. I don't even get how it's possible to not know where your files are being saved if you are the least bit techsavvy.
I use Clipious, an Android client for Invidious, on my phone. I selfhost my own Indivious instance so this is perfect in that my phone never connects to YouTube directly, and I can save all my subscriptions in one place without a YouTube account.
On my Android TV I use Smart Tube Next. If I really need to cast, I also have YouTube ReVanced on my phone for just that, but I barely use it.
As soon as Clipious gets a proper Android TV interface, I'll be set, as both devices can just connect to Invidious and let it do all the work.
The ending of Soma.
Installed Sync as soon as I could, but went back to Jerboa for now due to lack of a one-time purchase option. Not a fan of subscriptions, I need less of those in my life.
I can only see this being effective if the Nginx instance isn't also responsible for reverse-proxying the frontend traffic, and if it's not running on the same server as the frontend or backend (ie. decoupled from the infrastructure serving the stack). Haven't looked at the article yet but I'm assuming they would recommend provisioning the infrastructure with that decoupling, or it wouldn't make much sense.