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