Language Selection

English French German Italian Portuguese Spanish

Free Software Foundation: Free as in "do what I say"

Filed under
OSS

When Richard Stallman created the Free Software Foundation (FSF) in 1985, it was organized around a radical idea: Software should be free, not just as in free of charge, but free as in the concept of liberty. During the next 20 years that idea turned out to be not just radical, but surprisingly practical. Beginning with Stallman's Emacs text editor, to the various Gnu utilities, the Linux kernel, and beyond, free software has proved to be an enduring success.

Much of the credit for that can be given to Stallman himself. Through his tireless campaigning, he has transformed this idealistic notion into something that the wider world, and even the business community, can accept and take seriously. Although it may not always be easy to agree with him, his arguments have been rational, and if nothing else, intellectually consistent to the last.

All the more reason to be disappointed by the FSF's recent, regrettable spiral into misplaced neopolitical activism, far removed from its own stated first principles. In particular, the FSF's moralistic opposition to DRM (digital rights management) technologies, which first manifested itself in early drafts of Version 3 of the GPL (Gnu General Public License), seems now to have been elevated to the point of evangelical dogma.

The FSF's most recent effort -- an anti-DRM protest staged at Microsoft's WinHEC conference last week, complete with demonstrators costumed in hazmat suits -- was particularly troubling. It signals a shift in the FSF, from an advocacy organization to one that engages in hysterical activism cut from the PETA mold.

Full Story.

I can see both sides on this

I can see both sides on this one. I think the reason for the paranoia is that unfortunately corporates cannot be trusted. Recent stuff about Sony putting rootkits on computers to prevent people copying their audio CDs is a case in point.

There is also the aspect of it which suggests that, in conjunction with "Trusted" computing (how Orwellian!) that this is leading to a situation whereby you cannot run a non-commercial OS on a computer.

The trouble is that the people pushing DRM = the people pushing Trusted.

DRM + Trusted Computing = Joseph Stalin + Pol Pot

ditto

There is NO time for political correctness here...

"-- was particularly troubling. It signals a shift in the FSF, from an advocacy organization to one that engages in hysterical activism cut from the PETA mold.".....

I would challenge anyone feeling this way to look deeply into this nightmare. I have spent most of my waking hours in the past three months digging the facts out on this issue. I have talked to Senators, Congressmen, RIAA representatives, Recording Artists (Avril Lavigne most noteworthy) and every manner of computer technologist you can imagine. Here is what every technician agrees upon when confronted with the effects of DRM/Trusted Computing. I've condensed it on a few bumper stickers for those who cannot be bothered with a bit of research.

You are going to lose the control of your computer.
You will no longer be able to "purchase" music.
Using an alternative operating system or "unauthorized" hardware will be punishable by imprisonment.

For those who might want to look into this intrusion, you can start
here.

If you want it from a more "official source", how about from a Microsoft supporter himself. This guy has been powdering the backside of Bill Gates for years. Even HE sees the threat here. Oh, and as you will see...Microsoft is pushing the DRM thing, at the behest of the Music and Movie Industry...NOT the artists...Miss Lavigne made that point abundantly clear to me herself...and she is not alone. Dave Mathews and dozens of other artists are threatening to question their contracts over DRM. Microsoft isn't that concerned about the billions they will make in licensing fees...they want to control every computer they can. Attitudes like the one spoken above, will surely see to it that it will happen.

No, there is no time for "spirited dialog" or "a meeting of the minds". This issue has to be drug out of the dark, where MS and the RIAA et al are trying to keep it, and into the daylight where every music buyer and computer owner can look it over real good. This Immigration issue is a perfect smokescreen for bills like the Digital Millennium Copyright Act of 1998 to get passed. That one in particular was passed at 2 am among farm subsidy bills and signed into law without fanfare. People are going to mess around here and find themselves "leasing" music in a couple of years. That is the plan...trust me...

Maybe you want your child to only have one choice in computing...consider yourself lucky there are passionate people who refuse that option.

Quibble with RMS all you want. Just don't throw yourself at the feet of Steve Ballmer as an alternative.

helios

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

More in Tux Machines

digiKam 7.7.0 is released

After three months of active maintenance and another bug triage, the digiKam team is proud to present version 7.7.0 of its open source digital photo manager. See below the list of most important features coming with this release. Read more

Dilution and Misuse of the "Linux" Brand

Samsung, Red Hat to Work on Linux Drivers for Future Tech

The metaverse is expected to uproot system design as we know it, and Samsung is one of many hardware vendors re-imagining data center infrastructure in preparation for a parallel 3D world. Samsung is working on new memory technologies that provide faster bandwidth inside hardware for data to travel between CPUs, storage and other computing resources. The company also announced it was partnering with Red Hat to ensure these technologies have Linux compatibility. Read more

today's howtos

  • How to install go1.19beta on Ubuntu 22.04 – NextGenTips

    In this tutorial, we are going to explore how to install go on Ubuntu 22.04 Golang is an open-source programming language that is easy to learn and use. It is built-in concurrency and has a robust standard library. It is reliable, builds fast, and efficient software that scales fast. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel-type systems enable flexible and modular program constructions. Go compiles quickly to machine code and has the convenience of garbage collection and the power of run-time reflection. In this guide, we are going to learn how to install golang 1.19beta on Ubuntu 22.04. Go 1.19beta1 is not yet released. There is so much work in progress with all the documentation.

  • molecule test: failed to connect to bus in systemd container - openQA bites

    Ansible Molecule is a project to help you test your ansible roles. I’m using molecule for automatically testing the ansible roles of geekoops.

  • How To Install MongoDB on AlmaLinux 9 - idroot

    In this tutorial, we will show you how to install MongoDB on AlmaLinux 9. For those of you who didn’t know, MongoDB is a high-performance, highly scalable document-oriented NoSQL database. Unlike in SQL databases where data is stored in rows and columns inside tables, in MongoDB, data is structured in JSON-like format inside records which are referred to as documents. The open-source attribute of MongoDB as a database software makes it an ideal candidate for almost any database-related project. This article assumes you have at least basic knowledge of Linux, know how to use the shell, and most importantly, you host your site on your own VPS. The installation is quite simple and assumes you are running in the root account, if not you may need to add ‘sudo‘ to the commands to get root privileges. I will show you the step-by-step installation of the MongoDB NoSQL database on AlmaLinux 9. You can follow the same instructions for CentOS and Rocky Linux.

  • An introduction (and how-to) to Plugin Loader for the Steam Deck. - Invidious
  • Self-host a Ghost Blog With Traefik

    Ghost is a very popular open-source content management system. Started as an alternative to WordPress and it went on to become an alternative to Substack by focusing on membership and newsletter. The creators of Ghost offer managed Pro hosting but it may not fit everyone's budget. Alternatively, you can self-host it on your own cloud servers. On Linux handbook, we already have a guide on deploying Ghost with Docker in a reverse proxy setup. Instead of Ngnix reverse proxy, you can also use another software called Traefik with Docker. It is a popular open-source cloud-native application proxy, API Gateway, Edge-router, and more. I use Traefik to secure my websites using an SSL certificate obtained from Let's Encrypt. Once deployed, Traefik can automatically manage your certificates and their renewals. In this tutorial, I'll share the necessary steps for deploying a Ghost blog with Docker and Traefik.