• 1 Post
  • 15 Comments
Joined 2 years ago
cake
Cake day: July 24th, 2023

help-circle

  • I’m in the same shoes about new job having to use teams and I wildly disagree. It is awful.

    The best part of it is the noise cancellation on the microphone in calls seem pretty good and having a chat created for meetings is a good integration. BUT…

    • voice quality significantly decreases as soon as it’s more than 2 participants… you can clearly tell the difference as soon as a 3rd member is invited.
    • annotating on the screen share is extremely useful in slack (not sure if zoom has it too), not a thing I could find in teams
    • the channels Vs chats separation in the UI is just weird
    • the chats don’t have threads… that’s such a strong feature to contain conversations. I know the channels kinda serve this purpose but it feels weird to use them and closer to sending an email or posting on a forum than directly talking to someone (with having to write a title and bring presented in 1-2 messages per screen due to the size

    Compared to zoom, I guess it’s not a big deal really. I’d prefer zoom but it’s oh well. Compared to slack (which has it’s own set of problems, but still) however it seems like a pile of shit in my opinion.



  • The issue isn’t with AI, it’s with how companies position it. When they claim it’ll do everything and solve all your issues and then it struggles with some tasks a 10 year old could do, it creates a very negative image.

    It also doesn’t help that they hallucinate with a lot of confidence and people use them as a solution, not as a tool - meaning they blindly accept the first answer that came out.

    If the creators of models made more reasonable claims and the models were generally able to convey their confidence in the answers they gave maybe the reception wouldn’t be so cold. But then there wouldn’t be hype and AI wouldn’t be actively shoved into everything.





  • 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)