By using this site, you agree to have cookies stored on your device, strictly for functional purposes, such as storing your session and preferences.

Dismiss

 propaganda-terms.html

View raw Download
text/html • 5.5 kiB
HTML document, Unicode text, UTF-8 text
        
            
1
<!DOCTYPE html>
2
<html lang="en">
3
<head>
4
<meta charset="UTF-8">
5
<title>
6
Copyright propaganda
7
</title>
8
<link rel="stylesheet" href="/static/style.css">
9
<meta name="viewport" content="width=device-width, initial-scale=1.0">
10
</head>
11
<body>
12
<header>
13
<nav>
14
<ul>
15
<li><a href="/">Home</a></li>
16
<li><a href="/projects">Projects</a></li>
17
<li><a href="/index">Index</a></li>
18
<li><a href="/about">About</a></li>
19
<li><a href="https://roundabout-host.com/roundabout">Roundabout-host</a></li>
20
</ul>
21
<ul>
22
<li><a href="mailto:root@roundabout-host.com" id="mail-link">root@roundabout-host.com</a></li>
23
</ul>
24
</nav>
25
</header>
26
<main>
27
28
<h1>Copyright propaganda</h1>
29
<div id="article-date">2025-05-04</div>
30
<p class="tags">
31
32
<a href="/index/copyright.html" class="tag">copyright</a>
33
34
<a href="/index/free software.html" class="tag">free software</a>
35
36
</p>
37
38
<article class="content-area">
39
<p>Copyright ought to be rethought, now that computers and networks exist. Back
40
when not anyone could make copies of books, it was reasonable to assume that
41
if you were making copies, you were depriving the author of potential income.
42
</p><p>I am not asking for everything to become libre. Reading a copyrighted novel
43
isn't disrespectful to the reader, as running nonfree software is. But I believe
44
that enforcing copyright through technological restrictions is not OK. As Steve
45
Jobs said in <a href="https://web.archive.org/web/20100208194544/http://www.apple.com/hotnews/thoughtsonmusic/">Thoughts on Music</a>,
46
DRM (digital <strong class="emphasis-2">restrictions</strong> management) simply doesn't work. It only harms
47
the legitimate users, as the illegitimate ones will find a way to bypass the
48
DRM.
49
</p><p>Copyright is unlike property, and the media and software companies call it
50
'intellectual property' to make you associate it with physical property, which
51
isn't true at all. When a work is copied, nothing disappears.
52
</p><blockquote><p>"If you have an apple and I have an apple and we exchange these apples then
53
you and I will still each have one apple. But if you have an idea and I have
54
an idea and we exchange these ideas, then each of us will have two ideas."
55
</p><p><em class="emphasis-1">— George Bernard Shaw</em>
56
</p></blockquote><p>Also check <a href="https://www.gnu.org/philosophy/words-to-avoid.html.en">GNU's list of words to avoid</a>.
57
</p><p>This also happens with software. Simply writing proprietary software is already
58
not ideal, but it's not the biggest problem. A much bigger one is the DRM in
59
devices that forces us to keep the proprietary software they shipped with. The
60
main reason we can't run GNU/Linux on most Android phones is that they have DRM,
61
and that DRM changes with every Android update. The manufacturers say this is to
62
protect their copyright or increase security, these are all propaganda. It is just to
63
increase their revenue by making certain features artificially exclusive to more
64
expensive models. There's no reason it should exist, other than harming the user
65
who paid for that device and now can't use it for anything. I think this should
66
be illegal.
67
</p><p>These companies hate general-purpose computers. They don't want general computers to exist
68
for ordinary people, only for them, and they want you to treat them as some sort
69
of deities. They want to sell you appliances. On these, you can't install your
70
own software (if you can install software, it must be approved by the company),
71
you can't bypass DRM or even use them for something not intended by the company.
72
General computers are simply not profitable enough for that kind of greedy
73
companies. And they think they should have a legal right <a href="https://en.wikipedia.org/wiki/Sony_Computer_Entertainment_America,_Inc._v._Hotz">to sue you</a>
74
for that!
75
</p><p>Copyright should be way more limited now:
76
</p><ul><li><p>The term should be reduced drastically, to about 20-25 years.
77
</p></li><li><p>Private copying (not sharing) should be considered fair use and DRM shouldn't
78
be used. With computers, it is simply impossible to stop.
79
</p></li><li><p>Copyright holders of software should not be allowed to claim any rights on its
80
output.
81
</p></li><li><p>Devices where the manufacturer can replace the software (it is not in ROM)
82
should also allow the user to replace it.
83
</p></li><li><p>Ideally, all released software should be free, like GNU likes. Of course, this
84
isn't going to happen.
85
</p></li></ul><p>Copyright was created to encourage authors to release works in exchange for a
86
way to earn monetary compensation. When ordinary people couldn't copy, it was a
87
good thing. However, now when everyone has a computer that can copy everything,
88
it simply doesn't work anymore, and it needs to be completely redesigned.
89
</p>
90
</article>
91
92
</main>
93
<footer>
94
<p>Page generated on Sunday, 4 May 2025 at 14:10:58</p>
95
<p xmlns:cc="http://creativecommons.org/ns#" >This work is marked with <a href="https://creativecommons.org/publicdomain/zero/1.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC0 1.0 Universal</a> (🄍). No rights reserved.</p>
96
<p>Hosted at <a href="https://roundabout-host.com/roundabout">Roundabout-host</a> using the static site service, and generated with <a href="/projects/ampoule.html">Ampoule</a>.</p>
97
<a href="#">Back to top</a>
98
</footer>
99
</body>
100
</html>