Hacker News new | ask | show | jobs
by belorn 3234 days ago
The right to repair movement is in direct opposition with current US copyright law over DRM. The reason is not for "copy someone else's work without compensation".

Karen Sandler and several security researcher want free software freedom in regard to medical devices. They want to verify the code and even out the power balance between those that depend on the code for their life and the producer of it. That too is not about "copy someone else's work without compensation".

Yesterday there was an article that said that voting machines should be open source. The concern people have there is not about "copy someone else's work without compensation".

1 comments

I agree that the current DRM laws are bad and that you should be allowed to inspect medical software in certain circumstances.

That has nothing to do with the GPL or the three freedoms though.

Companies that avoid GPL also avoid licenses that forbids DRM and guaranties access to source code.

But to reiterate the four freedoms:

Freedom 0: The freedom to run the program for any purpose. With DRM this is impossible. The DRM business model to prevent generic parts rely on users not having freedom 0.

Freedom 1: The freedom to study how the program works. Without this researchers can't do inspection of medical software or voting machines.

Freedom 3: The freedom to improve the program. Without this a person can't improve their tractor that they bought, even if they are by law the private property owner of the device.

That leaves:

Freedom 2: The freedom to redistribute and make copies so you can help your neighbor.

So for the cases above, three out of four software freedoms is required.