• 1 Post
  • 10 Comments
Joined 1 year ago
cake
Cake day: July 24th, 2023

help-circle


  • Not OP but there were 3 things that made me switch back after about 2 weeks (around 5 months ago):

    1. Lack of intro and credit skipping (I think they’re working towards it tho?). There was an add-on but it just wasn’t a comparable experience
    2. Poor options to customize subtitle display (wasn’t even looking for much, just a black outline and maybe bolder font). I forget the detail about what was missing at this point, just remember being annoyed with it.
    3. The android app on TV just felt like they never considered it may be used with a remote (some buttons and menus in annoying to reach places, like the alphabet for quickly jumping in a library). Also felt like there were 3-4 differently bad screens for browsing the library rather than 1 good one.

    It’s very impressive how good they made jellyfin with volunteer effort, it’s just very tough to compete with paid staff (in terms of how much time can they put into each feature and part). I do hope it gets there, cuz plex has been circling the drain for a while for me now.



  • Unfortunately for some of them even if the game works there are often cases where either mods don’t work or some overlay/other additional software.

    On your answer though, I was under the impression that when you configure the KVM passthrough setup it makes the video card you use for the passthrough inaccessible for the host itself and that to make it accessible, it requires undoing some of the config and a restart. Is this incorrect?






  • Your isp can most likely tell which VPN you’re using (unless you also use tor, and even then there’s the theories that a lot of it is ran by law enforcement… depends on how paranoid you are), they will still see the quantity of traffic coming from your home to the VPN and vice versa. All they need to do is to check the IP and they’ll likely find it’s in use by … VPN service.

    As long as using a VPN is not illegal in your country you can pay for it however you want really (in some places paying with crypto may make it more suspicious than if you just paid for it through PayPal), if law enforcement really wanted to find out the VPN service you use they probably could, the payment would only make it a tiny bit easier.

    The key point as mentioned multiple times is to use one you trust, there’s no objectively best one, but you’ll find a lot of objectively bad ones (for privacy) if you research them. As a start just never use any which are sponsoring YouTube videos or blog articles, pretty much all of those are crap.


  • VPNs usually route your DNS through them as well, sometimes to other DNS servers but sometimes they just send them to your original DNS server but through the VPN, kinda up to your VPN config - all of the vpn services I’ve used to date did this, although they were all reputable ones. I’d not recommend to use a questionable VPN though.

    Dnssec only verifies authenticity of the server and the integrity of the data, so it helps to prevent man-in-the-middle of DNS, it doesn’t provide privacy. Look into DNS over Https (DoH) instead. It provides e2e encryption for your DNS traffic which achieves what dnssec does, but also gives you privacy. DNS over TLS (DoT) also does this, but it runs on a different port so it’s easier to block (e.g. if your isp decided they don’t like private DNS), while with DoH your DNS traffic looks the same as other web traffic - and afaik it can’t be blocked. As above, it’s likely this is not needed for use with a VPN, but I’d recommend looking into in general for use even when not on the VPN. Things like controld or nextdns can give you even more peace of mind (although read up on their policies for yourself)