]> pere.pagekite.me Git - homepage.git/blob - blog/index.html
Litt mer.
[homepage.git] / blog / index.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" dir="ltr">
4 <head>
5 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
6 <title>Petter Reinholdtsen</title>
7 <link rel="stylesheet" type="text/css" media="screen" href="http://people.skolelinux.org/pere/blog/style.css" />
8 <link rel="stylesheet" type="text/css" media="screen" href="http://people.skolelinux.org/pere/blog/vim.css" />
9 <link rel="alternate" title="RSS Feed" href="http://people.skolelinux.org/pere/blog/index.rss" type="application/rss+xml" />
10 </head>
11 <body>
12 <div class="title">
13 <h1>
14 <a href="http://people.skolelinux.org/pere/blog/">Petter Reinholdtsen</a>
15
16 </h1>
17
18 </div>
19
20
21
22 <div class="entry">
23 <div class="title"><a href="http://people.skolelinux.org/pere/blog/Ny_URL_til_den_frie_norske_stavekontrollen.html">Ny URL til den frie norske stavekontrollen</a></div>
24 <div class="date">21st March 2020</div>
25 <div class="body"><p>Det er lenge siden jeg har sett på den norske stavekontrollen, sist
26 jeg skrev om temaet var i 2016, og i mellomtiden har nettstedet
27 no.speling.org forsvunnet, og både git-depotet på Alioth og
28 mailman-tjenesten som hadde epostlistene for oversettelser blitt lagt
29 ned. Men bokmål og nynorsk trenger fortsatt stavekontroll, så etter
30 et par purringer fra en som har lyst til å forbedre stavekontrollen
31 har jeg endelig fått lagt ut ny offentlig kopi av git-depotet. Jeg
32 valgte gitlab foran github.. Siste utgave av stavekontrollen kan
33 hentes ned fra
34 <a href="https://gitlab.com/norwegian-language-tools/spell-norwegian">https://gitlab.com/norwegian-language-tools/spell-norwegian</a>.
35 Ingen ny versjon i denne omgang altså, bare et nytt sted å samle
36 forbedringer til den frie norske stavekontrollen. :)
37
38 <p>Som vanlig, hvis du bruker Bitcoin og ønsker å vise din støtte til
39 det jeg driver med, setter jeg pris på om du sender Bitcoin-donasjoner
40 til min adresse
41 <b><a href="bitcoin:15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b">15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b</a></b>.
42 Merk, betaling med bitcoin er ikke anonymt. :)</p>
43 </div>
44 <div class="tags">
45
46
47 Tags: <a href="http://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="http://people.skolelinux.org/pere/blog/tags/stavekontroll">stavekontroll</a>.
48
49
50 </div>
51 </div>
52 <div class="padding"></div>
53
54 <div class="entry">
55 <div class="title"><a href="http://people.skolelinux.org/pere/blog/Nikita_version_0_5_released___updated_free_software_archive_API_server.html">Nikita version 0.5 released - updated free software archive API server</a></div>
56 <div class="date"> 2nd March 2020</div>
57 <div class="body"><p>Today, after many months of development, a new release of
58 <ahref="https://gitlab.com/OsloMet-ABI/nikita-noark5-core/">Nikita
59 Noark 5 core project</a> was finally
60 <ahref="https://lists.nuug.no/pipermail/nikita-noark/2020-March/000519.html">announced
61 on the project mailing list</a>. The Nikita free software solution is
62 an implementation of the Norwegian archive standard Noark 5 used by
63 government offices in Norway. These were the changes in version 0.5
64 since version 0.4, see the email link above for links to a demo
65 site:</p>
66
67 <ul>
68
69 <li>Updated to Noark 5 versjon 5.0 API specification.
70 <ul>
71 <li>Changed formatting of _links from [] to {} to match IETF draft
72 on JSON HAL.</li>
73 <li>Merged Registrering og Basisregistrering in version 4 to
74 combined Registrering.</li>
75 <li>DokumentObjekt is now subtype of ArkivEnhet.</li>
76 <li>Introducing new entity Arkivnotat.</li>
77 <li>Changed all relation keys to use /v5/ instead of /v4/.</li>
78 <li>Corrected to use new official relation keys when possible.</li>
79 <li>Renamed Sakspart to Part and connect it to Mappe, Registrering
80 and Dokumentbeskrivelse instead of only Saksmappe.</li>
81 <li>Moved Korrespondansepart connection from Journalpost to
82 Registrering.</li>
83 <li>Moved Part and Korrespondansepart from package sakarkiv to
84 arkivstruktur.</li>
85 <li>Renamed presedensstatus to presedensStatus.</li>
86 <li>Use new JSON content-type "application/vnd.noark5+json".</li>
87 <li>Updated prepopulated format list to use PRONOM codes.</li>
88 <li>Implemented endpoint for system information.</li>
89 <li>Implemented national identifiers for both file and record.</li>
90 <li>Implemented comments.</li>
91 <li>implemented sign off.</li>
92 <li>implemented conversion.</li>
93 </ul></li>
94 <li>Improved/implemented OData search and paging support for more entities.</li>
95 <li>No longer exposes attribute Dokumentobjekt.referanseDokumentfil,
96 one should use the relation in _links instead.</li>
97 <li>Corrected relation keys under
98 https://rel.arkivverket.no/noark5/v5/api/administrasjon/, replacing
99 'administrasjon' with 'admin'.</li>
100 <li>Fixed several security and stability issues discovered by Coverity.</li>
101 <li>Corrected handling ETag errors, now return code 409.</li>
102 <li>Improved handling of Kryssreferanse.</li>
103 <li>Changed internal database model to use UUID/SystemID as primary keys
104 in tables.</li>
105 <li>Changed internal database table names to use package prefix.</li>
106 <li>Changed time zone handling for date and datetime attributes, to be
107 more according to the new definition in the API specification.</li>
108 <li>Change revoke-token to only drop token on POST requests, not GET.</li>
109 <li>Updated to newer Spring version.</li>
110 <li>Changed primary key and URL component for metadata code lists to
111 use the 'kode' value instead of a SystemID.</li>
112 <li>Corrected implementation of Part and Sakspart.</li>
113 <li>Changed instance lists with subtypes (like .../registrering/ and
114 .../mappe/) to include the attributes and _links entries for the
115 subtype in the supertype lists.</li>
116 <li>Adjusted _links relations to make it possible to figure out the
117 entity of an instance using the self->href->relation key lookup
118 method.</li>
119 <li>Fixed several end points to make sure GET, PUT, POST and DELETE
120 match each other.</li>
121 <li>Updated DELETE endpoints to work with UUID based entity
122 identifiers.</li>
123 <li>Restructured code to use more common URL related constants in entry
124 point values and replace @RequestMapping with method specific
125 annotations.</li>
126 <li>Added first unit test code.</li>
127 <li>Updated web GUI to work with the updated API.</li>
128 <li>Changed integer fields, enforce them as numeric.</li>
129 <li>Rewrote and simplify metadata handling to use common service and
130 controller code instead of duplicating for each type.</li>
131 <li>Implemented the remaining metadata types.</li>
132 <li>Changed Country list source from Wikipedia to Debian iso-codes and
133 updated the list of Countries.</li>
134 <li>Many many corrections and improvements.</li>
135
136 </ul>
137
138 <p>If free and open standardized archiving API sound interesting to
139 you, please contact us on IRC
140 (<a href="irc://irc.freenode.net/%23nikita">#nikita on
141 irc.freenode.net</a>) or email
142 (<a href="https://lists.nuug.no/mailman/listinfo/nikita-noark">nikita-noark
143 mailing list</a>).</p>
144
145 <p>As usual, if you use Bitcoin and want to show your support of my
146 activities, please send Bitcoin donations to my address
147 <b><a href="bitcoin:15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b">15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b</a></b>.</p>
148 </div>
149 <div class="tags">
150
151
152 Tags: <a href="http://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="http://people.skolelinux.org/pere/blog/tags/noark5">noark5</a>, <a href="http://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="http://people.skolelinux.org/pere/blog/tags/offentlig innsyn">offentlig innsyn</a>, <a href="http://people.skolelinux.org/pere/blog/tags/standard">standard</a>.
153
154
155 </div>
156 </div>
157 <div class="padding"></div>
158
159 <div class="entry">
160 <div class="title"><a href="http://people.skolelinux.org/pere/blog/Blockchain_and_IoT_articles_accepted_into_Records_Management_Journal.html">Blockchain and IoT articles accepted into Records Management Journal</a></div>
161 <div class="date">27th February 2020</div>
162 <div class="body"><p>On Tuesday, two scietific articles we have been working on for a
163 while, was finally accepted for publication into
164 <a href="https://www.emerald.com/insight/publication/issn/0956-5698">Records
165 Management Journal</a>. Still waiting for the assigned DOI urls to
166 start working, but you can have a look at the LaTeX originals here.</p>
167
168 <p>The first article is
169 "<a href="http://people.skolelinux.org/pere/blog/images/2020-02-25-rmj-iot-record-keeping.pdf">A
170 record-keeping approach to managing IoT-data for government
171 agencies</a>" (<a href="https://doi.org/10.1108/RMJ-09-2019-0056">DOI
172 10.1108/RMJ-09-2019-0056</a>) by Thomas Sødring, Petter Reinholdtsen
173 and David Massey, and sketches some approaches for storing measurement
174 data (aka Internet of Things sensor data) in a archive, thus providing
175 a well defined mechanism for screening and deletion of the information </p>
176
177 <p>The second article is
178 "<a href="http://people.skolelinux.org/pere/blog/images/2020-02-25-rmj-block-chain-record-keeping.pdf">Publishing
179 and using record-keeping structural information in a blockchain</a>"
180 (<a href="https://doi.org/10.1108/RMJ-09-2019-0050">DOI
181 10.1108/RMJ-09-2019-0050<a/>) by Thomas Sødring, Petter Reinholdtsen
182 and Svein Ølnes, where we describe a way for third parties to validate
183 authenticity and thus improve trust in the records kept in a
184 archive.</p>
185
186 <p>As usual, if you use Bitcoin and want to show your support of my
187 activities, please send Bitcoin donations to my address
188 <b><a href="bitcoin:15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b">15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b</a></b>.</p>
189 </div>
190 <div class="tags">
191
192
193 Tags: <a href="http://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="http://people.skolelinux.org/pere/blog/tags/noark5">noark5</a>.
194
195
196 </div>
197 </div>
198 <div class="padding"></div>
199
200 <div class="entry">
201 <div class="title"><a href="http://people.skolelinux.org/pere/blog/Redaksjon_p__plass_for_Noark_5_tjenestegrensesnitt.html">Redaksjon på plass for Noark 5 tjenestegrensesnitt</a></div>
202 <div class="date"> 5th February 2020</div>
203 <div class="body"><p>Arbeidet med å lage et godt, fritt og åpent standardisert maskinelt
204 grensesnitt for arkivering, med tilhørende fri
205 programvareimplementasjon fortsetter. Jeg snakker om
206 <a href="https://github.com/arkivverket/noark5-tjenestegrensesnitt-standard">Noark
207 5 Tjenestegrensesnitt</a> og
208 <a href="https://gitlab.com/OsloMet-ABI/nikita-noark5-core/">Nikita</a>.
209 Siste nytt etter
210 <a href="https://www.nuug.no/aktiviteter/20200127-noark-seminar/">seminaret
211 for noen dager siden</a>, er vi i Nikita-prosjektet har fått beskjed
212 fra Arkivverket at det blir satt ned en redaksjon for å videreutvikle
213 spesifikasjonen. Redaksjonen består av Mona Danielsen og Anne Sofie
214 Knutsen ved arkivverket, Thomas Sødring ved OsloMet, og meg selv fra
215 NUUG. De to sistenevnte tar seg av de åpenbare forbedringene, mens
216 hele redaksjonen diskuterer tvilstilfeller. Jeg håper dette vil bidra
217 til at vi lykkes i å gjøre denne protokollspesifikasjonen så entydig
218 og klar at den vil bidra til et velfungerende marked for
219 arkivsystemer, og sikre at programmer som trenger å snakke med
220 arkivsystemet kan snakke med enhver implementasjon av
221 API-spesifikasjonen. Nikita er den første implementasjonen, men det
222 bør blir flere.</p>
223
224 <p>Det gjenstår riktig nok endel før vi er i mål, selv om svært mye
225 allerede er på plass. Med innspill og forslag til forbedringer fra
226 alle som vil ha et leverandøruavhengig og fullstendig
227 datamaskinlesbart grensesnitt til arkivet, så tror jeg vi vil
228 lykkes.</p>
229
230 <p>Som vanlig, hvis du bruker Bitcoin og ønsker å vise din støtte til
231 det jeg driver med, setter jeg pris på om du sender Bitcoin-donasjoner
232 til min adresse
233 <b><a href="bitcoin:15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b">15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b</a></b>.
234 Merk, betaling med bitcoin er ikke anonymt. :)</p>
235 </div>
236 <div class="tags">
237
238
239 Tags: <a href="http://people.skolelinux.org/pere/blog/tags/noark5">noark5</a>, <a href="http://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="http://people.skolelinux.org/pere/blog/tags/standard">standard</a>.
240
241
242 </div>
243 </div>
244 <div class="padding"></div>
245
246 <div class="entry">
247 <div class="title"><a href="http://people.skolelinux.org/pere/blog/Artikkel_om_Noark_5_Tjenestegrensesnitt_og_Nikita_i_Arkivr_d_nummer_3_for_2019.html">Artikkel om Noark 5 Tjenestegrensesnitt og Nikita i Arkivråd nummer 3 for 2019</a></div>
248 <div class="date">26th December 2019</div>
249 <div class="body"><p>Like før julaften ble en artikkel jeg har skrevet om vedlikehold av
250 <a href="https://github.com/arkivverket/noark5-tjenestegrensesnitt-standard">Noark
251 5 Tjenestegrensesnitt</a> og Nikita publisert i <a
252 href="https://www.arkivrad.no/arkivrad">tidsskriftet Arkivråd</a>.
253 Det er basert på
254 <a href="http://people.skolelinux.org/pere/blog/_pen_og_gjennomsiktig_vedlikehold_av_spesifikasjonen_for_Noark_5_Tjenestegrensesnitt.html">min bloggpost
255 om samme tema</a> som ble publisert 2019-03-11. Jeg oppdaget nettopp
256 at nettsiden til tidsskriftet Arkivråd er oppdatert med siste utgave,
257 og artikkelen dermed er tilgjengelig for alle. Du finner den i
258 <a href="https://www.arkivrad.no/sites/arkivrad/files/arkivrad_03_2019_nett.pdf">PDF-en
259 til nummer 2019/3 på side 30-33</a>. Jeg håper leserne av
260 tidsskriftet får lyst til å sjekke ut tjenestegrensesnittet og at
261 artikkelen vil gjøre det enklere for flere å bidra til en enda bedre,
262 klarere og mer entydig API-spesifikasjon. Det kan gjøre at
263 <a href="https://gitlab.com/OsloMet-ABI/nikita-noark5-core/">arkivsystemet
264 Nikita</a> kan bli enda bedre når spesifikasjonen forbedres.</p>
265
266 <p>Som vanlig, hvis du bruker Bitcoin og ønsker å vise din støtte til
267 det jeg driver med, setter jeg pris på om du sender Bitcoin-donasjoner
268 til min adresse
269 <b><a href="bitcoin:15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b">15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b</a></b>.
270 Merk, betaling med bitcoin er ikke anonymt. :)</p>
271 </div>
272 <div class="tags">
273
274
275 Tags: <a href="http://people.skolelinux.org/pere/blog/tags/noark5">noark5</a>, <a href="http://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="http://people.skolelinux.org/pere/blog/tags/standard">standard</a>.
276
277
278 </div>
279 </div>
280 <div class="padding"></div>
281
282 <div class="entry">
283 <div class="title"><a href="http://people.skolelinux.org/pere/blog/Meningsl_st__men_for_hvem___.html">Meningsløst, men for hvem...</a></div>
284 <div class="date">25th December 2019</div>
285 <div class="body"><p>En historie som har betydd endel for meg, og som jeg av og til
286 tenker på når hverdagen tynger, ble så vidt jeg har klart å finne ut,
287 skrevet av <a href="https://en.wikipedia.org/wiki/Loren_Eiseley">Loren
288 Eiseley</a> <a href="https://en.wikipedia.org/wiki/The_Star_Thrower">i
289 flere ulike varianter</a>. På norsk tror jeg den går under navnet
290 «Gutten og sjøstjernen», og jeg fant en oversettelse av en utgave av den
291 hos
292 <a href="https://no.quora.com/Hva-er-din-favoritthistorie">Quora</a>.
293 Fant også <a href="https://www.youtube.com/watch?v=-qClChUdlfI">en
294 filmatisering</a>, men den versjonen jeg liker best fant jeg
295 <a href="https://www.goodreads.com/author/quotes/56782.Loren_Eiseley">hos
296 Goodreads</a>. Jeg oversatte den utgaven til norsk i går, og har lyst
297 til å dele den med deg:
298
299 <blockquote><p>Mens jeg tok en pause fra skrivingen og vandret på en
300 øde strand ved daggry, så jeg en gutt i det fjerne bøye seg ned og
301 kaste noe mens han vandret mot meg over den endeløse stranden. Da han
302 kom nærmere, kunne jeg se at han kastet sjøstjerner, som var etterlatt
303 i sanden av tidevannet, tilbake i havet. Da han var nær nok spurte jeg
304 ham hvorfor han jobbet så hardt på denne merkelige oppgaven. Han sa at
305 solen snart ville stå opp og tørke sjøstjernene slik at de ville
306 dø.</p>
307
308 <p>Jeg sa til ham at dette var helt meningsløst. Det var kilometer på
309 kilometer med strand, og det lå sjøstjerner hele veien. En person
310 alene kunne ikke gjøre noen forskjell. Han smilte da han plukket opp
311 neste sjøstjerne. Mens han kastet den så langt ut i havet som han
312 klarte sa han, «for denne gjør det en forskjell». Jeg droppet
313 skrivingen og tilbrakte resten av morgenen med å kaste
314 sjøstjerner.</p>
315
316 <p>- Loren Eiseley</p>
317 </blockquote>
318
319 <p>Kanskje noe du også kan ha glede av å tenke på når ting virker
320 håpløst?</p>
321
322 <p>Teksten er gjengitt og oversatt basert på utgaven på Good Read,
323 uten tillatelse fra noen andre enn meg selv. Jeg håper på tilgivelse,
324 hvis det er et problem for noen, da det er gjort i beste mening. Hvis
325 eventuell rettighetshaver tar kontakt vil jeg fjerne teksten og i
326 stedet legge ut henvendelsen der teksten kreves fjernet.</p>
327
328 <p>Som vanlig, hvis du bruker Bitcoin og ønsker å vise din støtte til
329 det jeg driver med, setter jeg pris på om du sender Bitcoin-donasjoner
330 til min adresse
331 <b><a href="bitcoin:15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b">15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b</a></b>.
332 Merk, betaling med bitcoin er ikke anonymt. :)</p>
333 </div>
334 <div class="tags">
335
336
337 Tags: <a href="http://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>.
338
339
340 </div>
341 </div>
342 <div class="padding"></div>
343
344 <div class="entry">
345 <div class="title"><a href="http://people.skolelinux.org/pere/blog/Artikkel_om_Nikita_i_Arkheion_nummer_2019_2.html">Artikkel om Nikita i Arkheion nummer 2019/2</a></div>
346 <div class="date"> 9th December 2019</div>
347 <div class="body"><p>Jeg hadde i dag gleden av å oppdage at en artikkel om
348 <a href="https://gitlab.com/OsloMet-ABI/nikita-noark5-core/">arkivsystemet
349 Nikita</a> som vi skrev i sommer, nå er publisert i
350 <a href="http://www.arkheion.no/">Arkheion, fagtidsskrift for kommunial
351 arkivsektor</a>. Du finner artikkelen på side 30-33 i nummer 2019/2,
352 PDF kan lastes ned fra nettstedet til tidsskriftet. Kanskje
353 publiseringen kan føre til at noen flere får øynene opp for verdien av
354 et åpent standardisert API for arkivering og søk i arkivet.</p>
355
356 <p>Som vanlig, hvis du bruker Bitcoin og ønsker å vise din støtte til
357 det jeg driver med, setter jeg pris på om du sender Bitcoin-donasjoner
358 til min adresse
359 <b><a href="bitcoin:15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b">15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b</a></b>.
360 Merk, betaling med bitcoin er ikke anonymt. :)</p>
361 </div>
362 <div class="tags">
363
364
365 Tags: <a href="http://people.skolelinux.org/pere/blog/tags/noark5">noark5</a>, <a href="http://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="http://people.skolelinux.org/pere/blog/tags/standard">standard</a>.
366
367
368 </div>
369 </div>
370 <div class="padding"></div>
371
372 <div class="entry">
373 <div class="title"><a href="http://people.skolelinux.org/pere/blog/When_terms_and_policy_turn_users_away.html">When terms and policy turn users away</a></div>
374 <div class="date"> 7th December 2019</div>
375 <div class="body"><p>When asked to accept terms of use and privacy policies that state
376 it will to remove rights I otherwise had or accept unreasonable terms
377 undermining my privacy, I choose away the service. I simply do not
378 have the conscience to accept terms I have no indention of upholding.
379 But how are the system and service providers to know how many people
380 they scared away? Normally I just quietly walk away. But today, I
381 tried a new approach. I sent the following email (removing the
382 specifics, as I am not out to take the specific service in question)
383 to the service provider I decided to not use, to at least give them
384 one data point on how many users are unhappy with their terms:</p>
385
386 <blockquote>
387 From: Petter Reinholdtsen
388 <br>Subject: When terms of use turn users away
389 <br>To: [contact@some.site]
390 <br>Date: Sat, 07 Dec 2019 16:30:56 +0100
391
392 <p>Dear [Site Owner],</p>
393
394 <p>I was eager to test the system, as it seemed like a fun and
395 interesting application of [some] technology, but after reading the
396 terms of use and privacy policy on &lt;URL:
397 https://www.[some.site]/terms-of-use &gt; and &lt;URL:
398 https://www.[some.site]/privacy-policy &gt; I want you to know that I
399 decided to turn away. There were several provisions in the terms and
400 policy turning me off, but the final term that convinced me was being
401 asked to sign away my right to reverse engineer.</p>
402
403 <p>--
404 <br>Happy hacking
405 <br>Petter Reinholdtsen</p>
406 </blockquote>
407
408 <p>I do not expect much to come out of it, but sharing it here in case
409 others want to give something similar a try too. If companies
410 discover their terms scare away enough people, perhaps they will be
411 improved...</p>
412
413 <p>As usual, if you use Bitcoin and want to show your support of my
414 activities, please send Bitcoin donations to my address
415 <b><a href="bitcoin:15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b">15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b</a></b>.</p>
416 </div>
417 <div class="tags">
418
419
420 Tags: <a href="http://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="http://people.skolelinux.org/pere/blog/tags/personvern">personvern</a>.
421
422
423 </div>
424 </div>
425 <div class="padding"></div>
426
427 <div class="entry">
428 <div class="title"><a href="http://people.skolelinux.org/pere/blog/What_would_it_cost_to_store_all_2018_phone_calls_in_Norway_.html">What would it cost to store all 2018 phone calls in Norway?</a></div>
429 <div class="date">25th November 2019</div>
430 <div class="body"><p>Four years ago, I did a back of the envelope calculation on
431 <a href="http://people.skolelinux.org/pere/blog/What_would_it_cost_to_store_all_phone_calls_in_Norway_.html">how
432 much it would cost to store audio recordings of all the phone calls in
433 Norway</a>, and came up with NOK 2.1 million / EUR 250 000 for the
434 year 2013. It is time to repeat the calculation using updated
435 numbers. The calculation is based on how much data storage is needed
436 for each minute of audio, how many minutes all the calls in Norway
437 sums up to, multiplied by the cost of data storage.</p>
438
439 <p>The number of phone call minutes for 2018 was fetched from
440 <a href="https://ekomstatistikken.nkom.no/">the NKOM statistics
441 site</a>, and for 2018, land line calls are listed as 434 238 000
442 minutes, while mobile phone calls are listed with 7 542 006 000
443 minutes. The total number of minutes is thus 7 976 244 000. For
444 simplicity, I decided to ignore any advantages in audio compression the
445 last four years, and continue to assume 60 Kbytes/min as the last
446 time.</p>
447
448 <p>Storage prices still varies a lot, but as last time, I decide to
449 take a reasonable big and cheap hard drive, and double its price to
450 include the surrounding costs into account. A 10 TB disk cost less
451 than 4500 NOK / 450 EUR these days, and doubling it give 9000 NOK per
452 10 TB.</p>
453
454 <p>So, with the parameters in place, lets update the old table
455 estimating cost for calls in a given year:</p>
456
457 <table border="1">
458 <tr><th>Year</th><th>Call minutes</th><th>Size</th><th>Price in NOK / EUR</th></tr>
459 <tr><td>2005</td><td align="right">24 000 000 000</td><td align="right">1.3 PiB</td><td align="right">1 170 000 / 117 000</td></tr>
460
461 <tr><td>2012</td><td align="right">18 000 000 000</td><td align="right">1.0 PiB</td><td align="right">900 000 / 90 000</td></tr>
462
463 <tr><td>2013</td><td align="right">17 000 000 000</td><td align="right">950 TiB</td><td align="right">855 000 / 85 500</td></tr>
464
465 <tr><td>2018</td><td align="right">7 976 244 000</td><td align="right">445 TiB</td><td align="right">401 100 / 40 110</td></tr>
466 </table>
467
468 <p>Both the cost of storage and the number of phone call minutes have
469 dropped since the last time, bringing the cost down to a level where I
470 guess even small organizations can afford to store the audio recording
471 from every phone call taken in a year in Norway. Of course, this is
472 just the cost of buying the storage equipment. Maintenance, need to
473 be included as well, but the volume of a single year is about a single
474 rack of hard drives, so it is not much more than I could fit in my own
475 home. Wonder how much the electricity bill would raise if I had that
476 kind of storage? I doubt it would be more than a few tens of thousand
477 NOK per year.</p>
478 </div>
479 <div class="tags">
480
481
482 Tags: <a href="http://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="http://people.skolelinux.org/pere/blog/tags/personvern">personvern</a>, <a href="http://people.skolelinux.org/pere/blog/tags/surveillance">surveillance</a>.
483
484
485 </div>
486 </div>
487 <div class="padding"></div>
488
489 <div class="entry">
490 <div class="title"><a href="http://people.skolelinux.org/pere/blog/Norwegian_movies_that_might_be_legal_to_share_on_the_Internet.html">Norwegian movies that might be legal to share on the Internet</a></div>
491 <div class="date"> 1st September 2019</div>
492 <div class="body"><p>While working on identifying and counting movies that can be
493 legally shared on the Internet, I also looked at the Norwegian movies
494 listed in IMDb. So far I have identified 54 candidates published
495 before 1940 that might no longer be protected by norwegian copyright
496 law. Of these, only 29 are available at least in part from the
497 Norwegian National Library. It can be assumed that the remaining 25
498 movies are lost. It seem most useful to identify the copyright status
499 of movies that are not lost. To verify that the movie is really no
500 longer protected, one need to verify the list of copyright holders and
501 figure out if and when they died. I've been able to identify some of
502 them, but for some it is hard to figure out when they died.</p>
503
504 </p>This is the list of 29 movies both available from the library and
505 possibly no longer protected by copyright law. The year range
506 (1909-1979 on the first line) is year of publication and last year
507 with copyright protection.</p>
508
509 <pre>
510 1909-1979 ( 70 year) NSB Bergensbanen 1909 - http://www.imdb.com/title/tt0347601/
511 1910-1980 ( 70 year) Bjørnstjerne Bjørnsons likfærd - http://www.imdb.com/title/tt9299304/
512 1910-1980 ( 70 year) Bjørnstjerne Bjørnsons begravelse - http://www.imdb.com/title/tt9299300/
513 1912-1998 ( 86 year) Roald Amundsens Sydpolsferd (1910-1912) - http://www.imdb.com/title/tt9237500/
514 1913-2006 ( 93 year) Roald Amundsen på sydpolen - http://www.imdb.com/title/tt0347886/
515 1917-1987 ( 70 year) Fanden i nøtten - http://www.imdb.com/title/tt0346964/
516 1919-2018 ( 99 year) Historien om en gut - http://www.imdb.com/title/tt0010259/
517 1920-1990 ( 70 year) Kaksen på Øverland - http://www.imdb.com/title/tt0011361/
518 1923-1993 ( 70 year) Norge - en skildring i 6 akter - http://www.imdb.com/title/tt0014319/
519 1925-1997 ( 72 year) Roald Amundsen - Ellsworths flyveekspedition 1925 - http://www.imdb.com/title/tt0016295/
520 1925-1995 ( 70 year) En verdensreise, eller Da knold og tott vaskede negrene hvite med 13 sæpen - http://www.imdb.com/title/tt1018948/
521 1926-1996 ( 70 year) Luftskibet 'Norge's flugt over polhavet - http://www.imdb.com/title/tt0017090/
522 1926-1996 ( 70 year) Med 'Maud' over Polhavet - http://www.imdb.com/title/tt0017129/
523 1927-1997 ( 70 year) Den store sultan - http://www.imdb.com/title/tt1017997/
524 1928-1998 ( 70 year) Noahs ark - http://www.imdb.com/title/tt1018917/
525 1928-1998 ( 70 year) Skjæbnen - http://www.imdb.com/title/tt1002652/
526 1928-1998 ( 70 year) Chefens cigarett - http://www.imdb.com/title/tt1019896/
527 1929-1999 ( 70 year) Se Norge - http://www.imdb.com/title/tt0020378/
528 1929-1999 ( 70 year) Fra Chr. Michelsen til Kronprins Olav og Prinsesse Martha - http://www.imdb.com/title/tt0019899/
529 1930-2000 ( 70 year) Mot ukjent land - http://www.imdb.com/title/tt0021158/
530 1930-2000 ( 70 year) Det er natt - http://www.imdb.com/title/tt1017904/
531 1930-2000 ( 70 year) Over Besseggen på motorcykel - http://www.imdb.com/title/tt0347721/
532 1931-2001 ( 70 year) Glimt fra New York og den Norske koloni - http://www.imdb.com/title/tt0021913/
533 1932-2007 ( 75 year) En glad gutt - http://www.imdb.com/title/tt0022946/
534 1934-2004 ( 70 year) Den lystige radio-trio - http://www.imdb.com/title/tt1002628/
535 1935-2005 ( 70 year) Kronprinsparets reise i Nord Norge - http://www.imdb.com/title/tt0268411/
536 1935-2005 ( 70 year) Stormangrep - http://www.imdb.com/title/tt1017998/
537 1936-2006 ( 70 year) En fargesymfoni i blått - http://www.imdb.com/title/tt1002762/
538 1939-2009 ( 70 year) Til Vesterheimen - http://www.imdb.com/title/tt0032036/
539 </pre>
540
541 To be sure which one of these can be legally shared on the Internet,
542 in addition to verifying the right holders list is complete, one need
543 to verify the death year of these persons:
544
545 <pre>
546 Bjørnstjerne Bjørnson (dead 1910) - http://www.imdb.com/name/nm0085085/
547 Gustav Adolf Olsen (missing death year) - http://www.imdb.com/name/nm0647652/
548 Gustav Lund (missing death year) - http://www.imdb.com/name/nm0526168/
549 John W. Brunius (dead 1937) - http://www.imdb.com/name/nm0116307/
550 Ola Cornelius (missing death year) - http://www.imdb.com/name/nm1227236/
551 Oskar Omdal (dead 1927) - http://www.imdb.com/name/nm3116241/
552 Paul Berge (missing death year) - http://www.imdb.com/name/nm0074006/
553 Peter Lykke-Seest (dead 1948) - http://www.imdb.com/name/nm0528064/
554 Roald Amundsen (dead 1928) - https://www.imdb.com/name/nm0025468/
555 Sverre Halvorsen (dead 1936) - http://www.imdb.com/name/nm1299757/
556 Thomas W. Schwartz (missing death year) - http://www.imdb.com/name/nm2616250/
557 </pre>
558
559 <p>Perhaps you can help me figuring death year of those missing it, or
560 right holders if some are missing in IMDb? It would be nice to have a
561 definite list of Norwegian movies that are legal to share on the
562 Internet.</p>
563
564 </p>This is the list of 25 movies not available from the library and
565 possibly no longer protected by copyright law:</p>
566
567 <pre>
568 1907-2009 (102 year) Fiskerlivets farer - http://www.imdb.com/title/tt0121288/
569 1912-2018 (106 year) Historien omen moder - http://www.imdb.com/title/tt0382852/
570 1912-2002 ( 90 year) Anny - en gatepiges roman - http://www.imdb.com/title/tt0002026/
571 1916-1986 ( 70 year) The Mother Who Paid - http://www.imdb.com/title/tt3619226/
572 1917-2018 (101 year) En vinternat - http://www.imdb.com/title/tt0008740/
573 1917-2018 (101 year) Unge hjerter - http://www.imdb.com/title/tt0008719/
574 1917-2018 (101 year) De forældreløse - http://www.imdb.com/title/tt0007972/
575 1918-2018 (100 year) Vor tids helte - http://www.imdb.com/title/tt0009769/
576 1918-2018 (100 year) Lodsens datter - http://www.imdb.com/title/tt0009314/
577 1919-2018 ( 99 year) Æresgjesten - http://www.imdb.com/title/tt0010939/
578 1921-2006 ( 85 year) Det nye year? - http://www.imdb.com/title/tt0347686/
579 1921-1991 ( 70 year) Under Polarkredsens himmel - http://www.imdb.com/title/tt0012789/
580 1923-1993 ( 70 year) Nordenfor polarcirkelen - http://www.imdb.com/title/tt0014318/
581 1925-1995 ( 70 year) Med 'Stavangerfjord' til Nordkap - http://www.imdb.com/title/tt0016098/
582 1926-1996 ( 70 year) Over Atlanterhavet og gjennem Amerika - http://www.imdb.com/title/tt0017241/
583 1926-1996 ( 70 year) Hallo! Amerika! - http://www.imdb.com/title/tt0016945/
584 1926-1996 ( 70 year) Tigeren Teodors triumf - http://www.imdb.com/title/tt1008052/
585 1927-1997 ( 70 year) Rød sultan - http://www.imdb.com/title/tt1017979/
586 1927-1997 ( 70 year) Søndagsfiskeren Flag - http://www.imdb.com/title/tt1018002/
587 1930-2000 ( 70 year) Ro-ro til fiskeskjær - http://www.imdb.com/title/tt1017973/
588 1933-2003 ( 70 year) I kongens klær - http://www.imdb.com/title/tt0024164/
589 1934-2004 ( 70 year) Eventyret om de tre bukkene bruse - http://www.imdb.com/title/tt1007963/
590 1934-2004 ( 70 year) Pål sine høner - http://www.imdb.com/title/tt1017966/
591 1937-2007 ( 70 year) Et mesterverk - http://www.imdb.com/title/tt1019937/
592 1938-2008 ( 70 year) En Harmony - http://www.imdb.com/title/tt1007975/
593 </pre>
594
595 <p>Several of these movies completely lack right holder information in
596 IMDb and elsewhere. Without access to a copy of the movie, it is
597 often impossible to get the list of people involved in making the
598 movie, making it impossible to figure out the correct copyright
599 status.</p>
600
601 <p>Not listed here are the movies still protected by copyright law.
602 Their copyright terms varies from 79 to 144 years, according to the
603 information I have available so far. One of the non-lost movies might
604 change status next year,
605 <a href="https://www.imdb.com/title/tt1008007/">Mustads Mono from 1920</a>.
606 The next one might be
607 <a href="https://www.imdb.com/title/tt0347215/">Hvor isbjørnen ferdes
608 from 1935</a> in 2024.</p>
609
610 <p>As usual, if you use Bitcoin and want to show your support of my
611 activities, please send Bitcoin donations to my address
612 <b><a href="bitcoin:15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b">15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b</a></b>.</p>
613 </div>
614 <div class="tags">
615
616
617 Tags: <a href="http://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="http://people.skolelinux.org/pere/blog/tags/opphavsrett">opphavsrett</a>, <a href="http://people.skolelinux.org/pere/blog/tags/verkidetfri">verkidetfri</a>.
618
619
620 </div>
621 </div>
622 <div class="padding"></div>
623
624 <p style="text-align: right;"><a href="index.rss"><img src="http://people.skolelinux.org/pere/blog/xml.gif" alt="RSS feed" width="36" height="14" /></a></p>
625 <div id="sidebar">
626
627
628
629 <h2>Archive</h2>
630 <ul>
631
632 <li>2020
633 <ul>
634
635 <li><a href="http://people.skolelinux.org/pere/blog/archive/2020/02/">February (2)</a></li>
636
637 <li><a href="http://people.skolelinux.org/pere/blog/archive/2020/03/">March (2)</a></li>
638
639 </ul></li>
640
641 <li>2019
642 <ul>
643
644 <li><a href="http://people.skolelinux.org/pere/blog/archive/2019/01/">January (4)</a></li>
645
646 <li><a href="http://people.skolelinux.org/pere/blog/archive/2019/02/">February (3)</a></li>
647
648 <li><a href="http://people.skolelinux.org/pere/blog/archive/2019/03/">March (3)</a></li>
649
650 <li><a href="http://people.skolelinux.org/pere/blog/archive/2019/05/">May (2)</a></li>
651
652 <li><a href="http://people.skolelinux.org/pere/blog/archive/2019/06/">June (5)</a></li>
653
654 <li><a href="http://people.skolelinux.org/pere/blog/archive/2019/07/">July (2)</a></li>
655
656 <li><a href="http://people.skolelinux.org/pere/blog/archive/2019/08/">August (1)</a></li>
657
658 <li><a href="http://people.skolelinux.org/pere/blog/archive/2019/09/">September (1)</a></li>
659
660 <li><a href="http://people.skolelinux.org/pere/blog/archive/2019/11/">November (1)</a></li>
661
662 <li><a href="http://people.skolelinux.org/pere/blog/archive/2019/12/">December (4)</a></li>
663
664 </ul></li>
665
666 <li>2018
667 <ul>
668
669 <li><a href="http://people.skolelinux.org/pere/blog/archive/2018/01/">January (1)</a></li>
670
671 <li><a href="http://people.skolelinux.org/pere/blog/archive/2018/02/">February (5)</a></li>
672
673 <li><a href="http://people.skolelinux.org/pere/blog/archive/2018/03/">March (5)</a></li>
674
675 <li><a href="http://people.skolelinux.org/pere/blog/archive/2018/04/">April (3)</a></li>
676
677 <li><a href="http://people.skolelinux.org/pere/blog/archive/2018/06/">June (2)</a></li>
678
679 <li><a href="http://people.skolelinux.org/pere/blog/archive/2018/07/">July (5)</a></li>
680
681 <li><a href="http://people.skolelinux.org/pere/blog/archive/2018/08/">August (3)</a></li>
682
683 <li><a href="http://people.skolelinux.org/pere/blog/archive/2018/09/">September (3)</a></li>
684
685 <li><a href="http://people.skolelinux.org/pere/blog/archive/2018/10/">October (5)</a></li>
686
687 <li><a href="http://people.skolelinux.org/pere/blog/archive/2018/11/">November (2)</a></li>
688
689 <li><a href="http://people.skolelinux.org/pere/blog/archive/2018/12/">December (4)</a></li>
690
691 </ul></li>
692
693 <li>2017
694 <ul>
695
696 <li><a href="http://people.skolelinux.org/pere/blog/archive/2017/01/">January (4)</a></li>
697
698 <li><a href="http://people.skolelinux.org/pere/blog/archive/2017/02/">February (3)</a></li>
699
700 <li><a href="http://people.skolelinux.org/pere/blog/archive/2017/03/">March (5)</a></li>
701
702 <li><a href="http://people.skolelinux.org/pere/blog/archive/2017/04/">April (2)</a></li>
703
704 <li><a href="http://people.skolelinux.org/pere/blog/archive/2017/06/">June (5)</a></li>
705
706 <li><a href="http://people.skolelinux.org/pere/blog/archive/2017/07/">July (1)</a></li>
707
708 <li><a href="http://people.skolelinux.org/pere/blog/archive/2017/08/">August (1)</a></li>
709
710 <li><a href="http://people.skolelinux.org/pere/blog/archive/2017/09/">September (3)</a></li>
711
712 <li><a href="http://people.skolelinux.org/pere/blog/archive/2017/10/">October (5)</a></li>
713
714 <li><a href="http://people.skolelinux.org/pere/blog/archive/2017/11/">November (3)</a></li>
715
716 <li><a href="http://people.skolelinux.org/pere/blog/archive/2017/12/">December (4)</a></li>
717
718 </ul></li>
719
720 <li>2016
721 <ul>
722
723 <li><a href="http://people.skolelinux.org/pere/blog/archive/2016/01/">January (3)</a></li>
724
725 <li><a href="http://people.skolelinux.org/pere/blog/archive/2016/02/">February (2)</a></li>
726
727 <li><a href="http://people.skolelinux.org/pere/blog/archive/2016/03/">March (3)</a></li>
728
729 <li><a href="http://people.skolelinux.org/pere/blog/archive/2016/04/">April (8)</a></li>
730
731 <li><a href="http://people.skolelinux.org/pere/blog/archive/2016/05/">May (8)</a></li>
732
733 <li><a href="http://people.skolelinux.org/pere/blog/archive/2016/06/">June (2)</a></li>
734
735 <li><a href="http://people.skolelinux.org/pere/blog/archive/2016/07/">July (2)</a></li>
736
737 <li><a href="http://people.skolelinux.org/pere/blog/archive/2016/08/">August (5)</a></li>
738
739 <li><a href="http://people.skolelinux.org/pere/blog/archive/2016/09/">September (2)</a></li>
740
741 <li><a href="http://people.skolelinux.org/pere/blog/archive/2016/10/">October (3)</a></li>
742
743 <li><a href="http://people.skolelinux.org/pere/blog/archive/2016/11/">November (8)</a></li>
744
745 <li><a href="http://people.skolelinux.org/pere/blog/archive/2016/12/">December (5)</a></li>
746
747 </ul></li>
748
749 <li>2015
750 <ul>
751
752 <li><a href="http://people.skolelinux.org/pere/blog/archive/2015/01/">January (7)</a></li>
753
754 <li><a href="http://people.skolelinux.org/pere/blog/archive/2015/02/">February (6)</a></li>
755
756 <li><a href="http://people.skolelinux.org/pere/blog/archive/2015/03/">March (1)</a></li>
757
758 <li><a href="http://people.skolelinux.org/pere/blog/archive/2015/04/">April (4)</a></li>
759
760 <li><a href="http://people.skolelinux.org/pere/blog/archive/2015/05/">May (3)</a></li>
761
762 <li><a href="http://people.skolelinux.org/pere/blog/archive/2015/06/">June (4)</a></li>
763
764 <li><a href="http://people.skolelinux.org/pere/blog/archive/2015/07/">July (6)</a></li>
765
766 <li><a href="http://people.skolelinux.org/pere/blog/archive/2015/08/">August (2)</a></li>
767
768 <li><a href="http://people.skolelinux.org/pere/blog/archive/2015/09/">September (2)</a></li>
769
770 <li><a href="http://people.skolelinux.org/pere/blog/archive/2015/10/">October (9)</a></li>
771
772 <li><a href="http://people.skolelinux.org/pere/blog/archive/2015/11/">November (6)</a></li>
773
774 <li><a href="http://people.skolelinux.org/pere/blog/archive/2015/12/">December (3)</a></li>
775
776 </ul></li>
777
778 <li>2014
779 <ul>
780
781 <li><a href="http://people.skolelinux.org/pere/blog/archive/2014/01/">January (2)</a></li>
782
783 <li><a href="http://people.skolelinux.org/pere/blog/archive/2014/02/">February (3)</a></li>
784
785 <li><a href="http://people.skolelinux.org/pere/blog/archive/2014/03/">March (8)</a></li>
786
787 <li><a href="http://people.skolelinux.org/pere/blog/archive/2014/04/">April (7)</a></li>
788
789 <li><a href="http://people.skolelinux.org/pere/blog/archive/2014/05/">May (1)</a></li>
790
791 <li><a href="http://people.skolelinux.org/pere/blog/archive/2014/06/">June (2)</a></li>
792
793 <li><a href="http://people.skolelinux.org/pere/blog/archive/2014/07/">July (2)</a></li>
794
795 <li><a href="http://people.skolelinux.org/pere/blog/archive/2014/08/">August (2)</a></li>
796
797 <li><a href="http://people.skolelinux.org/pere/blog/archive/2014/09/">September (5)</a></li>
798
799 <li><a href="http://people.skolelinux.org/pere/blog/archive/2014/10/">October (6)</a></li>
800
801 <li><a href="http://people.skolelinux.org/pere/blog/archive/2014/11/">November (3)</a></li>
802
803 <li><a href="http://people.skolelinux.org/pere/blog/archive/2014/12/">December (5)</a></li>
804
805 </ul></li>
806
807 <li>2013
808 <ul>
809
810 <li><a href="http://people.skolelinux.org/pere/blog/archive/2013/01/">January (11)</a></li>
811
812 <li><a href="http://people.skolelinux.org/pere/blog/archive/2013/02/">February (9)</a></li>
813
814 <li><a href="http://people.skolelinux.org/pere/blog/archive/2013/03/">March (9)</a></li>
815
816 <li><a href="http://people.skolelinux.org/pere/blog/archive/2013/04/">April (6)</a></li>
817
818 <li><a href="http://people.skolelinux.org/pere/blog/archive/2013/05/">May (9)</a></li>
819
820 <li><a href="http://people.skolelinux.org/pere/blog/archive/2013/06/">June (10)</a></li>
821
822 <li><a href="http://people.skolelinux.org/pere/blog/archive/2013/07/">July (7)</a></li>
823
824 <li><a href="http://people.skolelinux.org/pere/blog/archive/2013/08/">August (3)</a></li>
825
826 <li><a href="http://people.skolelinux.org/pere/blog/archive/2013/09/">September (5)</a></li>
827
828 <li><a href="http://people.skolelinux.org/pere/blog/archive/2013/10/">October (7)</a></li>
829
830 <li><a href="http://people.skolelinux.org/pere/blog/archive/2013/11/">November (9)</a></li>
831
832 <li><a href="http://people.skolelinux.org/pere/blog/archive/2013/12/">December (3)</a></li>
833
834 </ul></li>
835
836 <li>2012
837 <ul>
838
839 <li><a href="http://people.skolelinux.org/pere/blog/archive/2012/01/">January (7)</a></li>
840
841 <li><a href="http://people.skolelinux.org/pere/blog/archive/2012/02/">February (10)</a></li>
842
843 <li><a href="http://people.skolelinux.org/pere/blog/archive/2012/03/">March (17)</a></li>
844
845 <li><a href="http://people.skolelinux.org/pere/blog/archive/2012/04/">April (12)</a></li>
846
847 <li><a href="http://people.skolelinux.org/pere/blog/archive/2012/05/">May (12)</a></li>
848
849 <li><a href="http://people.skolelinux.org/pere/blog/archive/2012/06/">June (20)</a></li>
850
851 <li><a href="http://people.skolelinux.org/pere/blog/archive/2012/07/">July (17)</a></li>
852
853 <li><a href="http://people.skolelinux.org/pere/blog/archive/2012/08/">August (6)</a></li>
854
855 <li><a href="http://people.skolelinux.org/pere/blog/archive/2012/09/">September (9)</a></li>
856
857 <li><a href="http://people.skolelinux.org/pere/blog/archive/2012/10/">October (17)</a></li>
858
859 <li><a href="http://people.skolelinux.org/pere/blog/archive/2012/11/">November (10)</a></li>
860
861 <li><a href="http://people.skolelinux.org/pere/blog/archive/2012/12/">December (7)</a></li>
862
863 </ul></li>
864
865 <li>2011
866 <ul>
867
868 <li><a href="http://people.skolelinux.org/pere/blog/archive/2011/01/">January (16)</a></li>
869
870 <li><a href="http://people.skolelinux.org/pere/blog/archive/2011/02/">February (6)</a></li>
871
872 <li><a href="http://people.skolelinux.org/pere/blog/archive/2011/03/">March (6)</a></li>
873
874 <li><a href="http://people.skolelinux.org/pere/blog/archive/2011/04/">April (7)</a></li>
875
876 <li><a href="http://people.skolelinux.org/pere/blog/archive/2011/05/">May (3)</a></li>
877
878 <li><a href="http://people.skolelinux.org/pere/blog/archive/2011/06/">June (2)</a></li>
879
880 <li><a href="http://people.skolelinux.org/pere/blog/archive/2011/07/">July (7)</a></li>
881
882 <li><a href="http://people.skolelinux.org/pere/blog/archive/2011/08/">August (6)</a></li>
883
884 <li><a href="http://people.skolelinux.org/pere/blog/archive/2011/09/">September (4)</a></li>
885
886 <li><a href="http://people.skolelinux.org/pere/blog/archive/2011/10/">October (2)</a></li>
887
888 <li><a href="http://people.skolelinux.org/pere/blog/archive/2011/11/">November (3)</a></li>
889
890 <li><a href="http://people.skolelinux.org/pere/blog/archive/2011/12/">December (1)</a></li>
891
892 </ul></li>
893
894 <li>2010
895 <ul>
896
897 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/01/">January (2)</a></li>
898
899 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/02/">February (1)</a></li>
900
901 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/03/">March (3)</a></li>
902
903 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/04/">April (3)</a></li>
904
905 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/05/">May (9)</a></li>
906
907 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/06/">June (14)</a></li>
908
909 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/07/">July (12)</a></li>
910
911 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/08/">August (13)</a></li>
912
913 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/09/">September (7)</a></li>
914
915 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/10/">October (9)</a></li>
916
917 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/11/">November (13)</a></li>
918
919 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/12/">December (12)</a></li>
920
921 </ul></li>
922
923 <li>2009
924 <ul>
925
926 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/01/">January (8)</a></li>
927
928 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/02/">February (8)</a></li>
929
930 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/03/">March (12)</a></li>
931
932 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/04/">April (10)</a></li>
933
934 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/05/">May (9)</a></li>
935
936 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/06/">June (3)</a></li>
937
938 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/07/">July (4)</a></li>
939
940 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/08/">August (3)</a></li>
941
942 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/09/">September (1)</a></li>
943
944 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/10/">October (2)</a></li>
945
946 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/11/">November (3)</a></li>
947
948 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/12/">December (3)</a></li>
949
950 </ul></li>
951
952 <li>2008
953 <ul>
954
955 <li><a href="http://people.skolelinux.org/pere/blog/archive/2008/11/">November (5)</a></li>
956
957 <li><a href="http://people.skolelinux.org/pere/blog/archive/2008/12/">December (7)</a></li>
958
959 </ul></li>
960
961 </ul>
962
963
964
965 <h2>Tags</h2>
966 <ul>
967
968 <li><a href="http://people.skolelinux.org/pere/blog/tags/3d-printer">3d-printer (16)</a></li>
969
970 <li><a href="http://people.skolelinux.org/pere/blog/tags/amiga">amiga (1)</a></li>
971
972 <li><a href="http://people.skolelinux.org/pere/blog/tags/aros">aros (1)</a></li>
973
974 <li><a href="http://people.skolelinux.org/pere/blog/tags/bankid">bankid (4)</a></li>
975
976 <li><a href="http://people.skolelinux.org/pere/blog/tags/betalkontant">betalkontant (8)</a></li>
977
978 <li><a href="http://people.skolelinux.org/pere/blog/tags/bitcoin">bitcoin (11)</a></li>
979
980 <li><a href="http://people.skolelinux.org/pere/blog/tags/bootsystem">bootsystem (17)</a></li>
981
982 <li><a href="http://people.skolelinux.org/pere/blog/tags/bsa">bsa (2)</a></li>
983
984 <li><a href="http://people.skolelinux.org/pere/blog/tags/chrpath">chrpath (2)</a></li>
985
986 <li><a href="http://people.skolelinux.org/pere/blog/tags/debian">debian (168)</a></li>
987
988 <li><a href="http://people.skolelinux.org/pere/blog/tags/debian edu">debian edu (158)</a></li>
989
990 <li><a href="http://people.skolelinux.org/pere/blog/tags/debian-handbook">debian-handbook (4)</a></li>
991
992 <li><a href="http://people.skolelinux.org/pere/blog/tags/digistan">digistan (11)</a></li>
993
994 <li><a href="http://people.skolelinux.org/pere/blog/tags/dld">dld (17)</a></li>
995
996 <li><a href="http://people.skolelinux.org/pere/blog/tags/docbook">docbook (26)</a></li>
997
998 <li><a href="http://people.skolelinux.org/pere/blog/tags/drivstoffpriser">drivstoffpriser (4)</a></li>
999
1000 <li><a href="http://people.skolelinux.org/pere/blog/tags/english">english (413)</a></li>
1001
1002 <li><a href="http://people.skolelinux.org/pere/blog/tags/fiksgatami">fiksgatami (23)</a></li>
1003
1004 <li><a href="http://people.skolelinux.org/pere/blog/tags/fildeling">fildeling (14)</a></li>
1005
1006 <li><a href="http://people.skolelinux.org/pere/blog/tags/freeculture">freeculture (34)</a></li>
1007
1008 <li><a href="http://people.skolelinux.org/pere/blog/tags/freedombox">freedombox (9)</a></li>
1009
1010 <li><a href="http://people.skolelinux.org/pere/blog/tags/frikanalen">frikanalen (20)</a></li>
1011
1012 <li><a href="http://people.skolelinux.org/pere/blog/tags/h264">h264 (20)</a></li>
1013
1014 <li><a href="http://people.skolelinux.org/pere/blog/tags/intervju">intervju (42)</a></li>
1015
1016 <li><a href="http://people.skolelinux.org/pere/blog/tags/isenkram">isenkram (16)</a></li>
1017
1018 <li><a href="http://people.skolelinux.org/pere/blog/tags/kart">kart (22)</a></li>
1019
1020 <li><a href="http://people.skolelinux.org/pere/blog/tags/kodi">kodi (4)</a></li>
1021
1022 <li><a href="http://people.skolelinux.org/pere/blog/tags/ldap">ldap (9)</a></li>
1023
1024 <li><a href="http://people.skolelinux.org/pere/blog/tags/lego">lego (4)</a></li>
1025
1026 <li><a href="http://people.skolelinux.org/pere/blog/tags/lenker">lenker (8)</a></li>
1027
1028 <li><a href="http://people.skolelinux.org/pere/blog/tags/lsdvd">lsdvd (2)</a></li>
1029
1030 <li><a href="http://people.skolelinux.org/pere/blog/tags/ltsp">ltsp (1)</a></li>
1031
1032 <li><a href="http://people.skolelinux.org/pere/blog/tags/mesh network">mesh network (8)</a></li>
1033
1034 <li><a href="http://people.skolelinux.org/pere/blog/tags/multimedia">multimedia (42)</a></li>
1035
1036 <li><a href="http://people.skolelinux.org/pere/blog/tags/nice free software">nice free software (12)</a></li>
1037
1038 <li><a href="http://people.skolelinux.org/pere/blog/tags/noark5">noark5 (22)</a></li>
1039
1040 <li><a href="http://people.skolelinux.org/pere/blog/tags/norsk">norsk (312)</a></li>
1041
1042 <li><a href="http://people.skolelinux.org/pere/blog/tags/nuug">nuug (197)</a></li>
1043
1044 <li><a href="http://people.skolelinux.org/pere/blog/tags/offentlig innsyn">offentlig innsyn (38)</a></li>
1045
1046 <li><a href="http://people.skolelinux.org/pere/blog/tags/open311">open311 (2)</a></li>
1047
1048 <li><a href="http://people.skolelinux.org/pere/blog/tags/opphavsrett">opphavsrett (75)</a></li>
1049
1050 <li><a href="http://people.skolelinux.org/pere/blog/tags/personvern">personvern (111)</a></li>
1051
1052 <li><a href="http://people.skolelinux.org/pere/blog/tags/raid">raid (2)</a></li>
1053
1054 <li><a href="http://people.skolelinux.org/pere/blog/tags/reactos">reactos (1)</a></li>
1055
1056 <li><a href="http://people.skolelinux.org/pere/blog/tags/reprap">reprap (11)</a></li>
1057
1058 <li><a href="http://people.skolelinux.org/pere/blog/tags/rfid">rfid (3)</a></li>
1059
1060 <li><a href="http://people.skolelinux.org/pere/blog/tags/robot">robot (12)</a></li>
1061
1062 <li><a href="http://people.skolelinux.org/pere/blog/tags/rss">rss (1)</a></li>
1063
1064 <li><a href="http://people.skolelinux.org/pere/blog/tags/ruter">ruter (7)</a></li>
1065
1066 <li><a href="http://people.skolelinux.org/pere/blog/tags/scraperwiki">scraperwiki (2)</a></li>
1067
1068 <li><a href="http://people.skolelinux.org/pere/blog/tags/sikkerhet">sikkerhet (56)</a></li>
1069
1070 <li><a href="http://people.skolelinux.org/pere/blog/tags/sitesummary">sitesummary (4)</a></li>
1071
1072 <li><a href="http://people.skolelinux.org/pere/blog/tags/skepsis">skepsis (5)</a></li>
1073
1074 <li><a href="http://people.skolelinux.org/pere/blog/tags/standard">standard (70)</a></li>
1075
1076 <li><a href="http://people.skolelinux.org/pere/blog/tags/stavekontroll">stavekontroll (7)</a></li>
1077
1078 <li><a href="http://people.skolelinux.org/pere/blog/tags/stortinget">stortinget (12)</a></li>
1079
1080 <li><a href="http://people.skolelinux.org/pere/blog/tags/surveillance">surveillance (57)</a></li>
1081
1082 <li><a href="http://people.skolelinux.org/pere/blog/tags/sysadmin">sysadmin (4)</a></li>
1083
1084 <li><a href="http://people.skolelinux.org/pere/blog/tags/usenix">usenix (2)</a></li>
1085
1086 <li><a href="http://people.skolelinux.org/pere/blog/tags/valg">valg (9)</a></li>
1087
1088 <li><a href="http://people.skolelinux.org/pere/blog/tags/verkidetfri">verkidetfri (17)</a></li>
1089
1090 <li><a href="http://people.skolelinux.org/pere/blog/tags/video">video (73)</a></li>
1091
1092 <li><a href="http://people.skolelinux.org/pere/blog/tags/vitenskap">vitenskap (4)</a></li>
1093
1094 <li><a href="http://people.skolelinux.org/pere/blog/tags/web">web (42)</a></li>
1095
1096 </ul>
1097
1098
1099 </div>
1100 <p style="text-align: right">
1101 Created by <a href="http://steve.org.uk/Software/chronicle">Chronicle v4.6</a>
1102 </p>
1103
1104 </body>
1105 </html>