-
Notifications
You must be signed in to change notification settings - Fork 0
/
abandonware-continuity.html
176 lines (167 loc) · 11.6 KB
/
abandonware-continuity.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Open Sans font -->
<link id="u-theme-google-font" rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i|Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i">
<!-- Playfair Display font-->
<link id="u-page-google-font" rel="stylesheet" href="https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,500,500i,600,600i,700,700i,800,800i,900,900i">
<!-- CSS -->
<link rel="stylesheet" type="text/css" href="https://digital-justice.com/all.css">
<link rel="stylesheet" media="screen and (max-width: 48em)" href="https://digital-justice.com/small.css">
<!-- Meta tags -->
<!-- Primary Meta Tags -->
<title>Abandonware Continuity</title>
<meta name="title" content="Abandonware Continuity">
<meta name="description" content="In contrast to Mickey Mouse, not being able to use software from a dead person may harm humans. Hence software should become public domain at the end of its lifecycle: use it or lose it.">
<!-- FontAwesome -->
<link rel="stylesheet" type="text/css" href="https://digital-justice.com/icons/fontawesome-free-5.13.0-web/css/all.css">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://digital-justice.com/">
<meta property="og:title" content="Abandonware Continuity">
<meta property="og:description" content="In contrast to Mickey Mouse, not being able to use software from a dead person may harm humans. Hence software should become public domain at the end of its lifecycle: use it or lose it.">
<meta property="og:image" content="https://digital-justice.com/images/abandonware-continuity-nologo.png">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://digital-justice.com/">
<meta property="twitter:title" content="Abandonware Continuity">
<meta property="twitter:description" content="In contrast to Mickey Mouse, not being able to use software from a dead person may harm humans. Hence software should become public domain at the end of its lifecycle: use it or lose it.">
<meta property="twitter:image" content="https://digital-justice.com/images/abandonware-continuity-nologo.png">
<!-- Favicon -->
<!-- Favicon -->
<link rel="apple-touch-icon" sizes="180x180" href="https://digital-justice.com/icons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://digital-justice.com/icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="https://digital-justice.com/icons/favicon-16x16.png">
<link rel="manifest" href="https://digital-justice.com/icons/site.webmanifest">
</head>
<body>
<header>
<nav>
<a href="index.html"><i class="fas fa-home"></i> Home</a>
<a href="rights.html">Digital rights</a>
<a href="articles/index.html">Articles</a>
<div id="language-picker"></div>
<a href="javascript:void(0)" class="hamburger" onclick="openHamburger()">
<i class="fa fa-bars"></i>
</a>
</nav>
<script src="https://digital-justice.com/js/open-hamburger.js"></script>
</header>
<main>
<section>
<img class="page-logo" src="https://digital-justice.com/images/abandonware-continuity-transparent.png">
<h1>Free <b>outdated software</b> from intellectual restrictions</h1>
<p>
Software follows the same rules and principles of intellectual property as Mickey Mouse. In contrast to Mickey Mouse, however, not being able to modify outdated software could cost lives.
</p>
</section>
<section>
<article class="horizontal stick-to-top">
<div>
<h6>How it works</h6>
<h2>Why <b>abandonware continuity</b>?</h2>
<p>
According to international intellectual property rights, you are the owner of any software that you write. That means that everyone needs your permission to use your code. If they don't get permission, they cannot use it until 70 years after your death.
</p>
<p>
For software, this can sometimes lead to issues, where people aren't able to update or use programs that they've previously bought from companies that no longer exist.
</p>
<p>
There is no point in preserving intellectual property if there is no-one left to claim ownership. Any software that is no longer owned or supported, should be released to the public.
</p>
</div>
<div class="vertical">
<div>
<h4>How can we fix this?</h4>
<p>
A lack of continuity like this can cause a lot of damage, so companies should either "use it or lose it". Either the company continues supporting their software, or they refrain from claiming the software as their own - and allow users to modify and redistribute the software. This should give users enough freedom to solve their own issues, or to migrate their systems to new software offered by the publisher.
</p>
<p>
Allowing developers to continue abandonware for their own work allows users to solve bugs that may lead to nefarious results otherwise. If the original author of the work is unknown or the original author dropped responbility, it should be anyone's game.
</p>
</div>
<div>
<h4>Read more</h4>
<ul>
<li>
StackOverflow: <a href="https://stackoverflow.com/questions/306594/how-important-is-backwards-compatibility" target="_blank">How important is backwards-compatibility? [closed]</a>
</li>
<li>
Wikipedia: <a href="https://en.wikipedia.org/wiki/Abandonware" target="_blank">Abandonware</a>
</li>
</ul>
</div>
</div>
</article>
</section>
<section>
<article class="horizontal">
<div style="text-align: center;">
<a href="https://xkcd.com/607/" target="_blank"><img src="https://digital-justice.com/images/xkcd-2038.png"></a>
</div>
<div>
<img src="https://digital-justice.com/images/calendar.svg" style="width: 50px;height: 50px;margin: 30px auto 0;filter: invert(50%) sepia(36%) saturate(674%) hue-rotate(115deg) brightness(91%) contrast(91%);">
<h2>The Year 2038 problem</h2>
<p>
Many Unix computers use a 32-bit time system that will expire at 03:14:08 UTC on 19 January 2038 - after that, many computer systems may experience issues. These issues can be as simple as <a href="https://en.wikipedia.org/wiki/Year_2038_problem#/media/File:Year_2038_problem.gif" target="_blank">displaying 1901 in the calendar</a> to <a href="https://www.federalregister.gov/documents/2015/05/01/2015-10066/airworthiness-directives-the-boeing-company-airplanes" target="_blank">aeroplanes losing power mid-flight</a>.
</p>
<p>
Though <a href="https://www.theguardian.com/technology/2014/dec/17/is-the-year-2038-problem-the-new-y2k-bug" target="_blank">it is deemed unlikely that all planes will simultaneously crash</a> on the 19th of January 2038, <a href="https://www.bbc.com/future/article/20150505-the-numbers-that-lead-to-disaster" target="_blank">numerous embedded systems have been reported over the years to have difficulty with large numbers</a>, and it is better to be safe than sorry.
</p>
<p>
Some people may remember <a href="https://en.wikipedia.org/wiki/Year_2000_problem" target="_blank">Y2K</a>, and that turned out to be <a href="https://en.wikipedia.org/wiki/Year_2000_problem#Documented_errors" target="_blank">much less dangerous than previously speculated</a>: however, to avoid a disastrous Y2K, <a href="https://www.businessinsider.com/2038-software-32-bit-date-problem-2014-5?international=true&r=US&IR=T" target="_blank">every single piece of software and computer code on the planet must now be checked and updated again.</a>
</p>
<p>
Intellectual property rights should not stand in the way of preventing catastrophic events. Most programmers were still alive by 2000, but if original authors of software are dead before 2038, it should still be possible to solve bugs in their code that may otherwise lead to horrible consequences.
</p>
</div>
</article>
</section>
<section color="white">
<article>
<h4>Learn more</h4>
<h1>Similar rights</h1>
<div class="vertical">
<a href="software-autonomy.html" class="horizontal small-preview">
<img src="https://digital-justice.com/images/software-autonomy-nologo.png">
<div>
<h6>Software Autonomy</h6>
<p>
Walled gardens limit freedom. Anyone should have the right to reprogram their device.
</p>
</div>
</a>
<a href="software-warranty.html" class="horizontal small-preview">
<img src="https://digital-justice.com/images/software-warranty-nologo.png">
<div>
<h6>Software Warranty</h6>
<p>
Software doesn't erode from natural causes, therefore deserves a longer life expectancy.
</p>
</div>
</a>
<a href="right-to-repair.html" class="horizontal small-preview">
<img src="https://digital-justice.com/images/right-to-repair-nologo.png">
<div>
<h6>Right to Repair</h6>
<p>
You should be able to repair broken electronic parts instead of having to buy a new device.
</p>
</div>
</a>
</div>
</article>
</section>
</main>
<footer>
<p>
This website was founded by <a href="https://noordstar.me/">BramvdnHeuvel</a>. Here's <a href="https://github.com/BramvdnHeuvel/Digital-Justice">the source code.</a><br>
You can contact them per <a href="mailto:[email protected]">email</a> or on <a href="https://matrix.to/#/#digital-justice:noordstar.me">Matrix</a>.
</p>
<script src="https://digital-justice.com/js/language-picker.js"></script>
</footer>
</body>
</html>