Grayjay had a number of issues recently too. Guessing some changes on YouTube’s side. Recent updates have fixed things.
Grayjay had a number of issues recently too. Guessing some changes on YouTube’s side. Recent updates have fixed things.
The reason that Google got ruled against originally was that they were paying and offering incentives to developers to keep them from releasing their apps on other app stores.
Google also doesn’t support a user installing the Play Store themselves (and the required Google Play Services dependency). So phone manufactures have to choose to include it on everybody’s phone from the get go, or their users won’t be able to use it at all.
I’m just using Mozilla’s Multi-Account Containers extension. In my work’s infinite wisdom I have a total of five “single sign on” accounts. So I have different containers for each account so I avoid the endless “which account would you like to use” and “this account doesn’t have access to this resource”.
The extension allows me to set specific domains to always open in container X. That covers 90℅ of my use cases. Some sites I need to use different accounts with and for that I have to select which one to use each time.
I haven’t played it properly either. But there’s a community mod called Deus Ex Revision (It’s also on Steam). Which improves some of the graphics, and looks to include a bunch of QoL features.
It’s not that it’s closed, it’s more that none of the exiting email protocols support a server which can’t read your email (as it’s all encrypted). They do offer Proton Bridge which you can run locally which will handle all the decryption and local mail clients can talk to that as the would any other mail server.
I don’t know off hand if it supports calendar syncing though.
Proton is not the same as a VM. It has direct access to your filesystem. It could delete your entire home directory if it wanted to.
Ah, so it isn’t just me. I had noticed this myself recently.
FYI for anyone interested. Immich is a open source, self hosted system for photos/videos like Google Photos. It uses machine learning locally for facial and general image recognition.
I’m not sure if their app does it. But the gluten docker container supports their port forwarding. Works really well if you’re looking to route other containers through a VPN.
This is what I do as well and it’s been working great for me.
This was the tool I used. It worked great for me.
That’s not entirely true. It’s only very recently that browsers have started using a new system called Encrypted Client Hello which hides the domain of the request. Prior to this all requests needed too have the Host field unencrypted so the receiving server knows which certified to respond with. I imagine there’s still quite a few servers which don’t support the new setup still.
I really wish vertical tabs could make it in as a core feature to Firefox. Currently I have to rely on manual user style sheet changes to hide the horizontal tab bar.
Set Immich up a couple weeks ago and I’m surprised how good it is. Their docs included a simple cli tool to bulk import all my Google photos. Mobile app is working great. I’m really impressed with the search too.
This is pretty similar to my setup except for using a Valve Steam Link over the nVidia Shield. PS5 controllers connected to Steam Link. Steam Link connects to my desktop (over lan, previously PoE worked well). It works quite well overall. A small number of games seem to have issues with being streamed, but they’re pretty few and far between.
How are you checking the size? Some tools will split file size based on the number of hard links. So a 10GB file may show as 5GB in folder A and the other 5GB in folder B.
Also, if you’re using Docker. Its crucial that your downloads and media directories are listed as a single volume. If it’s two volumes, it’ll copy rather than hard link.