PSA on privuhcy
-
This post did not contain any content.
How about I just don't use you tube? I should be ok.
-
Even better: PeerTube or InternetArchive or (Web)Torrents but definitely not a Google website fueled by surveillance capitalism.
wrote last edited by [email protected]For a viewer: serious lack of content
For a creator: extremely unlikely to make a living
I want them to succeed but it's an unfortunate position
-
How about I just don't use you tube? I should be ok.
It's on a lot of links
-
For a viewer: serious lack of content
For a creator: extremely unlikely to make a living
I want them to succeed but it's an unfortunate position
Be the change you want to see. Here is my instance https://video.benetou.fr/ even if nobody cares, I tried.
-
It's on a lot of links
It is and it should stop. I'm honestly almost to the point of leaving so much interneting behind so I can regain my skills at old school communication and information gathering. It must be so hard to do that now. It used to be so normal.
I already have bonked all traditional social media including for my small business for reasons like this. I went back to posters and flyers and only promoting online solely in spaces like the fed. It's been hard but worthwhile I feel and after only about a year I am again getting more traffic. It's just a small income source but it's been an interesting foray into change.
-
This post did not contain any content.
The only way to be safe and private online is to not be online.
-
If you're still using firefox, right click -> copy clean link. works most of the time.
edit: on desktop, idk if mobile supports it or not. Good suggestions below though for mobile.
I just searched and found this one:
The code is open source, and it supports several ways to install it on your device (PWA, shortcut, bookmarklet, and more).
-
Even better: PeerTube or InternetArchive or (Web)Torrents but definitely not a Google website fueled by surveillance capitalism.
wrote last edited by [email protected]Call me back when the experience as a content creator is not a nightmare, the experience as a user browsing for content is not a nightmare, when it can handle the load of an even moderately popular video.
The issue with streaming video online is not a technical one; making a "clone" of youtube, anyone can do so (and indeed, peertube exists). The issue with streaming video online is that if it gets traction, you need a lot of bandwidth and processing power to make it available when it needs to be available. One-two instances and "hopping P2P picks up" does not cut it.
And, as usual when anyone says anything bad about peertube: the idea is great, but almost by construction it lacks what's needed to be a valid replacement for centralized, yet HUGE existing platforms: traction, and a truckload of CDN-like instances that can handle the load. If someone putting highly anticipated content online could just "put" their video somewhere and send a link so people can watch it, immediately, and without issue, some would likely do so. Unfortunately, we're very far from that yet.
-
There should be an extension that does this
uBlock Origin with the appropriate filter list will do it for you, like this one: https://github.com/DandelionSprout/adfilt/blob/master/LegitimateURLShortener.txt
-
This post did not contain any content.
Add this URL Shortener filterlist to uBlock Origin.
This removes the fast majority of these query parameters. -
This post did not contain any content.
They are called query parameters and they are used for other things as well. So you can remove the ones you see similar to these but sometimes there might be important stuff you need to get the page to load in those parameters.
-
This post did not contain any content.
There is also copy clean link option in firefox and brave
-
This post did not contain any content.
Why is this a shitpost? It's absolutely correct and factual.
-
Lemmy removes these (source: i wrote that code)
The most gigachad source there is
-
whuh? querystrings are integral to things like pagination. they are by no means a negative thing.
Most systems these days do rewrites (like Apache mod_rewrite) to keep the query parameters out of the URL. Even for pagination. It's not necessarily on by default though because they don't know what environment you're in so you need to do things to enable it (like copy a .htaccess file and enable it in settings).
-
They are called query parameters and they are used for other things as well. So you can remove the ones you see similar to these but sometimes there might be important stuff you need to get the page to load in those parameters.
After removing them (or even if there was nothing to remove) I test out links I'm sending in a private browser window to check that they would work for other people.
-
There is.
?s=
for a search, and you can combine it with other parameters such as date or taxonomy terms.ah, you are right. I take it back.
-
Why is this a shitpost? It's absolutely correct and factual.
Must be the giant red circles and mixed fonts
-
Why is this a shitpost? It's absolutely correct and factual.
It is correct and factual. Unfortunately it doesn't really explain anything. There's plenty of situations where you wouldn't want to delete content because they are necessary for functionality.
-
Lemmy removes these (source: i wrote that code)
🫡
Thank you