]> pere.pagekite.me Git - homepage.git/blob - blog/tags/standard/standard.rss
dc0b2b2012cb22be99dcd023f4c1bf2c4680da8f
[homepage.git] / blog / tags / standard / standard.rss
1 <?xml version="1.0" encoding="utf-8"?>
2 <rss version='2.0' xmlns:lj='http://www.livejournal.org/rss/lj/1.0/'>
3 <channel>
4 <title>Petter Reinholdtsen - Entries tagged standard</title>
5 <description>Entries tagged standard</description>
6 <link>http://people.skolelinux.org/pere/blog/</link>
7
8
9 <item>
10 <title>&quot;Electronic&quot; paper invoices - using vCard in a QR code</title>
11 <link>http://people.skolelinux.org/pere/blog/_Electronic__paper_invoices___using_vCard_in_a_QR_code.html</link>
12 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/_Electronic__paper_invoices___using_vCard_in_a_QR_code.html</guid>
13 <pubDate>Tue, 12 Feb 2013 10:30:00 +0100</pubDate>
14 <description>&lt;p&gt;Here in Norway, electronic invoices are spreading, and the
15 &lt;a href=&quot;http://www.anskaffelser.no/e-handel/faktura&quot;&gt;solution promoted
16 by the Norwegian government&lt;/a&gt; require that invoices are sent through
17 one of the approved facilitators, and it is not possible to send
18 electronic invoices without an agreement with one of these
19 facilitators. This seem like a needless limitation to be able to
20 transfer invoice information between buyers and sellers. My preferred
21 solution would be to just transfer the invoice information directly
22 between seller and buyer, for example using SMTP, or some HTTP based
23 protocol like REST or SOAP. But this might also be overkill, as the
24 &quot;electronic&quot; information can be transferred using paper invoices too,
25 using a simple bar code. My bar code encoding of choice would be QR
26 codes, as this encoding can be read by any smart phone out there. The
27 content of the code could be anything, but I would go with
28 &lt;a href=&quot;http://en.wikipedia.org/wiki/VCard&quot;&gt;the vCard format&lt;/a&gt;, as
29 it too is supported by a lot of computer equipment these days.&lt;/p&gt;
30
31 &lt;p&gt;The vCard format support extentions, and the invoice specific
32 information can be included using such extentions. For example an
33 invoice from SLX Debian Labs (picked because we
34 &lt;a href=&quot;http://www.linuxiskolen.no/slxdebianlabs/donations.html&quot;&gt;ask
35 for donations to the Debian Edu project&lt;/a&gt; and thus have bank account
36 information publicly available) for NOK 1000.00 could have these extra
37 fields:&lt;/p&gt;
38
39 &lt;p&gt;&lt;pre&gt;
40 X-INVOICE-NUMBER:1
41 X-INVOICE-AMOUNT:NOK1000.00
42 X-INVOICE-KID:123412341234
43 X-INVOICE-MSG:Donation to Debian Edu
44 X-BANK-ACCOUNT-NUMBER:16040884339
45 X-BANK-IBAN-NUMBER:NO8516040884339
46 X-BANK-SWIFT-NUMBER:DNBANOKKXXX
47 &lt;/pre&gt;&lt;/p&gt;
48
49 &lt;p&gt;The X-BANK-ACCOUNT-NUMBER field was proposed in a stackoverflow
50 answer regarding
51 &lt;a href=&quot;http://stackoverflow.com/questions/10045664/storing-bank-account-in-vcard-file&quot;&gt;how
52 to put bank account information into a vCard&lt;/a&gt;. For payments in
53 Norway, either X-INVOICE-KID (payment ID) or X-INVOICE-MSG could be
54 used to pass on information to the seller when paying the invoice.&lt;/p&gt;
55
56 &lt;p&gt;The complete vCard could look like this:&lt;/p&gt;
57
58 &lt;p&gt;&lt;pre&gt;
59 BEGIN:VCARD
60 VERSION:2.1
61 ORG:SLX Debian Labs Foundation
62 ADR;WORK:;;Gunnar Schjelderups vei 29D;OSLO;;0485;Norway
63 URL;WORK:http://www.linuxiskolen.no/slxdebianlabs/
64 EMAIL;PREF;INTERNET:sdl-styret@rt.nuug.no
65 REV:20130212T095000Z
66 X-INVOICE-NUMBER:1
67 X-INVOICE-AMOUNT:NOK1000.00
68 X-INVOICE-MSG:Donation to Debian Edu
69 X-BANK-ACCOUNT-NUMBER:16040884339
70 X-BANK-IBAN-NUMBER:NO8516040884339
71 X-BANK-SWIFT-NUMBER:DNBANOKKXXX
72 END:VCARD
73 &lt;/pre&gt;&lt;/p&gt;
74
75 &lt;p&gt;The resulting QR code created using
76 &lt;a href=&quot;http://fukuchi.org/works/qrencode/&quot;&gt;qrencode&lt;/a&gt; would look
77 like this, and should be readable (and thus checkable) by any smart
78 phone, or for example the &lt;a href=&quot;http://zbar.sourceforge.net/&quot;&gt;zbar
79 bar code reader&lt;/a&gt; and feed right into the approval and accounting
80 system.&lt;/p&gt;
81
82 &lt;p&gt;&lt;img src=&quot;http://people.skolelinux.org/pere/blog/images/2013-02-12-qr-invoice.png&quot;&gt;&lt;/p&gt;
83
84 &lt;p&gt;The extension fields will most likely not show up in any normal
85 vCard reader, so those parts would have to go directly into a system
86 handling invoices. I am a bit unsure how vCards without name parts
87 are handled, but a simple test indicate that this work just fine.&lt;/p&gt;
88
89 &lt;p&gt;&lt;strong&gt;Update 2013-02-12 11:30&lt;/strong&gt;: Added KID to the proposal
90 based on feedback from Sturle Sunde.&lt;/p&gt;
91 </description>
92 </item>
93
94 <item>
95 <title>12 years of outages - summarised by Stuart Kendrick</title>
96 <link>http://people.skolelinux.org/pere/blog/12_years_of_outages___summarised_by_Stuart_Kendrick.html</link>
97 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/12_years_of_outages___summarised_by_Stuart_Kendrick.html</guid>
98 <pubDate>Fri, 26 Oct 2012 14:20:00 +0200</pubDate>
99 <description>&lt;p&gt;I work at the &lt;a href=&quot;http://www.uio.no/&quot;&gt;University of Oslo&lt;/a&gt;
100 looking after the computers, mostly on the unix side, but in general
101 all over the place. I am also a member (and currently leader) of
102 &lt;a href=&quot;http://www.nuug.no/&quot;&gt;the NUUG association&lt;/a&gt;, which in turn
103 make me a member of &lt;a href=&quot;http://www.usenix.org/&quot;&gt;USENIX&lt;/a&gt;. NUUG
104 is an member organisation for us in Norway interested in free
105 software, open standards and unix like operating systems, and USENIX
106 is a US based member organisation with similar targets. And thanks to
107 these memberships, I get all issues of the great USENIX magazine
108 &lt;a href=&quot;https://www.usenix.org/publications/login&quot;&gt;;login:&lt;/a&gt; in the
109 mail several times a year. The magazine is great, and I read most of
110 it every time.&lt;/p&gt;
111
112 &lt;p&gt;In the last issue of the USENIX magazine ;login:, there is an
113 article by &lt;a href=&quot;http://www.skendric.com/&quot;&gt;Stuart Kendrick&lt;/a&gt; from
114 Fred Hutchinson Cancer Research Center titled
115 &quot;&lt;a href=&quot;https://www.usenix.org/publications/login/october-2012-volume-37-number-5/what-takes-us-down&quot;&gt;What
116 Takes Us Down&lt;/a&gt;&quot; (longer version also
117 &lt;a href=&quot;http://www.skendric.com/problem/incident-analysis/2012-06-30/What-Takes-Us-Down.pdf&quot;&gt;available
118 from his own site&lt;/a&gt;), where he report what he found when he
119 processed the outage reports (both planned and unplanned) from the
120 last twelve years and classified them according to cause, time of day,
121 etc etc. The article is a good read to get some empirical data on
122 what kind of problems affect a data centre, but what really inspired
123 me was the kind of reporting they had put in place since 2000.&lt;p&gt;
124
125 &lt;p&gt;The centre set up a mailing list, and started to send fairly
126 standardised messages to this list when a outage was planned or when
127 it already occurred, to announce the plan and get feedback on the
128 assumtions on scope and user impact. Here is the two example from the
129 article: First the unplanned outage:
130
131 &lt;blockquote&gt;&lt;pre&gt;
132 Subject: Exchange 2003 Cluster Issues
133 Severity: Critical (Unplanned)
134 Start: Monday, May 7, 2012, 11:58
135 End: Monday, May 7, 2012, 12:38
136 Duration: 40 minutes
137 Scope: Exchange 2003
138 Description: The HTTPS service on the Exchange cluster crashed, triggering
139 a cluster failover.
140
141 User Impact: During this period, all Exchange users were unable to
142 access e-mail. Zimbra users were unaffected.
143 Technician: [xxx]
144 &lt;/pre&gt;&lt;/blockquote&gt;
145
146 Next the planned outage:
147
148 &lt;blockquote&gt;&lt;pre&gt;
149 Subject: H Building Switch Upgrades
150 Severity: Major (Planned)
151 Start: Saturday, June 16, 2012, 06:00
152 End: Saturday, June 16, 2012, 16:00
153 Duration: 10 hours
154 Scope: H2 Transport
155 Description: Currently, Catalyst 4006s provide 10/100 Ethernet to end-
156 stations. We will replace these with newer Catalyst
157 4510s.
158 User Impact: All users on H2 will be isolated from the network during
159 this work. Afterward, they will have gigabit
160 connectivity.
161 Technician: [xxx]
162 &lt;/pre&gt;&lt;/blockquote&gt;
163
164 &lt;p&gt;He notes in his article that the date formats and other fields have
165 been a bit too free form to make it easy to automatically process them
166 into a database for further analysis, and I would have used ISO 8601
167 dates myself to make it easier to process (in other words I would ask
168 people to write &#39;2012-06-16 06:00 +0000&#39; instead of the start time
169 format listed above). There are also other issues with the format
170 that could be improved, read the article for the details.&lt;/p&gt;
171
172 &lt;p&gt;I find the idea of standardising outage messages seem to be such a
173 good idea that I would like to get it implemented here at the
174 university too. We do register
175 &lt;a href=&quot;http://www.uio.no/tjenester/it/aktuelt/planlagte-tjenesteavbrudd/&quot;&gt;planned
176 changes and outages in a calendar&lt;/a&gt;, and report the to a mailing
177 list, but we do not do so in a structured format and there is not a
178 report to the same location for unplanned outages. Perhaps something
179 for other sites to consider too?&lt;/p&gt;
180 </description>
181 </item>
182
183 <item>
184 <title>NUUGs høringsuttalelse til DIFIs forslag om å kaste ut ODF fra statens standardkatalog</title>
185 <link>http://people.skolelinux.org/pere/blog/NUUGs_h_ringsuttalelse_til_DIFIs_forslag_om___kaste_ut_ODF_fra_statens_standardkatalog.html</link>
186 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/NUUGs_h_ringsuttalelse_til_DIFIs_forslag_om___kaste_ut_ODF_fra_statens_standardkatalog.html</guid>
187 <pubDate>Mon, 1 Oct 2012 08:20:00 +0200</pubDate>
188 <description>&lt;p&gt;Som jeg
189 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/DIFI_foresl_r___kaste_ut_ODF_og_ta_inn_OOXML_fra_statens_standardkatalog.html&quot;&gt;skrev
190 i juni&lt;/a&gt; har DIFI foreslått å fjerne krav om å bruke ODF til
191 utveksling av redigerbare dokumenter med det offentlige, og
192 derigjennom tvinge innbyggerne til å forholde seg til formatene til MS
193 Office når en kommuniserer med det offentlige.&lt;/p&gt;
194
195 &lt;p&gt;I går kveld fikk vi i &lt;a href=&quot;http://www.nuug.no/&quot;&gt;NUUG&lt;/a&gt;
196 fullført vår høringsuttalelse og sendt den inn til DIFI. Du finner
197 &lt;a href=&quot;http://wiki.nuug.no/uttalelser/201209-forskrift-standardkatalog&quot;&gt;uttalelsen
198 på wikien&lt;/a&gt;. Ta en titt. Fristen for å sende inn uttalelse var i
199 går søndag, men en får kanskje sitt innspill med hvis en sender i
200 dag.&lt;/p&gt;
201 </description>
202 </item>
203
204 <item>
205 <title>Free software forced Microsoft to open Office (and don&#39;t forget Officeshots)</title>
206 <link>http://people.skolelinux.org/pere/blog/Free_software_forced_Microsoft_to_open_Office__and_don_t_forget_Officeshots_.html</link>
207 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Free_software_forced_Microsoft_to_open_Office__and_don_t_forget_Officeshots_.html</guid>
208 <pubDate>Thu, 23 Aug 2012 14:20:00 +0200</pubDate>
209 <description>&lt;p&gt;I came across a great comment from Simon Phipps today, about how
210 &lt;a href=&quot;http://www.infoworld.com/d/open-source-software/how-microsoft-was-forced-open-office-200233&quot;&gt;Microsoft
211 have been forced to open Office&lt;/a&gt;, and it made me remember and
212 revisit the great site
213 &lt;a href=&quot;http://www.officeshots.org/&quot;&gt;officeshots&lt;/a&gt; which allow you
214 to check out how different programs present the ODF file format. I
215 recommend both to those of my readers interested in ODF. :)&lt;/p&gt;
216 </description>
217 </item>
218
219 <item>
220 <title>OOXML og standardisering</title>
221 <link>http://people.skolelinux.org/pere/blog/OOXML_og_standardisering.html</link>
222 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/OOXML_og_standardisering.html</guid>
223 <pubDate>Wed, 25 Jul 2012 21:10:00 +0200</pubDate>
224 <description>&lt;p&gt;DIFI har
225 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/DIFI_foresl_r___kaste_ut_ODF_og_ta_inn_OOXML_fra_statens_standardkatalog.html&quot;&gt;en
226 høring gående&lt;/a&gt; om ny versjon av statens standardkatalog, med frist
227 2012-09-30, der det foreslås å fjerne ODF fra katalogen og ta inn ISO
228 OOXML. I den anledning minnes jeg
229 &lt;a href=&quot;http://www.regjeringen.no/upload/FAD/Vedlegg/IKT-politikk/Refkat_v2.pdf&quot;&gt;notatet
230 FAD skrev&lt;/a&gt; da versjon 2 av standardkatalogen var under
231 utarbeidelse, da FAD og DIFI fortsatt forsto poenget med og verdien av
232 frie og åpne standarder.&lt;/p&gt;
233
234 &lt;p&gt;Det er mange som tror at OOXML er ett spesifikt format, men det
235 brukes ofte som fellesbetegnelse for både formatet spesifisert av
236 ECMA, ISO, og formatet produsert av Microsoft Office (aka docx), som
237 dessverre ikke er det samme formatet. Fra en av de som implementerte
238 støtte for docx-formatet i KDE fikk jeg høre at ISO-spesifikasjonen
239 var en nyttig referanse, men at det var mange avvik som gjorde at en
240 ikke kunne gå ut ifra at Microsoft Office produserte dokumenter i
241 henhold til ISO-spesifikasjonen.&lt;/p&gt;
242
243 &lt;p&gt;ISOs OOXML-spesifikasjon har (eller hadde, usikker på om
244 kommentaren er oppdatert) i følge
245 &lt;a href=&quot;http://surguy.net/articles/ooxml-validation-and-technical-review.xml&quot;&gt;Inigo
246 Surguy&lt;/a&gt; feil i mer enn 10% av eksemplene, noe som i tillegg gjør
247 det vanskelig å bruke spesifikasjonen til å implementere støtte for
248 ISO OOXML. Jeg har ingen erfaring med å validere OOXML-dokumenter
249 selv, men ser at
250 &lt;a href=&quot;http://www.microsoft.com/en-us/download/details.aspx?id=5124&quot;&gt;Microsoft
251 har laget en validator&lt;/a&gt; som jeg ikke kan teste da den kun er
252 tilgjengelig på MS Windows. Finner også en annen kalt
253 &lt;a href=&quot;http://code.google.com/p/officeotron/&quot;&gt;Office-O-Tron&lt;/A&gt; som
254 er oppdatert i fjor. Lurer på om de validerer at dokumenter er i
255 formatet til Microsoft office, eller om de validerer at de er i
256 henhold til formatene spesifisert av ECMA og ISO. Det hadde også vært
257 interessant å se om docx-dokumentene publisert av det offentlige er
258 gyldige ISO OOXML-dokumenter.&lt;/p&gt;
259 </description>
260 </item>
261
262 <item>
263 <title>Mer oppfølging fra MPEG-LA om avtale med dem for å kringkaste og publisere H.264-video</title>
264 <link>http://people.skolelinux.org/pere/blog/Mer_oppf_lging_fra_MPEG_LA_om_avtale_med_dem_for___kringkaste_og_publisere_H_264_video.html</link>
265 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Mer_oppf_lging_fra_MPEG_LA_om_avtale_med_dem_for___kringkaste_og_publisere_H_264_video.html</guid>
266 <pubDate>Thu, 5 Jul 2012 23:50:00 +0200</pubDate>
267 <description>&lt;p&gt;I føljetongen om H.264
268 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/MPEG_LA_mener_NRK_m__ha_avtale_med_dem_for___kringkaste_og_publisere_H_264_video.html&quot;&gt;forlot
269 jeg leserne i undring&lt;/a&gt; om hvor pakken fra MPEG-LA tok veien, og om
270 hvilke selskaper i Norge som har avtale med MPEG-LA. Da Ryan hos
271 MPEG-LA dro på ferie sendte jeg min melding videre til hans kollega,
272 og dagen etter fikk jeg følgende svar derfra:&lt;/p&gt;
273
274 &lt;p&gt;&lt;blockquote&gt;
275 &lt;p&gt;Date: Fri, 29 Jun 2012 18:32:34 +0000
276 &lt;br&gt;From: Sidney Wolf &amp;lt;SWolf (at) mpegla.com&amp;gt;
277 &lt;br&gt;To: Petter Reinholdtsen &amp;lt;pere (at) hungry.com&amp;gt;
278 &lt;br&gt;Cc: Ryan Rodriguez &amp;lt;RRodriguez (at) mpegla.com&amp;gt;
279 &lt;br&gt;Subject: RE: Do NRK have a license agreement with MPEG-LA?&lt;/p&gt;
280
281 &lt;p&gt;Dear Mr. Reinholdtsen,&lt;/p&gt;
282
283 &lt;p&gt;Thank you for your message. As you know, Ryan is currently our of the
284 office, so it will be my pleasure to assist you.&lt;/p&gt;
285
286 &lt;p&gt;Per your request, attached please find an electronic copy of the
287 AVC Patent Portfolio License. Please note that the electronic copy of
288 the License is provided as a convenience and for informational
289 purposes only. When concluding the Licenses, only the hard copies
290 provided by MPEG LA may be used.&lt;/p&gt;
291
292 &lt;p&gt;To your question, MPEG LA lists our Licensees on our website
293 according to each program. The lists are in alphabetical order, so it
294 is very easy to search.&lt;/p&gt;
295
296 &lt;p&gt;I hope that this was helpful. If we can be of additional
297 assistance, please let me know.&lt;/p&gt;
298
299 &lt;p&gt;Kind regards,&lt;/p&gt;
300
301 &lt;p&gt;Sidney A. Wolf
302 &lt;br&gt;Manager, Global Licensing
303 &lt;br&gt;MPEG LA&lt;/p&gt;
304 &lt;/blockquote&gt;&lt;/p&gt;
305
306 &lt;p&gt;Selv om et epostvedlegg er nyttig for mottakeren, så håpet jeg å få
307 et dokument jeg kunne dele med alle leserne av bloggen min, og ikke et
308 som må deles på individuell basis. Opphavsretten krever godkjenning
309 fra rettighetsinnehaver før en kan gjøre slikt, så dermed fulgte jeg
310 opp med et spørsmål om dette var greit.&lt;/p&gt;
311
312 &lt;p&gt;&lt;blockquote&gt;
313 &lt;p&gt;Date: Wed, 4 Jul 2012 20:25:06 +0200
314 &lt;br&gt;From: Petter Reinholdtsen &amp;lt;pere (at) hungry.com&amp;gt;
315 &lt;br&gt;To: Sidney Wolf &amp;lt;SWolf (at) mpegla.com&amp;gt;
316 &lt;br&gt;Cc: Ryan Rodriguez &amp;lt;RRodriguez (at) mpegla.com&amp;gt;
317 &lt;br&gt;Subject: Re: Do NRK have a license agreement with MPEG-LA?&lt;/p&gt;
318
319 &lt;p&gt;Thank you for your reply.&lt;/p&gt;
320
321 &lt;p&gt;[Sidney Wolf]
322 &lt;br&gt;&amp;gt; Per your request, attached please find an electronic copy of the AVC
323 &lt;br&gt;&amp;gt; Patent Portfolio License. Please note that the electronic copy of
324 &lt;br&gt;&amp;gt; the License is provided as a convenience and for informational
325 &lt;br&gt;&amp;gt; purposes only. When concluding the Licenses, only the hard copies
326 &lt;br&gt;&amp;gt; provided by MPEG LA may be used.&lt;/p&gt;
327
328 &lt;p&gt;This is useful for me to learn, but the reason I asked for the
329 Internet address of the licensing document was to ensure I could
330 publish a link to it when I discuss the topic of H.264 licensing here
331 in Norway, and allow others to verify my observations. I can not do
332 the same with an email attachment. Thus I would like to ask you if it
333 is OK with MPEG LA that I publish this document on the Internet for
334 others to read?&lt;/p&gt;
335
336 &lt;p&gt;&amp;gt; To your question, MPEG LA lists our Licensees on our website
337 &lt;br&gt;&amp;gt; according to each program. The lists are in alphabetical order, so
338 &lt;br&gt;&amp;gt; it is very easy to search.&lt;/p&gt;
339
340 &lt;p&gt;I am afraid this do not help me locate Norwegian companies in the
341 list of Licensees. I do not know the name of all companies and
342 organisations in Norway, and thus do not know how to locate the
343 Norwegian ones on that list.&lt;/p&gt;
344
345 &lt;p&gt;&amp;gt; I hope that this was helpful. If we can be of additional assistance,
346 &lt;br&gt;&amp;gt; please let me know.&lt;/p&gt;
347
348 &lt;p&gt;Absoutely helpful to learn more about how MPEG LA handle licensing.&lt;/p&gt;
349
350 &lt;p&gt;--
351 &lt;br&gt;Happy hacking
352 &lt;br&gt;Petter Reinholdtsen&lt;/p&gt;
353 &lt;/blockquote&gt;&lt;/p&gt;
354
355 &lt;p&gt;Jeg håpet også at det skulle være mulig å få vite hvilke av de
356 mange hundre som har avtale med MPEG-LA om bruk av H.264 som holdt til
357 i Norge. Begge mine håp falt i grus med svaret fra MPEG-LA.
358
359 &lt;p&gt;&lt;blockquote&gt;
360 &lt;p&gt;Date: Thu, 5 Jul 2012 17:42:39 +0000
361 &lt;br&gt;From: Sidney Wolf &amp;lt;SWolf (at) mpegla.com&amp;gt;
362 &lt;br&gt;To: &#39;Petter Reinholdtsen&#39; &amp;lt;pere (at) hungry.com&amp;gt;
363 &lt;br&gt;Cc: Ryan Rodriguez &amp;lt;RRodriguez (at) mpegla.com&amp;gt;
364 &lt;br&gt;Subject: RE: Do NRK have a license agreement with MPEG-LA?&lt;/p&gt;
365
366 &lt;p&gt;Dear Mr. Reinholdtsen,&lt;/p&gt;
367
368 &lt;p&gt;Thank you for your reply.&lt;/p&gt;
369
370 &lt;p&gt;We appreciate the additional explanation you have provided and for
371 asking our permission to publish the electronic copy of the License in
372 advance of doing so. Typically, MPEG LA prefers to distribute the
373 electronic copies of our Licenses to interested parties. Therefore,
374 please feel free to send interested parties to the AVC portion of our
375 website, http://www.mpegla.com/main/programs/AVC/Pages/Intro.aspx for
376 their further reference.&lt;/p&gt;
377
378 &lt;p&gt;As previously mentioned, MPEG LA maintains a list of Licensees in good
379 standing on our website according to each program. Due to the large
380 volume of Licensees, it would be administratively impractical to
381 provide this level of detail to interested parties. Therefore, I am
382 afraid we are not in a position to assist you with your request.&lt;/p&gt;
383
384 &lt;p&gt;Kind regards,&lt;/p&gt;
385
386 &lt;p&gt;Sidney A. Wolf
387 &lt;br&gt;Manager, Global Licensing
388 &lt;br&gt;MPEG LA&lt;/p&gt;
389 &lt;/blockquote&gt;&lt;/p&gt;
390
391 &lt;p&gt;Men takket være epostvedlegget kunne jeg søke på Google etter
392 setningen &quot;WHEREAS, a video standard commonly referred to as AVC has
393 been defined and is referred to in this Agreement as the “AVC
394 Standard” (as more fully defined herein below)&quot; som finnes i avtalen,
395 og lokalisere en kopi fra 2007 av
396 &lt;a href=&quot;http://www.sec.gov/Archives/edgar/data/1342960/000119312509050004/dex1024.htm&quot;&gt;lisensavtalen
397 mellom MPEG-LA og DivX, Inc.&lt;/a&gt;, slik at mine lesere kan se hvordan
398 avtalen så ut da. Jeg har ikke sammenlignet tekstene for å se om noe
399 har endret seg siden den tid, men satser på at teksten er representativ.&lt;/p&gt;
400
401 &lt;p&gt;Jeg aner fortsatt ikke hvor FedEx tok veien med pakken fra
402 MPEG-LA.&lt;/p&gt;
403
404 &lt;p&gt;Update 2012-07-06: Jeg er visst ikke den første som forsøker å få
405 klarhet i problemstillinger rundt H.264, og kom nettopp over en veldig
406 interessant bloggpost fra 2010 hos LibreVideo med tittelen
407 &quot;&lt;a href=&quot;http://www.librevideo.org/blog/2010/06/14/mpeg-la-answers-some-questions-about-avch-264-licensing/&quot;&gt;MPEG-LA
408 answers some questions about AVC/H.264 licensing&lt;/a&gt;. Anbefales!&lt;/p&gt;
409 </description>
410 </item>
411
412 <item>
413 <title>DIFI foreslår å kaste ut ODF og ta inn OOXML fra statens standardkatalog</title>
414 <link>http://people.skolelinux.org/pere/blog/DIFI_foresl_r___kaste_ut_ODF_og_ta_inn_OOXML_fra_statens_standardkatalog.html</link>
415 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/DIFI_foresl_r___kaste_ut_ODF_og_ta_inn_OOXML_fra_statens_standardkatalog.html</guid>
416 <pubDate>Fri, 29 Jun 2012 18:00:00 +0200</pubDate>
417 <description>&lt;p&gt;DIFI har nettopp annonsert høring om revisjon av
418 &lt;a href=&quot;http://www.standard.difi.no/forvaltningsstandarder&quot;&gt;standardkatalogen&lt;/a&gt;,
419 og endelig har Microsoft fått viljen sin. Se
420 &lt;a href=&quot;http://www.standard.difi.no/hoyring/forslag-om-endring-av-forskrift-om-it-standarder-i-offentlig-forvaltning&quot;&gt;høringssiden&lt;/a&gt;
421 for hele teksten.&lt;/p&gt;
422
423 &lt;p&gt;Her er forslaget i sin helhet:&lt;/p&gt;
424
425 &lt;p&gt;&lt;blockquote&gt;
426 &lt;p&gt;3.2 Revisjon av krav til redigerbare dokumenter&lt;/p&gt;
427
428 &lt;p&gt;I første versjon av referansekatalogen i 2007 ble det satt krav om
429 Open Document Format (ODF), versjon 1.1 (OASIS, 1.2.2007) for
430 redigerbare dokumenter. Kravet var obligatorisk for stat og sterkt
431 anbefalt for kommunal sektor. I 2009 ble kravet gjort obligatorisk for
432 hele offentlig sektor i
433 &lt;a href=&quot;http://www.lovdata.no/for/sf/fa/xa-20090925-1222.html&quot;&gt;forskrift
434 om IT-standarder i forvaltningen&lt;/a&gt;. Anvendelsesområdet for kravet
435 har vært begrenset til publisering av dokumenter som skal bearbeides
436 videre (§ 4 nr. 1 andre ledd). I 2011 ble anvendelsesområdet utvidet
437 til å omfatte utveksling av dokumenter beregnet for redigering som
438 vedlegg til e-post (§4 nr. 2).&lt;/p&gt;
439
440 &lt;p&gt;Office Open XML ISO/IEC 29500:2011 (OOXML) er et dokumentformat
441 opprinnelig utviklet av Microsoft med tilsvarende anvendelsesområde
442 som ODF. Formatet er blant annet tatt i bruk i nyere versjoner av
443 kontorstøtteprogamvaren MS Office. Difi har foretatt en
444 &lt;a href=&quot;http://www.standard.difi.no/filearchive/revisjonsvurdering-standarder-for-redigerbare-dokumenter-v1-0.pdf&quot;&gt;revisjonsvurdering&lt;/a&gt;
445 av krav som stilles til redigerbare dokumenter i Forskrift om
446 IT-standarder i forvaltningen, og anbefaler at kravet til ODF
447 fjernes. Dette innebærer at det ikke stilles krav til dokumentformater
448 for redigerbare dokumenter ved publisering på offentlige virksomheters
449 nettsider og for redigerbare vedlegg til e-post som sendes fra
450 offentlige virksomheter til innbyggere og næringsliv. Offentlige
451 virksomheter vil dermed stå fritt til å publisere eller sende
452 redigerbare dokumenter i det format som ivaretar brukernes behov
453 best.&lt;/p&gt;
454
455 &lt;p&gt;Forslaget innebærer at krav til ODF utgår § 4 nr. 1 tredje ledd og
456 § 4 nr. 2 første ledd&lt;/p&gt;
457
458 &lt;P&gt;Imidlertid bør det stilles strengere krav til hvilke formater
459 offentlige virksomheter plikter å motta redigerbare dokumenter. Vi
460 mener at det ikke bør skilles mellom mottak av redigerbare dokumenter
461 som sendes i ODF eller OOXML3, som begge er åpne standarder. Dette
462 medfører at innbyggere og næringsliv skal kunne basere sitt valg av
463 programvare på egne behov og ikke på de valg offentlige virksomheter
464 tar. Kravet vil omfatte hele offentlig sektor, herunder
465 utdanningssektoren, hvor det kanskje er størst bruk av ODF. Kravet er
466 foreslått som ny § 4 nr.2 andre ledd&lt;/p&gt;
467 &lt;/blockquote&gt;&lt;/p&gt;
468
469 &lt;P&gt;De satser vel på at det hele blir glemt over sommeren, og at de
470 fleste har glemt Standard Norge og ISOs fallitt fra da OOXML ble
471 jukset igjennom som ISO-standard. Jeg håper mine lesere sender inn
472 høringsuttalelser til høringen.&lt;/p&gt;
473
474 &lt;p&gt;Anbefaler alle å friske opp sine argumenter ved å lese
475 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/The_reply_from_Edgar_Villanueva_to_Microsoft_in_Peru.html&quot;&gt;svaret
476 fra senator Edgar Villanueva til Microsoft i Peru&lt;/a&gt;. Det er en
477 klassisk tekst som er like gyldig i dag som da det ble skrevet.&lt;/p&gt;
478
479 </description>
480 </item>
481
482 <item>
483 <title>Departementenes servicesenter har ingen avtale om bruk av H.264 med MPEG-LA</title>
484 <link>http://people.skolelinux.org/pere/blog/Departementenes_servicesenter_har_ingen_avtale_om_bruk_av_H_264_med_MPEG_LA.html</link>
485 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Departementenes_servicesenter_har_ingen_avtale_om_bruk_av_H_264_med_MPEG_LA.html</guid>
486 <pubDate>Fri, 29 Jun 2012 09:40:00 +0200</pubDate>
487 <description>&lt;p&gt;Da fikk jeg nettopp svar fra
488 &lt;a href=&quot;http://www.dss.dep.no/&quot;&gt;Departementenes servicesenter&lt;/a&gt;
489 (DSS) på
490 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/Trenger_en_avtale_med_MPEG_LA_for___publisere_og_kringkaste_H_264_video_.html&quot;&gt;mitt
491 spørsmål om avtale rundt bruk av H.264&lt;/a&gt;. De har ingen avtale med
492 MPEG LA eller dets representanter. Her er svaret.
493
494 &lt;p&gt;&lt;blockquote&gt;
495
496 &lt;p&gt;Date: Fri, 29 Jun 2012 07:04:42 +0000
497 &lt;br&gt;From: Nielsen Mette Haga &amp;lt;Mette-Haga.Nielsen (at) dss.dep.no&amp;gt;
498 &lt;br&gt;To: Petter Reinholdtsen &amp;lt;petter.reinholdtsen (at) ...&amp;gt;
499 &lt;br&gt;CC: Postmottak &amp;lt;Postmottak (at) dss.dep.no&amp;gt;
500 &lt;br&gt;Subject: SV: Innsynsbegjæring om MPEG/H.264-relaterte avtaler&lt;/p&gt;
501
502 &lt;p&gt;DSS har ikke inngått noen egen lisensavtale med MPEG-LA eller noen som
503 representerer MPEG-LA i Norge. Videoløsningen på regjeringen.no er
504 levert av Smartcom:tv. Lisensforholdet rundt H.264 er ikke omtalt i
505 vår avtale med Smartcom.&lt;/p&gt;
506
507 &lt;p&gt;Vennlig hilsen&lt;/p&gt;
508
509 &lt;p&gt;Mette Haga Nielsen
510 &lt;br&gt;Fung. seksjonssjef&lt;/p&gt;
511
512 &lt;p&gt;Departementenes servicesenter&lt;/p&gt;
513
514 &lt;p&gt;Informasjonsforvaltning
515
516 &lt;p&gt;Mobil 93 09 83 51
517 &lt;br&gt;E-post mette-haga.nielsen (at) dss.dep.no&lt;/p&gt;
518 &lt;/blockquote&gt;&lt;/p&gt;
519
520 &lt;p&gt;Hvis den norske regjeringen representert ved DSS ikke har slik
521 avtale, så kan en kanskje konkludere med at det ikke trengs? Jeg er
522 ikke trygg på at det er god juridisk grunn å stå på, men det er i det
523 minste interessant å vite at hverken NRK eller DSS har funnet det
524 nødvendig å ha avtale om bruk av H.264.&lt;/p&gt;
525
526 &lt;p&gt;Det forklarer ikke hvordan de kan ignorere bruksvilkårene knyttet
527 til bruk av opphavsrettsbeskyttet materiale de bruker til
528 videoproduksjon, med mindre slike vilkår kan ignoreres av selskaper og
529 privatpersoner i Norge. Har de lov til å bryte vilkårene, eller har
530 de brutt dem og så langt sluppet unna med det? Jeg aner ikke.&lt;/p&gt;
531 </description>
532 </item>
533
534 <item>
535 <title>MPEG-LA mener NRK må ha avtale med dem for å kringkaste og publisere H.264-video</title>
536 <link>http://people.skolelinux.org/pere/blog/MPEG_LA_mener_NRK_m__ha_avtale_med_dem_for___kringkaste_og_publisere_H_264_video.html</link>
537 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/MPEG_LA_mener_NRK_m__ha_avtale_med_dem_for___kringkaste_og_publisere_H_264_video.html</guid>
538 <pubDate>Thu, 28 Jun 2012 20:00:00 +0200</pubDate>
539 <description>&lt;p&gt;Etter at NRK
540 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/NRK_nekter___finne_og_utlevere_eventuell_avtale_med_MPEG_LA.html&quot;&gt;nektet
541 å spore opp eventuell avtale med MPEG-LA&lt;/a&gt; eller andre om bruk av
542 MPEG/H.264-video etter at jeg &lt;a
543 href=&quot;http://people.skolelinux.org/pere/blog/Trenger_en_avtale_med_MPEG_LA_for___publisere_og_kringkaste_H_264_video_.html&quot;&gt;ba
544 om innsyn i slike avtaler&lt;/a&gt;, tenkte jeg at i stedet for å forsøke å
545 få NRK til å finne en slik avtale, så burde det være like enkelt å
546 spørre MPEG-LA om de hadde avtale med NRK. Spørsmålet ble sendt før
547 jeg fikk tips fra Kieran Kunhya om hvor listen over lisensinnehavere
548 &quot;in Good Standing&quot; befant seg. MPEG-LA svarte meg i dag, og kan
549 fortelle at NRK ikke har noen avtale med dem, så da er i det minste det
550 slått fast. Ikke overraskende mener MPEG-LA at det trengs en avtale
551 med MPEG-LA for å streame H.264, men deres rammer er jo
552 rettstilstanden i USA og ikke Norge. Jeg tar dermed den delen av
553 svaret med en klype salt. Jeg er dermed fortsatt ikke klok på om det
554 trengs en avtale, og hvis det trengs en avtale her i Norge, heller
555 ikke sikker på om NRK har en avtale med noen andre enn MPEG-LA som
556 gjør at de ikke trenger avtale direkte med MPEG-LA. Jeg håper NRKs
557 jurister har vurdert dette, og at det er mulig å få tilgang til
558 vurderingen uansett om de trenger en avtale eller ikke.&lt;/p&gt;
559
560 &lt;p&gt;Her er epostutvekslingen med MPEG-LA så langt. Håper ikke
561 utvekslingen fører til NRK plutselig får en litt uventet pakke fra
562 MPEG-LA.&lt;/p&gt;
563
564 &lt;p&gt;&lt;blockquote&gt;
565 &lt;p&gt;Date: Mon, 25 Jun 2012 15:29:37 +0200
566 &lt;br&gt;From: Petter Reinholdtsen &amp;lt;pere (at) hungry.com&amp;gt;
567 &lt;br&gt;To: licensing-web (at) mpegla.com
568 &lt;br&gt;Subject: Do NRK have a license agreement with MPEG-LA?&lt;/p&gt;
569
570 &lt;p&gt;Hi. I have a small question for you, that I hope it is OK that I
571 ask.&lt;/p&gt;
572
573 &lt;p&gt;Is there any license agreements between MPEG-LA and NRK, &amp;lt;URL:
574 &lt;a href=&quot;http://www.nrk.no/&quot;&gt;http://www.nrk.no/&lt;/a&gt; &amp;gt;, the
575 Norwegian national broadcasting cooperation? I am not sure if they
576 need one, and am just curious if such agreeement exist.&lt;/p&gt;
577
578 &lt;p&gt;The postal address is&lt;/p&gt;
579
580 &lt;p&gt;&lt;blockquote&gt;
581 NRK
582 &lt;br&gt;Postbox 8500, Majorstuen
583 &lt;br&gt;0340 Oslo
584 &lt;br&gt;Norway
585 &lt;/blockquote&gt;&lt;/p&gt;
586
587 &lt;p&gt;if it make it easier for you to locate such agreement.&lt;/p&gt;
588
589 &lt;p&gt;Can you tell me how many entities in Norway have an agreement with
590 MPEG-LA, and the name of these entities?&lt;/p&gt;
591
592 &lt;p&gt;--
593 &lt;br&gt;Happy hacking
594 &lt;br&gt;Petter Reinholdtsen
595 &lt;/blockquote&gt;&lt;/p&gt;
596
597 &lt;p&gt;I dag, to dager senere, fikk jeg følgende svar:&lt;/p&gt;
598
599 &lt;p&gt;&lt;blockquote&gt;
600 &lt;p&gt;Date: Thu, 28 Jun 2012 14:11:17 +0000
601 &lt;br&gt;From: Ryan Rodriguez &amp;lt;RRodriguez (at) mpegla.com&gt;
602 &lt;br&gt;To: Petter Reinholdtsen &amp;lt;pere (at) hungry.com&gt;
603 &lt;br&gt;CC: MD Administration &amp;lt;MDAdministration (at) mpegla.com&gt;
604 &lt;br&gt;Subject: RE: Do NRK have a license agreement with MPEG-LA?&lt;/p&gt;
605
606 &lt;p&gt;Dear Mr. Reinholdtsen,&lt;/p&gt;
607
608 &lt;p&gt;Thank you for your message and for your interest in MPEG LA. We
609 appreciate hearing from you and I will be happy to assist you.&lt;/p&gt;
610
611 &lt;p&gt;To begin, I will assume that you are referring to AVC/H.264
612 technology in your message below, as this technology is commonly used
613 in the transmission of video content. In that case, please allow me
614 to briefly summarize the coverage provided by our AVC Patent Portfolio
615 License.&lt;/p&gt;
616
617 &lt;P&gt;Our AVC License provides coverage for end products and video
618 services that make use of AVC/H.264 technology. Accordingly, the
619 party offering such end products and video to End Users concludes the
620 AVC License and is responsible for paying the applicable royalties
621 associated with the end products/video they offer.&lt;/p&gt;
622
623 &lt;p&gt;While the Norwegian Broadcast Corporation (NRK) is not currently a
624 Licensee to MPEG LA&#39;s AVC License (or any other Portfolio License
625 offered by MPEG LA), if NRK offers AVC Video to End Users for
626 remuneration (for example, Title-by-Title, Subscription, Free
627 Television, or Internet Broadcast AVC Video), then NRK will need to
628 conclude the AVC License and may be responsible for paying applicable
629 royalties associated with the AVC Video it distributes.&lt;/p&gt;
630
631 &lt;p&gt;Today I will send you a FedEx package containing a copy of our AVC
632 License for your review. You should receive the License document
633 within the next few days.&lt;/p&gt;
634
635 &lt;p&gt;Meanwhile, MPEG LA currently has several Norwegian Licensees that
636 can be found under the &quot;Licensees&quot; header within the respective
637 portion of our website. For example, you may find our list of
638 Licensees in Good Standing to our AVC License in the AVC portion of
639 our website,
640 &lt;a href=&quot;http://www.mpegla.com/main/programs/AVC/Pages/Licensees.aspx&quot;&gt;http://www.mpegla.com/main/programs/AVC/Pages/Licensees.aspx&lt;/a&gt;&lt;/p&gt;
641
642 &lt;p&gt;I hope the above information is helpful. If you have additional
643 questions or need further assistance with the AVC License, please feel
644 free to contact me directly. I look forward to hearing from you again
645 soon.&lt;/p&gt;
646
647 &lt;p&gt;Best regards,&lt;/p&gt;
648
649 &lt;p&gt;Ryan&lt;/p&gt;
650
651 &lt;p&gt;Ryan M. Rodriguez
652 &lt;br&gt;Licensing Associate
653 &lt;br&gt;MPEG LA
654 &lt;br&gt;5425 Wisconsin Avenue
655 &lt;br&gt;Suite 801
656 &lt;br&gt;Chevy Chase, MD 20815
657 &lt;br&gt;U.S.A.
658 &lt;br&gt;Phone: +1 (301) 986-6660 x211
659 &lt;br&gt;Fax: +1 (301) 986-8575
660 &lt;br&gt;Email: rrodriguez (at) mpegla.com&lt;/p&gt;
661
662 &lt;/blockquote&gt;&lt;/p&gt;
663
664 &lt;p&gt;Meldingen om utsendt FedEx-pakke var så merkelig at jeg
665 øyeblikkelig sendte svar tilbake og spurte hva i alle dager han mente,
666 da han jo ikke hadde fått noen postadresse som nådde meg.&lt;/p&gt;
667
668 &lt;p&gt;&lt;blockquote&gt;
669
670 &lt;p&gt;Date: Thu, 28 Jun 2012 16:36:15 +0200
671 &lt;br&gt;From: Petter Reinholdtsen &amp;lt;pere (at) hungry.com&amp;gt;
672 &lt;br&gt;To: Ryan Rodriguez &amp;lt;RRodriguez (at) mpegla.com&amp;gt;
673 &lt;br&gt;Cc: MD Administration &amp;lt;MDAdministration (at) mpegla.com&amp;gt;
674 &lt;br&gt;Subject: Re: Do NRK have a license agreement with MPEG-LA?&lt;/p&gt;
675
676 &lt;p&gt;[Ryan Rodriguez]
677 &lt;br&gt;&amp;gt; Dear Mr. Reinholdtsen,&lt;/p&gt;
678
679 &lt;p&gt;Thank you for your quick reply.&lt;/p&gt;
680
681 &lt;p&gt;&amp;gt; Today I will send you a FedEx package containing a copy of our AVC
682 &lt;br&gt;&amp;gt; License for your review. You should receive the License document
683 &lt;br&gt;&amp;gt; within the next few days.&lt;/p&gt;
684
685 &lt;p&gt;The part about sending a FedEx package confused me, though. I did not
686 &lt;br&gt;give you my address, nor am I associated with NRK in any way, so I hope
687 &lt;br&gt;you did not try to send me a package using the address of NRK. If you
688 &lt;br&gt;would send me the Internet address of to the document, it would be more
689 &lt;br&gt;useful to me to be able to download it as an electronic document.&lt;/p&gt;
690
691 &lt;p&gt;&amp;gt; Meanwhile, MPEG LA currently has several Norwegian Licensees that can
692 &lt;br&gt;&amp;gt; be found under the &quot;Licensees&quot; header within the respective portion
693 &lt;br&gt;&amp;gt; of our website. For example, you may find our list of Licensees in
694 &lt;br&gt;&amp;gt; Good Standing to our AVC License in the AVC portion of our website,
695 &lt;br&gt;&amp;gt; http://www.mpegla.com/main/programs/AVC/Pages/Licensees.aspx&lt;/p&gt;
696
697 &lt;p&gt;How can I recognize the Norwegian licensees?&lt;/p&gt;
698
699 &lt;p&gt;--
700 &lt;br&gt;Happy hacking
701 &lt;br&gt;Petter Reinholdtsen&lt;/p&gt;
702 &lt;/blockquote&gt;&lt;/p&gt;
703
704 &lt;p&gt;Selv om jeg svarte kun noen minutter etter at jeg fikk eposten fra
705 MPEG-LA, fikk jeg eposten under som automatisk var beskjed på min
706 siste epost. Får håpe noen likevel følger opp &quot;FedEx-pakken&quot;. For å
707 øke sjansen for at noen revurderer utsending av pakke uten mottaker,
708 videresendte jeg min epost til swolf (at) mpegla.com, så får vi se.
709 Har ikke hørt noe mer 3 timer senere, så jeg mistenker at ingen leste
710 min epost tidsnok.&lt;/p&gt;
711
712 &lt;p&gt;&lt;blockquote&gt;
713
714 &lt;p&gt;Date: Thu, 28 Jun 2012 14:36:20 +0000
715 &lt;br&gt;From: Ryan Rodriguez &amp;lt;RRodriguez (at) mpegla.com&amp;gt;
716 &lt;br&gt;To: Petter Reinholdtsen &amp;lt;pere (at) hungry.com&amp;gt;
717 &lt;br&gt;Subject: Automatic reply: Do NRK have a license agreement with MPEG-LA?&lt;/p&gt;
718
719 &lt;p&gt;Thank you for your message.&lt;/p&gt;
720
721 &lt;p&gt;I will be out of the office until Thursday, July 5 and will respond
722 to all messages upon my return. If this is a matter that requires
723 immediate attention, please contact Sidney Wolf (swolf (at)
724 mpegla.com)&lt;/p&gt;
725
726 &lt;p&gt;Best regards,&lt;/p&gt;
727
728 &lt;p&gt;Ryan&lt;/p&gt;
729
730 &lt;p&gt;Ryan M. Rodriguez
731 &lt;br&gt;Licensing Associate
732 &lt;br&gt;MPEG LA&lt;/p&gt;
733
734 &lt;/blockquote&gt;&lt;/p&gt;
735
736 &lt;p&gt;Litt klokere, men fortsatt ikke klok på mitt opprinnelige spørsmål,
737 som er om en trenger avtale med MPEG-LA for å publisere eller
738 kringkaste H.264-video i Norge.&lt;/p&gt;
739 </description>
740 </item>
741
742 <item>
743 <title>NRK nekter å finne og utlevere eventuell avtale med MPEG-LA</title>
744 <link>http://people.skolelinux.org/pere/blog/NRK_nekter___finne_og_utlevere_eventuell_avtale_med_MPEG_LA.html</link>
745 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/NRK_nekter___finne_og_utlevere_eventuell_avtale_med_MPEG_LA.html</guid>
746 <pubDate>Mon, 25 Jun 2012 15:10:00 +0200</pubDate>
747 <description>&lt;p&gt;Jeg fikk nettopp svar fra NRK på
748 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/Trenger_en_avtale_med_MPEG_LA_for___publisere_og_kringkaste_H_264_video_.html&quot;&gt;min
749 forespørsel om kopi av avtale&lt;/a&gt; med MPEG-LA eller andre om bruk av
750 MPEG og/eller H.264. Svaret har fått saksreferanse 2011/371 (mon tro
751 hva slags sak fra 2011 dette er?) hos NRK og lyder som følger:&lt;/p&gt;
752
753 &lt;p&gt;&lt;blockquote&gt;
754
755 &lt;p&gt;&lt;strong&gt;Svar på innsynsbegjæring i MPEG / H.264-relaterte
756 avtaler&lt;/strong&gt;&lt;/p&gt;
757
758 &lt;p&gt;Viser til innsynsbegjæring av 19. juni 2012. Kravet om innsyn
759 gjelder avtale som gjør at NRK «ikke er begrenset av de generelle
760 bruksvilkårene som gjelder for utstyr som bruker MPEG og/eller
761 H.264».&lt;/p&gt;
762
763 &lt;p&gt;I henhold til offentleglova § 28 annet ledd må innsynskravet gjelde
764 en bestemt sak eller i rimelig utstrekning saker av en bestemt
765 sak. Det er på det rene at det aktuelle innsynskravet ikke gjelder en
766 bestemt sak. Spørsmålet som reiser seg er om identifiseringsgraden er
767 tilstrekkelig. I Justisdepartementets «Rettleiar til offentleglova»
768 står følgende:&lt;/p&gt;
769
770 &lt;p&gt;«Kravet om at innsynskravet må gjelde ei bestemt sak er til hinder
771 for at eit innsynskrav kan gjelde alle saker av ein bestemt art, utan
772 at den enkelte saka blir identifisert. Ein kan med andre ord i
773 utgangspunktet ikkje krevje innsyn i til dømes alle saker om
774 utsleppsløyve hos Statens forureiningstilsyn frå dei siste tre åra,
775 med mindre ein identifiserer kvar enkelt sak, til dømes med tilvising
776 til dato, partar eller liknande.»&lt;/p&gt;
777
778 &lt;p&gt;Vedrørende denne begrensningen har Justisdepartementet uttalt
779 følgende (Lovavdelingens uttalelser JDLOV-2010-3295):&lt;/p&gt;
780
781 &lt;p&gt;&lt;em&gt;«Bakgrunnen for avgrensinga av kva innsynskravet kan gjelde,
782 er fyrst og fremst at meir generelle innsynskrav, utan noka form for
783 identifikasjon av kva ein eigentleg ynskjer, ville vere svært
784 vanskelege å handsame for forvaltninga.»&lt;/em&gt;&lt;/p&gt;
785
786 &lt;p&gt;I samme sak uttaler Lovavdelingen følgende:&lt;/p&gt;
787
788 &lt;p&gt;&lt;em&gt;«Det følgjer vidare av offentleglova § 28 andre ledd at det `i
789 rimeleg utstrekning&#39; kan krevjast innsyn i `saker av ein bestemt
790 art&#39;. Vilkåret om at eit innsynskrav berre `i rimeleg utstrekning&#39; kan
791 gjelde saker av ein bestemt art, er i hovudsak knytt til kor
792 arbeidskrevjande det vil vere å finne fram til dei aktuelle
793 dokumenta. I tillegg reknar vi med at vilkåret kan gje grunnlag for å
794 nekte innsyn i tilfelle der innsynskravet er så omfattande (gjeld så
795 mange dokument) at arbeidsmengda som ville gått med til å handsame
796 det, er større enn det ein `i rimeleg utstrekning&#39; kan krevje (sjølv
797 om det nok skal mykje til).»&lt;/em&gt;&lt;/p&gt;
798
799 &lt;p&gt;NRK har ikke noen egen sammenstilling over avtaler innenfor
800 bestemte områder som omtales i innsynsbegjæringen. De måtte søkes på
801 vanlig måte. I tillegg finnes ikke noen automatisert måte å finne
802 avtaler som «ikke er begrenset av de generelle bruksvilkårene som
803 gjelder for utstyr som bruker MPEG og/eller H.264». En slik
804 gjennomgang av avtaler måtte gjøres manuelt av en person med
805 spesialistkunnskap. Dette vil kreve at NRK avsetter omfattende
806 ressurser for å finne frem relevante avtaler og for deretter å vurdere
807 om de dekkes av det innsynsbegjæringen omfattes.&lt;/p&gt;
808
809 &lt;p&gt;På bakgrunn av dette nekter NRK innsyn, med den begrunnelsen at
810 innsynskravet er så omfattende at arbeidsmengden for å håndtere kravet
811 vil være langt større enn det som i rimelig utstrekning kan kreves i
812 henhold til offentleglova § 28 annet ledd.&lt;/p&gt;
813
814 &lt;p&gt;Avslag på deres innsynsbegjæring kan påklages til Kultur- og
815 kirkedepartementet innen tre uker fra det tidspunkt avslaget kommer
816 frem til mottakeren, i henhold til reglene i offentleglova § 32,
817 jf. forvaltningsloven kapittel VI. Klagen skal stiles til Kultur- og
818 kirkedepartementet, og sendes til NRK.&lt;/p&gt;
819
820 &lt;p&gt;NRK er imidlertid etter Offentleglova forpliktet å gi ut journaler,
821 slik at en eventuell søknad om innsyn kan tydeligere identifisere
822 hvilke dokumenter som det ønskes innsyn i. NRKs offentlige journaler
823 for inneværende og forrige måned ligger ute på
824 NRK.no/innsyn. Journaler som går lengre tilbake i tid, kan sendes ut
825 på forespørsel til innsyn (at) nrk.no.&lt;/p&gt;
826
827 &lt;p&gt;Med hilsen
828 &lt;br&gt;Dokumentarkivet i NRK
829 &lt;br&gt;v/ Elin Brandsrud
830 &lt;br&gt;Tel. direkte: 23 04 29 29
831 &lt;br&gt;Post: RBM3, Postboks 8500 Majorstuen, 0340 Oslo
832 &lt;br&gt;innsyn (at) nrk.no&lt;/p&gt;
833
834 &lt;/blockquote&gt;&lt;/p&gt;
835
836 &lt;p&gt;Svaret kom
837 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/images/2012-06-25-video-mpegla-nrk.pdf&quot;&gt;i
838 PDF-form som vedlegg på epost&lt;/a&gt;. Jeg er litt usikker på hvordan jeg
839 best går videre for å bli klok, men jeg har jo i hvert fall tre uker
840 på å vurdere om jeg skal klage. Enten må nok forespørselen
841 reformuleres eller så må jeg vel klage. Synes jo det er merkelig at
842 NRK ikke har bedre kontroll med hvilke avtaler de har inngått. Det
843 burde jo være noen i ledelsen som vet om de har signert en avtale med
844 MPEG-LA eller ikke...&lt;/p&gt;
845
846 &lt;p&gt;Oppdatering 2012-06-25 20:20: Et google-søk på &quot;2011/371 nrk&quot;
847 sendte meg til postjournalen for
848 &lt;a href=&quot;http://nrk.no/contentfile/file/1.8212365!offentligjournal19062012.pdf&quot;&gt;2012-06-19&lt;/a&gt;
849 og
850 &lt;a href=&quot;http://nrk.no/contentfile/file/1.8214156!offentligjournal20062012.pdf&quot;&gt;2012-06-20&lt;/a&gt;
851 hos NRK som viser mine forespørsler og viser at sakens tittel hos NRK
852 er &quot;Graphic Systems Regions MA 2378/10E&quot;. Videre søk etter &quot;Graphic
853 Systems Regions&quot; viser at dette er saken til et anbud om
854 &quot;&lt;a href=&quot;http://no.mercell.com/m/mts/Tender/27179412.aspx&quot;&gt;a graphics
855 system for 12 or 13 sites broadcasting regional news&lt;/a&gt;&quot; hos Mercell
856 Sourcing Service, også omtalt på
857 &lt;a href=&quot;http://www.publictenders.net/tender/595705&quot;&gt;Public
858 Tenders&lt;/a&gt; og
859 &lt;a href=&quot;http://www.doffin.no/search/show/search_view.aspx?ID=JAN155521&quot;&gt;Doffin&lt;/a&gt;.
860 Jeg er dog usikker på hvordan dette er relatert til min
861 forespørsel.&lt;/p&gt;
862
863 &lt;p&gt;Oppdatering 2012-06-25 22:40: Ble tipset av Kieran Kunhya, fra
864 miljøet rundt
865 &lt;a href=&quot;http://code.google.com/p/open-broadcast-encoder/&quot;&gt;Open
866 Broadcast Encoder&lt;/a&gt;, at listen over de som har lisensavtale med
867 MPEG-LA er
868 &lt;a href=&quot;http://www.mpeg-la.com/main/programs/AVC/Pages/Licensees.aspx&quot;&gt;tilgjengelig
869 på web&lt;/a&gt;. Veldig fint å oppdage hvor den finnes, da jeg må ha lett
870 etter feil ting da jeg forsøke å finne den. Der står ikke NRK, men
871 flere andre &quot;Broadcasting Company&quot;-oppføringer. Lurer på om det betyr
872 at NRK ikke trenger avtale, eller noe helt annet?&lt;/p&gt;
873 </description>
874 </item>
875
876 <item>
877 <title>Trenger en avtale med MPEG-LA for å publisere og kringkaste H.264-video?</title>
878 <link>http://people.skolelinux.org/pere/blog/Trenger_en_avtale_med_MPEG_LA_for___publisere_og_kringkaste_H_264_video_.html</link>
879 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Trenger_en_avtale_med_MPEG_LA_for___publisere_og_kringkaste_H_264_video_.html</guid>
880 <pubDate>Thu, 21 Jun 2012 13:40:00 +0200</pubDate>
881 <description>&lt;p&gt;Trengs det avtale med MPEG-LA for å ha lovlig rett til å
882 distribuere og kringkaste video i MPEG4 eller med videokodingen H.264?
883 &lt;a href=&quot;http://webmink.com/essays/h-264/&quot;&gt;H.264 og MPEG4 er jo ikke en
884 fri og åpen standard&lt;/a&gt; i henhold til
885 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/Fri_og__pen_standard__slik_Digistan_ser_det.html&quot;&gt;definisjonen
886 til Digistan&lt;/a&gt;, så i enkelte land er det ingen tvil om at du må ha
887 en slik avtale, men jeg må innrømme at jeg ikke vet om det også
888 gjelder Norge. Det ser uansett ut til å være en juridisk interessant
889 problemstilling. Men jeg tenkte her om dagen som så, at hvis det er
890 nødvendig, så har store aktører som
891 &lt;a href=&quot;http://www.nrk.no/&quot;&gt;NRK&lt;/a&gt; og
892 &lt;a href=&quot;http://www.regjeringen.no/&quot;&gt;regjeringen&lt;/a&gt; skaffet seg en
893 slik avtale. Jeg har derfor sendt forespørsel til begge (for
894 regjeringen sin del er det Departementenes Servicesenter som gjør
895 jobben), og bedt om kopi av eventuelle avtaler de har om bruk av MPEG
896 og/eller H.264 med MPEG-LA eller andre aktører som opererer på vegne
897 av MPEG-LA. Her er kopi av eposten jeg har sendt til
898 &lt;a href=&quot;http://www.dss.dep.no/&quot;&gt;Departementenes Servicesenter&lt;/a&gt;.
899 Forespørselen til NRK er veldig lik.&lt;/p&gt;
900
901 &lt;p&gt;&lt;blockquote&gt;
902
903 &lt;p&gt;Date: Tue, 19 Jun 2012 15:18:33 +0200
904 &lt;br&gt;From: Petter Reinholdtsen
905 &lt;br&gt;To: postmottak@dss.dep.no
906 &lt;br&gt;Subject: Innsynsbegjæring om MPEG/H.264-relaterte avtaler
907
908 &lt;p&gt;Hei. Jeg ber herved om innsyn og kopi av dokumenter i DSS relatert
909 til avtaler rundt bruk av videoformatene MPEG og H.264. Jeg er
910 spesielt interessert i å vite om DSS har lisensavtale med MPEG-LA
911 eller noen som representerer MPEG-LA i Norge.&lt;/p&gt;
912
913 &lt;p&gt;MPEG og H.264 er videoformater som brukes både til kringkasting
914 (f.eks. i bakkenett og kabel-TV) og videopublisering på web, deriblant
915 via Adobe Flash. MPEG-LA, &amp;lt;URL:
916 &lt;a href=&quot;http://www.mpeg-la.com/&quot;&gt;http://www.mpeg-la.com/&lt;/a&gt; &amp;gt;, er
917 en organisasjon som har fått oppgaven, av de kjente rettighetshavere
918 av immaterielle rettigheter knyttet til MPEG og H.264, å selge
919 bruksrett for MPEG og H.264.&lt;/p&gt;
920
921 &lt;p&gt;Via regjeringen.no kringkastes med MPEG og H.264-baserte
922 videoformater, og dette ser ut til å være organisert av DSS. Jeg
923 antar dermed at DSS har avtale med en eller annen aktør om dette.&lt;/p&gt;
924
925 &lt;p&gt;F.eks. har Adobe Premiere Pro har følgende klausul i følge &amp;lt;URL:
926 &lt;a href=&quot;http://news.cnet.com/8301-30685_3-20000101-264.html&quot;&gt;http://news.cnet.com/8301-30685_3-20000101-264.html&lt;/a&gt;
927 &amp;gt;:&lt;/p&gt;
928
929 &lt;p&gt;&lt;blockquote&gt;
930
931 &lt;p&gt;6.17. AVC DISTRIBUTION. The following notice applies to software
932 containing AVC import and export functionality: THIS PRODUCT IS
933 LICENSED UNDER THE AVC PATENT PORTFOLIO LICENSE FOR THE PERSONAL AND
934 NON-COMMERCIAL USE OF A CONSUMER TO (a) ENCODE VIDEO IN COMPLIANCE
935 WITH THE AVC STANDARD (&quot;AVC VIDEO&quot;) AND/OR (b) DECODE AVC VIDEO THAT
936 WAS ENCODED BY A CONSUMER ENGAGED IN A PERSONAL AND NON-COMMERCIAL
937 ACTIVITY AND/OR AVC VIDEO THAT WAS OBTAINED FROM A VIDEO PROVIDER
938 LICENSED TO PROVIDE AVC VIDEO. NO LICENSE IS GRANTED OR SHALL BE
939 IMPLIED FOR ANY OTHER USE. ADDITIONAL INFORMATION MAY BE OBTAINED
940 FROM MPEG LA L.L.C. SEE
941 &lt;a href=&quot;http://www.mpegla.com&quot;&gt;http://www.mpegla.com&lt;/a&gt;.&lt;/p&gt;
942
943 &lt;/blockquote&gt;&lt;/p&gt;
944
945 &lt;p&gt;Her er det kun &quot;non-commercial&quot; og &quot;personal and non-commercial&quot;
946 aktivitet som er tillatt uten ekstra avtale med MPEG-LA.&lt;/p&gt;
947
948 &lt;p&gt;Et annet tilsvarende eksempel er Apple Final Cut Pro, som har
949 følgende klausul i følge &amp;lt;URL:
950 &lt;a href=&quot;http://images.apple.com/legal/sla/docs/finalcutstudio2.pdf&quot;&gt;http://images.apple.com/legal/sla/docs/finalcutstudio2.pdf&lt;/a&gt;
951 &amp;gt;:&lt;/p&gt;
952
953 &lt;p&gt;&lt;blockquote&gt;
954
955 &lt;p&gt;15. Merknad om H.264/AVC. Hvis Apple-programvaren inneholder
956 funksjonalitet for AVC-koding og/eller AVC-dekoding, krever
957 kommersiell bruk ekstra lisensiering og følgende gjelder:
958 AVC-FUNKSJONALITETEN I DETTE PRODUKTET KAN KUN ANVENDES AV
959 FORBRUKERE OG KUN FOR PERSONLIG OG IKKE- KOMMERSIELL BRUK TIL (i)
960 KODING AV VIDEO I OVERENSSTEMMELSE MED AVC-STANDARDEN (&quot;AVC-VIDEO&quot;)
961 OG/ELLER (ii) DEKODING AV AVC-VIDEO SOM ER KODET AV EN FORBRUKER TIL
962 PERSONLIG OG IKKE-KOMMERSIELL BRUK OG/ELLER DEKODING AV AVC-VIDEO
963 FRA EN VIDEOLEVERANDØR SOM HAR LISENS TIL Å TILBY
964 AVC-VIDEO. INFORMASJON OM ANNEN BRUK OG LISENSIERING KAN INNHENTES
965 FRA MPEG LA L.L.C. SE HTTP://WWW.MPEGLA.COM.&lt;/p&gt;
966 &lt;/blockquote&gt;&lt;/p&gt;
967
968 &lt;p&gt;Tilsvarende gjelder for andre programvarepakker, kamera, etc som
969 bruker MPEG og H.264, at en må ha en avtale med MPEG-LA for å ha lov
970 til å bruke programmet/utstyret hvis en skal lage noe annet enn
971 private filmer og i ikke-kommersiell virksomhet.&lt;/p&gt;
972
973 &lt;p&gt;Jeg er altså interessert i kopi av avtaler DSS har som gjør at en
974 ikke er begrenset av de generelle bruksvilkårene som gjelder for
975 utstyr som bruker MPEG og/eller H.264.&lt;/p&gt;
976 &lt;/blockquote&gt;&lt;/p&gt;
977
978 &lt;p&gt;Nå venter jeg spent på svaret. Jeg planlegger å blogge om svaret
979 her.&lt;/p&gt;
980 </description>
981 </item>
982
983 <item>
984 <title>The cost of ODF and OOXML</title>
985 <link>http://people.skolelinux.org/pere/blog/The_cost_of_ODF_and_OOXML.html</link>
986 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/The_cost_of_ODF_and_OOXML.html</guid>
987 <pubDate>Sat, 26 May 2012 18:00:00 +0200</pubDate>
988 <description>&lt;p&gt;I just come across a blog post from Glyn Moody reporting the
989 claimed cost from Microsoft on requiring ODF to be used by the UK
990 government. I just sent him an email to let him know that his
991 assumption are most likely wrong. Sharing it here in case some of my
992 blog readers have seem the same numbers float around in the UK.&lt;/p&gt;
993
994 &lt;p&gt;&lt;blockquote&gt; &lt;p&gt;Hi. I just noted your
995 &lt;a href=&quot;http://blogs.computerworlduk.com/open-enterprise/2012/04/does-microsoft-office-lock-in-cost-the-uk-government-500-million/index.htm&quot;&gt;http://blogs.computerworlduk.com/open-enterprise/2012/04/does-microsoft-office-lock-in-cost-the-uk-government-500-million/index.htm&lt;/a&gt;
996 comment:&lt;/p&gt;
997
998 &lt;p&gt;&lt;blockquote&gt;&quot;They&#39;re all in Danish, not unreasonably, but even
999 with the help of Google Translate I can&#39;t find any figures about the
1000 savings of &quot;moving to a flexible two standard&quot; as claimed by the
1001 Microsoft email. But I assume it is backed up somewhere, so let&#39;s take
1002 it, and the £500 million figure for the UK, on trust.&quot;
1003 &lt;/blockquote&gt;&lt;/p&gt;
1004
1005 &lt;p&gt;I can tell you that the Danish reports are inflated. I believe it is
1006 the same reports that were used in the Norwegian debate around 2007,
1007 and Gisle Hannemyr (a well known IT commentator in Norway) had a look
1008 at the content. In short, the reason it is claimed that using ODF
1009 will be so costly, is based on the assumption that this mean every
1010 existing document need to be converted from one of the MS Office
1011 formats to ODF, transferred to the receiver, and converted back from
1012 ODF to one of the MS Office formats, and that the conversion will cost
1013 10 minutes of work time for both the sender and the receiver. In
1014 reality the sender would have a tool capable of saving to ODF, and the
1015 receiver would have a tool capable of reading it, and the time spent
1016 would at most be a few seconds for saving and loading, not 20 minutes
1017 of wasted effort.&lt;/p&gt;
1018
1019 &lt;p&gt;Microsoft claimed all these costs were saved by allowing people to
1020 transfer the original files from MS Office instead of spending 10
1021 minutes converting to ODF. :)&lt;/p&gt;
1022
1023 &lt;p&gt;See
1024 &lt;a href=&quot;http://hannemyr.com/no/ms12_vl02.php&quot;&gt;http://hannemyr.com/no/ms12_vl02.php&lt;/a&gt;
1025 and
1026 &lt;a href=&quot;http://hannemyr.com/no/ms12.php&quot;&gt;http://hannemyr.com/no/ms12.php&lt;/a&gt;
1027 for background information. Norwegian only, sorry. :)&lt;/p&gt;
1028 &lt;/blockquote&gt;&lt;/p&gt;
1029 </description>
1030 </item>
1031
1032 <item>
1033 <title>OpenOffice.org fungerer da fint for blinde?</title>
1034 <link>http://people.skolelinux.org/pere/blog/OpenOffice_org_fungerer_da_fint_for_blinde_.html</link>
1035 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/OpenOffice_org_fungerer_da_fint_for_blinde_.html</guid>
1036 <pubDate>Mon, 21 May 2012 23:20:00 +0200</pubDate>
1037 <description>&lt;p&gt;De siste dagene har høringsuttalelsene om DIFIs forslag til
1038 standardkatalog v3.1 blitt
1039 &lt;a href=&quot;http://www.standard.difi.no/hoyring/hoyring-om-nye-anbefalte-it-standarder?tab=comments&quot;&gt;publisert
1040 på DIFIs nettside&lt;/a&gt;, og jeg kunne der glede meg over at
1041 &lt;a href=&quot;http://wiki.nuug.no/uttalelser/201204-standardkatalog-v3.1&quot;&gt;NUUGs&lt;/a&gt;
1042 uttalelse er kommet med. En uttalelse som overrasker og forvirrer meg
1043 er
1044 &lt;a href=&quot;http://www.standard.difi.no/filearchive/norges-blindeforbund.pdf&quot;&gt;den
1045 fra Norges Blindeforbund&lt;/a&gt;, som 5 år etter at Klaus Knopper sammen
1046 med sin blinde kone blant annet
1047 &lt;a href=&quot;http://www.nuug.no/aktiviteter/20071211-accessibility/&quot;&gt;demonstrerte
1048 høyttalende OpenOffice.org på nynorsk for blinde&lt;/a&gt; på et NUUG-møte.&lt;/p&gt;
1049
1050 &lt;p&gt;&lt;a href=&quot;https://www.blindeforbundet.no/&quot;&gt;Norges Blindeforbund&lt;/a&gt;
1051 skriver følgende, som for meg virker å være formulert på sviktende
1052 grunnlag:&lt;/p&gt;
1053
1054 &lt;p&gt;&lt;blockquote&gt;
1055 &lt;p&gt;Bruk av fri programvare
1056
1057 &lt;p&gt;I FRIPROGSENTERET, RAPPORT 2009-02: Universell utforming
1058 &lt;a href=&quot;http://www.kunnskapsbazaren.no/filer/Friprogsenteret-Rapport-Universell_utforming.pdf&quot;&gt;http://www.kunnskapsbazaren.no/filer/Friprogsenteret-Rapport-Universell_utforming.pdf&lt;/a&gt;
1059 sies det &quot;Det finnes i dag ikke mange fri programvare-rammeverk eller
1060 generelle løsninger som støtter tilgjengelighet eller som er
1061 universelt utformet.&quot;&lt;/p&gt;
1062
1063 &lt;p&gt;Til tross for at det gjennom prinsippene i fri programvare åpnes
1064 for større frihet til selv å påvirke programvareløsninger i retning av
1065 universell utforming viser praksis at virkeligheten er en annen.
1066 Mange av de mest alminnelige frie programvarepakkene mangler delvis
1067 eller fullstendig tilgjengelighet for mennesker med nedsatt
1068 syn. Eksempler på dette er OpenOffice og LibreOffice m.fl.&lt;/p&gt;
1069
1070 &lt;p&gt;En annen utfordring ved bruk av fri programvare kan være manglende
1071 kundestøtte og muligheter til opplæring i bruk av løsningen. Svaksynte
1072 og blinde har et høyere behov for denne typen støtte enn andre brukere
1073 ettersom mange av dem har behov for tilleggsprogramvare som skal
1074 fungere sammen med den opprinnelige programvaren, og ettersom man ikke
1075 har de samme muligheter for overblikk over grensesnittet som en seende
1076 bruker. I tillegg til dette kommer de mer tilgjengelighetstekniske
1077 utfordringene som ofte må løses i samarbeid med
1078 programvareleverandør/produsent.&lt;/p&gt;
1079
1080 &lt;p&gt;Fri programvare er ikke på samme måte underlagt lovgivning gjennom
1081 for eksempel diskriminerings og tilgjengelighetsloven ettersom det
1082 ikke alltid finnes en produsent/tilbyder av tjenesten eller produktet.&lt;/p&gt;
1083
1084 &lt;p&gt;Norges Blindeforbund krever at universell utforming og
1085 brukskvalitet tas med som viktige hensyn i utredninger som ligger til
1086 grunn for valg av standarder som primært leder brukeren mot fri
1087 programvare. Et eksempel på dette er bruk av dokumentformatet ODF som
1088 leder brukeren i retning av OpenOffice, som er helt eller delvis
1089 utilgjengelig for svaksynte og blinde – noe avhengig av plattform og
1090 hjelpemiddelprogramvare.&lt;/p&gt;
1091
1092 &lt;/blockquote&gt;&lt;/p&gt;
1093
1094 &lt;p&gt;Jeg håper noen involvert i OpenOffice.org og/eller LibreOffice tar
1095 kontakt med Norges Blindeforbund og oppklarer det som for meg virker å
1096 være en misforståelse, i og med at OpenOffice.org så vidt jeg vet
1097 fungerer fint også for blinde.&lt;/p&gt;
1098
1099 &lt;p&gt;Jeg ble minnet på problemstillingen da jeg leste Slashdot-saken om
1100 &quot;&lt;a href=&quot;http://linux.slashdot.org/story/12/05/21/1417221/the-state-of-linux-accessibility&quot;&gt;The
1101 State of Linux Accessibility&lt;/a&gt;&quot;, som også hevder at Linux fungerer
1102 utmerket for blinde.&lt;/p&gt;
1103 </description>
1104 </item>
1105
1106 <item>
1107 <title>NUUGs leverer høringsuttalelse om v3.1 av statens referansekatalog</title>
1108 <link>http://people.skolelinux.org/pere/blog/NUUGs_leverer_h_ringsuttalelse_om_v3_1_av_statens_referansekatalog.html</link>
1109 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/NUUGs_leverer_h_ringsuttalelse_om_v3_1_av_statens_referansekatalog.html</guid>
1110 <pubDate>Fri, 27 Apr 2012 15:30:00 +0200</pubDate>
1111 <description>&lt;p&gt;NUUG-styremedlem Hans-Petter Fjeld
1112 &lt;a href=&quot;https://plus.google.com/u/0/110394259537201279374/posts/AGzRmAuFdW1&quot;&gt;meldte
1113 nettopp&lt;/a&gt; at han har sendt inn &lt;a href=&quot;http://www.nuug.no/&quot;&gt;NUUG&lt;/a&gt;s
1114 høringsuttalelse angående Difi sin standardkatalog v3.1. Jeg er veldig
1115 glad for at så mange bidro og sikret at vår stemme blir hørt i denne
1116 høringen. Anbefaler alle å lese våre
1117 &lt;a href=&quot;http://wiki.nuug.no/uttalelser/201204-standardkatalog-v3.1&quot;&gt;to
1118 sider med innspill&lt;/a&gt;.&lt;/p&gt;
1119 </description>
1120 </item>
1121
1122 <item>
1123 <title>HTC One X - Your video? What do you mean?</title>
1124 <link>http://people.skolelinux.org/pere/blog/HTC_One_X___Your_video___What_do_you_mean_.html</link>
1125 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/HTC_One_X___Your_video___What_do_you_mean_.html</guid>
1126 <pubDate>Thu, 26 Apr 2012 13:20:00 +0200</pubDate>
1127 <description>&lt;p&gt;In &lt;a href=&quot;http://www.idg.no/computerworld/article243690.ece&quot;&gt;an
1128 article today&lt;/a&gt; published by Computerworld Norway, the photographer
1129 &lt;a href=&quot;http://www.urke.com/eirik/&quot;&gt;Eirik Helland Urke&lt;/a&gt; reports
1130 that the video editor application included with
1131 &lt;a href=&quot;http://www.htc.com/www/smartphones/htc-one-x/#specs&quot;&gt;HTC One
1132 X&lt;/a&gt; have some quite surprising terms of use. The article is mostly
1133 based on the twitter message from mister Urke, stating:
1134
1135 &lt;p&gt;&lt;blockquote&gt;
1136 &quot;&lt;a href=&quot;http://twitter.com/urke/status/194062269724897280&quot;&gt;Drøy
1137 brukeravtale: HTC kan bruke MINE redigerte videoer kommersielt. Selv
1138 kan jeg KUN bruke dem privat.&lt;/a&gt;&quot;
1139 &lt;/blockquote&gt;&lt;/p&gt;
1140
1141 &lt;p&gt;I quickly translated it to this English message:&lt;/p&gt;
1142
1143 &lt;p&gt;&lt;blockquote&gt;
1144 &quot;Arrogant user agreement: HTC can use MY edited videos
1145 commercially. Although I can ONLY use them privately.&quot;
1146 &lt;/blockquote&gt;&lt;/p&gt;
1147
1148 &lt;p&gt;I&#39;ve been unable to find the text of the license term myself, but
1149 suspect it is a variation of the MPEG-LA terms I
1150 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/Terms_of_use_for_video_produced_by_a_Canon_IXUS_130_digital_camera.html&quot;&gt;discovered
1151 with my Canon IXUS 130&lt;/a&gt;. The HTC One X specification specifies that
1152 the recording format of the phone is .amr for audio and .mp3 for
1153 video. AMR is
1154 &lt;a href=&quot;http://en.wikipedia.org/wiki/Adaptive_Multi-Rate_audio_codec#Licensing_and_patent_issues&quot;&gt;Adaptive
1155 Multi-Rate audio codec&lt;/a&gt; with patents which according to the
1156 Wikipedia article require an license agreement with
1157 &lt;a href=&quot;http://www.voiceage.com/&quot;&gt;VoiceAge&lt;/a&gt;. MP4 is
1158 &lt;a href=&quot;http://en.wikipedia.org/wiki/H.264/MPEG-4_AVC#Patent_licensing&quot;&gt;MPEG4 with
1159 H.264&lt;/a&gt;, which according to Wikipedia require a licence agreement
1160 with &lt;a href=&quot;http://www.mpegla.com/&quot;&gt;MPEG-LA&lt;/a&gt;.&lt;/p&gt;
1161
1162 &lt;p&gt;I know why I prefer
1163 &lt;a href=&quot;http://www.digistan.org/open-standard:definition&quot;&gt;free and open
1164 standards&lt;/a&gt; also for video.&lt;/p&gt;
1165 </description>
1166 </item>
1167
1168 <item>
1169 <title>RAND terms - non-reasonable and discriminatory</title>
1170 <link>http://people.skolelinux.org/pere/blog/RAND_terms___non_reasonable_and_discriminatory.html</link>
1171 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/RAND_terms___non_reasonable_and_discriminatory.html</guid>
1172 <pubDate>Thu, 19 Apr 2012 22:20:00 +0200</pubDate>
1173 <description>&lt;p&gt;Here in Norway, the
1174 &lt;a href=&quot;http://www.regjeringen.no/nb/dep/fad.html?id=339&quot;&gt; Ministry of
1175 Government Administration, Reform and Church Affairs&lt;/a&gt; is behind
1176 a &lt;a href=&quot;http://standard.difi.no/forvaltningsstandarder&quot;&gt;directory of
1177 standards&lt;/a&gt; that are recommended or mandatory for use by the
1178 government. When the directory was created, the people behind it made
1179 an effort to ensure that everyone would be able to implement the
1180 standards and compete on equal terms to supply software and solutions
1181 to the government. Free software and non-free software could compete
1182 on the same level.&lt;/p&gt;
1183
1184 &lt;p&gt;But recently, some standards with RAND
1185 (&lt;a href=&quot;http://en.wikipedia.org/wiki/Reasonable_and_non-discriminatory_licensing&quot;&gt;Reasonable
1186 And Non-Discriminatory&lt;/a&gt;) terms have made their way into the
1187 directory. And while this might not sound too bad, the fact is that
1188 standard specifications with RAND terms often block free software from
1189 implementing them. The reasonable part of RAND mean that the cost per
1190 user/unit is low,and the non-discriminatory part mean that everyone
1191 willing to pay will get a license. Both sound great in theory. In
1192 practice, to get such license one need to be able to count users, and
1193 be able to pay a small amount of money per unit or user. By
1194 definition, users of free software do not need to register their use.
1195 So counting users or units is not possible for free software projects.
1196 And given that people will use the software without handing any money
1197 to the author, it is not really economically possible for a free
1198 software author to pay a small amount of money to license the rights
1199 to implement a standard when the income available is zero. The result
1200 in these situations is that free software are locked out from
1201 implementing standards with RAND terms.&lt;/p&gt;
1202
1203 &lt;p&gt;Because of this, when I see someone claiming the terms of a
1204 standard is reasonable and non-discriminatory, all I can think of is
1205 how this really is non-reasonable and discriminatory. Because free
1206 software developers are working in a global market, it does not really
1207 help to know that software patents are not supposed to be enforceable
1208 in Norway. The patent regimes in other countries affect us even here.
1209 I really hope the people behind the standard directory will pay more
1210 attention to these issues in the future.&lt;/p&gt;
1211
1212 &lt;p&gt;You can find more on the issues with RAND, FRAND and RAND-Z terms
1213 from Simon Phipps
1214 (&lt;a href=&quot;http://blogs.computerworlduk.com/simon-says/2010/11/rand-not-so-reasonable/&quot;&gt;RAND:
1215 Not So Reasonable?&lt;/a&gt;).&lt;/p&gt;
1216
1217 &lt;p&gt;Update 2012-04-21: Just came across a
1218 &lt;a href=&quot;http://blogs.computerworlduk.com/open-enterprise/2012/04/of-microsoft-netscape-patents-and-open-standards/index.htm&quot;&gt;blog
1219 post from Glyn Moody&lt;/a&gt; over at Computer World UK warning about the
1220 same issue, and urging people to speak out to the UK government. I
1221 can only urge Norwegian users to do the same for
1222 &lt;a href=&quot;http://www.standard.difi.no/hoyring/hoyring-om-nye-anbefalte-it-standarder&quot;&gt;the
1223 hearing taking place at the moment&lt;/a&gt; (respond before 2012-04-27).
1224 It proposes to require video conferencing standards including
1225 specifications with RAND terms.&lt;/p&gt;
1226 </description>
1227 </item>
1228
1229 <item>
1230 <title>The video format most supported in web browsers?</title>
1231 <link>http://people.skolelinux.org/pere/blog/The_video_format_most_supported_in_web_browsers_.html</link>
1232 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/The_video_format_most_supported_in_web_browsers_.html</guid>
1233 <pubDate>Sun, 16 Jan 2011 00:20:00 +0100</pubDate>
1234 <description>&lt;p&gt;The video format struggle on the web continues, and the three
1235 contenders seem to be Ogg Theora, H.264 and WebM. Most video sites
1236 seem to use H.264, while others use Ogg Theora. Interestingly enough,
1237 the comments I see give me the feeling that a lot of people believe
1238 H.264 is the most supported video format in browsers, but according to
1239 the Wikipedia article on
1240 &lt;a href=&quot;http://en.wikipedia.org/wiki/HTML5_video&quot;&gt;HTML5 video&lt;/a&gt;,
1241 this is not true. Check out the nice table of supprted formats in
1242 different browsers there. The format supported by most browsers is
1243 Ogg Theora, supported by released versions of Mozilla Firefox, Google
1244 Chrome, Chromium, Opera, Konqueror, Epiphany, Origyn Web Browser and
1245 BOLT browser, while not supported by Internet Explorer nor Safari.
1246 The runner up is WebM supported by released versions of Google Chrome
1247 Chromium Opera and Origyn Web Browser, and test versions of Mozilla
1248 Firefox. H.264 is supported by released versions of Safari, Origyn
1249 Web Browser and BOLT browser, and the test version of Internet
1250 Explorer. Those wanting Ogg Theora support in Internet Explorer and
1251 Safari can install plugins to get it.&lt;/p&gt;
1252
1253 &lt;p&gt;To me, the simple conclusion from this is that to reach most users
1254 without any extra software installed, one uses Ogg Theora with the
1255 HTML5 video tag. Of course to reach all those without a browser
1256 handling HTML5, one need fallback mechanisms. In
1257 &lt;a href=&quot;http://www.nuug.no/&quot;&gt;NUUG&lt;/a&gt;, we provide first fallback to a
1258 plugin capable of playing MPEG1 video, and those without such support
1259 we have a second fallback to the Cortado java applet playing Ogg
1260 Theora. This seem to work quite well, as can be seen in an &lt;a
1261 href=&quot;http://www.nuug.no/aktiviteter/20110111-semantic-web/&quot;&gt;example
1262 from last week&lt;/a&gt;.&lt;/p&gt;
1263
1264 &lt;p&gt;The reason Ogg Theora is the most supported format, and H.264 is
1265 the least supported is simple. Implementing and using H.264
1266 require royalty payment to MPEG-LA, and the terms of use from MPEG-LA
1267 are incompatible with free software licensing. If you believed H.264
1268 was without royalties and license terms, check out
1269 &quot;&lt;a href=&quot;http://webmink.com/essays/h-264/&quot;&gt;H.264 – Not The Kind Of
1270 Free That Matters&lt;/a&gt;&quot; by Simon Phipps.&lt;/p&gt;
1271
1272 &lt;p&gt;A incomplete list of sites providing video in Ogg Theora is
1273 available from
1274 &lt;a href=&quot;http://wiki.xiph.org/index.php/List_of_Theora_videos&quot;&gt;the
1275 Xiph.org wiki&lt;/a&gt;, if you want to have a look. I&#39;m not aware of a
1276 similar list for WebM nor H.264.&lt;/p&gt;
1277
1278 &lt;p&gt;Update 2011-01-16 09:40: A question from Tollef on IRC made me
1279 realise that I failed to make it clear enough this text is about the
1280 &amp;lt;video&amp;gt; tag support in browsers and not the video support
1281 provided by external plugins like the Flash plugins.&lt;/p&gt;
1282 </description>
1283 </item>
1284
1285 <item>
1286 <title>Chrome plan to drop H.264 support for HTML5 &amp;lt;video&amp;gt;</title>
1287 <link>http://people.skolelinux.org/pere/blog/Chrome_plan_to_drop_H_264_support_for_HTML5__lt_video_gt_.html</link>
1288 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Chrome_plan_to_drop_H_264_support_for_HTML5__lt_video_gt_.html</guid>
1289 <pubDate>Wed, 12 Jan 2011 22:10:00 +0100</pubDate>
1290 <description>&lt;p&gt;Today I discovered
1291 &lt;a href=&quot;http://www.digi.no/860070/google-dropper-h264-stotten-i-chrome&quot;&gt;via
1292 digi.no&lt;/a&gt; that the Chrome developers, in a surprising announcement,
1293 &lt;a href=&quot;http://blog.chromium.org/2011/01/html-video-codec-support-in-chrome.html&quot;&gt;yesterday
1294 announced&lt;/a&gt; plans to drop H.264 support for HTML5 &amp;lt;video&amp;gt; in
1295 the browser. The argument used is that H.264 is not a &quot;completely
1296 open&quot; codec technology. If you believe H.264 was free for everyone
1297 to use, I recommend having a look at the essay
1298 &quot;&lt;a href=&quot;http://webmink.com/essays/h-264/&quot;&gt;H.264 – Not The Kind Of
1299 Free That Matters&lt;/a&gt;&quot;. It is not free of cost for creators of video
1300 tools, nor those of us that want to publish on the Internet, and the
1301 terms provided by MPEG-LA excludes free software projects from
1302 licensing the patents needed for H.264. Some background information
1303 on the Google announcement is available from
1304 &lt;a href=&quot;http://www.osnews.com/story/24243/Google_To_Drop_H264_Support_from_Chrome&quot;&gt;OSnews&lt;/a&gt;.
1305 A good read. :)&lt;/p&gt;
1306
1307 &lt;p&gt;Personally, I believe it is great that Google is taking a stand to
1308 promote equal terms for everyone when it comes to video publishing on
1309 the Internet. This can only be done by publishing using free and open
1310 standards, which is only possible if the web browsers provide support
1311 for these free and open standards. At the moment there seem to be two
1312 camps in the web browser world when it come to video support. Some
1313 browsers support H.264, and others support
1314 &lt;a href=&quot;http://www.theora.org/&quot;&gt;Ogg Theora&lt;/a&gt; and
1315 &lt;a href=&quot;http://www.webmproject.org/&quot;&gt;WebM&lt;/a&gt;
1316 (&lt;a href=&quot;http://www.diracvideo.org/&quot;&gt;Dirac&lt;/a&gt; is not really an option
1317 yet), forcing those of us that want to publish video on the Internet
1318 and which can not accept the terms of use presented by MPEG-LA for
1319 H.264 to not reach all potential viewers.
1320 Wikipedia keep &lt;a href=&quot;http://en.wikipedia.org/wiki/HTML5_video&quot;&gt;an
1321 updated summary&lt;/a&gt; of the current browser support.&lt;/p&gt;
1322
1323 &lt;p&gt;Not surprising, several people would prefer Google to keep
1324 promoting H.264, and John Gruber
1325 &lt;a href=&quot;http://daringfireball.net/2011/01/simple_questions&quot;&gt;presents
1326 the mind set&lt;/a&gt; of these people quite well. His rhetorical questions
1327 provoked a reply from Thom Holwerda with another set of questions
1328 &lt;a href=&quot;http://www.osnews.com/story/24245/10_Questions_for_John_Gruber_Regarding_H_264_WebM&quot;&gt;presenting
1329 the issues with H.264&lt;/a&gt;. Both are worth a read.&lt;/p&gt;
1330
1331 &lt;p&gt;Some argue that if Google is dropping H.264 because it isn&#39;t free,
1332 they should also drop support for the Adobe Flash plugin. This
1333 argument was covered by Simon Phipps in
1334 &lt;a href=&quot;http://blogs.computerworlduk.com/simon-says/2011/01/google-and-h264---far-from-hypocritical/index.htm&quot;&gt;todays
1335 blog post&lt;/a&gt;, which I find to put the issue in context. To me it
1336 make perfect sense to drop native H.264 support for HTML5 in the
1337 browser while still allowing plugins.&lt;/p&gt;
1338
1339 &lt;p&gt;I suspect the reason this announcement make so many people protest,
1340 is that all the users and promoters of H.264 suddenly get an uneasy
1341 feeling that they might be backing the wrong horse. A lot of TV
1342 broadcasters have been moving to H.264 the last few years, and a lot
1343 of money has been invested in hardware based on the belief that they
1344 could use the same video format for both broadcasting and web
1345 publishing. Suddenly this belief is shaken.&lt;/p&gt;
1346
1347 &lt;p&gt;An interesting question is why Google is doing this. While the
1348 presented argument might be true enough, I believe Google would only
1349 present the argument if the change make sense from a business
1350 perspective. One reason might be that they are currently negotiating
1351 with MPEG-LA over royalties or usage terms, and giving MPEG-LA the
1352 feeling that dropping H.264 completely from Chroome, Youtube and
1353 Google Video would improve the negotiation position of Google.
1354 Another reason might be that Google want to save money by not having
1355 to pay the video tax to MPEG-LA at all, and thus want to move to a
1356 video format not requiring royalties at all. A third reason might be
1357 that the Chrome development team simply want to avoid the
1358 Chrome/Chromium split to get more help with the development of Chrome.
1359 I guess time will tell.&lt;/p&gt;
1360
1361 &lt;p&gt;Update 2011-01-15: The Google Chrome team provided
1362 &lt;a href=&quot;http://blog.chromium.org/2011/01/more-about-chrome-html-video-codec.html&quot;&gt;more
1363 background and information on the move&lt;/a&gt; it a blog post yesterday.&lt;/p&gt;
1364 </description>
1365 </item>
1366
1367 <item>
1368 <title>What standards are Free and Open as defined by Digistan?</title>
1369 <link>http://people.skolelinux.org/pere/blog/What_standards_are_Free_and_Open_as_defined_by_Digistan_.html</link>
1370 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/What_standards_are_Free_and_Open_as_defined_by_Digistan_.html</guid>
1371 <pubDate>Thu, 30 Dec 2010 23:15:00 +0100</pubDate>
1372 <description>&lt;p&gt;After trying to
1373 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/Is_Ogg_Theora_a_free_and_open_standard_.html&quot;&gt;compare
1374 Ogg Theora&lt;/a&gt; to
1375 &lt;a href=&quot;http://www.digistan.org/open-standard:definition&quot;&gt;the Digistan
1376 definition&lt;/a&gt; of a free and open standard, I concluded that this need
1377 to be done for more standards and started on a framework for doing
1378 this. As a start, I want to get the status for all the standards in
1379 the Norwegian reference directory, which include UTF-8, HTML, PDF, ODF,
1380 JPEG, PNG, SVG and others. But to be able to complete this in a
1381 reasonable time frame, I will need help.&lt;/p&gt;
1382
1383 &lt;p&gt;If you want to help out with this work, please visit
1384 &lt;a href=&quot;http://wiki.nuug.no/grupper/standard/digistan-analyse&quot;&gt;the
1385 wiki pages I have set up for this&lt;/a&gt;, and let me know that you want
1386 to help out. The IRC channel #nuug on irc.freenode.net is a good
1387 place to coordinate this for now, as it is the IRC channel for the
1388 NUUG association where I have created the framework (I am the leader
1389 of the Norwegian Unix User Group).&lt;/p&gt;
1390
1391 &lt;p&gt;The framework is still forming, and a lot is left to do. Do not be
1392 scared by the sketchy form of the current pages. :)&lt;/p&gt;
1393 </description>
1394 </item>
1395
1396 <item>
1397 <title>The many definitions of a open standard</title>
1398 <link>http://people.skolelinux.org/pere/blog/The_many_definitions_of_a_open_standard.html</link>
1399 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/The_many_definitions_of_a_open_standard.html</guid>
1400 <pubDate>Mon, 27 Dec 2010 14:45:00 +0100</pubDate>
1401 <description>&lt;p&gt;One of the reasons I like the Digistan definition of
1402 &quot;&lt;a href=&quot;http://www.digistan.org/open-standard:definition&quot;&gt;Free and
1403 Open Standard&lt;/a&gt;&quot; is that this is a new term, and thus the meaning of
1404 the term has been decided by Digistan. The term &quot;Open Standard&quot; has
1405 become so misunderstood that it is no longer very useful when talking
1406 about standards. One end up discussing which definition is the best
1407 one and with such frame the only one gaining are the proponents of
1408 de-facto standards and proprietary solutions.&lt;/p&gt;
1409
1410 &lt;p&gt;But to give us an idea about the diversity of definitions of open
1411 standards, here are a few that I know about. This list is not
1412 complete, but can be a starting point for those that want to do a
1413 complete survey. More definitions are available on the
1414 &lt;a href=&quot;http://en.wikipedia.org/wiki/Open_standard&quot;&gt;wikipedia
1415 page&lt;/a&gt;.&lt;/p&gt;
1416
1417 &lt;p&gt;First off is my favourite, the definition from the European
1418 Interoperability Framework version 1.0. Really sad to notice that BSA
1419 and others has succeeded in getting it removed from version 2.0 of the
1420 framework by stacking the committee drafting the new version with
1421 their own people. Anyway, the definition is still available and it
1422 include the key properties needed to make sure everyone can use a
1423 specification on equal terms.&lt;/p&gt;
1424
1425 &lt;blockquote&gt;
1426
1427 &lt;p&gt;The following are the minimal characteristics that a specification
1428 and its attendant documents must have in order to be considered an
1429 open standard:&lt;/p&gt;
1430
1431 &lt;ul&gt;
1432
1433 &lt;li&gt;The standard is adopted and will be maintained by a not-for-profit
1434 organisation, and its ongoing development occurs on the basis of an
1435 open decision-making procedure available to all interested parties
1436 (consensus or majority decision etc.).&lt;/li&gt;
1437
1438 &lt;li&gt;The standard has been published and the standard specification
1439 document is available either freely or at a nominal charge. It must be
1440 permissible to all to copy, distribute and use it for no fee or at a
1441 nominal fee.&lt;/li&gt;
1442
1443 &lt;li&gt;The intellectual property - i.e. patents possibly present - of
1444 (parts of) the standard is made irrevocably available on a royalty-
1445 free basis.&lt;/li&gt;
1446
1447 &lt;li&gt;There are no constraints on the re-use of the standard.&lt;/li&gt;
1448
1449 &lt;/ul&gt;
1450 &lt;/blockquote&gt;
1451
1452 &lt;p&gt;Another one originates from my friends over at
1453 &lt;a href=&quot;http://www.dkuug.dk/&quot;&gt;DKUUG&lt;/a&gt;, who coined and gathered
1454 support for &lt;a href=&quot;http://www.aaben-standard.dk/&quot;&gt;this
1455 definition&lt;/a&gt; in 2004. It even made it into the Danish parlament as
1456 &lt;a href=&quot;http://www.ft.dk/dokumenter/tingdok.aspx?/samling/20051/beslutningsforslag/B103/som_fremsat.htm&quot;&gt;their
1457 definition of a open standard&lt;/a&gt;. Another from a different part of
1458 the Danish government is available from the wikipedia page.&lt;/p&gt;
1459
1460 &lt;blockquote&gt;
1461
1462 &lt;p&gt;En åben standard opfylder følgende krav:&lt;/p&gt;
1463
1464 &lt;ol&gt;
1465
1466 &lt;li&gt;Veldokumenteret med den fuldstændige specifikation offentligt
1467 tilgængelig.&lt;/li&gt;
1468
1469 &lt;li&gt;Frit implementerbar uden økonomiske, politiske eller juridiske
1470 begrænsninger på implementation og anvendelse.&lt;/li&gt;
1471
1472 &lt;li&gt;Standardiseret og vedligeholdt i et åbent forum (en såkaldt
1473 &quot;standardiseringsorganisation&quot;) via en åben proces.&lt;/li&gt;
1474
1475 &lt;/ol&gt;
1476
1477 &lt;/blockquote&gt;
1478
1479 &lt;p&gt;Then there is &lt;a href=&quot;http://www.fsfe.org/projects/os/def.html&quot;&gt;the
1480 definition&lt;/a&gt; from Free Software Foundation Europe.&lt;/p&gt;
1481
1482 &lt;blockquote&gt;
1483
1484 &lt;p&gt;An Open Standard refers to a format or protocol that is&lt;/p&gt;
1485
1486 &lt;ol&gt;
1487
1488 &lt;li&gt;subject to full public assessment and use without constraints in a
1489 manner equally available to all parties;&lt;/li&gt;
1490
1491 &lt;li&gt;without any components or extensions that have dependencies on
1492 formats or protocols that do not meet the definition of an Open
1493 Standard themselves;&lt;/li&gt;
1494
1495 &lt;li&gt;free from legal or technical clauses that limit its utilisation by
1496 any party or in any business model;&lt;/li&gt;
1497
1498 &lt;li&gt;managed and further developed independently of any single vendor
1499 in a process open to the equal participation of competitors and third
1500 parties;&lt;/li&gt;
1501
1502 &lt;li&gt;available in multiple complete implementations by competing
1503 vendors, or as a complete implementation equally available to all
1504 parties.&lt;/li&gt;
1505
1506 &lt;/ol&gt;
1507
1508 &lt;/blockquote&gt;
1509
1510 &lt;p&gt;A long time ago, SUN Microsystems, now bought by Oracle, created
1511 its
1512 &lt;a href=&quot;http://blogs.sun.com/dennisding/resource/Open%20Standard%20Definition.pdf&quot;&gt;Open
1513 Standards Checklist&lt;/a&gt; with a fairly detailed description.&lt;/p&gt;
1514
1515 &lt;blockquote&gt;
1516 &lt;p&gt;Creation and Management of an Open Standard
1517
1518 &lt;ul&gt;
1519
1520 &lt;li&gt;Its development and management process must be collaborative and
1521 democratic:
1522
1523 &lt;ul&gt;
1524
1525 &lt;li&gt;Participation must be accessible to all those who wish to
1526 participate and can meet fair and reasonable criteria
1527 imposed by the organization under which it is developed
1528 and managed.&lt;/li&gt;
1529
1530 &lt;li&gt;The processes must be documented and, through a known
1531 method, can be changed through input from all
1532 participants.&lt;/li&gt;
1533
1534 &lt;li&gt;The process must be based on formal and binding commitments for
1535 the disclosure and licensing of intellectual property rights.&lt;/li&gt;
1536
1537 &lt;li&gt;Development and management should strive for consensus,
1538 and an appeals process must be clearly outlined.&lt;/li&gt;
1539
1540 &lt;li&gt;The standard specification must be open to extensive
1541 public review at least once in its life-cycle, with
1542 comments duly discussed and acted upon, if required.&lt;/li&gt;
1543
1544 &lt;/ul&gt;
1545
1546 &lt;/li&gt;
1547
1548 &lt;/ul&gt;
1549
1550 &lt;p&gt;Use and Licensing of an Open Standard&lt;/p&gt;
1551 &lt;ul&gt;
1552
1553 &lt;li&gt;The standard must describe an interface, not an implementation,
1554 and the industry must be capable of creating multiple, competing
1555 implementations to the interface described in the standard without
1556 undue or restrictive constraints. Interfaces include APIs,
1557 protocols, schemas, data formats and their encoding.&lt;/li&gt;
1558
1559 &lt;li&gt; The standard must not contain any proprietary &quot;hooks&quot; that create
1560 a technical or economic barriers&lt;/li&gt;
1561
1562 &lt;li&gt;Faithful implementations of the standard must
1563 interoperate. Interoperability means the ability of a computer
1564 program to communicate and exchange information with other computer
1565 programs and mutually to use the information which has been
1566 exchanged. This includes the ability to use, convert, or exchange
1567 file formats, protocols, schemas, interface information or
1568 conventions, so as to permit the computer program to work with other
1569 computer programs and users in all the ways in which they are
1570 intended to function.&lt;/li&gt;
1571
1572 &lt;li&gt;It must be permissible for anyone to copy, distribute and read the
1573 standard for a nominal fee, or even no fee. If there is a fee, it
1574 must be low enough to not preclude widespread use.&lt;/li&gt;
1575
1576 &lt;li&gt;It must be possible for anyone to obtain free (no royalties or
1577 fees; also known as &quot;royalty free&quot;), worldwide, non-exclusive and
1578 perpetual licenses to all essential patent claims to make, use and
1579 sell products based on the standard. The only exceptions are
1580 terminations per the reciprocity and defensive suspension terms
1581 outlined below. Essential patent claims include pending, unpublished
1582 patents, published patents, and patent applications. The license is
1583 only for the exact scope of the standard in question.
1584
1585 &lt;ul&gt;
1586
1587 &lt;li&gt; May be conditioned only on reciprocal licenses to any of
1588 licensees&#39; patent claims essential to practice that standard
1589 (also known as a reciprocity clause)&lt;/li&gt;
1590
1591 &lt;li&gt; May be terminated as to any licensee who sues the licensor
1592 or any other licensee for infringement of patent claims
1593 essential to practice that standard (also known as a
1594 &quot;defensive suspension&quot; clause)&lt;/li&gt;
1595
1596 &lt;li&gt; The same licensing terms are available to every potential
1597 licensor&lt;/li&gt;
1598
1599 &lt;/ul&gt;
1600 &lt;/li&gt;
1601
1602 &lt;li&gt;The licensing terms of an open standards must not preclude
1603 implementations of that standard under open source licensing terms
1604 or restricted licensing terms&lt;/li&gt;
1605
1606 &lt;/ul&gt;
1607
1608 &lt;/blockquote&gt;
1609
1610 &lt;p&gt;It is said that one of the nice things about standards is that
1611 there are so many of them. As you can see, the same holds true for
1612 open standard definitions. Most of the definitions have a lot in
1613 common, and it is not really controversial what properties a open
1614 standard should have, but the diversity of definitions have made it
1615 possible for those that want to avoid a level marked field and real
1616 competition to downplay the significance of open standards. I hope we
1617 can turn this tide by focusing on the advantages of Free and Open
1618 Standards.&lt;/p&gt;
1619 </description>
1620 </item>
1621
1622 <item>
1623 <title>Is Ogg Theora a free and open standard?</title>
1624 <link>http://people.skolelinux.org/pere/blog/Is_Ogg_Theora_a_free_and_open_standard_.html</link>
1625 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Is_Ogg_Theora_a_free_and_open_standard_.html</guid>
1626 <pubDate>Sat, 25 Dec 2010 20:25:00 +0100</pubDate>
1627 <description>&lt;p&gt;&lt;a href=&quot;http://www.digistan.org/open-standard:definition&quot;&gt;The
1628 Digistan definition&lt;/a&gt; of a free and open standard reads like this:&lt;/p&gt;
1629
1630 &lt;blockquote&gt;
1631
1632 &lt;p&gt;The Digital Standards Organization defines free and open standard
1633 as follows:&lt;/p&gt;
1634
1635 &lt;ol&gt;
1636
1637 &lt;li&gt;A free and open standard is immune to vendor capture at all stages
1638 in its life-cycle. Immunity from vendor capture makes it possible to
1639 freely use, improve upon, trust, and extend a standard over time.&lt;/li&gt;
1640
1641 &lt;li&gt;The standard is adopted and will be maintained by a not-for-profit
1642 organisation, and its ongoing development occurs on the basis of an
1643 open decision-making procedure available to all interested
1644 parties.&lt;/li&gt;
1645
1646 &lt;li&gt;The standard has been published and the standard specification
1647 document is available freely. It must be permissible to all to copy,
1648 distribute, and use it freely.&lt;/li&gt;
1649
1650 &lt;li&gt;The patents possibly present on (parts of) the standard are made
1651 irrevocably available on a royalty-free basis.&lt;/li&gt;
1652
1653 &lt;li&gt;There are no constraints on the re-use of the standard.&lt;/li&gt;
1654
1655 &lt;/ol&gt;
1656
1657 &lt;p&gt;The economic outcome of a free and open standard, which can be
1658 measured, is that it enables perfect competition between suppliers of
1659 products based on the standard.&lt;/p&gt;
1660 &lt;/blockquote&gt;
1661
1662 &lt;p&gt;For a while now I have tried to figure out of Ogg Theora is a free
1663 and open standard according to this definition. Here is a short
1664 writeup of what I have been able to gather so far. I brought up the
1665 topic on the Xiph advocacy mailing list
1666 &lt;a href=&quot;http://lists.xiph.org/pipermail/advocacy/2009-July/001632.html&quot;&gt;in
1667 July 2009&lt;/a&gt;, for those that want to see some background information.
1668 According to Ivo Emanuel Gonçalves and Monty Montgomery on that list
1669 the Ogg Theora specification fulfils the Digistan definition.&lt;/p&gt;
1670
1671 &lt;p&gt;&lt;strong&gt;Free from vendor capture?&lt;/strong&gt;&lt;/p&gt;
1672
1673 &lt;p&gt;As far as I can see, there is no single vendor that can control the
1674 Ogg Theora specification. It can be argued that the
1675 &lt;a href=&quot;http://www.xiph.org/&quot;&gt;Xiph foundation&lt;/A&gt; is such vendor, but
1676 given that it is a non-profit foundation with the expressed goal
1677 making free and open protocols and standards available, it is not
1678 obvious that this is a real risk. One issue with the Xiph
1679 foundation is that its inner working (as in board member list, or who
1680 control the foundation) are not easily available on the web. I&#39;ve
1681 been unable to find out who is in the foundation board, and have not
1682 seen any accounting information documenting how money is handled nor
1683 where is is spent in the foundation. It is thus not obvious for an
1684 external observer who control The Xiph foundation, and for all I know
1685 it is possible for a single vendor to take control over the
1686 specification. But it seem unlikely.&lt;/p&gt;
1687
1688 &lt;p&gt;&lt;strong&gt;Maintained by open not-for-profit organisation?&lt;/strong&gt;&lt;/p&gt;
1689
1690 &lt;p&gt;Assuming that the Xiph foundation is the organisation its web pages
1691 claim it to be, this point is fulfilled. If Xiph foundation is
1692 controlled by a single vendor, it isn&#39;t, but I have not found any
1693 documentation indicating this.&lt;/p&gt;
1694
1695 &lt;p&gt;According to
1696 &lt;a href=&quot;http://media.hiof.no/diverse/fad/rapport_4.pdf&quot;&gt;a report&lt;/a&gt;
1697 prepared by Audun Vaaler og Børre Ludvigsen for the Norwegian
1698 government, the Xiph foundation is a non-commercial organisation and
1699 the development process is open, transparent and non-Discrimatory.
1700 Until proven otherwise, I believe it make most sense to believe the
1701 report is correct.&lt;/p&gt;
1702
1703 &lt;p&gt;&lt;strong&gt;Specification freely available?&lt;/strong&gt;&lt;/p&gt;
1704
1705 &lt;p&gt;The specification for the &lt;a href=&quot;http://www.xiph.org/ogg/doc/&quot;&gt;Ogg
1706 container format&lt;/a&gt; and both the
1707 &lt;a href=&quot;http://www.xiph.org/vorbis/doc/&quot;&gt;Vorbis&lt;/a&gt; and
1708 &lt;a href=&quot;http://theora.org/doc/&quot;&gt;Theora&lt;/a&gt; codeces are available on
1709 the web. This are the terms in the Vorbis and Theora specification:
1710
1711 &lt;blockquote&gt;
1712
1713 Anyone may freely use and distribute the Ogg and [Vorbis/Theora]
1714 specifications, whether in private, public, or corporate
1715 capacity. However, the Xiph.Org Foundation and the Ogg project reserve
1716 the right to set the Ogg [Vorbis/Theora] specification and certify
1717 specification compliance.
1718
1719 &lt;/blockquote&gt;
1720
1721 &lt;p&gt;The Ogg container format is specified in IETF
1722 &lt;a href=&quot;http://www.xiph.org/ogg/doc/rfc3533.txt&quot;&gt;RFC 3533&lt;/a&gt;, and
1723 this is the term:&lt;p&gt;
1724
1725 &lt;blockquote&gt;
1726
1727 &lt;p&gt;This document and translations of it may be copied and furnished to
1728 others, and derivative works that comment on or otherwise explain it
1729 or assist in its implementation may be prepared, copied, published and
1730 distributed, in whole or in part, without restriction of any kind,
1731 provided that the above copyright notice and this paragraph are
1732 included on all such copies and derivative works. However, this
1733 document itself may not be modified in any way, such as by removing
1734 the copyright notice or references to the Internet Society or other
1735 Internet organizations, except as needed for the purpose of developing
1736 Internet standards in which case the procedures for copyrights defined
1737 in the Internet Standards process must be followed, or as required to
1738 translate it into languages other than English.&lt;/p&gt;
1739
1740 &lt;p&gt;The limited permissions granted above are perpetual and will not be
1741 revoked by the Internet Society or its successors or assigns.&lt;/p&gt;
1742 &lt;/blockquote&gt;
1743
1744 &lt;p&gt;All these terms seem to allow unlimited distribution and use, an
1745 this term seem to be fulfilled. There might be a problem with the
1746 missing permission to distribute modified versions of the text, and
1747 thus reuse it in other specifications. Not quite sure if that is a
1748 requirement for the Digistan definition.&lt;/p&gt;
1749
1750 &lt;p&gt;&lt;strong&gt;Royalty-free?&lt;/strong&gt;&lt;/p&gt;
1751
1752 &lt;p&gt;There are no known patent claims requiring royalties for the Ogg
1753 Theora format.
1754 &lt;a href=&quot;http://www.streamingmedia.com/Articles/ReadArticle.aspx?ArticleID=65782&quot;&gt;MPEG-LA&lt;/a&gt;
1755 and
1756 &lt;a href=&quot;http://yro.slashdot.org/story/10/04/30/237238/Steve-Jobs-Hints-At-Theora-Lawsuit&quot;&gt;Steve
1757 Jobs&lt;/a&gt; in Apple claim to know about some patent claims (submarine
1758 patents) against the Theora format, but no-one else seem to believe
1759 them. Both Opera Software and the Mozilla Foundation have looked into
1760 this and decided to implement Ogg Theora support in their browsers
1761 without paying any royalties. For now the claims from MPEG-LA and
1762 Steve Jobs seem more like FUD to scare people to use the H.264 codec
1763 than any real problem with Ogg Theora.&lt;/p&gt;
1764
1765 &lt;p&gt;&lt;strong&gt;No constraints on re-use?&lt;/strong&gt;&lt;/p&gt;
1766
1767 &lt;p&gt;I am not aware of any constraints on re-use.&lt;/p&gt;
1768
1769 &lt;p&gt;&lt;strong&gt;Conclusion&lt;/strong&gt;&lt;/p&gt;
1770
1771 &lt;p&gt;3 of 5 requirements seem obviously fulfilled, and the remaining 2
1772 depend on the governing structure of the Xiph foundation. Given the
1773 background report used by the Norwegian government, I believe it is
1774 safe to assume the last two requirements are fulfilled too, but it
1775 would be nice if the Xiph foundation web site made it easier to verify
1776 this.&lt;/p&gt;
1777
1778 &lt;p&gt;It would be nice to see other analysis of other specifications to
1779 see if they are free and open standards.&lt;/p&gt;
1780 </description>
1781 </item>
1782
1783 <item>
1784 <title>The reply from Edgar Villanueva to Microsoft in Peru</title>
1785 <link>http://people.skolelinux.org/pere/blog/The_reply_from_Edgar_Villanueva_to_Microsoft_in_Peru.html</link>
1786 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/The_reply_from_Edgar_Villanueva_to_Microsoft_in_Peru.html</guid>
1787 <pubDate>Sat, 25 Dec 2010 10:50:00 +0100</pubDate>
1788 <description>&lt;p&gt;A few days ago
1789 &lt;a href=&quot;http://www.idg.no/computerworld/article189879.ece&quot;&gt;an
1790 article&lt;/a&gt; in the Norwegian Computerworld magazine about how version
1791 2.0 of
1792 &lt;a href=&quot;http://en.wikipedia.org/wiki/European_Interoperability_Framework&quot;&gt;European
1793 Interoperability Framework&lt;/a&gt; has been successfully lobbied by the
1794 proprietary software industry to remove the focus on free software.
1795 Nothing very surprising there, given
1796 &lt;a href=&quot;http://news.slashdot.org/story/10/03/29/2115235/Open-Source-Open-Standards-Under-Attack-In-Europe&quot;&gt;earlier
1797 reports&lt;/a&gt; on how Microsoft and others have stacked the committees in
1798 this work. But I find this very sad. The definition of
1799 &lt;a href=&quot;http://www.nuug.no/dokumenter/standard-presse-def-200506.txt&quot;&gt;an
1800 open standard from version 1&lt;/a&gt; was very good, and something I
1801 believe should be used also in the future, alongside
1802 &lt;a href=&quot;http://www.digistan.org/open-standard:definition&quot;&gt;the
1803 definition from Digistan&lt;/A&gt;. Version 2 have removed the open
1804 standard definition from its content.&lt;/p&gt;
1805
1806 &lt;p&gt;Anyway, the news reminded me of the great reply sent by Dr. Edgar
1807 Villanueva, congressman in Peru at the time, to Microsoft as a reply
1808 to Microsofts attack on his proposal regarding the use of free software
1809 in the public sector in Peru. As the text was not available from a
1810 few of the URLs where it used to be available, I copy it here from
1811 &lt;a href=&quot;http://gnuwin.epfl.ch/articles/en/reponseperou/villanueva_to_ms.html&quot;&gt;my
1812 source&lt;/a&gt; to ensure it is available also in the future. Some
1813 background information about that story is available in
1814 &lt;a href=&quot;http://www.linuxjournal.com/article/6099&quot;&gt;an article&lt;/a&gt; from
1815 Linux Journal in 2002.&lt;/p&gt;
1816
1817 &lt;blockquote&gt;
1818 &lt;p&gt;Lima, 8th of April, 2002&lt;br&gt;
1819 To: Señor JUAN ALBERTO GONZÁLEZ&lt;br&gt;
1820 General Manager of Microsoft Perú&lt;/p&gt;
1821
1822 &lt;p&gt;Dear Sir:&lt;/p&gt;
1823
1824 &lt;p&gt;First of all, I thank you for your letter of March 25, 2002 in which you state the official position of Microsoft relative to Bill Number 1609, Free Software in Public Administration, which is indubitably inspired by the desire for Peru to find a suitable place in the global technological context. In the same spirit, and convinced that we will find the best solutions through an exchange of clear and open ideas, I will take this opportunity to reply to the commentaries included in your letter.&lt;/p&gt;
1825
1826 &lt;p&gt;While acknowledging that opinions such as yours constitute a significant contribution, it would have been even more worthwhile for me if, rather than formulating objections of a general nature (which we will analyze in detail later) you had gathered solid arguments for the advantages that proprietary software could bring to the Peruvian State, and to its citizens in general, since this would have allowed a more enlightening exchange in respect of each of our positions.&lt;/p&gt;
1827
1828 &lt;p&gt;With the aim of creating an orderly debate, we will assume that what you call &quot;open source software&quot; is what the Bill defines as &quot;free software&quot;, since there exists software for which the source code is distributed together with the program, but which does not fall within the definition established by the Bill; and that what you call &quot;commercial software&quot; is what the Bill defines as &quot;proprietary&quot; or &quot;unfree&quot;, given that there exists free software which is sold in the market for a price like any other good or service.&lt;/p&gt;
1829
1830 &lt;p&gt;It is also necessary to make it clear that the aim of the Bill we are discussing is not directly related to the amount of direct savings that can by made by using free software in state institutions. That is in any case a marginal aggregate value, but in no way is it the chief focus of the Bill. The basic principles which inspire the Bill are linked to the basic guarantees of a state of law, such as:&lt;/p&gt;
1831
1832 &lt;p&gt;
1833 &lt;ul&gt;
1834 &lt;li&gt;Free access to public information by the citizen. &lt;/li&gt;
1835 &lt;li&gt;Permanence of public data. &lt;/li&gt;
1836 &lt;li&gt;Security of the State and citizens.&lt;/li&gt;
1837 &lt;/ul&gt;
1838 &lt;/p&gt;
1839
1840 &lt;p&gt;To guarantee the free access of citizens to public information, it is indispensable that the encoding of data is not tied to a single provider. The use of standard and open formats gives a guarantee of this free access, if necessary through the creation of compatible free software.&lt;/p&gt;
1841
1842 &lt;p&gt;To guarantee the permanence of public data, it is necessary that the usability and maintenance of the software does not depend on the goodwill of the suppliers, or on the monopoly conditions imposed by them. For this reason the State needs systems the development of which can be guaranteed due to the availability of the source code.&lt;/p&gt;
1843
1844 &lt;p&gt;To guarantee national security or the security of the State, it is indispensable to be able to rely on systems without elements which allow control from a distance or the undesired transmission of information to third parties. Systems with source code freely accessible to the public are required to allow their inspection by the State itself, by the citizens, and by a large number of independent experts throughout the world. Our proposal brings further security, since the knowledge of the source code will eliminate the growing number of programs with *spy code*. &lt;/p&gt;
1845
1846 &lt;p&gt;In the same way, our proposal strengthens the security of the citizens, both in their role as legitimate owners of information managed by the state, and in their role as consumers. In this second case, by allowing the growth of a widespread availability of free software not containing *spy code* able to put at risk privacy and individual freedoms.&lt;/p&gt;
1847
1848 &lt;p&gt;In this sense, the Bill is limited to establishing the conditions under which the state bodies will obtain software in the future, that is, in a way compatible with these basic principles.&lt;/p&gt;
1849
1850
1851 &lt;p&gt;From reading the Bill it will be clear that once passed:&lt;br&gt;
1852 &lt;li&gt;the law does not forbid the production of proprietary software&lt;/li&gt;
1853 &lt;li&gt;the law does not forbid the sale of proprietary software&lt;/li&gt;
1854 &lt;li&gt;the law does not specify which concrete software to use&lt;/li&gt;
1855 &lt;li&gt;the law does not dictate the supplier from whom software will be bought&lt;/li&gt;
1856 &lt;li&gt;the law does not limit the terms under which a software product can be licensed.&lt;/li&gt;
1857
1858 &lt;/p&gt;
1859
1860 &lt;p&gt;What the Bill does express clearly, is that, for software to be acceptable for the state it is not enough that it is technically capable of fulfilling a task, but that further the contractual conditions must satisfy a series of requirements regarding the license, without which the State cannot guarantee the citizen adequate processing of his data, watching over its integrity, confidentiality, and accessibility throughout time, as these are very critical aspects for its normal functioning.&lt;/p&gt;
1861
1862 &lt;p&gt;We agree, Mr. Gonzalez, that information and communication technology have a significant impact on the quality of life of the citizens (whether it be positive or negative). We surely also agree that the basic values I have pointed out above are fundamental in a democratic state like Peru. So we are very interested to know of any other way of guaranteeing these principles, other than through the use of free software in the terms defined by the Bill.&lt;/p&gt;
1863
1864 &lt;p&gt;As for the observations you have made, we will now go on to analyze them in detail:&lt;/p&gt;
1865
1866 &lt;p&gt;Firstly, you point out that: &quot;1. The bill makes it compulsory for all public bodies to use only free software, that is to say open source software, which breaches the principles of equality before the law, that of non-discrimination and the right of free private enterprise, freedom of industry and of contract, protected by the constitution.&quot;&lt;/p&gt;
1867
1868 &lt;p&gt;This understanding is in error. The Bill in no way affects the rights you list; it limits itself entirely to establishing conditions for the use of software on the part of state institutions, without in any way meddling in private sector transactions. It is a well established principle that the State does not enjoy the wide spectrum of contractual freedom of the private sector, as it is limited in its actions precisely by the requirement for transparency of public acts; and in this sense, the preservation of the greater common interest must prevail when legislating on the matter.&lt;/p&gt;
1869
1870 &lt;p&gt;The Bill protects equality under the law, since no natural or legal person is excluded from the right of offering these goods to the State under the conditions defined in the Bill and without more limitations than those established by the Law of State Contracts and Purchasing (T.U.O. by Supreme Decree No. 012-2001-PCM).&lt;/p&gt;
1871
1872 &lt;p&gt;The Bill does not introduce any discrimination whatever, since it only establishes *how* the goods have to be provided (which is a state power) and not *who* has to provide them (which would effectively be discriminatory, if restrictions based on national origin, race religion, ideology, sexual preference etc. were imposed). On the contrary, the Bill is decidedly antidiscriminatory. This is so because by defining with no room for doubt the conditions for the provision of software, it prevents state bodies from using software which has a license including discriminatory conditions.&lt;/p&gt;
1873
1874 &lt;p&gt;It should be obvious from the preceding two paragraphs that the Bill does not harm free private enterprise, since the latter can always choose under what conditions it will produce software; some of these will be acceptable to the State, and others will not be since they contradict the guarantee of the basic principles listed above. This free initiative is of course compatible with the freedom of industry and freedom of contract (in the limited form in which the State can exercise the latter). Any private subject can produce software under the conditions which the State requires, or can refrain from doing so. Nobody is forced to adopt a model of production, but if they wish to provide software to the State, they must provide the mechanisms which guarantee the basic principles, and which are those described in the Bill.&lt;/p&gt;
1875
1876 &lt;p&gt;By way of an example: nothing in the text of the Bill would prevent your company offering the State bodies an office &quot;suite&quot;, under the conditions defined in the Bill and setting the price that you consider satisfactory. If you did not, it would not be due to restrictions imposed by the law, but to business decisions relative to the method of commercializing your products, decisions with which the State is not involved.&lt;/p&gt;
1877
1878 &lt;p&gt;To continue; you note that:&quot; 2. The bill, by making the use of open source software compulsory, would establish discriminatory and non competitive practices in the contracting and purchasing by public bodies...&quot;&lt;/p&gt;
1879
1880 &lt;p&gt;This statement is just a reiteration of the previous one, and so the response can be found above. However, let us concern ourselves for a moment with your comment regarding &quot;non-competitive ... practices.&quot;&lt;/p&gt;
1881
1882 &lt;p&gt;Of course, in defining any kind of purchase, the buyer sets conditions which relate to the proposed use of the good or service. From the start, this excludes certain manufacturers from the possibility of competing, but does not exclude them &quot;a priori&quot;, but rather based on a series of principles determined by the autonomous will of the purchaser, and so the process takes place in conformance with the law. And in the Bill it is established that *no one* is excluded from competing as far as he guarantees the fulfillment of the basic principles.&lt;/p&gt;
1883
1884 &lt;p&gt;Furthermore, the Bill *stimulates* competition, since it tends to generate a supply of software with better conditions of usability, and to better existing work, in a model of continuous improvement.&lt;/p&gt;
1885
1886 &lt;p&gt;On the other hand, the central aspect of competivity is the chance to provide better choices to the consumer. Now, it is impossible to ignore the fact that marketing does not play a neutral role when the product is offered on the market (since accepting the opposite would lead one to suppose that firms&#39; expenses in marketing lack any sense), and that therefore a significant expense under this heading can influence the decisions of the purchaser. This influence of marketing is in large measure reduced by the bill that we are backing, since the choice within the framework proposed is based on the *technical merits* of the product and not on the effort put into commercialization by the producer; in this sense, competitiveness is increased, since the smallest software producer can compete on equal terms with the most powerful corporations.&lt;/p&gt;
1887
1888 &lt;p&gt;It is necessary to stress that there is no position more anti-competitive than that of the big software producers, which frequently abuse their dominant position, since in innumerable cases they propose as a solution to problems raised by users: &quot;update your software to the new version&quot; (at the user&#39;s expense, naturally); furthermore, it is common to find arbitrary cessation of technical help for products, which, in the provider&#39;s judgment alone, are &quot;old&quot;; and so, to receive any kind of technical assistance, the user finds himself forced to migrate to new versions (with non-trivial costs, especially as changes in hardware platform are often involved). And as the whole infrastructure is based on proprietary data formats, the user stays &quot;trapped&quot; in the need to continue using products from the same supplier, or to make the huge effort to change to another environment (probably also proprietary).&lt;/p&gt;
1889
1890 &lt;p&gt;You add: &quot;3. So, by compelling the State to favor a business model based entirely on open source, the bill would only discourage the local and international manufacturing companies, which are the ones which really undertake important expenditures, create a significant number of direct and indirect jobs, as well as contributing to the GNP, as opposed to a model of open source software which tends to have an ever weaker economic impact, since it mainly creates jobs in the service sector.&quot;&lt;/p&gt;
1891
1892 &lt;p&gt;I do not agree with your statement. Partly because of what you yourself point out in paragraph 6 of your letter, regarding the relative weight of services in the context of software use. This contradiction alone would invalidate your position. The service model, adopted by a large number of companies in the software industry, is much larger in economic terms, and with a tendency to increase, than the licensing of programs.&lt;/p&gt;
1893
1894 &lt;p&gt;On the other hand, the private sector of the economy has the widest possible freedom to choose the economic model which best suits its interests, even if this freedom of choice is often obscured subliminally by the disproportionate expenditure on marketing by the producers of proprietary software.&lt;/p&gt;
1895
1896 &lt;p&gt;In addition, a reading of your opinion would lead to the conclusion that the State market is crucial and essential for the proprietary software industry, to such a point that the choice made by the State in this bill would completely eliminate the market for these firms. If that is true, we can deduce that the State must be subsidizing the proprietary software industry. In the unlikely event that this were true, the State would have the right to apply the subsidies in the area it considered of greatest social value; it is undeniable, in this improbable hypothesis, that if the State decided to subsidize software, it would have to do so choosing the free over the proprietary, considering its social effect and the rational use of taxpayers money.&lt;/p&gt;
1897
1898 &lt;p&gt;In respect of the jobs generated by proprietary software in countries like ours, these mainly concern technical tasks of little aggregate value; at the local level, the technicians who provide support for proprietary software produced by transnational companies do not have the possibility of fixing bugs, not necessarily for lack of technical capability or of talent, but because they do not have access to the source code to fix it. With free software one creates more technically qualified employment and a framework of free competence where success is only tied to the ability to offer good technical support and quality of service, one stimulates the market, and one increases the shared fund of knowledge, opening up alternatives to generate services of greater total value and a higher quality level, to the benefit of all involved: producers, service organizations, and consumers.&lt;/p&gt;
1899
1900 &lt;p&gt;It is a common phenomenon in developing countries that local software industries obtain the majority of their takings in the service sector, or in the creation of &quot;ad hoc&quot; software. Therefore, any negative impact that the application of the Bill might have in this sector will be more than compensated by a growth in demand for services (as long as these are carried out to high quality standards). If the transnational software companies decide not to compete under these new rules of the game, it is likely that they will undergo some decrease in takings in terms of payment for licenses; however, considering that these firms continue to allege that much of the software used by the State has been illegally copied, one can see that the impact will not be very serious. Certainly, in any case their fortune will be determined by market laws, changes in which cannot be avoided; many firms traditionally associated with proprietary software have already set out on the road (supported by copious expense) of providing services associated with free software, which shows that the models are not mutually exclusive.&lt;/p&gt;
1901
1902 &lt;p&gt;With this bill the State is deciding that it needs to preserve certain fundamental values. And it is deciding this based on its sovereign power, without affecting any of the constitutional guarantees. If these values could be guaranteed without having to choose a particular economic model, the effects of the law would be even more beneficial. In any case, it should be clear that the State does not choose an economic model; if it happens that there only exists one economic model capable of providing software which provides the basic guarantee of these principles, this is because of historical circumstances, not because of an arbitrary choice of a given model.&lt;/p&gt;
1903
1904 &lt;p&gt;Your letter continues: &quot;4. The bill imposes the use of open source software without considering the dangers that this can bring from the point of view of security, guarantee, and possible violation of the intellectual property rights of third parties.&quot;&lt;/p&gt;
1905
1906 &lt;p&gt;Alluding in an abstract way to &quot;the dangers this can bring&quot;, without specifically mentioning a single one of these supposed dangers, shows at the least some lack of knowledge of the topic. So, allow me to enlighten you on these points.&lt;/p&gt;
1907
1908 &lt;p&gt;On security:&lt;/p&gt;
1909
1910 &lt;p&gt;National security has already been mentioned in general terms in the initial discussion of the basic principles of the bill. In more specific terms, relative to the security of the software itself, it is well known that all software (whether proprietary or free) contains errors or &quot;bugs&quot; (in programmers&#39; slang). But it is also well known that the bugs in free software are fewer, and are fixed much more quickly, than in proprietary software. It is not in vain that numerous public bodies responsible for the IT security of state systems in developed countries require the use of free software for the same conditions of security and efficiency.&lt;/p&gt;
1911
1912 &lt;p&gt;What is impossible to prove is that proprietary software is more secure than free, without the public and open inspection of the scientific community and users in general. This demonstration is impossible because the model of proprietary software itself prevents this analysis, so that any guarantee of security is based only on promises of good intentions (biased, by any reckoning) made by the producer itself, or its contractors.&lt;/p&gt;
1913
1914 &lt;p&gt;It should be remembered that in many cases, the licensing conditions include Non-Disclosure clauses which prevent the user from publicly revealing security flaws found in the licensed proprietary product.&lt;/p&gt;
1915
1916 &lt;p&gt;In respect of the guarantee:&lt;/p&gt;
1917
1918 &lt;p&gt;As you know perfectly well, or could find out by reading the &quot;End User License Agreement&quot; of the products you license, in the great majority of cases the guarantees are limited to replacement of the storage medium in case of defects, but in no case is compensation given for direct or indirect damages, loss of profits, etc... If as a result of a security bug in one of your products, not fixed in time by yourselves, an attacker managed to compromise crucial State systems, what guarantees, reparations and compensation would your company make in accordance with your licensing conditions? The guarantees of proprietary software, inasmuch as programs are delivered ``AS IS&#39;&#39;, that is, in the state in which they are, with no additional responsibility of the provider in respect of function, in no way differ from those normal with free software.&lt;/p&gt;
1919
1920 &lt;p&gt;On Intellectual Property:&lt;/p&gt;
1921
1922 &lt;p&gt;Questions of intellectual property fall outside the scope of this bill, since they are covered by specific other laws. The model of free software in no way implies ignorance of these laws, and in fact the great majority of free software is covered by copyright. In reality, the inclusion of this question in your observations shows your confusion in respect of the legal framework in which free software is developed. The inclusion of the intellectual property of others in works claimed as one&#39;s own is not a practice that has been noted in the free software community; whereas, unfortunately, it has been in the area of proprietary software. As an example, the condemnation by the Commercial Court of Nanterre, France, on 27th September 2001 of Microsoft Corp. to a penalty of 3 million francs in damages and interest, for violation of intellectual property (piracy, to use the unfortunate term that your firm commonly uses in its publicity).&lt;/p&gt;
1923
1924 &lt;p&gt;You go on to say that: &quot;The bill uses the concept of open source software incorrectly, since it does not necessarily imply that the software is free or of zero cost, and so arrives at mistaken conclusions regarding State savings, with no cost-benefit analysis to validate its position.&quot;&lt;/p&gt;
1925
1926 &lt;p&gt;This observation is wrong; in principle, freedom and lack of cost are orthogonal concepts: there is software which is proprietary and charged for (for example, MS Office), software which is proprietary and free of charge (MS Internet Explorer), software which is free and charged for (Red Hat, SuSE etc GNU/Linux distributions), software which is free and not charged for (Apache, Open Office, Mozilla), and even software which can be licensed in a range of combinations (MySQL).&lt;/p&gt;
1927
1928 &lt;p&gt;Certainly free software is not necessarily free of charge. And the text of the bill does not state that it has to be so, as you will have noted after reading it. The definitions included in the Bill state clearly *what* should be considered free software, at no point referring to freedom from charges. Although the possibility of savings in payments for proprietary software licenses are mentioned, the foundations of the bill clearly refer to the fundamental guarantees to be preserved and to the stimulus to local technological development. Given that a democratic State must support these principles, it has no other choice than to use software with publicly available source code, and to exchange information only in standard formats.&lt;/p&gt;
1929
1930 &lt;p&gt;If the State does not use software with these characteristics, it will be weakening basic republican principles. Luckily, free software also implies lower total costs; however, even given the hypothesis (easily disproved) that it was more expensive than proprietary software, the simple existence of an effective free software tool for a particular IT function would oblige the State to use it; not by command of this Bill, but because of the basic principles we enumerated at the start, and which arise from the very essence of the lawful democratic State.&lt;/p&gt;
1931
1932 &lt;p&gt;You continue: &quot;6. It is wrong to think that Open Source Software is free of charge. Research by the Gartner Group (an important investigator of the technological market recognized at world level) has shown that the cost of purchase of software (operating system and applications) is only 8% of the total cost which firms and institutions take on for a rational and truly beneficial use of the technology. The other 92% consists of: installation costs, enabling, support, maintenance, administration, and down-time.&quot;&lt;/p&gt;
1933
1934 &lt;p&gt;This argument repeats that already given in paragraph 5 and partly contradicts paragraph 3. For the sake of brevity we refer to the comments on those paragraphs. However, allow me to point out that your conclusion is logically false: even if according to Gartner Group the cost of software is on average only 8% of the total cost of use, this does not in any way deny the existence of software which is free of charge, that is, with a licensing cost of zero.&lt;/p&gt;
1935
1936 &lt;p&gt;In addition, in this paragraph you correctly point out that the service components and losses due to down-time make up the largest part of the total cost of software use, which, as you will note, contradicts your statement regarding the small value of services suggested in paragraph 3. Now the use of free software contributes significantly to reduce the remaining life-cycle costs. This reduction in the costs of installation, support etc. can be noted in several areas: in the first place, the competitive service model of free software, support and maintenance for which can be freely contracted out to a range of suppliers competing on the grounds of quality and low cost. This is true for installation, enabling, and support, and in large part for maintenance. In the second place, due to the reproductive characteristics of the model, maintenance carried out for an application is easily replicable, without incurring large costs (that is, without paying more than once for the same thing) since modifications, if one wishes, can be incorporated in the common fund of knowledge. Thirdly, the huge costs caused by non-functioning software (&quot;blue screens of death&quot;, malicious code such as virus, worms, and trojans, exceptions, general protection faults and other well-known problems) are reduced considerably by using more stable software; and it is well known that one of the most notable virtues of free software is its stability.&lt;/p&gt;
1937
1938 &lt;p&gt;You further state that: &quot;7. One of the arguments behind the bill is the supposed freedom from costs of open-source software, compared with the costs of commercial software, without taking into account the fact that there exist types of volume licensing which can be highly advantageous for the State, as has happened in other countries.&quot;&lt;/p&gt;
1939
1940 &lt;p&gt;I have already pointed out that what is in question is not the cost of the software but the principles of freedom of information, accessibility, and security. These arguments have been covered extensively in the preceding paragraphs to which I would refer you.&lt;/p&gt;
1941
1942 &lt;p&gt;On the other hand, there certainly exist types of volume licensing (although unfortunately proprietary software does not satisfy the basic principles). But as you correctly pointed out in the immediately preceding paragraph of your letter, they only manage to reduce the impact of a component which makes up no more than 8% of the total.&lt;/p&gt;
1943
1944 &lt;p&gt;You continue: &quot;8. In addition, the alternative adopted by the bill (I) is clearly more expensive, due to the high costs of software migration, and (II) puts at risk compatibility and interoperability of the IT platforms within the State, and between the State and the private sector, given the hundreds of versions of open source software on the market.&quot;&lt;/p&gt;
1945
1946 &lt;p&gt;Let us analyze your statement in two parts. Your first argument, that migration implies high costs, is in reality an argument in favor of the Bill. Because the more time goes by, the more difficult migration to another technology will become; and at the same time, the security risks associated with proprietary software will continue to increase. In this way, the use of proprietary systems and formats will make the State ever more dependent on specific suppliers. Once a policy of using free software has been established (which certainly, does imply some cost) then on the contrary migration from one system to another becomes very simple, since all data is stored in open formats. On the other hand, migration to an open software context implies no more costs than migration between two different proprietary software contexts, which invalidates your argument completely.&lt;/p&gt;
1947
1948 &lt;p&gt;The second argument refers to &quot;problems in interoperability of the IT platforms within the State, and between the State and the private sector&quot; This statement implies a certain lack of knowledge of the way in which free software is built, which does not maximize the dependence of the user on a particular platform, as normally happens in the realm of proprietary software. Even when there are multiple free software distributions, and numerous programs which can be used for the same function, interoperability is guaranteed as much by the use of standard formats, as required by the bill, as by the possibility of creating interoperable software given the availability of the source code.&lt;/p&gt;
1949
1950 &lt;p&gt;You then say that: &quot;9. The majority of open source code does not offer adequate levels of service nor the guarantee from recognized manufacturers of high productivity on the part of the users, which has led various public organizations to retract their decision to go with an open source software solution and to use commercial software in its place.&quot;&lt;/p&gt;
1951
1952 &lt;p&gt;This observation is without foundation. In respect of the guarantee, your argument was rebutted in the response to paragraph 4. In respect of support services, it is possible to use free software without them (just as also happens with proprietary software), but anyone who does need them can obtain support separately, whether from local firms or from international corporations, again just as in the case of proprietary software.&lt;/p&gt;
1953
1954 &lt;p&gt;On the other hand, it would contribute greatly to our analysis if you could inform us about free software projects *established* in public bodies which have already been abandoned in favor of proprietary software. We know of a good number of cases where the opposite has taken place, but not know of any where what you describe has taken place.&lt;/p&gt;
1955
1956 &lt;p&gt;You continue by observing that: &quot;10. The bill discourages the creativity of the Peruvian software industry, which invoices 40 million US$/year, exports 4 million US$ (10th in ranking among non-traditional exports, more than handicrafts) and is a source of highly qualified employment. With a law that encourages the use of open source, software programmers lose their intellectual property rights and their main source of payment.&quot;&lt;/p&gt;
1957
1958 &lt;p&gt;It is clear enough that nobody is forced to commercialize their code as free software. The only thing to take into account is that if it is not free software, it cannot be sold to the public sector. This is not in any case the main market for the national software industry. We covered some questions referring to the influence of the Bill on the generation of employment which would be both highly technically qualified and in better conditions for competition above, so it seems unnecessary to insist on this point.&lt;/p&gt;
1959
1960 &lt;p&gt;What follows in your statement is incorrect. On the one hand, no author of free software loses his intellectual property rights, unless he expressly wishes to place his work in the public domain. The free software movement has always been very respectful of intellectual property, and has generated widespread public recognition of its authors. Names like those of Richard Stallman, Linus Torvalds, Guido van Rossum, Larry Wall, Miguel de Icaza, Andrew Tridgell, Theo de Raadt, Andrea Arcangeli, Bruce Perens, Darren Reed, Alan Cox, Eric Raymond, and many others, are recognized world-wide for their contributions to the development of software that is used today by millions of people throughout the world. On the other hand, to say that the rewards for authors rights make up the main source of payment of Peruvian programmers is in any case a guess, in particular since there is no proof to this effect, nor a demonstration of how the use of free software by the State would influence these payments.&lt;/p&gt;
1961
1962 &lt;p&gt;You go on to say that: &quot;11. Open source software, since it can be distributed without charge, does not allow the generation of income for its developers through exports. In this way, the multiplier effect of the sale of software to other countries is weakened, and so in turn is the growth of the industry, while Government rules ought on the contrary to stimulate local industry.&quot;&lt;/p&gt;
1963
1964 &lt;p&gt;This statement shows once again complete ignorance of the mechanisms of and market for free software. It tries to claim that the market of sale of non- exclusive rights for use (sale of licenses) is the only possible one for the software industry, when you yourself pointed out several paragraphs above that it is not even the most important one. The incentives that the bill offers for the growth of a supply of better qualified professionals, together with the increase in experience that working on a large scale with free software within the State will bring for Peruvian technicians, will place them in a highly competitive position to offer their services abroad.&lt;/p&gt;
1965
1966 &lt;p&gt;You then state that: &quot;12. In the Forum, the use of open source software in education was discussed, without mentioning the complete collapse of this initiative in a country like Mexico, where precisely the State employees who founded the project now state that open source software did not make it possible to offer a learning experience to pupils in the schools, did not take into account the capability at a national level to give adequate support to the platform, and that the software did not and does not allow for the levels of platform integration that now exist in schools.&quot;&lt;/p&gt;
1967
1968 &lt;p&gt;In fact Mexico has gone into reverse with the Red Escolar (Schools Network) project. This is due precisely to the fact that the driving forces behind the Mexican project used license costs as their main argument, instead of the other reasons specified in our project, which are far more essential. Because of this conceptual mistake, and as a result of the lack of effective support from the SEP (Secretary of State for Public Education), the assumption was made that to implant free software in schools it would be enough to drop their software budget and send them a CD ROM with Gnu/Linux instead. Of course this failed, and it couldn&#39;t have been otherwise, just as school laboratories fail when they use proprietary software and have no budget for implementation and maintenance. That&#39;s exactly why our bill is not limited to making the use of free software mandatory, but recognizes the need to create a viable migration plan, in which the State undertakes the technical transition in an orderly way in order to then enjoy the advantages of free software.&lt;/p&gt;
1969
1970 &lt;p&gt;You end with a rhetorical question: &quot;13. If open source software satisfies all the requirements of State bodies, why do you need a law to adopt it? Shouldn&#39;t it be the market which decides freely which products give most benefits or value?&quot;&lt;/p&gt;
1971
1972 &lt;p&gt;We agree that in the private sector of the economy, it must be the market that decides which products to use, and no state interference is permissible there. However, in the case of the public sector, the reasoning is not the same: as we have already established, the state archives, handles, and transmits information which does not belong to it, but which is entrusted to it by citizens, who have no alternative under the rule of law. As a counterpart to this legal requirement, the State must take extreme measures to safeguard the integrity, confidentiality, and accessibility of this information. The use of proprietary software raises serious doubts as to whether these requirements can be fulfilled, lacks conclusive evidence in this respect, and so is not suitable for use in the public sector.&lt;/p&gt;
1973
1974 &lt;p&gt;The need for a law is based, firstly, on the realization of the fundamental principles listed above in the specific area of software; secondly, on the fact that the State is not an ideal homogeneous entity, but made up of multiple bodies with varying degrees of autonomy in decision making. Given that it is inappropriate to use proprietary software, the fact of establishing these rules in law will prevent the personal discretion of any state employee from putting at risk the information which belongs to citizens. And above all, because it constitutes an up-to-date reaffirmation in relation to the means of management and communication of information used today, it is based on the republican principle of openness to the public.&lt;/p&gt;
1975
1976 &lt;p&gt;In conformance with this universally accepted principle, the citizen has the right to know all information held by the State and not covered by well- founded declarations of secrecy based on law. Now, software deals with information and is itself information. Information in a special form, capable of being interpreted by a machine in order to execute actions, but crucial information all the same because the citizen has a legitimate right to know, for example, how his vote is computed or his taxes calculated. And for that he must have free access to the source code and be able to prove to his satisfaction the programs used for electoral computations or calculation of his taxes.&lt;/p&gt;
1977
1978 &lt;p&gt;I wish you the greatest respect, and would like to repeat that my office will always be open for you to expound your point of view to whatever level of detail you consider suitable.&lt;/p&gt;
1979
1980 &lt;p&gt;Cordially,&lt;br&gt;
1981 DR. EDGAR DAVID VILLANUEVA NUÑEZ&lt;br&gt;
1982 Congressman of the Republic of Perú.&lt;/p&gt;
1983 &lt;/blockquote&gt;
1984 </description>
1985 </item>
1986
1987 <item>
1988 <title>Officeshots still going strong</title>
1989 <link>http://people.skolelinux.org/pere/blog/Officeshots_still_going_strong.html</link>
1990 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Officeshots_still_going_strong.html</guid>
1991 <pubDate>Sat, 25 Dec 2010 09:40:00 +0100</pubDate>
1992 <description>&lt;p&gt;Half a year ago I
1993 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/Officeshots_taking_shape.html&quot;&gt;wrote
1994 a bit&lt;/a&gt; about &lt;a href=&quot;http://www.officeshots.org/&quot;&gt;OfficeShots&lt;/a&gt;,
1995 a web service to allow anyone to test how ODF documents are handled by
1996 the different programs reading and writing the ODF format.&lt;/p&gt;
1997
1998 &lt;p&gt;I just had a look at the service, and it seem to be going strong.
1999 Very interesting to see the results reported in the gallery, how
2000 different Office implementations handle different ODF features. Sad
2001 to see that KOffice was not doing it very well, and happy to see that
2002 LibreOffice has been tested already (but sadly not listed as a option
2003 for OfficeShots users yet). I am glad to see that the ODF community
2004 got such a great test tool available.&lt;/p&gt;
2005 </description>
2006 </item>
2007
2008 <item>
2009 <title>Best å ikke fortelle noen at streaming er nedlasting...</title>
2010 <link>http://people.skolelinux.org/pere/blog/Best___ikke_fortelle_noen_at_streaming_er_nedlasting___.html</link>
2011 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Best___ikke_fortelle_noen_at_streaming_er_nedlasting___.html</guid>
2012 <pubDate>Sat, 30 Oct 2010 11:20:00 +0200</pubDate>
2013 <description>&lt;p&gt;I dag la jeg inn en kommentar på en sak hos NRKBeta
2014 &lt;a href=&quot;http://nrkbeta.no/2010/10/27/bakom-blindpassasjer-del-1/&quot;&gt;om
2015 hvordan TV-serien Blindpassasjer ble laget&lt;/a&gt; i forbindelse med at
2016 filmene NRK la ut ikke var tilgjengelig i et
2017 &lt;a href=&quot;http://www.digistan.org/open-standard:definition&quot;&gt;fritt og
2018 åpent format&lt;/a&gt;. Dette var det jeg skrev publiserte der 07:39.&lt;/p&gt;
2019
2020 &lt;p&gt;&lt;blockquote&gt;
2021 &lt;p&gt;&quot;Vi fikk en kommentar rundt måten streamet innhold er beskyttet fra
2022 nedlasting. Mange av oss som kan mer enn gjennomsnittet om systemer
2023 som dette, vet at det stort sett er mulig å lure ut ting med den
2024 nødvendige forkunnskapen.&quot;&lt;/p&gt;
2025
2026 &lt;p&gt;Haha. Å streame innhold er det samme som å laste ned innhold, så å
2027 beskytte en stream mot nedlasting er ikke mulig. Å skrive noe slikt
2028 er å forlede leseren.&lt;/p&gt;
2029
2030 &lt;p&gt;Med den bakgrunn blir forklaringen om at noen rettighetshavere kun
2031 vil tillate streaming men ikke nedlasting meningsløs.&lt;/p&gt;
2032
2033 &lt;p&gt;Anbefaler forresten å lese
2034 &lt;a href=&quot;http://blogs.computerworlduk.com/simon-says/2010/10/drm-is-toxic-to-culture/index.htm&quot;&gt;http://blogs.computerworlduk.com/simon-says/2010/10/drm-is-toxic-to-culture/index.htm&lt;/a&gt;
2035 om hva som ville være konsekvensen hvis digitale avspillingssperrer
2036 (DRM) fungerte. Det gjør de naturligvis ikke teknisk - det er jo
2037 derfor de må ha totalitære juridiske beskyttelsesmekanismer på plass,
2038 men det er skremmende hva samfunnet tillater og NRK er med på å bygge
2039 opp under.&lt;/p&gt;
2040 &lt;/blockquote&gt;&lt;/p&gt;
2041
2042 &lt;p&gt;Ca. 20 minutter senere får jeg følgende epost fra Anders Hofseth i
2043 NRKBeta:&lt;/p&gt;
2044
2045 &lt;p&gt;&lt;blockquote&gt;
2046 &lt;p&gt;From: Anders Hofseth &amp;lt;XXX@gmail.com&gt;
2047 &lt;br&gt;To: &quot;pere@hungry.com&quot; &amp;lt;pere@hungry.com&gt;
2048 &lt;br&gt;Cc: Eirik Solheim &amp;lt;XXX@gmail.com&gt;, Jon Ståle Carlsen &amp;lt;XXX@gmail.com&gt;, Henrik Lied &amp;lt;XXX@gmail.com&gt;
2049 &lt;br&gt;Subject: Re: [NRKbeta] Kommentar: &quot;Bakom Blindpassasjer: del 1&quot;
2050 &lt;br&gt;Date: Sat, 30 Oct 2010 07:58:44 +0200&lt;/p&gt;
2051
2052 &lt;p&gt;Hei Petter.
2053 &lt;br&gt;Det du forsøker dra igang er egentlig en interessant diskusjon,
2054 men om vi skal kjøre den i kommentarfeltet her, vil vi kunne bli bedt
2055 om å fjerne blindpassasjer fra nett- tv og det vil heller ikke bli
2056 særlig lett å klarere ut noe annet arkivmateriale på lang tid.&lt;/p&gt;
2057
2058 &lt;p&gt;Dette er en situasjon NRKbeta ikke ønsker, så kommentaren er
2059 fjernet og den delen av diskusjonen er avsluttet på nrkbeta, vi antar
2060 konsekvensene vi beskriver ikke er noe du ønsker heller...&lt;/p&gt;
2061
2062 &lt;p&gt;Med hilsen,
2063 &lt;br&gt;-anders&lt;/p&gt;
2064
2065 &lt;p&gt;Ring meg om noe er uklart: 95XXXXXXX&lt;/p&gt;
2066 &lt;/blockquote&gt;&lt;/p&gt;
2067
2068 &lt;p&gt;Ble så fascinert over denne holdningen, at jeg forfattet og sendte
2069 over følgende svar. I og med at debatten er fjernet fra NRK Betas
2070 kommentarfelt, så velger jeg å publisere her på bloggen min i stedet.
2071 Har fjernet epostadresser og telefonnummer til de involverte, for å
2072 unngå at de tiltrekker seg uønskede direkte kontaktforsøk.&lt;/p&gt;
2073
2074 &lt;p&gt;&lt;blockquote&gt;
2075 &lt;p&gt;From: Petter Reinholdtsen &amp;lt;pere@hungry.com&gt;
2076 &lt;br&gt;To: Anders Hofseth &amp;lt;XXX@gmail.com&gt;
2077 &lt;br&gt;Cc: Eirik Solheim &amp;lt;XXX@gmail.com&gt;,
2078 &lt;br&gt; Jon Ståle Carlsen &amp;lt;XXX@gmail.com&gt;,
2079 &lt;br&gt; Henrik Lied &amp;lt;XXX@gmail.com&gt;
2080 &lt;br&gt;Subject: Re: [NRKbeta] Kommentar: &quot;Bakom Blindpassasjer: del 1&quot;
2081 &lt;br&gt;Date: Sat, 30 Oct 2010 08:24:34 +0200&lt;/p&gt;
2082
2083 &lt;p&gt;[Anders Hofseth]
2084 &lt;br&gt;&gt; Hei Petter.&lt;/p&gt;
2085
2086 &lt;p&gt;Hei.&lt;/p&gt;
2087
2088 &lt;p&gt;&gt; Det du forsøker dra igang er egentlig en interessant diskusjon, men
2089 &lt;br&gt;&gt; om vi skal kjøre den i kommentarfeltet her, vil vi kunne bli bedt om
2090 &lt;br&gt;&gt; å fjerne blindpassasjer fra nett- tv og det vil heller ikke bli
2091 &lt;br&gt;&gt; særlig lett å klarere ut noe annet arkivmateriale på lang tid.&lt;/p&gt;
2092
2093 &lt;p&gt;Godt å se at du er enig i at dette er en interessant diskusjon. Den
2094 vil nok fortsette en stund til. :)&lt;/p&gt;
2095
2096 &lt;p&gt;Må innrømme at jeg synes det er merkelig å lese at dere i NRK med
2097 vitende og vilje ønsker å forlede rettighetshaverne for å kunne
2098 fortsette å legge ut arkivmateriale.&lt;/p&gt;
2099
2100 &lt;p&gt;Kommentarer og diskusjoner i bloggene til NRK Beta påvirker jo ikke
2101 faktum, som er at streaming er det samme som nedlasting, og at innhold
2102 som er lagt ut på nett kan lagres lokalt for avspilling når en ønsker
2103 det.&lt;/p&gt;
2104
2105 &lt;p&gt;Det du sier er jo at klarering av arkivmateriale for publisering på
2106 web krever at en holder faktum skjult fra debattfeltet på NRKBeta.
2107 Det er ikke et argument som holder vann. :)&lt;/p&gt;
2108
2109 &lt;p&gt;&gt; Dette er en situasjon NRKbeta ikke ønsker, så kommentaren er fjernet
2110 &lt;br&gt;&gt; og den delen av diskusjonen er avsluttet på nrkbeta, vi antar
2111 &lt;br&gt;&gt; konsekvensene vi beskriver ikke er noe du ønsker heller...&lt;/p&gt;
2112
2113 &lt;p&gt;Personlig ønsker jeg at NRK skal slutte å stikke hodet i sanden og
2114 heller være åpne på hvordan virkeligheten fungerer, samt ta opp kampen
2115 mot de som vil låse kulturen inne. Jeg synes det er en skam at NRK
2116 godtar å forlede publikum. Ville heller at NRK krever at innhold som
2117 skal sendes skal være uten bruksbegresninger og kan publiseres i
2118 formater som heller ikke har bruksbegresninger (bruksbegresningene til
2119 H.264 burde få varselbjellene i NRK til å ringe).&lt;/p&gt;
2120
2121 &lt;p&gt;At NRK er med på DRM-tåkeleggingen og at det kommer feilaktive
2122 påstander om at &quot;streaming beskytter mot nedlasting&quot; som bare er egnet
2123 til å bygge opp om en myte som er skadelig for samfunnet som helhet.&lt;/p&gt;
2124
2125 &lt;p&gt;Anbefaler &amp;lt;URL:&lt;a href=&quot;http://webmink.com/2010/09/03/h-264-and-foss/&quot;&gt;http://webmink.com/2010/09/03/h-264-and-foss/&lt;/a&gt;&gt; og en
2126 titt på
2127 &amp;lt;URL: &lt;a href=&quot;http://people.skolelinux.org/pere/blog/Terms_of_use_for_video_produced_by_a_Canon_IXUS_130_digital_camera.html&quot;&gt;http://people.skolelinux.org/pere/blog/Terms_of_use_for_video_produced_by_a_Canon_IXUS_130_digital_camera.html&lt;/a&gt; &gt;.
2128 for å se hva slags bruksbegresninger H.264 innebærer.&lt;/p&gt;
2129
2130 &lt;p&gt;Hvis dette innebærer at NRK må være åpne med at arkivmaterialet ikke
2131 kan brukes før rettighetshaverene også innser at de er med på å skade
2132 samfunnets kultur og kollektive hukommelse, så får en i hvert fall
2133 synliggjort konsekvensene og antagelig mer flammer på en debatt som er
2134 langt på overtid.&lt;/p&gt;
2135
2136 &lt;p&gt;&gt; Ring meg om noe er uklart: XXX&lt;/p&gt;
2137
2138 &lt;p&gt;Intet uklart, men ikke imponert over måten dere håndterer debatten på.
2139 Hadde du i stedet kommet med et tilsvar i kommentarfeltet der en
2140 gjorde det klart at blindpassasjer-blogpostingen ikke var riktig sted
2141 for videre diskusjon hadde dere i mine øyne kommet fra det med
2142 ryggraden på plass.&lt;/p&gt;
2143
2144 &lt;p&gt;PS: Interessant å se at NRK-ansatte ikke bruker NRK-epostadresser.&lt;/p&gt;
2145
2146 &lt;p&gt;Som en liten avslutning, her er noen litt morsomme innslag om temaet.
2147 &amp;lt;URL: &lt;a href=&quot;http://www.archive.org/details/CopyingIsNotTheft&quot;&gt;http://www.archive.org/details/CopyingIsNotTheft&lt;/a&gt; &gt; og
2148 &amp;lt;URL: &lt;a href=&quot;http://patentabsurdity.com/&quot;&gt;http://patentabsurdity.com/&lt;/a&gt; &gt; hadde vært noe å kringkaste på
2149 NRK1. :)&lt;/p&gt;
2150
2151 &lt;p&gt;Vennlig hilsen,
2152 &lt;br&gt;--
2153 &lt;br&gt;Petter Reinholdtsen&lt;/p&gt;
2154 </description>
2155 </item>
2156
2157 <item>
2158 <title>Standardkrav inn i anbudstekster?</title>
2159 <link>http://people.skolelinux.org/pere/blog/Standardkrav_inn_i_anbudstekster_.html</link>
2160 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Standardkrav_inn_i_anbudstekster_.html</guid>
2161 <pubDate>Sun, 17 Oct 2010 19:30:00 +0200</pubDate>
2162 <description>&lt;p&gt;Hvis det å følge standarder skal ha noen effekt overfor
2163 leverandører, så må slike krav og ønsker komme inn i anbudstekster når
2164 systemer kjøpes inn. Har ikke sett noen slike formuleringer i anbud
2165 så langt, men har tenkt litt på hva som bør inn. Her er noen ideer og
2166 forslag. Min drøm er at en kan sette krav til slik støtte i
2167 anbudstekster, men så langt er det nok mer sannsynlig at en må nøye
2168 seg med å skrive at det er en fordel om slik støtte er tilstede i
2169 leveranser.&lt;/p&gt;
2170
2171 &lt;p&gt;Som systemadministrator på Universitetet er det typisk to områder
2172 som er problematiske for meg. Det ene er admin-grensesnittene på
2173 tjenermaskiner, som vi ønsker å bruke via ssh. Det andre er nettsider
2174 som vi ønsker å bruke via en nettleser. For begge deler er det viktig
2175 at protokollene og formatene som brukes følger standarder våre verktøy
2176 støtter.&lt;/p&gt;
2177
2178 &lt;p&gt;De fleste har nå støtte for SSH som overføringsprotkoll for
2179 admin-grensesnittet, men det er ikke tilstrekkelig for å kunne stille
2180 inn f.eks BIOS og RAID-kontroller via ssh-forbindelsen. Det er flere
2181 aktuelle protokoller for fremvisning av BIOS-oppsett og
2182 oppstartmeldinger, og min anbefaling ville være å kreve
2183 VT100-kompatibel protokoll, for å sikre at flest mulig
2184 terminalemulatorer kan forstå hva som kommer fra admin-grensesnittet
2185 via ssh. Andre aktuelle alternativer er ANSI-terminalemulering og
2186 VT220. Kanskje en formulering ala dette i anbudsutlysninger vil
2187 fungere:&lt;/p&gt;
2188
2189 &lt;p&gt;&lt;blockquote&gt;
2190 BIOS og oppstartmeldinger i administrasjonsgrensesnittet til maskinen
2191 bør/skal være tilgjengelig via SSH-protokollen som definert av IETF
2192 (RFC 4251 mfl.) og følge terminalfremvisningprotokollen VT100 (ref?)
2193 når en kobler seg til oppstart via ssh.
2194 &lt;/blockquote&gt;&lt;/p&gt;
2195
2196 &lt;p&gt;Har ikke lykkes med å finne en god referanse for
2197 VT100-spesifikasjonen.&lt;/p&gt;
2198
2199 &lt;p&gt;Når det gjelder nettsider, så er det det HTML, CSS og
2200 JavaScript-spesifikasjonen til W3C som gjelder.&lt;/p&gt;
2201
2202 &lt;p&gt;&lt;blockquote&gt;
2203 Alle systemets nettsider bør/skal være i henhold til statens
2204 standardkatalogs krav om nettsider og følge HTML-standarden som
2205 definert av W3C, og validere uten feil hos W3Cs HTML-validator
2206 (http://validator.w3.org). Hvis det brukes CSS så bør/skal denne
2207 validere uten feil hos W3Cs CSS-validator
2208 (http://jigsaw.w3.org/css-validator/). Eventuelle JavaScript skal
2209 være i henhold til EcmaScript-standarden. I tillegg til å følge de
2210 overnevnte standardene skal websidene fungere i nettleserne (fyll inn
2211 relevant liste for organisasjonen) Firefox 3.5, Internet Explorer 8,
2212 Opera 9, etc.
2213 &lt;/blockquote&gt;&lt;/p&gt;
2214
2215 &lt;p&gt;Vil et slikt avsnitt være konkret nok til å få leverandørene til å
2216 lage nettsider som følger standardene og fungerer i flere
2217 nettlesere?&lt;/p&gt;
2218
2219 &lt;p&gt;Tar svært gjerne imot innspill på dette temaet til aktive (at)
2220 nuug.no, og er spesielt interessert i hva andre skriver i sine anbud
2221 for å oppmuntre leverandører til å følge standardene. Kanskje NUUG
2222 burde lage et dokument med forslag til standardformuleringer å ta med
2223 i anbudsutlysninger?&lt;/p&gt;
2224
2225 &lt;p&gt;Oppdatering 2010-12-03: I følge Wikipedias oppføring om
2226 &lt;a href=&quot;http://en.wikipedia.org/wiki/ANSI_escape_code&quot;&gt;ANSI escape
2227 code&lt;/a&gt;, så bruker VT100-terminaler ECMA-48-spesifikasjonen som
2228 basis for sin oppførsel. Det kan dermed være et alternativ når en
2229 skal spesifisere hvordan seriell-konsoll skal fungere.&lt;/p&gt;
2230 </description>
2231 </item>
2232
2233 <item>
2234 <title>Terms of use for video produced by a Canon IXUS 130 digital camera</title>
2235 <link>http://people.skolelinux.org/pere/blog/Terms_of_use_for_video_produced_by_a_Canon_IXUS_130_digital_camera.html</link>
2236 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Terms_of_use_for_video_produced_by_a_Canon_IXUS_130_digital_camera.html</guid>
2237 <pubDate>Thu, 9 Sep 2010 23:55:00 +0200</pubDate>
2238 <description>&lt;p&gt;A few days ago I had the mixed pleasure of bying a new digital
2239 camera, a Canon IXUS 130. It was instructive and very disturbing to
2240 be able to verify that also this camera producer have the nerve to
2241 specify how I can or can not use the videos produced with the camera.
2242 Even thought I was aware of the issue, the options with new cameras
2243 are limited and I ended up bying the camera anyway. What is the
2244 problem, you might ask? It is software patents, MPEG-4, H.264 and the
2245 MPEG-LA that is the problem, and our right to record our experiences
2246 without asking for permissions that is at risk.
2247
2248 &lt;p&gt;On page 27 of the Danish instruction manual, this section is
2249 written:&lt;/p&gt;
2250
2251 &lt;blockquote&gt;
2252 &lt;p&gt;This product is licensed under AT&amp;T patents for the MPEG-4 standard
2253 and may be used for encoding MPEG-4 compliant video and/or decoding
2254 MPEG-4 compliant video that was encoded only (1) for a personal and
2255 non-commercial purpose or (2) by a video provider licensed under the
2256 AT&amp;T patents to provide MPEG-4 compliant video.&lt;/p&gt;
2257
2258 &lt;p&gt;No license is granted or implied for any other use for MPEG-4
2259 standard.&lt;/p&gt;
2260 &lt;/blockquote&gt;
2261
2262 &lt;p&gt;In short, the camera producer have chosen to use technology
2263 (MPEG-4/H.264) that is only provided if I used it for personal and
2264 non-commercial purposes, or ask for permission from the organisations
2265 holding the knowledge monopoly (patent) for technology used.&lt;/p&gt;
2266
2267 &lt;p&gt;This issue has been brewing for a while, and I recommend you to
2268 read
2269 &quot;&lt;a href=&quot;http://www.osnews.com/story/23236/Why_Our_Civilization_s_Video_Art_and_Culture_is_Threatened_by_the_MPEG-LA&quot;&gt;Why
2270 Our Civilization&#39;s Video Art and Culture is Threatened by the
2271 MPEG-LA&lt;/a&gt;&quot; by Eugenia Loli-Queru and
2272 &quot;&lt;a href=&quot;http://webmink.com/2010/09/03/h-264-and-foss/&quot;&gt;H.264 Is Not
2273 The Sort Of Free That Matters&lt;/a&gt;&quot; by Simon Phipps to learn more about
2274 the issue. The solution is to support the
2275 &lt;a href=&quot;http://www.digistan.org/open-standard:definition&quot;&gt;free and
2276 open standards&lt;/a&gt; for video, like &lt;a href=&quot;http://www.theora.org/&quot;&gt;Ogg
2277 Theora&lt;/a&gt;, and avoid MPEG-4 and H.264 if you can.&lt;/p&gt;
2278 </description>
2279 </item>
2280
2281 <item>
2282 <title>Officeshots taking shape</title>
2283 <link>http://people.skolelinux.org/pere/blog/Officeshots_taking_shape.html</link>
2284 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Officeshots_taking_shape.html</guid>
2285 <pubDate>Sun, 13 Jun 2010 11:40:00 +0200</pubDate>
2286 <description>&lt;p&gt;For those of us caring about document exchange and
2287 interoperability, &lt;a href=&quot;http://www.officeshots.org/&quot;&gt;OfficeShots&lt;/a&gt;
2288 is a great service. It is to ODF documents what
2289 &lt;a href=&quot;http://browsershots.org/&quot;&gt;BrowserShots&lt;/a&gt; is for web
2290 pages.&lt;/p&gt;
2291
2292 &lt;p&gt;A while back, I was contacted by Knut Yrvin at the part of Nokia
2293 that used to be Trolltech, who wanted to help the OfficeShots project
2294 and wondered if the University of Oslo where I work would be
2295 interested in supporting the project. I helped him to navigate his
2296 request to the right people at work, and his request was answered with
2297 a spot in the machine room with power and network connected, and Knut
2298 arranged funding for a machine to fill the spot. The machine is
2299 administrated by the OfficeShots people, so I do not have daily
2300 contact with its progress, and thus from time to time check back to
2301 see how the project is doing.&lt;/p&gt;
2302
2303 &lt;p&gt;Today I had a look, and was happy to see that the Dell box in our
2304 machine room now is the host for several virtual machines running as
2305 OfficeShots factories, and the project is able to render ODF documents
2306 in 17 different document processing implementation on Linux and
2307 Windows. This is great.&lt;/p&gt;
2308 </description>
2309 </item>
2310
2311 <item>
2312 <title>A manual for standards wars...</title>
2313 <link>http://people.skolelinux.org/pere/blog/A_manual_for_standards_wars___.html</link>
2314 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/A_manual_for_standards_wars___.html</guid>
2315 <pubDate>Sun, 6 Jun 2010 14:15:00 +0200</pubDate>
2316 <description>&lt;p&gt;Via the
2317 &lt;a href=&quot;http://feedproxy.google.com/~r/robweir/antic-atom/~3/QzU4RgoAGMg/weekly-links-10.html&quot;&gt;blog
2318 of Rob Weir&lt;/a&gt; I came across the very interesting essay named
2319 &lt;a href=&quot;http://faculty.haas.berkeley.edu/shapiro/wars.pdf&quot;&gt;The Art of
2320 Standards Wars&lt;/a&gt; (PDF 25 pages). I recommend it for everyone
2321 following the standards wars of today.&lt;/p&gt;
2322 </description>
2323 </item>
2324
2325 <item>
2326 <title>Danmark går for ODF?</title>
2327 <link>http://people.skolelinux.org/pere/blog/Danmark_g_r_for_ODF_.html</link>
2328 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Danmark_g_r_for_ODF_.html</guid>
2329 <pubDate>Fri, 29 Jan 2010 12:00:00 +0100</pubDate>
2330 <description>&lt;p&gt;Ble nettopp gjort oppmerksom på en
2331 &lt;a href=&quot;http://www.version2.dk/artikel/13690-breaking-odf-vinder-dokumentformat-krigen &quot;&gt;nyhet fra Version2&lt;/a&gt;
2332 fra Danmark, der det hevdes at Folketinget har vedtatt at ODF skal
2333 brukes som dokumentutvekslingsformat i Staten.&lt;/p&gt;
2334
2335 &lt;p&gt;Hyggelig lesning, spesielt hvis det viser seg at de av vedtatt
2336 kravlisten for hva som skal aksepteres som referert i kommentarfeltet
2337 til artikkelen og
2338 &lt;a href=&quot;http://www.version2.dk/artikel/13693-er-ooxml-doemt-ude-her-er-kravene-til-en-offentlig-dokumentstandard&quot;&gt;en
2339 annen artikkel&lt;/a&gt; i samme nett-avis. Liker spesielt godt denne:&lt;/p&gt;
2340
2341 &lt;p&gt;&lt;blockquote&gt; Det skal demonstreres, at standarden i sin helhed kan
2342 implementeres af alle direkte i sin helhed på flere
2343 platforme.&lt;/blockquote&gt;&lt;/p&gt;
2344
2345 &lt;p&gt;Noe slikt burde være et krav også i Norge.&lt;/p&gt;
2346 </description>
2347 </item>
2348
2349 <item>
2350 <title>Relative popularity of document formats (MS Office vs. ODF)</title>
2351 <link>http://people.skolelinux.org/pere/blog/Relative_popularity_of_document_formats__MS_Office_vs__ODF_.html</link>
2352 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Relative_popularity_of_document_formats__MS_Office_vs__ODF_.html</guid>
2353 <pubDate>Wed, 12 Aug 2009 15:50:00 +0200</pubDate>
2354 <description>&lt;p&gt;Just for fun, I did a search right now on Google for a few file ODF
2355 and MS Office based formats (not to be mistaken for ISO or ECMA
2356 OOXML), to get an idea of their relative usage. I searched using
2357 &#39;filetype:odt&#39; and equvalent terms, and got these results:&lt;/P&gt;
2358
2359 &lt;table&gt;
2360 &lt;tr&gt;&lt;th&gt;Type&lt;/th&gt;&lt;th&gt;ODF&lt;/th&gt;&lt;th&gt;MS Office&lt;/th&gt;&lt;/tr&gt;
2361 &lt;tr&gt;&lt;td&gt;Tekst&lt;/td&gt; &lt;td&gt;odt:282000&lt;/td&gt; &lt;td&gt;docx:308000&lt;/td&gt;&lt;/tr&gt;
2362 &lt;tr&gt;&lt;td&gt;Presentasjon&lt;/td&gt; &lt;td&gt;odp:75600&lt;/td&gt; &lt;td&gt;pptx:183000&lt;/td&gt;&lt;/tr&gt;
2363 &lt;tr&gt;&lt;td&gt;Regneark&lt;/td&gt; &lt;td&gt;ods:26500 &lt;/td&gt; &lt;td&gt;xlsx:145000&lt;/td&gt;&lt;/tr&gt;
2364 &lt;/table&gt;
2365
2366 &lt;p&gt;Next, I added a &#39;site:no&#39; limit to get the numbers for Norway, and
2367 got these numbers:&lt;/p&gt;
2368
2369 &lt;table&gt;
2370 &lt;tr&gt;&lt;th&gt;Type&lt;/th&gt;&lt;th&gt;ODF&lt;/th&gt;&lt;th&gt;MS Office&lt;/th&gt;&lt;/tr&gt;
2371 &lt;tr&gt;&lt;td&gt;Tekst&lt;/td&gt; &lt;td&gt;odt:2480 &lt;/td&gt; &lt;td&gt;docx:4460&lt;/td&gt;&lt;/tr&gt;
2372 &lt;tr&gt;&lt;td&gt;Presentasjon&lt;/td&gt; &lt;td&gt;odp:299 &lt;/td&gt; &lt;td&gt;pptx:741&lt;/td&gt;&lt;/tr&gt;
2373 &lt;tr&gt;&lt;td&gt;Regneark&lt;/td&gt; &lt;td&gt;ods:187 &lt;/td&gt; &lt;td&gt;xlsx:372&lt;/td&gt;&lt;/tr&gt;
2374 &lt;/table&gt;
2375
2376 &lt;p&gt;I wonder how these numbers change over time.&lt;/p&gt;
2377
2378 &lt;p&gt;I am aware of Google returning different results and numbers based
2379 on where the search is done, so I guess these numbers will differ if
2380 they are conduced in another country. Because of this, I did the same
2381 search from a machine in California, USA, a few minutes after the
2382 search done from a machine here in Norway.&lt;/p&gt;
2383
2384
2385 &lt;table&gt;
2386 &lt;tr&gt;&lt;th&gt;Type&lt;/th&gt;&lt;th&gt;ODF&lt;/th&gt;&lt;th&gt;MS Office&lt;/th&gt;&lt;/tr&gt;
2387 &lt;tr&gt;&lt;td&gt;Tekst&lt;/td&gt; &lt;td&gt;odt:129000&lt;/td&gt; &lt;td&gt;docx:308000&lt;/td&gt;&lt;/tr&gt;
2388 &lt;tr&gt;&lt;td&gt;Presentasjon&lt;/td&gt; &lt;td&gt;odp:44200&lt;/td&gt; &lt;td&gt;pptx:93900&lt;/td&gt;&lt;/tr&gt;
2389 &lt;tr&gt;&lt;td&gt;Regneark&lt;/td&gt; &lt;td&gt;ods:26500 &lt;/td&gt; &lt;td&gt;xlsx:82400&lt;/td&gt;&lt;/tr&gt;
2390 &lt;/table&gt;
2391
2392 &lt;p&gt;And with &#39;site:no&#39;:
2393
2394 &lt;table&gt;
2395 &lt;tr&gt;&lt;th&gt;Type&lt;/th&gt;&lt;th&gt;ODF&lt;/th&gt;&lt;th&gt;MS Office&lt;/th&gt;&lt;/tr&gt;
2396 &lt;tr&gt;&lt;td&gt;Tekst&lt;/td&gt; &lt;td&gt;odt:2480&lt;/td&gt; &lt;td&gt;docx:3410&lt;/td&gt;&lt;/tr&gt;
2397 &lt;tr&gt;&lt;td&gt;Presentasjon&lt;/td&gt; &lt;td&gt;odp:175&lt;/td&gt; &lt;td&gt;pptx:604&lt;/td&gt;&lt;/tr&gt;
2398 &lt;tr&gt;&lt;td&gt;Regneark&lt;/td&gt; &lt;td&gt;ods:186 &lt;/td&gt; &lt;td&gt;xlsx:296&lt;/td&gt;&lt;/tr&gt;
2399 &lt;/table&gt;
2400
2401 &lt;p&gt;Interesting difference, not sure what to conclude from these
2402 numbers.&lt;/p&gt;
2403 </description>
2404 </item>
2405
2406 <item>
2407 <title>ISO still hope to fix OOXML</title>
2408 <link>http://people.skolelinux.org/pere/blog/ISO_still_hope_to_fix_OOXML.html</link>
2409 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/ISO_still_hope_to_fix_OOXML.html</guid>
2410 <pubDate>Sat, 8 Aug 2009 14:00:00 +0200</pubDate>
2411 <description>&lt;p&gt;According to &lt;a
2412 href=&quot;http://twerner.blogspot.com/2009/08/defects-of-office-open-xml.html&quot;&gt;a
2413 blog post from Torsten Werner&lt;/a&gt;, the current defect report for ISO
2414 29500 (ISO OOXML) is 809 pages. His interesting point is that the
2415 defect report is 71 pages more than the full ODF 1.1 specification.
2416 Personally I find it more interesting that ISO still believe ISO OOXML
2417 can be fixed in ISO. Personally, I believe it is broken beyon repair,
2418 and I completely lack any trust in ISO for being able to get anywhere
2419 close to solving the problems. I was part of the Norwegian committee
2420 involved in the OOXML fast track process, and was not impressed with
2421 Standard Norway and ISO in how they handled it.&lt;/p&gt;
2422
2423 &lt;p&gt;These days I focus on ODF instead, which seem like a specification
2424 with the future ahead of it. We are working in NUUG to organise a ODF
2425 seminar this autumn.&lt;/p&gt;
2426 </description>
2427 </item>
2428
2429 <item>
2430 <title>Regjerningens oppsummering av høringen om standardkatalogen versjon 2</title>
2431 <link>http://people.skolelinux.org/pere/blog/Regjerningens_oppsummering_av_h_ringen_om_standardkatalogen_versjon_2.html</link>
2432 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Regjerningens_oppsummering_av_h_ringen_om_standardkatalogen_versjon_2.html</guid>
2433 <pubDate>Thu, 9 Jul 2009 14:40:00 +0200</pubDate>
2434 <description>&lt;p&gt;For å forstå mer om hvorfor standardkatalogens versjon 2 ble som
2435 den ble, har jeg bedt om kopi fra FAD av dokumentene som ble lagt frem
2436 for regjeringen da de tok sin avgjørelse. De er nå lagt ut på NUUGs
2437 wiki, direkte tilgjengelig via &quot;&lt;a
2438 href=&quot;http://wiki.nuug.no/uttalelser/200901-standardkatalog-v2?action=AttachFile&amp;do=get&amp;target=kongelig-resolusjon.pdf&quot;&gt;Referansekatalogen
2439 v2.0 - Oppsummering av høring&lt;/a&gt;&quot; og &quot;&lt;a
2440 href=&quot;http://wiki.nuug.no/uttalelser/200901-standardkatalog-v2?action=AttachFile&amp;do=get&amp;target=kongelig-resolusjon-katalogutkast.pdf&quot;&gt;Referansekatalog
2441 for IT-standarder i offentlig sektor Versjon 2.0, dd.mm.åååå -
2442 UTKAST&lt;/a&gt;&quot;.&lt;/p&gt;
2443
2444 &lt;p&gt;Det er tre ting jeg merker meg i oppsummeringen fra
2445 høringsuttalelsen da jeg skummet igjennom den. Det første er at
2446 forståelsen av hvordan programvarepatenter påvirker fri
2447 programvareutvikling også i Norge når en argumenterer med at
2448 royalty-betaling ikke er et relevant problem i Norge. Det andre er at
2449 FAD ikke har en prinsipiell forståelse av verdien av en enkelt
2450 standard innenfor hvert område. Det siste er at påstander i
2451 høringsuttalelsene ikke blir etterprøvd (f.eks. påstanden fra
2452 Microsoft om hvordan Ogg blir standardisert og påstanden fra
2453 politidirektoratet om patentproblemer i Theora).&lt;/p&gt;
2454 </description>
2455 </item>
2456
2457 <item>
2458 <title>Regjerningen forlater prinsippet om ingen royalty-betaling i standardkatalogen versjon 2</title>
2459 <link>http://people.skolelinux.org/pere/blog/Regjerningen_forlater_prinsippet_om_ingen_royalty_betaling_i_standardkatalogen_versjon_2.html</link>
2460 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Regjerningen_forlater_prinsippet_om_ingen_royalty_betaling_i_standardkatalogen_versjon_2.html</guid>
2461 <pubDate>Mon, 6 Jul 2009 21:00:00 +0200</pubDate>
2462 <description>&lt;p&gt;Jeg ble glad da regjeringen
2463 &lt;a href=&quot;http://www.digi.no/817635/her-er-statens-nye-it-standarder&quot;&gt;annonserte&lt;/a&gt;
2464 versjon 2 av
2465 &lt;a href=&quot;http://www.regjeringen.no/upload/FAD/Vedlegg/IKT-politikk/Referansekatalogen_versjon2.pdf&quot;&gt;statens
2466 referansekatalog over standarder&lt;/a&gt;, men trist da jeg leste hva som
2467 faktisk var vedtatt etter
2468 &lt;a href=&quot;http://www.regjeringen.no/nb/dep/fad/dok/horinger/horingsdokumenter/2009/horing---referansekatalog-versjon-2.html&quot;&gt;høringen&lt;/a&gt;.
2469 De fleste av de valgte åpne standardene er gode og vil bidra til at
2470 alle kan delta på like vilkår i å lage løsninger for staten, men
2471 noen av dem blokkerer for de som ikke har anledning til å benytte
2472 spesifikasjoner som krever betaling for bruk (såkalt
2473 royalty-betaling). Det gjelder spesifikt for H.264 for video og MP3
2474 for lyd. Så lenge bruk av disse var valgfritt mens Ogg Theora og Ogg
2475 Vorbis var påkrevd, kunne alle som ønsket å spille av video og lyd
2476 fra statens websider gjøre dette uten å måtte bruke programmer der
2477 betaling for bruk var nødvendig. Når det nå er gjort valgfritt for
2478 de statlige etatene å bruke enten H.264 eller Theora (og MP3 eler
2479 Vorbis), så vil en bli tvunget til å forholde seg til
2480 royalty-belastede standarder for å få tilgang til videoen og
2481 lyden.&lt;/p&gt;
2482
2483 &lt;p&gt;Det gjør meg veldig trist at regjeringen har forlatt prinsippet om
2484 at alle standarder som ble valgt til å være påkrevd i katalogen skulle
2485 være uten royalty-betaling. Jeg håper det ikke betyr at en har mistet
2486 all forståelse for hvilke prinsipper som må følges for å oppnå
2487 likeverdig konkurranse mellom aktørene i IT-bransjen. NUUG advarte
2488 mot dette i
2489 &lt;a href=&quot;http://wiki.nuug.no/uttalelser/200901-standardkatalog-v2&quot;&gt;sin
2490 høringsuttalelse&lt;/a&gt;, men ser ut til å ha blitt ignorert.&lt;/p&gt;
2491
2492 &lt;p&gt;Oppdatering 2012-06-29: Kom over &lt;ahref=&quot;
2493 http://www.regjeringen.no/upload/FAD/Vedlegg/IKT-politikk/Refkat_v2.pdf&quot;&gt;en
2494 rapport til FAD&lt;/a&gt; fra da versjon 1 av katalogen ble vedtatt, og der
2495 er det tydelig at problemstillingen var kjent og forstått.&lt;/p&gt;
2496 </description>
2497 </item>
2498
2499 <item>
2500 <title>Microsofts misvisende argumentasjon rundt multimediaformater</title>
2501 <link>http://people.skolelinux.org/pere/blog/Microsofts_misvisende_argumentasjon_rundt_multimediaformater.html</link>
2502 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Microsofts_misvisende_argumentasjon_rundt_multimediaformater.html</guid>
2503 <pubDate>Fri, 26 Jun 2009 13:30:00 +0200</pubDate>
2504 <description>&lt;p&gt;I
2505 &lt;a href=&quot;http://www.regjeringen.no/upload/FAD/Vedlegg/Hoeringer/Refkat_V2/MicrosoftNorge.pdf&quot;&gt;Microsoft
2506 sin høringsuttalelse&lt;/a&gt; til
2507 &lt;a href=&quot;http://www.regjeringen.no/nb/dep/fad/dok/horinger/horingsdokumenter/2009/horing---referansekatalog-versjon-2.html?id=549422&quot;&gt;forslag
2508 til versjon 2 av statens referansekatalog over standarder&lt;/a&gt;, lirer
2509 de av seg følgende FUD-perle:&lt;/p&gt;
2510
2511 &lt;p&gt;&lt;blockquote&gt;&quot;Vorbis, OGG, Theora og FLAC er alle tekniske
2512 spesifikasjoner overordnet styrt av xiph.org, som er en
2513 ikke-kommersiell organisasjon. Etablerte og anerkjente
2514 standardiseringsorganisasjoner, som Oasis, W3C og Ecma, har en godt
2515 innarbeidet vedlikeholds- og forvaltningsprosess av en standard.
2516 Det er derimot helt opp til hver enkelt organisasjon å bestemme
2517 hvordan tekniske spesifikasjoner videreutvikles og endres, og disse
2518 spesifikasjonene bør derfor ikke defineres som åpne
2519 standarder.&quot;&lt;/blockquote&gt;&lt;/p&gt;
2520
2521 &lt;p&gt;De vokter seg vel for å nevne den anerkjente
2522 standardiseringsorganisasjonen IETF, som er organisasjonen bak HTTP,
2523 IP og det meste av protokoller på Internet, og RFC-standardene som
2524 IETF står bak. Ogg er spesifisert i
2525 &lt;a href=&quot;http://ietf.org/rfc/rfc3533.txt&quot;&gt;RFC 3533&lt;/a&gt;, og er uten
2526 tvil å anse som en åpen standard. Vorbis er
2527 &lt;a href=&quot;http://ietf.org/rfc/rfc5215.txt&quot;&gt;RFC 5215&lt;/a&gt;. Theora er
2528
2529 under standardisering via IETF, med
2530 &lt;a href=&quot;http://svn.xiph.org/trunk/theora/doc/draft-ietf-avt-rtp-theora-00.txt&quot;&gt;siste
2531 utkast publisert 2006-07-21&lt;/a&gt; (riktignok er dermed teksten ikke
2532 skrevet i stein ennå, men det blir neppe endringer som ikke er
2533 bakoverkompatibel). De kan være inne på noe når det gjelder FLAC da
2534 jeg ikke finner tegn til at &lt;a
2535 href=&quot;http://flac.sourceforge.net/format.html&quot;&gt;spesifikasjonen
2536 tilgjengelig på web&lt;/a&gt; er på tur via noen
2537 standardiseringsorganisasjon, men i og med at folkene bak Ogg, Theora
2538 og Vorbis også har involvert seg i Flac siden 2003, så ser jeg ikke
2539 bort fra at også den organiseres via IETF. Jeg kjenner personlig lite
2540 til FLAC.&lt;/p&gt;
2541
2542 &lt;p&gt;Uredelig argumentasjon bør en holde seg for god til å komme med,
2543 spesielt når det er så enkelt i dagens Internet-hverdag å gå
2544 misvisende påstander etter i sømmene.&lt;/p&gt;
2545 </description>
2546 </item>
2547
2548 <item>
2549 <title>Standarder fungerer best når en samler seg rundt dem</title>
2550 <link>http://people.skolelinux.org/pere/blog/Standarder_fungerer_best_n_r_en_samler_seg_rundt_dem.html</link>
2551 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Standarder_fungerer_best_n_r_en_samler_seg_rundt_dem.html</guid>
2552 <pubDate>Tue, 19 May 2009 11:30:00 +0200</pubDate>
2553 <description>&lt;p&gt;En standard er noe man samler seg rundt, ut fra ideen om at en får
2554 fordeler når mange står sammen. Jo flere som står sammen, jo
2555 bedre. Når en vet dette, blir det litt merkelig å lese noen av
2556 uttalelsene som er kommet inn til
2557 &lt;a href=&quot;http://www.regjeringen.no/nb/dep/fad/dok/horinger/horingsdokumenter/2009/horing---referansekatalog-versjon-2/horingsuttalelser.html?id=549423&quot;&gt;høringen
2558 om versjon 2 av statens referansekatalog over standarder&lt;/a&gt;. Blant
2559 annet Abelia, NHO og Microsoft tror det er lurt med flere standarder
2560 innenfor samme område. Det blir som å si at det er fint om Norge
2561 standardiserte både på A4- og Letter-størrelser på arkene, ulik
2562 sporvidde på jernbaneskinnene, meter og fot som lengemål, eller
2563 høyre- og venstrekjøring - slik at en kan konkurrere på hvilken
2564 standard som er best. De fleste forstår heldigvis at dette ikke
2565 bidrar positivt.&lt;/p&gt;
2566 </description>
2567 </item>
2568
2569 <item>
2570 <title>Hvorfor jeg ikke bruker eFaktura</title>
2571 <link>http://people.skolelinux.org/pere/blog/Hvorfor_jeg_ikke_bruker_eFaktura.html</link>
2572 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Hvorfor_jeg_ikke_bruker_eFaktura.html</guid>
2573 <pubDate>Thu, 23 Apr 2009 23:00:00 +0200</pubDate>
2574 <description>&lt;p&gt;Telenors annonsering om å kreve 35 kroner i gebyr fra alle som
2575 ønsker papirfaktura har satt sinnene i kok, og pressedekningen så
2576 langt snakker om at eldre og folk som ikke behersker data vil få en
2577 urimelig ekstrakostnad. Jeg tror ikke jeg passer inn i noen av de
2578 kategoriene, men velger å holde meg unna eFaktura - som er det
2579 Telenor ønsker å få folk over på - pga. systemets egenskaper.&lt;/p&gt;
2580
2581 &lt;p&gt;Slik jeg har sett eFaktura til forbrukere så langt, så sender
2582 selger en elektronisk beskjed til kundens bank, som legger ut
2583 informasjon om fakturaen i nettbanken for godkjenning. Personlig
2584 ville jeg sett det som mer naturlig at det gikk en elektronisk beskjed
2585 fra selger til kunde, dvs meg, og at jeg så kunne bruke den videre
2586 mot banken eller andre hvis jeg ønsket dette. Mine innkjøp og
2587 regninger er jo en sak mellom meg og mine leverandører, ikke en sak
2588 mellom min bank og mine leverandører. Kun hvis jeg ønsker å betale
2589 fakturaen skal banken involveres. En faktura bør jo inn i
2590 regnskapet, og jeg ønsker mulighet til å legge det inn der. Når
2591 fakturaen sendes til banken i stedet for meg, blir det vanskeligere.
2592 Hele eFaktura-modellen virker på meg som en umyndiggjøring av meg
2593 som kunde.&lt;/p&gt;
2594
2595 &lt;p&gt;I tillegg har jeg ikke vært i stand til å finne
2596 eFaktura-formatets spesifikasjon, og det ser ut til at utsending av
2597 slike krever dyre avtaler med bankene for å få lov til å sende ut
2598 eFaktura til kunder. Jeg ser vel helst at fakturering på
2599 elektroniske formater kan gjøres f.eks. via epost eller HTTP uten å
2600 måtte betale mellommenn for retten til å lever ut en faktura, og
2601 liker rett og slett ikke dagens faktureringsmodeller.&lt;/p&gt;
2602 </description>
2603 </item>
2604
2605 <item>
2606 <title>Standardize on protocols and formats, not vendors and applications</title>
2607 <link>http://people.skolelinux.org/pere/blog/Standardize_on_protocols_and_formats__not_vendors_and_applications.html</link>
2608 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Standardize_on_protocols_and_formats__not_vendors_and_applications.html</guid>
2609 <pubDate>Mon, 30 Mar 2009 11:50:00 +0200</pubDate>
2610 <description>&lt;p&gt;Where I work at the University of Oslo, one decision stand out as a
2611 very good one to form a long lived computer infrastructure. It is the
2612 simple one, lost by many in todays computer industry: Standardize on
2613 open network protocols and open exchange/storage formats, not applications.
2614 Applications come and go, while protocols and files tend to stay, and
2615 thus one want to make it easy to change application and vendor, while
2616 avoiding conversion costs and locking users to a specific platform or
2617 application.&lt;/p&gt;
2618
2619 &lt;p&gt;This approach make it possible to replace the client applications
2620 independently of the server applications. One can even allow users to
2621 use several different applications as long as they handle the selected
2622 protocol and format. In the normal case, only one client application
2623 is recommended and users only get help if they choose to use this
2624 application, but those that want to deviate from the easy path are not
2625 blocked from doing so.&lt;/p&gt;
2626
2627 &lt;p&gt;It also allow us to replace the server side without forcing the
2628 users to replace their applications, and thus allow us to select the
2629 best server implementation at any moment, when scale and resouce
2630 requirements change.&lt;/p&gt;
2631
2632 &lt;p&gt;I strongly recommend standardizing - on open network protocols and
2633 open formats, but I would never recommend standardizing on a single
2634 application that do not use open network protocol or open formats.&lt;/p&gt;
2635 </description>
2636 </item>
2637
2638 <item>
2639 <title>Hva er egentlig en åpen standard?</title>
2640 <link>http://people.skolelinux.org/pere/blog/Hva_er_egentlig_en__pen_standard_.html</link>
2641 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Hva_er_egentlig_en__pen_standard_.html</guid>
2642 <pubDate>Sat, 28 Mar 2009 10:50:00 +0100</pubDate>
2643 <description>&lt;p&gt;Jeg møter alle slags interessante mennesker på min vei, og et møte
2644 jeg lærte mye av var å treffe på en svært kompetent IT-fyr som
2645 benektet ting jeg anser som åpenbart og selvfølgelig når det gjelder
2646 standarder. Det var interessant, da det fikk meg til å tenke litt
2647 nøyere på hvilke mekanismer som ligger til grunn for at noe oppfattes
2648 som en standard. Det hele startet med arbeid rundt integrering av NSS
2649 LDAP mot Active Directory, og problemer som oppstår pga. at Active
2650 Directory ikke følger LDAP-spesifikasjonen som dokumentert i RFCer fra
2651 IETF (konkret, AD returnerer kun et subset av attributter hvis det er
2652 mer enn 1500 atributter av en gitt type i et LDAP-objekt, og en må be
2653 om resten i bolker av 1500). Jeg hevdet måten dette ble gjort på brøt
2654 med LDAP-spesifikasjonen, og henviste til hvor i LDAP-spesifikasjonen
2655 fra IETF det sto at oppførselen til AD ikke fulgte
2656 LDAP-spesifikasjonen. AD-spesialisten overrasket meg da ved å
2657 fortelle at IETF var ikke de som definerte LDAP-spesifikasjonen, og at
2658 Active Directory ikke brøt den virkelige LDAP-spesifikasjonen som han
2659 mente lå til grunn. Jeg ble spesielt overrasket over denne
2660 tilnærmingen til problemstillingen, da til og med Microsoft så vidt
2661 jeg kan se anerkjenner IETF som organisasjonen som definerer
2662 LDAP-spesifikasjonen. Jeg fikk aldri spurt hvem han mente sto bak den
2663 egentlige LDAP-spesifikasjonen, da det var irrelevant for problemet vi
2664 måtte løse (få Linux og AD til å fungere sammen). Dette møtet
2665 fortalte meg uansett at det ikke er gitt at alle aktører er enige om
2666 hva en standard er, og hva som er kilden til en gitt standard. Det er
2667 vanskelig å enes om felles standarder før en først enes om hvem som
2668 bestemmer hva en gitt standard innebærer.&lt;/p&gt;
2669
2670 &lt;p&gt;Hva er så en standard? I sin abstrakte form er det noe å samles
2671 om. På engelsk er en av betydningene fane brukt i krig, du vet, den
2672 type fane en samlet seg rundt på kamplassen i riddertiden. En
2673 standard definerer altså et felleskap, noen som har noe felles. Det
2674 er naturligvis mange måter å utgjøre et felleskap på. En kan
2675 f.eks. enes om å gjøre alt slik som Ole gjør det, og dermed si at Oles
2676 oppførsel er standard. Hver gang Ole endrer oppførsel endrer også
2677 standarden seg uten noe mer organisering og prosedyre. En variant av
2678 dette er å gjøre slik som Ole har gjort det i stedet for slik Ole til
2679 enhver til gjør noe. Dette er ofte litt enklere å forholde seg til,
2680 da en slipper å sjekke med Ole hver gang for å vite hvordan ting skal
2681 gjøres nå, men hvis det Ole gjorde noe dumt den gang en bestemte seg
2682 for å følge Ole, så er det vanskeligere å få endret oppførsel for å
2683 unngå dette dumme.&lt;/p&gt;
2684
2685 &lt;p&gt;En kan også ta det et skritt videre, og istedet for å basere seg på
2686 enkeltpersoners oppførsel sette seg ned og bli enige om hvordan en
2687 skal gjøre ting, dvs. lage et felleskap basert på konsensus. Dette
2688 tar naturligvis litt mer tid (en må diskutere ting i forkant før en
2689 kan sette igang), men det kan bidra til at den oppførselen en
2690 planlegger å benytte seg av er mer gjennomtenkt. Det ender også
2691 typisk opp med en beskrivelse av ønsket oppførsel som flere kan forstå
2692 - da flere har vært involvert i å utarbeide beskrivelsen.&lt;/p&gt;
2693
2694 &lt;p&gt;Dette er dessverre ikke alt som trengs for å forstå hva en åpen
2695 standard er for noe. Der alle kan se på hvordan folk oppfører seg, og
2696 dermed har valget om de vil oppføre seg likt eller ikke, så er det
2697 endel juridiske faktorer som gjør det hele mer komplisert -
2698 opphavsretten og patentlovgivningen for å være helt konkret. For å gi
2699 et eksempel. Hvis noen blir enige om å alltid plystre en bestemt
2700 melodi når de møtes, for å identifisere hverandre, så kan
2701 opphavsretten brukes til å styre hvem som får lov til å gjøre dette.
2702 De har standardisert hvordan de kjenner igjen alle som følger denne
2703 standarden, men ikke alle har nødvendigvis lov til å følge den.
2704 Musikk er opphavsrettsbeskyttet, og fremføring av musikk i
2705 offentligheten er opphavsmannens enerett (dvs. et monopol). Det vil i
2706 sin ytterste konsekvens si at alle som skal plystre en
2707 opphavsrettsbeskyttet melodi i det offentlige rom må ha godkjenning
2708 fra opphavsmannen. Har en ikke dette, så bryter en loven og kan
2709 straffes. Det er dermed mulig for opphavsmannen å kontrollere hvem
2710 som får lov til å benytte seg av denne standarden. En annen variant
2711 er hvis en standard er dokumentert, så er dokumentet som definerer
2712 standarden (spesifikasjonen) beskyttet av opphavsretten, og det er
2713 dermed mulig for rettighetsinnehaver å begrense tilgang til
2714 spesifikasjonen, og slik styre hvem som kan ta i bruk standarden på
2715 den måten.&lt;/p&gt;
2716
2717 &lt;p&gt;Der opphavsretten innvilger et monopol på kunstneriske uttrykk med
2718 verkshøyde, innvilger patentlovgivningen monopol på ideer. Hvis en
2719 slik patentert idé (fortrinnsvis uttrykt i en teknisk innretning, men
2720 det er kompliserende faktorer som gjør at det ikke er et krav) trengs
2721 for å ta i bruk en standard, så vil den som innehar patent kunne styre
2722 hvem som får ta i bruk standarden. Det er dermed ikke gitt at alle
2723 kan delta i et standard-felleskap, og hvis de kan delta, så er det
2724 ikke sikkert at det er på like vilkår. F.eks. kan rettighetsinnehaver
2725 sette vilkår som gjør at noen faller utenfor, det være seg av
2726 finansielle, avtalemessige eller prinsipielle årsaker. Vanlige slike
2727 vilkår er &quot;må betale litt for hver kunde/bruker&quot; som utelukker de som
2728 gir bort en løsning gratis og &quot;må gi fra seg retten til å håndheve
2729 sine egne patentrettigheter ovenfor rettighetshaver&quot; som utelukker
2730 alle som ønsker å beholde den muligheten.&lt;/p&gt;
2731
2732 &lt;p&gt;En åpen standard innebærer for meg at alle kan få innsikt i en
2733 komplett beskrivelse av oppførsel som standarden skal dekke, og at
2734 ingen kan nektes å benytte seg av standarden. Noen mener at det
2735 holder at alle med tilstrekkelig finansiering kan få tilgang til
2736 spesifikasjonen og at en kun har finansielle krav til bruk.
2737 Pga. denne konflikten har et nytt begrep spredt seg de siste årene,
2738 nemlig fri og åpen standard, der en har gjort det klart at alle må ha
2739 komplett og lik tilgang til spesifikasjoner og retten til å gjøre bruk
2740 av en standard for at en standard skal kunne kalles fri og åpen.&lt;/p&gt;
2741 </description>
2742 </item>
2743
2744 <item>
2745 <title>Fri og åpen standard, slik Digistan ser det</title>
2746 <link>http://people.skolelinux.org/pere/blog/Fri_og__pen_standard__slik_Digistan_ser_det.html</link>
2747 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Fri_og__pen_standard__slik_Digistan_ser_det.html</guid>
2748 <pubDate>Sat, 31 Jan 2009 23:10:00 +0100</pubDate>
2749 <description>&lt;p&gt;Det er mange ulike definisjoner om hva en åpen standard er for noe,
2750 og NUUG hadde &lt;a href=&quot;http://www.nuug.no/dokumenter/standard-presse-def-200506.txt&quot;&gt;en
2751 pressemelding om dette sommeren 2005&lt;/a&gt;. Der ble definisjonen til
2752 &lt;a href=&quot;http://www.aaben-standard.dk/&quot;&gt;DKUUG&lt;/a&gt;,
2753 &lt;a href=&quot;http://europa.eu.int/idabc/servlets/Doc?id=19529&quot;&gt;EU-kommissionens
2754 European Interoperability Framework ( side 9)&lt;/a&gt; og
2755 &lt;a href=&quot;http://www.teknologiradet.no/files/7polert_copy.htm&quot;&gt;teknologirådet&lt;/a&gt; omtalt.&lt;/p&gt;
2756
2757 &lt;p&gt;Siden den gang har regjeringens standardiseringsråd dukket opp, og de
2758 ser ut til å har tatt utgangspunkt i EU-kommisjonens definisjon i
2759 &lt;a href=&quot;http://www.regjeringen.no/nb/dep/fad/kampanjer/standardiseringsradet/arbeidsmetodikk.html?id=476407&quot;&gt;sin
2760 arbeidsmetodikk&lt;/a&gt;. Personlig synes jeg det er en god ide, da
2761 kravene som stilles der gjør at alle markedsaktører får like vilkår,
2762 noe som kommer kundene til gode ved hjelp av økt konkurranse.&lt;/p&gt;
2763
2764 &lt;p&gt;I sommer kom det en ny definisjon på banen.
2765 &lt;a href=&quot;http://www.digistan.org/&quot;&gt;Digistan&lt;/a&gt; lanserte
2766 &lt;a href=&quot;http://www.digistan.org/open-standard:definition&quot;&gt;en
2767 definisjon på en fri og åpen standard&lt;/a&gt;. Jeg liker måten de bryter
2768 ut av diskusjonen om hva som kreves for å kalle noe en åpen standard
2769 ved å legge på et ord og poengtere at en standard som er både åpen og
2770 fri har noen spesielle krav. Her er den definisjonen etter rask
2771 oversettelse fra engelsk til norsk av meg:&lt;/p&gt;
2772
2773 &lt;blockquote&gt;
2774 &lt;p&gt;&lt;strong&gt;Definisjonen av en fri og åpen standard&lt;/strong&gt;&lt;/p&gt;
2775
2776 &lt;p&gt;Den digitale standardorganisasjonen definierer fri og åpen standard
2777 som følger:&lt;/p&gt;
2778 &lt;ul&gt;
2779 &lt;li&gt;En fri og åpen standard er immun for leverandørinnlåsing i alle
2780 stadier av dens livssyklus. Immuniteten fra leverandørinnlåsing gjør
2781 det mulig å fritt bruke, forbedre, stole på og utvide en standard over
2782 tid.&lt;/li&gt;
2783 &lt;li&gt;Standarden er adoptert og vil bli vedlikeholdt av en ikke-kommersiell
2784 organisasjon, og dens pågående utvikling gjøres med en åpen
2785 beslutningsprosedyre som er tilgjengelig for alle som er interessert i
2786 å delta.&lt;/li&gt;
2787 &lt;li&gt;Standarden er publisert og spesifikasjonsdokumentet er fritt
2788 tilgjengelig. Det må være tillatt for alle å kopiere, distribuere og
2789 bruke den uten begresninger.&lt;/li&gt;
2790 &lt;li&gt;Patentene som muligens gjelder (deler av) standarden er gjort
2791 ugjenkallelig tilgjengelig uten krav om betaling.&lt;/li&gt;
2792 &lt;li&gt;Det er ingen begresninger i gjenbruk av standarden.&lt;/li&gt;
2793 &lt;/ul&gt;
2794 &lt;p&gt;Det økonomiske resultatet av en fri og åpen standard, som kan
2795 måles, er at det muliggjør perfekt konkurranse mellom leverandører av
2796 produkter basert på standarden.&lt;/p&gt;
2797 &lt;/blockquote&gt;
2798
2799 &lt;p&gt;(Tar gjerne imot forbedringer av oversettelsen.)&lt;/p&gt;
2800 </description>
2801 </item>
2802
2803 <item>
2804 <title>ODF-bruk i staten, ikke helt på plass</title>
2805 <link>http://people.skolelinux.org/pere/blog/ODF_bruk_i_staten__ikke_helt_p__plass.html</link>
2806 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/ODF_bruk_i_staten__ikke_helt_p__plass.html</guid>
2807 <pubDate>Thu, 22 Jan 2009 23:00:00 +0100</pubDate>
2808 <description>&lt;p&gt;I går publiserte
2809 &lt;a href=&quot;http://universitas.no/nyhet/52776/&quot;&gt;Universitas&lt;/a&gt;,
2810 &lt;a href=&quot;http://www.dagensit.no/trender/article1588462.ece&quot;&gt;Dagens-IT&lt;/a&gt;
2811 og &lt;a href=&quot;http://www.idg.no/computerworld/article118622.ece&quot;&gt;Computerworld
2812 Norge&lt;/a&gt; en sak om at de ansatte ved Universitetet i Oslo ikke følger
2813 regjeringens pålegg om å publisere i HTML, PDF eller ODF. Det er bra
2814 at det kommer litt fokus på dette, og jeg håper noen journalister tar
2815 en titt på de andre statlige instansene også.&lt;/p&gt;
2816
2817 &lt;p&gt;Skulle ønske det var en enkel måte å sjekke om ODF-dokumenter er i
2818 henholdt til ODF-spesifikasjonen, og en måte å teste om programmer som
2819 hevder å støtte ODF forstår alle delene av ODF-spesifikasjonen.
2820 Kjenner kun til ufullstendige løsninger for slikt.&lt;/p&gt;
2821 </description>
2822 </item>
2823
2824 </channel>
2825 </rss>