

I was in the same boat. Years at Contabo, until they became dogshit and then moved to Netcup. No problems with them so far.
I was in the same boat. Years at Contabo, until they became dogshit and then moved to Netcup. No problems with them so far.
I run an Android TV box on my Smart TV, because I don’t trust them on the internet.
Oh, then I need to give it another try.
Yeah. I have a mini PC with an AMD GPU. Even if I were to buy a big GPU I couldn’t use it. That frustrates me, because I’d love to play around with some models locally. I refuse to use anything hosted by other people.
Please, Saint Luigi, help us to get rid of all billionaires. They truly are a cancer on society.
My stove apparently has wifi. But why I would put that thing on my network is beyond me.
What are you saying? The war on billionaires will create more billionaires?
I use YouTube in Firefox for Android because it has ublock. That’s by far the easiest way. All the other apps wouldn’t work for me or don’t show my recommendations.
Please stop these idiotic arguments. I don’t think you’re actually so dumb, that you don’t understand what my point was. So you’re being willfully obtuse just to annoy other people. Also, Chinese isn’t a thing. You probably mean Mandarin Chinese, which does have the highest number of native speakers. But English is still the common language (or lingua franca) across the world, even though it is number 3 in terms of native speakers.
Please stop being an obnoxious ass. English is the de-facto lingua franca of the world, acting like German is in any way comparable is just disingenuous.
Because more people speak it?
They seem to use MPEG-DASH, which shows as a series of MP4 files each returning 206 Partial Content. I tried https://github.com/emarsden/dash-mpd-cli to download it using the MPD XML file, which you can find by filtering for “master” in your browsers network log. But that didn’t work. Still, you might want to spend more time on it than I have at the moment.
Can you give us the URL?
If the page uses the built-in player, right click and save as should work. If right click is disabled, get an extension to force enable it.
And I thought I couldn’t feel better about Jellyfin.
No, they did not. All I saw was a statement that people making a living on sites like TikTok or YouTube are also part of the entertainment industry. Which is just a fact. Whether you like short form content on these sites or not doesn’t change that fact.
Nobody is saying that. But I will take a great meme over a shitty movie any day.
Elon
s xneeds to die
Docker is a set of tools, that make it easier to work with some features of the Linux kernel. These kernel features allow several degrees of separating different processes from each other. For example, by default each Docker container you run will see its own file system, unable to interact (read: mess) with the original file system on the host or other Docker container. Each Docker container is in the end a single executable with all its dependencies bundled in an archive file, plus some Docker-related metadata.