• Chickenstalker@lemmy.world
    link
    fedilink
    English
    arrow-up
    75
    arrow-down
    14
    ·
    1 year ago

    Don’t log in to watch youtube. You’re not one of those…(spits) youtube commenters, are you? Use 3rd party frontends for your subscriptions. Some don’t even need a google account.

    • gila@lemm.ee
      link
      fedilink
      English
      arrow-up
      14
      arrow-down
      2
      ·
      1 year ago

      Any suggestions for 3rd party frontends which recommend videos algorithmically like when you’re logged in?

      • NightOwl@lemmy.one
        link
        fedilink
        English
        arrow-up
        10
        ·
        1 year ago

        I don’t think there is any. That’s the “con” of not being tracked with no personalization.

        • Deebster@programming.dev
          link
          fedilink
          English
          arrow-up
          3
          arrow-down
          10
          ·
          1 year ago

          There must be a frontend that can track your watched stuff (ideally across several platforms) and so some kind of recommendation - even as simple as you’ve watched 100% of these videos so we’ll show you this new one first.

          • SatanicNotMessianic@lemmy.ml
            link
            fedilink
            English
            arrow-up
            24
            ·
            1 year ago

            You would need

            1. A database of all of the videos a particular user watched
            2. A database of many other users and everything they’ve watched, so you can build profiles
            3. A database containing metadata about the videos so you can organize and recommend topically and based on things like recency

            I could put something like that together, but it’d take a lot of people and a lot of work, and we’d probably have to pay for it either with advertising or by charging a fee for users who don’t want ads.

            • gila@lemm.ee
              link
              fedilink
              English
              arrow-up
              3
              ·
              1 year ago

              I think 1. could just be based on your subscriptions, and 2. isn’t necessary. It doesn’t have to be so personalised, just give me some discoverability for videos with outlying view vectors within the metadata topics for my subscriptions. Wouldn’t be as personalised as YT algorithm, but neither is that a very good one anyway. Still better than just using subscription page, IMO.

            • Deebster@programming.dev
              link
              fedilink
              English
              arrow-up
              3
              ·
              1 year ago

              I guess it depends on whether you want recommendations about everything on the platform, or just from the subscriptions. I think for basic subscription recommendations you only need to track what the user has watched, although you can use a large number of profiles to get better recommendations even in that case.

              Something like this would work:

              1. import subscriptions watched and items from YouTube, Nebula, etc
                • ideally you’d dedupe items at this step and have a priority list (e.g. Nebula before Youtube)
              2. allow manually marking items as watched, new subscriptions, etc
              3. add newly watched items to the watched list
                • perhaps support re-syncing from sources, either manually or automatically

              Then you can use something like https://github.com/mattwright324/youtube-metadata to pull down metadata and then you can make useful-enough recommendations to start with. You can add in other people’s profiles if you want to expand it to unsubscribed channels, but this will get quite big (and potentially slow) at the scale needed to be useful.

              I don’t think this is as much work as you think, so someone else must have put more than these few minutes’ thought and effort into it already.

            • CubitOom@infosec.pub
              link
              fedilink
              English
              arrow-up
              1
              ·
              1 year ago

              I guess the trakt API could be used for this…but their database won’t have YouTube videos in it.

          • tsuica@lemmy.world
            link
            fedilink
            English
            arrow-up
            5
            ·
            1 year ago

            That goes against the whole anti-tracking idea of these frontends.

            If you want to be tracked (and across multiple platforms no less), just keep using Google’s crap.

      • CubitOom@infosec.pub
        link
        fedilink
        English
        arrow-up
        7
        arrow-down
        1
        ·
        1 year ago

        On my phone, I’ve been using newpipe for a few years with little complaints. I can import my Google account subscriptions to it but I can’t comment or rate.

        On my home theater PC I have been watching YouTube via Kodi with a Google API for over 6 years. It works excellent and there is no ads. Although Google may at any time revoke access to the API or charge me a fee to use it. It is kinda technical to set up and requires Kodi which is a rather large package with a lot of python dependencies. So if you only want to watch YouTube and don’t want to set up a Google API or read a doc then it might not be for you.

        Others comments here mentioned freetube which looks really promising and I might try it on my laptop.

    • TWeaK@lemm.ee
      link
      fedilink
      English
      arrow-up
      8
      arrow-down
      6
      ·
      1 year ago

      Why not log into YouTube? Google already tracks your browser everywhere else - including your online banking, which often you can’t access without enabling connections to google.com and gstatic.com (along with the domain you’re actually accessing, that provides 3 points of internet routing for highly effective triangulation).

      Facebook tracks you even when you’re not logged in. Maybe not logging in makes the data they collect slightly less valuable, but they’re still collecting it. At least logging in gives you access to a proper watch history.

      Saying all that, more power to you if you choose to work around it. However, if you’re going to youtube.com to watch things then there isn’t really any difference doing so logged in or logged out, for the most part.

      • abhibeckert@lemmy.world
        link
        fedilink
        English
        arrow-up
        9
        ·
        edit-2
        1 year ago

        Google already tracks your browser everywhere

        They try to track me. It’s pretty clear they’re not successful, given the lack of relevance the YouTube recommendation algorithm usually presents and also how often Google asks me to prove I’m even human at all.

        • TWeaK@lemm.ee
          link
          fedilink
          English
          arrow-up
          1
          ·
          1 year ago

          While it’s good that you’re avoiding most of the tracking, I think it’s naive to say they’re not successul. Like I say, so many services use Captcha, and there are many more that use it as just a back end service than those that ask you to identify fire hydrants or bicycles. You literally can’t use the service without connecting to Google.

          and also how often Google asks me to prove I’m even human at all.

          This is also Google using you for free labour in training their AI systems.

      • takeda@lemmy.world
        link
        fedilink
        English
        arrow-up
        7
        ·
        1 year ago

        To make it a bit harder for them. I’m still not fully understanding it as it didn’t affect me yet, but when they were introducing it they were calling it a “three strikes rule” or something like that. Maybe those strikes are counted against your account?

        • TWeaK@lemm.ee
          link
          fedilink
          English
          arrow-up
          2
          arrow-down
          2
          ·
          1 year ago

          I agree with the incentive of making it harder, and I do the same myself. However there’s a balance to be found between making it harder for a third party and taking advantage of the tools.

          If the third party gets the same information etiher way, then there is little to no harm in logging in to the service and taking advantage of the features available.

          Not sure about all the accounts and strikes and things. Personally, I’ve been using uBlock Origin - but I also use uMatrix, which is something of a deprecated browser extension by the same author. However, I find that uMatrix really provides the granular control I want. Many websites I visit are broken from the outset, and then I switch things on little by little until I find the bare minimum required to make the site function for my needs.

          Unfortunately, when it comes to Google, the minimum connection is often basically the same as logging in. However the global rules I have set in uMatrix lets me readily see which services require me to connect to Google servers to log in, while blocking them initially and giving me the option to pass on viewing the website if I don’t feel like turning things on.

          • takeda@lemmy.world
            link
            fedilink
            English
            arrow-up
            2
            ·
            1 year ago

            They don’t get the same information. They likely do, but they can’t be 100% certain it is really you (with various pro privacy extending that is lowered). When you log in, the certainty is 100%.

            Given the YouTube service, there’s lot the need to log in (I suppose maybe it is just the way I use it, but if for example someone sends you a vimeo link, would you log in to watch it?)

          • Aniki 🌱🌿@lemm.ee
            link
            fedilink
            English
            arrow-up
            1
            arrow-down
            2
            ·
            1 year ago

            You have no idea what you’re talking about and listing google secret sauce like you know it out of hand when it’s one of their most guarded company secrets.

            • TWeaK@lemm.ee
              link
              fedilink
              English
              arrow-up
              1
              ·
              1 year ago

              Where did I claim to know everything about Google’s secret sauce?? Which specific things are you saying I’m wrong about?

      • Free Palestine 🇵🇸@sh.itjust.works
        link
        fedilink
        English
        arrow-up
        2
        arrow-down
        1
        ·
        1 year ago

        Just block all Google domains in your DNS/Firewall and have a separate browser with a different DoH resolver exclusively for online banking. You can go even further and have a separate VM or physical device for online banking only.

        • TWeaK@lemm.ee
          link
          fedilink
          English
          arrow-up
          1
          ·
          1 year ago

          If you block Google, you won’t be able to log into many online banking services.

            • TWeaK@lemm.ee
              link
              fedilink
              English
              arrow-up
              1
              ·
              1 year ago

              My bad. Still, you’d need to use that different browser (or multiple different browsers) for everything that requires connections to Google. At some point the extra effort just isn’t worth it - I’m more or less content blocking by default and choosing when to enable it.

              • Free Palestine 🇵🇸@sh.itjust.works
                link
                fedilink
                English
                arrow-up
                1
                arrow-down
                1
                ·
                edit-2
                1 year ago

                I’ve been blocking Google in my DNS resolver for almost a year. Haven’t noticed any major issues. If a website doesn’t work, I open it in the Mullvad Browser while connected to a proxy server and the Mullvad adblocking DoH resolver. That way Google doesn’t get the IP I use for all other connections. I almost never have to use that though, most things work without connections to Google services. It’s not much effort, if you use NextDNS, just enable the ‘No Google’ filterlist. You can also import that list into your Pi-Hole or AdGuard Home, it’s available on GitHub: https://github.com/nickspaargaren/no-google. I use Piped to access YouTube, the only Google service I use. All connections to YouTube are proxied through the Piped server, so I don’t need to connect to it directly. Edit: If you use the Safing Portmaster, you can also use its built-in Google filterlist to block all connections.