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.
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.
A database of all of the videos a particular user watched
A database of many other users and everything they’ve watched, so you can build profiles
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.
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.
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:
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)
allow manually marking items as watched, new subscriptions, etc
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.
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.
I looked into it after being prompted to install youtube extension on Seren’s info page for its content listings, but I don’t think I qualify for an API key so I haven’t been able to configure it
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.
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.
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.
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?
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.
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?)
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.
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.
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.
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.
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.
https://xkcd.com/386/
XKCD 386
Post a link to Lemmy/Mastodon and leave your comment there
Was that a spit of contempt or a spit aimed at the spittoon in the corner of the ol saloon
Any suggestions for 3rd party frontends which recommend videos algorithmically like when you’re logged in?
I don’t think there is any. That’s the “con” of not being tracked with no personalization.
The con is being recommended Mr Beast and SSSniperWolf videos. There is no greater horror.
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.
You would need
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.
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.
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:
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.
I guess the trakt API could be used for this…but their database won’t have YouTube videos in it.
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.
You’re forgetting about things like self-hosting or just using the browser’s storage.
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.
On Android, you can also check out LibreTube. On iOS use Yattee with this guide. Piped and Invidious are ad-free, privacy-respecting web frontends for YouTube. For Android TV there’s SmartTubeNext.
I looked into it after being prompted to install youtube extension on Seren’s info page for its content listings, but I don’t think I qualify for an API key so I haven’t been able to configure it
Get the freetube electron app. It worked for me right our the box no configuration required probably because it uses an Invidious Instance.
Recommendations
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.
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.
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.
This is also Google using you for free labour in training their AI systems.
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?
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.
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?)
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.
Where did I claim to know everything about Google’s secret sauce?? Which specific things are you saying I’m wrong about?
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.
If you block Google, you won’t be able to log into many online banking services.
Just read my entire comment
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.
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.