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