Reddit loses users and money for ignoring the complaints of its own users

Reddit is paying the price for ignoring the users' protest against latest changes made by the company.

On the one hand, many people have moved to platforms such as Lemmy, which has tripled its user count in a short time:

On the other hand, the Reddit site was taken offline by protests in which more than 7000 Keep reading Reddit loses users and money for ignoring the complaints of its own users

Stop using Reddit

Thousands of Reddit communities will stop being accessible tomorrow in protest against the decision to charge millions of dollars to apps that use the API. As a result of the policy, many apps will stop working.

However, while some people are recommending that people stop using Reddit, the protest is limited to two days. The problem with doing a temporary boycott is that it sends this message to the owners: a lot of people are angry, but after two days they're going to come back and we're going to keep making money. Reddit stopped being free software years ago and it's not going to stop censoring information they don't like.

I support boycotting Reddit, but I think it shouldn't just last two days; it should be permanent. There are several programs similar to Reddit that are free and respect the privacy of their users: Lemmy, /kbin, Postmill, Lobsters, Tildes...

Lemmy and /kbin, unlike Reddit, are free and federated, so the administrators of a node cannot censor information from nodes they don't control or impose anything on them; each node has its own policy.

YouTube threats Invidious developers

Invidious developers have received an email from YouTube asking them to stop offering the program. According to YouTube's legal team, they are in violation of YouTube API terms of use, which is impossible, as Invidious does not use YouTube API.

They also claim that Invidious “is being offered on invidious.io”, which is also untrue, because that website does not host any instance of Invidious. As of today there are 40 websites hosting public instances of Invidious, over which the Invidious team has no control, as Invidious uses the free AGPL license. Even if Invidious were illegal in the United States, it is hosted on the Tor network, the I2P network and in many countries, making it virtually impossible to make Invidious disappear. In addition, its code can be found on several development platforms and is on lots of computers.

Invidious has neither agreed to YouTube's API terms of service nor YouTube's terms of service. YouTube allows access to content hosted on its servers via the HTTP protocol, so Invidious is not committing a computer crime; it is simply safeguarding the right to privacy and freedom.

Google (the company that controls YouTube), on the other hand, does not respect privacy, censors, requires the use of proprietary software, exploits its users, develops artificial intelligence software for military purposes, has a huge ecological impact, to name just a few examples. That's why there are people who think that Google should be destroyed.

Fortunately, even if Invidious were to disappear, there are other free projects such as Piped, NewPipe and youtube-dl. Will Google also threaten the developers of these projects and their millions of users?

Let's end digital colonialism

We are colonized. The Tech Giants control the digital world with the complicity of the United States. Most computers (those using AMD or Intel processors) can be spied on and remotely controlled thanks to a universal Keep reading Let's end digital colonialism

How to download YouTube playlist

You can use yt-dlp. There are many ways to install it, one of them is with the package manager of your distro:

sudo apt install yt-dlp

To download a playlist you only have to type in a terminal yt-dlp and the URL of the playlist you want to download, and press the Enter key. For instance:

yt-dlp https://youtube.com/playlist?list=PLvvDxND6LkgB_5dssZod-3BET4_DFRmtU

This program not only downloads videos from YouTube, it can also download videos from many websites.