+ <div class="entry">
+ <div class="title"><a href="http://people.skolelinux.org/pere/blog/Litt_statistikk_fra_Offentlig_Elektronisk_postjournal.html">Litt statistikk fra Offentlig Elektronisk postjournal</a></div>
+ <div class="date">10th June 2012</div>
+ <div class="body"><p>De siste månedene har jeg sammen med andre i NUUG jobbet med å
+gjøre det enklere å få innsyn i offentlige dokumenter, og dette
+inkluderer å gjøre postjournaler enklere tilgjengelig for maskinell
+analyse og søk. I den forbindelse tok jeg i dag å tittet litt på
+<a href="http://www.oep.no/">Offentlig Elektronisk Postjournal
+(OEP)</a>, FAD/DIFIs fellesløsning for departementer og statlige
+etater.</p>
+
+<p>Her er antall oppføringer pr. måned det siste året,
+<a href="https://api.scraperwiki.com/api/1.0/datastore/sqlite?format=htmltable&name=postliste-oep&query=select%20strftime(%22%25Y-%25m%22%2C%20%60recordpublishdate%60)%20as%20oeppubmonth%2C%20count(*)%20from%20%60swdata%60%20group%20by%20oeppubmonth%20order%20by%20oeppubmonth">summert
+opp</a> ved hjelp av
+<a href="https://scraperwiki.com/scrapers/postliste-oep/">en
+Scraperwiki-database</a>. Merk at denne Scraperwikien har
+ytelsesproblemer pga. mengden data. </p>
+
+<p><table border="1">
+<tr><th>Måned</th><th>Antall</th></tr>
+<tr><td>2011-07</td><td>164355</td></tr>
+<tr><td>2011-08</td><td>153662</td></tr>
+<tr><td>2011-09</td><td>173134</td></tr>
+<tr><td>2011-10</td><td>170665</td></tr>
+<tr><td>2011-11</td><td>198409</td></tr>
+<tr><td>2011-12</td><td>175908</td></tr>
+<tr><td>2012-01</td><td>206875</td></tr>
+<tr><td>2012-02</td><td>202862</td></tr>
+<tr><td>2012-03</td><td>204225</td></tr>
+<tr><td>2012-04</td><td>207931</td></tr>
+<tr><td>2012-05</td><td>223754</td></tr>
+</table></p>
+
+<p>Det er også interessant å se hvor ofte ulike etater sender inn sine
+journaloppføringer til OEP. OEP inneholder en liste med sist
+innrapporteringsdato for alle som sender til OEP, og ved å se når og
+hvor ofte det blir sendt inn fra etatene kan
+<a href="https://api.scraperwiki.com/api/1.0/datastore/sqlite?format=htmltable&name=postliste-oep-deliverydates&query=select%20agency%2C%0A(julianday(datetime('now'))%20-%20%0A%20julianday(min(%60deliverydate%60)))%2Fcount(*)%20as%20dayfreq%2C%0A%20count(*)%0Afrom%20%60swdata%60%20group%20by%20agency%20order%20by%20dayfreq%20desc">frekvensen
+beregnes</a>. Her er bunnlista, dvs. de som leverer mer enn hver 10
+dag beregnet fra
+<a href="https://scraperwiki.com/scrapers/postliste-oep-deliverydates/">en
+Scraperwiki-database</a>:</p>
+
+<p><table border="1">
+
+<tr> <th>Etat</th> <th>Frekvens</th> <th>Leveringer</th> </tr>
+<tr> <td>Norges geologiske undersøkelse</td> <td>83.7527546296</td> <td>1</td> </tr>
+<tr> <td>Medietilsynet</td> <td>33.7527546296</td> <td>1</td> </tr>
+<tr> <td>Departementenes servicesenter</td> <td>23.8763773148</td> <td>2</td> </tr>
+<tr> <td>Kunnskapsdepartementet</td> <td>15.8763773148</td> <td>2</td> </tr>
+<tr> <td>Kompetansesenter for distriktsutvikling</td> <td>15.3763773148</td> <td>2</td> </tr>
+<tr> <td>Toll- og avgiftsdirektoratet</td> <td>15.3763773148</td> <td>2</td> </tr>
+<tr> <td>Fredskorpset</td> <td>12.5842515432</td> <td>3</td> </tr>
+<tr> <td>Statens legemiddelverk</td> <td>12.1881886574</td> <td>4</td> </tr>
+<tr> <td>Utlendingsnemnda</td> <td>11.5842515432</td> <td>3</td> </tr>
+<tr> <td>Politidirektoratet</td> <td>10.9175848765</td> <td>3</td> </tr>
+<tr> <td>Skattedirektoratet</td> <td>10.9175848765</td> <td>3</td> </tr>
+<tr> <td>Statens innkrevingssentral</td> <td>10.5842515432</td> <td>3</td> </tr>
+<tr> <td>Barne-, ungdoms- og familiedirektoratet</td> <td>10.2509182099</td> <td>3</td> </tr>
+<tr> <td>Kunst i offentlige rom</td> <td>10.2509182099</td> <td>3</td> </tr>
+
+</table></p>
+
+<p>En kan beregne lignende frekvenser ved å sammenligne
+journalføringsdato med publiseringsdato for hver enkelt oppføring i
+OEP, men den lenken legger jeg ikke ved her for å unngå at
+søkemotorroboter begynner å overbelaste Scraperwiki-databasen.</p>
+
+<p>Jeg har spurt Norges geologiske undersøkelse om hvorfor de leverer
+så sjelden, og det kommer av at de har problemer etter oppgradering av
+arkivsystemet sitt og jobber med å fikse det slik at de kan gå tilbake
+til å levere hver uke. Har ikke undersøkt noen av de andre.</p>
+</div>
+ <div class="tags">
+
+
+ Tags: <a href="http://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="http://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="http://people.skolelinux.org/pere/blog/tags/offentlig innsyn">offentlig innsyn</a>.
+
+
+ </div>
+ </div>
+ <div class="padding"></div>
+
+ <div class="entry">
+ <div class="title"><a href="http://people.skolelinux.org/pere/blog/TV_with_face_recognition__for_improved_viewer_experience.html">TV with face recognition, for improved viewer experience</a></div>
+ <div class="date"> 9th June 2012</div>
+ <div class="body"><p>Slashdot got a story about Intel planning a
+<a href="http://entertainment.slashdot.org/story/12/06/09/0012247/intel-to-launch-tv-service-with-facial-recognition-by-end-of-the-year">TV
+with face recognition</a> to recognise the viewer, and it occurred to
+me that it would be more interesting to turn it around, and do face
+recognition on the TV image itself. It could let the viewer know who
+is present on the screen, and perhaps look up their credibility,
+company affiliation, previous appearances etc for the viewer to better
+evaluate what is being said and done. That would be a feature I would
+be willing to pay for.</p>
+
+<p>I would not be willing to pay for a TV that point a camera on my
+household, like the big brother feature apparently proposed by Intel.
+It is the telescreen idea fetched straight out of the book
+<a href="http://gutenberg.net.au/ebooks01/0100021.txt">1984 by George
+Orwell</a>.</p>
+</div>
+ <div class="tags">
+
+
+ Tags: <a href="http://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="http://people.skolelinux.org/pere/blog/tags/surveillance">surveillance</a>.
+
+
+ </div>
+ </div>
+ <div class="padding"></div>
+
+ <div class="entry">
+ <div class="title"><a href="http://people.skolelinux.org/pere/blog/Web_service_to_look_up_HP_and_Dell_computer_hardware_support_status.html">Web service to look up HP and Dell computer hardware support status</a></div>
+ <div class="date"> 6th June 2012</div>
+ <div class="body"><p>A few days ago
+<a href="http://people.skolelinux.org/pere/blog/SOAP_based_webservice_from_Dell_to_check_server_support_status.html">I
+reported how to get</a> the support status out of Dell using an
+unofficial and undocumented SOAP API, which I since have found out was
+<a href="http://lists.us.dell.com/pipermail/linux-poweredge/2012-February/045959.html">discovered
+by Daniel De Marco in february</a>. Combined with my web scraping
+code for HP, Dell and IBM
+<a href="http://people.skolelinux.org/pere/blog/Checking_server_hardware_support_status_for_Dell__HP_and_IBM_servers.html">from
+2009</a>, I got inspired and wrote
+<a href="https://views.scraperwiki.com/run/computer-hardware-support-status/">a
+web service</a> based on Scraperwiki to make it easy to look up the
+support status and get a machine readable result back.</p>
+
+<p>This is what it look like at the moment when asking for the JSON
+output:
+
+<blockquote><pre>
+% GET <a href="https://views.scraperwiki.com/run/computer-hardware-support-status/?format=json&vendor=Dell&servicetag=2v1xwn1">https://views.scraperwiki.com/run/computer-hardware-support-status/?format=json&vendor=Dell&servicetag=2v1xwn1</a>
+supportstatus({"servicetag": "2v1xwn1", "warrantyend": "2013-11-24", "shipped": "2010-11-24", "scrapestamputc": "2012-06-06T20:26:56.965847", "scrapedurl": "http://143.166.84.118/services/assetservice.asmx?WSDL", "vendor": "Dell", "productid": ""})
+%
+</pre></blockquote>
+
+<p>It currently support Dell and HP, and I am hoping for help to add
+support for other vendors. The python source is available on
+Scraperwiki and I welcome help with adding more features.</p>
+</div>
+ <div class="tags">
+
+
+ Tags: <a href="http://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="http://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>.
+
+
+ </div>
+ </div>
+ <div class="padding"></div>
+
<div class="entry">
<div class="title"><a href="http://people.skolelinux.org/pere/blog/Kommentar_til_artikkel_i_Adresseavisa_som_omtaler_FiksGataMi.html">Kommentar til artikkel i Adresseavisa som omtaler FiksGataMi</a></div>
<div class="date"> 2nd June 2012</div>
</div>
<div class="padding"></div>
- <div class="entry">
- <div class="title"><a href="http://people.skolelinux.org/pere/blog/Litt_informasjon_om_Bitfactorys_Bensinpris_API.html">Litt informasjon om Bitfactorys Bensinpris-API</a></div>
- <div class="date">28th May 2012</div>
- <div class="body"><p>I fjor lanserte Bitfactory en
-<a href="http://www.bitfactory.no/bensinpris.html">mobilapp for å få
-tilgang til bensinpriser</a> på landets bensinstasjoner ved å samle
-inn prisene på dugnad ved hjelp av mobilapp-ens brukere.
-Informasjonen app-ens brukere har samlet inn har så langt kun vært
-tilgjengelig for brukerne av app-ene, og API for å hente ut
-informasjonen fra andre plattformer har ikke vært publisert. Da
-løsningen kom spurte jeg utviklerne om de kunne publisere
-API-dokumentasjon og de skulle se på saken, men det har ikke skjedd så
-langt. Jeg antar de har vært for travelt opptatt til å publisere
-API-dokumentasjon.</p>
-
-<p>Utrolig nok er det i følge
-<a href="http://www.dn.no/energi/article2194526.ece">Dagens
-Næringsliv</a> og
-<a href="http://www.finnmarkdagblad.no/nyheter/article5323140.ece">Finnmark
-Dagblad</a> bensinstasjoner som nekter å oppgi prisene sine på
-telefon, slik at det ikke finnes en fornuftig måte å få tak i prisene
-på uten å samle dem inn på stedet. Flere har dugnader på gang for å
-samle inn prisinformasjon om bensin, men så vidt jeg kan se er det kun
-<a href="http://www.dinside.no/php/oko/bensin/vis_prisliste.php">dinside.no</a>
-og Bitfactorys App som får regelmessige oppdateringer. Dinsides
-oversikt er tilgjengelig på web for de som vil følge med, mens
-bitfactorys informasjon ikke er like enkelt tilgjengelig.<p>
-
-<p>Jeg tok meg derfor litt tid for å revers-utvikle protokollen for
-Bitfactorys mobilapp for å gjøre den innsamlede informasjonen mer
-tilgjengelig for flere. Protokollen bruker HTTP og normal
-forms-notasjon for POST. Jeg lot en telefon koble seg til mitt
-trådløsnett, og satte opp tcpdump til å samle all trafikken mot
-www.bitfactory.no, og deretter tittet på alle HTTP-kallene ved hjelp
-av wireshark. Her er API-kallene jeg har identifisert så langt.</p>
-
-<p><b>stasjonsDatabaseUpdateStamp</b></p>
-
-<p><tt>GET http://www.bitfactory.no/Bensin/ver1.1.stasjonsDatabaseUpdateStamp</tt></p>
-
-<p>Vet ikke helt hva dette API-kallet gjør, men navnet gjør at jeg
-tror den rapporterer når listen over stasjoner sist ble endret.
-Returverdien er et tall som pr. 2011-12-09 er 1319145491 og
-pr. 2012-05-28 er 1336420693. Mitt gjett er at dette er sekunder
-siden 1. januar 1970 ala det en finner på Linux, som kan konverteres
-til en leselig dato med <tt>perl -e 'print
-scalar(localtime(1319145491)), "\n"'</tt>. Den første verdien
-konverterer da til "Thu Oct 20 23:18:11 2011", mens den andre
-konverteres til "Mon May 7 21:58:13 2012".</p>
-
-<p><b>GetXMLDatabase</b></p>
-
-<p><tt>echo password=XYZXYZXYZXYZX | POST http://www.bitfactory.no/Bensin/GetXMLDatabase.php</tt></p>
-
-<p>Henter ned listen med stasjoner på XML-format. Argumentet er
-password som muligens følger med i programpakken og eventuelt
-genereres av app-en. Nedlasting med samme passord flere ganger ser
-ikke ut til å fungere. Innholdet er ca. 1600 stasjoner, men manglet
-bensinstasjonen i min hjemkommune Ballangen da jeg sjekket, så den er
-ikke komplett. Formatet på selve listen ser slik ut (klippet):</p>
-
-<p><pre>
-<?xml version="1.0" encoding="UTF-8"?>
-<STASJONSDATABASE>
-<STASJON>
-<NAME></NAME>
-<ADDRESS></ADDRESS>
-<ID>0</ID>
-<LATITUDE>0.000000</LATITUDE>
-<LONGITUDE>0.000000</LONGITUDE>
-<COMPANY></COMPANY>
-</STASJON>
-<STASJON>
-<NAME>Statoil Best Eidsvoll Verk</NAME>
-<ADDRESS>Gamle Trondheimsvei 339 2074 Eidsvoll Verk</ADDRESS>
-<ID>1</ID>
-<LATITUDE>60.303902</LATITUDE>
-<LONGITUDE>11.168100</LONGITUDE>
-<COMPANY>Best</COMPANY>
-</STASJON>
-[...]
-<STASJON>
-<NAME>Esso Andenes</NAME>
-<ADDRESS>Falcksgate 9, 8480 Andenes</ADDRESS>
-<ID>1822</ID>
-<LATITUDE>69.320999</LATITUDE>
-<LONGITUDE>16.118700</LONGITUDE>
-<COMPANY>Esso</COMPANY>
-</STASJON>
-</STASJONSDATABASE>
-</pre></p>
-
-<p><b>GetBanStatus</b></p>
-
-<p><tt>echo UDID=Android-123456789012345 | POST http://www.bitfactory.no/Bensin/ver1.1.GetBanStatus.php</tt></p>
-
-<p>Vet heller ikke helt hva dette API-kallet gjør. Navnet gjør at jeg
-tror den rapporterer om telefonen med UDID oppgitt som argument er
-bannlyst fra tjenesten. Bannlysning gjør antagelig at telefonen ikke
-kan brukes til å registrere bensinpriser, men det er også mulig det
-blokkerer for å se på priser. Eneste POST-argument er UDID, som ser
-ut til å være den unike ID-en til en mobil-enhet. Returnverdi er 'NO'
-for alle UDID-verdier jeg har testet. Gjetter på at alternativ
-returverdi er 'YES', men har ikke sett en slik verdi så langt.</p>
-
-<p><b>PriserVedStasjoner</b></p>
-
-<p><tt>echo 'stasjoner=810,364&day=0' | POST http://www.bitfactory.no/Bensin/ver1.1.PriserVedStasjoner.php</tt></p>
-
-<p>Dette kallet henter ut priser registrert på en eller flere
-bensinstasjoner. Den tar to POST-argumenter, "stasjoner" som er
-kommaseparert liste over stasjons-IDer (numeriske), og "day" som bør
-settes til "0" for å få ut informasjon om priser. Usikker på hva
-day-tallet betyr, men mistenker det har med hvor langt tilbake i tid
-det skal hentes ut informasjon.</p>
-
-<p>Resultatet som kommer tilbake er en kommaseparert liste for hver
-enkelt stasjon, med <br> som skillemarkør mellom hver stasjon.
-Ikke helt sikker på hva alle feltene er. Her er mine gjett:</p>
-
-<p><table>
-<tr><ht>Felt</ht><ht>Beskrivelse</ht></tr>
-<tr><td>1</td><td>Bensinstasjons-ID</td></tr>
-<tr><td>2</td><td>Pris for blyfri 95 oktan, flyttall med punktum som desimalskille.</td></tr>
-<tr><td>3</td><td>Klokkeslett da prisen ble oppdatert, format HH:MM. </td></tr>
-<tr><td>4</td><td>Telefon-ID på formen Android-123456789012345 eller hex-kodet streng/MD5-sum</td></tr>
-<tr><td>5</td><td>tall, uviss betydning. muligens relatert til day-verdien. <b>Oppdatering 2012-06-02: Denne verdien er antall bekreftelser en gitt pris har fått.</td></tr>
-<tr><td>6</td><td>Pris for blyfri 98-oktan?</td></tr>
-<tr><td>7</td><td>samme som felt 3</td></tr>
-<tr><td>8</td><td>samme som felt 4</td></tr>
-<tr><td>9</td><td>samme som felt 5</td></tr>
-<tr><td>10</td><td>Pris for disel</td></tr>
-<tr><td>11</td><td>Samme som felt 3</td></tr>
-<tr><td>12</td><td>Samme som felt 4</td></tr>
-<tr><td>13</td><td>Samme som felt 5</td></tr>
-</table></p>
-
-<p>En stasjonsoppføring består dermed av av bensinstasjons-ID og
-deretter tre blokker for 95-oktan bensin, 98-oktan bensin og
-disel.</p>
-
-<p><b>PriserVedStasjon</b></p>
-
-<p><tt>echo 'id=736&day=0' | POST http://www.bitfactory.no/Bensin/ver1.1.PriserVedStasjon.php</tt></p>
-
-<p>Ser ut til å returnere informasjon for en enkelt bensinstasjon.
-Formatet er dato på formen "08_12_2011" for 2011-12-08, og noe som ser
-ut som samme format som fra PriserVedStasjoner. For stasjoner der
-intet er registrert returnerer den "NO RESULTS".</p>
-
-<p><b>AllePriser</b></p>
-
-<p><tt>echo day=0 | POST http://www.bitfactory.no/Bensin/ver1.1.AllePriser.php</tt></p>
-
-<p>Returnere liste med av alle stasjoner det er registrert oppdaterte
-priser på siste 24 timer (eller er det fra ca. midnatt dagen før?).
-Returnerer "NO RESULTS" når listen er tom. Ellers returnerer den en
-dato på formen "Thursday_09_12_2011" fulgt av <br> og deretter
-en liste med stasjoner på samme format som PriserVedStasjoner.</p>
-</div>
- <div class="tags">
-
-
- Tags: <a href="http://people.skolelinux.org/pere/blog/tags/drivstoffpriser">drivstoffpriser</a>, <a href="http://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>.
-
-
- </div>
- </div>
- <div class="padding"></div>
-
- <div class="entry">
- <div class="title"><a href="http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Ralf_Gesellensetter.html">Debian Edu interview: Ralf Gesellensetter</a></div>
- <div class="date">27th May 2012</div>
- <div class="body"><p>In 2003, a German teacher showed up on the
-<a href="http://www.skolelinux.org/">Debian Edu and Skolelinux</a>
-mailing list with interesting problems and reports proving he setting
-up Linux for a (for us at the time) lot of pupils. His name was Ralf
-Gesellensetter, and he has been an important tester and contributor
-since then, helping to make sure the
-<a href="http://www.debian.org/News/2012/20120311.html">Debian Edu
-Squeeze</a> release became as good as it is..</p>
-
-<p><strong>Who are you, and how do you spend your days?</strong></p>
-
-<p>I am a teacher from Germany, and my subjects are Geography,
-Mathematics, and Computer Science ("Informatik"). During the past 12
-years (since 2000), I have been working for a comprehensive (and soon,
-also inclusive) school leading to all kind of general levels, such as
-O- or A-level ("Abitur"). For quite as long, I've been taking care of
-our computer network.</p>
-
-<p>Now, in my early 40s, I enjoy the privilege of spending a lot of my
-spare time together with my wife, our son (3 years) and our daughter
-(4 months).</p>
-
-<p><strong>How did you get in contact with the Skolelinux/Debian Edu
-project?</strong></p>
-
-<p>We had tried different Linux based school servers, when members of
-my local Linux User Group (LUG OWL) detected Skolelinux. I remember
-very well, being part of a party celebrating the Linux New Media Award
-("Best Newcomer Distribution", also nominated: Ubuntu) that was given
-to Skolelinux at Linux World Exposition in Frankfurt, 2005 (IIRC). Few
-months later, I had the chance to join a developer meeting in Ulsrud
-(Oslo) and to hand out the award to Knut Yrvin and others. For more
-than 7 years, Skolelinux is part of our schools infrastructure, namely
-our main server (tjener), one LTSP (today without thin clients), and
-approximately 50 work stations. Most of these have the option to boot a
-locally installed Skolelinux image. As a consequence, I joined quite
-a few events dealing with free software or Linux, and met many Debian
-(Edu) developers. All of them seemed quite nice and competent to me,
-one more reason to stick to Skolelinux.</p>
-
-<p><strong>What do you see as the advantages of Skolelinux/Debian
-Edu?</strong></p>
-
-<p>Debian driven, you are given all the advantages of a community
-project including well maintained updates. Once, you are familiar with
-the network layout, you can easily roll out an entire educational
-computer infrastructure, from just one installation media. As only
-free software (FOSS) is used, that supports even elderly hardware,
-up-sizing your IT equipment is only limited by space (i.e. available
-labs). Especially if you run a LTSP thin client server, your
-administration costs tend towards zero.</p>
-
-<p><strong>What do you see as the disadvantages of Skolelinux/Debian
-Edu?</strong></p>
-
-<p>While Debian's stability has loads of advantages for servers, this
-might be different in some cases for clients: Schools with unlimited
-budget might buy new hardware with components that are not yet
-supported by Debian stable, or wish to use more recent versions of
-office packages or desktop environments. These schools have the
-option to run Debian testing or other distributions - if they have the
-capacity to do so. Another issue is that Debian release cycles
-include a wide range of changes; therefor a high percentage of human
-power seems to be absorbed by just keeping the features of Skolelinux
-within the new setting of the version to come. During this process,
-the cogs of Debian Edu are getting more and more professional,
-i.e. harder to understand for novices.</p>
-
-<p><strong>Which free software do you use daily?</strong></p>
-
-<p>LibreOffice, Wikipedia, Openstreetmap, Iceweasel (Mozilla Firefox),
-KMail, Gimp, Inkscape - and of course the Linux Kernel (not only on
-PC, Laptop, Mobile, but also our SAT receiver)</p>
-
-<p><strong>Which strategy do you believe is the right one to use to
-get schools to use free software?</strong></p>
-
-<p><ol>
-
-<li>Support computer science as regular subject in schools to make
-people really "own" their hardware, to make them understand the
-difference between proprietary software products, and free software
-developing.</li>
-
-<li>Make budget baskets corresponding: In Germany's public schools
-there are more or less fixed budgets for IT equipment (including
-licenses), so schools won't benefit from any savings here. This
-privilege is left to private schools which have consequently a large
-share among German Skolelinux schools.</li>
-
-<li>Get free software in the seminars where would-be teachers are
-trained. In many cases, teachers' software customs are respected by
-decision makers rather than the expertise of any IT experts.</li>
-
-<li>Don't limit ourself to free software run natively. Everybody uses
-free software or free licenses (for instance Wikipedia), and this
-general concept should get expanded to free educational content to be
-shared world wide (school books e.g.).</li>
-
-<li>Make clear where ever you can that the market share of free (libre)
-office suites is much above 20 p.c. today, and that you pupils don't
-need to know the "ribbon menu" in order to get employed.</li>
-
-<li>Talk about the difference between freeware and free software.</li>
-
-<li>Spread free software, or even collections of portable free apps
-for USB pen drives. Endorse students to get a legal copy of
-Libreoffice rather than accepting them to use illegal serials. And
-keep sending documents in ODF formats.</li>
-
-</ol></p>
-</div>
- <div class="tags">
-
-
- Tags: <a href="http://people.skolelinux.org/pere/blog/tags/debian edu">debian edu</a>, <a href="http://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="http://people.skolelinux.org/pere/blog/tags/intervju">intervju</a>.
-
-
- </div>
- </div>
- <div class="padding"></div>
-
- <div class="entry">
- <div class="title"><a href="http://people.skolelinux.org/pere/blog/The_cost_of_ODF_and_OOXML.html">The cost of ODF and OOXML</a></div>
- <div class="date">26th May 2012</div>
- <div class="body"><p>I just come across a blog post from Glyn Moody reporting the
-claimed cost from Microsoft on requiring ODF to be used by the UK
-government. I just sent him an email to let him know that his
-assumption are most likely wrong. Sharing it here in case some of my
-blog readers have seem the same numbers float around in the UK.</p>
-
-<p><blockquote> <p>Hi. I just noted your
-<a href="http://blogs.computerworlduk.com/open-enterprise/2012/04/does-microsoft-office-lock-in-cost-the-uk-government-500-million/index.htm">http://blogs.computerworlduk.com/open-enterprise/2012/04/does-microsoft-office-lock-in-cost-the-uk-government-500-million/index.htm</a>
-comment:</p>
-
-<p><blockquote>"They're all in Danish, not unreasonably, but even
-with the help of Google Translate I can't find any figures about the
-savings of "moving to a flexible two standard" as claimed by the
-Microsoft email. But I assume it is backed up somewhere, so let's take
-it, and the £500 million figure for the UK, on trust."
-</blockquote></p>
-
-<p>I can tell you that the Danish reports are inflated. I believe it is
-the same reports that were used in the Norwegian debate around 2007,
-and Gisle Hannemyr (a well known IT commentator in Norway) had a look
-at the content. In short, the reason it is claimed that using ODF
-will be so costly, is based on the assumption that this mean every
-existing document need to be converted from one of the MS Office
-formats to ODF, transferred to the receiver, and converted back from
-ODF to one of the MS Office formats, and that the conversion will cost
-10 minutes of work time for both the sender and the receiver. In
-reality the sender would have a tool capable of saving to ODF, and the
-receiver would have a tool capable of reading it, and the time spent
-would at most be a few seconds for saving and loading, not 20 minutes
-of wasted effort.</p>
-
-<p>Microsoft claimed all these costs were saved by allowing people to
-transfer the original files from MS Office instead of spending 10
-minutes converting to ODF. :)</p>
-
-<p>See
-<a href="http://hannemyr.com/no/ms12_vl02.php">http://hannemyr.com/no/ms12_vl02.php</a>
-and
-<a href="http://hannemyr.com/no/ms12.php">http://hannemyr.com/no/ms12.php</a>
-for background information. Norwegian only, sorry. :)</p>
-</blockquote></p>
-</div>
- <div class="tags">
-
-
- Tags: <a href="http://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="http://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="http://people.skolelinux.org/pere/blog/tags/standard">standard</a>.
-
-
- </div>
- </div>
- <div class="padding"></div>
-
<p style="text-align: right;"><a href="index.rss"><img src="http://people.skolelinux.org/pere/blog/xml.gif" alt="RSS feed" width="36" height="14" /></a></p>
<div id="sidebar">
<li><a href="http://people.skolelinux.org/pere/blog/archive/2012/05/">May (12)</a></li>
-<li><a href="http://people.skolelinux.org/pere/blog/archive/2012/06/">June (4)</a></li>
+<li><a href="http://people.skolelinux.org/pere/blog/archive/2012/06/">June (7)</a></li>
</ul></li>
<li><a href="http://people.skolelinux.org/pere/blog/tags/drivstoffpriser">drivstoffpriser (3)</a></li>
- <li><a href="http://people.skolelinux.org/pere/blog/tags/english">english (132)</a></li>
+ <li><a href="http://people.skolelinux.org/pere/blog/tags/english">english (134)</a></li>
<li><a href="http://people.skolelinux.org/pere/blog/tags/fiksgatami">fiksgatami (16)</a></li>
<li><a href="http://people.skolelinux.org/pere/blog/tags/multimedia">multimedia (16)</a></li>
- <li><a href="http://people.skolelinux.org/pere/blog/tags/norsk">norsk (169)</a></li>
+ <li><a href="http://people.skolelinux.org/pere/blog/tags/norsk">norsk (170)</a></li>
+
+ <li><a href="http://people.skolelinux.org/pere/blog/tags/nuug">nuug (130)</a></li>
- <li><a href="http://people.skolelinux.org/pere/blog/tags/nuug">nuug (128)</a></li>
+ <li><a href="http://people.skolelinux.org/pere/blog/tags/offentlig innsyn">offentlig innsyn (1)</a></li>
<li><a href="http://people.skolelinux.org/pere/blog/tags/open311">open311 (2)</a></li>
<li><a href="http://people.skolelinux.org/pere/blog/tags/stortinget">stortinget (4)</a></li>
- <li><a href="http://people.skolelinux.org/pere/blog/tags/surveillance">surveillance (9)</a></li>
+ <li><a href="http://people.skolelinux.org/pere/blog/tags/surveillance">surveillance (10)</a></li>
<li><a href="http://people.skolelinux.org/pere/blog/tags/valg">valg (6)</a></li>