Here in Norway, electronic invoices are spreading, and the
-solution promoted
-by the Norwegian government 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
-"electronic" 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
-the vCard format, as
-it too is supported by a lot of computer equipment these days.
-
-
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
-ask
-for donations to the Debian Edu project and thus have bank account
-information publicly available) for NOK 1000.00 could have these extra
-fields:
-
-
-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
-
-
-
The X-BANK-ACCOUNT-NUMBER field was proposed in a stackoverflow
-answer regarding
-how
-to put bank account information into a vCard. 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.
-
-
The complete vCard could look like this:
-
-
-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
-
-
-
The resulting QR code created using
-qrencode would look
-like this, and should be readable (and thus checkable) by any smart
-phone, or for example the zbar
-bar code reader and feed right into the approval and accounting
-system.
-
-
-
-
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.
-
-
Update 2013-02-12 11:30: Added KID to the proposal
-based on Feedback from Sturle Sunde.
Today the Isenkram
+package finally made it into the archive, after lingering in NEW
+for many months. I uploaded it to the Debian experimental suite
+2013-01-27, and today it was accepted into the archive.
+
+
Isenkram is a system for suggesting to users what packages to
+install to work with a pluggable hardware device. The suggestion pop
+up when the device is plugged in. For example if a Lego Mindstorm NXT
+is inserted, it will suggest to install the program needed to program
+the NXT controller. Give it a go, and report bugs and suggestions to
+BTS. :)
For noen dager siden nevnte jeg at vi jobbet med å typesette en
+novelle med DocBook. I dag ble
+utgivelsen annonsert med følgende pressemelding fra Elektronisk
+Forpost Norge), som jeg gjengir i sin helhet:
"Riktignok er det ikke påbudt å ha mobil," sier Thomas Gramstad,
+leder i EFN. "Men vi holder på å lage et samfunn der det blir så
+upraktisk eller tungvint å ikke ha det, at man i praksis ikke slipper
+unna. Og disse lillebrødrene sladrer hele tiden til staten (og til
+mange andre) om hvor vi er, hva vi gjør, hva vi bryr oss om, hva vi
+liker..."
EFN oppfordrer andre forfattere om å gi ut sine gamle tekster med
+en fribrukslisens, slik at tekstene ikke blir glemt og for å stimulere
+lovlig deling på nettet. EFN kan være behjelpelig med digitalisering
+og utlegging på nett, i den grad det finnes kapasitet blant EFNs
+medlemmer til dette. Vi mener at nyutgivelser av tekster under frie
+lisenser kan øke interessen rundt forfatterskapet, og vil gjerne bidra
+til dette.
+
+
EFN utgir og deler med dette en novelle fra den digitale
+informasjonsteknologiens tidligste barndom. En novelle som fortsatt er
+full av vitalitet og aktualitet, og som derfor kan bidra til, og gi
+ettertanke i dagens debatter om IT, personvern, overvåkning og
+individets frihet og integritet.
i flere forskjellige formater, for ulike plattformer. Per idag
+finnes novellen i disse formatene: EPUB, MOBI, XML, HTML, PDF og
+txt. Det kan bli flere formater senere, og evt. frivillige
+bidragsytere til dette er velkommen.
+
+
Kontaktperson for denne pressemeldingen,
+
+
Thomas Gramstad
+ thomas@efn.no
+ 4817 6875
+
+
+
+
EFN arbeider for dine borgerrettigheter i IT-samfunnet, for
+nettverks- og delingskultur, personvern og frihet fra overvåkning,
+åpne standarder, brukerstyrt programvare, retten til å kopiere, og
+styrking av det digitale sivilsamfunnet m.m.
+ www.efn.no
+
+
+
+
Jeg håper flere forfattere ser verdien av å gjøre kulturen
+tilgjengelig for flere, og slår følge med Hr. Bringsværd i å gi ut
+sine verker med bruksvilkår med færre bruksbegrensinger enn
+opphavsretten legger opp til. Selv om jeg gjerne skulle sett at han
+hadde brukt en Creative Commons-lisens som tillot avledede verker og
+kommersiell bruk.
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.
-
-
But yesterday I came up with a method to solve this problem. It
-involve home automation. A few years ago I bought a
-Tellstick and RF
-switches at the local Clas
-Ohlson 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
-Tellstick
-Net 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
-firmware
-with local access 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.
-
-
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
-"morning light" 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.
-
-
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.
Would you like to help the environment and save money at the same
+time, without much sacrifice? A small step could be to change the
+font you use when printing.
+
+
Three years ago,
+Ars
+Technica reported how the University of Wisconsin-Green Bay
+changed their default front from
+Arial to
+Century
+Gothic to save money. The Century Gothic font uses 30% less toner
+than Arial to print the same text. In other word, you could cut your
+toner costs by 30% (or actually, increase your toner supply life time
+by more than 30%), by simply changing the default font used in your
+prints.
+
+
But it is not quite obvious how much one will safe by switching.
+The University of Wisconsin-Green Bay said it used $100,000 per year
+on ink and toner cartridges, according to
+a report from
+TwinCities.com, and expected to save between $5,000 and $10,000
+per year by asking staff and students to use a different font. Not
+all PDFs and documents are created internally, and those from external
+sources will most likely still use a different font. Also, the
+Century Gothic font is slightly wider than Arial, and thus might use
+more sheets of paper to print the same text, so the total saving
+depend on the documents printed.
+
+
But it is definitely something to consider, if you want to reduce
+the amount of trash, decrease the amount of toner used in the world,
+and save some money in the process.
@@ -277,33 +197,129 @@ can also delay it if we want to.
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.
-
-
Hvis du vil vite hva hver enkelt stortingsrepresentant har stemt i
-stortingsvoteringene om datalagringsdirektivet, så har nettstedet til
-Holder De Ord den (så vidt jeg
-vet) eneste komplette oversikten på sin temaside om
-innføringen
-av datalagringsdirektivet. 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.
As I already had some experience formatting text in my project to
+provide a Norwegian version of the Free Culture book by Lawrence
+Lessig, I chipped in and set up a
+DocBook processing framework to
+generate PDF, HTML and EPUB version of the short story. The tools to
+transform DocBook to different formats are already in my Linux
+distribution of choice, Debian, so
+all I had to do was to use the
+dblatex,
+dbtoepub
+and xmlto tools to do the
+conversion. After a few days, we decided to replace dblatex with
+xsltproc/fop (aka
+docbook-xsl),
+to get the copyright information to show up in the PDF and to get a
+nicer <variablelist> typesetting, but that is just a minor
+technical detail.
+
+
There were a few challenges, of course. We want to typeset the
+short story to look like the original, and that require fairly good
+control over the layout. The original short story have three
+parts/scenes separated by a single horizontally centred star (*), and
+the paragraphs do not contain only flowing text, but dialogs and text
+that started on a new line in the middle of the paragraph.
+
+
I initially solved the first challenge by using a paragraph with a
+single star in it, ie <para>*</para>, but it made sure a
+placeholder indicated where the scene shifted. This did not look too
+good without the centring. The next approach was to create a new
+preprocessor directive <?newscene?>, mapping to "<hr/>"
+for HTML and "<fo:block text-align="center"><fo:leader
+leader-pattern="rule" rule-thickness="0.5pt"/></fo:block>"
+for FO/PDF output (did not try to implement this in dblatex, as we had
+switched at this time). The HTML XSL file looked like this:
Finally, I came across the <bridgehead> tag, which seem to be
+a good fit for the task at hand, and I replaced <?newscene?>
+with <bridgehead>*</bridgehead>. It isn't centred, but we
+can fix it with some XSL rule if the current visual layout isn't
+enough.
+
+
I did not find a good DocBook compliant way to solve the
+linebreak/paragraph challenge, so I ended up creating a new processor
+directive <?linebreak?>, mapping to <br/> in HTML, and
+<fo:block/> in FO/PDF. I suspect there are better ways to do
+this, and welcome ideas and patches on github. The HTML XSL file now
+look like this:
One unsolved challenge is our wish to expose different ISBN numbers
+per publication format, while keeping all of them in some conditional
+structure in the DocBook source. No idea how to do this, so we ended
+up listing all the ISBN numbers next to their format in the colophon
+page.
Jeg ser med gru at Arbeiderpartiet, Høyre og Fremskrittspartiet
-applauderer
-tollvesenets forslag 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.
I
+siste
+høring om
+referansekatalogen
+for IT-standarder i offentlig sektor, med høringsfrist 2012-09-30
+(DIFI-sak 2012/498), ble det foreslått å fjerne ODF som obligatorisk
+standard når en publiserte dokumenter som skulle kunne redigeres
+videre av mottaker. NUUG og andre protesterte på forslaget, som er et
+langt steg tilbake når det gjelder å sikre like rettigheter for alle
+når en kommuniserer med det offentlige. For noen dager siden ble jeg
+oppmerksom på at Direktoratet for forvaltning og IKT (DIFI) og
+Fornyings-,administrasjons- og kirkedepartementet (FAD) har
+konkludert, og oversendt forslag til regjeringen i saken. FADs
+dokument
+2012/2168-8,
+«Utkast til endring av standardiseringsforskriften» datert 2013-02-06
+har følgende triste oppsummering fra høringen i saken:
+
+
+Det kom noen innvendinger på forslaget om å fjerne ODF som
+obligatorisk standard for redigerbare dokumenter. Innvendingene har
+ikke blitt ilagt avgjørende vekt.
+
+
+
Ved å fjerne ODF som obligatorisk format ved publisering av
+redigerbare dokumenter setter en Norge tiår tilbake. Det som vil skje
+er at offentlige etater går tilbake til kun å publisere dokumenter på
+et av de mange formatene til Microsoft Office, og alle som ikke
+aksepterer bruksvilkårene til Microsoft eller ikke har råd til å bruke
+penger på å få tilgang til Microsoft Office må igjen basere seg på
+verktøy fra utviklerne som er avhengig av å reversutvikle disse
+formatene. I og med at ISO-spesifikasjonen for OOXML ikke komplett og
+korrekt spesifiserer formatene til MS Office (men er nyttige å titte i
+når en reversutvikler), er en tilbake til en situasjon der en ikke har
+en
+fri og åpen standard å forholde seg til, men i stedet må springe
+etter Microsoft. Alle andre leverandører enn Microsoft vil dermed ha
+en seriøs ulempe. Det er som å fjerne krav om bruk av meter som
+måleenhet, og heretter aksepterer alle måleenheter som like gyldige,
+når en vet at den mest brukte enheten vil være armlengden til Steve
+Ballmer slik Microsoft måler den.
+
+
Jeg er ikke sikker på om forslaget er vedtatt av regjeringen ennå.
+Kristian Bergem hos DIFI nevnte på et møte forrige tirsdag at han
+trodde det var vedtatt i statsråd 8. mars, men jeg har ikke klart å
+finne en skriftlig kilde på regjeringen.no som bekrefter dette.
+Kanskje det ennå ikke er for sent...
+
+
Jeg ba i forrige uke om innsyn i dokument 6, 7 og 8 i FAD-saken, og
+har i dag fått innsyn i dokument 7 og 8. Ble nektet innsyn i
+dokumentet med tittelen «Oppsummering av høring om endringer i
+forskrift om IT-standarder i offentlig forvaltning» med hjemmel i
+off. lovens §15.1, så det er vanskelig å vite hvordan argumentene fra
+høringen ble mottatt og forstått av saksbehandleren hos DIFI. Lurer
+på hvordan jeg kan klage på at jeg ikke fikk se oppsummeringen. Fikk
+tre PDFer tilsendt fra FAD,
+Endring av underversjon i EHF,
+Bakgrunnsnotat knyttet til versjon av EHF standarden i Forskrift om IT-standarder i offentlig sektor og
+Utkast til endring av standardiseringsforskriften, hvis du vil ta en titt.
My
-last
-bitcoin related blog post mentioned that the new
-bitcoin package 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.
-
-
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 (BTS #672524).
-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.
-
-
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 (BTS
-#696715). So make sure you have enough disk space when you run
-it. :)
-
-
As usual, if you use bitcoin and want to show your support of my
-activities, please send Bitcoin donations to my address
-15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b.
Via
+twitter
+I just discovered that Pcwizz have
+done a video
+review on Youtube of Skolelinux
+/ Debian Edu version 6. He installed the standalone profile and
+the video show a walk-through of of the menu content, demonstration of
+a few programs and his view of our distribution.
+
+
There is also some really nice quotes (transcribed by me, might
+have heard wrong). While looking thought the Graphics menu:
+
+
+"Basically everything you ever need in a school environment."
+
+
+
And as a general evaluation of the entire distribution:
+
+
+"So, yeah, a bit bloated. It kept all the Debian stuff in there, just
+to keep it nice and GNU. So, I do not want to go on about it, but
+lets give it 7 out of 10. I am not going to use it. That is because
+I am not deploying a school network. There may be some mythical
+feature to help you deploy Skolelinux on a school network."
+
+
+
To bad he did not test the server profile, and discovered the PXE
+installation option. It make it possible to install only the main
+server from CD, and the rest of the machines via the net, and might be
+considered the mythical feature he talk about. :)
+
+
While looking through the menus, there is also this funny comment
+about the part of the K menu generated from the Debian menu subsystem:
+
+
+"[The K menu] have a special Debian section for software that no-one
+is going to look at, because it contain lots of junky stuff that you
+actually don't need in the education distribution, but have just been
+included because it isn't stripped out for some reason."
+
+
+
I guess it is yet another argument for merging the Debian menu and
+Gnome/KDE desktop menu entries into
+one
+consistent menu system instead of two incomplete and partly
+inconsistent menu systems.
+
+
The entire video is available below for those accepting iframe
+embedding:
Yesterday, I
-asked
-for testers for my prototype for making Debian better at handling
-pluggable hardware devices, which I
-set
-out to create earlier this month. Several valuable testers showed
-up, and caused me to really want to to open up the development to more
-people. But before I did this, I want to come up with a sensible name
-for this project. Today I finally decided on a new name, and I have
-renamed the project from hw-support-handler to this new name. In the
-process, I moved the source to git and made it available as a
-collab-maint
-repository in Debian. The new name? It is Isenkram.
-To fetch and build the latest version of the source, use
I have not yet adjusted all files to use the new name yet. If you
-want to hack on the source or improve the package, please go ahead.
-But please talk to me first on IRC or via email before you do major
-changes, to make sure we do not step on each others toes. :)
-
-
If you wonder what 'isenkram' is, it is a Norwegian word for iron
-stuff, typically meaning tools, nails, screws, etc. Typical hardware
-stuff, in other words. I've been told it is the Norwegian variant of
-the German word eisenkram, for those that are familiar with that
-word.
-
-
Update 2013-01-26: Added -us -us to build
-instructions, to avoid confusing people with an error from the signing
-process.
-
-
Update 2013-01-27: Switch to HTTP URL for the git
-clone argument to avoid the need for authentication.
Min venn Erik Vold har på vegne av styret i
+Frikanalen sendt ut
+følgende
+epost til alle kanalens medlemmer og støttespillere, i et forsøk
+på å redde kanalen etter at kulturdepartementet kuttet all
+finansiering i fjor høst. Jeg fikk meldingen som
+NUUG-styremedlem, og mener den
+trenger et større publikum. Jeg gjengir den derfor i sin helhet,
+inkludert lenken til budsjett og regnskapsutkast, etter
+avtale
+med Erik.
+
+
+
Til Frikanalens støttespillere
+
+
Frivillighetens TV kanal har med minimal støtte avviklet daglige
+sendinger siden 2009 og til tross for at statsstøtten uteble i år, er
+vi nå i full gang med å utvikle et nytt TV system som foreningen selv
+vil eie. Departementet fikk dessverre ikke med seg at nettet vil
+berike TV sendingen fremfor å gjøre den overflødig. De har nå overlatt
+finansieringen av videre drift til frivilligheten og vi håper derfor
+på deres hjelp til å søke om midler. På kjøpet får dere langt flere
+muligheter til å nå ut med deres budskap og med utbyggingen av Hybrid
+TV (nett på TV) kan vi sammen motbevise departementets påstand.
+
+
Kostnaden med denne utviklingen er svært lav ettersom de fleste
+programmererne jobber gratis og alt er basert på åpen kildekode der
+man deler hverandres bidrag til kringkastingsorienterte systemer. I
+samarbeid med flere europeiske kanaler i EBU (SVT, BBC, NRK, ZDF, ARD,
+France Televisions etc) ønsker vi å bygge opp et nettverk for delt
+support og åpen kildekode der Frikanalen er den eneste sandkassen hvor
+ny teknologi kan testes på luft. Riks TV åpner for annonsering av
+nettinnhold relatert til det du ser på TV (streamevents i HbbTV)
+allerede i sommer. Med støtte fra Media Netwerk som drifter Frikanalen
+samt Sofia Digital som stiller med Hybrid TV server er vi & NRK sikret
+en sentral rolle i utprøvingen. Det vil da bli mulig og streame
+direkte til Riks TV sine nye mottakere (og nye IDTV'er) i HD samt at
+TV'n kan annonsere en link til deres organisasjonssider, med
+oppdaterte nyheter (RSS feeds), relaterte videoer etc., under
+avviklingen av deres innslag.
+
+
Vi tror sendingene på den nye nettstyrte TV-kanalen vil bli rikere enn
+på den kommersielle plattformen vi har vært på så langt. Brukerne vil
+nå få en tettere integrasjon med sosiale medier samt at innholdet
+etterhvert kommer ut på Hybrid TV og mobile enheter. Teknisk ansvarlig
+i Frikanalen, Erik Vold, er sentral i utviklingen av streamingdelen
+for tv.nrk.no (Ã¥rets produkt i PC World) og erfaringen NRK har gjort
+på mobile enheter kan videreføres til oss. Det er heller ingen tvil om
+at Hybrid TV vil bli en suksess også i Norge. Erik sitter i Nordig som
+har vedtatt en felles standard for de nordiske kringkasterne basert på
+HbbTV. Denne standarden bruker web-protokoller som gjør det like
+enkelt og billig å utvikle tjenester for Hybrid TV som å lage en
+nettside. Samtlige nye TV apparater solgt i Norden vil ha støtte for
+HbbTV og med det tror vi oppslutningen vil bli like stor som ellers i
+Europa (Tyskland og Frankrike tredoblet antall HbbTV-brukere i
+fjor). Vi forventer også mye d rahjelp fra disse foregangslandene. Vår
+utvikler Tore Sinding Bekkedal er i skriv ende stund på en HbbTV
+workshop med EBU-medlemmer hos IRT i München der han på vegne av NRK
+tester og utvikler ny stremingteknologi (MPEG- DASH) for
+mobile enheter og hybrid TV.
+
+
Frikanalen har forøvrig flyttet inn i nye kostnadsfrie lokaler på
+Chateau Neuf. Med massiv hjelp fra frivillige får vi der en
+flerkameraregi i egnede lokaler. Dette åpner for debatter, konserter,
+events og mye spennende innhold i samarbeid med Student TV'ene.
+
+
Med hjelp fra NUUG har også streamingdelen av systemet fått plass på
+Uninett (Forskningsparken) og dermed er vi på Norges beste
+internettlinjer. Vi åpner med dette for live mottak fra samtlige
+medlemmer og på sikt kan vi tilby HD på hybrid TV og PC / MAC / mobil.
+
+
Avvikling på luft skjer allerede med egenutviklede løsninger i åpen
+kildekode (playout og live-koding). Det er også mulig å se første
+byggetrinn med programoversikt og videoer på nett, men foreløpig kun
+for nettleserne Opera, Chrome og Firefox:
+http://beta.frikanalen.tv/guide/
+og
+http://beta.frikanalen.tv/video/. Kom
+gjerne med ønsker og tilbakemeldinger til vår hovedutvikler Benjamin
+Bruheim: grolgh (at) gmail.com
+
+
Med en tettere tilknytning til Akademia og NRK, er det god grunn til å
+tro at utviklingen vil skyte fart og at vi raskere kommer ut med
+dagsaktuelt innhold.
+
+
Vi sender i dag på Riks TV og Altibox, men ikke lenger på TV8. Det er
+viktig for våre brukere igjen å komme ut på Get og Canal Digital,
+dermed er det svært heldig at vi nå har formidlingsplikt på kabel. Til
+tross for at det tar noe tid å få nye avtaler på plass, med frivillig
+juridisk bistand, vil vi sannsynligvis komme bedre ut i andre enden
+også her. Formidlingsplikten gjelder samtlige kabeldistribusjoner i
+Norge, ikke bare de regionene TV8 hadde avtale med.
+
+
Om alt dette skal se dagens lys er vi avhengig av en
+grunnfinansiering. Deres medlemsavgifter er i så måte et svært viktig
+bidrag som vi er veldig takknemlige for. Vi ser oss likevel nødt til
+å be dere om å delta i arbeidet med å dekke de resterende
+driftskostnader. Frikanalen sin arbeidskapasitet er betydelig redusert
+etter at foreningen ikke lenger kunne finansiere en daglig leder, men
+allmøtet kan åpne for at flere bidrar til inntjening (Ekstraordinær
+generalforsamling foreslo å tillate sponsorplakater på sendeflaten og
+deler av disse inntektene kan tilfalle kanalen). HÃ¥per alle
+medlemmene kan hjelpe oss med å skrive søknader og skaffe sponsorer,
+eller i det minste komme med gode forslag til inntjening. Det er ikke
+mye som skal til for å klare videre drift, kun 0,5 mill. pr år.
+
+
Med en støtte som tilsvarer en norsk kortfilm vil vi kunne redde
+sendearkivet for flere tusen videoer bygget opp av frivilligheten
+gjennom 5 år og vi dobler kapasiteten for å ta imot nye (De som
+leverer HD vil for øvrig kunne få HD på nett, mobil og hybrid TV).
+
+
Vi vil også kunne videreføre konsesjonen på Riks TV og realisere en
+formidlingsplikt på kabel som har en årlig verdi på ca. 5 millioner
+kroner (når over 2/3 av Norges befolkning).
+
+
Uten støtte står verdens eneste nasjonale nettstyrte åpne TV kanal i
+fare for å forsvinne. En konkursbegjæring vil gjøre at utstyrsparken
+går til advokatsalærer i behandling av boet og kreditorene vil ikke
+kunne få dekket sine krav. Det mener vi ikke bare er urett ovenfor
+långiverne, men det er urett mot alle de som har bidratt med å bygge
+opp frivillighetens eneste sendearkiv og ikke minst alle de som i dag
+jobber frivillig med å videreutvikle TV-systemet.
+
+
HÃ¥per dere i likhet med styret ser verdien i videre drift og kan melde
+tilbake innen årsmøtet (Kontaktinformasjon til styret og frivillige
+utviklere er i kopifeltet).
+
+
Vennligst fyll ut det blå feltet i regnearket under med det dere tror
+er mulig å få inn. Det dere skriver her er ikke bindende, men gir
+styret en indikasjon på om videre drift er mulig. Det blir tatt
+stilling til av generalforsamlingen medio mars. Setter derfor pris på
+om alle kan bidra med forslag til støtte eller antatte verdier fra
+søknad/spons innen det.
+
+
Forhåpentligvis når vi også ønsket budsjett på 1 mill. pr år. Med det
+kan vi nedbetale gjelden raskere og sørge for en bedre
+tilgjengelighet, samt raskere utvikling:
Jeg håper noen av mine lesere med dette ser verdien av Frikanalen
+og melder seg inn for å sende sine videoer ut på TV til RiksTV og
+Altibox-seerne. Det haster. à rsmøtet i foreningen Frikanalen skal
+straks avholdes, og innen den tid må en redningsplan være på plass.
+NUUG bidrar allerede litt ved å organisere utviklersamlinger og
+finansiere litt mat og drikke til de frivillige som stiller opp på
+dugnadsbasis for å utvikle den tekniske løsningen. Det er ikke nok
+til å redde kanalen, men gir et lite steg i riktig retning.
+
+
Update 2013-03-13 13:00: Epostlistelenkene
+fungerer ikke lenger, da epostarkivet nå ikke lenger er tilgjengelig
+for ikke-abonnenter. Korrigerte teksten fra styret litt etter
+oppfordring fra Frikanalen-styret.
Om noen år skal mine barn antagelig begynne på skolen i Oslo. Der
+skal de blant annet lære seg å verdsette og håndheve sine egne grenser
+og beskytte sin personlige integritet og privatsfære. Det blir ikke
+enkelt når ledelsen i Osloskolen med vitende og vilje legger opp til å
+krenke elevenes privatsfære ved å la politiet ransake elevene med
+narkohund i klasserommet. Jon Wessel-Aas har publisert noen
+interessante kommentarer om hvorfor dette er ulovlig.
-
Add desktop entry in /usr/share/autostart/ causing a program
-hw-support-handlerd to start when the user log in.
-
-
This program listen for kernel events about new hardware (directly
-from the kernel like udev does), not using HAL dbus events as I
-initially did.
-
-
When new hardware is inserted, look up the hardware modalias in
-the APT database, a database
-available
-via HTTP and a database available as part of the package.
-
-
If a package is mapped to the hardware in question, the package
-isn't installed yet and this is the first time the hardware was
-plugged in, show a desktop notification suggesting to install the
-package or packages.
-
-
If the user click on the 'install package now' button, ask
-aptdaemon via the PackageKit API to install the requrired package.
I still need to come up with a better name for the system. Here
-are some screen shots showing the prototype in action. First the
-notification, then the password request, and finally the request to
-approve all the dependencies. Sorry for the Norwegian Bokmål GUI.
-
-
-
-
-
-
-
-
The prototype still need to be improved with longer timeouts, but
-is already useful. The database of hardware to package mappings also
-need more work. It is currently compatible with the Ubuntu way of
-storing such information in the package control file, but could be
-changed to use other formats instead or in addition to the current
-method. I've dropped the use of discover for this mapping, as the
-modalias approach is more flexible and easier to use on Linux as long
-as the Linux kernel expose its modalias strings directly.
-
-
Update 2013-01-21 16:50: Due to popular demand,
-here is the command required to check out and build the source: Use
-'svn checkout
-svn://svn.debian.org/debian-edu/trunk/src/hw-support-handler/; cd
-hw-support-handler; debuild'. If you lack debuild, install the
-devscripts package.
-
-
Update 2013-01-23 12:00: The project is now
-renamed to Isenkram and the source moved from the Debian Edu
-subversion repository to a Debian collab-maint git repository. See
-build
-instructions for details.
+
Jeg er veldig glad for at han bidrar med argumenter og forklaringer
+vi foreldre kan ta med oss når vi skal protestere på og få en slutt på
+denne forkastelige praksisen. Narkotikaproblemet må adresseres på
+andre måter som ikke krenker barn og ungdoms integritet. Jeg ønsker
+ikke at mine barn skal læres opp til å akseptere radering av
+privatlivets fred, men heller at de skal læres opp til å sloss imot
+den innføringen av stadig mer totalitær overvåkning som har pågått
+over mange år i Norge.
This Christmas my trusty old laptop died. It died quietly and
-suddenly in bed. With a quiet whimper, it went completely quiet and
-black. The power button was no longer able to turn it on. It was a
-IBM Thinkpad X41, and the best laptop I ever had. Better than both
-Thinkpads X30, X31, X40, X60, X61 and X61S. Far better than the
-Compaq I had before that. Now I need to find a replacement. To keep
-going during Christmas, I moved the one year old SSD disk to my old
-X40 where it fitted (only one I had left that could use it), but it is
-not a durable solution.
-
-
My laptop needs are fairly modest. This is my wishlist from when I
-got a new one more than 10 years ago. It still holds true.:)
it's my pleasure to announce the immediate availability of Debian
+Edu 6.0.7+r1 ("Debian Edu Squeeze").
+
+
Debian Edu 6.0.7+r1 is an incremental update to Debian Edu
+6.0.4+r0, containing all the changes between Debian 6.0.4 and 6.0.7 as
+well Debian Edu specific bugfixes and enhancements. See below (in this
+mail) for the full list of (edu) changes. Please see
+http://www.debian.org/News/2012/20120311
+for more information on "Debian Edu Squeeze".
Changes for Debian Edu 6.0.7+r1 Codename "Squeeze", released
+2013-03-03:
-
-
Lightweight (around 1 kg) and small volume (preferably smaller
- than A4).
-
Robust, it will be in my backpack every day.
-
Three button mouse and a mouse pin instead of touch pad.
-
Long battery life time. Preferable a week.
-
Internal WIFI network card.
-
Internal Twisted Pair network card.
-
Some USB slots (2-3 is plenty)
-
Good keyboard - similar to the Thinkpad.
-
Video resolution at least 1024x768, with size around 12" (A4 paper
-size).
-
Hardware supported by Debian Stable, ie the default kernel and
- X.org packages.
-
Quiet, preferably fan free (or at least not using the fan most of
- the time).
-
+
sitesummary was updated from 0.1.3 to 0.1.8
+
+
Make Nagios configuration more robust and efficient
+
Comply with 3.X kernel
+
+
debian-edu-doc from 1.4~20120310~6.0.4+r0 to 1.4~20130228~6.0.7+r1
+
+
Minor updates from the wiki
+
Danish translation now complete
+
+
debian-edu-config from 1.453 to 1.455
+
+
Fix /etc/hosts for LTSP diskless workstations. Closes: #699880
+
Make ltsp_local_mount script work for multiple devices.
+
Correct Kerberos user policy: don't expire password after 2 days.
+ Closes: #664596
+
Handle '#' characters in the root or first users password.
+ Closes: #664976
+
Fixes for gosa-sync:
+
+
Don't fail if password contains "
+
Don't disclose new password string in syslog
+
+
Fixes for gosa-create:
+
+
Invalidate libnss cache before applying changes
+
Multiple failures during mass user import into GOsa²
+
gosa-netgroups plugin: don't erase entries of attribute type
+ "memberNisNetgroup". Closes: #687256
+
First user now uses the same Kerberos policy as all other users
+
+
Add Danish web page
+
+
debian-edu-install from 1.528 to 1.530
+
+
Improve preseeding support and documentation
+
+
+
End-user documentation in English is available at
+http://wiki.debian.org/DebianEdu/Documentation/Squeeze/
+- translations to French, Italian, Danish and German are available in
+the debian-edu-doc package. (Other languages could use your help!)
-
You will notice that there are no RAM and CPU requirements in the
-list. The reason is simply that the specifications on laptops the
-last 10-15 years have been sufficient for my needs, and I have to look
-at other features to choose my laptop. But are there still made as
-robust laptops as my X41? The Thinkpad X60/X61 proved to be less
-robust, and Thinkpads seem to be heading in the wrong direction since
-Lenovo took over. But I've been told that X220 and X1 Carbon might
-still be useful.
-
-
Perhaps I should rethink my needs, and look for a pad with an
-external keyboard? I'll have to check the
-Linux Laptops site for
-well-supported laptops, or perhaps just buy one preinstalled from one
-of the vendors listed on the Linux
-Pre-loaded site.
Some times I try to figure out which Iceweasel browser plugin to
-install to get support for a given MIME type. Thanks to
-specifications
-done by Ubuntu and Mozilla, it is possible to do this in Debian.
-Unfortunately, not very many packages provide the needed meta
-information, Anyway, here is a small script to look up all browser
-plugin packages announcing ther MIME support using this specification:
-
-
-#!/usr/bin/python
-import sys
-import apt
-def pkgs_handling_mimetype(mimetype):
- cache = apt.Cache()
- cache.open(None)
- thepkgs = []
- for pkg in cache:
- version = pkg.candidate
- if version is None:
- version = pkg.installed
- if version is None:
- continue
- record = version.record
- if not record.has_key('Npp-MimeType'):
- continue
- mime_types = record['Npp-MimeType'].split(',')
- for t in mime_types:
- t = t.rstrip().strip()
- if t == mimetype:
- thepkgs.append(pkg.name)
- return thepkgs
-mimetype = "audio/ogg"
-if 1 < len(sys.argv):
- mimetype = sys.argv[1]
-print "Browser plugin packages supporting %s:" % mimetype
-for pkg in pkgs_handling_mimetype(mimetype):
- print " %s" %pkg
-
-
-
It can be used like this to look up a given MIME type:
In Ubuntu this mechanism is combined with support in the browser
-itself to query for plugins and propose to install the needed
-packages. It would be great if Debian supported such feature too. Is
-anyone working on adding it?
-
-
Update 2013-01-18 14:20: The Debian BTS
-request for icweasel support for this feature is
-#484010 from 2008 (and
-#698426 from today). Lack
-of manpower and wish for a different design is the reason thus feature
-is not yet in iceweasel from Debian.
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
+free and
+open standards? 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
+Frikanalen have been building a
+system to do just this. The source code for the solution is licensed
+using the GNU LGPL, and
+available from github.
+
+
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.
+
+
There are several parts to this web based solution. I'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
+beta.frikanalen.tv. 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 CasparCG from SVT and
+Media Lovin' Toolkit. Video
+signal distribution is handled using
+Open Broadcast Encoder. 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.
+
+
The development is coordinated on the
+#frikanalen IRC
+channel (irc.freenode.net), and discussed on
+the
+frikanalen mailing list. The lead developer is Benjamin Bruheim
+(phed on IRC). Anyone is welcome to participate in the
+development.