1 <?xml version=
"1.0" encoding=
"utf-8"?>
2 <rss version='
2.0' xmlns:lj='http://www.livejournal.org/rss/lj/
1.0/'
>
4 <title>Petter Reinholdtsen - Entries tagged web
</title>
5 <description>Entries tagged web
</description>
6 <link>http://people.skolelinux.org/pere/blog/
</link>
10 <title>Hvordan enkelt laste ned filmer fra NRK med den
"nye
" løsningen
</title>
11 <link>http://people.skolelinux.org/pere/blog/Hvordan_enkelt_laste_ned_filmer_fra_NRK_med_den__nye__l_sningen.html
</link>
12 <guid isPermaLink=
"true">http://people.skolelinux.org/pere/blog/Hvordan_enkelt_laste_ned_filmer_fra_NRK_med_den__nye__l_sningen.html
</guid>
13 <pubDate>Mon,
16 Jun
2014 19:
20:
00 +
0200</pubDate>
14 <description><p
>Jeg har fortsatt behov for å kunne laste ned innslag fra NRKs
15 nettsted av og til for å se senere når jeg ikke er på nett, men
16 <a href=
"http://people.skolelinux.org/pere/blog/Hvordan_enkelt_laste_ned_filmer_fra_NRK.html
">min
17 oppskrift fra
2011</a
> sluttet å fungere da NRK byttet
18 avspillermetode. I dag fikk jeg endelig lett etter oppdatert løsning,
19 og jeg er veldig glad for å fortelle at den enkleste måten å laste ned
20 innslag er å bruke siste versjon
2014.06.07 av youtube-dl. Støtten i
21 youtube-dl
<a href=
"https://github.com/rg3/youtube-dl/issues/
2980">kom
22 inn for
23 dager siden
</a
> og
23 <a href=
"http://packages.qa.debian.org/y/youtube-dl.html
">versjonen i
24 Debian
</a
> fungerer fint også som backport til Debian Wheezy. Det er
25 et lite problem, det håndterer kun URLer med små bokstaver, men hvis
26 en har en URL med store bokstaver kan en bare gjøre alle store om til
27 små bokstaver for å få youtube-dl til å laste ned. Rapporterte
29 <a href=
"https://github.com/rg3/youtube-dl/issues/
2980">problemet til
30 utviklerne
</a
>, og antar de får fikset det snart.
</p
>
32 <p
>Dermed er alt klart til å laste ned dokumentarene om
33 <a href=
"http://tv.nrk.no/program/KOID23005014/usas-hemmelige-avlytting
">USAs
34 hemmelige avlytting
</a
> og
35 <a href=
"http://tv.nrk.no/program/KOID23005114/selskapene-bak-usas-avlytting
">Selskapene
36 bak USAs avlytting
</a
>, i tillegg til
37 <a href=
"http://tv.nrk.no/program/KOID20005814/et-moete-med-edward-snowden
">intervjuet
38 med Edward Snowden gjort av den tyske tv-kanalen ARD
</a
>. Anbefaler
39 alle å se disse, sammen med
40 <a href=
"http://media.ccc.de/browse/congress/
2013/
30C3_-_5713_-_en_-_saal_2_-_201312301130_-_to_protect_and_infect_part_2_-_jacob.html
">foredraget
41 til Jacob Appelbaum på siste CCC-konferanse
</a
>, for å forstå mer om
42 hvordan overvåkningen av borgerne brer om seg.
</p
>
44 <p
>Takk til gode venner på foreningen NUUGs IRC-kanal
45 <a href=
"irc://irc.freenode.net/%
23nuug
">#nuug på irc.freenode.net
</a
>
46 for tipsene som fikk meg i mål
</a
>.
</p
>
51 <title>Half the Coverity issues in Gnash fixed in the next release
</title>
52 <link>http://people.skolelinux.org/pere/blog/Half_the_Coverity_issues_in_Gnash_fixed_in_the_next_release.html
</link>
53 <guid isPermaLink=
"true">http://people.skolelinux.org/pere/blog/Half_the_Coverity_issues_in_Gnash_fixed_in_the_next_release.html
</guid>
54 <pubDate>Tue,
29 Apr
2014 14:
20:
00 +
0200</pubDate>
55 <description><p
>I
've been following
<a href=
"http://www.getgnash.org/
">the Gnash
56 project
</a
> for quite a while now. It is a free software
57 implementation of Adobe Flash, both a standalone player and a browser
58 plugin. Gnash implement support for the AVM1 format (and not the
59 newer AVM2 format - see
60 <a href=
"http://lightspark.github.io/
">Lightspark
</a
> for that one),
61 allowing several flash based sites to work. Thanks to the friendly
62 developers at Youtube, it also work with Youtube videos, because the
63 Javascript code at Youtube detect Gnash and serve a AVM1 player to
64 those users. :) Would be great if someone found time to implement AVM2
65 support, but it has not happened yet. If you install both Lightspark
66 and Gnash, Lightspark will invoke Gnash if it find a AVM1 flash file,
67 so you can get both handled as free software. Unfortunately,
68 Lightspark so far only implement a small subset of AVM2, and many
69 sites do not work yet.
</p
>
71 <p
>A few months ago, I started looking at
72 <a href=
"http://scan.coverity.com/
">Coverity
</a
>, the static source
73 checker used to find heaps and heaps of bugs in free software (thanks
74 to the donation of a scanning service to free software projects by the
75 company developing this non-free code checker), and Gnash was one of
76 the projects I decided to check out. Coverity is able to find lock
77 errors, memory errors, dead code and more. A few days ago they even
78 extended it to also be able to find the heartbleed bug in OpenSSL.
79 There are heaps of checks being done on the instrumented code, and the
80 amount of bogus warnings is quite low compared to the other static
81 code checkers I have tested over the years.
</p
>
83 <p
>Since a few weeks ago, I
've been working with the other Gnash
84 developers squashing bugs discovered by Coverity. I was quite happy
85 today when I checked the current status and saw that of the
777 issues
86 detected so far,
374 are marked as fixed. This make me confident that
87 the next Gnash release will be more stable and more dependable than
88 the previous one. Most of the reported issues were and are in the
89 test suite, but it also found a few in the rest of the code.
</p
>
91 <p
>If you want to help out, you find us on
92 <a href=
"https://lists.gnu.org/mailman/listinfo/gnash-dev
">the
93 gnash-dev mailing list
</a
> and on
94 <a href=
"irc://irc.freenode.net/#gnash
">the #gnash channel on
95 irc.freenode.net IRC server
</a
>.
</p
>
100 <title>FreedomBox milestone - all packages now in Debian Sid
</title>
101 <link>http://people.skolelinux.org/pere/blog/FreedomBox_milestone___all_packages_now_in_Debian_Sid.html
</link>
102 <guid isPermaLink=
"true">http://people.skolelinux.org/pere/blog/FreedomBox_milestone___all_packages_now_in_Debian_Sid.html
</guid>
103 <pubDate>Tue,
15 Apr
2014 22:
10:
00 +
0200</pubDate>
104 <description><p
>The
<a href=
"https://wiki.debian.org/FreedomBox
">Freedombox
105 project
</a
> is working on providing the software and hardware to make
106 it easy for non-technical people to host their data and communication
107 at home, and being able to communicate with their friends and family
108 encrypted and away from prying eyes. It is still going strong, and
109 today a major mile stone was reached.
</p
>
111 <p
>Today, the last of the packages currently used by the project to
112 created the system images were accepted into Debian Unstable. It was
113 the freedombox-setup package, which is used to configure the images
114 during build and on the first boot. Now all one need to get going is
115 the build code from the freedom-maker git repository and packages from
116 Debian. And once the freedombox-setup package enter testing, we can
117 build everything directly from Debian. :)
</p
>
119 <p
>Some key packages used by Freedombox are
120 <a href=
"http://packages.qa.debian.org/freedombox-setup
">freedombox-setup
</a
>,
121 <a href=
"http://packages.qa.debian.org/plinth
">plinth
</a
>,
122 <a href=
"http://packages.qa.debian.org/pagekite
">pagekite
</a
>,
123 <a href=
"http://packages.qa.debian.org/tor
">tor
</a
>,
124 <a href=
"http://packages.qa.debian.org/privoxy
">privoxy
</a
>,
125 <a href=
"http://packages.qa.debian.org/owncloud
">owncloud
</a
> and
126 <a href=
"http://packages.qa.debian.org/dnsmasq
">dnsmasq
</a
>. There
127 are plans to integrate more packages into the setup. User
128 documentation is maintained on the Debian wiki. Please
129 <a href=
"https://wiki.debian.org/FreedomBox/Manual/Jessie
">check out
130 the manual
</a
> and help us improve it.
</p
>
132 <p
>To test for yourself and create boot images with the FreedomBox
133 setup, run this on a Debian machine using a user with sudo rights to
134 become root:
</p
>
137 sudo apt-get install git vmdebootstrap mercurial python-docutils \
138 mktorrent extlinux virtualbox qemu-user-static binfmt-support \
140 git clone http://anonscm.debian.org/git/freedombox/freedom-maker.git \
142 make -C freedom-maker dreamplug-image raspberry-image virtualbox-image
143 </pre
></p
>
145 <p
>Root access is needed to run debootstrap and mount loopback
146 devices. See the README in the freedom-maker git repo for more
147 details on the build. If you do not want all three images, trim the
148 make line. Note that the virtualbox-image target is not really
149 virtualbox specific. It create a x86 image usable in kvm, qemu,
150 vmware and any other x86 virtual machine environment. You might need
151 the version of vmdebootstrap in Jessie to get the build working, as it
152 include fixes for a race condition with kpartx.
</p
>
154 <p
>If you instead want to install using a Debian CD and the preseed
155 method, boot a Debian Wheezy ISO and use this boot argument to load
156 the preseed values:
</p
>
159 url=
<a href=
"http://www.reinholdtsen.name/freedombox/preseed-jessie.dat
">http://www.reinholdtsen.name/freedombox/preseed-jessie.dat
</a
>
160 </pre
></p
>
162 <p
>I have not tested it myself the last few weeks, so I do not know if
163 it still work.
</p
>
165 <p
>If you wonder how to help, one task you could look at is using
166 systemd as the boot system. It will become the default for Linux in
167 Jessie, so we need to make sure it is usable on the Freedombox. I did
168 a simple test a few weeks ago, and noticed dnsmasq failed to start
169 during boot when using systemd. I suspect there are other problems
170 too. :) To detect problems, there is a test suite included, which can
171 be run from the plinth web interface.
</p
>
173 <p
>Give it a go and let us know how it goes on the mailing list, and help
174 us get the new release published. :) Please join us on
175 <a href=
"irc://irc.debian.org:
6667/%
23freedombox
">IRC (#freedombox on
176 irc.debian.org)
</a
> and
177 <a href=
"http://lists.alioth.debian.org/mailman/listinfo/freedombox-discuss
">the
178 mailing list
</a
> if you want to help make this vision come true.
</p
>
183 <title>Freedombox on Dreamplug, Raspberry Pi and virtual x86 machine
</title>
184 <link>http://people.skolelinux.org/pere/blog/Freedombox_on_Dreamplug__Raspberry_Pi_and_virtual_x86_machine.html
</link>
185 <guid isPermaLink=
"true">http://people.skolelinux.org/pere/blog/Freedombox_on_Dreamplug__Raspberry_Pi_and_virtual_x86_machine.html
</guid>
186 <pubDate>Fri,
14 Mar
2014 11:
00:
00 +
0100</pubDate>
187 <description><p
>The
<a href=
"https://wiki.debian.org/FreedomBox
">Freedombox
188 project
</a
> is working on providing the software and hardware for
189 making it easy for non-technical people to host their data and
190 communication at home, and being able to communicate with their
191 friends and family encrypted and away from prying eyes. It has been
192 going on for a while, and is slowly progressing towards a new test
193 release (
0.2).
</p
>
195 <p
>And what day could be better than the Pi day to announce that the
196 new version will provide
"hard drive
" / SD card / USB stick images for
197 Dreamplug, Raspberry Pi and VirtualBox (or any other virtualization
198 system), and can also be installed using a Debian installer preseed
199 file. The Debian based Freedombox is now based on Debian Jessie,
200 where most of the needed packages used are already present. Only one,
201 the freedombox-setup package, is missing. To try to build your own
202 boot image to test the current status, fetch the freedom-maker scripts
204 <a href=
"http://packages.qa.debian.org/vmdebootstrap
">vmdebootstrap
</a
>
205 with a user with sudo access to become root:
208 git clone http://anonscm.debian.org/git/freedombox/freedom-maker.git \
210 sudo apt-get install git vmdebootstrap mercurial python-docutils \
211 mktorrent extlinux virtualbox qemu-user-static binfmt-support \
213 make -C freedom-maker dreamplug-image raspberry-image virtualbox-image
216 <p
>Root access is needed to run debootstrap and mount loopback
217 devices. See the README for more details on the build. If you do not
218 want all three images, trim the make line. But note that thanks to
<a
219 href=
"https://bugs.debian.org/
741407">a race condition in
220 vmdebootstrap
</a
>, the build might fail without the patch to the
221 kpartx call.
</p
>
223 <p
>If you instead want to install using a Debian CD and the preseed
224 method, boot a Debian Wheezy ISO and use this boot argument to load
225 the preseed values:
</p
>
228 url=
<a href=
"http://www.reinholdtsen.name/freedombox/preseed-jessie.dat
">http://www.reinholdtsen.name/freedombox/preseed-jessie.dat
</a
>
231 <p
>But note that due to
<a href=
"https://bugs.debian.org/
740673">a
232 recently introduced bug in apt in Jessie
</a
>, the installer will
233 currently hang while setting up APT sources. Killing the
234 '<tt
>apt-cdrom ident
</tt
>' process when it hang a few times during the
235 installation will get the installation going. This affect all
236 installations in Jessie, and I expect it will be fixed soon.
</p
>
238 <p
>Give it a go and let us know how it goes on the mailing list, and help
239 us get the new release published. :) Please join us on
240 <a href=
"irc://irc.debian.org:
6667/%
23freedombox
">IRC (#freedombox on
241 irc.debian.org)
</a
> and
242 <a href=
"http://lists.alioth.debian.org/mailman/listinfo/freedombox-discuss
">the
243 mailing list
</a
> if you want to help make this vision come true.
</p
>
248 <title>Videos about the Freedombox project - for inspiration and learning
</title>
249 <link>http://people.skolelinux.org/pere/blog/Videos_about_the_Freedombox_project___for_inspiration_and_learning.html
</link>
250 <guid isPermaLink=
"true">http://people.skolelinux.org/pere/blog/Videos_about_the_Freedombox_project___for_inspiration_and_learning.html
</guid>
251 <pubDate>Fri,
27 Sep
2013 14:
10:
00 +
0200</pubDate>
252 <description><p
>The
<a href=
"http://www.freedomboxfoundation.org/
">Freedombox
253 project
</a
> have been going on for a while, and have presented the
254 vision, ideas and solution several places. Here is a little
255 collection of videos of talks and presentation of the project.
</p
>
259 <li
><a href=
"http://www.youtube.com/watch?v=ukvUz5taxvA
">FreedomBox -
260 2,
5 minute marketing film
</a
> (Youtube)
</li
>
262 <li
><a href=
"http://www.youtube.com/watch?v=SzW25QTVWsE
">Eben Moglen
263 discusses the Freedombox on CBS news
2011</a
> (Youtube)
</li
>
265 <li
><a href=
"http://www.youtube.com/watch?v=Ae8SZbxfE0g
">Eben Moglen -
266 Freedom in the Cloud - Software Freedom, Privacy and and Security for
267 Web
2.0 and Cloud computing at ISOC-NY Public Meeting
2010</a
>
270 <li
><a href=
"http://www.youtube.com/watch?v=vNaIji_3xBE
">Fosdem
2011
271 Keynote by Eben Moglen presenting the Freedombox
</a
> (Youtube)
</li
>
273 <li
><a href=
"http://www.youtube.com/watch?v=
9bDDUyJSQ9s
">Presentation of
274 the Freedombox by James Vasile at Elevate in Gratz
2011</a
> (Youtube)
</li
>
276 <li
><a href=
"http://www.youtube.com/watch?v=zQTmnk27g9s
"> Freedombox -
277 Discovery, Identity, and Trust by Nick Daly at Freedombox Hackfest New
278 York City in
2012</a
> (Youtube)
</li
>
280 <li
><a href=
"http://www.youtube.com/watch?v=tkbSB4Ba7Ck
">Introduction
281 to the Freedombox at Freedombox Hackfest New York City in
2012</a
>
284 <li
><a href=
"http://www.youtube.com/watch?v=z-P2Jaeg0aQ
">Freedom, Out
285 of the Box! by Bdale Garbee at linux.conf.au Ballarat,
2012</a
> (Youtube)
</li
>
287 <li
><a href=
"https://archive.fosdem.org/
2013/schedule/event/freedombox/
">Freedombox
288 1.0 by Eben Moglen and Bdale Garbee at Fosdem
2013</a
> (FOSDEM)
</li
>
290 <li
><a href=
"http://www.youtube.com/watch?v=e1LpYX2zVYg
">What is the
291 FreedomBox today by Bdale Garbee at Debconf13 in Vaumarcus
292 2013</a
> (Youtube)
</li
>
296 <p
>A larger list is available from
297 <a href=
"https://wiki.debian.org/FreedomBox/TalksAndPresentations
">the
298 Freedombox Wiki
</a
>.
</p
>
300 <p
>On other news, I am happy to report that Freedombox based on Debian
301 Jessie is coming along quite well, and soon both Owncloud and using
302 Tor should be available for testers of the Freedombox solution. :) In
303 a few weeks I hope everything needed to test it is included in Debian.
304 The withsqlite package is already in Debian, and the plinth package is
305 pending in NEW. The third and vital part of that puzzle is the
306 metapackage/setup framework, which is still pending an upload. Join
307 us on
<a href=
"irc://irc.debian.org:
6667/%
23freedombox
">IRC
308 (#freedombox on irc.debian.org)
</a
> and
309 <a href=
"http://lists.alioth.debian.org/mailman/listinfo/freedombox-discuss
">the
310 mailing list
</a
> if you want to help make this vision come true.
</p
>
315 <title>Recipe to test the Freedombox project on amd64 or Raspberry Pi
</title>
316 <link>http://people.skolelinux.org/pere/blog/Recipe_to_test_the_Freedombox_project_on_amd64_or_Raspberry_Pi.html
</link>
317 <guid isPermaLink=
"true">http://people.skolelinux.org/pere/blog/Recipe_to_test_the_Freedombox_project_on_amd64_or_Raspberry_Pi.html
</guid>
318 <pubDate>Tue,
10 Sep
2013 14:
20:
00 +
0200</pubDate>
319 <description><p
>I was introduced to the
320 <a href=
"http://www.freedomboxfoundation.org/
">Freedombox project
</a
>
321 in
2010, when Eben Moglen presented his vision about serving the need
322 of non-technical people to keep their personal information private and
323 within the legal protection of their own homes. The idea is to give
324 people back the power over their network and machines, and return
325 Internet back to its intended peer-to-peer architecture. Instead of
326 depending on a central service, the Freedombox will give everyone
327 control over their own basic infrastructure.
</p
>
329 <p
>I
've intended to join the effort since then, but other tasks have
330 taken priority. But this summers nasty news about the misuse of trust
331 and privilege exercised by the
"western
" intelligence gathering
332 communities increased my eagerness to contribute to a point where I
333 actually started working on the project a while back.
</p
>
335 <p
>The
<a href=
"https://alioth.debian.org/projects/freedombox/
">initial
336 Debian initiative
</a
> based on the vision from Eben Moglen, is to
337 create a simple and cheap Debian based appliance that anyone can hook
338 up in their home and get access to secure and private services and
339 communication. The initial deployment platform have been the
340 <a href=
"http://www.globalscaletechnologies.com/t-dreamplugdetails.aspx
">Dreamplug
</a
>,
341 which is a piece of hardware I do not own. So to be able to test what
342 the current Freedombox setup look like, I had to come up with a way to install
343 it on some hardware I do have access to. I have rewritten the
344 <a href=
"https://github.com/NickDaly/freedom-maker
">freedom-maker
</a
>
345 image build framework to use .deb packages instead of only copying
346 setup into the boot images, and thanks to this rewrite I am able to
347 set up any machine supported by Debian Wheezy as a Freedombox, using
348 the previously mentioned deb (and a few support debs for packages
349 missing in Debian).
</p
>
351 <p
>The current Freedombox setup consist of a set of bootstrapping
353 (
<a href=
"https://github.com/petterreinholdtsen/freedombox-setup
">freedombox-setup
</a
>),
354 and a administrative web interface
355 (
<a href=
"https://github.com/NickDaly/Plinth
">plinth
</a
> + exmachina +
356 withsqlite), as well as a privacy enhancing proxy based on
357 <a href=
"http://packages.qa.debian.org/privoxy
">privoxy
</a
>
358 (freedombox-privoxy). There is also a web/javascript based XMPP
359 client (
<a href=
"http://packages.qa.debian.org/jwchat
">jwchat
</a
>)
360 trying (unsuccessfully so far) to talk to the XMPP server
361 (
<a href=
"http://packages.qa.debian.org/ejabberd
">ejabberd
</a
>). The
362 web interface is pluggable, and the goal is to use it to enable OpenID
363 services, mesh network connectivity, use of TOR, etc, etc. Not much of
364 this is really working yet, see
365 <a href=
"https://github.com/NickDaly/freedombox-todos/blob/master/TODO
">the
366 project TODO
</a
> for links to GIT repositories. Most of the code is
367 on github at the moment. The HTTP proxy is operational out of the
368 box, and the admin web interface can be used to add/remove plinth
369 users. I
've not been able to do anything else with it so far, but
370 know there are several branches spread around github and other places
371 with lots of half baked features.
</p
>
373 <p
>Anyway, if you want to have a look at the current state, the
374 following recipes should work to give you a test machine to poke
377 <p
><strong
>Debian Wheezy amd64
</strong
></p
>
381 <li
>Fetch normal Debian Wheezy installation ISO.
</li
>
382 <li
>Boot from it, either as CD or USB stick.
</li
>
383 <li
><p
>Press [tab] on the boot prompt and add this as a boot argument
384 to the Debian installer:
<p
>
385 <pre
>url=
<a href=
"http://www.reinholdtsen.name/freedombox/preseed-wheezy.dat
">http://www.reinholdtsen.name/freedombox/preseed-wheezy.dat
</a
></pre
></li
>
387 <li
>Answer the few language/region/password questions and pick disk to
388 install on.
</li
>
390 <li
>When the installation is finished and the machine have rebooted a
391 few times, your Freedombox is ready for testing.
</li
>
395 <p
><strong
>Raspberry Pi Raspbian
</strong
></p
>
399 <li
>Fetch a Raspbian SD card image, create SD card.
</li
>
400 <li
>Boot from SD card, extend file system to fill the card completely.
</li
>
401 <li
><p
>Log in and add this to /etc/sources.list:
</p
>
403 deb
<a href=
"http://www.reinholdtsen.name/freedombox/
">http://www.reinholdtsen.name/freedombox
</a
> wheezy main
404 </pre
></li
>
405 <li
><p
>Run this as root:
</p
>
407 wget -O - http://www.reinholdtsen.name/freedombox/BE1A583D.asc | \
410 apt-get install freedombox-setup
411 /usr/lib/freedombox/setup
412 </pre
></li
>
413 <li
>Reboot into your freshly created Freedombox.
</li
>
417 <p
>You can test it on other architectures too, but because the
418 freedombox-privoxy package is binary, it will only work as intended on
419 the architectures where I have had time to build the binary and put it
420 in my APT repository. But do not let this stop you. It is only a
421 short
"<tt
>apt-get source -b freedombox-privoxy
</tt
>" away. :)
</p
>
423 <p
>Note that by default Freedombox is a DHCP server on the
424 192.168.1.0/
24 subnet, so if this is your subnet be careful and turn
425 off the DHCP server by running
"<tt
>update-rc.d isc-dhcp-server
426 disable
</tt
>" as root.
</p
>
428 <p
>Please let me know if this works for you, or if you have any
429 problems. We gather on the IRC channel
430 <a href=
"irc://irc.debian.org:
6667/%
23freedombox
">#freedombox
</a
> on
431 irc.debian.org and the
432 <a href=
"http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/freedombox-discuss
">project
433 mailing list
</a
>.
</p
>
435 <p
>Once you get your freedombox operational, you can visit
436 <tt
>http://your-host-name:
8001/
</tt
> to see the state of the plint
437 welcome screen (dead end - do not be surprised if you are unable to
438 get past it), and next visit
<tt
>http://your-host-name:
8001/help/
</tt
>
439 to look at the rest of plinth. The default user is
'admin
' and the
440 default password is
'secret
'.
</p
>
445 <title>Netflix krever at du frasier deg dine forbrukerrettigheter...
</title>
446 <link>http://people.skolelinux.org/pere/blog/Netflix_krever_at_du_frasier_deg_dine_forbrukerrettigheter___.html
</link>
447 <guid isPermaLink=
"true">http://people.skolelinux.org/pere/blog/Netflix_krever_at_du_frasier_deg_dine_forbrukerrettigheter___.html
</guid>
448 <pubDate>Wed,
17 Oct
2012 15:
30:
00 +
0200</pubDate>
449 <description><p
>Filmtjenesten Netflix lanseres i Norge, med en jublende presse på
450 sidelinjen. Men har journalistene lest bruksvilkårene? Synes de
452 «
<a href=
"https://signup.netflix.com/TermsOfUse?locale=nb-NO
">Vilkår
453 for bruk
</a
>» høres greit ut for en forbrukertjeneste i Norge?
454 Avsnittet lyder slik:
458 «Disse vilkårene for bruk innebærer at alle tvister mellom deg og
459 Netflix vil bli løst ved BINDENDE VOLDGIFT. DU SAMTYKKER I AT DU
460 FRASIER DEG ENHVER RETT TIL RETTSLIGE SKRITT for å hevde eller
461 forsvare rettighetene dine under denne kontrakten (med unntak for
462 mindre saker som kan avgjøres i forliksretten). Rettighetene dine vil
463 bli bestemt av en NØYTRAL VOLDGIFTSMANN/MEKLER og IKKE en dommer eller
464 jury, og krav kan ikke framstilles i form av gruppesøksmål. Les
465 gjennom voldgiftsavtalen nedenfor for å finne alle detaljer vedrørende
466 avtalen, slik at du kan se hvordan en eventuell konflikt med Netflix
467 skal håndteres og vil avgjøres.»
471 <p
>Ikke nok med det, men må akseptere at det er USAs lov som skal
472 regulere bruken, og dermed akseptere å miste norsk forbruker- og
473 personvernlovgiving (hvilket så vidt jeg vet ikke kan gjøres i
477 «Gjennom å godta disse vilkår for bruk samtykker du i at tolkingen og
478 håndhevelsen av denne voldgiftsavtalen er underlagt den føderale
479 voldgiftsloven i USA, U.S. Federal Arbitration Act, og at både du og
480 Netflix frasier dere retten til en juryprosess eller deltakelse i
481 gruppesøksmål. Denne voldgiftsbetingelsen gjelder selv etter at denne
482 avtalen er oppsagt og Netflix-medlemskapet ditt har opphørt.»
485 <p
>En må altså si ja til å frasi seg de vanlige forbrukerrettighetene
486 i Norge for å bruke Netflix. Vilkårene til Netflix vil neppe stå seg
487 i norsk rett, men det er usedvanlig frekt å bare foreslå det, da de
488 aller fleste som leser dem vil anta at vilkårene gjelder med mindre de
489 er svært godt kjent med norsk forbrukerrett. Skal en frasi seg
490 muligheten til å hevde sin rett hvis Netflix lekker personopplysninger
491 (USAs lovgiving er svært mangelfull i forhold til den norske
492 personvernlovgivingen) eller leverer en tjeneste som ikke holder mål?
493 Nei takk. Med slike bruksvilkår takker jeg høflig nei til tilbudet,
494 og de får ikke meg som kunde før de har en helt annen tilnærming mot
495 sine kunder.
</p
>
497 <p
>Oppdatering
2012-
10-
18: Både
498 <a href=
"http://www.aftenposten.no/digital/Netflix-krever-at-du-sier-fra-deg-norske-forbrukerrettigheter-
7021182.html
">Aftenposten
</a
>,
499 <a href=
"http://nrk.no/helse-forbruk-og-livsstil/
1.8362951">NRK
</a
> og
500 <a href=
"http://www.teknofil.no/artikler/forbrukerradet-slakter-netflix/
113679">Teknofil
</a
>
501 har snappet opp saken (dog nevner ikke NRK kilde, så de kan jo ha
502 oppdaget det selv). Veldig bra at flere blir oppmerksom på slike
503 ting. «- Helt hinsides, mener Forbrukerrådet om Netflix
'
504 brukervilkår», siterer Aftenposten. Og
505 <a href=
"http://www.aftenposten.no/nyheter/Forbrukerombudet-vil-granske-TV-markedet-
7021465.html
">Aftenposten
</a
>
506 melder videre at Forbrukerrådet vil granske TV-bransjen med bakgrunn i
512 <title>Mer oppfølging fra MPEG-LA om avtale med dem for å kringkaste og publisere H
.264-video
</title>
513 <link>http://people.skolelinux.org/pere/blog/Mer_oppf_lging_fra_MPEG_LA_om_avtale_med_dem_for___kringkaste_og_publisere_H_264_video.html
</link>
514 <guid isPermaLink=
"true">http://people.skolelinux.org/pere/blog/Mer_oppf_lging_fra_MPEG_LA_om_avtale_med_dem_for___kringkaste_og_publisere_H_264_video.html
</guid>
515 <pubDate>Thu,
5 Jul
2012 23:
50:
00 +
0200</pubDate>
516 <description><p
>I føljetongen om H
.264
517 <a href=
"http://people.skolelinux.org/pere/blog/MPEG_LA_mener_NRK_m__ha_avtale_med_dem_for___kringkaste_og_publisere_H_264_video.html
">forlot
518 jeg leserne i undring
</a
> om hvor pakken fra MPEG-LA tok veien, og om
519 hvilke selskaper i Norge som har avtale med MPEG-LA. Da Ryan hos
520 MPEG-LA dro på ferie sendte jeg min melding videre til hans kollega,
521 og dagen etter fikk jeg følgende svar derfra:
</p
>
523 <p
><blockquote
>
524 <p
>Date: Fri,
29 Jun
2012 18:
32:
34 +
0000
525 <br
>From: Sidney Wolf
&lt;SWolf (at) mpegla.com
&gt;
526 <br
>To: Petter Reinholdtsen
&lt;pere (at) hungry.com
&gt;
527 <br
>Cc: Ryan Rodriguez
&lt;RRodriguez (at) mpegla.com
&gt;
528 <br
>Subject: RE: Do NRK have a license agreement with MPEG-LA?
</p
>
530 <p
>Dear Mr. Reinholdtsen,
</p
>
532 <p
>Thank you for your message. As you know, Ryan is currently our of the
533 office, so it will be my pleasure to assist you.
</p
>
535 <p
>Per your request, attached please find an electronic copy of the
536 AVC Patent Portfolio License. Please note that the electronic copy of
537 the License is provided as a convenience and for informational
538 purposes only. When concluding the Licenses, only the hard copies
539 provided by MPEG LA may be used.
</p
>
541 <p
>To your question, MPEG LA lists our Licensees on our website
542 according to each program. The lists are in alphabetical order, so it
543 is very easy to search.
</p
>
545 <p
>I hope that this was helpful. If we can be of additional
546 assistance, please let me know.
</p
>
548 <p
>Kind regards,
</p
>
550 <p
>Sidney A. Wolf
551 <br
>Manager, Global Licensing
552 <br
>MPEG LA
</p
>
553 </blockquote
></p
>
555 <p
>Selv om et epostvedlegg er nyttig for mottakeren, så håpet jeg å få
556 et dokument jeg kunne dele med alle leserne av bloggen min, og ikke et
557 som må deles på individuell basis. Opphavsretten krever godkjenning
558 fra rettighetsinnehaver før en kan gjøre slikt, så dermed fulgte jeg
559 opp med et spørsmål om dette var greit.
</p
>
561 <p
><blockquote
>
562 <p
>Date: Wed,
4 Jul
2012 20:
25:
06 +
0200
563 <br
>From: Petter Reinholdtsen
&lt;pere (at) hungry.com
&gt;
564 <br
>To: Sidney Wolf
&lt;SWolf (at) mpegla.com
&gt;
565 <br
>Cc: Ryan Rodriguez
&lt;RRodriguez (at) mpegla.com
&gt;
566 <br
>Subject: Re: Do NRK have a license agreement with MPEG-LA?
</p
>
568 <p
>Thank you for your reply.
</p
>
570 <p
>[Sidney Wolf]
571 <br
>&gt; Per your request, attached please find an electronic copy of the AVC
572 <br
>&gt; Patent Portfolio License. Please note that the electronic copy of
573 <br
>&gt; the License is provided as a convenience and for informational
574 <br
>&gt; purposes only. When concluding the Licenses, only the hard copies
575 <br
>&gt; provided by MPEG LA may be used.
</p
>
577 <p
>This is useful for me to learn, but the reason I asked for the
578 Internet address of the licensing document was to ensure I could
579 publish a link to it when I discuss the topic of H
.264 licensing here
580 in Norway, and allow others to verify my observations. I can not do
581 the same with an email attachment. Thus I would like to ask you if it
582 is OK with MPEG LA that I publish this document on the Internet for
583 others to read?
</p
>
585 <p
>&gt; To your question, MPEG LA lists our Licensees on our website
586 <br
>&gt; according to each program. The lists are in alphabetical order, so
587 <br
>&gt; it is very easy to search.
</p
>
589 <p
>I am afraid this do not help me locate Norwegian companies in the
590 list of Licensees. I do not know the name of all companies and
591 organisations in Norway, and thus do not know how to locate the
592 Norwegian ones on that list.
</p
>
594 <p
>&gt; I hope that this was helpful. If we can be of additional assistance,
595 <br
>&gt; please let me know.
</p
>
597 <p
>Absoutely helpful to learn more about how MPEG LA handle licensing.
</p
>
600 <br
>Happy hacking
601 <br
>Petter Reinholdtsen
</p
>
602 </blockquote
></p
>
604 <p
>Jeg håpet også at det skulle være mulig å få vite hvilke av de
605 mange hundre som har avtale med MPEG-LA om bruk av H
.264 som holdt til
606 i Norge. Begge mine håp falt i grus med svaret fra MPEG-LA.
608 <p
><blockquote
>
609 <p
>Date: Thu,
5 Jul
2012 17:
42:
39 +
0000
610 <br
>From: Sidney Wolf
&lt;SWolf (at) mpegla.com
&gt;
611 <br
>To:
'Petter Reinholdtsen
' &lt;pere (at) hungry.com
&gt;
612 <br
>Cc: Ryan Rodriguez
&lt;RRodriguez (at) mpegla.com
&gt;
613 <br
>Subject: RE: Do NRK have a license agreement with MPEG-LA?
</p
>
615 <p
>Dear Mr. Reinholdtsen,
</p
>
617 <p
>Thank you for your reply.
</p
>
619 <p
>We appreciate the additional explanation you have provided and for
620 asking our permission to publish the electronic copy of the License in
621 advance of doing so. Typically, MPEG LA prefers to distribute the
622 electronic copies of our Licenses to interested parties. Therefore,
623 please feel free to send interested parties to the AVC portion of our
624 website, http://www.mpegla.com/main/programs/AVC/Pages/Intro.aspx for
625 their further reference.
</p
>
627 <p
>As previously mentioned, MPEG LA maintains a list of Licensees in good
628 standing on our website according to each program. Due to the large
629 volume of Licensees, it would be administratively impractical to
630 provide this level of detail to interested parties. Therefore, I am
631 afraid we are not in a position to assist you with your request.
</p
>
633 <p
>Kind regards,
</p
>
635 <p
>Sidney A. Wolf
636 <br
>Manager, Global Licensing
637 <br
>MPEG LA
</p
>
638 </blockquote
></p
>
640 <p
>Men takket være epostvedlegget kunne jeg søke på Google etter
641 setningen
"WHEREAS, a video standard commonly referred to as AVC has
642 been defined and is referred to in this Agreement as the “AVC
643 Standard” (as more fully defined herein below)
" som finnes i avtalen,
644 og lokalisere en kopi fra
2007 av
645 <a href=
"http://www.sec.gov/Archives/edgar/data/
1342960/
000119312509050004/dex1024.htm
">lisensavtalen
646 mellom MPEG-LA og DivX, Inc.
</a
>, slik at mine lesere kan se hvordan
647 avtalen så ut da. Jeg har ikke sammenlignet tekstene for å se om noe
648 har endret seg siden den tid, men satser på at teksten er representativ.
</p
>
650 <p
>Jeg aner fortsatt ikke hvor FedEx tok veien med pakken fra
653 <p
>Update
2012-
07-
06: Jeg er visst ikke den første som forsøker å få
654 klarhet i problemstillinger rundt H
.264, og kom nettopp over en veldig
655 interessant bloggpost fra
2010 hos LibreVideo med tittelen
656 "<a href=
"http://www.librevideo.org/blog/
2010/
06/
14/mpeg-la-answers-some-questions-about-avch-
264-licensing/
">MPEG-LA
657 answers some questions about AVC/H
.264 licensing
</a
>. Anbefales!
</p
>
662 <title>Departementenes servicesenter har ingen avtale om bruk av H
.264 med MPEG-LA
</title>
663 <link>http://people.skolelinux.org/pere/blog/Departementenes_servicesenter_har_ingen_avtale_om_bruk_av_H_264_med_MPEG_LA.html
</link>
664 <guid isPermaLink=
"true">http://people.skolelinux.org/pere/blog/Departementenes_servicesenter_har_ingen_avtale_om_bruk_av_H_264_med_MPEG_LA.html
</guid>
665 <pubDate>Fri,
29 Jun
2012 09:
40:
00 +
0200</pubDate>
666 <description><p
>Da fikk jeg nettopp svar fra
667 <a href=
"http://www.dss.dep.no/
">Departementenes servicesenter
</a
>
669 <a href=
"http://people.skolelinux.org/pere/blog/Trenger_en_avtale_med_MPEG_LA_for___publisere_og_kringkaste_H_264_video_.html
">mitt
670 spørsmål om avtale rundt bruk av H
.264</a
>. De har ingen avtale med
671 MPEG LA eller dets representanter. Her er svaret.
673 <p
><blockquote
>
675 <p
>Date: Fri,
29 Jun
2012 07:
04:
42 +
0000
676 <br
>From: Nielsen Mette Haga
&lt;Mette-Haga.Nielsen (at) dss.dep.no
&gt;
677 <br
>To: Petter Reinholdtsen
&lt;petter.reinholdtsen (at) ...
&gt;
678 <br
>CC: Postmottak
&lt;Postmottak (at) dss.dep.no
&gt;
679 <br
>Subject: SV: Innsynsbegjæring om MPEG/H
.264-relaterte avtaler
</p
>
681 <p
>DSS har ikke inngått noen egen lisensavtale med MPEG-LA eller noen som
682 representerer MPEG-LA i Norge. Videoløsningen på regjeringen.no er
683 levert av Smartcom:tv. Lisensforholdet rundt H
.264 er ikke omtalt i
684 vår avtale med Smartcom.
</p
>
686 <p
>Vennlig hilsen
</p
>
688 <p
>Mette Haga Nielsen
689 <br
>Fung. seksjonssjef
</p
>
691 <p
>Departementenes servicesenter
</p
>
693 <p
>Informasjonsforvaltning
695 <p
>Mobil
93 09 83 51
696 <br
>E-post mette-haga.nielsen (at) dss.dep.no
</p
>
697 </blockquote
></p
>
699 <p
>Hvis den norske regjeringen representert ved DSS ikke har slik
700 avtale, så kan en kanskje konkludere med at det ikke trengs? Jeg er
701 ikke trygg på at det er god juridisk grunn å stå på, men det er i det
702 minste interessant å vite at hverken NRK eller DSS har funnet det
703 nødvendig å ha avtale om bruk av H
.264.
</p
>
705 <p
>Det forklarer ikke hvordan de kan ignorere bruksvilkårene knyttet
706 til bruk av opphavsrettsbeskyttet materiale de bruker til
707 videoproduksjon, med mindre slike vilkår kan ignoreres av selskaper og
708 privatpersoner i Norge. Har de lov til å bryte vilkårene, eller har
709 de brutt dem og så langt sluppet unna med det? Jeg aner ikke.
</p
>
714 <title>MPEG-LA mener NRK må ha avtale med dem for å kringkaste og publisere H
.264-video
</title>
715 <link>http://people.skolelinux.org/pere/blog/MPEG_LA_mener_NRK_m__ha_avtale_med_dem_for___kringkaste_og_publisere_H_264_video.html
</link>
716 <guid isPermaLink=
"true">http://people.skolelinux.org/pere/blog/MPEG_LA_mener_NRK_m__ha_avtale_med_dem_for___kringkaste_og_publisere_H_264_video.html
</guid>
717 <pubDate>Thu,
28 Jun
2012 20:
00:
00 +
0200</pubDate>
718 <description><p
>Etter at NRK
719 <a href=
"http://people.skolelinux.org/pere/blog/NRK_nekter___finne_og_utlevere_eventuell_avtale_med_MPEG_LA.html
">nektet
720 å spore opp eventuell avtale med MPEG-LA
</a
> eller andre om bruk av
721 MPEG/H
.264-video etter at jeg
<a
722 href=
"http://people.skolelinux.org/pere/blog/Trenger_en_avtale_med_MPEG_LA_for___publisere_og_kringkaste_H_264_video_.html
">ba
723 om innsyn i slike avtaler
</a
>, tenkte jeg at i stedet for å forsøke å
724 få NRK til å finne en slik avtale, så burde det være like enkelt å
725 spørre MPEG-LA om de hadde avtale med NRK. Spørsmålet ble sendt før
726 jeg fikk tips fra Kieran Kunhya om hvor listen over lisensinnehavere
727 "in Good Standing
" befant seg. MPEG-LA svarte meg i dag, og kan
728 fortelle at NRK ikke har noen avtale med dem, så da er i det minste det
729 slått fast. Ikke overraskende mener MPEG-LA at det trengs en avtale
730 med MPEG-LA for å streame H
.264, men deres rammer er jo
731 rettstilstanden i USA og ikke Norge. Jeg tar dermed den delen av
732 svaret med en klype salt. Jeg er dermed fortsatt ikke klok på om det
733 trengs en avtale, og hvis det trengs en avtale her i Norge, heller
734 ikke sikker på om NRK har en avtale med noen andre enn MPEG-LA som
735 gjør at de ikke trenger avtale direkte med MPEG-LA. Jeg håper NRKs
736 jurister har vurdert dette, og at det er mulig å få tilgang til
737 vurderingen uansett om de trenger en avtale eller ikke.
</p
>
739 <p
>Her er epostutvekslingen med MPEG-LA så langt. Håper ikke
740 utvekslingen fører til NRK plutselig får en litt uventet pakke fra
743 <p
><blockquote
>
744 <p
>Date: Mon,
25 Jun
2012 15:
29:
37 +
0200
745 <br
>From: Petter Reinholdtsen
&lt;pere (at) hungry.com
&gt;
746 <br
>To: licensing-web (at) mpegla.com
747 <br
>Subject: Do NRK have a license agreement with MPEG-LA?
</p
>
749 <p
>Hi. I have a small question for you, that I hope it is OK that I
752 <p
>Is there any license agreements between MPEG-LA and NRK,
&lt;URL:
753 <a href=
"http://www.nrk.no/
">http://www.nrk.no/
</a
> &gt;, the
754 Norwegian national broadcasting cooperation? I am not sure if they
755 need one, and am just curious if such agreeement exist.
</p
>
757 <p
>The postal address is
</p
>
759 <p
><blockquote
>
761 <br
>Postbox
8500, Majorstuen
764 </blockquote
></p
>
766 <p
>if it make it easier for you to locate such agreement.
</p
>
768 <p
>Can you tell me how many entities in Norway have an agreement with
769 MPEG-LA, and the name of these entities?
</p
>
772 <br
>Happy hacking
773 <br
>Petter Reinholdtsen
774 </blockquote
></p
>
776 <p
>I dag, to dager senere, fikk jeg følgende svar:
</p
>
778 <p
><blockquote
>
779 <p
>Date: Thu,
28 Jun
2012 14:
11:
17 +
0000
780 <br
>From: Ryan Rodriguez
&lt;RRodriguez (at) mpegla.com
>
781 <br
>To: Petter Reinholdtsen
&lt;pere (at) hungry.com
>
782 <br
>CC: MD Administration
&lt;MDAdministration (at) mpegla.com
>
783 <br
>Subject: RE: Do NRK have a license agreement with MPEG-LA?
</p
>
785 <p
>Dear Mr. Reinholdtsen,
</p
>
787 <p
>Thank you for your message and for your interest in MPEG LA. We
788 appreciate hearing from you and I will be happy to assist you.
</p
>
790 <p
>To begin, I will assume that you are referring to AVC/H
.264
791 technology in your message below, as this technology is commonly used
792 in the transmission of video content. In that case, please allow me
793 to briefly summarize the coverage provided by our AVC Patent Portfolio
796 <P
>Our AVC License provides coverage for end products and video
797 services that make use of AVC/H
.264 technology. Accordingly, the
798 party offering such end products and video to End Users concludes the
799 AVC License and is responsible for paying the applicable royalties
800 associated with the end products/video they offer.
</p
>
802 <p
>While the Norwegian Broadcast Corporation (NRK) is not currently a
803 Licensee to MPEG LA
's AVC License (or any other Portfolio License
804 offered by MPEG LA), if NRK offers AVC Video to End Users for
805 remuneration (for example, Title-by-Title, Subscription, Free
806 Television, or Internet Broadcast AVC Video), then NRK will need to
807 conclude the AVC License and may be responsible for paying applicable
808 royalties associated with the AVC Video it distributes.
</p
>
810 <p
>Today I will send you a FedEx package containing a copy of our AVC
811 License for your review. You should receive the License document
812 within the next few days.
</p
>
814 <p
>Meanwhile, MPEG LA currently has several Norwegian Licensees that
815 can be found under the
"Licensees
" header within the respective
816 portion of our website. For example, you may find our list of
817 Licensees in Good Standing to our AVC License in the AVC portion of
819 <a href=
"http://www.mpegla.com/main/programs/AVC/Pages/Licensees.aspx
">http://www.mpegla.com/main/programs/AVC/Pages/Licensees.aspx
</a
></p
>
821 <p
>I hope the above information is helpful. If you have additional
822 questions or need further assistance with the AVC License, please feel
823 free to contact me directly. I look forward to hearing from you again
826 <p
>Best regards,
</p
>
828 <p
>Ryan
</p
>
830 <p
>Ryan M. Rodriguez
831 <br
>Licensing Associate
833 <br
>5425 Wisconsin Avenue
835 <br
>Chevy Chase, MD
20815
837 <br
>Phone: +
1 (
301)
986-
6660 x211
838 <br
>Fax: +
1 (
301)
986-
8575
839 <br
>Email: rrodriguez (at) mpegla.com
</p
>
841 </blockquote
></p
>
843 <p
>Meldingen om utsendt FedEx-pakke var så merkelig at jeg
844 øyeblikkelig sendte svar tilbake og spurte hva i alle dager han mente,
845 da han jo ikke hadde fått noen postadresse som nådde meg.
</p
>
847 <p
><blockquote
>
849 <p
>Date: Thu,
28 Jun
2012 16:
36:
15 +
0200
850 <br
>From: Petter Reinholdtsen
&lt;pere (at) hungry.com
&gt;
851 <br
>To: Ryan Rodriguez
&lt;RRodriguez (at) mpegla.com
&gt;
852 <br
>Cc: MD Administration
&lt;MDAdministration (at) mpegla.com
&gt;
853 <br
>Subject: Re: Do NRK have a license agreement with MPEG-LA?
</p
>
855 <p
>[Ryan Rodriguez]
856 <br
>&gt; Dear Mr. Reinholdtsen,
</p
>
858 <p
>Thank you for your quick reply.
</p
>
860 <p
>&gt; Today I will send you a FedEx package containing a copy of our AVC
861 <br
>&gt; License for your review. You should receive the License document
862 <br
>&gt; within the next few days.
</p
>
864 <p
>The part about sending a FedEx package confused me, though. I did not
865 <br
>give you my address, nor am I associated with NRK in any way, so I hope
866 <br
>you did not try to send me a package using the address of NRK. If you
867 <br
>would send me the Internet address of to the document, it would be more
868 <br
>useful to me to be able to download it as an electronic document.
</p
>
870 <p
>&gt; Meanwhile, MPEG LA currently has several Norwegian Licensees that can
871 <br
>&gt; be found under the
"Licensees
" header within the respective portion
872 <br
>&gt; of our website. For example, you may find our list of Licensees in
873 <br
>&gt; Good Standing to our AVC License in the AVC portion of our website,
874 <br
>&gt; http://www.mpegla.com/main/programs/AVC/Pages/Licensees.aspx
</p
>
876 <p
>How can I recognize the Norwegian licensees?
</p
>
879 <br
>Happy hacking
880 <br
>Petter Reinholdtsen
</p
>
881 </blockquote
></p
>
883 <p
>Selv om jeg svarte kun noen minutter etter at jeg fikk eposten fra
884 MPEG-LA, fikk jeg eposten under som automatisk var beskjed på min
885 siste epost. Får håpe noen likevel følger opp
"FedEx-pakken
". For å
886 øke sjansen for at noen revurderer utsending av pakke uten mottaker,
887 videresendte jeg min epost til swolf (at) mpegla.com, så får vi se.
888 Har ikke hørt noe mer
3 timer senere, så jeg mistenker at ingen leste
889 min epost tidsnok.
</p
>
891 <p
><blockquote
>
893 <p
>Date: Thu,
28 Jun
2012 14:
36:
20 +
0000
894 <br
>From: Ryan Rodriguez
&lt;RRodriguez (at) mpegla.com
&gt;
895 <br
>To: Petter Reinholdtsen
&lt;pere (at) hungry.com
&gt;
896 <br
>Subject: Automatic reply: Do NRK have a license agreement with MPEG-LA?
</p
>
898 <p
>Thank you for your message.
</p
>
900 <p
>I will be out of the office until Thursday, July
5 and will respond
901 to all messages upon my return. If this is a matter that requires
902 immediate attention, please contact Sidney Wolf (swolf (at)
903 mpegla.com)
</p
>
905 <p
>Best regards,
</p
>
907 <p
>Ryan
</p
>
909 <p
>Ryan M. Rodriguez
910 <br
>Licensing Associate
911 <br
>MPEG LA
</p
>
913 </blockquote
></p
>
915 <p
>Litt klokere, men fortsatt ikke klok på mitt opprinnelige spørsmål,
916 som er om en trenger avtale med MPEG-LA for å publisere eller
917 kringkaste H
.264-video i Norge.
</p
>
922 <title>NRK nekter å finne og utlevere eventuell avtale med MPEG-LA
</title>
923 <link>http://people.skolelinux.org/pere/blog/NRK_nekter___finne_og_utlevere_eventuell_avtale_med_MPEG_LA.html
</link>
924 <guid isPermaLink=
"true">http://people.skolelinux.org/pere/blog/NRK_nekter___finne_og_utlevere_eventuell_avtale_med_MPEG_LA.html
</guid>
925 <pubDate>Mon,
25 Jun
2012 15:
10:
00 +
0200</pubDate>
926 <description><p
>Jeg fikk nettopp svar fra NRK på
927 <a href=
"http://people.skolelinux.org/pere/blog/Trenger_en_avtale_med_MPEG_LA_for___publisere_og_kringkaste_H_264_video_.html
">min
928 forespørsel om kopi av avtale
</a
> med MPEG-LA eller andre om bruk av
929 MPEG og/eller H
.264. Svaret har fått saksreferanse
2011/
371 (mon tro
930 hva slags sak fra
2011 dette er?) hos NRK og lyder som følger:
</p
>
932 <p
><blockquote
>
934 <p
><strong
>Svar på innsynsbegjæring i MPEG / H
.264-relaterte
935 avtaler
</strong
></p
>
937 <p
>Viser til innsynsbegjæring av
19. juni
2012. Kravet om innsyn
938 gjelder avtale som gjør at NRK «ikke er begrenset av de generelle
939 bruksvilkårene som gjelder for utstyr som bruker MPEG og/eller
942 <p
>I henhold til offentleglova §
28 annet ledd må innsynskravet gjelde
943 en bestemt sak eller i rimelig utstrekning saker av en bestemt
944 sak. Det er på det rene at det aktuelle innsynskravet ikke gjelder en
945 bestemt sak. Spørsmålet som reiser seg er om identifiseringsgraden er
946 tilstrekkelig. I Justisdepartementets «Rettleiar til offentleglova»
947 står følgende:
</p
>
949 <p
>«Kravet om at innsynskravet må gjelde ei bestemt sak er til hinder
950 for at eit innsynskrav kan gjelde alle saker av ein bestemt art, utan
951 at den enkelte saka blir identifisert. Ein kan med andre ord i
952 utgangspunktet ikkje krevje innsyn i til dømes alle saker om
953 utsleppsløyve hos Statens forureiningstilsyn frå dei siste tre åra,
954 med mindre ein identifiserer kvar enkelt sak, til dømes med tilvising
955 til dato, partar eller liknande.»
</p
>
957 <p
>Vedrørende denne begrensningen har Justisdepartementet uttalt
958 følgende (Lovavdelingens uttalelser JDLOV-
2010-
3295):
</p
>
960 <p
><em
>«Bakgrunnen for avgrensinga av kva innsynskravet kan gjelde,
961 er fyrst og fremst at meir generelle innsynskrav, utan noka form for
962 identifikasjon av kva ein eigentleg ynskjer, ville vere svært
963 vanskelege å handsame for forvaltninga.»
</em
></p
>
965 <p
>I samme sak uttaler Lovavdelingen følgende:
</p
>
967 <p
><em
>«Det følgjer vidare av offentleglova §
28 andre ledd at det `i
968 rimeleg utstrekning
' kan krevjast innsyn i `saker av ein bestemt
969 art
'. Vilkåret om at eit innsynskrav berre `i rimeleg utstrekning
' kan
970 gjelde saker av ein bestemt art, er i hovudsak knytt til kor
971 arbeidskrevjande det vil vere å finne fram til dei aktuelle
972 dokumenta. I tillegg reknar vi med at vilkåret kan gje grunnlag for å
973 nekte innsyn i tilfelle der innsynskravet er så omfattande (gjeld så
974 mange dokument) at arbeidsmengda som ville gått med til å handsame
975 det, er større enn det ein `i rimeleg utstrekning
' kan krevje (sjølv
976 om det nok skal mykje til).»
</em
></p
>
978 <p
>NRK har ikke noen egen sammenstilling over avtaler innenfor
979 bestemte områder som omtales i innsynsbegjæringen. De måtte søkes på
980 vanlig måte. I tillegg finnes ikke noen automatisert måte å finne
981 avtaler som «ikke er begrenset av de generelle bruksvilkårene som
982 gjelder for utstyr som bruker MPEG og/eller H
.264». En slik
983 gjennomgang av avtaler måtte gjøres manuelt av en person med
984 spesialistkunnskap. Dette vil kreve at NRK avsetter omfattende
985 ressurser for å finne frem relevante avtaler og for deretter å vurdere
986 om de dekkes av det innsynsbegjæringen omfattes.
</p
>
988 <p
>På bakgrunn av dette nekter NRK innsyn, med den begrunnelsen at
989 innsynskravet er så omfattende at arbeidsmengden for å håndtere kravet
990 vil være langt større enn det som i rimelig utstrekning kan kreves i
991 henhold til offentleglova §
28 annet ledd.
</p
>
993 <p
>Avslag på deres innsynsbegjæring kan påklages til Kultur- og
994 kirkedepartementet innen tre uker fra det tidspunkt avslaget kommer
995 frem til mottakeren, i henhold til reglene i offentleglova §
32,
996 jf. forvaltningsloven kapittel VI. Klagen skal stiles til Kultur- og
997 kirkedepartementet, og sendes til NRK.
</p
>
999 <p
>NRK er imidlertid etter Offentleglova forpliktet å gi ut journaler,
1000 slik at en eventuell søknad om innsyn kan tydeligere identifisere
1001 hvilke dokumenter som det ønskes innsyn i. NRKs offentlige journaler
1002 for inneværende og forrige måned ligger ute på
1003 NRK.no/innsyn. Journaler som går lengre tilbake i tid, kan sendes ut
1004 på forespørsel til innsyn (at) nrk.no.
</p
>
1007 <br
>Dokumentarkivet i NRK
1008 <br
>v/ Elin Brandsrud
1009 <br
>Tel. direkte:
23 04 29 29
1010 <br
>Post: RBM3, Postboks
8500 Majorstuen,
0340 Oslo
1011 <br
>innsyn (at) nrk.no
</p
>
1013 </blockquote
></p
>
1016 <a href=
"http://people.skolelinux.org/pere/blog/images/
2012-
06-
25-video-mpegla-nrk.pdf
">i
1017 PDF-form som vedlegg på epost
</a
>. Jeg er litt usikker på hvordan jeg
1018 best går videre for å bli klok, men jeg har jo i hvert fall tre uker
1019 på å vurdere om jeg skal klage. Enten må nok forespørselen
1020 reformuleres eller så må jeg vel klage. Synes jo det er merkelig at
1021 NRK ikke har bedre kontroll med hvilke avtaler de har inngått. Det
1022 burde jo være noen i ledelsen som vet om de har signert en avtale med
1023 MPEG-LA eller ikke...
</p
>
1025 <p
>Oppdatering
2012-
06-
25 20:
20: Et google-søk på
"2011/
371 nrk
"
1026 sendte meg til postjournalen for
1027 <a href=
"http://nrk.no/contentfile/file/
1.8212365!offentligjournal19062012.pdf
">2012-
06-
19</a
>
1029 <a href=
"http://nrk.no/contentfile/file/
1.8214156!offentligjournal20062012.pdf
">2012-
06-
20</a
>
1030 hos NRK som viser mine forespørsler og viser at sakens tittel hos NRK
1031 er
"Graphic Systems Regions MA
2378/
10E
". Videre søk etter
"Graphic
1032 Systems Regions
" viser at dette er saken til et anbud om
1033 "<a href=
"http://no.mercell.com/m/mts/Tender/
27179412.aspx
">a graphics
1034 system for
12 or
13 sites broadcasting regional news
</a
>" hos Mercell
1035 Sourcing Service, også omtalt på
1036 <a href=
"http://www.publictenders.net/tender/
595705">Public
1037 Tenders
</a
> og
1038 <a href=
"http://www.doffin.no/search/show/search_view.aspx?ID=JAN155521
">Doffin
</a
>.
1039 Jeg er dog usikker på hvordan dette er relatert til min
1040 forespørsel.
</p
>
1042 <p
>Oppdatering
2012-
06-
25 22:
40: Ble tipset av Kieran Kunhya, fra
1044 <a href=
"http://code.google.com/p/open-broadcast-encoder/
">Open
1045 Broadcast Encoder
</a
>, at listen over de som har lisensavtale med
1047 <a href=
"http://www.mpeg-la.com/main/programs/AVC/Pages/Licensees.aspx
">tilgjengelig
1048 på web
</a
>. Veldig fint å oppdage hvor den finnes, da jeg må ha lett
1049 etter feil ting da jeg forsøke å finne den. Der står ikke NRK, men
1050 flere andre
"Broadcasting Company
"-oppføringer. Lurer på om det betyr
1051 at NRK ikke trenger avtale, eller noe helt annet?
</p
>
1056 <title>Trenger en avtale med MPEG-LA for å publisere og kringkaste H
.264-video?
</title>
1057 <link>http://people.skolelinux.org/pere/blog/Trenger_en_avtale_med_MPEG_LA_for___publisere_og_kringkaste_H_264_video_.html
</link>
1058 <guid isPermaLink=
"true">http://people.skolelinux.org/pere/blog/Trenger_en_avtale_med_MPEG_LA_for___publisere_og_kringkaste_H_264_video_.html
</guid>
1059 <pubDate>Thu,
21 Jun
2012 13:
40:
00 +
0200</pubDate>
1060 <description><p
>Trengs det avtale med MPEG-LA for å ha lovlig rett til å
1061 distribuere og kringkaste video i MPEG4 eller med videokodingen H
.264?
1062 <a href=
"http://webmink.com/essays/h-
264/
">H
.264 og MPEG4 er jo ikke en
1063 fri og åpen standard
</a
> i henhold til
1064 <a href=
"http://people.skolelinux.org/pere/blog/Fri_og__pen_standard__slik_Digistan_ser_det.html
">definisjonen
1065 til Digistan
</a
>, så i enkelte land er det ingen tvil om at du må ha
1066 en slik avtale, men jeg må innrømme at jeg ikke vet om det også
1067 gjelder Norge. Det ser uansett ut til å være en juridisk interessant
1068 problemstilling. Men jeg tenkte her om dagen som så, at hvis det er
1069 nødvendig, så har store aktører som
1070 <a href=
"http://www.nrk.no/
">NRK
</a
> og
1071 <a href=
"http://www.regjeringen.no/
">regjeringen
</a
> skaffet seg en
1072 slik avtale. Jeg har derfor sendt forespørsel til begge (for
1073 regjeringen sin del er det Departementenes Servicesenter som gjør
1074 jobben), og bedt om kopi av eventuelle avtaler de har om bruk av MPEG
1075 og/eller H
.264 med MPEG-LA eller andre aktører som opererer på vegne
1076 av MPEG-LA. Her er kopi av eposten jeg har sendt til
1077 <a href=
"http://www.dss.dep.no/
">Departementenes Servicesenter
</a
>.
1078 Forespørselen til NRK er veldig lik.
</p
>
1080 <p
><blockquote
>
1082 <p
>Date: Tue,
19 Jun
2012 15:
18:
33 +
0200
1083 <br
>From: Petter Reinholdtsen
1084 <br
>To: postmottak@dss.dep.no
1085 <br
>Subject: Innsynsbegjæring om MPEG/H
.264-relaterte avtaler
1087 <p
>Hei. Jeg ber herved om innsyn og kopi av dokumenter i DSS relatert
1088 til avtaler rundt bruk av videoformatene MPEG og H
.264. Jeg er
1089 spesielt interessert i å vite om DSS har lisensavtale med MPEG-LA
1090 eller noen som representerer MPEG-LA i Norge.
</p
>
1092 <p
>MPEG og H
.264 er videoformater som brukes både til kringkasting
1093 (f.eks. i bakkenett og kabel-TV) og videopublisering på web, deriblant
1094 via Adobe Flash. MPEG-LA,
&lt;URL:
1095 <a href=
"http://www.mpeg-la.com/
">http://www.mpeg-la.com/
</a
> &gt;, er
1096 en organisasjon som har fått oppgaven, av de kjente rettighetshavere
1097 av immaterielle rettigheter knyttet til MPEG og H
.264, å selge
1098 bruksrett for MPEG og H
.264.
</p
>
1100 <p
>Via regjeringen.no kringkastes med MPEG og H
.264-baserte
1101 videoformater, og dette ser ut til å være organisert av DSS. Jeg
1102 antar dermed at DSS har avtale med en eller annen aktør om dette.
</p
>
1104 <p
>F.eks. har Adobe Premiere Pro har følgende klausul i følge
&lt;URL:
1105 <a href=
"http://news.cnet.com/
8301-
30685_3-
20000101-
264.html
">http://news.cnet.com/
8301-
30685_3-
20000101-
264.html
</a
>
1108 <p
><blockquote
>
1110 <p
>6.17. AVC DISTRIBUTION. The following notice applies to software
1111 containing AVC import and export functionality: THIS PRODUCT IS
1112 LICENSED UNDER THE AVC PATENT PORTFOLIO LICENSE FOR THE PERSONAL AND
1113 NON-COMMERCIAL USE OF A CONSUMER TO (a) ENCODE VIDEO IN COMPLIANCE
1114 WITH THE AVC STANDARD (
"AVC VIDEO
") AND/OR (b) DECODE AVC VIDEO THAT
1115 WAS ENCODED BY A CONSUMER ENGAGED IN A PERSONAL AND NON-COMMERCIAL
1116 ACTIVITY AND/OR AVC VIDEO THAT WAS OBTAINED FROM A VIDEO PROVIDER
1117 LICENSED TO PROVIDE AVC VIDEO. NO LICENSE IS GRANTED OR SHALL BE
1118 IMPLIED FOR ANY OTHER USE. ADDITIONAL INFORMATION MAY BE OBTAINED
1119 FROM MPEG LA L.L.C. SEE
1120 <a href=
"http://www.mpegla.com
">http://www.mpegla.com
</a
>.
</p
>
1122 </blockquote
></p
>
1124 <p
>Her er det kun
"non-commercial
" og
"personal and non-commercial
"
1125 aktivitet som er tillatt uten ekstra avtale med MPEG-LA.
</p
>
1127 <p
>Et annet tilsvarende eksempel er Apple Final Cut Pro, som har
1128 følgende klausul i følge
&lt;URL:
1129 <a href=
"http://images.apple.com/legal/sla/docs/finalcutstudio2.pdf
">http://images.apple.com/legal/sla/docs/finalcutstudio2.pdf
</a
>
1132 <p
><blockquote
>
1134 <p
>15. Merknad om H
.264/AVC. Hvis Apple-programvaren inneholder
1135 funksjonalitet for AVC-koding og/eller AVC-dekoding, krever
1136 kommersiell bruk ekstra lisensiering og følgende gjelder:
1137 AVC-FUNKSJONALITETEN I DETTE PRODUKTET KAN KUN ANVENDES AV
1138 FORBRUKERE OG KUN FOR PERSONLIG OG IKKE- KOMMERSIELL BRUK TIL (i)
1139 KODING AV VIDEO I OVERENSSTEMMELSE MED AVC-STANDARDEN (
"AVC-VIDEO
")
1140 OG/ELLER (ii) DEKODING AV AVC-VIDEO SOM ER KODET AV EN FORBRUKER TIL
1141 PERSONLIG OG IKKE-KOMMERSIELL BRUK OG/ELLER DEKODING AV AVC-VIDEO
1142 FRA EN VIDEOLEVERANDØR SOM HAR LISENS TIL Å TILBY
1143 AVC-VIDEO. INFORMASJON OM ANNEN BRUK OG LISENSIERING KAN INNHENTES
1144 FRA MPEG LA L.L.C. SE HTTP://WWW.MPEGLA.COM.
</p
>
1145 </blockquote
></p
>
1147 <p
>Tilsvarende gjelder for andre programvarepakker, kamera, etc som
1148 bruker MPEG og H
.264, at en må ha en avtale med MPEG-LA for å ha lov
1149 til å bruke programmet/utstyret hvis en skal lage noe annet enn
1150 private filmer og i ikke-kommersiell virksomhet.
</p
>
1152 <p
>Jeg er altså interessert i kopi av avtaler DSS har som gjør at en
1153 ikke er begrenset av de generelle bruksvilkårene som gjelder for
1154 utstyr som bruker MPEG og/eller H
.264.
</p
>
1155 </blockquote
></p
>
1157 <p
>Nå venter jeg spent på svaret. Jeg planlegger å blogge om svaret
1163 <title>Veileder fra DIFI om publisering av offentlige data
</title>
1164 <link>http://people.skolelinux.org/pere/blog/Veileder_fra_DIFI_om_publisering_av_offentlige_data.html
</link>
1165 <guid isPermaLink=
"true">http://people.skolelinux.org/pere/blog/Veileder_fra_DIFI_om_publisering_av_offentlige_data.html
</guid>
1166 <pubDate>Fri,
1 Jun
2012 10:
40:
00 +
0200</pubDate>
1167 <description><p
>På onsdag rakk jeg såvidt innom
1168 <a href=
"http://www.meetup.com/osloopendata/
">Oslo Open Data Forums
</a
>
1169 møte, og fikk lagt hendene mine på DIFIs helt nye veileder
1170 "<a href=
"http://veileder.data.norge.no/
">Åpne data. Del og skap
1171 verdier. Veileder i tilgjengeliggjøring av offentlig data
</a
>" (også
1172 <a href=
"http://www.difi.no/filearchive/veileder-i-tilgjengeliggjoring-av-offentlig-data-web.pdf
">tilgjengelig
1173 som PDF
</a
> fra DIFI).
</p
>
1175 <p
>Veilederen er veldig bra, og nevner viktige problemstillinger og
1176 skisserer f.eks. både verdiskapningspotensialet og formatmulighetene
1177 som en bør ha i bakhodet når en publiserer offentlig informasjon på
1178 maskinlesbart format. Kildekoden til veilederen er
1179 <a href=
"https://github.com/difi/veileder-opnedata
">tilgjengelig via
1180 github
</a
>, og en kan rapportere tilbakemeldinger og forslag til
1181 forbedringer der (eller via epost og twitter for de som ønsker
1184 <p
>Det eneste jeg virkelig savnet i veilederen var omtale av
1185 <a href=
"http://www.w3.org/DesignIssues/LinkedData.html
">w3cs
1186 stjerneklassifisering
</a
> av åpne datakilder, som jeg tror ville være
1187 nyttige mentale knagger for de som vurderer å publisere sin
1188 informasjon på som åpne data. Jeg har
1189 <a href=
"https://github.com/difi/veileder-opnedata/issues/
1">rapportert
1190 en github-bug
</a
> om dette, så får vi se hvordan den blir behandlet.
</p
>
1192 <p
>Det slo meg at det var veldig lite konkret i veilederen om valg av
1193 bruksvilkår ved publisering (aka lisens), men jeg er ikke sikker på om
1194 det hører hjemme der, da det er et vanskelig tema som kanskje heller
1195 hører hjemme i sin egen veileder. Uansett, anbefaler alle å ta en
1196 titt på veilederen og sikre at alle offentlige etater en har kontakt
1197 med får en kopi.
</p
>
1202 <title>HTC One X - Your video? What do you mean?
</title>
1203 <link>http://people.skolelinux.org/pere/blog/HTC_One_X___Your_video___What_do_you_mean_.html
</link>
1204 <guid isPermaLink=
"true">http://people.skolelinux.org/pere/blog/HTC_One_X___Your_video___What_do_you_mean_.html
</guid>
1205 <pubDate>Thu,
26 Apr
2012 13:
20:
00 +
0200</pubDate>
1206 <description><p
>In
<a href=
"http://www.idg.no/computerworld/article243690.ece
">an
1207 article today
</a
> published by Computerworld Norway, the photographer
1208 <a href=
"http://www.urke.com/eirik/
">Eirik Helland Urke
</a
> reports
1209 that the video editor application included with
1210 <a href=
"http://www.htc.com/www/smartphones/htc-one-x/#specs
">HTC One
1211 X
</a
> have some quite surprising terms of use. The article is mostly
1212 based on the twitter message from mister Urke, stating:
1214 <p
><blockquote
>
1215 "<a href=
"http://twitter.com/urke/status/
194062269724897280">Drøy
1216 brukeravtale: HTC kan bruke MINE redigerte videoer kommersielt. Selv
1217 kan jeg KUN bruke dem privat.
</a
>"
1218 </blockquote
></p
>
1220 <p
>I quickly translated it to this English message:
</p
>
1222 <p
><blockquote
>
1223 "Arrogant user agreement: HTC can use MY edited videos
1224 commercially. Although I can ONLY use them privately.
"
1225 </blockquote
></p
>
1227 <p
>I
've been unable to find the text of the license term myself, but
1228 suspect it is a variation of the MPEG-LA terms I
1229 <a href=
"http://people.skolelinux.org/pere/blog/Terms_of_use_for_video_produced_by_a_Canon_IXUS_130_digital_camera.html
">discovered
1230 with my Canon IXUS
130</a
>. The HTC One X specification specifies that
1231 the recording format of the phone is .amr for audio and .mp3 for
1233 <a href=
"http://en.wikipedia.org/wiki/Adaptive_Multi-Rate_audio_codec#Licensing_and_patent_issues
">Adaptive
1234 Multi-Rate audio codec
</a
> with patents which according to the
1235 Wikipedia article require an license agreement with
1236 <a href=
"http://www.voiceage.com/
">VoiceAge
</a
>. MP4 is
1237 <a href=
"http://en.wikipedia.org/wiki/H
.264/MPEG-
4_AVC#Patent_licensing
">MPEG4 with
1238 H
.264</a
>, which according to Wikipedia require a licence agreement
1239 with
<a href=
"http://www.mpegla.com/
">MPEG-LA
</a
>.
</p
>
1241 <p
>I know why I prefer
1242 <a href=
"http://www.digistan.org/open-standard:definition
">free and open
1243 standards
</a
> also for video.
</p
>
1248 <title>Changing the default Iceweasel start page in Debian Edu/Squeeze
</title>
1249 <link>http://people.skolelinux.org/pere/blog/Changing_the_default_Iceweasel_start_page_in_Debian_Edu_Squeeze.html
</link>
1250 <guid isPermaLink=
"true">http://people.skolelinux.org/pere/blog/Changing_the_default_Iceweasel_start_page_in_Debian_Edu_Squeeze.html
</guid>
1251 <pubDate>Tue,
10 Jan
2012 15:
30:
00 +
0100</pubDate>
1252 <description><p
>In the Squeeze version of
1253 <a href=
"http://www.skolelinux.org/
">Debian Edu / Skolelinux
</a
> soon
1254 to be released, users of the system will get their default browser
1255 start page set from LDAP, allowing the system administrator to point
1256 all users to the school web page by updating one setting in LDAP. In
1257 addition to setting the default start page when a machine boots, users
1258 are shown the same page as a welcome page when they log in for the
1259 first time.
</p
>
1261 <p
>The LDAP object dc=skole,dc=skolelinux,dc=no have an attribute
1262 labeledURI with
"http://www/ LDAP for Debian Edu/Skolelinux
" as the
1263 default content. By changing this value to another URL, all users get
1264 to see the page behind this new URL.
</p
>
1266 <p
>An easy way to update it is by using the ldapvi tool. It can be
1267 called as
"<tt
>ldapvi -ZD
'(cn=admin)
'</tt
>' to update LDAP with the
1268 new setting.
</p
>
1270 <p
>We have written the code to adjust the default start page and show
1271 the welcome page, and I wonder if there is an easier way to do this
1272 from within Iceweasel instead.
</p
>
1277 <title>Hvordan enkelt laste ned filmer fra NRK
</title>
1278 <link>http://people.skolelinux.org/pere/blog/Hvordan_enkelt_laste_ned_filmer_fra_NRK.html
</link>
1279 <guid isPermaLink=
"true">http://people.skolelinux.org/pere/blog/Hvordan_enkelt_laste_ned_filmer_fra_NRK.html
</guid>
1280 <pubDate>Sat,
5 Nov
2011 15:
20:
00 +
0100</pubDate>
1281 <description><p
>Ofte har jeg lyst til å laste ned et innslag fra NRKs nettsted for
1282 å se det senere når jeg ikke er på nett, eller for å ha det
1283 tilgjengelig når jeg en gang i fremtiden ønsker å referere til
1284 innslaget selv om NRK har fjernet det fra sine nettsider. I dag fant
1285 jeg et lite script som fikser jobben.
</p
>
1287 <p
>Scriptet er laget av Jan Henning Thorsen og tilgjengelig fra
1288 <a href=
"http://jhthorsen.github.com/snippets/nrk-downloader/
">github
</a
>,
1289 og gjør det veldig enkelt å laste ned. Kjør
<tt
>nrk-downloader.sh
1290 http://www1.nrk.no/nett-tv/klipp/
582810</tt
> for å hente ned et enkelt
1291 innslag eller
<tt
>nrk-downloader.sh
1292 http://www1.nrk.no/nett-tv/kategori/
3521</tt
> for å laste ned alle
1293 episodene i en serie.
</p
>
1295 <p
>Det er ikke rakettforskning å laste ned NRK-
"strømmer
", og
1296 tidligere gjorde jeg dette manuelt med mplayer. Scriptet til
1297 Hr. Thorsen gjør det raskere og enklere for meg, men jeg vil ikke si
1298 at det er en revolusjonerende løsning. Jeg mener jo fortsatt at
1299 påstanden fra NRKs ansatte om at det er
1300 <a href=
"http://people.skolelinux.org/pere/blog/Best___ikke_fortelle_noen_at_streaming_er_nedlasting___.html
">vesensforskjellig
1301 å legge tilgjengelig for nedlasting og for streaming
</a
> er
1302 meningsløs.
</p
>
1307 <title>What is missing in the Debian desktop, or why my parents use Kubuntu
</title>
1308 <link>http://people.skolelinux.org/pere/blog/What_is_missing_in_the_Debian_desktop__or_why_my_parents_use_Kubuntu.html
</link>
1309 <guid isPermaLink=
"true">http://people.skolelinux.org/pere/blog/What_is_missing_in_the_Debian_desktop__or_why_my_parents_use_Kubuntu.html
</guid>
1310 <pubDate>Fri,
29 Jul
2011 08:
10:
00 +
0200</pubDate>
1311 <description><p
>While at Debconf11, I have several times during discussions
1312 mentioned the issues I believe should be improved in Debian for its
1313 desktop to be useful for more people. The use case for this is my
1314 parents, which are currently running Kubuntu which solve the
1317 <p
>I suspect these four missing features are not very hard to
1318 implement. After all, they are present in Ubuntu, so if we wanted to
1319 do this in Debian we would have a source.
</p
>
1323 <li
><strong
>Simple GUI based upgrade of packages.
</strong
> When there
1324 are new packages available for upgrades, a icon in the KDE status bar
1325 indicate this, and clicking on it will activate the simple upgrade
1326 tool to handle it. I have no problem guiding both of my parents
1327 through the process over the phone. If a kernel reboot is required,
1328 this too is indicated by the status bars and the upgrade tool. Last
1329 time I checked, nothing with the same features was working in KDE in
1332 <li
><strong
>Simple handling of missing Firefox browser
1333 plugins.
</strong
> When the browser encounter a MIME type it do not
1334 currently have a handler for, it will ask the user if the system
1335 should search for a package that would add support for this MIME type,
1336 and if the user say yes, the APT sources will be searched for packages
1337 advertising the MIME type in their control file (visible in the
1338 Packages file in the APT archive). If one or more packages are found,
1339 it is a simple click of the mouse to add support for the missing mime
1340 type. If the package require the user to accept some non-free
1341 license, this is explained to the user. The entire process make it
1342 more clear to the user why something do not work in the browser, and
1343 make the chances higher for the user to blame the web page authors and
1344 not the browser for any missing features.
</li
>
1346 <li
><strong
>Simple handling of missing multimedia codec/format
1347 handlers.
</strong
> When the media players encounter a format or codec
1348 it is not supporting, a dialog pop up asking the user if the system
1349 should search for a package that would add support for it. This
1350 happen with things like MP3, Windows Media or H
.264. The selection
1351 and installation procedure is very similar to the Firefox browser
1352 plugin handling. This is as far as I know implemented using a
1353 gstreamer hook. The end result is that the user easily get access to
1354 the codecs that are present from the APT archives available, while
1355 explaining more on why a given format is unsupported by Ubuntu.
</li
>
1357 <li
><strong
>Better browser handling of some MIME types.
</strong
> When
1358 displaying a text/plain file in my Debian browser, it will propose to
1359 start emacs to show it. If I remember correctly, when doing the same
1360 in Kunbutu it show the file as a text file in the browser. At least I
1361 know Opera will show text files within the browser. I much prefer the
1362 latter behaviour.
</li
>
1366 <p
>There are other nice features as well, like the simplified suite
1367 upgrader, but given that I am the one mostly doing the dist-upgrade,
1368 it do not matter much.
</p
>
1370 <p
>I really hope we could get these features in place for the next
1371 Debian release. It would require the coordinated effort of several
1372 maintainers, but would make the end user experience a lot better.
</p
>
1377 <title>Gnash enteres Google Summer of Code
2011</title>
1378 <link>http://people.skolelinux.org/pere/blog/Gnash_enteres_Google_Summer_of_Code_2011.html
</link>
1379 <guid isPermaLink=
"true">http://people.skolelinux.org/pere/blog/Gnash_enteres_Google_Summer_of_Code_2011.html
</guid>
1380 <pubDate>Wed,
6 Apr
2011 09:
00:
00 +
0200</pubDate>
1381 <description><p
><a href=
"http://www.getgnash.org/
">The Gnash project
</a
> is still
1382 the most promising solution for a Free Software Flash implementation.
1383 A few days ago the project
1384 <a href=
"http://lists.gnu.org/archive/html/gnash-dev/
2011-
04/msg00011.html
">announced
</a
>
1385 that it will participate in Google Summer of Code. I hope many
1386 students apply, and that some of them succeed in getting AVM2 support
1387 into Gnash.
</p
>
1392 <title>Why isn
't Debian Edu using VLC?
</title>
1393 <link>http://people.skolelinux.org/pere/blog/Why_isn_t_Debian_Edu_using_VLC_.html
</link>
1394 <guid isPermaLink=
"true">http://people.skolelinux.org/pere/blog/Why_isn_t_Debian_Edu_using_VLC_.html
</guid>
1395 <pubDate>Sat,
27 Nov
2010 11:
30:
00 +
0100</pubDate>
1396 <description><p
>In the latest issue of Linux Journal, the readers choices were
1397 presented, and the winner among the multimedia player were VLC.
1398 Personally, I like VLC, and it is my player of choice when I first try
1399 to play a video file or stream. Only if VLC fail will I drag out
1400 gmplayer to see if it can do better. The reason is mostly the failure
1401 model and trust. When VLC fail, it normally pop up a error message
1402 reporting the problem. When mplayer fail, it normally segfault or
1403 just hangs. The latter failure mode drain my trust in the program.
<p
>
1405 <p
>But even if VLC is my player of choice, we have choosen to use
1406 mplayer in
<a href=
"http://www.skolelinux.org/
">Debian
1407 Edu/Skolelinux
</a
>. The reason is simple. We need a good browser
1408 plugin to play web videos seamlessly, and the VLC browser plugin is
1409 not very good. For example, it lack in-line control buttons, so there
1410 is no way for the user to pause the video. Also, when I
1411 <a href=
"http://wiki.debian.org/DebianEdu/BrowserMultimedia
">last
1412 tested the browser plugins
</a
> available in Debian, the VLC plugin
1413 failed on several video pages where mplayer based plugins worked. If
1414 the browser plugin for VLC was as good as the gecko-mediaplayer
1415 package (which uses mplayer), we would switch.
</P
>
1417 <p
>While VLC is a good player, its user interface is slightly
1418 annoying. The most annoying feature is its inconsistent use of
1419 keyboard shortcuts. When the player is in full screen mode, its
1420 shortcuts are different from when it is playing the video in a window.
1421 For example, space only work as pause when in full screen mode. I
1422 wish it had consisten shortcuts and that space also would work when in
1423 window mode. Another nice shortcut in gmplayer is [enter] to restart
1424 the current video. It is very nice when playing short videos from the
1425 web and want to restart it when new people arrive to have a look at
1426 what is going on.
</p
>
1431 <title>Norgeskartet på mange vis - via OpenStreetmap.org
</title>
1432 <link>http://people.skolelinux.org/pere/blog/Norgeskartet_p__mange_vis___via_OpenStreetmap_org.html
</link>
1433 <guid isPermaLink=
"true">http://people.skolelinux.org/pere/blog/Norgeskartet_p__mange_vis___via_OpenStreetmap_org.html
</guid>
1434 <pubDate>Mon,
1 Nov
2010 11:
15:
00 +
0100</pubDate>
1435 <description><p
>Har oppdaget at mange ikke er klar over at OpenStreetmap.org er
1436 tilgjengelig i en rekke forskjellige formater. Her er en liste med
1437 eksporter jeg kjenner til for Norge, for de som trenger et
1438 fribrukskart til sine tjenester:
</p
>
1442 <li
>Cloudmade tilbyr OSM XML, Garmin Map Files, Osmosis country
1443 bounding polygon, Shapefile, Navit maps, GPX POI, TomTom POI og OSM
1444 XML feature extracts via
1445 <a href=
"http://downloads.cloudmade.com/europe/norway
">sine
1446 nedlastingssider
</a
>.
</li
>
1448 <li
>Geofabric tilbyr
1449 <a href=
"http://download.geofabrik.de/osm/europe/norway.osm.bz2
">OSM
1451 <a href=
"http://download.geofabrik.de/osm/europe/norway.osm.pbf
">OSM
1452 protobuf binærformat
</a
> og
1453 <a href=
"http://download.geofabrik.de/osm/europe/norway.shp.zip
">ESRI
1454 Shapefile (EPSG:
4326)
</a
> fra sine nedlastingssider.
</li
>
1456 <li
>Frikart.no tilbyr
1457 <a href=
"http://www.frikart.no/garmin/
">Garmin-kart
</a
> i uike
1458 varianter for veibruk og turbruk sommer og vinter.
</li
>
1460 </ul
></p
>
1462 <p
>Kartene oppdateres regelmessig, som oftest hver uke. Det skulle
1463 dermed være noe for enhver smak.
</p
>
1468 <title>Best å ikke fortelle noen at streaming er nedlasting...
</title>
1469 <link>http://people.skolelinux.org/pere/blog/Best___ikke_fortelle_noen_at_streaming_er_nedlasting___.html
</link>
1470 <guid isPermaLink=
"true">http://people.skolelinux.org/pere/blog/Best___ikke_fortelle_noen_at_streaming_er_nedlasting___.html
</guid>
1471 <pubDate>Sat,
30 Oct
2010 11:
20:
00 +
0200</pubDate>
1472 <description><p
>I dag la jeg inn en kommentar på en sak hos NRKBeta
1473 <a href=
"http://nrkbeta.no/
2010/
10/
27/bakom-blindpassasjer-del-
1/
">om
1474 hvordan TV-serien Blindpassasjer ble laget
</a
> i forbindelse med at
1475 filmene NRK la ut ikke var tilgjengelig i et
1476 <a href=
"http://www.digistan.org/open-standard:definition
">fritt og
1477 åpent format
</a
>. Dette var det jeg skrev publiserte der
07:
39.
</p
>
1479 <p
><blockquote
>
1480 <p
>"Vi fikk en kommentar rundt måten streamet innhold er beskyttet fra
1481 nedlasting. Mange av oss som kan mer enn gjennomsnittet om systemer
1482 som dette, vet at det stort sett er mulig å lure ut ting med den
1483 nødvendige forkunnskapen.
"</p
>
1485 <p
>Haha. Å streame innhold er det samme som å laste ned innhold, så å
1486 beskytte en stream mot nedlasting er ikke mulig. Å skrive noe slikt
1487 er å forlede leseren.
</p
>
1489 <p
>Med den bakgrunn blir forklaringen om at noen rettighetshavere kun
1490 vil tillate streaming men ikke nedlasting meningsløs.
</p
>
1492 <p
>Anbefaler forresten å lese
1493 <a href=
"http://blogs.computerworlduk.com/simon-says/
2010/
10/drm-is-toxic-to-culture/index.htm
">http://blogs.computerworlduk.com/simon-says/
2010/
10/drm-is-toxic-to-culture/index.htm
</a
>
1494 om hva som ville være konsekvensen hvis digitale avspillingssperrer
1495 (DRM) fungerte. Det gjør de naturligvis ikke teknisk - det er jo
1496 derfor de må ha totalitære juridiske beskyttelsesmekanismer på plass,
1497 men det er skremmende hva samfunnet tillater og NRK er med på å bygge
1498 opp under.
</p
>
1499 </blockquote
></p
>
1501 <p
>Ca.
20 minutter senere får jeg følgende epost fra Anders Hofseth i
1504 <p
><blockquote
>
1505 <p
>From: Anders Hofseth
&lt;XXX@gmail.com
>
1506 <br
>To:
"pere@hungry.com
" &lt;pere@hungry.com
>
1507 <br
>Cc: Eirik Solheim
&lt;XXX@gmail.com
>, Jon Ståle Carlsen
&lt;XXX@gmail.com
>, Henrik Lied
&lt;XXX@gmail.com
>
1508 <br
>Subject: Re: [NRKbeta] Kommentar:
"Bakom Blindpassasjer: del
1"
1509 <br
>Date: Sat,
30 Oct
2010 07:
58:
44 +
0200</p
>
1511 <p
>Hei Petter.
1512 <br
>Det du forsøker dra igang er egentlig en interessant diskusjon,
1513 men om vi skal kjøre den i kommentarfeltet her, vil vi kunne bli bedt
1514 om å fjerne blindpassasjer fra nett- tv og det vil heller ikke bli
1515 særlig lett å klarere ut noe annet arkivmateriale på lang tid.
</p
>
1517 <p
>Dette er en situasjon NRKbeta ikke ønsker, så kommentaren er
1518 fjernet og den delen av diskusjonen er avsluttet på nrkbeta, vi antar
1519 konsekvensene vi beskriver ikke er noe du ønsker heller...
</p
>
1521 <p
>Med hilsen,
1522 <br
>-anders
</p
>
1524 <p
>Ring meg om noe er uklart:
95XXXXXXX
</p
>
1525 </blockquote
></p
>
1527 <p
>Ble så fascinert over denne holdningen, at jeg forfattet og sendte
1528 over følgende svar. I og med at debatten er fjernet fra NRK Betas
1529 kommentarfelt, så velger jeg å publisere her på bloggen min i stedet.
1530 Har fjernet epostadresser og telefonnummer til de involverte, for å
1531 unngå at de tiltrekker seg uønskede direkte kontaktforsøk.
</p
>
1533 <p
><blockquote
>
1534 <p
>From: Petter Reinholdtsen
&lt;pere@hungry.com
>
1535 <br
>To: Anders Hofseth
&lt;XXX@gmail.com
>
1536 <br
>Cc: Eirik Solheim
&lt;XXX@gmail.com
>,
1537 <br
> Jon Ståle Carlsen
&lt;XXX@gmail.com
>,
1538 <br
> Henrik Lied
&lt;XXX@gmail.com
>
1539 <br
>Subject: Re: [NRKbeta] Kommentar:
"Bakom Blindpassasjer: del
1"
1540 <br
>Date: Sat,
30 Oct
2010 08:
24:
34 +
0200</p
>
1542 <p
>[Anders Hofseth]
1543 <br
>> Hei Petter.
</p
>
1545 <p
>Hei.
</p
>
1547 <p
>> Det du forsøker dra igang er egentlig en interessant diskusjon, men
1548 <br
>> om vi skal kjøre den i kommentarfeltet her, vil vi kunne bli bedt om
1549 <br
>> å fjerne blindpassasjer fra nett- tv og det vil heller ikke bli
1550 <br
>> særlig lett å klarere ut noe annet arkivmateriale på lang tid.
</p
>
1552 <p
>Godt å se at du er enig i at dette er en interessant diskusjon. Den
1553 vil nok fortsette en stund til. :)
</p
>
1555 <p
>Må innrømme at jeg synes det er merkelig å lese at dere i NRK med
1556 vitende og vilje ønsker å forlede rettighetshaverne for å kunne
1557 fortsette å legge ut arkivmateriale.
</p
>
1559 <p
>Kommentarer og diskusjoner i bloggene til NRK Beta påvirker jo ikke
1560 faktum, som er at streaming er det samme som nedlasting, og at innhold
1561 som er lagt ut på nett kan lagres lokalt for avspilling når en ønsker
1564 <p
>Det du sier er jo at klarering av arkivmateriale for publisering på
1565 web krever at en holder faktum skjult fra debattfeltet på NRKBeta.
1566 Det er ikke et argument som holder vann. :)
</p
>
1568 <p
>> Dette er en situasjon NRKbeta ikke ønsker, så kommentaren er fjernet
1569 <br
>> og den delen av diskusjonen er avsluttet på nrkbeta, vi antar
1570 <br
>> konsekvensene vi beskriver ikke er noe du ønsker heller...
</p
>
1572 <p
>Personlig ønsker jeg at NRK skal slutte å stikke hodet i sanden og
1573 heller være åpne på hvordan virkeligheten fungerer, samt ta opp kampen
1574 mot de som vil låse kulturen inne. Jeg synes det er en skam at NRK
1575 godtar å forlede publikum. Ville heller at NRK krever at innhold som
1576 skal sendes skal være uten bruksbegresninger og kan publiseres i
1577 formater som heller ikke har bruksbegresninger (bruksbegresningene til
1578 H
.264 burde få varselbjellene i NRK til å ringe).
</p
>
1580 <p
>At NRK er med på DRM-tåkeleggingen og at det kommer feilaktive
1581 påstander om at
"streaming beskytter mot nedlasting
" som bare er egnet
1582 til å bygge opp om en myte som er skadelig for samfunnet som helhet.
</p
>
1584 <p
>Anbefaler
&lt;URL:
<a href=
"http://webmink.com/
2010/
09/
03/h-
264-and-foss/
">http://webmink.com/
2010/
09/
03/h-
264-and-foss/
</a
>> og en
1586 &lt;URL:
<a href=
"http://people.skolelinux.org/pere/blog/Terms_of_use_for_video_produced_by_a_Canon_IXUS_130_digital_camera.html
">http://people.skolelinux.org/pere/blog/Terms_of_use_for_video_produced_by_a_Canon_IXUS_130_digital_camera.html
</a
> >.
1587 for å se hva slags bruksbegresninger H
.264 innebærer.
</p
>
1589 <p
>Hvis dette innebærer at NRK må være åpne med at arkivmaterialet ikke
1590 kan brukes før rettighetshaverene også innser at de er med på å skade
1591 samfunnets kultur og kollektive hukommelse, så får en i hvert fall
1592 synliggjort konsekvensene og antagelig mer flammer på en debatt som er
1593 langt på overtid.
</p
>
1595 <p
>> Ring meg om noe er uklart: XXX
</p
>
1597 <p
>Intet uklart, men ikke imponert over måten dere håndterer debatten på.
1598 Hadde du i stedet kommet med et tilsvar i kommentarfeltet der en
1599 gjorde det klart at blindpassasjer-blogpostingen ikke var riktig sted
1600 for videre diskusjon hadde dere i mine øyne kommet fra det med
1601 ryggraden på plass.
</p
>
1603 <p
>PS: Interessant å se at NRK-ansatte ikke bruker NRK-epostadresser.
</p
>
1605 <p
>Som en liten avslutning, her er noen litt morsomme innslag om temaet.
1606 &lt;URL:
<a href=
"http://www.archive.org/details/CopyingIsNotTheft
">http://www.archive.org/details/CopyingIsNotTheft
</a
> > og
1607 &lt;URL:
<a href=
"http://patentabsurdity.com/
">http://patentabsurdity.com/
</a
> > hadde vært noe å kringkaste på
1610 <p
>Vennlig hilsen,
1612 <br
>Petter Reinholdtsen
</p
>
1617 <title>Pledge for funding to the Gnash project to get AVM2 support
</title>
1618 <link>http://people.skolelinux.org/pere/blog/Pledge_for_funding_to_the_Gnash_project_to_get_AVM2_support.html
</link>
1619 <guid isPermaLink=
"true">http://people.skolelinux.org/pere/blog/Pledge_for_funding_to_the_Gnash_project_to_get_AVM2_support.html
</guid>
1620 <pubDate>Tue,
19 Oct
2010 14:
45:
00 +
0200</pubDate>
1621 <description><p
><a href=
"http://www.getgnash.org/
">The Gnash project
</a
> is the
1622 most promising solution for a Free Software Flash implementation. It
1623 has done great so far, but there is still far to go, and recently its
1624 funding has dried up. I believe AVM2 support in Gnash is vital to the
1625 continued progress of the project, as more and more sites show up with
1626 AVM2 flash files.
</p
>
1628 <p
>To try to get funding for developing such support, I have started
1629 <a href=
"http://www.pledgebank.com/gnash-avm2
">a pledge
</a
> with the
1630 following text:
</P
>
1632 <p
><blockquote
>
1634 <p
>"I will pay
100$ to the Gnash project to develop AVM2 support but
1635 only if
10 other people will do the same.
"</p
>
1637 <p
>- Petter Reinholdtsen, free software developer
</p
>
1639 <p
>Deadline to sign up by:
24th December
2010</p
>
1641 <p
>The Gnash project need to get support for the new Flash file
1642 format AVM2 to work with a lot of sites using Flash on the
1643 web. Gnash already work with a lot of Flash sites using the old AVM1
1644 format, but more and more sites are using the AVM2 format these
1645 days. The project web page is available from
1646 http://www.getgnash.org/ . Gnash is a free software implementation
1647 of Adobe Flash, allowing those of us that do not accept the terms of
1648 the Adobe Flash license to get access to Flash sites.
</p
>
1650 <p
>The project need funding to get developers to put aside enough
1651 time to develop the AVM2 support, and this pledge is my way to try
1652 to get this to happen.
</p
>
1654 <p
>The project accept donations via the OpenMediaNow foundation,
1655 <a href=
"http://www.openmedianow.org/?q=node/
32">http://www.openmedianow.org/?q=node/
32</a
> .
</p
>
1657 </blockquote
></p
>
1659 <p
>I hope you will support this effort too. I hope more than
10
1660 people will participate to make this happen. The more money the
1661 project gets, the more features it can develop using these funds.
1667 <title>Standardkrav inn i anbudstekster?
</title>
1668 <link>http://people.skolelinux.org/pere/blog/Standardkrav_inn_i_anbudstekster_.html
</link>
1669 <guid isPermaLink=
"true">http://people.skolelinux.org/pere/blog/Standardkrav_inn_i_anbudstekster_.html
</guid>
1670 <pubDate>Sun,
17 Oct
2010 19:
30:
00 +
0200</pubDate>
1671 <description><p
>Hvis det å følge standarder skal ha noen effekt overfor
1672 leverandører, så må slike krav og ønsker komme inn i anbudstekster når
1673 systemer kjøpes inn. Har ikke sett noen slike formuleringer i anbud
1674 så langt, men har tenkt litt på hva som bør inn. Her er noen ideer og
1675 forslag. Min drøm er at en kan sette krav til slik støtte i
1676 anbudstekster, men så langt er det nok mer sannsynlig at en må nøye
1677 seg med å skrive at det er en fordel om slik støtte er tilstede i
1678 leveranser.
</p
>
1680 <p
>Som systemadministrator på Universitetet er det typisk to områder
1681 som er problematiske for meg. Det ene er admin-grensesnittene på
1682 tjenermaskiner, som vi ønsker å bruke via ssh. Det andre er nettsider
1683 som vi ønsker å bruke via en nettleser. For begge deler er det viktig
1684 at protokollene og formatene som brukes følger standarder våre verktøy
1687 <p
>De fleste har nå støtte for SSH som overføringsprotkoll for
1688 admin-grensesnittet, men det er ikke tilstrekkelig for å kunne stille
1689 inn f.eks BIOS og RAID-kontroller via ssh-forbindelsen. Det er flere
1690 aktuelle protokoller for fremvisning av BIOS-oppsett og
1691 oppstartmeldinger, og min anbefaling ville være å kreve
1692 VT100-kompatibel protokoll, for å sikre at flest mulig
1693 terminalemulatorer kan forstå hva som kommer fra admin-grensesnittet
1694 via ssh. Andre aktuelle alternativer er ANSI-terminalemulering og
1695 VT220. Kanskje en formulering ala dette i anbudsutlysninger vil
1698 <p
><blockquote
>
1699 BIOS og oppstartmeldinger i administrasjonsgrensesnittet til maskinen
1700 bør/skal være tilgjengelig via SSH-protokollen som definert av IETF
1701 (RFC
4251 mfl.) og følge terminalfremvisningprotokollen VT100 (ref?)
1702 når en kobler seg til oppstart via ssh.
1703 </blockquote
></p
>
1705 <p
>Har ikke lykkes med å finne en god referanse for
1706 VT100-spesifikasjonen.
</p
>
1708 <p
>Når det gjelder nettsider, så er det det HTML, CSS og
1709 JavaScript-spesifikasjonen til W3C som gjelder.
</p
>
1711 <p
><blockquote
>
1712 Alle systemets nettsider bør/skal være i henhold til statens
1713 standardkatalogs krav om nettsider og følge HTML-standarden som
1714 definert av W3C, og validere uten feil hos W3Cs HTML-validator
1715 (http://validator.w3.org). Hvis det brukes CSS så bør/skal denne
1716 validere uten feil hos W3Cs CSS-validator
1717 (http://jigsaw.w3.org/css-validator/). Eventuelle JavaScript skal
1718 være i henhold til EcmaScript-standarden. I tillegg til å følge de
1719 overnevnte standardene skal websidene fungere i nettleserne (fyll inn
1720 relevant liste for organisasjonen) Firefox
3.5, Internet Explorer
8,
1722 </blockquote
></p
>
1724 <p
>Vil et slikt avsnitt være konkret nok til å få leverandørene til å
1725 lage nettsider som følger standardene og fungerer i flere
1726 nettlesere?
</p
>
1728 <p
>Tar svært gjerne imot innspill på dette temaet til aktive (at)
1729 nuug.no, og er spesielt interessert i hva andre skriver i sine anbud
1730 for å oppmuntre leverandører til å følge standardene. Kanskje NUUG
1731 burde lage et dokument med forslag til standardformuleringer å ta med
1732 i anbudsutlysninger?
</p
>
1734 <p
>Oppdatering
2010-
12-
03: I følge Wikipedias oppføring om
1735 <a href=
"http://en.wikipedia.org/wiki/ANSI_escape_code
">ANSI escape
1736 code
</a
>, så bruker VT100-terminaler ECMA-
48-spesifikasjonen som
1737 basis for sin oppførsel. Det kan dermed være et alternativ når en
1738 skal spesifisere hvordan seriell-konsoll skal fungere.
</p
>
1743 <title>Terms of use for video produced by a Canon IXUS
130 digital camera
</title>
1744 <link>http://people.skolelinux.org/pere/blog/Terms_of_use_for_video_produced_by_a_Canon_IXUS_130_digital_camera.html
</link>
1745 <guid isPermaLink=
"true">http://people.skolelinux.org/pere/blog/Terms_of_use_for_video_produced_by_a_Canon_IXUS_130_digital_camera.html
</guid>
1746 <pubDate>Thu,
9 Sep
2010 23:
55:
00 +
0200</pubDate>
1747 <description><p
>A few days ago I had the mixed pleasure of bying a new digital
1748 camera, a Canon IXUS
130. It was instructive and very disturbing to
1749 be able to verify that also this camera producer have the nerve to
1750 specify how I can or can not use the videos produced with the camera.
1751 Even thought I was aware of the issue, the options with new cameras
1752 are limited and I ended up bying the camera anyway. What is the
1753 problem, you might ask? It is software patents, MPEG-
4, H
.264 and the
1754 MPEG-LA that is the problem, and our right to record our experiences
1755 without asking for permissions that is at risk.
1757 <p
>On page
27 of the Danish instruction manual, this section is
1761 <p
>This product is licensed under AT
&T patents for the MPEG-
4 standard
1762 and may be used for encoding MPEG-
4 compliant video and/or decoding
1763 MPEG-
4 compliant video that was encoded only (
1) for a personal and
1764 non-commercial purpose or (
2) by a video provider licensed under the
1765 AT
&T patents to provide MPEG-
4 compliant video.
</p
>
1767 <p
>No license is granted or implied for any other use for MPEG-
4
1771 <p
>In short, the camera producer have chosen to use technology
1772 (MPEG-
4/H
.264) that is only provided if I used it for personal and
1773 non-commercial purposes, or ask for permission from the organisations
1774 holding the knowledge monopoly (patent) for technology used.
</p
>
1776 <p
>This issue has been brewing for a while, and I recommend you to
1778 "<a href=
"http://www.osnews.com/story/
23236/Why_Our_Civilization_s_Video_Art_and_Culture_is_Threatened_by_the_MPEG-LA
">Why
1779 Our Civilization
's Video Art and Culture is Threatened by the
1780 MPEG-LA
</a
>" by Eugenia Loli-Queru and
1781 "<a href=
"http://webmink.com/
2010/
09/
03/h-
264-and-foss/
">H
.264 Is Not
1782 The Sort Of Free That Matters
</a
>" by Simon Phipps to learn more about
1783 the issue. The solution is to support the
1784 <a href=
"http://www.digistan.org/open-standard:definition
">free and
1785 open standards
</a
> for video, like
<a href=
"http://www.theora.org/
">Ogg
1786 Theora
</a
>, and avoid MPEG-
4 and H
.264 if you can.
</p
>
1791 <title>Some notes on Flash in Debian and Debian Edu
</title>
1792 <link>http://people.skolelinux.org/pere/blog/Some_notes_on_Flash_in_Debian_and_Debian_Edu.html
</link>
1793 <guid isPermaLink=
"true">http://people.skolelinux.org/pere/blog/Some_notes_on_Flash_in_Debian_and_Debian_Edu.html
</guid>
1794 <pubDate>Sat,
4 Sep
2010 10:
10:
00 +
0200</pubDate>
1795 <description><p
>In the
<a href=
"http://popcon.debian.org/unknown/by_vote
">Debian
1796 popularity-contest numbers
</a
>, the adobe-flashplugin package the
1797 second most popular used package that is missing in Debian. The sixth
1798 most popular is flashplayer-mozilla. This is a clear indication that
1799 working flash is important for Debian users. Around
10 percent of the
1800 users submitting data to popcon.debian.org have this package
1801 installed.
</p
>
1803 <p
>In the report written by Lars Risan in August
2008
1804 («
<a href=
"http://wiki.skolelinux.no/Dokumentasjon/Rapporter?action=AttachFile
&do=view
&target=Skolelinux_i_bruk_rapport_1.0.pdf
">Skolelinux
1805 i bruk – Rapport for Hurum kommune, Universitetet i Agder og
1806 stiftelsen SLX Debian Labs
</a
>»), one of the most important problems
1807 schools experienced with
<a href=
"http://www.skolelinux.org/
">Debian
1808 Edu/Skolelinux
</a
> was the lack of working Flash. A lot of educational
1809 web sites require Flash to work, and lacking working Flash support in
1810 the web browser and the problems with installing it was perceived as a
1811 good reason to stay with Windows.
</p
>
1813 <p
>I once saw a funny and sad comment in a web forum, where Linux was
1814 said to be the retarded cousin that did not really understand
1815 everything you told him but could work fairly well. This was a
1816 comment regarding the problems Linux have with proprietary formats and
1817 non-standard web pages, and is sad because it exposes a fairly common
1818 understanding of whose fault it is if web pages that only work in for
1819 example Internet Explorer
6 fail to work on Firefox, and funny because
1820 it explain very well how annoying it is for users when Linux
1821 distributions do not work with the documents they receive or the web
1822 pages they want to visit.
</p
>
1824 <p
>This is part of the reason why I believe it is important for Debian
1825 and Debian Edu to have a well working Flash implementation in the
1826 distribution, to get at least popular sites as Youtube and Google
1827 Video to working out of the box. For Squeeze, Debian have the chance
1828 to include the latest version of Gnash that will make this happen, as
1829 the new release
0.8.8 was published a few weeks ago and is resting in
1830 unstable. The new version work with more sites that version
0.8.7.
1831 The Gnash maintainers have asked for a freeze exception, but the
1832 release team have not had time to reply to it yet. I hope they agree
1833 with me that Flash is important for the Debian desktop users, and thus
1834 accept the new package into Squeeze.
</p
>
1839 <title>OpenStreetmap one step closer to having routing on its front page
</title>
1840 <link>http://people.skolelinux.org/pere/blog/OpenStreetmap_one_step_closer_to_having_routing_on_its_front_page.html
</link>
1841 <guid isPermaLink=
"true">http://people.skolelinux.org/pere/blog/OpenStreetmap_one_step_closer_to_having_routing_on_its_front_page.html
</guid>
1842 <pubDate>Sun,
18 Jul
2010 16:
45:
00 +
0200</pubDate>
1843 <description><p
>Thanks to
1844 <a href=
"http://feedproxy.google.com/~r/Opengeodata/~
3/wUTCzDZk3lc/project-of-the-week-which-way-home
">todays
1845 opengeodata blog entry
</a
>, I just discovered that the
1846 OpenStreetmap.org site have gotten
1847 <a href=
"http://nroets.dev.openstreetmap.org/demo/index.html?layers=B000FTFTT
">support
1848 for calculating routes
</a
>. The support is still experimental and
1849 only available from the development server, until more experience is
1850 gathered on the user interface and any scalability issues.
</p
>
1852 <p
>Earlier, the routing I knew about using the OpenStreetmap.org data
1853 was provided by
<a href=
"http://maps.cloudmade.com/
">Cloudmade
</a
>,
1854 but having it on the main page is required to make everyone aware of
1855 the issue. I
've had people reject Openstreetmap.org as a viable
1856 alternative for them because the front page lacked routing support,
1857 and I hope their needs will be catered for when routing show up on the
1858 www.openstreetmap.org front page.
</p
>
1863 <title>Great book:
"Content: Selected Essays on Technology, Creativity, Copyright, and the Future of the Future
"</title>
1864 <link>http://people.skolelinux.org/pere/blog/Great_book___Content__Selected_Essays_on_Technology__Creativity__Copyright__and_the_Future_of_the_Future_.html
</link>
1865 <guid isPermaLink=
"true">http://people.skolelinux.org/pere/blog/Great_book___Content__Selected_Essays_on_Technology__Creativity__Copyright__and_the_Future_of_the_Future_.html
</guid>
1866 <pubDate>Mon,
19 Apr
2010 17:
10:
00 +
0200</pubDate>
1867 <description><p
>The last few weeks i have had the pleasure of reading a
1868 thought-provoking collection of essays by Cory Doctorow, on topics
1869 touching copyright, virtual worlds, the future of man when the
1870 conscience mind can be duplicated into a computer and many more. The
1871 book titled
"Content: Selected Essays on Technology, Creativity,
1872 Copyright, and the Future of the Future
" is available with few
1873 restrictions on the web, for example from
1874 <a href=
"http://craphound.com/content/
">his own site
</a
>. I read the
1876 <a href=
"http://www.feedbooks.com/book/
2883">feedbooks
</a
> using
1877 <a href=
"http://www.fbreader.org/
">fbreader
</a
> and my N810. I
1878 strongly recommend this book.
</p
>
1883 <title>Relative popularity of document formats (MS Office vs. ODF)
</title>
1884 <link>http://people.skolelinux.org/pere/blog/Relative_popularity_of_document_formats__MS_Office_vs__ODF_.html
</link>
1885 <guid isPermaLink=
"true">http://people.skolelinux.org/pere/blog/Relative_popularity_of_document_formats__MS_Office_vs__ODF_.html
</guid>
1886 <pubDate>Wed,
12 Aug
2009 15:
50:
00 +
0200</pubDate>
1887 <description><p
>Just for fun, I did a search right now on Google for a few file ODF
1888 and MS Office based formats (not to be mistaken for ISO or ECMA
1889 OOXML), to get an idea of their relative usage. I searched using
1890 'filetype:odt
' and equvalent terms, and got these results:
</P
>
1893 <tr
><th
>Type
</th
><th
>ODF
</th
><th
>MS Office
</th
></tr
>
1894 <tr
><td
>Tekst
</td
> <td
>odt:
282000</td
> <td
>docx:
308000</td
></tr
>
1895 <tr
><td
>Presentasjon
</td
> <td
>odp:
75600</td
> <td
>pptx:
183000</td
></tr
>
1896 <tr
><td
>Regneark
</td
> <td
>ods:
26500 </td
> <td
>xlsx:
145000</td
></tr
>
1899 <p
>Next, I added a
'site:no
' limit to get the numbers for Norway, and
1900 got these numbers:
</p
>
1903 <tr
><th
>Type
</th
><th
>ODF
</th
><th
>MS Office
</th
></tr
>
1904 <tr
><td
>Tekst
</td
> <td
>odt:
2480 </td
> <td
>docx:
4460</td
></tr
>
1905 <tr
><td
>Presentasjon
</td
> <td
>odp:
299 </td
> <td
>pptx:
741</td
></tr
>
1906 <tr
><td
>Regneark
</td
> <td
>ods:
187 </td
> <td
>xlsx:
372</td
></tr
>
1909 <p
>I wonder how these numbers change over time.
</p
>
1911 <p
>I am aware of Google returning different results and numbers based
1912 on where the search is done, so I guess these numbers will differ if
1913 they are conduced in another country. Because of this, I did the same
1914 search from a machine in California, USA, a few minutes after the
1915 search done from a machine here in Norway.
</p
>
1919 <tr
><th
>Type
</th
><th
>ODF
</th
><th
>MS Office
</th
></tr
>
1920 <tr
><td
>Tekst
</td
> <td
>odt:
129000</td
> <td
>docx:
308000</td
></tr
>
1921 <tr
><td
>Presentasjon
</td
> <td
>odp:
44200</td
> <td
>pptx:
93900</td
></tr
>
1922 <tr
><td
>Regneark
</td
> <td
>ods:
26500 </td
> <td
>xlsx:
82400</td
></tr
>
1925 <p
>And with
'site:no
':
1928 <tr
><th
>Type
</th
><th
>ODF
</th
><th
>MS Office
</th
></tr
>
1929 <tr
><td
>Tekst
</td
> <td
>odt:
2480</td
> <td
>docx:
3410</td
></tr
>
1930 <tr
><td
>Presentasjon
</td
> <td
>odp:
175</td
> <td
>pptx:
604</td
></tr
>
1931 <tr
><td
>Regneark
</td
> <td
>ods:
186 </td
> <td
>xlsx:
296</td
></tr
>
1934 <p
>Interesting difference, not sure what to conclude from these
1940 <title>Nasjonalbiblioteket legger ut bøker på web
</title>
1941 <link>http://people.skolelinux.org/pere/blog/Nasjonalbiblioteket_legger_ut_b_ker_p__web.html
</link>
1942 <guid isPermaLink=
"true">http://people.skolelinux.org/pere/blog/Nasjonalbiblioteket_legger_ut_b_ker_p__web.html
</guid>
1943 <pubDate>Thu,
23 Apr
2009 19:
40:
00 +
0200</pubDate>
1944 <description><p
><a href=
"http://www.aftenposten.no/kul_und/litteratur/article3042382.ece
">Aftenposten
1946 <a href=
"http://www.nb.no/aktuelt/
50_000_norske_boeker_gratis_tilgjengelig_paa_nett_helt_lovlig
">nasjonalbiblioteket
1947 og Kopinor har gjort en avtale
</a
> som gjør at eldre bøker kan gjøres
1948 digitalt tilgjengelig fra nasjonalbiblioteket mot at Kopinor får
56
1949 øre for hver side som legges ut. Utvalget er litt merkelig:
1790-,
1950 1890- og
1990-tallet. Jeg synes det er absurd hvis det er slik at
1951 Kopinor skal ha betalt for utlegging av bøker som ikke lenger er
1952 beskyttet av opphavsretten. Jeg antar her at det er mer enn
90 år
1953 siden forfatterne av bøker som ble publisert
1790-
1799 døde, slik at
1954 disse bøkene er falt i det fri og enhver kan kopiere så mye de vil fra
1955 dem uten å bryte opphavsrettsloven. Bruk av slike verk har ikke
1956 Kopinor noe med å gjøre. Jeg håper jeg har misforstått.
1957 <a href=
"http://www.nb.no/aktuelt/no_er_vi_i_gang_med_aa_digitalisere_samlingane_vaare_og_formidle_digitalt
">En
1958 melding fra nasjonalbiblioteket i
2007</a
> tyder på at tekster i det
1959 fri ikke trenger avtale med Kopinor.
</p
>
1961 <p
>Et annet problem er at bøkene kun legges ut som bildefiler, noe som
1962 vil gjøre at søketjenester ikke vil finne disse bøkene når en søker
1963 etter fragmenter i teksten. En risikerer dermed at de blir liggende
1964 på en slik måte at folk som bruker Google ikke finner dem.
</p
>
1966 <p
>Da skulle jeg heller sett at nasjonalbiblioteket gjorde alvor av
1967 sin aprilspøk, og la ut bøkene som faller i det fri
1968 fortløpende.
</p
>
1974 <title>Fildeling er lovlig - ulovlig fildeling er ulovlig
</title>
1975 <link>http://people.skolelinux.org/pere/blog/Fildeling_er_lovlig___ulovlig_fildeling_er_ulovlig.html
</link>
1976 <guid isPermaLink=
"true">http://people.skolelinux.org/pere/blog/Fildeling_er_lovlig___ulovlig_fildeling_er_ulovlig.html
</guid>
1977 <pubDate>Fri,
17 Apr
2009 20:
00:
00 +
0200</pubDate>
1978 <description><p
>Jeg hadde glede av å overvære FADs lansering av
1979 <a href=
"http://www.deltemeninger.no/
">Debattsentralen
1980 deltemeninger.no
</a
> under Go Open
2009, og må si jeg ble skuffet over
1981 en kommentar fra podiet om ulovlig fildeling. Fikk ikke med meg hvem
1982 som holdt innlegget, men det startet med å snakke om ulovlig fildeling
1983 og gikk så over til å snakke om fildeling som om fildeling i seg er
1984 ulovlig. Intet er lengre fra sannheten. Fildeling er en nyttig
1985 teknologi som benyttes av NRK, Debian, Ubuntu, NUUG og andre for
1986 distribusjon av filer. Det er ingenting med denne fildelingen som
1987 gjør den ulovlig. Fildeling er i seg selv en fullt ut lovlig
1988 teknologisk anvendelse. Noe fildeling er ulovlig, og noe er lovlig.
1989 De som tror at fildeling er ulovlig har misforstått grovt. Hvorvidt
1990 den er ulovlig kommer jo an på hvem som har opphavsretten til filene
1991 som deles og hvilke bruksbegrensninger som gjelder for filene. En
1992 rekke filer er lagt ut av rettighetsinnehaver for deling på Internet,
1993 og fildeling av slike filer er fullt ut lovlig.
</p
>
1998 <title>When web browser developers make a video player...
</title>
1999 <link>http://people.skolelinux.org/pere/blog/When_web_browser_developers_make_a_video_player___.html
</link>
2000 <guid isPermaLink=
"true">http://people.skolelinux.org/pere/blog/When_web_browser_developers_make_a_video_player___.html
</guid>
2001 <pubDate>Sat,
17 Jan
2009 18:
50:
00 +
0100</pubDate>
2002 <description><p
>As part of the work we do in
<a href=
"http://www.nuug.no
">NUUG
</a
>
2003 to publish video recordings of our monthly presentations, we provide a
2004 page with embedded video for easy access to the recording. Putting a
2005 good set of HTML tags together to get working embedded video in all
2006 browsers and across all operating systems is not easy. I hope this
2007 will become easier when the
&lt;video
&gt; tag is implemented in all
2008 browsers, but I am not sure. We provide the recordings in several
2009 formats, MPEG1, Ogg Theora, H
.264 and Quicktime, and want the
2010 browser/media plugin to pick one it support and use it to play the
2011 recording, using whatever embed mechanism the browser understand.
2012 There is at least four different tags to use for this, the new HTML5
2013 &lt;video
&gt; tag, the
&lt;object
&gt; tag, the
&lt;embed
&gt; tag and
2014 the
&lt;applet
&gt; tag. All of these take a lot of options, and
2015 finding the best options is a major challenge.
</p
>
2017 <p
>I just tested the experimental Opera browser available from
<a
2018 href=
"http://labs.opera.com
">labs.opera.com
</a
>, to see how it handled
2019 a
&lt;video
&gt; tag with a few video sources and no extra attributes.
2020 I was not very impressed. The browser start by fetching a picture
2021 from the video stream. Not sure if it is the first frame, but it is
2022 definitely very early in the recording. So far, so good. Next,
2023 instead of streaming the
76 MiB video file, it start to download all
2024 of it, but do not start to play the video. This mean I have to wait
2025 for several minutes for the downloading to finish. When the download
2026 is done, the playing of the video do not start! Waiting for the
2027 download, but I do not get to see the video? Some testing later, I
2028 discover that I have to add the controls=
"true
" attribute to be able
2029 to get a play button to pres to start the video. Adding
2030 autoplay=
"true
" did not help. I sure hope this is a misfeature of the
2031 test version of Opera, and that future implementations of the
2032 &lt;video
&gt; tag will stream recordings by default, or at least start
2033 playing when the download is done.
</p
>
2035 <p
>The test page I used (since changed to add more attributes) is
2036 <a href=
"http://www.nuug.no/aktiviteter/
20090113-foredrag-om-foredrag/
">available
2037 from the nuug site
</a
>. Will have to test it with the new Firefox
2040 <p
>In the test process, I discovered a missing feature. I was unable
2041 to find a way to get the URL of the playing video out of Opera, so I
2042 am not quite sure it picked the Ogg Theora version of the video. I
2043 sure hope it was using the announced Ogg Theora support. :)
</p
>
2048 <title>The sorry state of multimedia browser plugins in Debian
</title>
2049 <link>http://people.skolelinux.org/pere/blog/The_sorry_state_of_multimedia_browser_plugins_in_Debian.html
</link>
2050 <guid isPermaLink=
"true">http://people.skolelinux.org/pere/blog/The_sorry_state_of_multimedia_browser_plugins_in_Debian.html
</guid>
2051 <pubDate>Tue,
25 Nov
2008 00:
10:
00 +
0100</pubDate>
2052 <description><p
>Recently I have spent some time evaluating the multimedia browser
2053 plugins available in Debian Lenny, to see which one we should use by
2054 default in Debian Edu. We need an embedded video playing plugin with
2055 control buttons to pause or stop the video, and capable of streaming
2056 all the multimedia content available on the web. The test results and
2057 notes are available on
2058 <a href=
"http://wiki.debian.org/DebianEdu/BrowserMultimedia
">the
2059 Debian wiki
</a
>. I was surprised how few of the plugins are able to
2060 fill this need. My personal video player favorite, VLC, has a really
2061 bad plugin which fail on a lot of the test pages. A lot of the MIME
2062 types I would expect to work with any free software player (like
2063 video/ogg), just do not work. And simple formats like the
2064 audio/x-mplegurl format (m3u playlists), just isn
't supported by the
2065 totem and vlc plugins. I hope the situation will improve soon. No
2066 wonder sites use the proprietary Adobe flash to play video.
</p
>
2068 <p
>For Lenny, we seem to end up with the mplayer plugin. It seem to
2069 be the only one fitting our needs. :/
</p
>