]> pere.pagekite.me Git - homepage.git/blobdiff - blog/index.rss
New post.
[homepage.git] / blog / index.rss
index a740599462a8fb27e611233418c86ccaf1eb161e..e788da2c9f252a50906db69eba3ffed1257d86cd 100644 (file)
                 <atom:link href="http://people.skolelinux.org/pere/blog/index.rss" rel="self" type="application/rss+xml" />
        
        <item>
-               <title>Why is your local library collecting the &quot;wrong&quot; computer books?</title>
-               <link>http://people.skolelinux.org/pere/blog/Why_is_your_local_library_collecting_the__wrong__computer_books_.html</link>
-               <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Why_is_your_local_library_collecting_the__wrong__computer_books_.html</guid>
-                <pubDate>Wed, 3 Oct 2012 10:00:00 +0200</pubDate>
-               <description>&lt;p&gt;I just read the blog post from Tim Retout
-&lt;a href=&quot;http://retout.co.uk/blog/2012/10/02/the-library-challenge&quot;&gt;about
-the computer science book collection available in his local
-library&lt;/a&gt;, and just wanted to share my comment on his theory about
-computer books becoming obsolete so soon.  That is part of the reason
-why the selection is so sad in almost any local library (it is in mine
-too), but I believe the major contributing factor is that the people
-buying books to the library have no way to know a good and future
-computer classic from trash.  And they need to know which one will
-become a classic in the future, as they would normally buy one of the
-recently published books.&lt;/p&gt;
-
-&lt;p&gt;During my university years, I worked for a while at the university
-library, and even there the person in charge of buying computer
-related books (and in fact any natural science related book), did not
-know enough about computers to make a good educated guess.  Once, just
-before Christmas, they had some leftover money on the book budget and
-I was asked if I could pick out a lot of computer books in the
-university book store, for the library to buy for their collection.  I
-had a great time picking all the books I dreamt of buying and reading,
-and the books I knew were classics (like most of the
-&lt;a href=&quot;http://en.wikipedia.org/wiki/W._Richard_Stevens&quot;&gt;Stevens
-collection&lt;/a&gt;).  I picked several of the generic O&#39;Reilly books (ie
-documenting protocols, formats and systems, not specific versions of
-products) and stayed away from the &#39;teach yourself X in N days&#39; class.
-I had a great time, and probably picked out more than a hundred books
-for the library that evening.&lt;/p&gt;
-
-&lt;p&gt;The sad fact is that there is no way a overworked librarian is
-going to know that for example
-&lt;a href=&quot;http://en.wikipedia.org/wiki/The_Practice_of_Programming&quot;&gt;The
-Practice of Programming&lt;/a&gt; is a must-have in any computer library,
-and they will most of the time end up picking the wrong books to buy.
-Perhaps you can help your local library make better choices by giving
-the suggestions for books to get?  I know they would love to hear from
-you, even if their budget might block them from getting your favourite
-book right away.&lt;/p&gt;
+               <title>Frikanalen - Complete TV station organised using the web</title>
+               <link>http://people.skolelinux.org/pere/blog/Frikanalen___Complete_TV_station_organised_using_the_web.html</link>
+               <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Frikanalen___Complete_TV_station_organised_using_the_web.html</guid>
+                <pubDate>Sun, 3 Mar 2013 07:15:00 +0100</pubDate>
+               <description>&lt;p&gt;Do you want to set up your own TV station, schedule videos and
+broadcast them on the air?  Using free software?  With video on demand
+support using
+&lt;a href=&quot;http://www.digistan.org/open-standard:definition&quot;&gt;free and
+open standards&lt;/a&gt;?  Included a web based video stream as well?  And
+administrate it all in your web browser from anywhere in the world?  A
+few years now the Norwegian public access TV-channel
+&lt;a href=&quot;http://www.frikanalen.no/&quot;&gt;Frikanalen&lt;/a&gt; have been building a
+system to do just this.  The source code for the solution is licensed
+using the GNU LGPL, and
+&lt;a href=&quot;http://github.com/Frikanalen&quot;&gt;available from github&lt;/a&gt;.&lt;/p&gt;
+
+&lt;p&gt;The idea is simple.  You upload a video file over the web, and
+attach meta information to the file.  You select a time slot in the
+program schedule, and when the time come it is played on the air and
+in the web stream.  It is also made available in a video on demand
+solution for anyone to see it also outside its scheduled time.  All
+you need to run a TV station - using your web browser.&lt;/p&gt;
+
+&lt;p&gt;There are several parts to this web based solution.  I&#39;ll mention
+the three most important ones.  The first part is the database of
+videos and the schedule.  This is written in Django and include a REST
+API.  The current database is SQLite, but the plan is to migrate it to
+PostgreSQL.  At the moment this system can be tested on
+&lt;a href=&quot;http://beta.frikanalen.tv/&quot;&gt;beta.frikanalen.tv&lt;/a&gt;.  The
+second part is the video playout, taking the schedule information from
+the database and providing a video stream to broadcast.  This is done
+using &lt;a href=&quot;http://www.casparcg.com/&quot;&gt;CasparCG from SVT&lt;/a&gt; and
+&lt;a href=&quot;http://www.mltframework.org/&quot;&gt;Media Lovin&#39; Toolkit&lt;/a&gt;.  Video
+signal distribution is handled using
+&lt;a href=&quot;http://www.ob-encoder.com/&quot;&gt;Open Broadcast Encoder&lt;/a&gt;.  The
+third part is the converter, handling the transformation of uploaded
+video files to a format useful for broadcasting, streaming and video
+on demand.  It is still very much work in progress, so it is not yet
+decided what it will end up using.  Note that the source of the latter
+two parts are not yet pushed to github.  The lead author want to clean
+them up a bit more first.&lt;/p&gt;
+
+&lt;p&gt;The development is coordinated on the
+&lt;a href=&quot;irc://irc.freenode.net/%23frikanalen&quot;&gt;#frikanalen IRC
+channel&lt;/a&gt; (irc.freenode.net), and discussed on
+&lt;a href=&quot;http://lists.nuug.no/mailman/listinfo/frikanalen&quot;&gt;the
+frikanalen mailing list&lt;/a&gt;. The lead developer is Benjamin Bruheim
+(phed on IRC).  Anyone is welcome to participate in the
+development.&lt;/p&gt;
 </description>
        </item>
        
        <item>
-               <title>Ny utgave (v2.1) av den frie norske stavekontrollen gitt ut</title>
-               <link>http://people.skolelinux.org/pere/blog/Ny_utgave__v2_1__av_den_frie_norske_stavekontrollen_gitt_ut.html</link>
-               <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Ny_utgave__v2_1__av_den_frie_norske_stavekontrollen_gitt_ut.html</guid>
-                <pubDate>Tue, 2 Oct 2012 09:20:00 +0200</pubDate>
-               <description>&lt;p&gt;I helga fikk jeg endelig pakket sammen en ny versjon av den norske
-stavekontrollen, og gikk ut versjon 2.1 etter at det var gått fire og
-et halvt år siden sist.  I dag fikk vi sendt ut annonseringen.  Her er
-det vi sendte ut:&lt;/p&gt;
-
-&lt;p&gt;Oslo, 2012-10-02&lt;/p&gt;
-
-&lt;p&gt;&lt;strong&gt;Pressemelding: Ny utgave av norsk stavekontroll med
-synonymordliste&lt;/strong&gt;&lt;/p&gt;
-
-&lt;p&gt;Mer enn fire år etter at forrige utgave av den frie norske
-stavekontrollen ble utgitt, er en ny og forbedret versjon klar. Dette er
-noe utviklerne er veldig glade for.&lt;/p&gt;
-
-&lt;p&gt;Den største endringen er at byggesystemet for stavekontrollen er
-skrevet om til å akseptere ord med bindestrek (f.eks. «e-post»). Litt
-over 10.000 slike ordformer er lagt til i orddatabasen. I tillegg er
-det kommet en del nye ord og rettelser rapportert inn av de frivillige
-som gjennomfører korrektur av orddatabasen i prosjektet. For å få
-fortgang i dette korrekturarbeidet er det fint med flere frivillige
-som kan bidra i prosjektet.&lt;/p&gt;
+               <title>Dr. Richard Stallman, founder of Free Software Foundation, give a talk in Oslo March 1st 2013</title>
+               <link>http://people.skolelinux.org/pere/blog/Dr__Richard_Stallman__founder_of_Free_Software_Foundation__give_a_talk_in_Oslo_March_1st_2013.html</link>
+               <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Dr__Richard_Stallman__founder_of_Free_Software_Foundation__give_a_talk_in_Oslo_March_1st_2013.html</guid>
+                <pubDate>Wed, 27 Feb 2013 20:20:00 +0100</pubDate>
+               <description>&lt;p&gt;Dr. &lt;a href=&quot;http://www.stallman.org/&quot;&gt;Richard Stallman&lt;/a&gt;,
+founder of &lt;a href=&quot;http://www.fsf.org/&quot;&gt;Free Software Foundation&lt;/a&gt;,
+is giving &lt;a href=&quot;http://www.nuug.no/aktiviteter/20130301-rms/&quot;&gt;a
+talk in Oslo March 1st 2013 17:00 to 19:00&lt;/a&gt;.  The event is public
+and organised by &lt;a href=&quot;&quot;&gt;Norwegian Unix Users Group (NUUG)&lt;/a&gt;
+(where I am the chair of the board) and
+&lt;a href=&quot;http://www.friprog.no/&quot;&gt;The Norwegian Open Source Competence
+Center&lt;/a&gt;.  The title of the talk is «The Free Software Movement and
+GNU», with this description:
 
 &lt;p&gt;&lt;blockquote&gt;
- - En god og fritt tilgjengelig stavekontroll er en viktig byggestein
-   for å fremme bruken av korrekt norsk språk, sier prosjektdeltager
-   Petter Reinholdtsen.
+The Free Software Movement campaigns for computer users&#39; freedom to
+cooperate and control their own computing. The Free Software Movement
+developed the GNU operating system, typically used together with the
+kernel Linux, specifically to make these freedoms possible.
 &lt;/blockquote&gt;&lt;/p&gt;
 
-&lt;p&gt;Takket være samarbeidet med synonymordlisteprosjektet er
-synonymordlista for bokmål tilgjengelig sammen med ordlista for bokmål
-og nynorsk. En synonymordliste for nynorsk er også med, men den er på
-prøvestadiet og meget liten.&lt;/p&gt;
-
-&lt;p&gt;Stavekontrollpakken og synonymordlistene brukes i
-LibreOffice/OpenOffice.org, Koffice, Mozilla Thunderbird, Firefox og
-en rekke andre programmer, og på både Windows, Mac OS X, Linux og
-BSD.&lt;/p&gt;
-
-&lt;p&gt;Det hele utgis under den frie lisensen GPL og kan fritt lastes ned
-fra prosjektsidene på
-&lt;a href=&quot;http://no.speling.org&quot;&gt;no.speling.org&lt;/a&gt;. Ferdige pakker for
-LibreOffice/OpenOffice.org er også tilgjengelige fra samme sted.&lt;/p&gt;
-
-&lt;p&gt;Det norske stavekontrollprosjektet er i kontakt med lignende
-prosjekter for blant annet å forbedre stavekontrollteknologien, å
-utveksle verktøy for vedlikehold av orddatabasen og å få tilgang til
-relevante datasett. Et av disse prosjektene er et separat prosjekt ved
-Sametinget som er i gang med å utvikle samisk stavekontroll for blant
-annet Microsoft Word og OpenOffice.org.&lt;/p&gt;
-
-&lt;p&gt;Et søsterprosjekt for å lage grammatikk-kontroll for
-LibreOffice/OpenOffice.org er igangsatt, men har ennå ikke kommet
-langt nok til å brukes. Frivillige til å bidra i dette prosjektet er
-også svært velkomne.&lt;/p&gt;
-
-&lt;p&gt;&lt;strong&gt;Kontaktperson&lt;/strong&gt;&lt;/p&gt;
-
-&lt;p&gt;&lt;blockquote&gt;
-Axel Bojer, prosjektdeltager
-&lt;br&gt;E-post: fri_programvare (at) bojer.no
-&lt;br&gt;Tlf: +47 954 32 417
-&lt;/blockquote&gt;&lt;/p&gt;
-
-&lt;p&gt;&lt;strong&gt;Referanser&lt;/strong&gt;&lt;/p&gt;
-
-&lt;ul&gt;
-
-&lt;li&gt;Det frie norske stavekontrollprosjektet for bokmål og nynorsk:
-    &lt;a href=&quot;http://no.speling.org&quot;&gt;http://no.speling.org&lt;/a&gt;&lt;/li&gt;
-&lt;li&gt;Samiske korrekturverktøy:
-    &lt;a href=&quot;http://divvun.no/&quot;&gt;http://divvun.no/&lt;/a&gt;&lt;/li&gt;
-&lt;li&gt;Ordlistene fra Norsk ordbank:
-    &lt;a href=&quot;http://www.edd.uio.no/prosjekt/ordbanken/&quot;&gt;http://www.edd.uio.no/prosjekt/ordbanken/&lt;/a&gt;&lt;/li&gt;
-&lt;li&gt;Last ned ordlistene:
-    &lt;a href=&quot;http://alioth.debian.org/frs/?group_id=30577&quot;&gt;http://alioth.debian.org/frs/?group_id=30577&lt;/a&gt;
-    (PS: no_NO-pack2 for OOo 2.x))&lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;p&gt;&lt;strong&gt;Fra NEWS-fila i kildekodepakken&lt;/strong&gt;&lt;/p&gt;
-
-&lt;p&gt;Release 2.1 (2012-09-30)&lt;/p&gt;
-
-&lt;ul&gt;
-
-&lt;li&gt;Switch to new version scheme. Make new version 2.1, not 2.0.11. We do not
-    release often enough to justify three digits.&lt;/li&gt;
-&lt;li&gt;Switch build rules to build OOo v2 thesaurus files, as the v1 build rules
-    no longer work. This require the libmythes-dev package on Debian.&lt;/li&gt;
-&lt;li&gt;Introduce new Makefile variables hyphendir and thesdir to make it easier to
-    control where to install these.&lt;/li&gt;
-&lt;li&gt;Change script used to import from no.speling.org, to load new word
-    boundaries if at least two people believed the boundaries was correct.&lt;/li&gt;
-&lt;li&gt;Added word boundaries for several words (around 500 words) using the
-    updated script.&lt;/li&gt;
-&lt;li&gt;Imported thesarus for bokmål from synonymer.merg.net.&lt;/li&gt;
-&lt;li&gt;Rewrote build rules to use = instead of - as combined word marker, thus
-    allowing words like e-post.&lt;/li&gt;
-&lt;li&gt;Imported a lot (around 10k words) of new words with dash (-) in them from
-    no.speling.org now that it is handled by the build system.&lt;/li&gt;
-&lt;/ul&gt;
+&lt;p&gt;The meeting is open for everyone.  Due to space limitations, the
+doors opens for NUUG members at 16:15, and everyone else at 16:45.  I
+am really curious how many will show up.  See
+&lt;a href=&quot;http://www.nuug.no/aktiviteter/20130301-rms/&quot;&gt;the event
+page&lt;/a&gt; for the location details.&lt;/p&gt;
 </description>
        </item>
        
        <item>
-               <title>NUUGs høringsuttalelse til DIFIs forslag om å kaste ut ODF fra statens standardkatalog</title>
-               <link>http://people.skolelinux.org/pere/blog/NUUGs_h_ringsuttalelse_til_DIFIs_forslag_om___kaste_ut_ODF_fra_statens_standardkatalog.html</link>
-               <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/NUUGs_h_ringsuttalelse_til_DIFIs_forslag_om___kaste_ut_ODF_fra_statens_standardkatalog.html</guid>
-                <pubDate>Mon, 1 Oct 2012 08:20:00 +0200</pubDate>
-               <description>&lt;p&gt;Som jeg
-&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
-i juni&lt;/a&gt; har DIFI foreslått å fjerne krav om å bruke ODF til
-utveksling av redigerbare dokumenter med det offentlige, og
-derigjennom tvinge innbyggerne til å forholde seg til formatene til MS
-Office når en kommuniserer med det offentlige.&lt;/p&gt;
-
-&lt;p&gt;I går kveld fikk vi i &lt;a href=&quot;http://www.nuug.no/&quot;&gt;NUUG&lt;/a&gt;
-fullført vår høringsuttalelse og sendt den inn til DIFI.  Du finner
-&lt;a href=&quot;http://wiki.nuug.no/uttalelser/201209-forskrift-standardkatalog&quot;&gt;uttalelsen
-på wikien&lt;/a&gt;.  Ta en titt.  Fristen for å sende inn uttalelse var i
-går søndag, men en får kanskje sitt innspill med hvis en sender i
-dag.&lt;/p&gt;
+               <title>Skolelinux-intervju: Helge Tore Høyland</title>
+               <link>http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Helge_Tore_H_yland.html</link>
+               <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Helge_Tore_H_yland.html</guid>
+                <pubDate>Fri, 22 Feb 2013 08:10:00 +0100</pubDate>
+               <description>&lt;p&gt;Etter en lang pause og travle uker har jeg endelig klart å få
+samlet et nytt intervju med en av folkene i
+&lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux&lt;/a&gt;-miljøet.
+Denne gang er det Helge Tore Høyland, en mangeårig bidragsyter på
+epostlistene og ellers i prosjektet.&lt;/p&gt;
+
+&lt;p&gt;&lt;strong&gt;Hvem er du, og hva driver du med til daglig?&lt;/strong&gt;&lt;/p&gt;
+
+&lt;p&gt;Eg er IT-konsulent/teknikker hjå eit firma i Steinkjer med navn
+&lt;a href=&quot;http://unoit.no/&quot;&gt;Uno IT&lt;/a&gt;.  Uno IT er eit lite firma som
+drifter nettverk og maskiner for små og mellomstore firma
+Steinkjer-området. Per dags dato er me 2 ansatte. Min faglege bakgrunn
+er Fagbrev som it-teknikker, samt nokre fag innen nettverk- og
+server-drift frå HiST og NTNU. Dagleg arbeid består i oppsett av nye
+maskiner og hjelp til sluttbrukere, samt oppsett og vedlikehold av eit
+vidt spekter av fagsystemer ute hjå kunder. Erfaring med Skolelinux
+har eg hatt i forbindelse med drifting av
+&lt;a href=&quot;http://www.bjorkly.no/&quot;&gt;Bjørkly skule&lt;/a&gt;, ein privat
+grunnskule i Namsos-området.  I dag har skulen 65 elever, 15 lærere, 1
+hovedserver og ca 60 klienter som kjører halvtjukt.  Eg har bygd og
+driftet systemet sidan summaren 2006.&lt;/p&gt;
+
+&lt;p&gt;&lt;strong&gt;Hvordan kom du i kontakt med Skolelinux-prosjektet?&lt;/strong&gt;&lt;/p&gt;
+
+&lt;p&gt;Eg kom i kontakt med Skolelinux-prosjektet via ein artikkel i eit
+fagblad, som eg ikkje lenger hugsar namnet på.  I og med at eg allereie
+hadde pusla med nettverk for ein annan skule, fatta eg straks
+interesse for prosjektet.&lt;/p&gt;
+
+&lt;p&gt;&lt;strong&gt;Hva er fordelene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
+
+&lt;p&gt;Fordelane med Skolelinux er sentralisert administrasjon og svært
+mange gode verktøy «ut av boksen». Veldig kjekt å kunne drifte 60
+klientar med berre å «bry» seg med ein server. Levetid for systemets
+hardware er og ein veldig fin effekt. I tillegg kjem fordelar som økt
+sikkerhet og mindre lisenskostnader. Etter min erfaring er det og
+mykje mindre driftskostnader med eit slikt system enn konkurrerande
+system, pga enkelhet med sentralisert administrasjon. På grunn av at
+Skolelinux er basert på Debian er det òg svært stabilt.&lt;/p&gt;
+
+&lt;p&gt;&lt;strong&gt;Hva er ulempene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
+
+&lt;p&gt;Ulemper er mangel på vilje til å følge standarer ute i markedet,
+som fører til mangel på støtte til nokre mykje brukte ting. Flash og
+Java er typiske eksempel. Sidan Debian satsar på stabilitet framfor å
+ha nyeste pakke av eit program, kan ein i nokre tilfeller kome borti
+at program vert «for gamle». Det er spesielt nettlesaren som er
+utsett. Mangel på vilje til å utvikle pedagogisk programvare, i Noreg,
+for «alle» platformer fører òg til noko hovudbry.&lt;/p&gt;
+
+&lt;p&gt;&lt;strong&gt;Hvilken fri programvare bruker du til daglig?&lt;/strong&gt;&lt;/p&gt;
+
+&lt;p&gt;Til dagleg bruker eg svært mange forskjellige «fri programvare»
+program.  Firefox, Thunderbird, Freecommander, ImgBurn, Clonezilla,
+OCS inventory, Icinga, Skolelinux, SystemRescueCD og mykje meir.&lt;/p&gt;
+
+&lt;p&gt;&lt;strong&gt;Hvilken strategi tror du er den rette å bruke for å få
+skoler til å ta i bruk fri programvare?&lt;/strong&gt;&lt;/p&gt;
+
+&lt;p&gt;Strategisk må ein fokusere på at sluttbruker eigentleg ikkje er så
+fokusert på at det er fri programvare men at det skal «berre fungere».
+Gjer det enkelt å bruker og ikkje minst å administrere. For Skolelinux
+sin del må ein få eit betre fokus på overganger. Utbytting av servere
+må gå meir automatisk, import og eksport av brukerbase og maskinbase
+med meir må kunne gå enkelt og oppgradering til neste versjon må bli
+mykje meir automatisk og gjennomtesta. Ein må unngå at ein må sette
+opp frå start når ein byter ut ein server eller oppgraderer til neste
+versjon. For å få Skolelinux til å bli eit betre alternativ for skular
+må ein ha fokus på nettlesaren. Denne må bli «up to date» og støtte
+dei protokollar og tillegg som vert brukt av forlag med meir.  Etter
+kvart som meir og meir blir flytta ut i «skya» vert dette viktigare og
+viktigare. Ein kunne ynskje og jobbe for at forlag med fleire tar i
+bruk opne standarer, men inntil det skjer, må systemet kunne brukast
+mot desse fagsystema.&lt;/p&gt;
+
+&lt;p&gt;For meg har prosjektet med Skolelinux vore ein svært artig og
+lærerik prosess. Miljøet rundt er ikkje enormt stort, dog stort nok,
+men det er svært hjelpevillig og engasjert.&lt;/p&gt;
 </description>
        </item>
        
        <item>
-               <title>Etterprøvbar kunnskap under press, alle mann til pumpene!</title>
-               <link>http://people.skolelinux.org/pere/blog/Etterpr_vbar_kunnskap_under_press__alle_mann_til_pumpene_.html</link>
-               <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Etterpr_vbar_kunnskap_under_press__alle_mann_til_pumpene_.html</guid>
-                <pubDate>Mon, 24 Sep 2012 21:20:00 +0200</pubDate>
-               <description>&lt;p&gt;Jeg har sterk tro på vitenskap, som er et annet navn på
-etterprøvbar kunnskap, som metode for å sikre et velfungerende
-samfunn.  Eller som en fantastisk reklamekampanje i England formulerte
-det, &lt;a href=&quot;http://old.richarddawkins.net/articles/3567&quot;&gt;vitenskap
-flyr deg til månen, religion flyr deg inn i bygninger&lt;/a&gt;.  Men den
-vitenskapelige metode trenger folk med kunnskap, evne og vilje til å
-gjøre sitt beste, og settes under press av et samfunn som ikke akkurat
-belønner slike egenskaper.  Her er noen skremmende og oppmuntrende
-lenker relatert jeg anbefaler alle å lese:&lt;/p&gt;
-
-&lt;ul&gt;
-
-&lt;li&gt;&lt;a href=&quot;http://www.guardian.co.uk/business/2012/sep/21/drugs-industry-scandal-ben-goldacre&quot;&gt;The
-drugs don&#39;t work: a modern medical scandal&lt;/a&gt; - Ben Goldacre i The Guardian
-2012-09-21&lt;/li&gt;
-
-&lt;li&gt;&lt;a href=&quot;http://www.dagbladet.no/2012/09/22/kultur/debatt/debattinnlegg/utdanning/realfag/23535203/&quot;&gt;Norsk
-skole har ikke realfag&lt;/a&gt; - kronikk av Hege Tunstad i Dagbladet
-2012-09-22, basert på
-&lt;a href=&quot;http://hegetunstad.wordpress.com/2012/09/19/norsk-skole-har-ikke-realfag/&quot;&gt;en bloggpost 2012-09-19&lt;/a&gt;.&lt;/li&gt;
-
-&lt;li&gt;&lt;a href=&quot;http://tjomlid.com/2012/09/22/folkeopplysningen-alt-du-trenger-a-vite-om-homeopati/&quot;&gt;Folkeopplysningen:
-  Alt du trenger å vite om homeopati!&lt;/a&gt; - bloggpost av Gunnar R. Tjomlid
-  2012-09-22.&lt;/li&gt;
-
-&lt;/ul&gt;
-
-&lt;p&gt;Ingen tvil om at alle gode krefter må jobbe sammen for å sikre at
-vi vet hvor vi skal fly.&lt;/p&gt;
+               <title>Frikart - Free Garmin maps for European countries based on OpenStreetmap</title>
+               <link>http://people.skolelinux.org/pere/blog/Frikart___Free_Garmin_maps_for_European_countries_based_on_OpenStreetmap.html</link>
+               <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Frikart___Free_Garmin_maps_for_European_countries_based_on_OpenStreetmap.html</guid>
+                <pubDate>Fri, 15 Feb 2013 09:30:00 +0100</pubDate>
+               <description>&lt;p&gt;If you, like me, want an updated a map for your Garmin GPS, there is
+now a great source of free maps available from
+&lt;a href=&quot;http://www.frikart.no/garmin/index.html&quot;&gt;Frikart&lt;/a&gt;.  To
+download a map, just click on the country you are interested in, and
+download the map type you want.  There are 8 different maps available,
+using different colours and data selection.  Pick one of Roadmap, Topo
+Summer, Topo Winter, Roadmap II, Topo Summer II, Topo Winter II,
+&quot;Trails - overlay map&quot; and &quot;Cross country - overlay map&quot; (see the web
+page for descriptions).&lt;/p&gt;
+
+&lt;p&gt;The maps are updated weekly, so if you find something wrong in the
+map you can just edit the
+&lt;a href=&quot;http://www.openstreetmap.org/&quot;&gt;OpenStreetmap&lt;/a&gt; map source
+(anyone can contribute) and fetch a fixed map a week later. :)&lt;/p&gt;
 </description>
        </item>
        
        <item>
-               <title>Seventy percent done with Norwegian docbook version of Free Culture</title>
-               <link>http://people.skolelinux.org/pere/blog/Seventy_percent_done_with_Norwegian_docbook_version_of_Free_Culture.html</link>
-               <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Seventy_percent_done_with_Norwegian_docbook_version_of_Free_Culture.html</guid>
-                <pubDate>Sun, 23 Sep 2012 09:30:00 +0200</pubDate>
-               <description>&lt;p&gt;Since this summer, I have worked in my spare time on a Norwegian &lt;a
-href=&quot;http://www.docbook.org/&quot;&gt;docbook&lt;/a&gt; version of the 2004 book &lt;a
-href=&quot;http://free-culture.cc/&quot;&gt;Free Culture&lt;/a&gt; by Lawrence Lessig.
-The reason is that this book is a great primer on what problems exist
-in the current copyright laws, and I want it to be available also for
-those that are reluctant do read an English book.
-
-When I started, I 
-&lt;a href=&quot;http://people.skolelinux.org/pere/blog/Dugnad_for___sende_norsk_versjon_av_Free_Culture_til_stortingets_representanter_.html&quot;&gt;called
-for volunteers&lt;/a&gt; to help me, but too few have volunteered so far,
-and progress is a bit slow.  Anyway, today I broken the 70 percent
-mark for the first rough translation.  At the moment, less than 700
-strings (paragraphs, index terms, titles) are left to translate.  With
-my current progress of 10-20 strings per day, it will take a while to
-complete the translation.  This graph show the updated progress:&lt;/p&gt;
-
-&lt;img width=&quot;80%&quot; align=&quot;center&quot; src=&quot;https://github.com/petterreinholdtsen/free-culture-lessig/raw/master/progress.png&quot;&gt;
-
-&lt;p&gt;Progress have slowed down lately due to family and work
-commitments.  If you want to help, please get in touch, and check out
-the project files currently available from
-&lt;a href=&quot;https://github.com/petterreinholdtsen/free-culture-lessig&quot;&gt;github&lt;/a&gt;.&lt;/p&gt;
-
-&lt;p&gt;If you are curious what the translated book currently look like,
-the updated
-&lt;a href=&quot;https://github.com/petterreinholdtsen/free-culture-lessig/blob/master/archive/freeculture.nb.pdf?raw=true&quot;&gt;PDF&lt;/a&gt;
-and
-&lt;a href=&quot;https://github.com/petterreinholdtsen/free-culture-lessig/blob/master/archive/freeculture.nb.epub?raw=true&quot;&gt;EPUB&lt;/a&gt;
-are published on github.  The HTML version is published as well, but
-github hand it out with MIME type text/plain, confusing browsers, so I
-saw no point in linking to that version.&lt;/p&gt;
+               <title>&quot;Electronic&quot; paper invoices - using vCard in a QR code</title>
+               <link>http://people.skolelinux.org/pere/blog/_Electronic__paper_invoices___using_vCard_in_a_QR_code.html</link>
+               <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/_Electronic__paper_invoices___using_vCard_in_a_QR_code.html</guid>
+                <pubDate>Tue, 12 Feb 2013 10:30:00 +0100</pubDate>
+               <description>&lt;p&gt;Here in Norway, electronic invoices are spreading, and the
+&lt;a href=&quot;http://www.anskaffelser.no/e-handel/faktura&quot;&gt;solution promoted
+by the Norwegian government&lt;/a&gt; require that invoices are sent through
+one of the approved facilitators, and it is not possible to send
+electronic invoices without an agreement with one of these
+facilitators.  This seem like a needless limitation to be able to
+transfer invoice information between buyers and sellers.  My preferred
+solution would be to just transfer the invoice information directly
+between seller and buyer, for example using SMTP, or some HTTP based
+protocol like REST or SOAP.  But this might also be overkill, as the
+&quot;electronic&quot; information can be transferred using paper invoices too,
+using a simple bar code.  My bar code encoding of choice would be QR
+codes, as this encoding can be read by any smart phone out there.  The
+content of the code could be anything, but I would go with
+&lt;a href=&quot;http://en.wikipedia.org/wiki/VCard&quot;&gt;the vCard format&lt;/a&gt;, as
+it too is supported by a lot of computer equipment these days.&lt;/p&gt;
+
+&lt;p&gt;The vCard format support extentions, and the invoice specific
+information can be included using such extentions.  For example an
+invoice from SLX Debian Labs (picked because we
+&lt;a href=&quot;http://www.linuxiskolen.no/slxdebianlabs/donations.html&quot;&gt;ask
+for donations to the Debian Edu project&lt;/a&gt; and thus have bank account
+information publicly available) for NOK 1000.00 could have these extra
+fields:&lt;/p&gt;
+
+&lt;p&gt;&lt;pre&gt;
+X-INVOICE-NUMBER:1
+X-INVOICE-AMOUNT:NOK1000.00
+X-INVOICE-KID:123412341234
+X-INVOICE-MSG:Donation to Debian Edu
+X-BANK-ACCOUNT-NUMBER:16040884339
+X-BANK-IBAN-NUMBER:NO8516040884339
+X-BANK-SWIFT-NUMBER:DNBANOKKXXX
+&lt;/pre&gt;&lt;/p&gt;
+
+&lt;p&gt;The X-BANK-ACCOUNT-NUMBER field was proposed in a stackoverflow
+answer regarding
+&lt;a href=&quot;http://stackoverflow.com/questions/10045664/storing-bank-account-in-vcard-file&quot;&gt;how
+to put bank account information into a vCard&lt;/a&gt;.  For payments in
+Norway, either X-INVOICE-KID (payment ID) or X-INVOICE-MSG could be
+used to pass on information to the seller when paying the invoice.&lt;/p&gt;
+
+&lt;p&gt;The complete vCard could look like this:&lt;/p&gt;
+
+&lt;p&gt;&lt;pre&gt;
+BEGIN:VCARD
+VERSION:2.1
+ORG:SLX Debian Labs Foundation
+ADR;WORK:;;Gunnar Schjelderups vei 29D;OSLO;;0485;Norway
+URL;WORK:http://www.linuxiskolen.no/slxdebianlabs/
+EMAIL;PREF;INTERNET:sdl-styret@rt.nuug.no
+REV:20130212T095000Z
+X-INVOICE-NUMBER:1
+X-INVOICE-AMOUNT:NOK1000.00
+X-INVOICE-MSG:Donation to Debian Edu
+X-BANK-ACCOUNT-NUMBER:16040884339
+X-BANK-IBAN-NUMBER:NO8516040884339
+X-BANK-SWIFT-NUMBER:DNBANOKKXXX
+END:VCARD
+&lt;/pre&gt;&lt;/p&gt;
+
+&lt;p&gt;The resulting QR code created using
+&lt;a href=&quot;http://fukuchi.org/works/qrencode/&quot;&gt;qrencode&lt;/a&gt; would look
+like this, and should be readable (and thus checkable) by any smart
+phone, or for example the &lt;a href=&quot;http://zbar.sourceforge.net/&quot;&gt;zbar
+bar code reader&lt;/a&gt; and feed right into the approval and accounting
+system.&lt;/p&gt;
+
+&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;
+
+&lt;p&gt;The extension fields will most likely not show up in any normal
+vCard reader, so those parts would have to go directly into a system
+handling invoices.  I am a bit unsure how vCards without name parts
+are handled, but a simple test indicate that this work just fine.&lt;/p&gt;
+
+&lt;p&gt;&lt;strong&gt;Update 2013-02-12 11:30&lt;/strong&gt;: Added KID to the proposal
+based on feedback from Sturle Sunde.&lt;/p&gt;
 </description>
        </item>
        
        <item>
-               <title>Vitenskaplig metode i politikken?</title>
-               <link>http://people.skolelinux.org/pere/blog/Vitenskaplig_metode_i_politikken_.html</link>
-               <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Vitenskaplig_metode_i_politikken_.html</guid>
-                <pubDate>Thu, 20 Sep 2012 20:00:00 +0200</pubDate>
-               <description>&lt;p&gt;Jeg ble for noen dager siden tipset om en rapport utarbeidet av
-Cabinet Office i England ved navn
-&lt;a href=&quot;http://www.cabinetoffice.gov.uk/resource-library/test-learn-adapt-developing-public-policy-randomised-controlled-trials&quot;&gt;Test,
-Learn, Adapt: Developing Public Policy with Randomised Controlled
-Trials&lt;/a&gt;, skrevet av blant annet Ben Goldacre (som jeg først ble
-klar over da han holdt et veldig interessant TED-foredrag med tittel
-&lt;a href=&quot;http://archive.org/details/BenGoldacre_2011G&quot;&gt;Battling bad
-science&lt;/a&gt;).  Rapporten handler om hvordan det offentlige burde bruke
-vitenskaplige metoder i større grad for å finne ut hvilke virkemidler
-som er mest effektive når en skal regulere samfunnet.  Her er et sitat
-fra starten av rapporten:&lt;/p&gt;
-
-&lt;blockquote&gt;
-&lt;p&gt;Randomised controlled trials (RCTs) are the best way to determine
-  wheather a policy is working.  They are now used extensively in
-  international development, medicine, and business to identify which
-  policy, drug or sales method is most effective.  They are also at
-  the heart of the Behavioural Insights Team&#39;s methodology.&lt;/p&gt;
-
-&lt;p&gt;However, RCTs are not rutinely used to test the effectiveness of
-  public policy interventions in the UK.  We think they should be.&lt;/p&gt;
-&lt;/blockquote&gt;
-
-&lt;p&gt;Her tror jeg også Norge har noe å lære.  Det offentlige bruker mye
-penger på aktiviteter der det ikke er åpenbart (og heller ikke blir
-målt) at den reelle effekten er det en ønsker å oppnå.  Ruters
-elektroniske billettsystem, NAV-reformen, økt bruk av penger på
-politiet og sykehussammenslåinger kommer meg i hug.&lt;/p&gt;
+               <title>Litt statistikk over offentlige anbud annonsert via Doffin siden 2008</title>
+               <link>http://people.skolelinux.org/pere/blog/Litt_statistikk_over_offentlige_anbud_annonsert_via_Doffin_siden_2008.html</link>
+               <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Litt_statistikk_over_offentlige_anbud_annonsert_via_Doffin_siden_2008.html</guid>
+                <pubDate>Mon, 11 Feb 2013 14:40:00 +0100</pubDate>
+               <description>&lt;p&gt;For et halvt år siden
+&lt;a href=&quot;http://people.skolelinux.org/pere/blog/SQL_database_med_anbud_publisert_p__Doffin.html&quot;&gt;satte
+jeg opp et system for å lage en database&lt;/a&gt; med informasjon om
+offentlige anbud fra &lt;a href=&quot;http://www.doffin.no/&quot;&gt;Doffin&lt;/a&gt; ved
+&lt;a href=&quot;https://scraperwiki.com/scrapers/norwegian-doffin/&quot;&gt;hjelp av
+Scraperwiki&lt;/a&gt;.  Nå er databasen så vidt jeg kan se komplett, med
+data helt tilbake til 2008.  Her er litt statistikk over
+&lt;a href=&quot;https://api.scraperwiki.com/api/1.0/datastore/sqlite?format=htmltable&amp;name=norwegian-doffin&amp;query=select%20strftime(%22%25Y-%25m%22%2C%20publishdate)%20as%20publishmonth%2C%20count(*)%20from%20%60swdata%60%20group%20by%20publishmonth%20order%20by%20publishmonth%20desc&quot;&gt;antall
+anbud publisert hver måned&lt;/a&gt;:&lt;/p&gt;
+
+&lt;p&gt;&lt;table border=&quot;1&quot;&gt;
+&lt;tr&gt; &lt;th&gt;Publiseringsmåned&lt;/th&gt; &lt;th&gt;Antall&lt;/th&gt; &lt;/tr&gt;
+&lt;tr&gt; &lt;td&gt;2013-01&lt;/td&gt; &lt;td&gt;1015&lt;/td&gt; &lt;/tr&gt;
+&lt;tr&gt; &lt;td&gt;2012-12&lt;/td&gt; &lt;td&gt;756&lt;/td&gt; &lt;/tr&gt;
+&lt;tr&gt; &lt;td&gt;2012-11&lt;/td&gt; &lt;td&gt;979&lt;/td&gt; &lt;/tr&gt;
+&lt;tr&gt; &lt;td&gt;2012-10&lt;/td&gt; &lt;td&gt;1093&lt;/td&gt; &lt;/tr&gt;
+&lt;tr&gt; &lt;td&gt;2012-09&lt;/td&gt; &lt;td&gt;1023&lt;/td&gt; &lt;/tr&gt;
+&lt;tr&gt; &lt;td&gt;2012-08&lt;/td&gt; &lt;td&gt;951&lt;/td&gt; &lt;/tr&gt;
+&lt;tr&gt; &lt;td&gt;2012-07&lt;/td&gt; &lt;td&gt;1103&lt;/td&gt; &lt;/tr&gt;
+&lt;tr&gt; &lt;td&gt;2012-06&lt;/td&gt; &lt;td&gt;1334&lt;/td&gt; &lt;/tr&gt;
+&lt;tr&gt; &lt;td&gt;2012-05&lt;/td&gt; &lt;td&gt;1435&lt;/td&gt; &lt;/tr&gt;
+&lt;tr&gt; &lt;td&gt;2012-04&lt;/td&gt; &lt;td&gt;1169&lt;/td&gt; &lt;/tr&gt;
+&lt;tr&gt; &lt;td&gt;2012-03&lt;/td&gt; &lt;td&gt;1573&lt;/td&gt; &lt;/tr&gt;
+&lt;tr&gt; &lt;td&gt;2012-02&lt;/td&gt; &lt;td&gt;1335&lt;/td&gt; &lt;/tr&gt;
+&lt;tr&gt; &lt;td&gt;2012-01&lt;/td&gt; &lt;td&gt;1147&lt;/td&gt; &lt;/tr&gt;
+&lt;tr&gt; &lt;td&gt;2011-12&lt;/td&gt; &lt;td&gt;1045&lt;/td&gt; &lt;/tr&gt;
+&lt;tr&gt; &lt;td&gt;2011-11&lt;/td&gt; &lt;td&gt;1114&lt;/td&gt; &lt;/tr&gt;
+&lt;tr&gt; &lt;td&gt;2011-10&lt;/td&gt; &lt;td&gt;1230&lt;/td&gt; &lt;/tr&gt;
+&lt;tr&gt; &lt;td&gt;2011-09&lt;/td&gt; &lt;td&gt;1165&lt;/td&gt; &lt;/tr&gt;
+&lt;tr&gt; &lt;td&gt;2011-08&lt;/td&gt; &lt;td&gt;966&lt;/td&gt; &lt;/tr&gt;
+&lt;tr&gt; &lt;td&gt;2011-07&lt;/td&gt; &lt;td&gt;1148&lt;/td&gt; &lt;/tr&gt;
+&lt;tr&gt; &lt;td&gt;2011-06&lt;/td&gt; &lt;td&gt;1410&lt;/td&gt; &lt;/tr&gt;
+&lt;tr&gt; &lt;td&gt;2011-05&lt;/td&gt; &lt;td&gt;1536&lt;/td&gt; &lt;/tr&gt;
+&lt;tr&gt; &lt;td&gt;2011-04&lt;/td&gt; &lt;td&gt;1350&lt;/td&gt; &lt;/tr&gt;
+&lt;tr&gt; &lt;td&gt;2011-03&lt;/td&gt; &lt;td&gt;1574&lt;/td&gt; &lt;/tr&gt;
+&lt;tr&gt; &lt;td&gt;2011-02&lt;/td&gt; &lt;td&gt;1370&lt;/td&gt; &lt;/tr&gt;
+&lt;tr&gt; &lt;td&gt;2011-01&lt;/td&gt; &lt;td&gt;1049&lt;/td&gt; &lt;/tr&gt;
+&lt;tr&gt; &lt;td&gt;2010-12&lt;/td&gt; &lt;td&gt;992&lt;/td&gt; &lt;/tr&gt;
+&lt;tr&gt; &lt;td&gt;2010-11&lt;/td&gt; &lt;td&gt;1089&lt;/td&gt; &lt;/tr&gt;
+&lt;tr&gt; &lt;td&gt;2010-10&lt;/td&gt; &lt;td&gt;1110&lt;/td&gt; &lt;/tr&gt;
+&lt;tr&gt; &lt;td&gt;2010-09&lt;/td&gt; &lt;td&gt;1132&lt;/td&gt; &lt;/tr&gt;
+&lt;tr&gt; &lt;td&gt;2010-08&lt;/td&gt; &lt;td&gt;883&lt;/td&gt; &lt;/tr&gt;
+&lt;tr&gt; &lt;td&gt;2010-07&lt;/td&gt; &lt;td&gt;1126&lt;/td&gt; &lt;/tr&gt;
+&lt;tr&gt; &lt;td&gt;2010-06&lt;/td&gt; &lt;td&gt;1440&lt;/td&gt; &lt;/tr&gt;
+&lt;tr&gt; &lt;td&gt;2010-05&lt;/td&gt; &lt;td&gt;1236&lt;/td&gt; &lt;/tr&gt;
+&lt;tr&gt; &lt;td&gt;2010-04&lt;/td&gt; &lt;td&gt;1249&lt;/td&gt; &lt;/tr&gt;
+&lt;tr&gt; &lt;td&gt;2010-03&lt;/td&gt; &lt;td&gt;1556&lt;/td&gt; &lt;/tr&gt;
+&lt;tr&gt; &lt;td&gt;2010-02&lt;/td&gt; &lt;td&gt;1256&lt;/td&gt; &lt;/tr&gt;
+&lt;tr&gt; &lt;td&gt;2010-01&lt;/td&gt; &lt;td&gt;1140&lt;/td&gt; &lt;/tr&gt;
+&lt;tr&gt; &lt;td&gt;2009-12&lt;/td&gt; &lt;td&gt;1013&lt;/td&gt; &lt;/tr&gt;
+&lt;tr&gt; &lt;td&gt;2009-11&lt;/td&gt; &lt;td&gt;1220&lt;/td&gt; &lt;/tr&gt;
+&lt;tr&gt; &lt;td&gt;2009-10&lt;/td&gt; &lt;td&gt;1320&lt;/td&gt; &lt;/tr&gt;
+&lt;tr&gt; &lt;td&gt;2009-09&lt;/td&gt; &lt;td&gt;1294&lt;/td&gt; &lt;/tr&gt;
+&lt;tr&gt; &lt;td&gt;2009-08&lt;/td&gt; &lt;td&gt;953&lt;/td&gt; &lt;/tr&gt;
+&lt;tr&gt; &lt;td&gt;2009-07&lt;/td&gt; &lt;td&gt;1162&lt;/td&gt; &lt;/tr&gt;
+&lt;tr&gt; &lt;td&gt;2009-06&lt;/td&gt; &lt;td&gt;1605&lt;/td&gt; &lt;/tr&gt;
+&lt;tr&gt; &lt;td&gt;2009-05&lt;/td&gt; &lt;td&gt;1568&lt;/td&gt; &lt;/tr&gt;
+&lt;tr&gt; &lt;td&gt;2009-04&lt;/td&gt; &lt;td&gt;1522&lt;/td&gt; &lt;/tr&gt;
+&lt;tr&gt; &lt;td&gt;2009-03&lt;/td&gt; &lt;td&gt;1599&lt;/td&gt; &lt;/tr&gt;
+&lt;tr&gt; &lt;td&gt;2009-02&lt;/td&gt; &lt;td&gt;1376&lt;/td&gt; &lt;/tr&gt;
+&lt;tr&gt; &lt;td&gt;2009-01&lt;/td&gt; &lt;td&gt;1080&lt;/td&gt; &lt;/tr&gt;
+&lt;tr&gt; &lt;td&gt;2008-12&lt;/td&gt; &lt;td&gt;1028&lt;/td&gt; &lt;/tr&gt;
+&lt;tr&gt; &lt;td&gt;2008-11&lt;/td&gt; &lt;td&gt;949&lt;/td&gt; &lt;/tr&gt;
+&lt;tr&gt; &lt;td&gt;2008-10&lt;/td&gt; &lt;td&gt;1047&lt;/td&gt; &lt;/tr&gt;
+&lt;tr&gt; &lt;td&gt;2008-09&lt;/td&gt; &lt;td&gt;965&lt;/td&gt; &lt;/tr&gt;
+&lt;tr&gt; &lt;td&gt;2008-08&lt;/td&gt; &lt;td&gt;725&lt;/td&gt; &lt;/tr&gt;
+&lt;tr&gt; &lt;td&gt;2008-07&lt;/td&gt; &lt;td&gt;1015&lt;/td&gt; &lt;/tr&gt;
+&lt;tr&gt; &lt;td&gt;2008-06&lt;/td&gt; &lt;td&gt;1304&lt;/td&gt; &lt;/tr&gt;
+&lt;tr&gt; &lt;td&gt;2008-05&lt;/td&gt; &lt;td&gt;323&lt;/td&gt; &lt;/tr&gt;
+&lt;/table&gt;&lt;/p&gt;
+
+&lt;p&gt;Her er tilsvarende
+&lt;a href=&quot;https://api.scraperwiki.com/api/1.0/datastore/sqlite?format=htmltable&amp;name=norwegian-doffin&amp;query=select%20strftime(%22%25Y%22%2C%20publishdate)%20as%20publishyear%2C%20count(*)%20from%20%60swdata%60%20group%20by%20publishyear%20order%20by%20publishyear%20desc&quot;&gt;tall
+per år&lt;/a&gt;, som viser en liten nedgang i antall anbud:&lt;/p&gt;
+
+&lt;table border=&quot;1&quot;&gt;
+&lt;tr&gt; &lt;th&gt;Publiseringsår&lt;/th&gt; &lt;th&gt;Antall&lt;/th&gt; &lt;/tr&gt;
+&lt;tr&gt; &lt;td&gt;2012&lt;/td&gt; &lt;td&gt;13898&lt;/td&gt; &lt;/tr&gt;
+&lt;tr&gt; &lt;td&gt;2011&lt;/td&gt; &lt;td&gt;14957&lt;/td&gt; &lt;/tr&gt;
+&lt;tr&gt; &lt;td&gt;2010&lt;/td&gt; &lt;td&gt;14209&lt;/td&gt; &lt;/tr&gt;
+&lt;tr&gt; &lt;td&gt;2009&lt;/td&gt; &lt;td&gt;15712&lt;/td&gt; &lt;/tr&gt;
+&lt;tr&gt; &lt;td&gt;2008&lt;/td&gt; &lt;td&gt;7356&lt;/td&gt; &lt;/tr&gt;
+&lt;/table&gt;&lt;/p&gt;
+
+&lt;p&gt;Jeg droppet den ufullstendige måneden og året fra tabellen.  Se
+lenken for oppdaterte tall.&lt;/p&gt;
 </description>
        </item>
        
        <item>
-               <title>Debian Edu interview: Giorgio Pioda</title>
-               <link>http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Giorgio_Pioda.html</link>
-               <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Giorgio_Pioda.html</guid>
-                <pubDate>Mon, 17 Sep 2012 14:10:00 +0200</pubDate>
-               <description>&lt;p&gt;After a long break in my row of interviews with people in the
-&lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu and Skolelinux&lt;/a&gt;
-community, I finally found time to wrap up another.  This time it is
-Giorgio Pioda, which showed up on the mailing list at the start of
-this year, asking questions and inspiring us to improve the first time
-administrators experience with Skolelinux. :) The interview was
-conduced in May, but I only found time to publish it now.&lt;/p&gt;
-
-&lt;p&gt;&lt;strong&gt;Who are you, and how do you spend your days?&lt;/strong&gt;&lt;/p&gt;
-
-&lt;p&gt;I have a PhD in chemistry but since several years I work as teacher
-in secondary (15-18 year old students) and tertiary (a kind of &quot;light&quot;
-university) schools. Five years ago I started to manage a Learning
-Management Service server and slowly I got more and more involved with
-IT. 3 years ago the graduating schools moved completely to Linux and I
-got the head of the IT for this. The experience collected in chemistry
-labs computers (for example NMR analysis of protein folding) and in
-the IT-courses during university where sufficient to start. Self
-training is anyway very important&lt;/p&gt;
-
-&lt;p&gt;I live in the Italian speaking part of Switzerland, and the
-&lt;a href=&quot;http://www.spse.ch/&quot;&gt;SPSE school&lt;/a&gt; (secondary) is a very
-special sport school for young people who try to became sport pro (for
-all sports, we have dozens of disciplines represented) and we are
-recognised by the Olympic Swiss Organisation.
-
-&lt;p&gt;&lt;strong&gt;How did you get in contact with the Skolelinux/Debian Edu
-project?&lt;/strong&gt;&lt;/p&gt;
-
-&lt;p&gt;Looking for Linux / Primary Domain Controller (PDC) I found it
-already several years ago. But since the system was still not
-Kerberized and since our schools relies strongly on laptops I didn&#39;t
-use it. I plan to introduce it in the next future, probably for the
-next school year, since the squeeze release solved this security
-hole.&lt;/p&gt;
-
-&lt;p&gt;&lt;strong&gt;What do you see as the advantages of Skolelinux/Debian
-Edu?&lt;/strong&gt;&lt;/p&gt;
-
-&lt;p&gt;Many. First of all there is a strong and living community that is
-very generous for help and hints.  Chat help is crucial, together with
-the mailing list.  Second. With Skolelinux you get an already well
-engineered platform and you don&#39;t have to start to build up your PDC
-and your clients from GNU/scratch; I&#39;ve already done this once and I
-can tell it, it is hard. Third, since Skolelinux is a standard
-platform, it is way easier to educate other IT people and even if the
-head IT is sick another one could pick up the task without too much
-hassle.&lt;/p&gt;
-
-&lt;p&gt;&lt;strong&gt;What do you see as the disadvantages of Skolelinux/Debian
-Edu?&lt;/strong&gt;&lt;/p&gt;
-
-&lt;p&gt;The only real problem I see is that it is a little too less
-flexible at client level. Debian stable is rocky and desirable, but
-there are many reasons that force for another choice. For example the
-need of new drivers for new PC, or the need for a specific OS for some
-devices that have specific software packages for another specific
-distribution (I have such a case for whiteboards that have only
-Ubuntu packages). Thus, I prepared compatibility packages educlient
-and eduroaming, hoping not to use them ;-)&lt;/p&gt;
-
-&lt;p&gt;&lt;strong&gt;Which free software do you use daily?&lt;/strong&gt;&lt;/p&gt;
-
-&lt;p&gt;I have a Debian Stable PDC at school (Kerberos, NIS, NFS) with
-mixed Debian and Ubuntu clients. If you think that this triad
-combination is exotic... well I discovered right yesterday that
-&lt;a href=&quot;http://moo.nac.uci.edu/~hjm/Perceus-Report.html&quot;&gt;Perceus&lt;/a&gt;
-has the same...&lt;/p&gt;
-
-&lt;p&gt;For myself I run Debian wheezy/sid, but this combination is good
-only I you have enough competence to fix stuff for yourself, if
-something breaks.  Daily I use texmacs, gnumeric, a little bit of R
-statistics, kmplot, and less frequently OpenOffice.org.&lt;/p&gt;
-
-&lt;p&gt;&lt;strong&gt;Which strategy do you believe is the right one to use to
-get schools to use free software?&lt;/strong&gt;&lt;/p&gt;
-
-&lt;P&gt;I think that the only real argument that school managers &quot;hear&quot; is
-cost reduction. They don&#39;t give too much weight on quality, stability,
-just because they are normally not open to change.&lt;/p&gt;
-
-&lt;p&gt;Students adapts very quickly to GNU/Linux (and for them being able
-to switch between different OS is a plus value); teachers and managers
-don&#39;t.&lt;/p&gt;
-
-&lt;p&gt;We decided to move to Linux because students at our school have own
-laptop and we have the responsibility to keep the laptop ready to use;
-we were really unsatisfied with Microsoft since every Monday we had 20
-machine to fix for viral infections... With Linux this has been
-reduced to zero, since people installs almost only from official
-repositories. I think that our special needs brought us to Linux.
-Those who don&#39;t have such needs will hardly move to Linux.&lt;/p&gt;
+               <title>Sleep until morning - home automation for the kids</title>
+               <link>http://people.skolelinux.org/pere/blog/Sleep_until_morning___home_automation_for_the_kids.html</link>
+               <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Sleep_until_morning___home_automation_for_the_kids.html</guid>
+                <pubDate>Sun, 10 Feb 2013 12:50:00 +0100</pubDate>
+               <description>&lt;p&gt;&lt;img align=&quot;left&quot; style=&quot;margin-right:25px;&quot; src=&quot;http://people.skolelinux.org/pere/blog/images/2013-02-10-morning-light.jpeg&quot;&gt;&lt;/p&gt;
+
+&lt;p&gt;With kids in the house, one challenge is getting them to sleep
+during the night and wake up when it is morning.  I mean, when I
+believe it is morning, and not two hours earlier.  In our household we
+have decided that 07:00 is the turning point, but getting the kids to
+sleep until 07:00 is a small challenge every day.  They have adapted
+quite well, and rarely wake up at 05:00 any more, but some times wake
+up at times like 05:50, 06:15, 06:30 or 06:45, and it is hard to put
+the awake one to bed again without disturbing and waking the rest.
+And I understand perfectly well that they fail to sleep until 07:00
+some times, as there is no way for them to know if it is before or
+after the magic moment without coming and asking us parents.&lt;/p&gt;
+
+&lt;p&gt;But yesterday I came up with a method to solve this problem.  It
+involve home automation.  A few years ago I bought a
+&lt;a href=&quot;http://www.telldus.se/products/tellstick&quot;&gt;Tellstick&lt;/a&gt; and RF
+switches at the local &lt;a href=&quot;http://www.clasohlson.com/&quot;&gt;Clas
+Ohlson&lt;/a&gt; shop, allowing me to control lights and other electrical
+gadgets using my Linux server.  When I moved from the old flat to a
+small house, I put away all this equipment as most of the lighting in
+the house was not using wall sockets and thus not easy to connect to
+the gadgets I had.  But recently I bought a
+&lt;a href=&quot;http://www.telldus.se/products/tellstick_net&quot;&gt;Tellstick
+Net&lt;/a&gt; to be able to read sensor input as well as control power
+sockets.  I want to control ovens in the basement to avoid the pipes
+to freeze, and monitor the humidity to detect flooding.  The default
+setup for Tellstick Net is to be controlled by the vendor web service,
+which to me is a security problem, but it is also possible to build
+ones own
+&lt;a href=&quot;http://developer.telldus.com/blog/2012/03/02/help-us-develop-local-access-using-tellstick-net-build-your-own-firmware&quot;&gt;firmware
+with local access&lt;/A&gt; instead of being controlled by a Swedish
+company, thanks to the release of the GPL licensed firmware source
+code.  I plan to get that running before I let it control anything
+important.  But while working on this, one idea to make it easier for
+the kids came to me yesterday.  We can set up a night light controlled
+by the computer, and turn it automatically on at 07:00.  The kids can
+then check the light in the morning to know if they are supposed to
+get up or not.  They joined me in setting everything up, and I
+repeated the concept several times before bed times to make sure they
+remembered to check the light before getting up in the morning.&lt;/p&gt;
+
+&lt;p&gt;We tested it this morning, and all the kids stayed in bed until
+after 07:00, and every one of them commented on the fact that the
+&quot;morning light&quot; was turned on and signalled that the morning had
+arrived.  So this look like a success, and I am excited to see how
+this develops the next few days. :) I really hope this can allow us
+all to sleep a bit longer in the morning.&lt;/p&gt;
+
+&lt;p&gt;A nice advantage of this setup is that we can remote control when
+to tell the kids to get up.  We do not have to wait until 07:00, and
+can also delay it if we want to.&lt;/p&gt;
 </description>
        </item>
        
        <item>
-               <title>Naturvernforbundet i Oslo bruker OpenStreetmap i sin kalender</title>
-               <link>http://people.skolelinux.org/pere/blog/Naturvernforbundet_i_Oslo_bruker_OpenStreetmap_i_sin_kalender.html</link>
-               <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Naturvernforbundet_i_Oslo_bruker_OpenStreetmap_i_sin_kalender.html</guid>
-                <pubDate>Sun, 16 Sep 2012 12:00:00 +0200</pubDate>
-               <description>&lt;p&gt;Veldig morsomt å se at
-&lt;a href=&quot;http://naturvernforbundet.no/noa/&quot;&gt;Naturvernforbundet Oslo og
-Akershus&lt;/a&gt; bruker kart fra
-&lt;a href=&quot;http://www.openstreetmap.no/&quot;&gt;OpenStreetmap.org&lt;a/&gt; i
-&lt;a href=&quot;http://naturvernforbundet.no/noa/bestill-markakalenderen-2013-article24039-1939.html&quot;&gt;sine
-kalendere&lt;/a&gt;.  Vidar Gundersen i kartgruppa
-&lt;a href=&quot;http://lists.nuug.no/pipermail/kart/2012-September/003696.html&quot;&gt;forteller
-på den norske epostlisten&lt;/a&gt; til prosjektet at hvert blad i
-kalenderen har et turforslag på baksiden, med kart fra OpenStreetmap.
-Tidligere kjøpte de visst kart fra kartverket, men nå slipper de
-det.&lt;/p&gt;
-
-&lt;p&gt;Denne nyheten synes jeg er fantastisk bra, og jeg håper de får
-følge av flere, slik at det potensielle og fryktede inntektstapet for
-kartverket ved frigjøring av kartdata blir mindre, og forhåpentligvis
-til slutt så lite at frykten for å frigjøre data overvinnes.&lt;/p&gt;
+               <title>Hva stemte hver stortingsrepresentant i voteringene om datalagringsdirektivet?</title>
+               <link>http://people.skolelinux.org/pere/blog/Hva_stemte_hver_stortingsrepresentant_i_voteringene_om_datalagringsdirektivet_.html</link>
+               <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Hva_stemte_hver_stortingsrepresentant_i_voteringene_om_datalagringsdirektivet_.html</guid>
+                <pubDate>Sat, 9 Feb 2013 18:10:00 +0100</pubDate>
+               <description>&lt;p&gt;Nytt stortingsvalg er på trappene, og folket får igjen mulighet til
+å påvirke sammensetningen i vår lovgivende forsamling.  Da er det
+relevant å vite hvilke representanter og partier som har støttet
+innføringen av brev- og besøkskontroll av hele den norske
+befolkningen, det vil si datalagringsdirektivet.&lt;/p&gt;
+
+&lt;p&gt;Hvis du vil vite hva hver enkelt stortingsrepresentant har stemt i
+stortingsvoteringene om datalagringsdirektivet, så har nettstedet til
+&lt;a href=&quot;http://www.holderdeord.no/&quot;&gt;Holder De Ord&lt;/a&gt; den (så vidt jeg
+vet) eneste komplette oversikten på sin temaside om
+&lt;a href=&quot;http://beta.holderdeord.no/issues/innfore-datalagringsdirektivet&quot;&gt;innføringen
+av datalagringsdirektivet&lt;/a&gt;.  Den har detaljene fra de 11 relevante
+forslagene som har vært fremmet så lagt.  De har vært votert over
+2011-04-04, 2011-04-11, 2012-06-11, 2012-10-05 og 2012-12-06.&lt;/p&gt;
+
+&lt;p&gt;Hvis du lurer på hva som er problemet med datalagringsdirektivet,
+anbefaler jeg å lese &lt;a href=&quot;http://www.uhuru.biz/?cat=84&quot;&gt;artiklene
+fra Jon Wessel-Aas&lt;/a&gt; om temaet, samt informasjon fra foreningen
+&lt;a href=&quot;http://www.digitaltpersonvern.no/&quot;&gt;Digitalt
+Personvern&lt;/a&gt;.&lt;/p&gt;
 </description>
        </item>
        
        <item>
-               <title>IETF activity to standardise video codec</title>
-               <link>http://people.skolelinux.org/pere/blog/IETF_activity_to_standardise_video_codec.html</link>
-               <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/IETF_activity_to_standardise_video_codec.html</guid>
-                <pubDate>Sat, 15 Sep 2012 20:00:00 +0200</pubDate>
-               <description>&lt;p&gt;After the
-&lt;a href=&quot;http://people.skolelinux.org/pere/blog/IETF_standardize_its_first_multimedia_codec__Opus.html&quot;&gt;Opus
-codec made&lt;/a&gt; it into &lt;a href=&quot;http://www.ietf.org/&quot;&gt;IETF&lt;/a&gt; as
-&lt;a href=&quot;http://tools.ietf.org/html/rfc6716&quot;&gt;RFC 6716&lt;/a&gt;, I had a look
-to see if there is any activity in IETF to standardise a video codec
-too, and I was happy to discover that there is some activity in this
-area.  A non-&quot;working group&quot; mailing list
-&lt;a href=&quot;https://www.ietf.org/mailman/listinfo/video-codec&quot;&gt;video-codec&lt;/a&gt;
-was
-&lt;a href=&quot;http://ietf.10.n7.nabble.com/New-Non-WG-Mailing-List-video-codec-Video-codec-BoF-discussion-list-td119548.html&quot;&gt;created 2012-08-20&lt;/a&gt;.  It is intended to discuss the topic and if a
-formal working group should be formed.&lt;/p&gt;
-
-&lt;p&gt;I look forward to see how this plays out.  There is already
-&lt;a href=&quot;http://www.ietf.org/mail-archive/web/video-codec/current/msg00003.html&quot;&gt;an
-email from someone&lt;/a&gt; in the MPEG group at ISO asking people to
-participate in the ISO group.  Given how ISO failed with OOXML and given
-that it so far (as far as I can remember) only have produced
-multimedia formats requiring royalty payments, I suspect
-joining the ISO group would be a complete waste of time, but I am not
-involved in any codec work and my opinion will not matter much.&lt;/p&gt;
-
-&lt;p&gt;If one of my readers is involved with codec work, I hope she will
-join this work to standardise a royalty free video codec within
-IETF.&lt;/p&gt;
+               <title>Økt overvåkning applauderes igjen av Arbeiderpartiet, Høyre og Fremskrittspartiet</title>
+               <link>http://people.skolelinux.org/pere/blog/_kt_overv_kning_applauderes_igjen_av_Arbeiderpartiet__H_yre_og_Fremskrittspartiet.html</link>
+               <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/_kt_overv_kning_applauderes_igjen_av_Arbeiderpartiet__H_yre_og_Fremskrittspartiet.html</guid>
+                <pubDate>Mon, 4 Feb 2013 00:30:00 +0100</pubDate>
+               <description>&lt;p&gt;Jeg ser med gru at Arbeiderpartiet, Høyre og Fremskrittspartiet
+&lt;a href=&quot;http://www.aftenposten.no/nyheter/iriks/Positive-til-mer-smuglerovervaking-7110348.html&quot;&gt;applauderer
+tollvesenets forslag&lt;/a&gt; om å øke overvåkningen i Norge nok et hakk.
+Det er ikke så rart, da de som uttaler seg jo også har støttet
+innføringen av datalagringsdirektivet eller i hvert fall ikke veldig
+aktivt har motarbeidet det.  Innføringen av datalagringsdirektivet er
+en lovendring som innebærer brev og besøkskontroll for hele
+befolkningen.&lt;/p&gt;
+
+&lt;p&gt;&lt;a href=&quot;http://www.stortinget.no/no/Saker-og-publikasjoner/Saker/Sak/?p=48717&quot;&gt;Datalagringsdirektivet&lt;/a&gt;
+har vært oppe til votering i stortinget tre ganger så langt.  Det ble
+&lt;a href=&quot;http://svartelisten.org/&quot;&gt;vedtatt første gang 2011-04-04&lt;/a&gt;
+og
+&lt;a href=&quot;https://github.com/holderdeord/hdo-folketingparser/blob/master/data/votering-2011-04-11.xml&quot;&gt;andre
+gang 2011-04-11&lt;/a&gt; (lovendringer voteres to ganger), og forslag om å
+stoppe loven ble
+&lt;a href=&quot;http://www.stortinget.no/no/Saker-og-publikasjoner/Saker/Sak/Voteringsoversikt/?p=53844&amp;dnid=1&quot;&gt;nedstemt
+2012-12-06&lt;/a&gt; (se også
+&lt;a href=&quot;http://beta.holderdeord.no/issues/innfore-datalagringsdirektivet&quot;&gt;oversikt fra Holder De
+Ord&lt;/a&gt;).&lt;/p&gt;
+
+&lt;p&gt;Jan Bøhler i Arbeiderpartiet stemte for å innføre
+datalagringsdirektivet i lovverket i første votering, var ikke
+tilstede i andre votering og støttet loven i tredje votering.  André
+Oktay Dahl i Høyre var ikke til stede i første og andre votering men
+støttet loven i tredje votering.  Ulf Leirstein i Fremskrittspartiet
+stemte mot loven i første votering men var ikke til stede i andre og
+tredje votering.&lt;/p&gt;
+
+&lt;p&gt;Hvis du lurer på hva som er problemet med datalagringsdirektivet,
+anbefaler jeg å lese &lt;a href=&quot;http://www.uhuru.biz/?cat=84&quot;&gt;artiklene
+fra Jon Wessel-Aas&lt;/a&gt; om temaet, samt informasjon fra foreningen
+&lt;a href=&quot;http://www.digitaltpersonvern.no/&quot;&gt;Digitalt
+Personvern&lt;/a&gt;.&lt;/p&gt;
+
+&lt;p&gt;&lt;strong&gt;Oppdatering 2013-03-09&lt;/strong&gt;: Endret lenke til Holder De
+Ord, som har byttet mange lenker i forbindelse med import av
+voteringsdata for 2010-2011.&lt;/p&gt;
 </description>
        </item>
        
        <item>
-               <title>IETF standardize its first multimedia codec: Opus</title>
-               <link>http://people.skolelinux.org/pere/blog/IETF_standardize_its_first_multimedia_codec__Opus.html</link>
-               <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/IETF_standardize_its_first_multimedia_codec__Opus.html</guid>
-                <pubDate>Wed, 12 Sep 2012 13:50:00 +0200</pubDate>
-               <description>&lt;p&gt;Yesterday, &lt;a href=&quot;http://www.ietf.org/&quot;&gt;IETF&lt;/a&gt; announced the
-publication of of
-&lt;a href=&quot;http://tools.ietf.org/html/rfc6716&quot;&gt;RFC 6716, the Definition
-of the Opus Audio Codec&lt;/a&gt;, a low latency, variable bandwidth, codec
-intended for both VoIP, film and music.  This is the first time, as
-far as I know, that IETF have standardized a multimedia codec.  In
-&lt;a href=&quot;http://tools.ietf.org/html/rfc3533&quot;&gt;RFC 3533&lt;/a&gt;, IETF
-standardized the OGG container format, and it has proven to be a great
-royalty free container for audio, video and movies.  I hope IETF will
-continue to standardize more royalty free codeces, after ISO and MPEG
-have proven incapable of securing everyone equal rights to publish
-multimedia content on the Internet.&lt;/p&gt;
-
-&lt;p&gt;IETF require two interoperating independent implementations to
-ratify a standard, and have so far ensured to only standardize royalty
-free specifications.  Both are key factors to allow everyone (rich and
-poor), to compete on equal terms on the Internet.&lt;/p&gt;
-
-&lt;p&gt;Visit the &lt;a href=&quot;http://opus-codec.org/&quot;&gt;Opus project page&lt;/a&gt; if
-you want to learn more about the solution.&lt;/p&gt;
+               <title>Bitcoin GUI now available from Debian/unstable (and Ubuntu/raring)</title>
+               <link>http://people.skolelinux.org/pere/blog/Bitcoin_GUI_now_available_from_Debian_unstable__and_Ubuntu_raring_.html</link>
+               <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Bitcoin_GUI_now_available_from_Debian_unstable__and_Ubuntu_raring_.html</guid>
+                <pubDate>Sat, 2 Feb 2013 09:00:00 +0100</pubDate>
+               <description>&lt;p&gt;My
+&lt;a href=&quot;http://people.skolelinux.org/pere/blog/How_to_backport_bitcoin_qt_version_0_7_2_2_to_Debian_Squeeze.html&quot;&gt;last
+bitcoin related blog post&lt;/a&gt; mentioned that the new
+&lt;a href=&quot;http://packages.qa.debian.org/bitcoin&quot;&gt;bitcoin package&lt;/a&gt; for
+Debian was waiting in NEW.  It was accepted by the Debian ftp-masters
+2013-01-19, and have been available in unstable since then.  It was
+automatically copied to Ubuntu, and is available in their Raring
+version too.&lt;/p&gt;
+
+&lt;p&gt;But there is a strange problem with the build that block this new
+version from being available on the i386 and kfreebsd-i386
+architectures.  For some strange reason, the autobuilders in Debian
+for these architectures fail to run the test suite on these
+architectures (&lt;a href=&quot;http://bugs.debian.org/672524&quot;&gt;BTS #672524&lt;/a&gt;).
+We are so far unable to reproduce it when building it manually, and
+no-one have been able to propose a fix.  If you got an idea what is
+failing, please let us know via the BTS.&lt;/p&gt;
+
+&lt;p&gt;One feature that is annoying me with of the bitcoin client, because
+I often run low on disk space, is the fact that the client will exit
+if it run short on space (&lt;a href=&quot;http://bugs.debian.org/696715&quot;&gt;BTS
+#696715&lt;/a&gt;).  So make sure you have enough disk space when you run
+it. :)&lt;/p&gt;
+
+&lt;p&gt;As usual, if you use bitcoin and want to show your support of my
+activities, please send Bitcoin donations to my address
+&lt;b&gt;&lt;a href=&quot;bitcoin:15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b&amp;label=PetterReinholdtsenBlog&quot;&gt;15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b&lt;/a&gt;&lt;/b&gt;.&lt;/p&gt;
 </description>
        </item>