]> pere.pagekite.me Git - homepage.git/blob - blog/index.html
Correct date of file.
[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/First_paper_version_of_the_Norwegian_Free_Culture_book_heading_my_way.html">First paper version of the Norwegian Free Culture book heading my way</a></div>
24 <div class="date"> 9th August 2015</div>
25 <div class="body"><p>Typesetting a book is harder than I hoped. As the translation is
26 mostly done, and a volunteer proof reader was going to check the text
27 on paper, it was time this summer to focus on formatting my translated
28 <a href="http://www.docbook.org/">docbook</a> based version of the
29 <a href="http://free-culture.cc/">Free Culture</a> book by Lawrence
30 Lessig. I've been trying to get both docboox-xsl+fop and dblatex to
31 give me a good looking PDF, but in the end I went with dblatex, because
32 its Debian maintainer and upstream developer were responsive and very
33 helpful in solving my formatting challenges.</p>
34
35 <p>Last night, I finally managed to create a PDF that no longer made
36 <a href="http://www.lulu.com/">Lulu.com</a> complain after uploading,
37 and I ordered a text version of the book on paper. It is lacking a
38 proper book cover and is not tagged with the correct ISBN number, but
39 should give me an idea what the finished book will look like.</p>
40
41 <p>Instead of using Lulu, I did consider printing the book using
42 <a href="http://www.createspace.com/">CreateSpace</a>, but ended up
43 using Lulu because it had smaller book size options (CreateSpace seem
44 to lack pocket book with extended distribution). I looked for a
45 similar service in Norway, but have not seen anything so far. Please
46 let me know if I am missing out on something here.</p>
47
48 <p>But I still struggle to decide the book size. Should I go for
49 pocket book (4.25x6.875 inches / 10.8x17.5 cm) with 556 pages, Digest
50 (5.5x8.5 inches / 14x21.6 cm) with 323 pages or US Trade (6x8 inches /
51 15.3x22.9 cm) with 280 pages? Fewer pager give a cheaper book, and a
52 smaller book is easier to carry around. The test book I ordered was
53 pocket book sized, to give me an idea how well that fit in my hand,
54 but I suspect I will end up using a digest sized book in the end to
55 bring the prize down further.</p>
56
57 <p>My biggest challenge at the moment is making nice cover art. My
58 inkscape skills are not yet up to the task of replicating the original
59 cover in SVG format. I also need to figure out what to write about
60 the book on the back (will most likely use the same text as the
61 description on web based book stores). I would love help with this,
62 if you are willing to license the art source and final version using
63 the same CC license as the book. My artistic skills are not really up
64 to the task.</p>
65
66 <p>I plan to publish the book in both English and Norwegian and on
67 paper, in PDF form as well as EPUB and MOBI format. The current
68 status can as usual be found on
69 <a href="https://github.com/petterreinholdtsen/free-culture-lessig">github</a>
70 in the archive/ directory. So far I have spent all time on making the
71 PDF version look good. Someone should probably do the same with the
72 dbtoepub generated e-book. Help is definitely needed here, as I
73 expect to run out of steem before I find time to improve the epub
74 formatting.</p>
75
76 <p>Please let me know via github if you find typos in the book or
77 discover translations that should be improved. The final proof
78 reading is being done right now, and I expect to publish the finished
79 result in a few months.</p>
80 </div>
81 <div class="tags">
82
83
84 Tags: <a href="http://people.skolelinux.org/pere/blog/tags/docbook">docbook</a>, <a href="http://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="http://people.skolelinux.org/pere/blog/tags/freeculture">freeculture</a>.
85
86
87 </div>
88 </div>
89 <div class="padding"></div>
90
91 <div class="entry">
92 <div class="title"><a href="http://people.skolelinux.org/pere/blog/Typesetting_DocBook_footnotes_as_endnotes_with_dblatex.html">Typesetting DocBook footnotes as endnotes with dblatex</a></div>
93 <div class="date">16th July 2015</div>
94 <div class="body"><p>I'm still working on the Norwegian version of the
95 <a href="http://free-culture.cc/">Free Culture book by Lawrence
96 Lessig</a>, and is now working on the final typesetting and layout.
97 One of the features I want to get the structure similar to the
98 original book is to typeset the footnotes as endnotes in the notes
99 chapter. Based on the
100 <a href="https://bugs.debian.org/685063">feedback from the Debian
101 maintainer and the dblatex developer</a>, I came up with this recipe I
102 would like to share with you. The proposal was to create a new LaTeX
103 class file and add the LaTeX code there, but this is not always
104 practical, when I want to be able to replace the class using a make
105 file variable. So my proposal misuses the latex.begindocument XSL
106 parameter value, to get a small fragment into the correct location in
107 the generated LaTeX File.</p>
108
109 <p>First, decide where in the DocBook document to place the endnotes,
110 and add this text there:</p>
111
112 <pre>
113 &lt;?latex \theendnotes ?&gt;
114 </pre>
115
116 <p>Next, create a xsl stylesheet file dblatex-endnotes.xsl to add the
117 code needed to add the endnote instructions in the preamble of the
118 generated LaTeX document, with content like this:</p>
119
120 <pre>
121 &lt;?xml version='1.0'?&gt;
122 &lt;xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version='1.0'&gt;
123 &lt;xsl:param name="latex.begindocument"&gt;
124 &lt;xsl:text&gt;
125 \usepackage{endnotes}
126 \let\footnote=\endnote
127 \def\enoteheading{\mbox{}\par\vskip-\baselineskip }
128 \begin{document}
129 &lt;/xsl:text&gt;
130 &lt;/xsl:param&gt;
131 &lt;/xsl:stylesheet&gt;
132 </pre>
133
134 <p>Finally, load this xsl file when running dblatex, for example like
135 this:</p>
136
137 <pre>
138 dblatex --xsl-user=dblatex-endnotes.xsl freeculture.nb.xml
139 </pre>
140
141 <p>The end result can be seen on github, where
142 <a href="https://github.com/petterreinholdtsen/free-culture-lessig">my
143 book project</a> is located.</p>
144 </div>
145 <div class="tags">
146
147
148 Tags: <a href="http://people.skolelinux.org/pere/blog/tags/docbook">docbook</a>, <a href="http://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="http://people.skolelinux.org/pere/blog/tags/freeculture">freeculture</a>.
149
150
151 </div>
152 </div>
153 <div class="padding"></div>
154
155 <div class="entry">
156 <div class="title"><a href="http://people.skolelinux.org/pere/blog/Mimes_br_nn__norsk_utgave_av_Alaveteli___WhatDoTheyKnow__endelig_lansert.html">Mimes brønn, norsk utgave av Alaveteli / WhatDoTheyKnow, endelig lansert</a></div>
157 <div class="date"> 9th July 2015</div>
158 <div class="body"><p>I går fikk vi endelig lansert en norsk version av mySocietys
159 <a href="https://www.whatdotheyknow.com/">WhatDoTheyKnow</a>.
160 Tjenesten heter Mimes brønn, og ble
161 <a href="http://www.nuug.no/news/NUUG_lanserer_innsynstjenesten_Mimes_Br_nn.shtml">annonsert
162 av NUUG</a> via blogg, epost og twitter til NUUG-assosierte personer.
163 Det har tatt noen år, men de siste dagene fikk vi endelig tid til å få
164 på plass de siste bitene. Vi er to, Gorm og meg selv, som har vært
165 primus motor for det hele, men vi har fått hjelp med oversettelser og
166 oppsett fra mange flere. Jeg vil si tusen takk til hver og en av dem,
167 og er veldig fornøyd med at vi klarte å få tjenesten opp å kjøre før
168 ferietiden slo inn for fullt.</p>
169
170 <p>Vi er usikker på hvor mye belastning den virtuelle maskinen der
171 tjenesten kjører klarer, så vi har lansert litt i det stille og ikke
172 til for mange folk for å se hvordan maskinen klarer seg over sommeren,
173 før vi går mer aktivt ut og annonserer til høsten. Ta en titt, og se
174 om du kanskje har et spørsmål til det offentlige som er egnet å sende
175 inn via Mimes brønn.</p>
176
177 <p>Hvis du lurer på hva i alle dager en slik tjenestes kan brukes til,
178 anbefaler jeg deg å se
179 <a href="http://beta.frikanalen.no/video/625321">TED-foredraget til
180 Heather Brook</a> om hvordan hun brukte WhatDoTheyKnow til å lære
181 hvordan offentlige midler ble misbrukt. Det er en inspirerende
182 historie.</p>
183 </div>
184 <div class="tags">
185
186
187 Tags: <a href="http://people.skolelinux.org/pere/blog/tags/norsk">norsk</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>.
188
189
190 </div>
191 </div>
192 <div class="padding"></div>
193
194 <div class="entry">
195 <div class="title"><a href="http://people.skolelinux.org/pere/blog/MPEG_LA_on__Internet_Broadcast_AVC_Video__licensing_and_non_private_use.html">MPEG LA on "Internet Broadcast AVC Video" licensing and non-private use</a></div>
196 <div class="date"> 7th July 2015</div>
197 <div class="body"><p>After asking the Norwegian Broadcasting Company (NRK)
198 <a href="http://people.skolelinux.org/pere/blog/Hva_gj_r_at_NRK_kan_distribuere_H_264_video_uten_patentavtale_med_MPEG_LA_.html">why
199 they can broadcast and stream H.264 video without an agreement with
200 the MPEG LA</a>, I was wiser, but still confused. So I asked MPEG LA
201 if their understanding matched that of NRK. As far as I can tell, it
202 does not.</p>
203
204 <p>I started by asking for more information about the various
205 licensing classes and what exactly is covered by the "Internet
206 Broadcast AVC Video" class that NRK pointed me at to explain why NRK
207 did not need a license for streaming H.264 video:
208
209 <p><blockquote>
210
211 <p>According to
212 <a href="http://www.mpegla.com/Lists/MPEG%20LA%20News%20List/Attachments/226/n-10-02-02.pdf">a
213 MPEG LA press release dated 2010-02-02</a>, there is no charge when
214 using MPEG AVC/H.264 according to the terms of "Internet Broadcast AVC
215 Video". I am trying to understand exactly what the terms of "Internet
216 Broadcast AVC Video" is, and wondered if you could help me. What
217 exactly is covered by these terms, and what is not?</p>
218
219 <p>The only source of more information I have been able to find is a
220 PDF named
221 <a href="http://www.mpegla.com/main/programs/avc/Documents/avcweb.pdf">AVC
222 Patent Portfolio License Briefing</a>, which states this about the
223 fees:</p>
224
225 <ul>
226 <li>Where End User pays for AVC Video
227 <ul>
228 <li>Subscription (not limited by title) – 100,000 or fewer
229 subscribers/yr = no royalty; &gt; 100,000 to 250,000 subscribers/yr =
230 $25,000; &gt;250,000 to 500,000 subscribers/yr = $50,000; &gt;500,000 to
231 1M subscribers/yr = $75,000; &gt;1M subscribers/yr = $100,000</li>
232
233 <li>Title-by-Title - 12 minutes or less = no royalty; &gt;12 minutes in
234 length = lower of (a) 2% or (b) $0.02 per title</li>
235 </ul></li>
236
237 <li>Where remuneration is from other sources
238 <ul>
239 <li>Free Television - (a) one-time $2,500 per transmission encoder or
240 (b) annual fee starting at $2,500 for &gt; 100,000 HH rising to
241 maximum $10,000 for &gt;1,000,000 HH</li>
242
243 <li>Internet Broadcast AVC Video (not title-by-title, not subscription)
244 – no royalty for life of the AVC Patent Portfolio License</li>
245 </ul></li>
246 </ul>
247
248 <p>Am I correct in assuming that the four categories listed is the
249 categories used when selecting licensing terms, and that "Internet
250 Broadcast AVC Video" is the category for things that do not fall into
251 one of the other three categories? Can you point me to a good source
252 explaining what is ment by "title-by-title" and "Free Television" in
253 the license terms for AVC/H.264?</p>
254
255 <p>Will a web service providing H.264 encoded video content in a
256 "video on demand" fashing similar to Youtube and Vimeo, where no
257 subscription is required and no payment is required from end users to
258 get access to the videos, fall under the terms of the "Internet
259 Broadcast AVC Video", ie no royalty for life of the AVC Patent
260 Portfolio license? Does it matter if some users are subscribed to get
261 access to personalized services?</p>
262
263 <p>Note, this request and all answers will be published on the
264 Internet.</p>
265 </blockquote></p>
266
267 <p>The answer came quickly from Benjamin J. Myers, Licensing Associate
268 with the MPEG LA:</p>
269
270 <p><blockquote>
271 <p>Thank you for your message and for your interest in MPEG LA. We
272 appreciate hearing from you and I will be happy to assist you.</p>
273
274 <p>As you are aware, MPEG LA offers our AVC Patent Portfolio License
275 which provides coverage under patents that are essential for use of
276 the AVC/H.264 Standard (MPEG-4 Part 10). Specifically, coverage is
277 provided for end products and video content that make use of AVC/H.264
278 technology. Accordingly, the party offering such end products and
279 video to End Users concludes the AVC License and is responsible for
280 paying the applicable royalties.</p>
281
282 <p>Regarding Internet Broadcast AVC Video, the AVC License generally
283 defines such content to be video that is distributed to End Users over
284 the Internet free-of-charge. Therefore, if a party offers a service
285 which allows users to upload AVC/H.264 video to its website, and such
286 AVC Video is delivered to End Users for free, then such video would
287 receive coverage under the sublicense for Internet Broadcast AVC
288 Video, which is not subject to any royalties for the life of the AVC
289 License. This would also apply in the scenario where a user creates a
290 free online account in order to receive a customized offering of free
291 AVC Video content. In other words, as long as the End User is given
292 access to or views AVC Video content at no cost to the End User, then
293 no royalties would be payable under our AVC License.</p>
294
295 <p>On the other hand, if End Users pay for access to AVC Video for a
296 specific period of time (e.g., one month, one year, etc.), then such
297 video would constitute Subscription AVC Video. In cases where AVC
298 Video is delivered to End Users on a pay-per-view basis, then such
299 content would constitute Title-by-Title AVC Video. If a party offers
300 Subscription or Title-by-Title AVC Video to End Users, then they would
301 be responsible for paying the applicable royalties you noted below.</p>
302
303 <p>Finally, in the case where AVC Video is distributed for free
304 through an "over-the-air, satellite and/or cable transmission", then
305 such content would constitute Free Television AVC Video and would be
306 subject to the applicable royalties.</p>
307
308 <p>For your reference, I have attached
309 <a href="http://people.skolelinux.org/pere/blog/images/2015-07-07-mpegla.pdf">a
310 .pdf copy of the AVC License</a>. You will find the relevant
311 sublicense information regarding AVC Video in Sections 2.2 through
312 2.5, and the corresponding royalties in Section 3.1.2 through 3.1.4.
313 You will also find the definitions of Title-by-Title AVC Video,
314 Subscription AVC Video, Free Television AVC Video, and Internet
315 Broadcast AVC Video in Section 1 of the License. Please note that the
316 electronic copy is provided for informational purposes only and cannot
317 be used for execution.</p>
318
319 <p>I hope the above information is helpful. If you have additional
320 questions or need further assistance with the AVC License, please feel
321 free to contact me directly.</p>
322 </blockquote></p>
323
324 <p>Having a fresh copy of the license text was useful, and knowing
325 that the definition of Title-by-Title required payment per title made
326 me aware that my earlier understanding of that phrase had been wrong.
327 But I still had a few questions:</p>
328
329 <p><blockquote>
330 <p>I have a small followup question. Would it be possible for me to get
331 a license with MPEG LA even if there are no royalties to be paid? The
332 reason I ask, is that some video related products have a copyright
333 clause limiting their use without a license with MPEG LA. The clauses
334 typically look similar to this:
335
336 <p><blockquote>
337 This product is licensed under the AVC patent portfolio license for
338 the personal and non-commercial use of a consumer to (a) encode
339 video in compliance with the AVC standard ("AVC video") and/or (b)
340 decode AVC video that was encoded by a consumer engaged in a
341 personal and non-commercial activity and/or AVC video that was
342 obtained from a video provider licensed to provide AVC video. No
343 license is granted or shall be implied for any other use. additional
344 information may be obtained from MPEG LA L.L.C.
345 </blockquote></p>
346
347 <p>It is unclear to me if this clause mean that I need to enter into
348 an agreement with MPEG LA to use the product in question, even if
349 there are no royalties to be paid to MPEG LA. I suspect it will
350 differ depending on the jurisdiction, and mine is Norway. What is
351 MPEG LAs view on this?</p>
352 </blockquote></p>
353
354 <p>According to the answer, MPEG LA believe those using such tools for
355 non-personal or commercial use need a license with them:</p>
356
357 <p><blockquote>
358
359 <p>With regard to the Notice to Customers, I would like to begin by
360 clarifying that the Notice from Section 7.1 of the AVC License
361 reads:</p>
362
363 <p>THIS PRODUCT IS LICENSED UNDER THE AVC PATENT PORTFOLIO LICENSE FOR
364 THE PERSONAL USE OF A CONSUMER OR OTHER USES IN WHICH IT DOES NOT
365 RECEIVE REMUNERATION TO (i) ENCODE VIDEO IN COMPLIANCE WITH THE AVC
366 STANDARD ("AVC VIDEO") AND/OR (ii) DECODE AVC VIDEO THAT WAS ENCODED
367 BY A CONSUMER ENGAGED IN A PERSONAL ACTIVITY AND/OR WAS OBTAINED FROM
368 A VIDEO PROVIDER LICENSED TO PROVIDE AVC VIDEO. NO LICENSE IS GRANTED
369 OR SHALL BE IMPLIED FOR ANY OTHER USE. ADDITIONAL INFORMATION MAY BE
370 OBTAINED FROM MPEG LA, L.L.C. SEE HTTP://WWW.MPEGLA.COM</p>
371
372 <p>The Notice to Customers is intended to inform End Users of the
373 personal usage rights (for example, to watch video content) included
374 with the product they purchased, and to encourage any party using the
375 product for commercial purposes to contact MPEG LA in order to become
376 licensed for such use (for example, when they use an AVC Product to
377 deliver Title-by-Title, Subscription, Free Television or Internet
378 Broadcast AVC Video to End Users, or to re-Sell a third party's AVC
379 Product as their own branded AVC Product).</p>
380
381 <p>Therefore, if a party is to be licensed for its use of an AVC
382 Product to Sell AVC Video on a Title-by-Title, Subscription, Free
383 Television or Internet Broadcast basis, that party would need to
384 conclude the AVC License, even in the case where no royalties were
385 payable under the License. On the other hand, if that party (either a
386 Consumer or business customer) simply uses an AVC Product for their
387 own internal purposes and not for the commercial purposes referenced
388 above, then such use would be included in the royalty paid for the AVC
389 Products by the licensed supplier.</p>
390
391 <p>Finally, I note that our AVC License provides worldwide coverage in
392 countries that have AVC Patent Portfolio Patents, including
393 Norway.</p>
394
395 <p>I hope this clarification is helpful. If I may be of any further
396 assistance, just let me know.</p>
397 </blockquote></p>
398
399 <p>The mentioning of Norwegian patents made me a bit confused, so I
400 asked for more information:</p>
401
402 <p><blockquote>
403
404 <p>But one minor question at the end. If I understand you correctly,
405 you state in the quote above that there are patents in the AVC Patent
406 Portfolio that are valid in Norway. This make me believe I read the
407 list available from &lt;URL:
408 <a href="http://www.mpegla.com/main/programs/AVC/Pages/PatentList.aspx">http://www.mpegla.com/main/programs/AVC/Pages/PatentList.aspx</a>
409 &gt; incorrectly, as I believed the "NO" prefix in front of patents
410 were Norwegian patents, and the only one I could find under Mitsubishi
411 Electric Corporation expired in 2012. Which patents are you referring
412 to that are relevant for Norway?</p>
413
414 </blockquote></p>
415
416 <p>Again, the quick answer explained how to read the list of patents
417 in that list:</p>
418
419 <p><blockquote>
420
421 <p>Your understanding is correct that the last AVC Patent Portfolio
422 Patent in Norway expired on 21 October 2012. Therefore, where AVC
423 Video is both made and Sold in Norway after that date, then no
424 royalties would be payable for such AVC Video under the AVC License.
425 With that said, our AVC License provides historic coverage for AVC
426 Products and AVC Video that may have been manufactured or Sold before
427 the last Norwegian AVC patent expired. I would also like to clarify
428 that coverage is provided for the country of manufacture and the
429 country of Sale that has active AVC Patent Portfolio Patents.</p>
430
431 <p>Therefore, if a party offers AVC Products or AVC Video for Sale in
432 a country with active AVC Patent Portfolio Patents (for example,
433 Sweden, Denmark, Finland, etc.), then that party would still need
434 coverage under the AVC License even if such products or video are
435 initially made in a country without active AVC Patent Portfolio
436 Patents (for example, Norway). Similarly, a party would need to
437 conclude the AVC License if they make AVC Products or AVC Video in a
438 country with active AVC Patent Portfolio Patents, but eventually Sell
439 such AVC Products or AVC Video in a country without active AVC Patent
440 Portfolio Patents.</p>
441 </blockquote></p>
442
443 <p>As far as I understand it, MPEG LA believe anyone using Adobe
444 Premiere and other video related software with a H.264 distribution
445 license need a license agreement with MPEG LA to use such tools for
446 anything non-private or commercial, while it is OK to set up a
447 Youtube-like service as long as no-one pays to get access to the
448 content. I still have no clear idea how this applies to Norway, where
449 none of the patents MPEG LA is licensing are valid. Will the
450 copyright terms take precedence or can those terms be ignored because
451 the patents are not valid in Norway?</p>
452 </div>
453 <div class="tags">
454
455
456 Tags: <a href="http://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="http://people.skolelinux.org/pere/blog/tags/h264">h264</a>, <a href="http://people.skolelinux.org/pere/blog/tags/multimedia">multimedia</a>, <a href="http://people.skolelinux.org/pere/blog/tags/opphavsrett">opphavsrett</a>, <a href="http://people.skolelinux.org/pere/blog/tags/standard">standard</a>, <a href="http://people.skolelinux.org/pere/blog/tags/video">video</a>, <a href="http://people.skolelinux.org/pere/blog/tags/web">web</a>.
457
458
459 </div>
460 </div>
461 <div class="padding"></div>
462
463 <div class="entry">
464 <div class="title"><a href="http://people.skolelinux.org/pere/blog/New_laptop___some_more_clues_and_ideas_based_on_feedback.html">New laptop - some more clues and ideas based on feedback</a></div>
465 <div class="date"> 5th July 2015</div>
466 <div class="body"><p>Several people contacted me after my previous blog post about my
467 need for a new laptop, and provided very useful feedback. I wish to
468 thank every one of these. Several pointed me to the possibility of
469 fixing my X230, and I am already in the process of getting Lenovo to
470 do so thanks to the on site, next day support contract covering the
471 machine. But the battery is almost useless (I expect to replace it
472 with a non-official battery) and I do not expect the machine to live
473 for many more years, so it is time to plan its replacement. If I did
474 not have a support contract, it was suggested to find replacement parts
475 using <a href="http://www.francecrans.com/">FrancEcrans</a>, but it
476 might present a language barrier as I do not understand French.</p>
477
478 <p>One tip I got was to use the
479 <a href="https://skinflint.co.uk/?cat=nb">Skinflint</a> web service to
480 compare laptop models. It seem to have more models available than
481 prisjakt.no. Another tip I got from someone I know have similar
482 keyboard preferences was that the HP EliteBook 840 keyboard is not
483 very good, and this matches my experience with earlier EliteBook
484 keyboards I tested. Because of this, I will not consider it any further.
485
486 <p>When I wrote my blog post, I was not aware of Thinkpad X250, the
487 newest Thinkpad X model. The keyboard reintroduces mouse buttons
488 (which is missing from the X240), and is working fairly well with
489 Debian Sid/Unstable according to
490 <a href="http://www.corsac.net/X250/">Corsac.net</a>. The reports I
491 got on the keyboard quality are not consistent. Some say the keyboard
492 is good, others say it is ok, while others say it is not very good.
493 Those with experience from X41 and and X60 agree that the X250
494 keyboard is not as good as those trusty old laptops, and suggest I
495 keep and fix my X230 instead of upgrading, or get a used X230 to
496 replace it. I'm also told that the X250 lack leds for caps lock, disk
497 activity and battery status, which is very convenient on my X230. I'm
498 also told that the CPU fan is running very often, making it a bit
499 noisy. In any case, the X250 do not work out of the box with Debian
500 Stable/Jessie, one of my requirements.</p>
501
502 <p>I have also gotten a few vendor proposals, one was
503 <a href="http://pro-star.com">Pro-Star</a>, another was
504 <a href="http://shop.gluglug.org.uk/product/libreboot-x200/">Libreboot</a>.
505 The latter look very attractive to me.</p>
506
507 <p>Again, thank you all for the very useful feedback. It help a lot
508 as I keep looking for a replacement.</p>
509
510 <p>Update 2015-07-06: I was recommended to check out the
511 <a href="">lapstore.de</a> web shop for used laptops. They got several
512 different
513 <a href="http://www.lapstore.de/f.php/shop/lapstore/f/411/lang/x/kw/Lenovo_ThinkPad_X_Serie/">old
514 thinkpad X models</a>, and provide one year warranty.</p>
515 </div>
516 <div class="tags">
517
518
519 Tags: <a href="http://people.skolelinux.org/pere/blog/tags/debian">debian</a>, <a href="http://people.skolelinux.org/pere/blog/tags/english">english</a>.
520
521
522 </div>
523 </div>
524 <div class="padding"></div>
525
526 <div class="entry">
527 <div class="title"><a href="http://people.skolelinux.org/pere/blog/Time_to_find_a_new_laptop__as_the_old_one_is_broken_after_only_two_years.html">Time to find a new laptop, as the old one is broken after only two years</a></div>
528 <div class="date"> 3rd July 2015</div>
529 <div class="body"><p>My primary work horse laptop is failing, and will need a
530 replacement soon. The left 5 cm of the screen on my Thinkpad X230
531 started flickering yesterday, and I suspect the cause is a broken
532 cable, as changing the angle of the screen some times get rid of the
533 flickering.</p>
534
535 <p>My requirements have not really changed since I bought it, and is
536 still as
537 <a href="http://people.skolelinux.org/pere/blog/Thank_you_Thinkpad_X41__for_your_long_and_trustworthy_service.html">I
538 described them in 2013</a>. The last time I bought a laptop, I had
539 good help from
540 <a href="http://www.prisjakt.no/category.php?k=353">prisjakt.no</a>
541 where I could select at least a few of the requirements (mouse pin,
542 wifi, weight) and go through the rest manually. Three button mouse
543 and a good keyboard is not available as an option, and all the three
544 laptop models proposed today (Thinkpad X240, HP EliteBook 820 G1 and
545 G2) lack three mouse buttons). It is also unclear to me how good the
546 keyboard on the HP EliteBooks are. I hope Lenovo have not messed up
547 the keyboard, even if the quality and robustness in the X series have
548 deteriorated since X41.</p>
549
550 <p>I wonder how I can find a sensible laptop when none of the options
551 seem sensible to me? Are there better services around to search the
552 set of available laptops for features? Please send me an email if you
553 have suggestions.</p>
554
555 <p>Update 2015-07-23: I got a suggestion to check out the FSF
556 <a href="http://www.fsf.org/resources/hw/endorsement/respects-your-freedom">list
557 of endorsed hardware</a>, which is useful background information.</p>
558 </div>
559 <div class="tags">
560
561
562 Tags: <a href="http://people.skolelinux.org/pere/blog/tags/debian">debian</a>, <a href="http://people.skolelinux.org/pere/blog/tags/english">english</a>.
563
564
565 </div>
566 </div>
567 <div class="padding"></div>
568
569 <div class="entry">
570 <div class="title"><a href="http://people.skolelinux.org/pere/blog/MakerCon_Nordic_videos_now_available_on_Frikanalen.html">MakerCon Nordic videos now available on Frikanalen</a></div>
571 <div class="date"> 2nd July 2015</div>
572 <div class="body"><p>Last oktober I was involved on behalf of
573 <a href="http://www.nuug.no/">NUUG</a> with recording the talks at
574 <a href="http://www.makercon.no/">MakerCon Nordic</a>, a conference for
575 the Maker movement. Since then it has been the plan to publish the
576 recordings on <a href="http://www.frikanalen.no/">Frikanalen</a>, which
577 finally happened the last few days. A few talks are missing because
578 the speakers asked the organizers to not publish them, but most of the
579 talks are available. The talks are being broadcasted on RiksTV
580 channel 50 and using multicast on Uninett, as well as being available
581 from the Frikanalen web site. The unedited recordings are
582 <a href="https://www.youtube.com/user/MakerConNordic/">available on
583 Youtube too</a>.</p>
584
585 <p>This is the list of talks available at the moment. Visit the
586 <a href="http://beta.frikanalen.no/video/?q=makercon">Frikanalen video
587 pages</a> to view them.</p>
588
589 <ul>
590
591 <li>Evolutionary algorithms as a design tool - from art
592 to robotics (Kyrre Glette)</li>
593
594 <li>Make and break (Hans Gerhard Meier)</li>
595
596 <li>Making a one year school course for young makers
597 (Olav Helland)</li>
598
599 <li>Innovation Inspiration - IPR Databases as a Source of
600 Inspiration (Hege Langlo)</li>
601
602 <li>Making a toy for makers (Erik Torstensson)</li>
603
604 <li>How to make 3D printer electronics (Elias Bakken)</li>
605
606 <li>Hovering Clouds: Looking at online tool offerings for Product
607 Design and 3D Printing (William Kempton)</li>
608
609 <li>Travelling maker stories (Øyvind Nydal Dahl)</li>
610
611 <li>Making the first Maker Faire in Sweden (Nils Olander)</li>
612
613 <li>Breaking the mold: Printing 1000’s of parts (Espen Sivertsen)</li>
614
615 <li>Ultimaker — and open source 3D printing (Erik de Bruijn)</li>
616
617 <li>Autodesk’s 3D Printing Platform: Sparking innovation (Hilde
618 Sevens)</li>
619
620 <li>How Making is Changing the World – and How You Can Too!
621 (Jennifer Turliuk)</li>
622
623 <li>Open-Source Adventuring: OpenROV, OpenExplorer and the Future of
624 Connected Exploration (David Lang)</li>
625
626 <li>Making in Norway (Haakon Karlsen Jr., Graham Hayward and Jens
627 Dyvik)</li>
628
629 <li>The Impact of the Maker Movement (Mike Senese)</li>
630
631 </ul>
632
633 <p>Part of the reason this took so long was that the scripts NUUG had
634 to prepare a recording for publication were five years old and no
635 longer worked with the current video processing tools (command line
636 argument changes). In addition, we needed better audio normalization,
637 which sent me on a detour to
638 <a href="http://people.skolelinux.org/pere/blog/Measuring_and_adjusting_the_loudness_of_a_TV_channel_using_bs1770gain.html">package
639 bs1770gain for Debian</a>. Now this is in place and it became a lot
640 easier to publish NUUG videos on Frikanalen.</p>
641 </div>
642 <div class="tags">
643
644
645 Tags: <a href="http://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="http://people.skolelinux.org/pere/blog/tags/frikanalen">frikanalen</a>, <a href="http://people.skolelinux.org/pere/blog/tags/multimedia">multimedia</a>, <a href="http://people.skolelinux.org/pere/blog/tags/video">video</a>.
646
647
648 </div>
649 </div>
650 <div class="padding"></div>
651
652 <div class="entry">
653 <div class="title"><a href="http://people.skolelinux.org/pere/blog/Hvem_f_rer_Medietilsynet_tilsyn_med_.html">Hvem fører Medietilsynet tilsyn med?</a></div>
654 <div class="date">28th June 2015</div>
655 <div class="body"><p>I en global verden med eierskap på tvers, trengs det informasjon om
656 hvem som har kontrollen i selskaper og bedrifter. Og for å få tilgang
657 til slik informasjon for alle som ønsker å analysere eierskap, holder
658 med ikke med nasjonale databaser over eierskap, det må globale
659 samledatabaser med åpne data til. Heldigvis finnes det en
660 internasjonal bevegelse for å gjøre selskapsinformasjon for alle land
661 offentlig tilgjengelig. En slik database heter
662 <a href="http://opencorporates.com">OpenCorporates</a>, der
663 informasjonen er gratis tilgjengelig med en "del på samme
664 vilkår"-lisens. De samler inn selskapsinformasjon, eierskap,
665 konsesjonstildelinger og lignende. De manglet ganske mye for Norge,
666 da bruksvilkårene til Norsk offentlig informasjon i stor grad
667 blokkerer OpenCorporates fra å samle den inn.</p>
668
669 <p>Men jeg er jo involvert i
670 <a href="http://www.frikanalen.no/">Frikanalen</a>, som har
671 TV-konsesjon, og tenkte det kunne være fint om informasjon om alle
672 mediakonsesjoner var tilgjengelig i OpenCorporates, så jeg sendte
673 avgårde følgende spørsmål til Medietilsynet 2015-06-22:</p>
674
675 <blockquote>
676 <p>Hei. Finnes det en oversikt over enhetene som Mediatilsynet fører
677 tilsyn med som åpne data? Jeg lette etter den på
678 &lt;URL:<a href="http://data.norge.no/">http://data.norge.no/</a>&gt; og
679 &lt;URL:<a href="http://hotell.difi.no/">http://hotell.difi.no/</a>&gt; uten å
680 finne noe der, og fant heller ikke noe under
681 &lt;URL:<a href="http://www.medietilsynet.no/">http://www.medietilsynet.no/</a>&gt;.</p>
682
683 <p>Jeg tenker på alle som har fått kringkastingskonsesjon og alle som
684 er omtalt under
685 &lt;URL:<a href="http://www.medietilsynet.no/mediebildet/">http://www.medietilsynet.no/mediebildet/</a>&gt;.</p>
686
687 <p>Jeg skulle gjerne hatt dette maskinlesbart, og inkludert
688 organisasjonsnummer og hva slags forhold mediatilsynet har til
689 organisasjonene. Tanken er å importere det i
690 &lt;URL:<a href="https://opencorporates.com/">https://opencorporates.com/</a>&gt; for analyse, så det bør ikke ha
691 bruksbegresninger som gjør dette umulig.</p>
692 </blockquote>
693
694 <p>To dager senere fikk jeg svar, med de datasettene de hadde
695 tilgjengelig. Svaret fra Hanne Sekkelsten hos Medietilsynet var
696 informativt og imøtekommende.</p>
697
698 <blockquote>
699 <p>Vi viser til din e-post av 22. juni, der du ber om å få tilsendt oversikter
700 over aktører Medietilsynet fører tilsyn med.</p>
701
702 <p>Medietilsynet fører tilsyn med kringkastere og audiovisuelle
703 bestillingstjenester som omfattes av kringkastingsloven, og med
704 eierskap i aviser, fjernsyn radio og elektroniske medier etter
705 medieeierskapsloven. I tillegg vil Medietilsynet etter at
706 beskyttelsesloven trer i kraft fra 1. juli ha tilsyn med en rekke nye
707 aktører. Nærmere informasjon om den nye loven finnes på Medietilsynets
708 nettsted, her:
709 <a href="http://www.medietilsynet.no/mediebransjen/bildeprogramloven/">http://www.medietilsynet.no/mediebransjen/bildeprogramloven/</a>
710 . Vi har ikke utarbeidet oversikter over alle aktørene, men vi sender
711 deg her de listene vi har utarbeidet, hentet fra våre databaser. Vi
712 har dessverre ikke ferdige rapporter som inneholder
713 organisasjonsnummer. Dersom du ønsker flere opplysninger ber vi om at
714 du tar kontakt med oss slik at vi kan finne ut av hvilke opplysninger
715 du trenger, og hvilke vi kan fremskaffe.</p>
716
717 <p>Vedlagt følger:
718
719 <ul>
720
721 <li>Konsesjoner - lokalradio FM pr. 31.12.2014 [<a href="http://people.skolelinux.org/pere/blog/images/2015-06-28-medietilsynsdata/Konsesjoner_lokalradio_fm_felles_31.12.2014.pdf">PDF (original)</a>]</li>
722
723 <li>Konsesjoner - lokalfjernsyn i det digitale bakkenettet for fjernsyn, pr. mars 2015 [<a href="http://people.skolelinux.org/pere/blog/images/2015-06-28-medietilsynsdata/Lokalfjernsyn_DTT_konsesjoner_mars_2015.docx">DOCX (original)</a>,
724 <a href="http://people.skolelinux.org/pere/blog/images/2015-06-28-medietilsynsdata/Lokalfjernsyn_DTT_konsesjoner_mars_2015.pdf">PDF</a>]</li>
725
726 <li>Konsesjoner - DAB-radio, status mars 2015 [<a href="http://people.skolelinux.org/pere/blog/images/2015-06-28-medietilsynsdata/Konsesjonaernummer_DAB.xps">XPS (original)</a>,
727 <a href="http://people.skolelinux.org/pere/blog/images/2015-06-28-medietilsynsdata/Konsesjonaernummer_DAB.pdf">PDF</a>]</li>
728
729 <li>Registreringspliktige kringkastere - status mars 2015: [<a href="http://people.skolelinux.org/pere/blog/images/2015-06-28-medietilsynsdata/Registreringspliktige_kringkastere_register_-_aktive.xps">XPS (original)</a>, <a href="http://people.skolelinux.org/pere/blog/images/2015-06-28-medietilsynsdata/Registreringspliktige_kringkastere_register_-_aktive.pdf">PDF</a>]
730
731 <ul>
732 <li>Kabelsendt fjernsyn
733 <li>Satellittsendt fjernsyn
734 <li>Nett-tv
735 <li>Kabelsendt radio
736 <li>Satellittsendt radio
737 <li>Nett-radio
738 </ul></li>
739 </ul>
740
741 <p>Vi må ta forbehold om at det kan være enkelte feil i oversiktene
742 siden disse ikke er oppdaterte pr. dags dato. Vi vil foreta nye
743 oppdateringer i august.</p>
744
745 <p>Med hilsen</p>
746
747 <p>Hanne Nistad Sekkelsten
748 <br>Seniorrådgiver | Senior Legal Adviser
749 <br>Medietilsynet | Norwegian Media Authority
750 <br>A: Nygata 4, NO-1607 Fredrikstad
751 <br>T: [telefonnummer fjernet]
752 <br>E: [adresse fjernet] | W: www.medietilsynet.no
753 </p>
754 </blockquote>
755
756 <p>Desverre er formatene for ustrukturerte til maskinell behandling og
757 mangler endel informasjon, men det er gode oversikter over hvem
758 Medietilsynet fører tilsyn med. Filene er på formatene PDF, XPS
759 (XML-basert PDF-lignende format fra Microsoft) og DOCX, så det vil
760 være en stor jobb å strukturere informasjonen på en måte som kan
761 importeres i OpenCorporates. Svaret er ikke i tråd med
762 <a href="http://lovdata.no/dokument/SF/forskrift/2013-04-05-959">Forskrift
763 om IT-standarder i offentlig forvaltning</a> som sier epostvedlegg
764 skal sendes som PDF, så jeg har gjorde PDF-utgaver av XPS og
765 DOCX-utgavene tilgjengelig for å gjøre det enklere for alle å se
766 innholdet.</p>
767 </div>
768 <div class="tags">
769
770
771 Tags: <a href="http://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="http://people.skolelinux.org/pere/blog/tags/offentlig innsyn">offentlig innsyn</a>.
772
773
774 </div>
775 </div>
776 <div class="padding"></div>
777
778 <div class="entry">
779 <div class="title"><a href="http://people.skolelinux.org/pere/blog/Graphing_the_Norwegian_company_ownership_structure.html">Graphing the Norwegian company ownership structure</a></div>
780 <div class="date">15th June 2015</div>
781 <div class="body"><p>It is a bit work to figure out the ownership structure of companies
782 in Norway. The information is publicly available, but one need to
783 recursively look up ownership for all owners to figure out the complete
784 ownership graph of a given set of companies. To save me the work in
785 the future, I wrote a script to do this automatically, outputting the
786 ownership structure using the Graphviz/dotty format. The data source
787 is web scraping from <a href="http://www.proff.no/">Proff</a>, because
788 I failed to find a useful source directly from the official keepers of
789 the ownership data, <a href="http://www.brreg.no/">Brønnøysundsregistrene</a>.</p>
790
791 <p>To get an ownership graph for a set of companies, fetch
792 <a href="https://github.com/petterreinholdtsen/brreg-norway-ownership-graph">the code from git</a> and run it using the organisation number. I'm
793 using the Norwegian newspaper Dagbladet as an example here, as its
794 ownership structure is very simple:</p>
795
796 <pre>
797 % time ./bin/eierskap-dotty 958033540 > dagbladet.dot
798
799 real 0m2.841s
800 user 0m0.184s
801 sys 0m0.036s
802 %
803 </pre>
804
805 <p>The script accept several organisation numbers on the command line,
806 allowing a cluster of companies to be graphed in the same image. The
807 resulting dot file for the example above look like this. The edges
808 are labeled with the ownership percentage, and the nodes uses the
809 organisation number as their name and the name as the label:</p>
810
811 <pre>
812 digraph ownership {
813 rankdir = LR;
814 "Aller Holding A/s" -> "910119877" [label="100%"]
815 "910119877" -> "998689015" [label="100%"]
816 "998689015" -> "958033540" [label="99%"]
817 "974530600" -> "958033540" [label="1%"]
818 "958033540" [label="AS DAGBLADET"]
819 "998689015" [label="Berner Media Holding AS"]
820 "974530600" [label="Dagbladets Stiftelse"]
821 "910119877" [label="Aller Media AS"]
822 }
823 </pre>
824
825 <p>To view the ownership graph, run "<tt>dotty dagbladet.dot</tt>" or
826 convert it to a PNG using "<tt>dot -T png dagbladet.dot >
827 dagbladet.png</tt>". The result can be seen below:</p>
828
829 <img src="http://people.skolelinux.org/pere/blog/images/2015-06-15-ownership-graphs-norway-dagbladet.png" width="80%">
830
831 <p>Note that I suspect the "Aller Holding A/S" entry to be incorrect
832 data in the official ownership register, as that name is not
833 registered in the official company register for Norway. The ownership
834 register is sensitive to typos and there seem to be no strict checking
835 of the ownership links.</p>
836
837 <p>Let me know if you improve the script or find better data sources.
838 The code is licensed according to GPL 2 or newer.</p>
839
840 <p>Update 2015-06-15: Since the initial post I've been told that
841 "<a href="http://www.proff.dk/firma/carl-allers-etablissement-aktieselskab/københavn-v/hovedkontorer/13624518-3/">Aller
842 Holding A/S</a>" is a Danish company, which explain why it did not
843 have a Norwegian organisation number. I've also been told that there
844 is a <a href="http://www.brreg.no/automatiske/webservices/">web
845 services API available</a> from Brønnøysundsregistrene, for those
846 willing to accept the terms or pay the price.</p>
847 </div>
848 <div class="tags">
849
850
851 Tags: <a href="http://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="http://people.skolelinux.org/pere/blog/tags/offentlig innsyn">offentlig innsyn</a>.
852
853
854 </div>
855 </div>
856 <div class="padding"></div>
857
858 <div class="entry">
859 <div class="title"><a href="http://people.skolelinux.org/pere/blog/Measuring_and_adjusting_the_loudness_of_a_TV_channel_using_bs1770gain.html">Measuring and adjusting the loudness of a TV channel using bs1770gain</a></div>
860 <div class="date">11th June 2015</div>
861 <div class="body"><p>Television loudness is the source of frustration for viewers
862 everywhere. Some channels are very load, others are less loud, and
863 ads tend to shout very high to get the attention of the viewers, and
864 the viewers do not like this. This fact is well known to the TV
865 channels. See for example the BBC white paper
866 "<a href="http://downloads.bbc.co.uk/rd/pubs/whp/whp-pdf-files/WHP202.pdf">Terminology
867 for loudness and level dBTP, LU, and all that</a>" from 2011 for a
868 summary of the problem domain. To better address the need for even
869 loadness, the TV channels got together several years ago to agree on a
870 new way to measure loudness in digital files as one step in
871 standardizing loudness. From this came the ITU-R standard BS.1770,
872 "<a href="http://www.itu.int/rec/R-REC-BS.1770/en">Algorithms to
873 measure audio programme loudness and true-peak audio level</a>".</p>
874
875 <p>The ITU-R BS.1770 specification describe an algorithm to measure
876 loadness in LUFS (Loudness Units, referenced to Full Scale). But
877 having a way to measure is not enough. To get the same loudness
878 across TV channels, one also need to decide which value to standardize
879 on. For European TV channels, this was done in the EBU Recommondaton
880 R128, "<a href="https://tech.ebu.ch/docs/r/r128.pdf">Loudness
881 normalisation and permitted maximum level of audio signals</a>", which
882 specifies a recommended level of -23 LUFS. In Norway, I have been
883 told that NRK, TV2, MTG and SBS have decided among themselves to
884 follow the R128 recommondation for playout from 2016-03-01.</p>
885
886 <p>There are free software available to measure and adjust the loudness
887 level using the LUFS. In Debian, I am aware of a library named
888 <a href="https://tracker.debian.org/pkg/libebur128">libebur128</a>
889 able to measure the loudness and since yesterday morning a new binary
890 named <a href="http://bs1770gain.sourceforge.net">bs1770gain</a>
891 capable of both measuring and adjusting was uploaded and is waiting
892 for NEW processing. I plan to maintain the latter in Debian under the
893 <a href="https://qa.debian.org/developer.php?email=pkg-multimedia-maintainers%40lists.alioth.debian.org">Debian
894 multimedia</a> umbrella.</p>
895
896 <p>The free software based TV channel I am involved in,
897 <a href="http://www.frikanalen.no/">Frikanalen</a>, plan to follow the
898 R128 recommondation ourself as soon as we can adjust the software to
899 do so, and the bs1770gain tool seem like a good fit for that part of
900 the puzzle to measure loudness on new video uploaded to Frikanalen.
901 Personally, I plan to use bs1770gain to adjust the loudness of videos
902 I upload to Frikanalen on behalf of <a href="http://www.nuug.no/">the
903 NUUG member organisation</a>. The program seem to be able to measure
904 the LUFS value of any media file handled by ffmpeg, but I've only
905 successfully adjusted the LUFS value of WAV files. I suspect it
906 should be able to adjust it for all the formats handled by ffmpeg.</p>
907 </div>
908 <div class="tags">
909
910
911 Tags: <a href="http://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="http://people.skolelinux.org/pere/blog/tags/frikanalen">frikanalen</a>, <a href="http://people.skolelinux.org/pere/blog/tags/multimedia">multimedia</a>, <a href="http://people.skolelinux.org/pere/blog/tags/video">video</a>.
912
913
914 </div>
915 </div>
916 <div class="padding"></div>
917
918 <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>
919 <div id="sidebar">
920
921
922
923 <h2>Archive</h2>
924 <ul>
925
926 <li>2015
927 <ul>
928
929 <li><a href="http://people.skolelinux.org/pere/blog/archive/2015/01/">January (7)</a></li>
930
931 <li><a href="http://people.skolelinux.org/pere/blog/archive/2015/02/">February (6)</a></li>
932
933 <li><a href="http://people.skolelinux.org/pere/blog/archive/2015/03/">March (1)</a></li>
934
935 <li><a href="http://people.skolelinux.org/pere/blog/archive/2015/04/">April (4)</a></li>
936
937 <li><a href="http://people.skolelinux.org/pere/blog/archive/2015/05/">May (3)</a></li>
938
939 <li><a href="http://people.skolelinux.org/pere/blog/archive/2015/06/">June (4)</a></li>
940
941 <li><a href="http://people.skolelinux.org/pere/blog/archive/2015/07/">July (6)</a></li>
942
943 <li><a href="http://people.skolelinux.org/pere/blog/archive/2015/08/">August (1)</a></li>
944
945 </ul></li>
946
947 <li>2014
948 <ul>
949
950 <li><a href="http://people.skolelinux.org/pere/blog/archive/2014/01/">January (2)</a></li>
951
952 <li><a href="http://people.skolelinux.org/pere/blog/archive/2014/02/">February (3)</a></li>
953
954 <li><a href="http://people.skolelinux.org/pere/blog/archive/2014/03/">March (8)</a></li>
955
956 <li><a href="http://people.skolelinux.org/pere/blog/archive/2014/04/">April (7)</a></li>
957
958 <li><a href="http://people.skolelinux.org/pere/blog/archive/2014/05/">May (1)</a></li>
959
960 <li><a href="http://people.skolelinux.org/pere/blog/archive/2014/06/">June (2)</a></li>
961
962 <li><a href="http://people.skolelinux.org/pere/blog/archive/2014/07/">July (2)</a></li>
963
964 <li><a href="http://people.skolelinux.org/pere/blog/archive/2014/08/">August (2)</a></li>
965
966 <li><a href="http://people.skolelinux.org/pere/blog/archive/2014/09/">September (5)</a></li>
967
968 <li><a href="http://people.skolelinux.org/pere/blog/archive/2014/10/">October (6)</a></li>
969
970 <li><a href="http://people.skolelinux.org/pere/blog/archive/2014/11/">November (3)</a></li>
971
972 <li><a href="http://people.skolelinux.org/pere/blog/archive/2014/12/">December (5)</a></li>
973
974 </ul></li>
975
976 <li>2013
977 <ul>
978
979 <li><a href="http://people.skolelinux.org/pere/blog/archive/2013/01/">January (11)</a></li>
980
981 <li><a href="http://people.skolelinux.org/pere/blog/archive/2013/02/">February (9)</a></li>
982
983 <li><a href="http://people.skolelinux.org/pere/blog/archive/2013/03/">March (9)</a></li>
984
985 <li><a href="http://people.skolelinux.org/pere/blog/archive/2013/04/">April (6)</a></li>
986
987 <li><a href="http://people.skolelinux.org/pere/blog/archive/2013/05/">May (9)</a></li>
988
989 <li><a href="http://people.skolelinux.org/pere/blog/archive/2013/06/">June (10)</a></li>
990
991 <li><a href="http://people.skolelinux.org/pere/blog/archive/2013/07/">July (7)</a></li>
992
993 <li><a href="http://people.skolelinux.org/pere/blog/archive/2013/08/">August (3)</a></li>
994
995 <li><a href="http://people.skolelinux.org/pere/blog/archive/2013/09/">September (5)</a></li>
996
997 <li><a href="http://people.skolelinux.org/pere/blog/archive/2013/10/">October (7)</a></li>
998
999 <li><a href="http://people.skolelinux.org/pere/blog/archive/2013/11/">November (9)</a></li>
1000
1001 <li><a href="http://people.skolelinux.org/pere/blog/archive/2013/12/">December (3)</a></li>
1002
1003 </ul></li>
1004
1005 <li>2012
1006 <ul>
1007
1008 <li><a href="http://people.skolelinux.org/pere/blog/archive/2012/01/">January (7)</a></li>
1009
1010 <li><a href="http://people.skolelinux.org/pere/blog/archive/2012/02/">February (10)</a></li>
1011
1012 <li><a href="http://people.skolelinux.org/pere/blog/archive/2012/03/">March (17)</a></li>
1013
1014 <li><a href="http://people.skolelinux.org/pere/blog/archive/2012/04/">April (12)</a></li>
1015
1016 <li><a href="http://people.skolelinux.org/pere/blog/archive/2012/05/">May (12)</a></li>
1017
1018 <li><a href="http://people.skolelinux.org/pere/blog/archive/2012/06/">June (20)</a></li>
1019
1020 <li><a href="http://people.skolelinux.org/pere/blog/archive/2012/07/">July (17)</a></li>
1021
1022 <li><a href="http://people.skolelinux.org/pere/blog/archive/2012/08/">August (6)</a></li>
1023
1024 <li><a href="http://people.skolelinux.org/pere/blog/archive/2012/09/">September (9)</a></li>
1025
1026 <li><a href="http://people.skolelinux.org/pere/blog/archive/2012/10/">October (17)</a></li>
1027
1028 <li><a href="http://people.skolelinux.org/pere/blog/archive/2012/11/">November (10)</a></li>
1029
1030 <li><a href="http://people.skolelinux.org/pere/blog/archive/2012/12/">December (7)</a></li>
1031
1032 </ul></li>
1033
1034 <li>2011
1035 <ul>
1036
1037 <li><a href="http://people.skolelinux.org/pere/blog/archive/2011/01/">January (16)</a></li>
1038
1039 <li><a href="http://people.skolelinux.org/pere/blog/archive/2011/02/">February (6)</a></li>
1040
1041 <li><a href="http://people.skolelinux.org/pere/blog/archive/2011/03/">March (6)</a></li>
1042
1043 <li><a href="http://people.skolelinux.org/pere/blog/archive/2011/04/">April (7)</a></li>
1044
1045 <li><a href="http://people.skolelinux.org/pere/blog/archive/2011/05/">May (3)</a></li>
1046
1047 <li><a href="http://people.skolelinux.org/pere/blog/archive/2011/06/">June (2)</a></li>
1048
1049 <li><a href="http://people.skolelinux.org/pere/blog/archive/2011/07/">July (7)</a></li>
1050
1051 <li><a href="http://people.skolelinux.org/pere/blog/archive/2011/08/">August (6)</a></li>
1052
1053 <li><a href="http://people.skolelinux.org/pere/blog/archive/2011/09/">September (4)</a></li>
1054
1055 <li><a href="http://people.skolelinux.org/pere/blog/archive/2011/10/">October (2)</a></li>
1056
1057 <li><a href="http://people.skolelinux.org/pere/blog/archive/2011/11/">November (3)</a></li>
1058
1059 <li><a href="http://people.skolelinux.org/pere/blog/archive/2011/12/">December (1)</a></li>
1060
1061 </ul></li>
1062
1063 <li>2010
1064 <ul>
1065
1066 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/01/">January (2)</a></li>
1067
1068 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/02/">February (1)</a></li>
1069
1070 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/03/">March (3)</a></li>
1071
1072 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/04/">April (3)</a></li>
1073
1074 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/05/">May (9)</a></li>
1075
1076 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/06/">June (14)</a></li>
1077
1078 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/07/">July (12)</a></li>
1079
1080 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/08/">August (13)</a></li>
1081
1082 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/09/">September (7)</a></li>
1083
1084 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/10/">October (9)</a></li>
1085
1086 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/11/">November (13)</a></li>
1087
1088 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/12/">December (12)</a></li>
1089
1090 </ul></li>
1091
1092 <li>2009
1093 <ul>
1094
1095 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/01/">January (8)</a></li>
1096
1097 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/02/">February (8)</a></li>
1098
1099 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/03/">March (12)</a></li>
1100
1101 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/04/">April (10)</a></li>
1102
1103 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/05/">May (9)</a></li>
1104
1105 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/06/">June (3)</a></li>
1106
1107 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/07/">July (4)</a></li>
1108
1109 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/08/">August (3)</a></li>
1110
1111 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/09/">September (1)</a></li>
1112
1113 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/10/">October (2)</a></li>
1114
1115 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/11/">November (3)</a></li>
1116
1117 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/12/">December (3)</a></li>
1118
1119 </ul></li>
1120
1121 <li>2008
1122 <ul>
1123
1124 <li><a href="http://people.skolelinux.org/pere/blog/archive/2008/11/">November (5)</a></li>
1125
1126 <li><a href="http://people.skolelinux.org/pere/blog/archive/2008/12/">December (7)</a></li>
1127
1128 </ul></li>
1129
1130 </ul>
1131
1132
1133
1134 <h2>Tags</h2>
1135 <ul>
1136
1137 <li><a href="http://people.skolelinux.org/pere/blog/tags/3d-printer">3d-printer (13)</a></li>
1138
1139 <li><a href="http://people.skolelinux.org/pere/blog/tags/amiga">amiga (1)</a></li>
1140
1141 <li><a href="http://people.skolelinux.org/pere/blog/tags/aros">aros (1)</a></li>
1142
1143 <li><a href="http://people.skolelinux.org/pere/blog/tags/bankid">bankid (4)</a></li>
1144
1145 <li><a href="http://people.skolelinux.org/pere/blog/tags/bitcoin">bitcoin (8)</a></li>
1146
1147 <li><a href="http://people.skolelinux.org/pere/blog/tags/bootsystem">bootsystem (15)</a></li>
1148
1149 <li><a href="http://people.skolelinux.org/pere/blog/tags/bsa">bsa (2)</a></li>
1150
1151 <li><a href="http://people.skolelinux.org/pere/blog/tags/chrpath">chrpath (2)</a></li>
1152
1153 <li><a href="http://people.skolelinux.org/pere/blog/tags/debian">debian (111)</a></li>
1154
1155 <li><a href="http://people.skolelinux.org/pere/blog/tags/debian edu">debian edu (153)</a></li>
1156
1157 <li><a href="http://people.skolelinux.org/pere/blog/tags/digistan">digistan (10)</a></li>
1158
1159 <li><a href="http://people.skolelinux.org/pere/blog/tags/dld">dld (15)</a></li>
1160
1161 <li><a href="http://people.skolelinux.org/pere/blog/tags/docbook">docbook (15)</a></li>
1162
1163 <li><a href="http://people.skolelinux.org/pere/blog/tags/drivstoffpriser">drivstoffpriser (4)</a></li>
1164
1165 <li><a href="http://people.skolelinux.org/pere/blog/tags/english">english (285)</a></li>
1166
1167 <li><a href="http://people.skolelinux.org/pere/blog/tags/fiksgatami">fiksgatami (23)</a></li>
1168
1169 <li><a href="http://people.skolelinux.org/pere/blog/tags/fildeling">fildeling (12)</a></li>
1170
1171 <li><a href="http://people.skolelinux.org/pere/blog/tags/freeculture">freeculture (17)</a></li>
1172
1173 <li><a href="http://people.skolelinux.org/pere/blog/tags/freedombox">freedombox (9)</a></li>
1174
1175 <li><a href="http://people.skolelinux.org/pere/blog/tags/frikanalen">frikanalen (16)</a></li>
1176
1177 <li><a href="http://people.skolelinux.org/pere/blog/tags/h264">h264 (20)</a></li>
1178
1179 <li><a href="http://people.skolelinux.org/pere/blog/tags/intervju">intervju (42)</a></li>
1180
1181 <li><a href="http://people.skolelinux.org/pere/blog/tags/isenkram">isenkram (10)</a></li>
1182
1183 <li><a href="http://people.skolelinux.org/pere/blog/tags/kart">kart (19)</a></li>
1184
1185 <li><a href="http://people.skolelinux.org/pere/blog/tags/ldap">ldap (9)</a></li>
1186
1187 <li><a href="http://people.skolelinux.org/pere/blog/tags/lenker">lenker (8)</a></li>
1188
1189 <li><a href="http://people.skolelinux.org/pere/blog/tags/lsdvd">lsdvd (2)</a></li>
1190
1191 <li><a href="http://people.skolelinux.org/pere/blog/tags/ltsp">ltsp (1)</a></li>
1192
1193 <li><a href="http://people.skolelinux.org/pere/blog/tags/mesh network">mesh network (8)</a></li>
1194
1195 <li><a href="http://people.skolelinux.org/pere/blog/tags/multimedia">multimedia (36)</a></li>
1196
1197 <li><a href="http://people.skolelinux.org/pere/blog/tags/norsk">norsk (264)</a></li>
1198
1199 <li><a href="http://people.skolelinux.org/pere/blog/tags/nuug">nuug (177)</a></li>
1200
1201 <li><a href="http://people.skolelinux.org/pere/blog/tags/offentlig innsyn">offentlig innsyn (19)</a></li>
1202
1203 <li><a href="http://people.skolelinux.org/pere/blog/tags/open311">open311 (2)</a></li>
1204
1205 <li><a href="http://people.skolelinux.org/pere/blog/tags/opphavsrett">opphavsrett (53)</a></li>
1206
1207 <li><a href="http://people.skolelinux.org/pere/blog/tags/personvern">personvern (86)</a></li>
1208
1209 <li><a href="http://people.skolelinux.org/pere/blog/tags/raid">raid (1)</a></li>
1210
1211 <li><a href="http://people.skolelinux.org/pere/blog/tags/reactos">reactos (1)</a></li>
1212
1213 <li><a href="http://people.skolelinux.org/pere/blog/tags/reprap">reprap (11)</a></li>
1214
1215 <li><a href="http://people.skolelinux.org/pere/blog/tags/rfid">rfid (3)</a></li>
1216
1217 <li><a href="http://people.skolelinux.org/pere/blog/tags/robot">robot (9)</a></li>
1218
1219 <li><a href="http://people.skolelinux.org/pere/blog/tags/rss">rss (1)</a></li>
1220
1221 <li><a href="http://people.skolelinux.org/pere/blog/tags/ruter">ruter (4)</a></li>
1222
1223 <li><a href="http://people.skolelinux.org/pere/blog/tags/scraperwiki">scraperwiki (2)</a></li>
1224
1225 <li><a href="http://people.skolelinux.org/pere/blog/tags/sikkerhet">sikkerhet (41)</a></li>
1226
1227 <li><a href="http://people.skolelinux.org/pere/blog/tags/sitesummary">sitesummary (4)</a></li>
1228
1229 <li><a href="http://people.skolelinux.org/pere/blog/tags/skepsis">skepsis (4)</a></li>
1230
1231 <li><a href="http://people.skolelinux.org/pere/blog/tags/standard">standard (48)</a></li>
1232
1233 <li><a href="http://people.skolelinux.org/pere/blog/tags/stavekontroll">stavekontroll (3)</a></li>
1234
1235 <li><a href="http://people.skolelinux.org/pere/blog/tags/stortinget">stortinget (9)</a></li>
1236
1237 <li><a href="http://people.skolelinux.org/pere/blog/tags/surveillance">surveillance (33)</a></li>
1238
1239 <li><a href="http://people.skolelinux.org/pere/blog/tags/sysadmin">sysadmin (2)</a></li>
1240
1241 <li><a href="http://people.skolelinux.org/pere/blog/tags/usenix">usenix (2)</a></li>
1242
1243 <li><a href="http://people.skolelinux.org/pere/blog/tags/valg">valg (8)</a></li>
1244
1245 <li><a href="http://people.skolelinux.org/pere/blog/tags/video">video (54)</a></li>
1246
1247 <li><a href="http://people.skolelinux.org/pere/blog/tags/vitenskap">vitenskap (4)</a></li>
1248
1249 <li><a href="http://people.skolelinux.org/pere/blog/tags/web">web (37)</a></li>
1250
1251 </ul>
1252
1253
1254 </div>
1255 <p style="text-align: right">
1256 Created by <a href="http://steve.org.uk/Software/chronicle">Chronicle v4.6</a>
1257 </p>
1258
1259 </body>
1260 </html>