]> pere.pagekite.me Git - homepage.git/blobdiff - blog/index.html
Typo.
[homepage.git] / blog / index.html
index 5e662b4708cc5e8b696c67c1028358b433db6cea..c6f996753f7abae0443fa72411f72c518379a01c 100644 (file)
 
     
     <div class="entry">
-      <div class="title"><a href="http://people.skolelinux.org/pere/blog/59_kommuner_omfavner_n__FiksGataMi.html">59 kommuner omfavner nå FiksGataMi</a></div>
-      <div class="date"> 5th November 2012</div>
-      <div class="body"><p><a href="http://maps.google.com/?q=http://www.nuug.no/prosjekt/fiksgatami/fiksgatami-municipalities-201210.kml"><img src="http://people.skolelinux.org/pere/blog/images/2012-10-17-fiksgatami.png"></a></p>
-
-<p>For noen dager siden omfavnet to nye kommuner NUUGs
-<a href="http://www.fiksgatami.no/">FiksGataMi</a>.  Med 59 kommuner
-som lenker til FiksGataMi fra sine hjemmesider er "markedsandelen"
-13,8 % (av 429 kommuner).  Sist ut er Stange og Utsira kommune, som
-slår følge med kommunene Askim, Askøy, Audnedal, Aure, Balestrand,
-Bærum, Eide, Farsund, Flekkefjord, Folldal, Gran, Grue, Hadsel,
-Halden, Halsa, Hamar, Hobøl, Holtålen, Hægebostad, Høyanger,
-Kongsberg, Kristiansund, Kvinesdal, Kviteseid, Levanger, Lindesnes,
-Luster, Lyngdal, Løten, Mandal, Marnardal, Moss, Namsos, Nissedal,
-Nordreisa, Randaberg, Rindal, Sel, Sirdal, Skiptvet, Sortland,
-Spydeberg, Stjørdal, Stord, Søgne, Sør-Odal, Tolga, Trysil, Tynset,
-Tysvær, Ullensvang Herad, Vennesla, Verdal, Vågan, Vågå, Våler og
-Åseral.  Oppdatert liste er tilgjengelig fra
-<a href="http://wiki.nuug.no/grupper/fiksgatami/positivemottakere">NUUGs
-wiki</a>.  Kartet er dog ikke oppdatert med de siste kommunene.</p>
+      <div class="title"><a href="http://people.skolelinux.org/pere/blog/Lets_make_hardware_dongles_easier_to_use_in_Debian.html">Lets make hardware dongles easier to use in Debian</a></div>
+      <div class="date"> 9th January 2013</div>
+      <div class="body"><p>One thing that annoys me with Debian and Linux distributions in
+general, is that there is a great package management system with the
+ability to automatically install software packages by downloading them
+from the distribution mirrors, but no way to get it to automatically
+install the packages I need to use the hardware I plug into my
+machine.  Even if the package to use it is easily available from the
+Linux distribution.  When I plug in a LEGO Mindstorms NXT, it could
+suggest to automatically install the python-nxt, nbc and t2n packages
+I need to talk to it.  When I plug in a Yubikey, it could propose the
+yubikey-personalization package.  The information required to do this
+is available, but no-one have pulled all the pieces together.</p>
+
+<p>Some years ago, I proposed to
+<a href="http://lists.debian.org/debian-devel/2010/05/msg01206.html">use
+the discover subsystem to implement this</a>.  The idea is fairly
+simple:
 
-<p>Kanskje du bør høre med din kommune om de vil bli mer aktive
-brukere av FiksGataMi?  Se
-<a href="http://people.skolelinux.org/pere/blog/40_kommuner_lenker_n__til_FiksGataMi_fra_sine_nettsider___gj_r_din_.html">en
-tidligere bloggpost</a> med tips om hvordan det kan gjøres.</p>
+<ul>
 
-<p>I snitt rapporteres det nå via FiksGataMi ca. 100 meldinger fra
-innbyggerne i uka om feil på offentlig infrastruktur.</p>
+<li>Add a desktop entry in /usr/share/autostart/ pointing to a program
+  starting when a user log in.</li>
+
+<li>Set this program up to listen for kernel events emitted when new
+  hardware is inserted into the computer.</li>
+
+<li>When new hardware is inserted, look up the hardware ID in a
+  database mapping to packages, and take note of any non-installed
+  packages.</li>
+
+<li>Show a message to the user proposing to install the discovered
+  package, and make it easy to install it.</li>
+
+</ul>
+
+<p>I am not sure what the best way to implement this is, but my
+initial idea was to use dbus events to discover new hardware, the
+discover database to find packages and
+<a href="http://www.packagekit.org/">PackageKit</a> to install
+packages.</p>
+
+<p>Yesterday, I found time to try to implement this idea, and the
+draft package is now checked into
+<a href="http://anonscm.debian.org/viewvc/debian-edu/trunk/src/hw-support-handler/">the
+Debian Edu subversion repository</a>.  In the process, I updated the
+<a href="http://packages.qa.debian.org/d/discover-data.html">discover-data</a>
+package to map the USB ids of LEGO Mindstorms and Yubikey devices to
+the relevant packages in Debian, and uploaded a new version
+2.2013.01.09 to unstable.  I also discovered that the current 
+<a href="http://packages.qa.debian.org/d/discover.html">discover</a>
+package in Debian no longer discovered any USB devices, because
+/proc/bus/usb/devices is no longer present.  I ported it to use
+libusb as a fall back option to get it working.  The fixed package
+version 2.1.2-6 is now in experimental (didn't upload it to unstable
+because of the freeze).</p>
+
+<p>With this prototype in place, I can insert my Yubikey, and get this
+desktop notification to show up (only once, the first time it is
+inserted):</p>
+
+<p align="center"><img src="http://people.skolelinux.org/pere/blog/images/2013-01-09-hw-autoinstall.png"></p>
+
+<p>For this prototype to be really useful, some way to automatically
+install the proposed packages by pressing the "Please install
+program(s)" button should to be implemented.</p>
+
+<p>If this idea seem useful to you, and you want to help make it
+happen, please help me update the discover-data database with mappings
+from hardware to Debian packages.  Check if 'discover-pkginstall -l'
+list the package you would like to have installed when a given
+hardware device is inserted into your computer, and report bugs using
+reportbug if it isn't.  Or, if you know of a better way to provide
+such mapping, please let me know.</p>
+
+<p>This prototype need more work, and there are several questions that
+should be considered before it is ready for production use.  Is dbus
+the correct way to detect new hardware?  At the moment I look for HAL
+dbus events on the system bus, because that is the events I could see
+on my Debian Squeeze KDE desktop.  Are there better events to use?
+How should the user be notified?  Is the desktop notification
+mechanism the best option, or should the background daemon raise a
+popup instead?  How should packages be installed?  When should they
+not be installed?</p>
+
+<p>If you want to help getting such feature implemented in Debian,
+please send me an email. :)</p>
 </div>
       <div class="tags">
         
         
-        Tags: <a href="http://people.skolelinux.org/pere/blog/tags/fiksgatami">fiksgatami</a>, <a href="http://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>. 
+        Tags: <a href="http://people.skolelinux.org/pere/blog/tags/debian">debian</a>, <a href="http://people.skolelinux.org/pere/blog/tags/english">english</a>. 
         
         
       </div>
@@ -59,35 +119,27 @@ innbyggerne i uka om feil på offentlig infrastruktur.</p>
     <div class="padding"></div>
     
     <div class="entry">
-      <div class="title"><a href="http://people.skolelinux.org/pere/blog/The_European_Central_Bank__ECB__take_a_look_at_bitcoin.html">The European Central Bank (ECB) take a look at bitcoin</a></div>
-      <div class="date"> 4th November 2012</div>
-      <div class="body"><p>Slashdot just ran a story about the European Central Bank (ECB)
-<a href="http://www.ecb.europa.eu/pub/pdf/other/virtualcurrencyschemes201210en.pdf">releasing
-a report (PDF)</a> about virtual currencies and
-<a href="http://www.bitcoin.org/">bitcoin</a>.  It is interesting to
-see how a member of the bitcoin community
-<a href="http://blog.bitinstant.com/blog/2012/10/30/the-ecb-report-on-bitcoin-and-virtual-currencies.html">receive
-the report</a>.  As for the future, I suspect the central banks and
-the governments will outlaw bitcoin if it gain any popularity, to avoid
-competition.  My thoughts go to the
-<a href="http://en.wikipedia.org/wiki/Wörgl">Wörgl experiment</a> with
-negative inflation on cash which was such a success that it was
-terminated by the Austrian National Bank in 1933.  A successful
-alternative would be a threat to the current money system and gain
-powerful forces to work against it.</p>
-
-<p>While checking out the current status of bitcoin, I also discovered
-that the community already seem to have
-<a href="http://www.theverge.com/2012/8/27/3271637/bitcoin-savings-trust-pyramid-scheme-shuts-down">experienced
-its first pyramid game / Ponzi scheme</a>.  Not very surprising, given
-how members of "small" communities tend to trust each other.  I guess
-enterprising crocks will try again and again, as they do anywhere
-wealth is available.</p>
+      <div class="title"><a href="http://people.skolelinux.org/pere/blog/New_IRC_channel_for_LEGO_designers_using_Debian.html">New IRC channel for LEGO designers using Debian</a></div>
+      <div class="date"> 2nd January 2013</div>
+      <div class="body"><p>During Christmas, I have worked a bit on the Debian support for
+<a href="http://mindstorms.lego.com/en-us/Default.aspx">LEGO Mindstorm
+NXT</a>.  My son and I have played a bit with my NXT set, and I
+discovered I had to build all the tools myself because none were
+already in Debian Squeeze.  If Debian support for LEGO is something
+you care about, please join me on the IRC channel
+<a href="irc://irc.debian.org/%23debian-lego">#debian-lego</a> (server
+irc.debian.org).  There is a lot that could be done to improve the
+Debian support for LEGO designers.  For example both CAD software
+and Mindstorm compilers are missing. :)</p>
+
+<p>Update 2012-01-03: A
+<a href="http://wiki.debian.org/LegoDesigners">project page</a>
+including links to Lego related packages is now available.</p>
 </div>
       <div class="tags">
         
         
-        Tags: <a href="http://people.skolelinux.org/pere/blog/tags/bitcoin">bitcoin</a>, <a href="http://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="http://people.skolelinux.org/pere/blog/tags/personvern">personvern</a>, <a href="http://people.skolelinux.org/pere/blog/tags/sikkerhet">sikkerhet</a>. 
+        Tags: <a href="http://people.skolelinux.org/pere/blog/tags/debian">debian</a>, <a href="http://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="http://people.skolelinux.org/pere/blog/tags/robot">robot</a>. 
         
         
       </div>
@@ -95,199 +147,104 @@ wealth is available.</p>
     <div class="padding"></div>
     
     <div class="entry">
-      <div class="title"><a href="http://people.skolelinux.org/pere/blog/Ode_til_Frikanalen___.html">Ode til Frikanalen...</a></div>
-      <div class="date"> 2nd November 2012</div>
-      <div class="body"><p>I 2009 bidro vi i <a href="http://www.nuug.no/">NUUG</a> til at
-<a href="http://www.frikanalen.no/">Frikanalen</a> ble
-<a href="http://people.skolelinux.org/pere/blog/Frikanalen_og_jul_i_studentr_det.html">tilgjengelig
-i et fritt og åpent standardisert videoformat</a>.  Bakgrunnen var at
-vi i NUUG likte tanken på «Youtube på TV», der enhver borger kunne få
-mulighet til å kringkaste sin video på TV, og NUUG ble medlem i
-Frikanalen for å støtte dette arbeidet.  Frikanalen er borger-TV, der
-alle kan være sin egen redaktør og lage TV uten solid finansielle
-muskler.  Siden den gang har vi bistått kanalen på ulikt vis, blant
-annet med å hjelpe til med å utvikle en løsning basert på fri
-programvare for drift av TV-kanalen.  Dette utviklingsarbeidet pågår
-fortsatt, men det er god fremgang og godt håp om å få på plass en
-webbasert løsning for styring av TV-kanalen basert på fri programvare.
-Dagens produksjonsløsning er basert på Windows og proprietær
-programvare, et resultat av at kulturdepartementet krevde at
-Frikanalen kom på lufta veldig raskt da departementet overtalte
-Frivillighet Norge til å snappe opp konseptet.  Dagens
-produksjonsløsning er dyr i drift, og en fri programvareløsning bør
-kutte kostnadene litt.  Men det er fortsatt dyrt å kjøpe tilgang til å
-sende ut på RiksTV og andre TV-distributører, noe som spiser av
-kanalens begrensede midler.</p>
-
-<p>Nytt for 2013 er dessverre at kulturdepartementet kutter all støtte
-til Frikanalen.  Mens det i
-<a href="http://www.regjeringen.no/pages/35168579/PDFS/PRP201120120001KUDDDDPDFS.pdf">statsbudsjettet
-for 2012</a> sto følgende (side 55):</p>
+      <div class="title"><a href="http://people.skolelinux.org/pere/blog/Lenker_for_2013_01_01.html">Lenker for 2013-01-01</a></div>
+      <div class="date"> 1st January 2013</div>
+      <div class="body"><p>Her er noen lenker til tekster jeg har satt pris på å lese den
+siste måneden.</p>
 
-<blockquote>
+<ul>
 
-Det foreslås et driftstilskudd på 1 mill. kroner i 2012 til
-Frikanalen. Kulturdepartementet har inngått avtale om investerings- og
-driftsstøtte til Frikanalen som gir et økonomisk grunnlag for kanalen
-i oppstartsårene. En forutsetning for støtten er bl.a. at Frikanalen
-tilstreber å være en reell ytringskanal for samtlige partier og lister
-i forbindelse med valg.
+<li>2012-12-07
+  <a href="http://www.idg.no/computerworld/article262047.ece">Myter og
+  FUD om fri programvare</a> av min venn Christer Gundersen som
+  kommenterer noen av de påstandene som er spredt via Computerworld
+  Norge de siste månedene.</li>
 
-</blockquote>
+<li>BankID er et opplegg der utsteder (dvs. banken eller dens
+  leverandør) sitter på alt som trengs for å bruke BankID, men har
+  lovet å ikke bruke den unntatt på oppdrag fra deg.  Det er greit nok
+  for banktjenester, der banken allerede har full kontroll over
+  resultatet, men problematisk når det gjelder tilgang til
+  helseopplysninger og avtaleinngåelse med andre enn banken.  Jeg
+  håper protestene brer om seg.
 
-<p>Så har kulturdepartementet
-<a href="http://www.knif.no/Innkjop/Knif-Samfunn/Informasjonsbrev/Informasjonsbrev-2012/Frikanalen">kuttet
-all støtte for 2013</a>:</p>
+  <ul>
 
-<blockquote>
+  <li>2012-12-11 <a href="http://www.aftenposten.no/meninger/debatt/BankID-blottlegger-helseopplysninger-7067148.html">BankID
+    blottlegger helseopplysninger</a></li>
 
-<p>Statsbudsjettet 2013: Frikanalen</p>
-<p>Det er ikke satt av penger i statsbudsjettet for 2013 til Frikanalen.</p>
+  <li>2012-12-07 <a href="http://www.nrk.no/nyheter/norge/1.9695027">-
+    Helseopplysningene ikke sikre med Bank-ID</a></li>
 
-<p>Frivillighet Norge var fødselshjelper for foreningen Frikanalen i
-2007. Kanalen har fått 1 mill kr i altfor lav bevilgning hvis kanalen
-skulle klare å realisere målet om å være en opplæringsarena for
-frivillige organisasjoner som ville lære å bruke billedspråk.</p>
+  <li>2012-12-07
+    <a href="https://www.bankid.no/Presse-og-nyheter/Nyhetsarkiv/2012/Papeker-alvorlige-men-kjente-utfordringer/">Påpeker
+    alvorlige, men kjente utfordringer</a> er den offisielle
+    holdningen til de som lager BankID.</li>
 
-<p>TV-mediets posisjon som kommunikasjonskanal har endret seg
-betydelig siden Frikanalen ble etablert. Det er supplert og til dels
-erstattet av andre kommunikasjonskanaler, som det også er
-ressurskrevende for organisasjonene å ta i bruk.</p>
+  <li>2012-12-08
+    <a href="http://www.tnp.no/norway/panorama/3419-ntnu-researcher-warns-against-security-of-bank-id-password">NTNU
+      Researcher Warns against Security of Bank ID Password</a>
 
-</blockquote>
+  </ul>
 
-<p>Når en ser bort fra den merkelige begrunnelsen, da Frikanalen så
-vidt jeg vet aldri har tatt mål av seg «å være en opplæringsarena for
-frivillige organisasjoner som ville lære å bruke billedspråk», så er
-det veldig trist at kulturdepartementet kutter støtten.</p>
+<li>2012-12-11 <a href="http://www.aftenposten.no/nyheter/iriks/Norske-elever-er-darligst-i-Europa-pa-algebra-7066752.html">Norske elever er dårligst i Europa på algebra</a>
 
-<p>Fundamentet for Frikanalen ble lagt da Stortinget vedtok
-innføringen av det digitale bakkenettet.  En oversikt over
-<a href="http://www.openchannel.no/stortinget.html">det Stortinget
-skrev</a> da finnes på nettsidene til åpen kanal.  Der het det blant
-annet om «åpne kanaler»:</p>
+<li>2012-12-11
+  <a href="http://www.aftenposten.no/meninger/debatt/Realfagsdodaren-7067173.html">Realfagsdødaren</a>
 
-<blockquote>
+<li>2012-12-21
+  <a href="http://www.bt.no/nyheter/innenriks/112/--Forventningene-er-for-hoye-2816450.html">-
+  Noen må bli skuffet</a> - Politiet i Bergen forteller hvor lavt de
+  prioriterer hverdagskriminalitet.</li>
 
-Et annet flertall, alle unntatt medlemmene fra Fremskrittspartiet, vil
-også peke på at man ut fra ønsket om en bredt anlagt offentlig debatt,
-må se på den faktiske tilgjengelighet allmennheten har til
-TV-mediet. I mange land har man ønsket å sikre denne tilgangen gjennom
-egen lovgivning som forplikter allmennkringkastere eller distributører
-å holde av en del av sendekapasiteten til livssynskanaler, ideelle
-organisasjoner og lignende. I Norden betegnes dette gjerne som åpne
-kanaler. Dette flertallet mener dette er et interessant område sett i
-et ytringsfrihetsperspektiv. Dette flertallet mener derfor at staten
-bør legge til rette for dette når man ved innføring av nye
-distribusjonskanaler skal utarbeide regelverk og gi konsesjoner.
-</blockquote>
+<li>2012-05-03
+  <a href="http://e24.no/jobb/kripos-ansatt-doemt-for-snoking-for-venn/20208585">
+  Kripos-ansatt dømt for snoking for venn</A> - viser hvor svak
+  reaksjonen blir når politiet misbruker innsamlet informasjon.  En
+  forvarsel på konsekvensene av nasjonal brev- og besøkskontroll -
+  ofte kalt Datalagringsdirektivet.</li>
 
-<p>Veien frem har gått over svært ulendt terreng, noe en kan se litt
-av konturene av i en artikkel hos Vox Publica med tittel
-«<a href="http://voxpublica.no/2007/03/hvor-apen-blir-frikanalen/">Hvor
-åpen blir “Frikanalen”?</a>».  Begge tekstene er nyttig lesning for å
-forstå mer om hva Frikanalen er. Jeg anbefaler alle å støtte opp om
-Frikanalen, bli medlem, lage og sende programmer der.</p>
-</div>
-      <div class="tags">
-        
-        
-        Tags: <a href="http://people.skolelinux.org/pere/blog/tags/frikanalen">frikanalen</a>, <a href="http://people.skolelinux.org/pere/blog/tags/norsk">norsk</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/12_years_of_outages___summarised_by_Stuart_Kendrick.html">12 years of outages - summarised by Stuart Kendrick</a></div>
-      <div class="date">26th October 2012</div>
-      <div class="body"><p>I work at the <a href="http://www.uio.no/">University of Oslo</a>
-looking after the computers, mostly on the unix side, but in general
-all over the place.  I am also a member (and currently leader) of
-<a href="http://www.nuug.no/">the NUUG association</a>, which in turn
-make me a member of <a href="http://www.usenix.org/">USENIX</a>.  NUUG
-is an member organisation for us in Norway interested in free
-software, open standards and unix like operating systems, and USENIX
-is a US based member organisation with similar targets.  And thanks to
-these memberships, I get all issues of the great USENIX magazine
-<a href="https://www.usenix.org/publications/login">;login:</a> in the
-mail several times a year.  The magazine is great, and I read most of
-it every time.</p>
-
-<p>In the last issue of the USENIX magazine ;login:, there is an
-article by <a href="http://www.skendric.com/">Stuart Kendrick</a> from
-Fred Hutchinson Cancer Research Center titled
-"<a href="https://www.usenix.org/publications/login/october-2012-volume-37-number-5/what-takes-us-down">What
-Takes Us Down</a>" (longer version also
-<a href="http://www.skendric.com/problem/incident-analysis/2012-06-30/What-Takes-Us-Down.pdf">available
-from his own site</a>), where he report what he found when he
-processed the outage reports (both planned and unplanned) from the
-last twelve years and classified them according to cause, time of day,
-etc etc.  The article is a good read to get some empirical data on
-what kind of problems affect a data centre, but what really inspired
-me was the kind of reporting they had put in place since 2000.<p>
-
-<p>The centre set up a mailing list, and started to send fairly
-standardised messages to this list when a outage was planned or when
-it already occurred, to announce the plan and get feedback on the
-assumtions on scope and user impact.  Here is the two example from the
-article: First the unplanned outage:
+<li>2012-12-14
+  <a href="http://www.dagbladet.no/2012/12/14/kultur/debatt/kronikk/jul/ensomhet/24838541/">Å
+  smøre en forskjell</a> - om ensomhet og jul.</li>
 
-<blockquote><pre>
-Subject:     Exchange 2003 Cluster Issues
-Severity:    Critical (Unplanned)
-Start:              Monday, May 7, 2012, 11:58
-End:        Monday, May 7, 2012, 12:38
-Duration:    40 minutes
-Scope:      Exchange 2003
-Description: The HTTPS service on the Exchange cluster crashed, triggering
-             a cluster failover.
-
-User Impact: During this period, all Exchange users were unable to
-             access e-mail. Zimbra users were unaffected.
-Technician:  [xxx]
-</pre></blockquote>
+<li>2012-12-18
+  <a href="http://www.aftenposten.no/meninger/kronikker/n-krise-av-gangen_-takk-7072452.html">Én
+  krise av gangen, takk!</a>
 
-Next the planned outage:
 
-<blockquote><pre>
-Subject:     H Building Switch Upgrades
-Severity:    Major (Planned)
-Start:      Saturday, June 16, 2012, 06:00
-End:        Saturday, June 16, 2012, 16:00
-Duration:    10 hours
-Scope:      H2 Transport
-Description: Currently, Catalyst 4006s provide 10/100 Ethernet to end-
-            stations. We will replace these with newer Catalyst
-            4510s.
-User Impact: All users on H2 will be isolated from the network during
-            this work. Afterward, they will have gigabit
-            connectivity.
-Technician:  [xxx]
-</pre></blockquote>
+<li>2012-12-17
+  <a href="http://www.aftenposten.no/meninger/NAV-Et-mangehodet-monster--7072165.html">NAV:
+  Et mangehodet monster</a></li>
+
+<li>2011-01-12
+  <a href="http://www.dagbladet.no/2011/01/12/kultur/debatt/kronikk/personvern/15027203/">Pasienter
+  uten vern</a> - forteller litt om hvordan Norsk Pasientregister og
+  andre helseregister raderer bort pasienters privatsfære.</li>
+
 
-<p>He notes in his article that the date formats and other fields have
-been a bit too free form to make it easy to automatically process them
-into a database for further analysis, and I would have used ISO 8601
-dates myself to make it easier to process (in other words I would ask
-people to write '2012-06-16 06:00 +0000' instead of the start time
-format listed above).  There are also other issues with the format
-that could be improved, read the article for the details.</p>
-
-<p>I find the idea of standardising outage messages seem to be such a
-good idea that I would like to get it implemented here at the
-university too.  We do register
-<a href="http://www.uio.no/tjenester/it/aktuelt/planlagte-tjenesteavbrudd/">planned
-changes and outages in a calendar</a>, and report the to a mailing
-list, but we do not do so in a structured format and there is not a
-report to the same location for unplanned outages.  Perhaps something
-for other sites to consider too?</p>
+<li>2012-12-19
+  <a href="http://www.aftenposten.no/meninger/debatt/Hvorfor-er-barnefamilier-fattige-7073951.html">Hvorfor
+  er barnefamilier fattige?</a></li>
+
+<li>2012-12-25
+  <a href="http://www.aftenposten.no/meninger/spaltister/Den-skjulte-minoriteten--konservative-kristne-i-Norge-7075518.html">Den
+  skjulte minoriteten – konservative kristne i Norge</a> - kronikk av
+  Bjørn Stærk fra aftenposten</li>
+
+<li>2009-05-04
+  <a href="http://deltemeninger.no/-/bulletin/show/303429_folkebiblioteket-2-0?ref=checkpoint">Folkebiblioteket
+  2.0</a> - Min venn Sturle om opphavsrett og Internett, i debatt med
+  Olav Torvund.</li>
+
+</ul>
+
+<p>Og et godt nytt år til dere alle!</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>. 
+        Tags: <a href="http://people.skolelinux.org/pere/blog/tags/bankid">bankid</a>, <a href="http://people.skolelinux.org/pere/blog/tags/lenker">lenker</a>, <a href="http://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="http://people.skolelinux.org/pere/blog/tags/opphavsrett">opphavsrett</a>, <a href="http://people.skolelinux.org/pere/blog/tags/personvern">personvern</a>. 
         
         
       </div>
@@ -295,65 +252,29 @@ for other sites to consider too?</p>
     <div class="padding"></div>
     
     <div class="entry">
-      <div class="title"><a href="http://people.skolelinux.org/pere/blog/Amazon_steal_books_from_customer_and_throw_out_her_out_without_any_explanation.html">Amazon steal books from customer and throw out her out without any explanation</a></div>
-      <div class="date">22nd October 2012</div>
-      <div class="body"><p>A blog post from Martin Bekkelund today tell the story of
-<a href="http://www.bekkelund.net/2012/10/22/outlawed-by-amazon-drm/">how
-Amazon erased the books from a customer's kindle, locked the account
-and refuse to tell the customer why</a>.  If a real book store did
-this to a customer, it would be called breaking into private property
-and theft.  The story has spread around the net today.  A bit more
-background information is available in Norwegian from
-<a href="http://www.digi.no/904658/hun-ble-kastet-ut-av-amazon">digi.no</a>.
-It is no surprise that digital restriction mechanisms (DRM) are used
-this way, as it has been warned about such abuse since DRM was
-introduced many years back.  And Amazon proved in 2009 that it was
-willing to
-<a href="http://boingboing.net/2009/07/20/amazons-orwellian-de.html">
-break into customers equipment and remove the books</a> people had
-bought, when it removed the book 1984 by George Orwell from all the
-customers who had bought it.  From the official comments, it even
-sounded like
-<a href="http://www.nytimes.com/2009/07/18/technology/companies/18amazon.html">Amazon
-would never do that again</a>.  And here we are, three years
-later.</p>
-
-<p>And thought this action is
-<a href="http://www.itavisen.no/904648/forbrukerraadet-helt-haarreisende">against
-Norwegian regulations and law</a>, it is according to the terms of use
-as written by Amazon, and it is hard to hold Amazon accountable to
-Norwegian laws.  It is just yet another example of unacceptable terms
-of use on the web, and how they are used to remove customer
-rights.</p>
-
-<p>Luckily for electronic books, there are alternatives without
-unacceptable terms.  For example
-<a href="http://www.gutenberg.org/">Project Gutenberg</a> (about 40,000
-books), <a href="http://runeberg.org/">Project Runenberg</a> (1,652
-books) and <a href="http://www.archive.org/details/texts">The Internet
-Archive</a> (3,641,797 books) have heaps of books without DRM, which
-can read by anyone and shared with anyone.</p>
-
-<p>Update 2012-10-23: This story broke in the morning on Monday. In
-the evening after the story had spread all across the Internet, Amazon
-restored the account of the user, as reported by
-<a href="http://www.digi.no/904675/helomvending-fra-amazon">digi.no</a>
-and <a href="http://nrk.no/kultur-og-underholdning/1.8368487">NRK</a>.
-Apparently public pressure work.  The story from Martin have seen
-several twitter messages per minute the last 24 hours, which is quite
-a lot, and is still drawing a lot of attention.  But even when the
-account is restored, the fundamental problem still exist.  I recommend
-reading two opinions from
-<a href="http://blogs.computerworlduk.com/simon-says/2012/10/rights-you-have-no-right-to-your-ebooks/index.htm">Simon
-Phipps</a> and
-<a href="http://blogs.computerworlduk.com/open-enterprise/2012/10/is-amazon-playing-fair/index.htm">Glen
-Moody</a> if you want to learn more about the fundamentals and more
-details about the original story.</p>
+      <div class="title"><a href="http://people.skolelinux.org/pere/blog/A_Christmas_present_for_Skolelinux___Debian_Edu.html">A Christmas present for Skolelinux / Debian Edu</a></div>
+      <div class="date">28th December 2012</div>
+      <div class="body"><p>I was happy to discover a few days ago that the
+<a href="http://www.skolelinux.org/">Skolelinux / Debian Edu</a>
+project also this year received a Christmas present from Another
+Agency in Trondheim.  NOK 1000,- showed up on our donation account
+December 24th.  I want to express our thanks for this very welcome
+present.  As the Debian Edu / Skolelinux project is very short on
+funding these days, and thus lack the money to do regular developer
+gatherings, this donation was most welcome.  One developer gathering
+cost around NOK 15&nbsp;000,-, so we need quite a lot more to keep the
+development pace we want.  Thus, I hope their example this year is
+followed by many others. :)</p>
+
+<p>The public list of donors can be found on
+<a href="http://www.linuxiskolen.no/slxdebianlabs/donations.html">the
+donation page</a> for the project, which also contain instructions if
+you want to donate to the project.</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/opphavsrett">opphavsrett</a>, <a href="http://people.skolelinux.org/pere/blog/tags/personvern">personvern</a>. 
+        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>. 
         
         
       </div>
@@ -361,34 +282,51 @@ details about the original story.</p>
     <div class="padding"></div>
     
     <div class="entry">
-      <div class="title"><a href="http://people.skolelinux.org/pere/blog/The_fight_for_freedom_and_privacy.html">The fight for freedom and privacy</a></div>
-      <div class="date">18th October 2012</div>
-      <div class="body"><p>Civil liberties and privacy in the western world are going down the
-drain, and it is hard to fight against it.  I try to do my best, but
-time is limited.  I hope you do your best too.  A few years ago I came
-across a marvellous drawing by
-<a href="http://www.claybennett.com/about.html">Clay Bennett</a>
-visualising some of what is going on.
-
-<p><a href="http://www.claybennett.com/pages/security_fence.html">
-<img src="http://www.claybennett.com/images/archivetoons/security_fence.jpg"></a></p>
+      <div class="title"><a href="http://people.skolelinux.org/pere/blog/How_to_backport_bitcoin_qt_version_0_7_2_2_to_Debian_Squeeze.html">How to backport bitcoin-qt version 0.7.2-2 to Debian Squeeze</a></div>
+      <div class="date">25th December 2012</div>
+      <div class="body"><p>Let me start by wishing you all marry Christmas and a happy new
+year!  I hope next year will prove to be a good year.</p>
+
+<p><a href="http://www.bitcoin.org/">Bitcoin</a>, the digital
+decentralised "currency" that allow people to transfer bitcoins
+between each other with minimal overhead, is a very interesting
+experiment.  And as I wrote a few days ago, the bitcoin situation in
+<a href="http://www.debian.org/">Debian</a> is about to improve a bit.
+The <a href="http://packages.qa.debian.org/bitcoin">new debian source
+package</a> (version 0.7.2-2) was uploaded yesterday, and is waiting
+in <a href="http://ftp-master.debian.org/new.html">the NEW queue</A>
+for one of the ftpmasters to approve the new bitcoin-qt package
+name.</p>
+
+<p>And thanks to the great work of Jonas and the rest of the bitcoin
+team in Debian, you can easily test the package in Debian Squeeze
+using the following steps to get a set of working packages:</p>
 
-<blockquote>
-«They who can give up essential liberty to obtain a little temporary
-safety, deserve neither liberty nor safety.» - Benjamin Franklin
-</blockquote>
+<blockquote><pre>
+git clone git://git.debian.org/git/collab-maint/bitcoin
+cd bitcoin
+DEB_MAINTAINER_MODE=1 DEB_BUILD_OPTIONS=noupnp fakeroot debian/rules clean
+DEB_BUILD_OPTIONS=noupnp git-buildpackage --git-ignore-new
+</pre></blockquote>
 
-<p>Do you feel safe at the airport?  I do not.  Do you feel safe when
-you see a surveillance camera?  I do not.  Do you feel safe when you
-leave electronic traces of your behaviour and opinions?  I do not.  I
-just remember <a href="http://en.wikipedia.org/wiki/Panopticon">the
-Panopticom</a>, and can not help help to think that we are slowly
-transforming our society to a huge Panopticom on our own.</p>
+<p>You might have to install some build dependencies as well.  The
+list of commands should give you two packages, bitcoind and
+bitcoin-qt, ready for use in a Squeeze environment.  Note that the
+client will download the complete set of bitcoin "blocks", which need
+around 5.6 GiB of data on my machine at the moment.  Make sure your
+~/.bitcoin/ directory have lots of spare room if you want to download
+all the blocks.  The client will warn if the disk is getting full, so
+there is not really a problem if you got too little room, but you will
+not be able to get all the features out of the client.</p>
+
+<p>As usual, if you use bitcoin and want to show your support of my
+activities, please send Bitcoin donations to my address
+<b><a href="bitcoin:15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b&label=PetterReinholdtsenBlog">15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b</a></b>.</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/personvern">personvern</a>, <a href="http://people.skolelinux.org/pere/blog/tags/sikkerhet">sikkerhet</a>, <a href="http://people.skolelinux.org/pere/blog/tags/surveillance">surveillance</a>. 
+        Tags: <a href="http://people.skolelinux.org/pere/blog/tags/bitcoin">bitcoin</a>, <a href="http://people.skolelinux.org/pere/blog/tags/debian">debian</a>, <a href="http://people.skolelinux.org/pere/blog/tags/english">english</a>. 
         
         
       </div>
@@ -396,33 +334,74 @@ transforming our society to a huge Panopticom on our own.</p>
     <div class="padding"></div>
     
     <div class="entry">
-      <div class="title"><a href="http://people.skolelinux.org/pere/blog/57_kommuner_omfavner_n__FiksGataMi.html">57 kommuner omfavner nå FiksGataMi</a></div>
-      <div class="date">17th October 2012</div>
-      <div class="body"><p><a href="http://maps.google.com/?q=http://www.nuug.no/prosjekt/fiksgatami/fiksgatami-municipalities-201210.kml"><img src="http://people.skolelinux.org/pere/blog/images/2012-10-17-fiksgatami.png"></a></p>
-
-<p>For noen dager siden omfavnet nok en kommune NUUGs
-<a href="http://www.fiksgatami.no/">FiksGataMi</a>.  Med 57 kommuner
-som lenker til FiksGataMi fra sine hjemmesider er "markedsandelen"
-13% (av 429 kommuner).  Sist ut er Våler kommune, som slår
-følge med kommunene Askim, Askøy, Audnedal, Aure, Balestrand, Bærum,
-Eide, Farsund, Flekkefjord, Folldal, Gran, Grue, Hadsel, Halden,
-Halsa, Hamar, Hobøl, Holtålen, Hægebostad, Høyanger, Kongsberg,
-Kristiansund, Kvinesdal, Kviteseid, Levanger, Lindesnes, Luster,
-Lyngdal, Løten, Mandal, Marnardal, Moss, Namsos, Nissedal, Nordreisa,
-Randaberg, Rindal, Sel, Sirdal, Skiptvet, Sortland, Spydeberg,
-Stjørdal, Stord, Søgne, Sør-Odal, Tolga, Trysil, Tynset, Tysvær,
-Ullensvang Herad, Vennesla, Verdal, Vågan, Vågå og Åseral.  Oppdatert
-liste og kart er tilgjengelig fra
-<a href="http://wiki.nuug.no/grupper/fiksgatami/positivemottakere">NUUGs
-wiki</a>.
-
-<p>I snitt rapporteres det nå via FiksGataMi ca. 110 meldinger fra
-innbyggerne i uka om feil på offentlig infrastruktur.</p>
+      <div class="title"><a href="http://people.skolelinux.org/pere/blog/A_word_on_bitcoin_support_in_Debian.html">A word on bitcoin support in Debian</a></div>
+      <div class="date">21st December 2012</div>
+      <div class="body"><p>It has been a while since I wrote about
+<a href="http://www.bitcoin.org/">bitcoin</a>, the decentralised
+peer-to-peer based crypto-currency, and the reason is simply that I
+have been busy elsewhere.  But two days ago, I started looking at the
+state of <a href="http://packages.qa.debian.org/bitcoin">bitcoin in
+Debian</a> again to try to recover my old bitcoin wallet.  The package
+is now maintained by a
+<a href="https://alioth.debian.org/projects/pkg-bitcoin/">team of
+people</a>, and the grunt work had already been done by this team.  We
+owe a huge thank you to all these team members. :)
+But I was sad to discover that the bitcoin client is missing in
+Wheezy.  It is only available in Sid (and an outdated client from
+backports).  The client had several RC bugs registered in BTS blocking
+it from entering testing.  To try to help the team and improve the
+situation, I spent some time providing patches and triaging the bug
+reports.  I also had a look at the bitcoin package available from Matt
+Corallo in a
+<a href="https://launchpad.net/~bitcoin/+archive/bitcoin">PPA for
+Ubuntu</a>, and moved the useful pieces from that version into the
+Debian package.</p>
+
+<p>After checking with the main package maintainer Jonas Smedegaard on
+IRC, I pushed several patches into the collab-maint git repository to
+improve the package.  It now contains fixes for the RC issues (not from
+me, but fixed by Scott Howard), build rules for a Qt GUI client
+package, konqueror support for the bitcoin: URI and bash completion
+setup.  As I work on Debian Squeeze, I also created
+<a href="http://lists.alioth.debian.org/pipermail/pkg-bitcoin-devel/Week-of-Mon-20121217/000041.html">a
+patch to backport</a> the latest version.  Jonas is going to look at
+it and try to integrate it into the git repository before uploading a
+new version to unstable.
+
+<p>I would very much like bitcoin to succeed, to get rid of the
+centralized control currently exercised in the monetary system.  I
+find it completely unacceptable that the USA government is collecting
+transaction data for almost all international money transfers (most are done in USD and transaction logs shipped to the spooks), and
+that the major credit card companies can block legal money
+transactions to Wikileaks.  But for bitcoin to succeed, more people
+need to use bitcoins, and more people need to accept bitcoins when
+they sell products and services.  Improving the bitcoin support in
+Debian is a small step in the right direction, but not enough.
+Unfortunately the user experience when browsing the web and wanting to
+pay with bitcoin is still not very good.  The bitcoin: URI is a step
+in the right direction, but need to work in most or every browser in
+use.  Also the bitcoin-qt client is too heavy to fire up to do a
+quick transaction.  I believe there are other clients available, but
+have not tested them.</p>
+
+<p>My
+<a href="http://people.skolelinux.org/pere/blog/Now_accepting_bitcoins___anonymous_and_distributed_p2p_crypto_money.html">experiment
+with bitcoins</a> showed that at least some of my readers use bitcoin.
+I received 20.15 BTC so far on the address I provided in my blog two
+years ago, as can be
+<a href="http://blockexplorer.com/address/15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b">seen
+on the blockexplorer service</a>.  Thank you everyone for your
+donation.  The blockexplorer service demonstrates quite well that
+bitcoin is not quite anonymous and untracked. :) I wonder if the
+number of users have gone up since then.  If you use bitcoin and want
+to show your support of my activity, please send Bitcoin donations to
+the same address as last time,
+<b><a href="bitcoin:15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b&label=PetterReinholdtsenBlog">15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b</a></b>.</p>
 </div>
       <div class="tags">
         
         
-        Tags: <a href="http://people.skolelinux.org/pere/blog/tags/fiksgatami">fiksgatami</a>, <a href="http://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>. 
+        Tags: <a href="http://people.skolelinux.org/pere/blog/tags/bitcoin">bitcoin</a>, <a href="http://people.skolelinux.org/pere/blog/tags/debian">debian</a>, <a href="http://people.skolelinux.org/pere/blog/tags/english">english</a>. 
         
         
       </div>
@@ -430,72 +409,96 @@ innbyggerne i uka om feil på offentlig infrastruktur.</p>
     <div class="padding"></div>
     
     <div class="entry">
-      <div class="title"><a href="http://people.skolelinux.org/pere/blog/Netflix_krever_at_du_frasier_deg_dine_forbrukerrettigheter___.html">Netflix krever at du frasier deg dine forbrukerrettigheter...</a></div>
-      <div class="date">17th October 2012</div>
-      <div class="body"><p>Filmtjenesten Netflix lanseres i Norge, med en jublende presse på
-sidelinjen.  Men har journalistene lest bruksvilkårene?  Synes de
-avsnitt nummer to i
-«<a href="https://signup.netflix.com/TermsOfUse?locale=nb-NO">Vilkår
-for bruk</a>» høres greit ut for en forbrukertjeneste i Norge?
-Avsnittet lyder slik:
+      <div class="title"><a href="http://people.skolelinux.org/pere/blog/Piratpartiet_p__opphavs_retrett_.html">Piratpartiet på opphavs-retrett?</a></div>
+      <div class="date">19th December 2012</div>
+      <div class="body"><p>Jeg ble overrasket over å se at Piratpartiet i
+<a href="http://www.aftenposten.no/kultur/Piratpartiet-stiller-til-Stortingsvalget-7073298.html">Aftenposten</a>
+er referert på følgende:</p>
 
 <blockquote>
+Når det gjelder retten til opphavsrett for kulturproduktene, mener
+Piratpartiet av levetid + 14 år er tilfredsstillende.
+</blockquote>
 
-«Disse vilkårene for bruk innebærer at alle tvister mellom deg og
-Netflix vil bli løst ved BINDENDE VOLDGIFT. DU SAMTYKKER I AT DU
-FRASIER DEG ENHVER RETT TIL RETTSLIGE SKRITT for å hevde eller
-forsvare rettighetene dine under denne kontrakten (med unntak for
-mindre saker som kan avgjøres i forliksretten). Rettighetene dine vil
-bli bestemt av en NØYTRAL VOLDGIFTSMANN/MEKLER og IKKE en dommer eller
-jury, og krav kan ikke framstilles i form av gruppesøksmål. Les
-gjennom voldgiftsavtalen nedenfor for å finne alle detaljer vedrørende
-avtalen, slik at du kan se hvordan en eventuell konflikt med Netflix
-skal håndteres og vil avgjøres.»
+<p>Det betyr en vernetid langt ut over det kommersielle livet til de
+aller fleste opphavsrettsbeskyttede verker, og er i strid med slik i
+hvert fall jeg har tolket punkt 5 i
+<a href="http://people.opera.com/howcome/2012/piratpartiet/kjerneprogram.html">kjerneprogrammet
+til Piratpartiet</a>:</p>
 
+<blockquote>
+<p><strong>5: Åndsverk og patenter: tilbake til start</strong></p>
+
+<table border="1">
+<tr><th>forslag:</th><td>14 års opphavsrett og ingen
+programvarepatenter</td></tr>
+
+<tr><th>grunn:</th><td>Den første loven om opphavsrett spesifiserte 14
+års vernetid. Senere har mediabransjens lobbyister stadig presset
+loven mot lengre vern, nå er det 70 år etter forfatters død. Dette
+gjør at mange verk glemmes og går tapt, noe som er skadelig for norsk
+språk og kultur. Vi til tilbake til start: 14 års
+vernetid. Patentloven sier klart at dataprogrammer ikke kan
+patenteres. Likevel klarer patentadvokater å lure gjennom
+programvarepatenter. Slike patenter gjør dingsene våre dyrere og kan i
+enkelte tilfelle stoppe dem helt.</th></tr>
+</table>
 </blockquote>
 
-<p>Ikke nok med det, men må akseptere at det er USAs lov som skal
-regulere bruken, og dermed akseptere å miste norsk forbruker- og
-personvernlovgiving (hvilket så vidt jeg vet ikke kan gjøres i
-Norge).</p>
+<p>Den opprinnelige opphavsretten var på 14 år totalt, ikke 14 år
+etter opphavspersonens død.  Jeg tenkte først dette kanskje var
+feilsitering fra Aftenposten, men jeg finner samme påstand i en <a
+href="http://piratpartietnorge.org/om-gramo-og-piratpolitikken/">bloggpost
+fra Geir Aaslid</a> på Piratpartietes offisielle nettsider.  Der
+skriver han følgende:</p>
 
 <blockquote>
-«Gjennom å godta disse vilkår for bruk samtykker du i at tolkingen og
-håndhevelsen av denne voldgiftsavtalen er underlagt den føderale
-voldgiftsloven i USA, U.S. Federal Arbitration Act, og at både du og
-Netflix frasier dere retten til en juryprosess eller deltakelse i
-gruppesøksmål. Denne voldgiftsbetingelsen gjelder selv etter at denne
-avtalen er oppsagt og Netflix-medlemskapet ditt har opphørt.»
+Hva vi gjør med opphavsretten er mer komplisert fordi den omfavner så
+mange bransjer, med ulike behov. Enhver reform er en forbedring men
+det er nærliggende å anta at en opphavsrett på levetid + 14 år er
+fullt ut tilfredstillende for musikk, film, litteratur og spill.
 </blockquote>
 
-<p>En må altså si ja til å frasi seg de vanlige forbrukerrettighetene
-i Norge for å bruke Netflix.  Vilkårene til Netflix vil neppe stå seg
-i norsk rett, men det er usedvanlig frekt å bare foreslå det, da de
-aller fleste som leser dem vil anta at vilkårene gjelder med mindre de
-er svært godt kjent med norsk forbrukerrett.  Skal en frasi seg
-muligheten til å hevde sin rett hvis Netflix lekker personopplysninger
-(USAs lovgiving er svært mangelfull i forhold til den norske
-personvernlovgivingen) eller leverer en tjeneste som ikke holder mål?
-Nei takk.  Med slike bruksvilkår takker jeg høflig nei til tilbudet,
-og de får ikke meg som kunde før de har en helt annen tilnærming mot
-sine kunder.</p>
-
-<p>Oppdatering 2012-10-18: Både
-<a href="http://www.aftenposten.no/digital/Netflix-krever-at-du-sier-fra-deg-norske-forbrukerrettigheter-7021182.html">Aftenposten</a>,
-<a href="http://nrk.no/helse-forbruk-og-livsstil/1.8362951">NRK</a> og
-<a href="http://www.teknofil.no/artikler/forbrukerradet-slakter-netflix/113679">Teknofil</a>
-har snappet opp saken (dog nevner ikke NRK kilde, så de kan jo ha
-oppdaget det selv).  Veldig bra at flere blir oppmerksom på slike
-ting.  «- Helt hinsides, mener Forbrukerrådet om Netflix'
-brukervilkår», siterer Aftenposten.  Og 
-<a href="http://www.aftenposten.no/nyheter/Forbrukerombudet-vil-granske-TV-markedet-7021465.html">Aftenposten</a>
-melder videre at Forbrukerrådet vil granske TV-bransjen med bakgrunn i
-dette.</p>
+<p>Det virker dermed på meg som om Piratpartiet allerede har gjort
+retrett fra sin beundringsverdige holdning om at det holdt med 14 års
+total vernetid, til sin nye som tar utgangspunkt i levetiden til
+opphavspersonen.  Jeg håper det baserer seg på en misforståelse hos
+piratlederen som blir korrigert tilbake til 14 års total vernetid før
+partiet stiller til valg.</p>
+
+<p>Hvis du lurer på hvilke problemer lang vernetid bringer med seg,
+anbefaler jeg å lese boken <a href="http://free-culture.cc/">Free
+Culture</a> av Lawrence Lessig.  Jeg og en liten gruppe andre er igang
+med å
+<a href="https://github.com/petterreinholdtsen/free-culture-lessig">oversette
+boken til bokmål</a> og tar gjerne imot hjelp med oversettelse og
+korrekturlesing.</p>
+
+<p><strong>Oppdatering 2012-12-20</strong>: Oppdaget at
+<a href="http://piratpartietnorge.org/om-gramo-og-piratpolitikken/">bloggposten
+til Geir Aaslid</a> er endret siden i går, og nå inneholder følgende
+avsnitt i stedet for det jeg siterte over:</p>
+
+<blockquote>
+Hva vi gjør med opphavsretten er mer komplisert fordi den omfavner så
+mange bransjer, med ulike behov. Enhver reform er en forbedring men
+det er nærliggende å anta at en opphavsrett lik levetiden, evt + 14 år
+er fullt ut tilfredstillende for mange skapere av musikk, film,
+litteratur og spill. Det er for det meste de store forlagene som er
+imot enhver reform.
+</blockquote>
+
+<p>I tillegg har det dukket opp en setning nederst "Dette dokumentet
+er et utkast til svar på et angrep på Piratpartiet fra Gramo. Det
+endrer seg derfor over tid og den endelige versjonen er det som blir
+publisert på Hardware.no", som tyder på at originalformuleringen ikke
+var veloverveid og sitatet i Aftenposten kanskje var basert på en
+misforståelse.</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/opphavsrett">opphavsrett</a>, <a href="http://people.skolelinux.org/pere/blog/tags/personvern">personvern</a>, <a href="http://people.skolelinux.org/pere/blog/tags/video">video</a>, <a href="http://people.skolelinux.org/pere/blog/tags/web">web</a>. 
+        Tags: <a href="http://people.skolelinux.org/pere/blog/tags/freeculture">freeculture</a>, <a href="http://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="http://people.skolelinux.org/pere/blog/tags/opphavsrett">opphavsrett</a>. 
         
         
       </div>
@@ -503,172 +506,103 @@ dette.</p>
     <div class="padding"></div>
     
     <div class="entry">
-      <div class="title"><a href="http://people.skolelinux.org/pere/blog/Alternativindustrien_og_NRKs_Folkeopplysningen___debatten_s__langt.html">Alternativindustrien og NRKs Folkeopplysningen - debatten så langt</a></div>
-      <div class="date">16th October 2012</div>
-      <div class="body"><p>NRKs program
-<a href="http://www.nrk.no/programmer/sider/folkeopplysningen/">Folkeopplysningen</a>
-har tatt en vitenskapelig titt på alternativindustrien, og dette har
-skapt debatt.  Merkelig nok liten debatt om hva alternativindustiren
-driver med, og mer debatt om hva NRKs program driver med, men slik er
-det vel i et land som flyter av melk og honning.  Jeg har lest
-artikler og innlegg relatert til programmene med interesse, og har
-forsøkt å samle alle debattinnleggene her.</p>
-
-<ul>
-
-<li>
-2012-10-25
-<a href="http://morgenbladet.no/debatt/2012/hvem_bor_i_tomannsboliger">Hvem bor i tomannsboliger?</a> - morgenbladet.no
-
-<li>2012-10-18
-<a href="http://morgenbladet.no/debatt/2012/postmodernisme">Postmodernisme?</a> - morgenbladet.no</li>
-
-<li>2012-10-16
-<a href="http://fritanke.no/index.php?page=vis_nyhet&NyhetID=8936">Sukkerpiller
-og silkehansker</a> - fritanke.no</li>
-
-<li>2012-10-15
-<a href="http://www.aftenbladet.no/meninger/Vitenskapelig-mobbing-3049983.html">«Vitenskapelig»
-mobbing</a> - aftenbladet.no</li>
-
-<li>2012-10-14
-<a href="http://www.aftenposten.no/meninger/kronikker/Alternativt-pa-alvor-7016267.html">Alternativt på alvor</a> - aftenposten.no</li>
+      <div class="title"><a href="http://people.skolelinux.org/pere/blog/Ledger___double_entry_accounting_using_text_based_storage_format.html">Ledger - double-entry accounting using text based storage format</a></div>
+      <div class="date">18th December 2012</div>
+      <div class="body"><p>A few days ago I came across
+<a href="http://joeyh.name/blog/entry/hledger/">a blog post from Joey
+Hess</a> describing <a href="http://ledger-cli.org/">ledger</a> and
+hledger, a text based system for double-entry accounting.  I found it
+interesting, as I am involved with several organizations where
+accounting is an issue, and I have not really become too friendly with
+the different web based systems we use.  I find it hard to find what I
+look for in the menus and even harder try to get sensible data out of
+the systems.  Ledger seem different.  The accounting data is kept in
+text files that can be stored in a version control system, and there
+
+are at least <a href="https://github.com/ledger/ledger/wiki/Ports">five
+different implementations</a> able to read the format.  An example
+entry look like this, and is simple enough that it will be trivial to
+generate entries based on CVS files fetched from the bank:</p>
 
-<li>2012-10-12
-<a href="http://www.dagbladet.no/2012/10/12/kultur/debatt/debattinnlegg/vitenskap/folkeopplysningen/23839180/">Folkeopplysningen
-gjør ting de bør</a> - dagbladet.no</li>
-
-<li>2012-10-12
-<a href="http://morgenbladet.no/debatt/2012/resirkulert_vitenskapsrelativisme">Resirkulert
-vitenskapsrelativisme</a> - morgenbladet.no</li>
-
-<li>2012-10-12
-<a href="http://www.verdidebatt.no/debatt/cat1/subcat8/thread321612/">«Vitenskaplig»
-mobbing av alternativ medisin</a> - verdidebatt.no</li>
-
-<li>2012-10-12
-<a href="http://skepsis.no/blog/?p=8178">«One may throw sand in the
-bull’s eyes». Retoriske strategier og «Folkeopplysningen»</a> -
-skepsis.no blogg</li>
-
-<li>2012-10-12
-<a href="http://morgenbladet.no/debatt/2012/kvakksalveriets_apologet">Kvakksalveriets apologet</a> - morgenbladet.no</li>
-
-<li>2012-10-09
-<a href="http://www.nordlys.no/kultur/article6277180.ece">- Vår bransje
-trenger å kvalitetssikres</a> - nordlys.no</li>
-
-<li>2012-10-09
-<a href="http://www.oa.no/lesernes_oa/leserbrev/article6276725.ece">Rett
-og slett et pinlig program</a> - oa.no</li>
-
-<li>2012-10-06
-<a href="http://www.rb.no/lokale_nyheter/article6271250.ece">Raser mot
-NRK-program</a> - rb.no</li>
-
-<li>2012-10-05
-<a href="http://morgenbladet.no/debatt/2012/den_nye_entydigheten">Den
-nye entydigheten</a> - morgenbladet.no</li>
-
-<li>2012-10-05
-<a href="http://www.dagbladet.no/2012/10/05/kultur/debatt/debattinnlegg/tv/folkeopplysningen/23731242/">Folkeopplysning
-eller heksejakt?</a> - dagbladet.no</li>
-
-<li>2012-10-04
-<a href="http://www.aftenposten.no/nyheter/iriks/NRK-programleder---Vi-har-ikke-provd-a-drite-ut-noen-7008656.html">NRK-programleder:
-- Vi har ikke prøvd å drite ut noen</a> - aftenposten.no</li>
-
-<li>2012-10-04
-<a href="http://www.aftenposten.no/meninger/Ondskapsfull-harselas-7008319.html">Ondskapsfull
-harselas</a> - aftenposten.no</li>
-
-<li>2012-10-03
-<a href="http://www.dagbladet.no/2012/10/03/kultur/debatt/kronikk/tv/folkeopplysning/23702976/">Andreas
-Wahl gjør ting han ikke kan</a> - dagbladet.no</li>
-
-<li>2012-10-01
-<a href="http://www.nrk.no/ytring/unnga-skyttergravskrig-1.8338317">Unngå
-skyttergravskrig</a> - nrk.no</li>
-
-<li>2012-09-29
-<a href="http://www.aftenposten.no/meninger/kronikker/Et-skeptisk-forsvar-for-det-alternative-7004309.html">Et
-skeptisk forsvar for det alternative</a> - aftenposten.no</li>
-
-<li>2012-09-27
-<a href="http://morgenbladet.no/ideer/2012/ekte_placebo">Ekte placebo</a> - morgenbladet.no</li>
-
-<li>2012-09-27
-<a href="http://www.nrk.no/ytring/folkeopplysningens-feilgrep-1.8337842">Folkeopplysning
-med galt utgangspunkt</a> - nrk.no</li>
-
-<li>2012-09-27
-<a href="http://tjomlid.com/2012/09/27/folkeopplysningen-akupunkturforeningen-pynter-pa-sannheten/">Folkeopplysningen:
-Akupunkturforeningen pynter på sannheten</a> - tjomlid.com blogg</li>
-
-<li>2012-09-26
-<a href="http://skepsis.no/blog/?p=8168">Avklaring om Skepsis og
-«Folkeopplysningen»</a> - skepsis.no blogg</li>
-
-<li>2012-09-24
-<a href="http://fritanke.no/index.php?page=vis_nyhet&NyhetID=8919">Klager
-Folkeopplysningen inn for PFU</a> - fritanke.no</li>
-
-<li>2012-09-24
-<a href="http://www.nrk.no/ytring/homeopati-er-kommet-for-a-bli-1.8333981">Homeopati
-er kommet for å bli</a> - nrk.no</li>
-
-<li>2012-09-24
-<a href="http://www.nrk.no/kultur-og-underholdning/1.8330793">Homeopater
-ble advart mot Folkeopplysningen</a> - nrk.no</li>
-
-<li>2012-09-22
-<a href="http://tjomlid.com/2012/09/22/folkeopplysningen-alt-du-trenger-a-vite-om-homeopati/">Folkeopplysningen:
-Alt du trenger å vite om homeopati!</a> - tjomlid.com blogg</li>
-
-<li>2012-09-22
-<a href="http://www.aftenbladet.no/meninger/kommentar/Om-tolkning-og-tullball-3034026.html">Alternativbransjen:
-Om tolkning og tullball</a> - aftenbladet.no</li>
-
-<li>2012-09-21
-<a href="http://www.aftenbladet.no/nyheter/lokalt/stavanger/Mange-liker-a-bli-lurt-3034048.html">Mange liker å bli lurt?</a> - aftenbladet.no</li>
-
-<li>2012-09-17
-<a href="http://www.nrk.no/ytring/folkeopplysning-som-ironi-1.8324854">Folkeopplysning
-som ironi</a> - nrk.no</li>
-
-<li>2012-09-11
-<a href="http://www.dagbladet.no/2012/09/11/kultur/helse/debatt/alternativ_medisin/alternativ_behandling/23352599/">Bortskjemt
-på helse</a> - dagbladet.no</li>
-
-<li>2012-09-06
-<a href="http://www.fysio.no/AKTUELT/Nyheter/Fysioterapi-omfatter-ikke-alternativ-behandling">Fysioterapi omfatter ikke alternativ behandling</a> - fysio.no</li>
-
-<li>2012-09-03
-<a href="http://www.nrk.no/ytring/_det-blir-verre-for-det-blir-bedre_-1.8303843">«Det
-blir verre før det blir bedre»</a> - nrk.no</li>
-
-</ul>
-
-<p>Jeg har forsøkt å begrense meg til kronikker og leserinnlegg, men
-endel artikler og bloggposter klarte jeg ikke la være å ta med.  Vet
-du om noen flere, ta kontakt, så skal jeg oppdatere listen.</p>
+<blockquote><pre>
+2004-05-27 Book Store
+      Expenses:Books                 $20.00
+      Liabilities:Visa
+</pre></blockquote>
 
-<p>Jeg er en stor takk skylding til
-<a href="http://mylder.no/?drill=folkeopplysningen">Mylder</a> og
-<a href="https://twitter.com/i/#!/search/realtime/folkeopplysningen">Twitter</a>
-for å ha hjulpet meg å følge debatten.</p>
+<p>The concept seemed interesting enough for me to check it out and
+look for others using it.  I found blog posts from
+<a href="http://blog.spang.cc/posts/hledger_rocks_my_world/">Christine
+Spang</a>,
+<a href="http://bugsplat.info/2010-05-23-keeping-finances-with-ledger.html">Pete
+Keen</a>,
+<a href="http://blog.andrewcantino.com/blog/2010/11/06/command-line-accounting-with-ledger-and-reckon/">Andrew
+Cantino</a> and
+<a href="http://blog.iphoting.com/blog/2012/11/29/command-line-double-entry-accounting/">Ronald
+Ip</a> describing how they use it, as well as a post from
+<a href="https://groups.google.com/forum/?fromgroups=#!topic/ledger-cli/r0oWjwbQ9Bo">Bradley
+M. Kuhn</a> at the Software Freedom Conservancy.  All seemed like good
+recommendations fitting my need.</p>
+
+<p>The <a href="http://packages.qa.debian.org/l/ledger.html">ledger</a>
+package is available in Debian Squeeze, while the
+<a href="http://packages.qa.debian.org/h/haskell-hledger.html">hledger</a>
+package only is available in Debian Sid.  As I use Squeeze, ledger
+seemed the best choice to get started.</p>
+
+<p>To get some real data to test on, I wrote a
+<a href="http://www.nuug.no/tools/lodo2ledger">web scraper</a> for
+<a href="http://www.lodo.no/">LODO</a>, the accounting system used by
+the <a href="http://www.nuug.no/">NUUG</a> association, and started to
+play with the data set.  I'm not really deeply into accounting, but I
+am able to get a simple balance and accounting status for example
+using the "<tt>ledger balance</tt>" command.  But I will have to
+gather more experience before I know if the ledger way is a good fit
+for the organisations I am involved in.</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/nuug">nuug</a>. 
+        
+        
+      </div>
+    </div>
+    <div class="padding"></div>
+    
+    <div class="entry">
+      <div class="title"><a href="http://people.skolelinux.org/pere/blog/61_kommuner_lenker_n__til_FiksGataMi_fra_sine_nettsider.html">61 kommuner lenker nå til FiksGataMi fra sine nettsider</a></div>
+      <div class="date">11th December 2012</div>
+      <div class="body"><p>For noen dager siden omfavnet nok en kommune NUUGs
+<a href="http://www.fiksgatami.no/">FiksGataMi</a>.  Med 61 kommuner
+som lenker til FiksGataMi fra sine hjemmesider er «markedsandelen» 14%
+(av 429 kommuner).  Siden
+<a href="http://people.skolelinux.org/pere/blog/59_kommuner_omfavner_n__FiksGataMi.html">siste
+oppdatering i november</a> har kommunene Re og Vågsøy kommet til og
+slår følge med kommunene Askim, Askøy, Audnedal, Aure, Balestrand,
+Bærum, Eide, Farsund, Flekkefjord, Folldal, Gran, Grue, Hadsel,
+Halden, Halsa, Hamar, Hobøl, Holtålen, Hægebostad, Høyanger,
+Kongsberg, Kristiansund, Kvinesdal, Kviteseid, Levanger, Lindesnes,
+Luster, Lyngdal, Løten, Mandal, Marnardal, Moss, Namsos, Nissedal,
+Nordreisa, Randaberg, Rindal, Sel, Sirdal, Skiptvet, Sortland,
+Spydeberg, Stange, Stjørdal, Stord, Søgne, Sør-Odal, Tolga, Trysil,
+Tynset, Tysvær, Ullensvang Herad, Utsira, Vennesla, Verdal, Vågan,
+Vågå, Våler og Åseral.  Oppdatert liste er tilgjengelig fra
+<a href="http://wiki.nuug.no/grupper/fiksgatami/positivemottakere">NUUGs
+wiki</a>.  Kartet er dog ikke oppdatert med de siste kommunene.</p>
 
-<p>Bonuslenke til deg som lurer på om det er så farlig med alternativ
-behandling.  Sjekk «<a href="http://whatstheharm.net/">What's the
-harm</a>» for informasjon om hva som kan gå galt.</a>
+<p>Kanskje du bør høre med din kommune om de vil bli mer aktive
+brukere av FiksGataMi?  Se
+<a href="http://people.skolelinux.org/pere/blog/40_kommuner_lenker_n__til_FiksGataMi_fra_sine_nettsider___gj_r_din_.html">en
+tidligere bloggpost</a> med tips om hvordan det kan gjøres.</p>
 
-<p>Oppdatering 2012-10-30: Lagt inn to nye debattinnlegg publisert
-etter 2012-10-16.</p>
+<p>I snitt rapporteres det nå via FiksGataMi ca. 60 meldinger fra
+innbyggerne i uka om feil på offentlig infrastruktur.</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/skepsis">skepsis</a>, <a href="http://people.skolelinux.org/pere/blog/tags/vitenskap">vitenskap</a>. 
+        Tags: <a href="http://people.skolelinux.org/pere/blog/tags/fiksgatami">fiksgatami</a>, <a href="http://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>. 
         
         
       </div>
@@ -676,31 +610,53 @@ etter 2012-10-16.</p>
     <div class="padding"></div>
     
     <div class="entry">
-      <div class="title"><a href="http://people.skolelinux.org/pere/blog/Version2__Danske_kommuner_leie_av_Microsofts_lisenspoliti.html">Version2: Danske kommuner leie av Microsofts lisenspoliti</a></div>
-      <div class="date">15th October 2012</div>
-      <div class="body"><p>Ett oppslag i danske versjon2.dk med tittelen 
-"<a href="http://www.version2.dk/artikel/kommuner-traette-af-microsofts-licens-politi-koster-skatteborgerne-millioner-til-advokater">Kommuner
-trætte af Microsofts licens-politi: Koster skatteborgerne millioner
-til advokater</a>" forteller at</p>
-
-<p><blockquote>
-Det kan være en hård kamp, hvis man får besøg af Microsofts
-licens-politi fra KPMG. Flere kommuner har brugt halve og hele år og
-mange skattepenge på de juridiske slagsmål.
-</blockquote></p>
-
-<p>Mon tro hvordan de norske kommunene og andre offentlige etater
-opplever dette?  I følge NRK måtte
-<a href="http://nrk.no/nyheter/distrikt/nordland/1.6356880">Helse Nord
-i 2008 betale 40 millioner ekstra etter lisensrevisjon</a>.  Det har
-også vært andre historier, uten at jeg rakk spore opp referanser i
-kveld.  Her tror jeg det er mang en interessant historie å
-fortelle.</p>
+      <div class="title"><a href="http://people.skolelinux.org/pere/blog/Scripting_the_Cerebrum_bofhd_user_administration_system_using_XML_RPC.html">Scripting the Cerebrum/bofhd user administration system using XML-RPC</a></div>
+      <div class="date"> 6th December 2012</div>
+      <div class="body"><p>Where I work at the <a href="http://www.uio.no/">University of
+Oslo</a>, we use the
+<a href="http://sourceforge.net/projects/cerebrum/">Cerebrum user
+administration system</a> to maintain users, groups, DNS, DHCP, etc.
+I've known since the system was written that the server is providing
+an <a href="http://en.wikipedia.org/wiki/XML-RPC">XML-RPC</a> API, but
+I have never spent time to try to figure out how to use it, as we
+always use the bofh command line client at work.  Until today.  I want
+to script the updating of DNS and DHCP to make it easier to set up
+virtual machines.  Here are a few notes on how to use it with
+Python.</p>
+
+<p>I started by looking at the source of the Java
+<a href="http://cerebrum.svn.sourceforge.net/viewvc/cerebrum/trunk/cerebrum/clients/jbofh/">bofh
+client</a>, to figure out how it connected to the API server.  I also
+googled for python examples on how to use XML-RPC, and found
+<a href="http://tldp.org/HOWTO/XML-RPC-HOWTO/xmlrpc-howto-python.html">a
+simple example in</a> the XML-RPC howto.</p>
+
+<p>This simple example code show how to connect, get the list of
+commands (as a JSON dump), and how to get the information about the
+user currently logged in:</p>
+
+<blockquote><pre>
+#!/usr/bin/env python
+import getpass
+import xmlrpclib
+server_url = 'https://cerebrum-uio.uio.no:8000';
+username = getpass.getuser()
+password = getpass.getpass()
+server = xmlrpclib.Server(server_url);
+#print server.get_commands(sessionid)
+sessionid = server.login(username, password)
+print server.run_command(sessionid, "user_info", username)
+result = server.logout(sessionid)
+print result
+</pre></blockquote>
+
+<p>Armed with this knowledge I can now move forward and script the DNS
+and DHCP updates I wanted to do.</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/offentlig innsyn">offentlig innsyn</a>. 
+        Tags: <a href="http://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="http://people.skolelinux.org/pere/blog/tags/sysadmin">sysadmin</a>. 
         
         
       </div>
@@ -715,6 +671,13 @@ fortelle.</p>
 <h2>Archive</h2>
 <ul>
 
+<li>2013
+<ul>
+
+<li><a href="http://people.skolelinux.org/pere/blog/archive/2013/01/">January (3)</a></li>
+
+</ul></li>
+
 <li>2012
 <ul>
 
@@ -738,7 +701,9 @@ fortelle.</p>
 
 <li><a href="http://people.skolelinux.org/pere/blog/archive/2012/10/">October (17)</a></li>
 
-<li><a href="http://people.skolelinux.org/pere/blog/archive/2012/11/">November (3)</a></li>
+<li><a href="http://people.skolelinux.org/pere/blog/archive/2012/11/">November (10)</a></li>
+
+<li><a href="http://people.skolelinux.org/pere/blog/archive/2012/12/">December (7)</a></li>
 
 </ul></li>
 
@@ -851,15 +816,17 @@ fortelle.</p>
 
  <li><a href="http://people.skolelinux.org/pere/blog/tags/aros">aros (1)</a></li>
 
- <li><a href="http://people.skolelinux.org/pere/blog/tags/bitcoin">bitcoin (3)</a></li>
+ <li><a href="http://people.skolelinux.org/pere/blog/tags/bankid">bankid (4)</a></li>
+
+ <li><a href="http://people.skolelinux.org/pere/blog/tags/bitcoin">bitcoin (5)</a></li>
 
  <li><a href="http://people.skolelinux.org/pere/blog/tags/bootsystem">bootsystem (12)</a></li>
 
  <li><a href="http://people.skolelinux.org/pere/blog/tags/bsa">bsa (2)</a></li>
 
- <li><a href="http://people.skolelinux.org/pere/blog/tags/debian">debian (57)</a></li>
+ <li><a href="http://people.skolelinux.org/pere/blog/tags/debian">debian (61)</a></li>
 
- <li><a href="http://people.skolelinux.org/pere/blog/tags/debian edu">debian edu (115)</a></li>
+ <li><a href="http://people.skolelinux.org/pere/blog/tags/debian edu">debian edu (118)</a></li>
 
  <li><a href="http://people.skolelinux.org/pere/blog/tags/digistan">digistan (9)</a></li>
 
@@ -867,39 +834,39 @@ fortelle.</p>
 
  <li><a href="http://people.skolelinux.org/pere/blog/tags/drivstoffpriser">drivstoffpriser (4)</a></li>
 
- <li><a href="http://people.skolelinux.org/pere/blog/tags/english">english (158)</a></li>
+ <li><a href="http://people.skolelinux.org/pere/blog/tags/english">english (167)</a></li>
 
- <li><a href="http://people.skolelinux.org/pere/blog/tags/fiksgatami">fiksgatami (20)</a></li>
+ <li><a href="http://people.skolelinux.org/pere/blog/tags/fiksgatami">fiksgatami (21)</a></li>
 
  <li><a href="http://people.skolelinux.org/pere/blog/tags/fildeling">fildeling (12)</a></li>
 
- <li><a href="http://people.skolelinux.org/pere/blog/tags/freeculture">freeculture (8)</a></li>
+ <li><a href="http://people.skolelinux.org/pere/blog/tags/freeculture">freeculture (10)</a></li>
 
  <li><a href="http://people.skolelinux.org/pere/blog/tags/frikanalen">frikanalen (9)</a></li>
 
- <li><a href="http://people.skolelinux.org/pere/blog/tags/intervju">intervju (31)</a></li>
+ <li><a href="http://people.skolelinux.org/pere/blog/tags/intervju">intervju (32)</a></li>
 
  <li><a href="http://people.skolelinux.org/pere/blog/tags/kart">kart (17)</a></li>
 
  <li><a href="http://people.skolelinux.org/pere/blog/tags/ldap">ldap (8)</a></li>
 
- <li><a href="http://people.skolelinux.org/pere/blog/tags/lenker">lenker (4)</a></li>
+ <li><a href="http://people.skolelinux.org/pere/blog/tags/lenker">lenker (6)</a></li>
 
  <li><a href="http://people.skolelinux.org/pere/blog/tags/ltsp">ltsp (1)</a></li>
 
  <li><a href="http://people.skolelinux.org/pere/blog/tags/multimedia">multimedia (25)</a></li>
 
- <li><a href="http://people.skolelinux.org/pere/blog/tags/norsk">norsk (211)</a></li>
+ <li><a href="http://people.skolelinux.org/pere/blog/tags/norsk">norsk (219)</a></li>
 
- <li><a href="http://people.skolelinux.org/pere/blog/tags/nuug">nuug (147)</a></li>
+ <li><a href="http://people.skolelinux.org/pere/blog/tags/nuug">nuug (148)</a></li>
 
  <li><a href="http://people.skolelinux.org/pere/blog/tags/offentlig innsyn">offentlig innsyn (6)</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/opphavsrett">opphavsrett (37)</a></li>
+ <li><a href="http://people.skolelinux.org/pere/blog/tags/opphavsrett">opphavsrett (41)</a></li>
 
- <li><a href="http://people.skolelinux.org/pere/blog/tags/personvern">personvern (55)</a></li>
+ <li><a href="http://people.skolelinux.org/pere/blog/tags/personvern">personvern (61)</a></li>
 
  <li><a href="http://people.skolelinux.org/pere/blog/tags/raid">raid (1)</a></li>
 
@@ -907,7 +874,7 @@ fortelle.</p>
 
  <li><a href="http://people.skolelinux.org/pere/blog/tags/rfid">rfid (2)</a></li>
 
- <li><a href="http://people.skolelinux.org/pere/blog/tags/robot">robot (4)</a></li>
+ <li><a href="http://people.skolelinux.org/pere/blog/tags/robot">robot (5)</a></li>
 
  <li><a href="http://people.skolelinux.org/pere/blog/tags/rss">rss (1)</a></li>
 
@@ -915,7 +882,7 @@ fortelle.</p>
 
  <li><a href="http://people.skolelinux.org/pere/blog/tags/scraperwiki">scraperwiki (2)</a></li>
 
- <li><a href="http://people.skolelinux.org/pere/blog/tags/sikkerhet">sikkerhet (25)</a></li>
+ <li><a href="http://people.skolelinux.org/pere/blog/tags/sikkerhet">sikkerhet (28)</a></li>
 
  <li><a href="http://people.skolelinux.org/pere/blog/tags/sitesummary">sitesummary (4)</a></li>
 
@@ -927,7 +894,9 @@ fortelle.</p>
 
  <li><a href="http://people.skolelinux.org/pere/blog/tags/stortinget">stortinget (5)</a></li>
 
- <li><a href="http://people.skolelinux.org/pere/blog/tags/surveillance">surveillance (11)</a></li>
+ <li><a href="http://people.skolelinux.org/pere/blog/tags/surveillance">surveillance (12)</a></li>
+
+ <li><a href="http://people.skolelinux.org/pere/blog/tags/sysadmin">sysadmin (1)</a></li>
 
  <li><a href="http://people.skolelinux.org/pere/blog/tags/valg">valg (7)</a></li>