]> pere.pagekite.me Git - homepage.git/blob - blog/index.rss
New post.
[homepage.git] / blog / index.rss
1 <?xml version="1.0" encoding="utf-8"?>
2 <rss version='2.0' xmlns:lj='http://www.livejournal.org/rss/lj/1.0/' xmlns:atom="http://www.w3.org/2005/Atom">
3 <channel>
4 <title>Petter Reinholdtsen</title>
5 <description></description>
6 <link>http://people.skolelinux.org/pere/blog/</link>
7 <atom:link href="http://people.skolelinux.org/pere/blog/index.rss" rel="self" type="application/rss+xml" />
8
9 <item>
10 <title>Legal to share more than 11,000 movies listed on IMDB?</title>
11 <link>http://people.skolelinux.org/pere/blog/Legal_to_share_more_than_11_000_movies_listed_on_IMDB_.html</link>
12 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Legal_to_share_more_than_11_000_movies_listed_on_IMDB_.html</guid>
13 <pubDate>Sun, 7 Jan 2018 23:30:00 +0100</pubDate>
14 <description>&lt;p&gt;I&#39;ve continued to track down list of movies that are legal to
15 distribute on the Internet, and identified more than 11,000 title IDs
16 in The Internet Movie Database (IMDB) so far. Most of them (57%) are
17 feature films from USA published before 1923. I&#39;ve also tracked down
18 more than 24,000 movies I have not yet been able to map to IMDB title
19 ID, so the real number could be a lot higher. According to the front
20 web page for &lt;a href=&quot;https://retrofilmvault.com/&quot;&gt;Retro Film
21 Vault&lt;/A&gt;, there are 44,000 public domain films, so I guess there are
22 still some left to identify.&lt;/p&gt;
23
24 &lt;p&gt;The complete data set is available from
25 &lt;a href=&quot;https://github.com/petterreinholdtsen/public-domain-free-imdb&quot;&gt;a
26 public git repository&lt;/a&gt;, including the scripts used to create it.
27 Most of the data is collected using web scraping, for example from the
28 &quot;product catalog&quot; of companies selling copies of public domain movies,
29 but any source I find believable is used. I&#39;ve so far had to throw
30 out three sources because I did not trust the public domain status of
31 the movies listed.&lt;/p&gt;
32
33 &lt;p&gt;Anyway, this is the summary of the 28 collected data sources so
34 far:&lt;/p&gt;
35
36 &lt;p&gt;&lt;pre&gt;
37 2352 entries ( 66 unique) with and 15983 without IMDB title ID in free-movies-archive-org-search.json
38 2302 entries ( 120 unique) with and 0 without IMDB title ID in free-movies-archive-org-wikidata.json
39 195 entries ( 63 unique) with and 200 without IMDB title ID in free-movies-cinemovies.json
40 89 entries ( 52 unique) with and 38 without IMDB title ID in free-movies-creative-commons.json
41 344 entries ( 28 unique) with and 655 without IMDB title ID in free-movies-fesfilm.json
42 668 entries ( 209 unique) with and 1064 without IMDB title ID in free-movies-filmchest-com.json
43 830 entries ( 21 unique) with and 0 without IMDB title ID in free-movies-icheckmovies-archive-mochard.json
44 19 entries ( 19 unique) with and 0 without IMDB title ID in free-movies-imdb-c-expired-gb.json
45 6822 entries ( 6669 unique) with and 0 without IMDB title ID in free-movies-imdb-c-expired-us.json
46 137 entries ( 0 unique) with and 0 without IMDB title ID in free-movies-imdb-externlist.json
47 1205 entries ( 57 unique) with and 0 without IMDB title ID in free-movies-imdb-pd.json
48 84 entries ( 20 unique) with and 167 without IMDB title ID in free-movies-infodigi-pd.json
49 158 entries ( 135 unique) with and 0 without IMDB title ID in free-movies-letterboxd-looney-tunes.json
50 113 entries ( 4 unique) with and 0 without IMDB title ID in free-movies-letterboxd-pd.json
51 182 entries ( 100 unique) with and 0 without IMDB title ID in free-movies-letterboxd-silent.json
52 229 entries ( 87 unique) with and 1 without IMDB title ID in free-movies-manual.json
53 44 entries ( 2 unique) with and 64 without IMDB title ID in free-movies-openflix.json
54 291 entries ( 33 unique) with and 474 without IMDB title ID in free-movies-profilms-pd.json
55 211 entries ( 7 unique) with and 0 without IMDB title ID in free-movies-publicdomainmovies-info.json
56 1232 entries ( 57 unique) with and 1875 without IMDB title ID in free-movies-publicdomainmovies-net.json
57 46 entries ( 13 unique) with and 81 without IMDB title ID in free-movies-publicdomainreview.json
58 698 entries ( 64 unique) with and 118 without IMDB title ID in free-movies-publicdomaintorrents.json
59 1758 entries ( 882 unique) with and 3786 without IMDB title ID in free-movies-retrofilmvault.json
60 16 entries ( 0 unique) with and 0 without IMDB title ID in free-movies-thehillproductions.json
61 63 entries ( 16 unique) with and 141 without IMDB title ID in free-movies-vodo.json
62 11583 unique IMDB title IDs in total, 8724 only in one list, 24647 without IMDB title ID
63 &lt;/pre&gt;&lt;/p&gt;
64
65 &lt;p&gt; I keep finding more data sources. I found the cinemovies source
66 just a few days ago, and as you can see from the summary, it extended
67 my list with 63 movies. Check out the mklist-* scripts in the git
68 repository if you are curious how the lists are created. Many of the
69 titles are extracted using searches on IMDB, where I look for the
70 title and year, and accept search results with only one movie listed
71 if the year matches. This allow me to automatically use many lists of
72 movies without IMDB title ID references at the cost of increasing the
73 risk of wrongly identify a IMDB title ID as public domain. So far my
74 random manual checks have indicated that the method is solid, but I
75 really wish all lists of public domain movies would include unique
76 movie identifier like the IMDB title ID. It would make the job of
77 counting movies in the public domain a lot easier.&lt;/p&gt;
78
79 &lt;p&gt;As usual, if you use Bitcoin and want to show your support of my
80 activities, please send Bitcoin donations to my address
81 &lt;b&gt;&lt;a href=&quot;bitcoin:15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b&quot;&gt;15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b&lt;/a&gt;&lt;/b&gt;.&lt;/p&gt;
82 </description>
83 </item>
84
85 <item>
86 <title>Kommentarer til «Evaluation of (il)legality» for Popcorn Time</title>
87 <link>http://people.skolelinux.org/pere/blog/Kommentarer_til__Evaluation_of__il_legality__for_Popcorn_Time.html</link>
88 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Kommentarer_til__Evaluation_of__il_legality__for_Popcorn_Time.html</guid>
89 <pubDate>Wed, 20 Dec 2017 11:40:00 +0100</pubDate>
90 <description>&lt;p&gt;I går var jeg i Follo tingrett som sakkyndig vitne og presenterte
91 mine undersøkelser rundt
92 &lt;a href=&quot;https://github.com/petterreinholdtsen/public-domain-free-imdb&quot;&gt;telling
93 av filmverk i det fri&lt;/a&gt;, relatert til
94 &lt;a href=&quot;https://www.nuug.no/&quot;&gt;foreningen NUUG&lt;/a&gt;s involvering i
95 &lt;a href=&quot;https://www.nuug.no/news/tags/dns-domenebeslag/&quot;&gt;saken om
96 Økokrims beslag og senere inndragning av DNS-domenet
97 popcorn-time.no&lt;/a&gt;. Jeg snakket om flere ting, men mest om min
98 vurdering av hvordan filmbransjen har målt hvor ulovlig Popcorn Time
99 er. Filmbransjens måling er så vidt jeg kan se videreformidlet uten
100 endringer av norsk politi, og domstolene har lagt målingen til grunn
101 når de har vurdert Popcorn Time både i Norge og i utlandet (tallet
102 99% er referert også i utenlandske domsavgjørelser).&lt;/p&gt;
103
104 &lt;p&gt;I forkant av mitt vitnemål skrev jeg et notat, mest til meg selv,
105 med de punktene jeg ønsket å få frem. Her er en kopi av notatet jeg
106 skrev og ga til aktoratet. Merkelig nok ville ikke dommerene ha
107 notatet, så hvis jeg forsto rettsprosessen riktig ble kun
108 histogram-grafen lagt inn i dokumentasjonen i saken. Dommerne var
109 visst bare interessert i å forholde seg til det jeg sa i retten,
110 ikke det jeg hadde skrevet i forkant. Uansett så antar jeg at flere
111 enn meg kan ha glede av teksten, og publiserer den derfor her.
112 Legger ved avskrift av dokument 09,13, som er det sentrale
113 dokumentet jeg kommenterer.&lt;/p&gt;
114
115 &lt;p&gt;&lt;strong&gt;Kommentarer til «Evaluation of (il)legality» for Popcorn
116 Time&lt;/strong&gt;&lt;/p&gt;
117
118 &lt;p&gt;&lt;strong&gt;Oppsummering&lt;/strong&gt;&lt;/p&gt;
119
120 &lt;p&gt;Målemetoden som Økokrim har lagt til grunn når de påstår at 99% av
121 filmene tilgjengelig fra Popcorn Time deles ulovlig har
122 svakheter.&lt;/p&gt;
123
124 &lt;p&gt;De eller den som har vurdert hvorvidt filmer kan lovlig deles har
125 ikke lyktes med å identifisere filmer som kan deles lovlig og har
126 tilsynelatende antatt at kun veldig gamle filmer kan deles lovlig.
127 Økokrim legger til grunn at det bare finnes èn film, Charlie
128 Chaplin-filmen «The Circus» fra 1928, som kan deles fritt blant de
129 som ble observert tilgjengelig via ulike Popcorn Time-varianter.
130 Jeg finner tre flere blant de observerte filmene: «The Brain That
131 Wouldn&#39;t Die» fra 1962, «God’s Little Acre» fra 1958 og «She Wore a
132 Yellow Ribbon» fra 1949. Det er godt mulig det finnes flere. Det
133 finnes dermed minst fire ganger så mange filmer som lovlig kan deles
134 på Internett i datasettet Økokrim har lagt til grunn når det påstås
135 at mindre enn 1 % kan deles lovlig.&lt;/p&gt;
136
137 &lt;p&gt;Dernest, utplukket som gjøres ved søk på tilfeldige ord hentet fra
138 ordlisten til Dale-Chall avviker fra årsfordelingen til de brukte
139 filmkatalogene som helhet, hvilket påvirker fordelingen mellom
140 filmer som kan lovlig deles og filmer som ikke kan lovlig deles. I
141 tillegg gir valg av øvre del (de fem første) av søkeresultatene et
142 avvik fra riktig årsfordeling, hvilket påvirker fordelingen av verk
143 i det fri i søkeresultatet.&lt;/p&gt;
144
145 &lt;p&gt;Det som måles er ikke (u)lovligheten knyttet til bruken av Popcorn
146 Time, men (u)lovligheten til innholdet i bittorrent-filmkataloger
147 som vedlikeholdes uavhengig av Popcorn Time.&lt;/p&gt;
148
149 &lt;p&gt;Omtalte dokumenter: 09,12, &lt;a href=&quot;#dok-09-13&quot;&gt;09,13&lt;/a&gt;, 09,14,
150 09,18, 09,19, 09,20.&lt;/p&gt;
151
152 &lt;p&gt;&lt;strong&gt;Utfyllende kommentarer&lt;/strong&gt;&lt;/p&gt;
153
154 &lt;p&gt;Økokrim har forklart domstolene at minst 99% av alt som er
155 tilgjengelig fra ulike Popcorn Time-varianter deles ulovlig på
156 Internet. Jeg ble nysgjerrig på hvordan de er kommet frem til dette
157 tallet, og dette notatet er en samling kommentarer rundt målingen
158 Økokrim henviser til. Litt av bakgrunnen for at jeg valgte å se på
159 saken er at jeg er interessert i å identifisere og telle hvor mange
160 kunstneriske verk som er falt i det fri eller av andre grunner kan
161 lovlig deles på Internett, og dermed var interessert i hvordan en
162 hadde funnet den ene prosenten som kanskje deles lovlig.&lt;/p&gt;
163
164 &lt;p&gt;Andelen på 99% kommer fra et ukreditert og udatert notatet som tar
165 mål av seg å dokumentere en metode for å måle hvor (u)lovlig ulike
166 Popcorn Time-varianter er.&lt;/p&gt;
167
168 &lt;p&gt;Raskt oppsummert, så forteller metodedokumentet at på grunn av at
169 det ikke er mulig å få tak i komplett liste over alle filmtitler
170 tilgjengelig via Popcorn Time, så lages noe som skal være et
171 representativt utvalg ved å velge 50 søkeord større enn tre tegn fra
172 ordlisten kjent som Dale-Chall. For hvert søkeord gjøres et søk og
173 de første fem filmene i søkeresultatet samles inn inntil 100 unike
174 filmtitler er funnet. Hvis 50 søkeord ikke var tilstrekkelig for å
175100 unike filmtitler ble flere filmer fra hvert søkeresultat lagt
176 til. Hvis dette heller ikke var tilstrekkelig, så ble det hentet ut
177 og søkt på flere tilfeldig valgte søkeord inntil 100 unike
178 filmtitler var identifisert.&lt;/p&gt;
179
180 &lt;p&gt;Deretter ble for hver av filmtitlene «vurdert hvorvidt det var
181 rimelig å forvente om at verket var vernet av copyright, ved å se på
182 om filmen var tilgjengelig i IMDB, samt se på regissør,
183 utgivelsesår, når det var utgitt for bestemte markedsområder samt
184 hvilke produksjons- og distribusjonsselskap som var registrert» (min
185 oversettelse).&lt;/p&gt;
186
187 &lt;p&gt;Metoden er gjengitt både i de ukrediterte dokumentene 09,13 og
188 09,19, samt beskrevet fra side 47 i dokument 09,20, lysark datert
189 2017-02-01. Sistnevnte er kreditert Geerart Bourlon fra Motion
190 Picture Association EMEA. Metoden virker å ha flere svakheter som
191 gir resultatene en slagside. Den starter med å slå fast at det ikke
192 er mulig å hente ut en komplett liste over alle filmtitler som er
193 tilgjengelig, og at dette er bakgrunnen for metodevalget. Denne
194 forutsetningen er ikke i tråd med det som står i dokument 09,12, som
195 ikke heller har oppgitt forfatter og dato. Dokument 09,12 forteller
196 hvordan hele kataloginnholdet ble lasted ned og talt opp. Dokument
197 09,12 er muligens samme rapport som ble referert til i dom fra Oslo
198 Tingrett 2017-11-03
199 (&lt;a href=&quot;https://www.domstol.no/no/Enkelt-domstol/Oslo--tingrett/Nyheter/ma-sperre-for-popcorn-time/&quot;&gt;sak
200 17-093347TVI-OTIR/05&lt;/a&gt;) som rapport av 1. juni 2017 av Alexander
201 Kind Petersen, men jeg har ikke sammenlignet dokumentene ord for ord
202 for å kontrollere dette.&lt;/p&gt;
203
204 &lt;p&gt;IMDB er en forkortelse for The Internet Movie Database, en
205 anerkjent kommersiell nettjeneste som brukes aktivt av både
206 filmbransjen og andre til å holde rede på hvilke spillefilmer (og
207 endel andre filmer) som finnes eller er under produksjon, og
208 informasjon om disse filmene. Datakvaliteten er høy, med få feil og
209 få filmer som mangler. IMDB viser ikke informasjon om
210 opphavsrettslig status for filmene på infosiden for hver film. Som
211 del av IMDB-tjenesten finnes det lister med filmer laget av
212 frivillige som lister opp det som antas å være verk i det fri.&lt;/p&gt;
213
214 &lt;p&gt;Det finnes flere kilder som kan brukes til å finne filmer som er
215 allemannseie (public domain) eller har bruksvilkår som gjør det
216 lovlig for alleå dele dem på Internett. Jeg har de siste ukene
217 forsøkt å samle og krysskoble disse listene for å forsøke å telle
218 antall filmer i det fri. Ved å ta utgangspunkt i slike lister (og
219 publiserte filmer for Internett-arkivets del), har jeg så langt
220 klart å identifisere over 11 000 filmer, hovedsaklig spillefilmer.
221
222 &lt;p&gt;De aller fleste oppføringene er hentet fra IMDB selv, basert på det
223 faktum at alle filmer laget i USA før 1923 er falt i det fri.
224 Tilsvarende tidsgrense for Storbritannia er 1912-07-01, men dette
225 utgjør bare veldig liten del av spillefilmene i IMDB (19 totalt).
226 En annen stor andel kommer fra Internett-arkivet, der jeg har
227 identifisert filmer med referanse til IMDB. Internett-arkivet, som
228 holder til i USA, har som
229 &lt;a href=&quot;https://archive.org/about/terms.php&quot;&gt;policy å kun publisere
230 filmer som det er lovlig å distribuere&lt;/a&gt;. Jeg har under arbeidet
231 kommet over flere filmer som har blitt fjernet fra
232 Internett-arkivet, hvilket gjør at jeg konkluderer med at folkene
233 som kontrollerer Internett-arkivet har et aktivt forhold til å kun
234 ha lovlig innhold der, selv om det i stor grad er drevet av
235 frivillige. En annen stor liste med filmer kommer fra det
236 kommersielle selskapet Retro Film Vault, som selger allemannseide
237 filmer til TV- og filmbransjen, Jeg har også benyttet meg av lister
238 over filmer som hevdes å være allemannseie, det være seg Public
239 Domain Review, Public Domain Torrents og Public Domain Movies (.net
240 og .info), samt lister over filmer med Creative Commons-lisensiering
241 fra Wikipedia, VODO og The Hill Productions. Jeg har gjort endel
242 stikkontroll ved å vurdere filmer som kun omtales på en liste. Der
243 jeg har funnet feil som har gjort meg i tvil om vurderingen til de
244 som har laget listen har jeg forkastet listen fullstendig (gjelder
245 en liste fra IMDB).&lt;/p&gt;
246
247 &lt;p&gt;Ved å ta utgangspunkt i verk som kan antas å være lovlig delt på
248 Internett (fra blant annet Internett-arkivet, Public Domain
249 Torrents, Public Domain Reivew og Public Domain Movies), og knytte
250 dem til oppføringer i IMDB, så har jeg så langt klart å identifisere
251 over 11 000 filmer (hovedsaklig spillefilmer) det er grunn til å tro
252 kan lovlig distribueres av alle på Internett. Som ekstra kilder er
253 det brukt lister over filmer som antas/påstås å være allemannseie.
254 Disse kildene kommer fra miljøer som jobber for å gjøre tilgjengelig
255 for almennheten alle verk som er falt i det fri eller har
256 bruksvilkår som tillater deling.
257
258 &lt;p&gt;I tillegg til de over 11 000 filmene der tittel-ID i IMDB er
259 identifisert, har jeg funnet mer enn 20 000 oppføringer der jeg ennå
260 ikke har hatt kapasitet til å spore opp tittel-ID i IMDB. Noen av
261 disse er nok duplikater av de IMDB-oppføringene som er identifisert
262 så langt, men neppe alle. Retro Film Vault hevder å ha 44 000
263 filmverk i det fri i sin katalog, så det er mulig at det reelle
264 tallet er betydelig høyere enn de jeg har klart å identifisere så
265 langt. Konklusjonen er at tallet 11 000 er nedre grense for hvor
266 mange filmer i IMDB som kan lovlig deles på Internett. I følge &lt;a
267 href=&quot;http://www.imdb.com/stats&quot;&gt;statistikk fra IMDB&lt;/a&gt; er det 4.6
268 millioner titler registrert, hvorav 3 millioner er TV-serieepisoder.
269 Jeg har ikke funnet ut hvordan de fordeler seg per år.&lt;/p&gt;
270
271 &lt;p&gt;Hvis en fordeler på år alle tittel-IDene i IMDB som hevdes å lovlig
272 kunne deles på Internett, får en følgende histogram:&lt;/p&gt;
273
274 &lt;p align=&quot;center&quot;&gt;&lt;img width=&quot;80%&quot; src=&quot;http://people.skolelinux.org/pere/blog/images/2017-12-20-histogram-year.png&quot;&gt;&lt;/p&gt;
275
276 &lt;p&gt;En kan i histogrammet se at effekten av manglende registrering
277 eller fornying av registrering er at mange filmer gitt ut i USA før
278 1978 er allemannseie i dag. I tillegg kan en se at det finnes flere
279 filmer gitt ut de siste årene med bruksvilkår som tillater deling,
280 muligens på grunn av fremveksten av
281 &lt;a href=&quot;https://creativecommons.org/&quot;&gt;Creative
282 Commons&lt;/a&gt;-bevegelsen..&lt;/p&gt;
283
284 &lt;p&gt;For maskinell analyse av katalogene har jeg laget et lite program
285 som kobler seg til bittorrent-katalogene som brukes av ulike Popcorn
286 Time-varianter og laster ned komplett liste over filmer i
287 katalogene, noe som bekrefter at det er mulig å hente ned komplett
288 liste med alle filmtitler som er tilgjengelig. Jeg har sett på fire
289 bittorrent-kataloger. Den ene brukes av klienten tilgjengelig fra
290 www.popcorntime.sh og er navngitt &#39;sh&#39; i dette dokumentet. Den
291 andre brukes i følge dokument 09,12 av klienten tilgjengelig fra
292 popcorntime.ag og popcorntime.sh og er navngitt &#39;yts&#39; i dette
293 dokumentet. Den tredje brukes av websidene tilgjengelig fra
294 popcorntime-online.tv og er navngitt &#39;apidomain&#39; i dette dokumentet.
295 Den fjerde brukes av klienten tilgjenglig fra popcorn-time.to i
296 følge dokument 09,12, og er navngitt &#39;ukrfnlge&#39; i dette
297 dokumentet.&lt;/p&gt;
298
299 &lt;p&gt;Metoden Økokrim legger til grunn skriver i sitt punkt fire at
300 skjønn er en egnet metode for å finne ut om en film kan lovlig deles
301 på Internett eller ikke, og sier at det ble «vurdert hvorvidt det
302 var rimelig å forvente om at verket var vernet av copyright». For
303 det første er det ikke nok å slå fast om en film er «vernet av
304 copyright» for å vite om det er lovlig å dele den på Internett eller
305 ikke, da det finnes flere filmer med opphavsrettslige bruksvilkår
306 som tillater deling på Internett. Eksempler på dette er Creative
307 Commons-lisensierte filmer som Citizenfour fra 2014 og Sintel fra
308 2010. I tillegg til slike finnes det flere filmer som nå er
309 allemannseie (public domain) på grunn av manglende registrering
310 eller fornying av registrering selv om både regisør,
311 produksjonsselskap og distributør ønsker seg vern. Eksempler på
312 dette er Plan 9 from Outer Space fra 1959 og Night of the Living
313 Dead fra 1968. Alle filmer fra USA som var allemannseie før
314 1989-03-01 forble i det fri da Bern-konvensjonen, som tok effekt i
315 USA på det tidspunktet, ikke ble gitt tilbakevirkende kraft. Hvis
316 det er noe
317 &lt;a href=&quot;http://www.latimes.com/local/lanow/la-me-ln-happy-birthday-song-lawsuit-decision-20150922-story.html&quot;&gt;historien
318 om sangen «Happy birthday»&lt;/a&gt; forteller oss, der betaling for bruk
319 har vært krevd inn i flere tiår selv om sangen ikke egentlig var
320 vernet av åndsverksloven, så er det at hvert enkelt verk må vurderes
321 nøye og i detalj før en kan slå fast om verket er allemannseie eller
322 ikke, det holder ikke å tro på selverklærte rettighetshavere. Flere
323 eksempel på verk i det fri som feilklassifiseres som vernet er fra
324 dokument 09,18, som lister opp søkeresultater for klienten omtalt
325 som popcorntime.sh og i følge notatet kun inneholder en film (The
326 Circus fra 1928) som under tvil kan antas å være allemannseie.&lt;/p&gt;
327
328 &lt;p&gt;Ved rask gjennomlesning av dokument 09,18, som inneholder
329 skjermbilder fra bruk av en Popcorn Time-variant, fant jeg omtalt
330 både filmen «The Brain That Wouldn&#39;t Die» fra 1962 som er
331 &lt;a href=&quot;https://archive.org/details/brain_that_wouldnt_die&quot;&gt;tilgjengelig
332 fra Internett-arkivet&lt;/a&gt; og som
333 &lt;a href=&quot;https://en.wikipedia.org/wiki/List_of_films_in_the_public_domain_in_the_United_States&quot;&gt;i
334 følge Wikipedia er allemannseie i USA&lt;/a&gt; da den ble gitt ut i
335 1962 uten &#39;copyright&#39;-merking, og filmen «God’s Little Acre» fra
336 1958 &lt;a href=&quot;https://en.wikipedia.org/wiki/God%27s_Little_Acre_%28film%29&quot;&gt;som
337 er lagt ut på Wikipedia&lt;/a&gt;, der det fortelles at
338 sort/hvit-utgaven er allemannseie. Det fremgår ikke fra dokument
339 09,18 om filmen omtalt der er sort/hvit-utgaven. Av
340 kapasitetsårsaker og på grunn av at filmoversikten i dokument 09,18
341 ikke er maskinlesbart har jeg ikke forsøkt å sjekke alle filmene som
342 listes opp der om mot liste med filmer som er antatt lovlig kan
343 distribueres på Internet.&lt;/p&gt;
344
345 &lt;p&gt;Ved maskinell gjennomgang av listen med IMDB-referanser under
346 regnearkfanen &#39;Unique titles&#39; i dokument 09.14, fant jeg i tillegg
347 filmen «She Wore a Yellow Ribbon» fra 1949) som nok også er
348 feilklassifisert. Filmen «She Wore a Yellow Ribbon» er tilgjengelig
349 fra Internett-arkivet og markert som allemannseie der. Det virker
350 dermed å være minst fire ganger så mange filmer som kan lovlig deles
351 på Internett enn det som er lagt til grunn når en påstår at minst
352 99% av innholdet er ulovlig. Jeg ser ikke bort fra at nærmere
353 undersøkelser kan avdekke flere. Poenget er uansett at metodens
354 punkt om «rimelig å forvente om at verket var vernet av copyright»
355 gjør metoden upålitelig.&lt;/p&gt;
356
357 &lt;p&gt;Den omtalte målemetoden velger ut tilfeldige søketermer fra
358 ordlisten Dale-Chall. Den ordlisten inneholder 3000 enkle engelske
359 som fjerdeklassinger i USA er forventet å forstå. Det fremgår ikke
360 hvorfor akkurat denne ordlisten er valgt, og det er uklart for meg
361 om den er egnet til å få et representativt utvalg av filmer. Mange
362 av ordene gir tomt søkeresultat. Ved å simulerte tilsvarende søk
363 ser jeg store avvik fra fordelingen i katalogen for enkeltmålinger.
364 Dette antyder at enkeltmålinger av 100 filmer slik målemetoden
365 beskriver er gjort, ikke er velegnet til å finne andel ulovlig
366 innhold i bittorrent-katalogene.&lt;/p&gt;
367
368 &lt;p&gt;En kan motvirke dette store avviket for enkeltmålinger ved å gjøre
369 mange søk og slå sammen resultatet. Jeg har testet ved å
370 gjennomføre 100 enkeltmålinger (dvs. måling av (100x100=) 10 000
371 tilfeldig valgte filmer) som gir mindre, men fortsatt betydelig
372 avvik, i forhold til telling av filmer pr år i hele katalogen.&lt;/p&gt;
373
374 &lt;p&gt;Målemetoden henter ut de fem øverste i søkeresultatet.
375 Søkeresultatene er sortert på antall bittorrent-klienter registrert
376 som delere i katalogene, hvilket kan gi en slagside mot hvilke
377 filmer som er populære blant de som bruker bittorrent-katalogene,
378 uten at det forteller noe om hvilket innhold som er tilgjengelig
379 eller hvilket innhold som deles med Popcorn Time-klienter. Jeg har
380 forsøkt å måle hvor stor en slik slagside eventuelt er ved å
381 sammenligne fordelingen hvis en tar de 5 nederste i søkeresultatet i
382 stedet. Avviket for disse to metodene for endel kataloger er godt
383 synlig på histogramet. Her er histogram over filmer funnet i den
384 komplette katalogen (grønn strek), og filmer funnet ved søk etter
385 ord i Dale-Chall. Grafer merket &#39;top&#39; henter fra de 5 første i
386 søkeresultatet, mens de merket &#39;bottom&#39; henter fra de 5 siste. En
387 kan her se at resultatene påvirkes betydelig av hvorvidt en ser på
388 de første eller de siste filmene i et søketreff.&lt;/p&gt;
389
390 &lt;p align=&quot;center&quot;&gt;
391 &lt;img width=&quot;40%&quot; src=&quot;http://people.skolelinux.org/pere/blog/images/2017-12-20-histogram-year-sh-top.png&quot;/&gt;
392 &lt;img width=&quot;40%&quot; src=&quot;http://people.skolelinux.org/pere/blog/images/2017-12-20-histogram-year-sh-bottom.png&quot;/&gt;
393 &lt;br&gt;
394 &lt;img width=&quot;40%&quot; src=&quot;http://people.skolelinux.org/pere/blog/images/2017-12-20-histogram-year-yts-top.png&quot;/&gt;
395 &lt;img width=&quot;40%&quot; src=&quot;http://people.skolelinux.org/pere/blog/images/2017-12-20-histogram-year-yts-bottom.png&quot;/&gt;
396 &lt;br&gt;
397 &lt;img width=&quot;40%&quot; src=&quot;http://people.skolelinux.org/pere/blog/images/2017-12-20-histogram-year-ukrfnlge-top.png&quot;/&gt;
398 &lt;img width=&quot;40%&quot; src=&quot;http://people.skolelinux.org/pere/blog/images/2017-12-20-histogram-year-ukrfnlge-bottom.png&quot;/&gt;
399 &lt;br&gt;
400 &lt;img width=&quot;40%&quot; src=&quot;http://people.skolelinux.org/pere/blog/images/2017-12-20-histogram-year-apidomain-top.png&quot;/&gt;
401 &lt;img width=&quot;40%&quot; src=&quot;http://people.skolelinux.org/pere/blog/images/2017-12-20-histogram-year-apidomain-bottom.png&quot;/&gt;
402 &lt;/p&gt;
403
404 &lt;p&gt;Det er verdt å bemerke at de omtalte bittorrent-katalogene ikke er
405 laget for bruk med Popcorn Time. Eksempelvis tilhører katalogen
406 YTS, som brukes av klientet som ble lastes ned fra popcorntime.sh,
407 et selvstendig fildelings-relatert nettsted YTS.AG med et separat
408 brukermiljø. Målemetoden foreslått av Økokrim måler dermed ikke
409 (u)lovligheten rundt bruken av Popcorn Time, men (u)lovligheten til
410 innholdet i disse katalogene.&lt;/p&gt;
411
412 &lt;hr&gt;
413
414 &lt;p id=&quot;dok-09-13&quot;&gt;Metoden fra Økokrims dokument 09,13 i straffesaken
415 om DNS-beslag.&lt;/p&gt;
416
417 &lt;p&gt;&lt;strong&gt;1. Evaluation of (il)legality&lt;/strong&gt;&lt;/p&gt;
418
419 &lt;p&gt;&lt;strong&gt;1.1. Methodology&lt;/strong&gt;
420
421 &lt;p&gt;Due to its technical configuration, Popcorn Time applications don&#39;t
422 allow to make a full list of all titles made available. In order to
423 evaluate the level of illegal operation of PCT, the following
424 methodology was applied:&lt;/p&gt;
425
426 &lt;ol&gt;
427
428 &lt;li&gt;A random selection of 50 keywords, greater than 3 letters, was
429 made from the Dale-Chall list that contains 3000 simple English
430 words1. The selection was made by using a Random Number
431 Generator2.&lt;/li&gt;
432
433 &lt;li&gt;For each keyword, starting with the first randomly selected
434 keyword, a search query was conducted in the movie section of the
435 respective Popcorn Time application. For each keyword, the first
436 five results were added to the title list until the number of 100
437 unique titles was reached (duplicates were removed).&lt;/li&gt;
438
439 &lt;li&gt;For one fork, .CH, insufficient titles were generated via this
440 approach to reach 100 titles. This was solved by adding any
441 additional query results above five for each of the 50 keywords.
442 Since this still was not enough, another 42 random keywords were
443 selected to finally reach 100 titles.&lt;/li&gt;
444
445 &lt;li&gt;It was verified whether or not there is a reasonable expectation
446 that the work is copyrighted by checking if they are available on
447 IMDb, also verifying the director, the year when the title was
448 released, the release date for a certain market, the production
449 company/ies of the title and the distribution company/ies.&lt;/li&gt;
450
451 &lt;/ol&gt;
452
453 &lt;p&gt;&lt;strong&gt;1.2. Results&lt;/strong&gt;&lt;/p&gt;
454
455 &lt;p&gt;Between 6 and 9 June 2016, four forks of Popcorn Time were
456 investigated: popcorn-time.to, popcorntime.ag, popcorntime.sh and
457 popcorntime.ch. An excel sheet with the results is included in
458 Appendix 1. Screenshots were secured in separate Appendixes for each
459 respective fork, see Appendix 2-5.&lt;/p&gt;
460
461 &lt;p&gt;For each fork, out of 100, de-duplicated titles it was possible to
462 retrieve data according to the parameters set out above that indicate
463 that the title is commercially available. Per fork, there was 1 title
464 that presumably falls within the public domain, i.e. the 1928 movie
465 &quot;The Circus&quot; by and with Charles Chaplin.&lt;/p&gt;
466
467 &lt;p&gt;Based on the above it is reasonable to assume that 99% of the movie
468 content of each fork is copyright protected and is made available
469 illegally.&lt;/p&gt;
470
471 &lt;p&gt;This exercise was not repeated for TV series, but considering that
472 besides production companies and distribution companies also
473 broadcasters may have relevant rights, it is reasonable to assume that
474 at least a similar level of infringement will be established.&lt;/p&gt;
475
476 &lt;p&gt;Based on the above it is reasonable to assume that 99% of all the
477 content of each fork is copyright protected and are made available
478 illegally.&lt;/p&gt;
479 </description>
480 </item>
481
482 <item>
483 <title>Cura, the nice 3D print slicer, is now in Debian Unstable</title>
484 <link>http://people.skolelinux.org/pere/blog/Cura__the_nice_3D_print_slicer__is_now_in_Debian_Unstable.html</link>
485 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Cura__the_nice_3D_print_slicer__is_now_in_Debian_Unstable.html</guid>
486 <pubDate>Sun, 17 Dec 2017 07:00:00 +0100</pubDate>
487 <description>&lt;p&gt;After several months of working and waiting, I am happy to report
488 that the nice and user friendly 3D printer slicer software Cura just
489 entered Debian Unstable. It consist of five packages,
490 &lt;a href=&quot;https://tracker.debian.org/pkg/cura&quot;&gt;cura&lt;/a&gt;,
491 &lt;a href=&quot;https://tracker.debian.org/pkg/cura-engine&quot;&gt;cura-engine&lt;/a&gt;,
492 &lt;a href=&quot;https://tracker.debian.org/pkg/libarcus&quot;&gt;libarcus&lt;/a&gt;,
493 &lt;a href=&quot;https://tracker.debian.org/pkg/fdm-materials&quot;&gt;fdm-materials&lt;/a&gt;,
494 &lt;a href=&quot;https://tracker.debian.org/pkg/libsavitar&quot;&gt;libsavitar&lt;/a&gt; and
495 &lt;a href=&quot;https://tracker.debian.org/pkg/uranium&quot;&gt;uranium&lt;/a&gt;. The last
496 two, uranium and cura, entered Unstable yesterday. This should make
497 it easier for Debian users to print on at least the Ultimaker class of
498 3D printers. My nearest 3D printer is an Ultimaker 2+, so it will
499 make life easier for at least me. :)&lt;/p&gt;
500
501 &lt;p&gt;The work to make this happen was done by Gregor Riepl, and I was
502 happy to assist him in sponsoring the packages. With the introduction
503 of Cura, Debian is up to three 3D printer slicers at your service,
504 Cura, Slic3r and Slic3r Prusa. If you own or have access to a 3D
505 printer, give it a go. :)&lt;/p&gt;
506
507 &lt;p&gt;The 3D printer software is maintained by the 3D printer Debian
508 team, flocking together on the
509 &lt;a href=&quot;http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/3dprinter-general&quot;&gt;3dprinter-general&lt;/a&gt;
510 mailing list and the
511 &lt;a href=&quot;irc://irc.debian.org/#debian-3dprinting&quot;&gt;#debian-3dprinting&lt;/a&gt;
512 IRC channel.&lt;/p&gt;
513
514 &lt;p&gt;The next step for Cura in Debian is to update the cura package to
515 version 3.0.3 and then update the entire set of packages to version
516 3.1.0 which showed up the last few days.&lt;/p&gt;
517 </description>
518 </item>
519
520 <item>
521 <title>Idea for finding all public domain movies in the USA</title>
522 <link>http://people.skolelinux.org/pere/blog/Idea_for_finding_all_public_domain_movies_in_the_USA.html</link>
523 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Idea_for_finding_all_public_domain_movies_in_the_USA.html</guid>
524 <pubDate>Wed, 13 Dec 2017 10:15:00 +0100</pubDate>
525 <description>&lt;p&gt;While looking at
526 &lt;a href=&quot;http://onlinebooks.library.upenn.edu/cce/&quot;&gt;the scanned copies
527 for the copyright renewal entries for movies published in the USA&lt;/a&gt;,
528 an idea occurred to me. The number of renewals are so few per year, it
529 should be fairly quick to transcribe them all and add references to
530 the corresponding IMDB title ID. This would give the (presumably)
531 complete list of movies published 28 years earlier that did _not_
532 enter the public domain for the transcribed year. By fetching the
533 list of USA movies published 28 years earlier and subtract the movies
534 with renewals, we should be left with movies registered in IMDB that
535 are now in the public domain. For the year 1955 (which is the one I
536 have looked at the most), the total number of pages to transcribe is
537 21. For the 28 years from 1950 to 1978, it should be in the range
538 500-600 pages. It is just a few days of work, and spread among a
539 small group of people it should be doable in a few weeks of spare
540 time.&lt;/p&gt;
541
542 &lt;p&gt;A typical copyright renewal entry look like this (the first one
543 listed for 1955):&lt;/p&gt;
544
545 &lt;p&gt;&lt;blockquote&gt;
546 ADAM AND EVIL, a photoplay in seven reels by Metro-Goldwyn-Mayer
547 Distribution Corp. (c) 17Aug27; L24293. Loew&#39;s Incorporated (PWH);
548 10Jun55; R151558.
549 &lt;/blockquote&gt;&lt;/p&gt;
550
551 &lt;p&gt;The movie title as well as registration and renewal dates are easy
552 enough to locate by a program (split on first comma and look for
553 DDmmmYY). The rest of the text is not required to find the movie in
554 IMDB, but is useful to confirm the correct movie is found. I am not
555 quite sure what the L and R numbers mean, but suspect they are
556 reference numbers into the archive of the US Copyright Office.&lt;/p&gt;
557
558 &lt;p&gt;Tracking down the equivalent IMDB title ID is probably going to be
559 a manual task, but given the year it is fairly easy to search for the
560 movie title using for example
561 &lt;a href=&quot;http://www.imdb.com/find?q=adam+and+evil+1927&amp;s=all&quot;&gt;http://www.imdb.com/find?q=adam+and+evil+1927&amp;s=all&lt;/a&gt;.
562 Using this search, I find that the equivalent IMDB title ID for the
563 first renewal entry from 1955 is
564 &lt;a href=&quot;http://www.imdb.com/title/tt0017588/&quot;&gt;http://www.imdb.com/title/tt0017588/&lt;/a&gt;.&lt;/p&gt;
565
566 &lt;p&gt;I suspect the best way to do this would be to make a specialised
567 web service to make it easy for contributors to transcribe and track
568 down IMDB title IDs. In the web service, once a entry is transcribed,
569 the title and year could be extracted from the text, a search in IMDB
570 conducted for the user to pick the equivalent IMDB title ID right
571 away. By spreading out the work among volunteers, it would also be
572 possible to make at least two persons transcribe the same entries to
573 be able to discover any typos introduced. But I will need help to
574 make this happen, as I lack the spare time to do all of this on my
575 own. If you would like to help, please get in touch. Perhaps you can
576 draft a web service for crowd sourcing the task?&lt;/p&gt;
577
578 &lt;p&gt;Note, Project Gutenberg already have some
579 &lt;a href=&quot;http://www.gutenberg.org/ebooks/search/?query=copyright+office+renewals&quot;&gt;transcribed
580 copies of the US Copyright Office renewal protocols&lt;/a&gt;, but I have
581 not been able to find any film renewals there, so I suspect they only
582 have copies of renewal for written works. I have not been able to find
583 any transcribed versions of movie renewals so far. Perhaps they exist
584 somewhere?&lt;/p&gt;
585
586 &lt;p&gt;I would love to figure out methods for finding all the public
587 domain works in other countries too, but it is a lot harder. At least
588 for Norway and Great Britain, such work involve tracking down the
589 people involved in making the movie and figuring out when they died.
590 It is hard enough to figure out who was part of making a movie, but I
591 do not know how to automate such procedure without a registry of every
592 person involved in making movies and their death year.&lt;/p&gt;
593
594 &lt;p&gt;As usual, if you use Bitcoin and want to show your support of my
595 activities, please send Bitcoin donations to my address
596 &lt;b&gt;&lt;a href=&quot;bitcoin:15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b&quot;&gt;15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b&lt;/a&gt;&lt;/b&gt;.&lt;/p&gt;
597 </description>
598 </item>
599
600 <item>
601 <title>Is the short movie «Empty Socks» from 1927 in the public domain or not?</title>
602 <link>http://people.skolelinux.org/pere/blog/Is_the_short_movie__Empty_Socks__from_1927_in_the_public_domain_or_not_.html</link>
603 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Is_the_short_movie__Empty_Socks__from_1927_in_the_public_domain_or_not_.html</guid>
604 <pubDate>Tue, 5 Dec 2017 12:30:00 +0100</pubDate>
605 <description>&lt;p&gt;Three years ago, a presumed lost animation film,
606 &lt;a href=&quot;https://en.wikipedia.org/wiki/Empty_Socks&quot;&gt;Empty Socks from
607 1927&lt;/a&gt;, was discovered in the Norwegian National Library. At the
608 time it was discovered, it was generally assumed to be copyrighted by
609 The Walt Disney Company, and I blogged about
610 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/Opphavsretts_status_for__Empty_Socks__fra_1927_.html&quot;&gt;my
611 reasoning to conclude&lt;/a&gt; that it would would enter the Norwegian
612 equivalent of the public domain in 2053, based on my understanding of
613 Norwegian Copyright Law. But a few days ago, I came across
614 &lt;a href=&quot;http://www.toonzone.net/forums/threads/exposed-disneys-repurchase-of-oswald-the-rabbit-a-sham.4792291/&quot;&gt;a
615 blog post claiming the movie was already in the public domain&lt;/a&gt;, at
616 least in USA. The reasoning is as follows: The film was released in
617 November or Desember 1927 (sources disagree), and presumably
618 registered its copyright that year. At that time, right holders of
619 movies registered by the copyright office received government
620 protection for there work for 28 years. After 28 years, the copyright
621 had to be renewed if the wanted the government to protect it further.
622 The blog post I found claim such renewal did not happen for this
623 movie, and thus it entered the public domain in 1956. Yet someone
624 claim the copyright was renewed and the movie is still copyright
625 protected. Can anyone help me to figure out which claim is correct?
626 I have not been able to find Empty Socks in Catalog of copyright
627 entries. Ser.3 pt.12-13 v.9-12 1955-1958 Motion Pictures
628 &lt;a href=&quot;http://onlinebooks.library.upenn.edu/cce/1955r.html#film&quot;&gt;available
629 from the University of Pennsylvania&lt;/a&gt;, neither in
630 &lt;a href=&quot;https://babel.hathitrust.org/cgi/pt?id=mdp.39015084451130;page=root;view=image;size=100;seq=83;num=45&quot;&gt;page
631 45 for the first half of 1955&lt;/a&gt;, nor in
632 &lt;a href=&quot;https://babel.hathitrust.org/cgi/pt?id=mdp.39015084451130;page=root;view=image;size=100;seq=175;num=119&quot;&gt;page
633 119 for the second half of 1955&lt;/a&gt;. It is of course possible that
634 the renewal entry was left out of the printed catalog by mistake. Is
635 there some way to rule out this possibility? Please help, and update
636 the wikipedia page with your findings.
637
638 &lt;p&gt;As usual, if you use Bitcoin and want to show your support of my
639 activities, please send Bitcoin donations to my address
640 &lt;b&gt;&lt;a href=&quot;bitcoin:15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b&quot;&gt;15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b&lt;/a&gt;&lt;/b&gt;.&lt;/p&gt;
641 </description>
642 </item>
643
644 <item>
645 <title>Metadata proposal for movies on the Internet Archive</title>
646 <link>http://people.skolelinux.org/pere/blog/Metadata_proposal_for_movies_on_the_Internet_Archive.html</link>
647 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Metadata_proposal_for_movies_on_the_Internet_Archive.html</guid>
648 <pubDate>Tue, 28 Nov 2017 12:00:00 +0100</pubDate>
649 <description>&lt;p&gt;It would be easier to locate the movie you want to watch in
650 &lt;a href=&quot;https://www.archive.org/&quot;&gt;the Internet Archive&lt;/a&gt;, if the
651 metadata about each movie was more complete and accurate. In the
652 archiving community, a well known saying state that good metadata is a
653 love letter to the future. The metadata in the Internet Archive could
654 use a face lift for the future to love us back. Here is a proposal
655 for a small improvement that would make the metadata more useful
656 today. I&#39;ve been unable to find any document describing the various
657 standard fields available when uploading videos to the archive, so
658 this proposal is based on my best quess and searching through several
659 of the existing movies.&lt;/p&gt;
660
661 &lt;p&gt;I have a few use cases in mind. First of all, I would like to be
662 able to count the number of distinct movies in the Internet Archive,
663 without duplicates. I would further like to identify the IMDB title
664 ID of the movies in the Internet Archive, to be able to look up a IMDB
665 title ID and know if I can fetch the video from there and share it
666 with my friends.&lt;/p&gt;
667
668 &lt;p&gt;Second, I would like the Butter data provider for The Internet
669 archive
670 (&lt;a href=&quot;https://github.com/butterproviders/butter-provider-archive&quot;&gt;available
671 from github&lt;/a&gt;), to list as many of the good movies as possible. The
672 plugin currently do a search in the archive with the following
673 parameters:&lt;/p&gt;
674
675 &lt;p&gt;&lt;pre&gt;
676 collection:moviesandfilms
677 AND NOT collection:movie_trailers
678 AND -mediatype:collection
679 AND format:&quot;Archive BitTorrent&quot;
680 AND year
681 &lt;/pre&gt;&lt;/p&gt;
682
683 &lt;p&gt;Most of the cool movies that fail to show up in Butter do so
684 because the &#39;year&#39; field is missing. The &#39;year&#39; field is populated by
685 the year part from the &#39;date&#39; field, and should be when the movie was
686 released (date or year). Two such examples are
687 &lt;a href=&quot;https://archive.org/details/SidneyOlcottsBen-hur1905&quot;&gt;Ben Hur
688 from 1905&lt;/a&gt; and
689 &lt;a href=&quot;https://archive.org/details/Caminandes2GranDillama&quot;&gt;Caminandes
690 2: Gran Dillama from 2013&lt;/a&gt;, where the year metadata field is
691 missing.&lt;/p&gt;
692
693 So, my proposal is simply, for every movie in The Internet Archive
694 where an IMDB title ID exist, please fill in these metadata fields
695 (note, they can be updated also long after the video was uploaded, but
696 as far as I can tell, only by the uploader):
697
698 &lt;dl&gt;
699
700 &lt;dt&gt;mediatype&lt;/dt&gt;
701 &lt;dd&gt;Should be &#39;movie&#39; for movies.&lt;/dd&gt;
702
703 &lt;dt&gt;collection&lt;/dt&gt;
704 &lt;dd&gt;Should contain &#39;moviesandfilms&#39;.&lt;/dd&gt;
705
706 &lt;dt&gt;title&lt;/dt&gt;
707 &lt;dd&gt;The title of the movie, without the publication year.&lt;/dd&gt;
708
709 &lt;dt&gt;date&lt;/dt&gt;
710 &lt;dd&gt;The data or year the movie was released. This make the movie show
711 up in Butter, as well as make it possible to know the age of the
712 movie and is useful to figure out copyright status.&lt;/dd&gt;
713
714 &lt;dt&gt;director&lt;/dt&gt;
715 &lt;dd&gt;The director of the movie. This make it easier to know if the
716 correct movie is found in movie databases.&lt;/dd&gt;
717
718 &lt;dt&gt;publisher&lt;/dt&gt;
719 &lt;dd&gt;The production company making the movie. Also useful for
720 identifying the correct movie.&lt;/dd&gt;
721
722 &lt;dt&gt;links&lt;/dt&gt;
723
724 &lt;dd&gt;Add a link to the IMDB title page, for example like this: &amp;lt;a
725 href=&quot;http://www.imdb.com/title/tt0028496/&quot;&amp;gt;Movie in
726 IMDB&amp;lt;/a&amp;gt;. This make it easier to find duplicates and allow for
727 counting of number of unique movies in the Archive. Other external
728 references, like to TMDB, could be added like this too.&lt;/dd&gt;
729
730 &lt;/dl&gt;
731
732 &lt;p&gt;I did consider proposing a Custom field for the IMDB title ID (for
733 example &#39;imdb_title_url&#39;, &#39;imdb_code&#39; or simply &#39;imdb&#39;, but suspect it
734 will be easier to simply place it in the links free text field.&lt;/p&gt;
735
736 &lt;p&gt;I created
737 &lt;a href=&quot;https://github.com/petterreinholdtsen/public-domain-free-imdb&quot;&gt;a
738 list of IMDB title IDs for several thousand movies in the Internet
739 Archive&lt;/a&gt;, but I also got a list of several thousand movies without
740 such IMDB title ID (and quite a few duplicates). It would be great if
741 this data set could be integrated into the Internet Archive metadata
742 to be available for everyone in the future, but with the current
743 policy of leaving metadata editing to the uploaders, it will take a
744 while before this happen. If you have uploaded movies into the
745 Internet Archive, you can help. Please consider following my proposal
746 above for your movies, to ensure that movie is properly
747 counted. :)&lt;/p&gt;
748
749 &lt;p&gt;The list is mostly generated using wikidata, which based on
750 Wikipedia articles make it possible to link between IMDB and movies in
751 the Internet Archive. But there are lots of movies without a
752 Wikipedia article, and some movies where only a collection page exist
753 (like for &lt;a href=&quot;https://en.wikipedia.org/wiki/Caminandes&quot;&gt;the
754 Caminandes example above&lt;/a&gt;, where there are three movies but only
755 one Wikidata entry).&lt;/p&gt;
756
757 &lt;p&gt;As usual, if you use Bitcoin and want to show your support of my
758 activities, please send Bitcoin donations to my address
759 &lt;b&gt;&lt;a href=&quot;bitcoin:15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b&quot;&gt;15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b&lt;/a&gt;&lt;/b&gt;.&lt;/p&gt;
760 </description>
761 </item>
762
763 <item>
764 <title>Legal to share more than 3000 movies listed on IMDB?</title>
765 <link>http://people.skolelinux.org/pere/blog/Legal_to_share_more_than_3000_movies_listed_on_IMDB_.html</link>
766 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Legal_to_share_more_than_3000_movies_listed_on_IMDB_.html</guid>
767 <pubDate>Sat, 18 Nov 2017 21:20:00 +0100</pubDate>
768 <description>&lt;p&gt;A month ago, I blogged about my work to
769 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/Locating_IMDB_IDs_of_movies_in_the_Internet_Archive_using_Wikidata.html&quot;&gt;automatically
770 check the copyright status of IMDB entries&lt;/a&gt;, and try to count the
771 number of movies listed in IMDB that is legal to distribute on the
772 Internet. I have continued to look for good data sources, and
773 identified a few more. The code used to extract information from
774 various data sources is available in
775 &lt;a href=&quot;https://github.com/petterreinholdtsen/public-domain-free-imdb&quot;&gt;a
776 git repository&lt;/a&gt;, currently available from github.&lt;/p&gt;
777
778 &lt;p&gt;So far I have identified 3186 unique IMDB title IDs. To gain
779 better understanding of the structure of the data set, I created a
780 histogram of the year associated with each movie (typically release
781 year). It is interesting to notice where the peaks and dips in the
782 graph are located. I wonder why they are placed there. I suspect
783 World War II caused the dip around 1940, but what caused the peak
784 around 2010?&lt;/p&gt;
785
786 &lt;p align=&quot;center&quot;&gt;&lt;img src=&quot;http://people.skolelinux.org/pere/blog/images/2017-11-18-verk-i-det-fri-filmer.png&quot; /&gt;&lt;/p&gt;
787
788 &lt;p&gt;I&#39;ve so far identified ten sources for IMDB title IDs for movies in
789 the public domain or with a free license. This is the statistics
790 reported when running &#39;make stats&#39; in the git repository:&lt;/p&gt;
791
792 &lt;pre&gt;
793 249 entries ( 6 unique) with and 288 without IMDB title ID in free-movies-archive-org-butter.json
794 2301 entries ( 540 unique) with and 0 without IMDB title ID in free-movies-archive-org-wikidata.json
795 830 entries ( 29 unique) with and 0 without IMDB title ID in free-movies-icheckmovies-archive-mochard.json
796 2109 entries ( 377 unique) with and 0 without IMDB title ID in free-movies-imdb-pd.json
797 291 entries ( 122 unique) with and 0 without IMDB title ID in free-movies-letterboxd-pd.json
798 144 entries ( 135 unique) with and 0 without IMDB title ID in free-movies-manual.json
799 350 entries ( 1 unique) with and 801 without IMDB title ID in free-movies-publicdomainmovies.json
800 4 entries ( 0 unique) with and 124 without IMDB title ID in free-movies-publicdomainreview.json
801 698 entries ( 119 unique) with and 118 without IMDB title ID in free-movies-publicdomaintorrents.json
802 8 entries ( 8 unique) with and 196 without IMDB title ID in free-movies-vodo.json
803 3186 unique IMDB title IDs in total
804 &lt;/pre&gt;
805
806 &lt;p&gt;The entries without IMDB title ID are candidates to increase the
807 data set, but might equally well be duplicates of entries already
808 listed with IMDB title ID in one of the other sources, or represent
809 movies that lack a IMDB title ID. I&#39;ve seen examples of all these
810 situations when peeking at the entries without IMDB title ID. Based
811 on these data sources, the lower bound for movies listed in IMDB that
812 are legal to distribute on the Internet is between 3186 and 4713.
813
814 &lt;p&gt;It would be great for improving the accuracy of this measurement,
815 if the various sources added IMDB title ID to their metadata. I have
816 tried to reach the people behind the various sources to ask if they
817 are interested in doing this, without any replies so far. Perhaps you
818 can help me get in touch with the people behind VODO, Public Domain
819 Torrents, Public Domain Movies and Public Domain Review to try to
820 convince them to add more metadata to their movie entries?&lt;/p&gt;
821
822 &lt;p&gt;Another way you could help is by adding pages to Wikipedia about
823 movies that are legal to distribute on the Internet. If such page
824 exist and include a link to both IMDB and The Internet Archive, the
825 script used to generate free-movies-archive-org-wikidata.json should
826 pick up the mapping as soon as wikidata is updates.&lt;/p&gt;
827
828 &lt;p&gt;As usual, if you use Bitcoin and want to show your support of my
829 activities, please send Bitcoin donations to my address
830 &lt;b&gt;&lt;a href=&quot;bitcoin:15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b&quot;&gt;15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b&lt;/a&gt;&lt;/b&gt;.&lt;/p&gt;
831 </description>
832 </item>
833
834 <item>
835 <title>Some notes on fault tolerant storage systems</title>
836 <link>http://people.skolelinux.org/pere/blog/Some_notes_on_fault_tolerant_storage_systems.html</link>
837 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Some_notes_on_fault_tolerant_storage_systems.html</guid>
838 <pubDate>Wed, 1 Nov 2017 15:35:00 +0100</pubDate>
839 <description>&lt;p&gt;If you care about how fault tolerant your storage is, you might
840 find these articles and papers interesting. They have formed how I
841 think of when designing a storage system.&lt;/p&gt;
842
843 &lt;ul&gt;
844
845 &lt;li&gt;USENIX :login; &lt;a
846 href=&quot;https://www.usenix.org/publications/login/summer2017/ganesan&quot;&gt;Redundancy
847 Does Not Imply Fault Tolerance. Analysis of Distributed Storage
848 Reactions to Single Errors and Corruptions&lt;/a&gt; by Aishwarya Ganesan,
849 Ramnatthan Alagappan, Andrea C. Arpaci-Dusseau, and Remzi
850 H. Arpaci-Dusseau&lt;/li&gt;
851
852 &lt;li&gt;ZDNet
853 &lt;a href=&quot;http://www.zdnet.com/article/why-raid-5-stops-working-in-2009/&quot;&gt;Why
854 RAID 5 stops working in 2009&lt;/a&gt; by Robin Harris&lt;/li&gt;
855
856 &lt;li&gt;ZDNet
857 &lt;a href=&quot;http://www.zdnet.com/article/why-raid-6-stops-working-in-2019/&quot;&gt;Why
858 RAID 6 stops working in 2019&lt;/a&gt; by Robin Harris&lt;/li&gt;
859
860 &lt;li&gt;USENIX FAST&#39;07
861 &lt;a href=&quot;http://research.google.com/archive/disk_failures.pdf&quot;&gt;Failure
862 Trends in a Large Disk Drive Population&lt;/a&gt; by Eduardo Pinheiro,
863 Wolf-Dietrich Weber and Luiz André Barroso&lt;/li&gt;
864
865 &lt;li&gt;USENIX ;login: &lt;a
866 href=&quot;https://www.usenix.org/system/files/login/articles/hughes12-04.pdf&quot;&gt;Data
867 Integrity. Finding Truth in a World of Guesses and Lies&lt;/a&gt; by Doug
868 Hughes&lt;/li&gt;
869
870 &lt;li&gt;USENIX FAST&#39;08
871 &lt;a href=&quot;https://www.usenix.org/events/fast08/tech/full_papers/bairavasundaram/bairavasundaram_html/&quot;&gt;An
872 Analysis of Data Corruption in the Storage Stack&lt;/a&gt; by
873 L. N. Bairavasundaram, G. R. Goodson, B. Schroeder, A. C.
874 Arpaci-Dusseau, and R. H. Arpaci-Dusseau&lt;/li&gt;
875
876 &lt;li&gt;USENIX FAST&#39;07 &lt;a
877 href=&quot;https://www.usenix.org/legacy/events/fast07/tech/schroeder/schroeder_html/&quot;&gt;Disk
878 failures in the real world: what does an MTTF of 1,000,000 hours mean
879 to you?&lt;/a&gt; by B. Schroeder and G. A. Gibson.&lt;/li&gt;
880
881 &lt;li&gt;USENIX ;login: &lt;a
882 href=&quot;https://www.usenix.org/events/fast08/tech/full_papers/jiang/jiang_html/&quot;&gt;Are
883 Disks the Dominant Contributor for Storage Failures? A Comprehensive
884 Study of Storage Subsystem Failure Characteristics&lt;/a&gt; by Weihang
885 Jiang, Chongfeng Hu, Yuanyuan Zhou, and Arkady Kanevsky&lt;/li&gt;
886
887 &lt;li&gt;SIGMETRICS 2007
888 &lt;a href=&quot;http://research.cs.wisc.edu/adsl/Publications/latent-sigmetrics07.pdf&quot;&gt;An
889 analysis of latent sector errors in disk drives&lt;/a&gt; by
890 L. N. Bairavasundaram, G. R. Goodson, S. Pasupathy, and J. Schindler&lt;/li&gt;
891
892 &lt;/ul&gt;
893
894 &lt;p&gt;Several of these research papers are based on data collected from
895 hundred thousands or millions of disk, and their findings are eye
896 opening. The short story is simply do not implicitly trust RAID or
897 redundant storage systems. Details matter. And unfortunately there
898 are few options on Linux addressing all the identified issues. Both
899 ZFS and Btrfs are doing a fairly good job, but have legal and
900 practical issues on their own. I wonder how cluster file systems like
901 Ceph do in this regard. After all, there is an old saying, you know
902 you have a distributed system when the crash of a computer you have
903 never heard of stops you from getting any work done. The same holds
904 true if fault tolerance do not work.&lt;/p&gt;
905
906 &lt;p&gt;Just remember, in the end, it do not matter how redundant, or how
907 fault tolerant your storage is, if you do not continuously monitor its
908 status to detect and replace failed disks.&lt;/p&gt;
909
910 &lt;p&gt;As usual, if you use Bitcoin and want to show your support of my
911 activities, please send Bitcoin donations to my address
912 &lt;b&gt;&lt;a href=&quot;bitcoin:15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b&quot;&gt;15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b&lt;/a&gt;&lt;/b&gt;.&lt;/p&gt;
913 </description>
914 </item>
915
916 <item>
917 <title>Web services for writing academic LaTeX papers as a team</title>
918 <link>http://people.skolelinux.org/pere/blog/Web_services_for_writing_academic_LaTeX_papers_as_a_team.html</link>
919 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Web_services_for_writing_academic_LaTeX_papers_as_a_team.html</guid>
920 <pubDate>Tue, 31 Oct 2017 21:00:00 +0100</pubDate>
921 <description>&lt;p&gt;I was surprised today to learn that a friend in academia did not
922 know there are easily available web services available for writing
923 LaTeX documents as a team. I thought it was common knowledge, but to
924 make sure at least my readers are aware of it, I would like to mention
925 these useful services for writing LaTeX documents. Some of them even
926 provide a WYSIWYG editor to ease writing even further.&lt;/p&gt;
927
928 &lt;p&gt;There are two commercial services available,
929 &lt;a href=&quot;https://sharelatex.com&quot;&gt;ShareLaTeX&lt;/a&gt; and
930 &lt;a href=&quot;https://overleaf.com&quot;&gt;Overleaf&lt;/a&gt;. They are very easy to
931 use. Just start a new document, select which publisher to write for
932 (ie which LaTeX style to use), and start writing. Note, these two
933 have announced their intention to join forces, so soon it will only be
934 one joint service. I&#39;ve used both for different documents, and they
935 work just fine. While
936 &lt;a href=&quot;https://github.com/sharelatex/sharelatex&quot;&gt;ShareLaTeX is free
937 software&lt;/a&gt;, while the latter is not. According to &lt;a
938 href=&quot;https://www.overleaf.com/help/17-is-overleaf-open-source&quot;&gt;a
939 announcement from Overleaf&lt;/a&gt;, they plan to keep the ShareLaTeX code
940 base maintained as free software.&lt;/p&gt;
941
942 But these two are not the only alternatives.
943 &lt;a href=&quot;https://app.fiduswriter.org/&quot;&gt;Fidus Writer&lt;/a&gt; is another free
944 software solution with &lt;a href=&quot;https://github.com/fiduswriter&quot;&gt;the
945 source available on github&lt;/a&gt;. I have not used it myself. Several
946 others can be found on the nice
947 &lt;a href=&quot;https://alternativeto.net/software/sharelatex/&quot;&gt;alterntiveTo
948 web service&lt;/a&gt;.
949
950 &lt;p&gt;If you like Google Docs or Etherpad, but would like to write
951 documents in LaTeX, you should check out these services. You can even
952 host your own, if you want to. :)&lt;/p&gt;
953
954 &lt;p&gt;As usual, if you use Bitcoin and want to show your support of my
955 activities, please send Bitcoin donations to my address
956 &lt;b&gt;&lt;a href=&quot;bitcoin:15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b&quot;&gt;15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b&lt;/a&gt;&lt;/b&gt;.&lt;/p&gt;
957 </description>
958 </item>
959
960 <item>
961 <title>Locating IMDB IDs of movies in the Internet Archive using Wikidata</title>
962 <link>http://people.skolelinux.org/pere/blog/Locating_IMDB_IDs_of_movies_in_the_Internet_Archive_using_Wikidata.html</link>
963 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Locating_IMDB_IDs_of_movies_in_the_Internet_Archive_using_Wikidata.html</guid>
964 <pubDate>Wed, 25 Oct 2017 12:20:00 +0200</pubDate>
965 <description>&lt;p&gt;Recently, I needed to automatically check the copyright status of a
966 set of &lt;a href=&quot;http://www.imdb.com/&quot;&gt;The Internet Movie database
967 (IMDB)&lt;/a&gt; entries, to figure out which one of the movies they refer
968 to can be freely distributed on the Internet. This proved to be
969 harder than it sounds. IMDB for sure list movies without any
970 copyright protection, where the copyright protection has expired or
971 where the movie is lisenced using a permissive license like one from
972 Creative Commons. These are mixed with copyright protected movies,
973 and there seem to be no way to separate these classes of movies using
974 the information in IMDB.&lt;/p&gt;
975
976 &lt;p&gt;First I tried to look up entries manually in IMDB,
977 &lt;a href=&quot;https://www.wikipedia.org/&quot;&gt;Wikipedia&lt;/a&gt; and
978 &lt;a href=&quot;https://www.archive.org/&quot;&gt;The Internet Archive&lt;/a&gt;, to get a
979 feel how to do this. It is hard to know for sure using these sources,
980 but it should be possible to be reasonable confident a movie is &quot;out
981 of copyright&quot; with a few hours work per movie. As I needed to check
982 almost 20,000 entries, this approach was not sustainable. I simply
983 can not work around the clock for about 6 years to check this data
984 set.&lt;/p&gt;
985
986 &lt;p&gt;I asked the people behind The Internet Archive if they could
987 introduce a new metadata field in their metadata XML for IMDB ID, but
988 was told that they leave it completely to the uploaders to update the
989 metadata. Some of the metadata entries had IMDB links in the
990 description, but I found no way to download all metadata files in bulk
991 to locate those ones and put that approach aside.&lt;/p&gt;
992
993 &lt;p&gt;In the process I noticed several Wikipedia articles about movies
994 had links to both IMDB and The Internet Archive, and it occured to me
995 that I could use the Wikipedia RDF data set to locate entries with
996 both, to at least get a lower bound on the number of movies on The
997 Internet Archive with a IMDB ID. This is useful based on the
998 assumption that movies distributed by The Internet Archive can be
999 legally distributed on the Internet. With some help from the RDF
1000 community (thank you DanC), I was able to come up with this query to
1001 pass to &lt;a href=&quot;https://query.wikidata.org/&quot;&gt;the SPARQL interface on
1002 Wikidata&lt;/a&gt;:
1003
1004 &lt;p&gt;&lt;pre&gt;
1005 SELECT ?work ?imdb ?ia ?when ?label
1006 WHERE
1007 {
1008 ?work wdt:P31/wdt:P279* wd:Q11424.
1009 ?work wdt:P345 ?imdb.
1010 ?work wdt:P724 ?ia.
1011 OPTIONAL {
1012 ?work wdt:P577 ?when.
1013 ?work rdfs:label ?label.
1014 FILTER(LANG(?label) = &quot;en&quot;).
1015 }
1016 }
1017 &lt;/pre&gt;&lt;/p&gt;
1018
1019 &lt;p&gt;If I understand the query right, for every film entry anywhere in
1020 Wikpedia, it will return the IMDB ID and The Internet Archive ID, and
1021 when the movie was released and its English title, if either or both
1022 of the latter two are available. At the moment the result set contain
1023 2338 entries. Of course, it depend on volunteers including both
1024 correct IMDB and The Internet Archive IDs in the wikipedia articles
1025 for the movie. It should be noted that the result will include
1026 duplicates if the movie have entries in several languages. There are
1027 some bogus entries, either because The Internet Archive ID contain a
1028 typo or because the movie is not available from The Internet Archive.
1029 I did not verify the IMDB IDs, as I am unsure how to do that
1030 automatically.&lt;/p&gt;
1031
1032 &lt;p&gt;I wrote a small python script to extract the data set from Wikidata
1033 and check if the XML metadata for the movie is available from The
1034 Internet Archive, and after around 1.5 hour it produced a list of 2097
1035 free movies and their IMDB ID. In total, 171 entries in Wikidata lack
1036 the refered Internet Archive entry. I assume the 70 &quot;disappearing&quot;
1037 entries (ie 2338-2097-171) are duplicate entries.&lt;/p&gt;
1038
1039 &lt;p&gt;This is not too bad, given that The Internet Archive report to
1040 contain &lt;a href=&quot;https://archive.org/details/feature_films&quot;&gt;5331
1041 feature films&lt;/a&gt; at the moment, but it also mean more than 3000
1042 movies are missing on Wikipedia or are missing the pair of references
1043 on Wikipedia.&lt;/p&gt;
1044
1045 &lt;p&gt;I was curious about the distribution by release year, and made a
1046 little graph to show how the amount of free movies is spread over the
1047 years:&lt;p&gt;
1048
1049 &lt;p&gt;&lt;img src=&quot;http://people.skolelinux.org/pere/blog/images/2017-10-25-verk-i-det-fri-filmer.png&quot;&gt;&lt;/p&gt;
1050
1051 &lt;p&gt;I expect the relative distribution of the remaining 3000 movies to
1052 be similar.&lt;/p&gt;
1053
1054 &lt;p&gt;If you want to help, and want to ensure Wikipedia can be used to
1055 cross reference The Internet Archive and The Internet Movie Database,
1056 please make sure entries like this are listed under the &quot;External
1057 links&quot; heading on the Wikipedia article for the movie:&lt;/p&gt;
1058
1059 &lt;p&gt;&lt;pre&gt;
1060 * {{Internet Archive film|id=FightingLady}}
1061 * {{IMDb title|id=0036823|title=The Fighting Lady}}
1062 &lt;/pre&gt;&lt;/p&gt;
1063
1064 &lt;p&gt;Please verify the links on the final page, to make sure you did not
1065 introduce a typo.&lt;/p&gt;
1066
1067 &lt;p&gt;Here is the complete list, if you want to correct the 171
1068 identified Wikipedia entries with broken links to The Internet
1069 Archive: &lt;a href=&quot;http://www.wikidata.org/entity/Q1140317&quot;&gt;Q1140317&lt;/a&gt;,
1070 &lt;a href=&quot;http://www.wikidata.org/entity/Q458656&quot;&gt;Q458656&lt;/a&gt;,
1071 &lt;a href=&quot;http://www.wikidata.org/entity/Q458656&quot;&gt;Q458656&lt;/a&gt;,
1072 &lt;a href=&quot;http://www.wikidata.org/entity/Q470560&quot;&gt;Q470560&lt;/a&gt;,
1073 &lt;a href=&quot;http://www.wikidata.org/entity/Q743340&quot;&gt;Q743340&lt;/a&gt;,
1074 &lt;a href=&quot;http://www.wikidata.org/entity/Q822580&quot;&gt;Q822580&lt;/a&gt;,
1075 &lt;a href=&quot;http://www.wikidata.org/entity/Q480696&quot;&gt;Q480696&lt;/a&gt;,
1076 &lt;a href=&quot;http://www.wikidata.org/entity/Q128761&quot;&gt;Q128761&lt;/a&gt;,
1077 &lt;a href=&quot;http://www.wikidata.org/entity/Q1307059&quot;&gt;Q1307059&lt;/a&gt;,
1078 &lt;a href=&quot;http://www.wikidata.org/entity/Q1335091&quot;&gt;Q1335091&lt;/a&gt;,
1079 &lt;a href=&quot;http://www.wikidata.org/entity/Q1537166&quot;&gt;Q1537166&lt;/a&gt;,
1080 &lt;a href=&quot;http://www.wikidata.org/entity/Q1438334&quot;&gt;Q1438334&lt;/a&gt;,
1081 &lt;a href=&quot;http://www.wikidata.org/entity/Q1479751&quot;&gt;Q1479751&lt;/a&gt;,
1082 &lt;a href=&quot;http://www.wikidata.org/entity/Q1497200&quot;&gt;Q1497200&lt;/a&gt;,
1083 &lt;a href=&quot;http://www.wikidata.org/entity/Q1498122&quot;&gt;Q1498122&lt;/a&gt;,
1084 &lt;a href=&quot;http://www.wikidata.org/entity/Q865973&quot;&gt;Q865973&lt;/a&gt;,
1085 &lt;a href=&quot;http://www.wikidata.org/entity/Q834269&quot;&gt;Q834269&lt;/a&gt;,
1086 &lt;a href=&quot;http://www.wikidata.org/entity/Q841781&quot;&gt;Q841781&lt;/a&gt;,
1087 &lt;a href=&quot;http://www.wikidata.org/entity/Q841781&quot;&gt;Q841781&lt;/a&gt;,
1088 &lt;a href=&quot;http://www.wikidata.org/entity/Q1548193&quot;&gt;Q1548193&lt;/a&gt;,
1089 &lt;a href=&quot;http://www.wikidata.org/entity/Q499031&quot;&gt;Q499031&lt;/a&gt;,
1090 &lt;a href=&quot;http://www.wikidata.org/entity/Q1564769&quot;&gt;Q1564769&lt;/a&gt;,
1091 &lt;a href=&quot;http://www.wikidata.org/entity/Q1585239&quot;&gt;Q1585239&lt;/a&gt;,
1092 &lt;a href=&quot;http://www.wikidata.org/entity/Q1585569&quot;&gt;Q1585569&lt;/a&gt;,
1093 &lt;a href=&quot;http://www.wikidata.org/entity/Q1624236&quot;&gt;Q1624236&lt;/a&gt;,
1094 &lt;a href=&quot;http://www.wikidata.org/entity/Q4796595&quot;&gt;Q4796595&lt;/a&gt;,
1095 &lt;a href=&quot;http://www.wikidata.org/entity/Q4853469&quot;&gt;Q4853469&lt;/a&gt;,
1096 &lt;a href=&quot;http://www.wikidata.org/entity/Q4873046&quot;&gt;Q4873046&lt;/a&gt;,
1097 &lt;a href=&quot;http://www.wikidata.org/entity/Q915016&quot;&gt;Q915016&lt;/a&gt;,
1098 &lt;a href=&quot;http://www.wikidata.org/entity/Q4660396&quot;&gt;Q4660396&lt;/a&gt;,
1099 &lt;a href=&quot;http://www.wikidata.org/entity/Q4677708&quot;&gt;Q4677708&lt;/a&gt;,
1100 &lt;a href=&quot;http://www.wikidata.org/entity/Q4738449&quot;&gt;Q4738449&lt;/a&gt;,
1101 &lt;a href=&quot;http://www.wikidata.org/entity/Q4756096&quot;&gt;Q4756096&lt;/a&gt;,
1102 &lt;a href=&quot;http://www.wikidata.org/entity/Q4766785&quot;&gt;Q4766785&lt;/a&gt;,
1103 &lt;a href=&quot;http://www.wikidata.org/entity/Q880357&quot;&gt;Q880357&lt;/a&gt;,
1104 &lt;a href=&quot;http://www.wikidata.org/entity/Q882066&quot;&gt;Q882066&lt;/a&gt;,
1105 &lt;a href=&quot;http://www.wikidata.org/entity/Q882066&quot;&gt;Q882066&lt;/a&gt;,
1106 &lt;a href=&quot;http://www.wikidata.org/entity/Q204191&quot;&gt;Q204191&lt;/a&gt;,
1107 &lt;a href=&quot;http://www.wikidata.org/entity/Q204191&quot;&gt;Q204191&lt;/a&gt;,
1108 &lt;a href=&quot;http://www.wikidata.org/entity/Q1194170&quot;&gt;Q1194170&lt;/a&gt;,
1109 &lt;a href=&quot;http://www.wikidata.org/entity/Q940014&quot;&gt;Q940014&lt;/a&gt;,
1110 &lt;a href=&quot;http://www.wikidata.org/entity/Q946863&quot;&gt;Q946863&lt;/a&gt;,
1111 &lt;a href=&quot;http://www.wikidata.org/entity/Q172837&quot;&gt;Q172837&lt;/a&gt;,
1112 &lt;a href=&quot;http://www.wikidata.org/entity/Q573077&quot;&gt;Q573077&lt;/a&gt;,
1113 &lt;a href=&quot;http://www.wikidata.org/entity/Q1219005&quot;&gt;Q1219005&lt;/a&gt;,
1114 &lt;a href=&quot;http://www.wikidata.org/entity/Q1219599&quot;&gt;Q1219599&lt;/a&gt;,
1115 &lt;a href=&quot;http://www.wikidata.org/entity/Q1643798&quot;&gt;Q1643798&lt;/a&gt;,
1116 &lt;a href=&quot;http://www.wikidata.org/entity/Q1656352&quot;&gt;Q1656352&lt;/a&gt;,
1117 &lt;a href=&quot;http://www.wikidata.org/entity/Q1659549&quot;&gt;Q1659549&lt;/a&gt;,
1118 &lt;a href=&quot;http://www.wikidata.org/entity/Q1660007&quot;&gt;Q1660007&lt;/a&gt;,
1119 &lt;a href=&quot;http://www.wikidata.org/entity/Q1698154&quot;&gt;Q1698154&lt;/a&gt;,
1120 &lt;a href=&quot;http://www.wikidata.org/entity/Q1737980&quot;&gt;Q1737980&lt;/a&gt;,
1121 &lt;a href=&quot;http://www.wikidata.org/entity/Q1877284&quot;&gt;Q1877284&lt;/a&gt;,
1122 &lt;a href=&quot;http://www.wikidata.org/entity/Q1199354&quot;&gt;Q1199354&lt;/a&gt;,
1123 &lt;a href=&quot;http://www.wikidata.org/entity/Q1199354&quot;&gt;Q1199354&lt;/a&gt;,
1124 &lt;a href=&quot;http://www.wikidata.org/entity/Q1199451&quot;&gt;Q1199451&lt;/a&gt;,
1125 &lt;a href=&quot;http://www.wikidata.org/entity/Q1211871&quot;&gt;Q1211871&lt;/a&gt;,
1126 &lt;a href=&quot;http://www.wikidata.org/entity/Q1212179&quot;&gt;Q1212179&lt;/a&gt;,
1127 &lt;a href=&quot;http://www.wikidata.org/entity/Q1238382&quot;&gt;Q1238382&lt;/a&gt;,
1128 &lt;a href=&quot;http://www.wikidata.org/entity/Q4906454&quot;&gt;Q4906454&lt;/a&gt;,
1129 &lt;a href=&quot;http://www.wikidata.org/entity/Q320219&quot;&gt;Q320219&lt;/a&gt;,
1130 &lt;a href=&quot;http://www.wikidata.org/entity/Q1148649&quot;&gt;Q1148649&lt;/a&gt;,
1131 &lt;a href=&quot;http://www.wikidata.org/entity/Q645094&quot;&gt;Q645094&lt;/a&gt;,
1132 &lt;a href=&quot;http://www.wikidata.org/entity/Q5050350&quot;&gt;Q5050350&lt;/a&gt;,
1133 &lt;a href=&quot;http://www.wikidata.org/entity/Q5166548&quot;&gt;Q5166548&lt;/a&gt;,
1134 &lt;a href=&quot;http://www.wikidata.org/entity/Q2677926&quot;&gt;Q2677926&lt;/a&gt;,
1135 &lt;a href=&quot;http://www.wikidata.org/entity/Q2698139&quot;&gt;Q2698139&lt;/a&gt;,
1136 &lt;a href=&quot;http://www.wikidata.org/entity/Q2707305&quot;&gt;Q2707305&lt;/a&gt;,
1137 &lt;a href=&quot;http://www.wikidata.org/entity/Q2740725&quot;&gt;Q2740725&lt;/a&gt;,
1138 &lt;a href=&quot;http://www.wikidata.org/entity/Q2024780&quot;&gt;Q2024780&lt;/a&gt;,
1139 &lt;a href=&quot;http://www.wikidata.org/entity/Q2117418&quot;&gt;Q2117418&lt;/a&gt;,
1140 &lt;a href=&quot;http://www.wikidata.org/entity/Q2138984&quot;&gt;Q2138984&lt;/a&gt;,
1141 &lt;a href=&quot;http://www.wikidata.org/entity/Q1127992&quot;&gt;Q1127992&lt;/a&gt;,
1142 &lt;a href=&quot;http://www.wikidata.org/entity/Q1058087&quot;&gt;Q1058087&lt;/a&gt;,
1143 &lt;a href=&quot;http://www.wikidata.org/entity/Q1070484&quot;&gt;Q1070484&lt;/a&gt;,
1144 &lt;a href=&quot;http://www.wikidata.org/entity/Q1080080&quot;&gt;Q1080080&lt;/a&gt;,
1145 &lt;a href=&quot;http://www.wikidata.org/entity/Q1090813&quot;&gt;Q1090813&lt;/a&gt;,
1146 &lt;a href=&quot;http://www.wikidata.org/entity/Q1251918&quot;&gt;Q1251918&lt;/a&gt;,
1147 &lt;a href=&quot;http://www.wikidata.org/entity/Q1254110&quot;&gt;Q1254110&lt;/a&gt;,
1148 &lt;a href=&quot;http://www.wikidata.org/entity/Q1257070&quot;&gt;Q1257070&lt;/a&gt;,
1149 &lt;a href=&quot;http://www.wikidata.org/entity/Q1257079&quot;&gt;Q1257079&lt;/a&gt;,
1150 &lt;a href=&quot;http://www.wikidata.org/entity/Q1197410&quot;&gt;Q1197410&lt;/a&gt;,
1151 &lt;a href=&quot;http://www.wikidata.org/entity/Q1198423&quot;&gt;Q1198423&lt;/a&gt;,
1152 &lt;a href=&quot;http://www.wikidata.org/entity/Q706951&quot;&gt;Q706951&lt;/a&gt;,
1153 &lt;a href=&quot;http://www.wikidata.org/entity/Q723239&quot;&gt;Q723239&lt;/a&gt;,
1154 &lt;a href=&quot;http://www.wikidata.org/entity/Q2079261&quot;&gt;Q2079261&lt;/a&gt;,
1155 &lt;a href=&quot;http://www.wikidata.org/entity/Q1171364&quot;&gt;Q1171364&lt;/a&gt;,
1156 &lt;a href=&quot;http://www.wikidata.org/entity/Q617858&quot;&gt;Q617858&lt;/a&gt;,
1157 &lt;a href=&quot;http://www.wikidata.org/entity/Q5166611&quot;&gt;Q5166611&lt;/a&gt;,
1158 &lt;a href=&quot;http://www.wikidata.org/entity/Q5166611&quot;&gt;Q5166611&lt;/a&gt;,
1159 &lt;a href=&quot;http://www.wikidata.org/entity/Q324513&quot;&gt;Q324513&lt;/a&gt;,
1160 &lt;a href=&quot;http://www.wikidata.org/entity/Q374172&quot;&gt;Q374172&lt;/a&gt;,
1161 &lt;a href=&quot;http://www.wikidata.org/entity/Q7533269&quot;&gt;Q7533269&lt;/a&gt;,
1162 &lt;a href=&quot;http://www.wikidata.org/entity/Q970386&quot;&gt;Q970386&lt;/a&gt;,
1163 &lt;a href=&quot;http://www.wikidata.org/entity/Q976849&quot;&gt;Q976849&lt;/a&gt;,
1164 &lt;a href=&quot;http://www.wikidata.org/entity/Q7458614&quot;&gt;Q7458614&lt;/a&gt;,
1165 &lt;a href=&quot;http://www.wikidata.org/entity/Q5347416&quot;&gt;Q5347416&lt;/a&gt;,
1166 &lt;a href=&quot;http://www.wikidata.org/entity/Q5460005&quot;&gt;Q5460005&lt;/a&gt;,
1167 &lt;a href=&quot;http://www.wikidata.org/entity/Q5463392&quot;&gt;Q5463392&lt;/a&gt;,
1168 &lt;a href=&quot;http://www.wikidata.org/entity/Q3038555&quot;&gt;Q3038555&lt;/a&gt;,
1169 &lt;a href=&quot;http://www.wikidata.org/entity/Q5288458&quot;&gt;Q5288458&lt;/a&gt;,
1170 &lt;a href=&quot;http://www.wikidata.org/entity/Q2346516&quot;&gt;Q2346516&lt;/a&gt;,
1171 &lt;a href=&quot;http://www.wikidata.org/entity/Q5183645&quot;&gt;Q5183645&lt;/a&gt;,
1172 &lt;a href=&quot;http://www.wikidata.org/entity/Q5185497&quot;&gt;Q5185497&lt;/a&gt;,
1173 &lt;a href=&quot;http://www.wikidata.org/entity/Q5216127&quot;&gt;Q5216127&lt;/a&gt;,
1174 &lt;a href=&quot;http://www.wikidata.org/entity/Q5223127&quot;&gt;Q5223127&lt;/a&gt;,
1175 &lt;a href=&quot;http://www.wikidata.org/entity/Q5261159&quot;&gt;Q5261159&lt;/a&gt;,
1176 &lt;a href=&quot;http://www.wikidata.org/entity/Q1300759&quot;&gt;Q1300759&lt;/a&gt;,
1177 &lt;a href=&quot;http://www.wikidata.org/entity/Q5521241&quot;&gt;Q5521241&lt;/a&gt;,
1178 &lt;a href=&quot;http://www.wikidata.org/entity/Q7733434&quot;&gt;Q7733434&lt;/a&gt;,
1179 &lt;a href=&quot;http://www.wikidata.org/entity/Q7736264&quot;&gt;Q7736264&lt;/a&gt;,
1180 &lt;a href=&quot;http://www.wikidata.org/entity/Q7737032&quot;&gt;Q7737032&lt;/a&gt;,
1181 &lt;a href=&quot;http://www.wikidata.org/entity/Q7882671&quot;&gt;Q7882671&lt;/a&gt;,
1182 &lt;a href=&quot;http://www.wikidata.org/entity/Q7719427&quot;&gt;Q7719427&lt;/a&gt;,
1183 &lt;a href=&quot;http://www.wikidata.org/entity/Q7719444&quot;&gt;Q7719444&lt;/a&gt;,
1184 &lt;a href=&quot;http://www.wikidata.org/entity/Q7722575&quot;&gt;Q7722575&lt;/a&gt;,
1185 &lt;a href=&quot;http://www.wikidata.org/entity/Q2629763&quot;&gt;Q2629763&lt;/a&gt;,
1186 &lt;a href=&quot;http://www.wikidata.org/entity/Q2640346&quot;&gt;Q2640346&lt;/a&gt;,
1187 &lt;a href=&quot;http://www.wikidata.org/entity/Q2649671&quot;&gt;Q2649671&lt;/a&gt;,
1188 &lt;a href=&quot;http://www.wikidata.org/entity/Q7703851&quot;&gt;Q7703851&lt;/a&gt;,
1189 &lt;a href=&quot;http://www.wikidata.org/entity/Q7747041&quot;&gt;Q7747041&lt;/a&gt;,
1190 &lt;a href=&quot;http://www.wikidata.org/entity/Q6544949&quot;&gt;Q6544949&lt;/a&gt;,
1191 &lt;a href=&quot;http://www.wikidata.org/entity/Q6672759&quot;&gt;Q6672759&lt;/a&gt;,
1192 &lt;a href=&quot;http://www.wikidata.org/entity/Q2445896&quot;&gt;Q2445896&lt;/a&gt;,
1193 &lt;a href=&quot;http://www.wikidata.org/entity/Q12124891&quot;&gt;Q12124891&lt;/a&gt;,
1194 &lt;a href=&quot;http://www.wikidata.org/entity/Q3127044&quot;&gt;Q3127044&lt;/a&gt;,
1195 &lt;a href=&quot;http://www.wikidata.org/entity/Q2511262&quot;&gt;Q2511262&lt;/a&gt;,
1196 &lt;a href=&quot;http://www.wikidata.org/entity/Q2517672&quot;&gt;Q2517672&lt;/a&gt;,
1197 &lt;a href=&quot;http://www.wikidata.org/entity/Q2543165&quot;&gt;Q2543165&lt;/a&gt;,
1198 &lt;a href=&quot;http://www.wikidata.org/entity/Q426628&quot;&gt;Q426628&lt;/a&gt;,
1199 &lt;a href=&quot;http://www.wikidata.org/entity/Q426628&quot;&gt;Q426628&lt;/a&gt;,
1200 &lt;a href=&quot;http://www.wikidata.org/entity/Q12126890&quot;&gt;Q12126890&lt;/a&gt;,
1201 &lt;a href=&quot;http://www.wikidata.org/entity/Q13359969&quot;&gt;Q13359969&lt;/a&gt;,
1202 &lt;a href=&quot;http://www.wikidata.org/entity/Q13359969&quot;&gt;Q13359969&lt;/a&gt;,
1203 &lt;a href=&quot;http://www.wikidata.org/entity/Q2294295&quot;&gt;Q2294295&lt;/a&gt;,
1204 &lt;a href=&quot;http://www.wikidata.org/entity/Q2294295&quot;&gt;Q2294295&lt;/a&gt;,
1205 &lt;a href=&quot;http://www.wikidata.org/entity/Q2559509&quot;&gt;Q2559509&lt;/a&gt;,
1206 &lt;a href=&quot;http://www.wikidata.org/entity/Q2559912&quot;&gt;Q2559912&lt;/a&gt;,
1207 &lt;a href=&quot;http://www.wikidata.org/entity/Q7760469&quot;&gt;Q7760469&lt;/a&gt;,
1208 &lt;a href=&quot;http://www.wikidata.org/entity/Q6703974&quot;&gt;Q6703974&lt;/a&gt;,
1209 &lt;a href=&quot;http://www.wikidata.org/entity/Q4744&quot;&gt;Q4744&lt;/a&gt;,
1210 &lt;a href=&quot;http://www.wikidata.org/entity/Q7766962&quot;&gt;Q7766962&lt;/a&gt;,
1211 &lt;a href=&quot;http://www.wikidata.org/entity/Q7768516&quot;&gt;Q7768516&lt;/a&gt;,
1212 &lt;a href=&quot;http://www.wikidata.org/entity/Q7769205&quot;&gt;Q7769205&lt;/a&gt;,
1213 &lt;a href=&quot;http://www.wikidata.org/entity/Q7769988&quot;&gt;Q7769988&lt;/a&gt;,
1214 &lt;a href=&quot;http://www.wikidata.org/entity/Q2946945&quot;&gt;Q2946945&lt;/a&gt;,
1215 &lt;a href=&quot;http://www.wikidata.org/entity/Q3212086&quot;&gt;Q3212086&lt;/a&gt;,
1216 &lt;a href=&quot;http://www.wikidata.org/entity/Q3212086&quot;&gt;Q3212086&lt;/a&gt;,
1217 &lt;a href=&quot;http://www.wikidata.org/entity/Q18218448&quot;&gt;Q18218448&lt;/a&gt;,
1218 &lt;a href=&quot;http://www.wikidata.org/entity/Q18218448&quot;&gt;Q18218448&lt;/a&gt;,
1219 &lt;a href=&quot;http://www.wikidata.org/entity/Q18218448&quot;&gt;Q18218448&lt;/a&gt;,
1220 &lt;a href=&quot;http://www.wikidata.org/entity/Q6909175&quot;&gt;Q6909175&lt;/a&gt;,
1221 &lt;a href=&quot;http://www.wikidata.org/entity/Q7405709&quot;&gt;Q7405709&lt;/a&gt;,
1222 &lt;a href=&quot;http://www.wikidata.org/entity/Q7416149&quot;&gt;Q7416149&lt;/a&gt;,
1223 &lt;a href=&quot;http://www.wikidata.org/entity/Q7239952&quot;&gt;Q7239952&lt;/a&gt;,
1224 &lt;a href=&quot;http://www.wikidata.org/entity/Q7317332&quot;&gt;Q7317332&lt;/a&gt;,
1225 &lt;a href=&quot;http://www.wikidata.org/entity/Q7783674&quot;&gt;Q7783674&lt;/a&gt;,
1226 &lt;a href=&quot;http://www.wikidata.org/entity/Q7783704&quot;&gt;Q7783704&lt;/a&gt;,
1227 &lt;a href=&quot;http://www.wikidata.org/entity/Q7857590&quot;&gt;Q7857590&lt;/a&gt;,
1228 &lt;a href=&quot;http://www.wikidata.org/entity/Q3372526&quot;&gt;Q3372526&lt;/a&gt;,
1229 &lt;a href=&quot;http://www.wikidata.org/entity/Q3372642&quot;&gt;Q3372642&lt;/a&gt;,
1230 &lt;a href=&quot;http://www.wikidata.org/entity/Q3372816&quot;&gt;Q3372816&lt;/a&gt;,
1231 &lt;a href=&quot;http://www.wikidata.org/entity/Q3372909&quot;&gt;Q3372909&lt;/a&gt;,
1232 &lt;a href=&quot;http://www.wikidata.org/entity/Q7959649&quot;&gt;Q7959649&lt;/a&gt;,
1233 &lt;a href=&quot;http://www.wikidata.org/entity/Q7977485&quot;&gt;Q7977485&lt;/a&gt;,
1234 &lt;a href=&quot;http://www.wikidata.org/entity/Q7992684&quot;&gt;Q7992684&lt;/a&gt;,
1235 &lt;a href=&quot;http://www.wikidata.org/entity/Q3817966&quot;&gt;Q3817966&lt;/a&gt;,
1236 &lt;a href=&quot;http://www.wikidata.org/entity/Q3821852&quot;&gt;Q3821852&lt;/a&gt;,
1237 &lt;a href=&quot;http://www.wikidata.org/entity/Q3420907&quot;&gt;Q3420907&lt;/a&gt;,
1238 &lt;a href=&quot;http://www.wikidata.org/entity/Q3429733&quot;&gt;Q3429733&lt;/a&gt;,
1239 &lt;a href=&quot;http://www.wikidata.org/entity/Q774474&quot;&gt;Q774474&lt;/a&gt;&lt;/p&gt;
1240
1241 &lt;p&gt;As usual, if you use Bitcoin and want to show your support of my
1242 activities, please send Bitcoin donations to my address
1243 &lt;b&gt;&lt;a href=&quot;bitcoin:15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b&quot;&gt;15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b&lt;/a&gt;&lt;/b&gt;.&lt;/p&gt;
1244 </description>
1245 </item>
1246
1247 </channel>
1248 </rss>