

Indeed it is technically possible to donate, but like you said, they are really not making it easy nor do they depend on it for survival.
Money corrupts and makes aligning user needs and profitability quite difficult, as we see with Plex now
Indeed it is technically possible to donate, but like you said, they are really not making it easy nor do they depend on it for survival.
Money corrupts and makes aligning user needs and profitability quite difficult, as we see with Plex now
Jellyfin refuses donations so even if I (not the one you’re responding to) wanted to, I would not be able to.
Pretty funny one has to keep reducing features and increase prices, while the other is actively refusing funds because they have enough already.
It was designed to follow accessibility rules and not “ease of use”.
Hopefully you will never need such features because once you do, you realize most websites are designed without taking into account any accessibility and you are fighting it to do anything.
Some things may become annoying for the average user but they are a god send for people that need it.
Go had the same behavior until recently. Closures captures the variable from the for loop and it was a reference to the value.
They changed it because it’s “common” in Go to loop over something and run a goroutine that uses the variable defined in the loop. Workaround was to either shadow the variable with itself before the loop, or to pass the value as an argument.
It’s been a long time since I wrote c# so idk if the same is expected from the avg dev, but in Go it’s really not explicit that the variable will be a reference instead of a plain value
https://en.m.wikipedia.org/wiki/Jevons_paradox.
Edit: the other comment below mentioning this did not load initially…
Funnily enough, the steam deck has been used during the conflict to control remote weapons. So they could be implicated in this if you go far enough
Wow, I didn’t know that being a Linux/open source contributor meant you don’t have to follow your country’s laws.
It’s developed internationally but devs still reside somewhere and have to abide by the rules at that place. Linux in this case being represented by an US entity means they have to follow the gov’s sanctions. If you want more or less of those, that’s where (the government) you act.
I get what you mean. GitHub and friends have pushed that back to a more centralized approach. However I think that it’s not too bad actually. Most projects tend to be centralized too
I mean, it’s decentralized alright, but it doesn’t mean it’s HA or automatically replicated. You can just use a different origin server and push/pull from it instead.
??? You’re just baiting now lol
Yeah it has its place. Just not in a Linux community. Is that hard to understand?
Except my layout (bepo) is not in any specific locale and was installed manually. So I don’t think this would work
This is a Linux community. Not sure what you imagine most people here think of windows…
You can’t delete the default one it thinks you will use based on your locale, and it reverts to the default on boot. Also has the worst shortcut to silently change the layout (contol+shift)
Personally on Mac I never had to change my layout again, and if I had to it’s just an icon to click and it stays that way. On windows however, like you said, it’s a nightmare
I absolutely hate that there are 3 ways to change my keyboard layouts. I very often hit control shift and since it’s hidden that the layout was changed I wonder why the last sentence I wrote is gibberish…
It’s even funnier since “chat” is pronounced with a hard T at the end, and in French chatte is pussy.
So it’s more like, pussy I farted
I did not yet upgrade to the latest version, but to migrate to compose I only had to copy the volume paths and the environment variables from Synology.
I can share my compose yaml by the end of the day if you need.
Before I upgrade I will try putting the cache on a SSD instead, seems it can improve performance quite a bit
The latest version of Synology with the container manager allows you to update images from the registry and will restart the container for you.
But I still migrated to docker compose to enable hw transcoding with quicksync
Not if you run a wildcard CNAME for your sub domains right ?
Like I have *.mydomain.com point to my server, and there I have a different reverse proxy depending on the domain.