]> pere.pagekite.me Git - homepage.git/blob - blog/index.html
New post on VLC plugin.
[homepage.git] / blog / index.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" dir="ltr">
4 <head>
5 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
6 <title>Petter Reinholdtsen</title>
7 <link rel="stylesheet" type="text/css" media="screen" href="http://people.skolelinux.org/pere/blog/style.css" />
8 <link rel="stylesheet" type="text/css" media="screen" href="http://people.skolelinux.org/pere/blog/vim.css" />
9 <link rel="alternate" title="RSS Feed" href="http://people.skolelinux.org/pere/blog/index.rss" type="application/rss+xml" />
10 </head>
11 <body>
12 <div class="title">
13 <h1>
14 <a href="http://people.skolelinux.org/pere/blog/">Petter Reinholdtsen</a>
15
16 </h1>
17
18 </div>
19
20
21
22 <div class="entry">
23 <div class="title"><a href="http://people.skolelinux.org/pere/blog/Release_0_2_of_free_software_archive_system_Nikita_announced.html">Release 0.2 of free software archive system Nikita announced</a></div>
24 <div class="date">18th October 2018</div>
25 <div class="body"><p>This morning, the new release of the
26 <a href="https://gitlab.com/OsloMet-ABI/nikita-noark5-core/">Nikita
27 Noark 5 core project</a> was
28 <a href="https://lists.nuug.no/pipermail/nikita-noark/2018-October/000406.html">announced
29 on the project mailing list</a>. The free software solution is an
30 implementation of the Norwegian archive standard Noark 5 used by
31 government offices in Norway. These were the changes in version 0.2
32 since version 0.1.1 (from NEWS.md):
33
34 <ul>
35 <li>Fix typos in REL names</li>
36 <li>Tidy up error message reporting</li>
37 <li>Fix issue where we used Integer.valueOf(), not Integer.getInteger()</li>
38 <li>Change some String handling to StringBuffer</li>
39 <li>Fix error reporting</li>
40 <li>Code tidy-up</li>
41 <li>Fix issue using static non-synchronized SimpleDateFormat to avoid
42 race conditions</li>
43 <li>Fix problem where deserialisers were treating integers as strings</li>
44 <li>Update methods to make them null-safe</li>
45 <li>Fix many issues reported by coverity</li>
46 <li>Improve equals(), compareTo() and hash() in domain model</li>
47 <li>Improvements to the domain model for metadata classes</li>
48 <li>Fix CORS issues when downloading document</li>
49 <li>Implementation of case-handling with registryEntry and document upload</li>
50 <li>Better support in Javascript for OPTIONS</li>
51 <li>Adding concept description of mail integration</li>
52 <li>Improve setting of default values for GET on ny-journalpost</li>
53 <li>Better handling of required values during deserialisation </li>
54 <li>Changed tilknyttetDato (M620) from date to dateTime</li>
55 <li>Corrected some opprettetDato (M600) (de)serialisation errors.</li>
56 <li>Improve parse error reporting.</li>
57 <li>Started on OData search and filtering.</li>
58 <li>Added Contributor Covenant Code of Conduct to project.</li>
59 <li>Moved repository and project from Github to Gitlab.</li>
60 <li>Restructured repository, moved code into src/ and web/.</li>
61 <li>Updated code to use Spring Boot version 2.</li>
62 <li>Added support for OAuth2 authentication.</li>
63 <li>Fixed several bugs discovered by Coverity.</li>
64 <li>Corrected handling of date/datetime fields.</li>
65 <li>Improved error reporting when rejecting during deserializatoin.</li>
66 <li>Adjusted default values provided for ny-arkivdel, ny-mappe,
67 ny-saksmappe, ny-journalpost and ny-dokumentbeskrivelse.</li>
68 <li>Several fixes for korrespondansepart*.</li>
69 <li>Updated web GUI:
70 <ul>
71 <li>Now handle both file upload and download.</li>
72 <li>Uses new OAuth2 authentication for login.</li>
73 <li>Forms now fetches default values from API using GET.</li>
74 <li>Added RFC 822 (email), TIFF and JPEG to list of possible file formats.</li>
75 </ul></li>
76 </ul>
77
78 <p>The changes and improvements are extensive. Running diffstat on
79 the changes between git tab 0.1.1 and 0.2 show 1098 files changed,
80 108666 insertions(+), 54066 deletions(-).</p>
81
82 <p>If free and open standardized archiving API sound interesting to
83 you, please contact us on IRC
84 (<a href="irc://irc.freenode.net/%23nikita">#nikita on
85 irc.freenode.net</a>) or email
86 (<a href="https://lists.nuug.no/mailman/listinfo/nikita-noark">nikita-noark
87 mailing list</a>).</p>
88
89 <p>As usual, if you use Bitcoin and want to show your support of my
90 activities, please send Bitcoin donations to my address
91 <b><a href="bitcoin:15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b">15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b</a></b>.</p>
92 </div>
93 <div class="tags">
94
95
96 Tags: <a href="http://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="http://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="http://people.skolelinux.org/pere/blog/tags/offentlig innsyn">offentlig innsyn</a>, <a href="http://people.skolelinux.org/pere/blog/tags/standard">standard</a>.
97
98
99 </div>
100 </div>
101 <div class="padding"></div>
102
103 <div class="entry">
104 <div class="title"><a href="http://people.skolelinux.org/pere/blog/Fetching_trusted_timestamps_using_the_rfc3161ng_python_module.html">Fetching trusted timestamps using the rfc3161ng python module</a></div>
105 <div class="date"> 8th October 2018</div>
106 <div class="body"><p>I have earlier covered the basics of trusted timestamping using the
107 'openssl ts' client. See blog post for
108 <a href="http://people.skolelinux.org/pere/blog/Public_Trusted_Timestamping_services_for_everyone.html">2014</a>,
109 <a href="http://people.skolelinux.org/pere/blog/syslog_trusted_timestamp___chain_of_trusted_timestamps_for_your_syslog.html">2016</a>
110 and
111 <a href="http://people.skolelinux.org/pere/blog/Idea_for_storing_trusted_timestamps_in_a_Noark_5_archive.html">2017</a>
112 for those stories. But some times I want to integrate the timestamping
113 in other code, and recently I needed to integrate it into Python.
114 After searching a bit, I found
115 <a href="https://dev.entrouvert.org/projects/python-rfc3161">the
116 rfc3161 library</a> which seemed like a good fit, but I soon
117 discovered it only worked for python version 2, and I needed something
118 that work with python version 3. Luckily I next came across
119 <a href="https://github.com/trbs/rfc3161ng/">the rfc3161ng library</a>,
120 a fork of the original rfc3161 library. Not only is it working with
121 python 3, it have fixed a few of the bugs in the original library, and
122 it has an active maintainer. I decided to wrap it up and make it
123 <a href="https://tracker.debian.org/pkg/python-rfc3161ng">available in
124 Debian</a>, and a few days ago it entered Debian unstable and testing.</p>
125
126 <p>Using the library is fairly straight forward. The only slightly
127 problematic step is to fetch the required certificates to verify the
128 timestamp. For some services it is straight forward, while for others
129 I have not yet figured out how to do it. Here is a small standalone
130 code example based on of the integration tests in the library code:</p>
131
132 <pre>
133 #!/usr/bin/python3
134
135 """
136
137 Python 3 script demonstrating how to use the rfc3161ng module to
138 get trusted timestamps.
139
140 The license of this code is the same as the license of the rfc3161ng
141 library, ie MIT/BSD.
142
143 """
144
145 import os
146 import pyasn1.codec.der
147 import rfc3161ng
148 import subprocess
149 import tempfile
150 import urllib.request
151
152 def store(f, data):
153 f.write(data)
154 f.flush()
155 f.seek(0)
156
157 def fetch(url, f=None):
158 response = urllib.request.urlopen(url)
159 data = response.read()
160 if f:
161 store(f, data)
162 return data
163
164 def main():
165 with tempfile.NamedTemporaryFile() as cert_f,\
166 tempfile.NamedTemporaryFile() as ca_f,\
167 tempfile.NamedTemporaryFile() as msg_f,\
168 tempfile.NamedTemporaryFile() as tsr_f:
169
170 # First fetch certificates used by service
171 certificate_data = fetch('https://freetsa.org/files/tsa.crt', cert_f)
172 ca_data_data = fetch('https://freetsa.org/files/cacert.pem', ca_f)
173
174 # Then timestamp the message
175 timestamper = \
176 rfc3161ng.RemoteTimestamper('http://freetsa.org/tsr',
177 certificate=certificate_data)
178 data = b"Python forever!\n"
179 tsr = timestamper(data=data, return_tsr=True)
180
181 # Finally, convert message and response to something 'openssl ts' can verify
182 store(msg_f, data)
183 store(tsr_f, pyasn1.codec.der.encoder.encode(tsr))
184 args = ["openssl", "ts", "-verify",
185 "-data", msg_f.name,
186 "-in", tsr_f.name,
187 "-CAfile", ca_f.name,
188 "-untrusted", cert_f.name]
189 subprocess.check_call(args)
190
191 if '__main__' == __name__:
192 main()
193 </pre>
194
195 <p>The code fetches the required certificates, store them as temporary
196 files, timestamp a simple message, store the message and timestamp to
197 disk and ask 'openssl ts' to verify the timestamp. A timestamp is
198 around 1.5 kiB in size, and should be fairly easy to store for future
199 use.</p>
200
201 <p>As usual, if you use Bitcoin and want to show your support of my
202 activities, please send Bitcoin donations to my address
203 <b><a href="bitcoin:15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b">15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b</a></b>.</p>
204 </div>
205 <div class="tags">
206
207
208 Tags: <a href="http://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="http://people.skolelinux.org/pere/blog/tags/sikkerhet">sikkerhet</a>.
209
210
211 </div>
212 </div>
213 <div class="padding"></div>
214
215 <div class="entry">
216 <div class="title"><a href="http://people.skolelinux.org/pere/blog/Automatic_Google_Drive_sync_using_grive_in_Debian.html">Automatic Google Drive sync using grive in Debian</a></div>
217 <div class="date"> 4th October 2018</div>
218 <div class="body"><p>A few days, I rescued a Windows victim over to Debian. To try to
219 rescue the remains, I helped set up automatic sync with Google Drive.
220 I did not find any sensible Debian package handling this
221 automatically, so I rebuild the grive2 source from
222 <a href="http://www.webupd8.org/">the Ubuntu UPD8 PPA</a> to do the
223 task and added a autostart desktop entry and a small shell script to
224 run in the background while the user is logged in to do the sync.
225 Here is a sketch of the setup for future reference.</p>
226
227 <p>I first created <tt>~/googledrive</tt>, entered the directory and
228 ran '<tt>grive -a</tt>' to authenticate the machine/user. Next, I
229 created a autostart hook in <tt>~/.config/autostart/grive.desktop</tt>
230 to start the sync when the user log in:</p>
231
232 <p><blockquote><pre>
233 [Desktop Entry]
234 Name=Google drive autosync
235 Type=Application
236 Exec=/home/user/bin/grive-sync
237 </pre></blockquote></p>
238
239 <p>Finally, I wrote the <tt>~/bin/grive-sync</tt> script to sync
240 ~/googledrive/ with the files in Google Drive.</p>
241
242 <p><blockquote><pre>
243 #!/bin/sh
244 set -e
245 cd ~/
246 cleanup() {
247 if [ "$syncpid" ] ; then
248 kill $syncpid
249 fi
250 }
251 trap cleanup EXIT INT QUIT
252 /usr/lib/grive/grive-sync.sh listen googledrive 2>&1 | sed "s%^%$0:%" &
253 syncpdi=$!
254 while true; do
255 if ! xhost >/dev/null 2>&1 ; then
256 echo "no DISPLAY, exiting as the user probably logged out"
257 exit 1
258 fi
259 if [ ! -e /run/user/1000/grive-sync.sh_googledrive ] ; then
260 /usr/lib/grive/grive-sync.sh sync googledrive
261 fi
262 sleep 300
263 done 2>&1 | sed "s%^%$0:%"
264 </pre></blockquote></p>
265
266 <p>Feel free to use the setup if you want. It can be assumed to be
267 GNU GPL v2 licensed (or any later version, at your leisure), but I
268 doubt this code is possible to claim copyright on.</p>
269
270 <p>As usual, if you use Bitcoin and want to show your support of my
271 activities, please send Bitcoin donations to my address
272 <b><a href="bitcoin:15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b">15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b</a></b>.</p>
273 </div>
274 <div class="tags">
275
276
277 Tags: <a href="http://people.skolelinux.org/pere/blog/tags/debian">debian</a>, <a href="http://people.skolelinux.org/pere/blog/tags/english">english</a>.
278
279
280 </div>
281 </div>
282 <div class="padding"></div>
283
284 <div class="entry">
285 <div class="title"><a href="http://people.skolelinux.org/pere/blog/Valutakrambod___A_python_and_bitcoin_love_story.html">Valutakrambod - A python and bitcoin love story</a></div>
286 <div class="date">29th September 2018</div>
287 <div class="body"><p>It would come as no surprise to anyone that I am interested in
288 bitcoins and virtual currencies. I've been keeping an eye on virtual
289 currencies for many years, and it is part of the reason a few months
290 ago, I started writing a python library for collecting currency
291 exchange rates and trade on virtual currency exchanges. I decided to
292 name the end result valutakrambod, which perhaps can be translated to
293 small currency shop.</p>
294
295 <p>The library uses the tornado python library to handle HTTP and
296 websocket connections, and provide a asynchronous system for
297 connecting to and tracking several services. The code is available
298 from
299 <a href="http://github.com/petterreinholdtsen/valutakrambod">github</a>.</p>
300
301 </p>There are two example clients of the library. One is very simple and
302 list every updated buy/sell price received from the various services.
303 This code is started by running bin/btc-rates and call the client code
304 in valutakrambod/client.py. The simple client look like this:</p>
305
306 <p><blockquote><pre>
307 import functools
308 import tornado.ioloop
309 import valutakrambod
310 class SimpleClient(object):
311 def __init__(self):
312 self.services = []
313 self.streams = []
314 pass
315 def newdata(self, service, pair, changed):
316 print("%-15s %s-%s: %8.3f %8.3f" % (
317 service.servicename(),
318 pair[0],
319 pair[1],
320 service.rates[pair]['ask'],
321 service.rates[pair]['bid'])
322 )
323 async def refresh(self, service):
324 await service.fetchRates(service.wantedpairs)
325 def run(self):
326 self.ioloop = tornado.ioloop.IOLoop.current()
327 self.services = valutakrambod.service.knownServices()
328 for e in self.services:
329 service = e()
330 service.subscribe(self.newdata)
331 stream = service.websocket()
332 if stream:
333 self.streams.append(stream)
334 else:
335 # Fetch information from non-streaming services immediately
336 self.ioloop.call_later(len(self.services),
337 functools.partial(self.refresh, service))
338 # as well as regularly
339 service.periodicUpdate(60)
340 for stream in self.streams:
341 stream.connect()
342 try:
343 self.ioloop.start()
344 except KeyboardInterrupt:
345 print("Interrupted by keyboard, closing all connections.")
346 pass
347 for stream in self.streams:
348 stream.close()
349 </pre></blockquote></p>
350
351 <p>The library client loops over all known "public" services,
352 initialises it, subscribes to any updates from the service, checks and
353 activates websocket streaming if the service provide it, and if no
354 streaming is supported, fetches information from the service and sets
355 up a periodic update every 60 seconds. The output from this client
356 can look like this:</p>
357
358 <p><blockquote><pre>
359 Bl3p BTC-EUR: 5687.110 5653.690
360 Bl3p BTC-EUR: 5687.110 5653.690
361 Bl3p BTC-EUR: 5687.110 5653.690
362 Hitbtc BTC-USD: 6594.560 6593.690
363 Hitbtc BTC-USD: 6594.560 6593.690
364 Bl3p BTC-EUR: 5687.110 5653.690
365 Hitbtc BTC-USD: 6594.570 6593.690
366 Bitstamp EUR-USD: 1.159 1.154
367 Hitbtc BTC-USD: 6594.570 6593.690
368 Hitbtc BTC-USD: 6594.580 6593.690
369 Hitbtc BTC-USD: 6594.580 6593.690
370 Hitbtc BTC-USD: 6594.580 6593.690
371 Bl3p BTC-EUR: 5687.110 5653.690
372 Paymium BTC-EUR: 5680.000 5620.240
373 </pre></blockquote></p>
374
375 <p>The exchange order book is tracked in addition to the best buy/sell
376 price, for those that need to know the details.</p>
377
378 <p>The other example client is focusing on providing a curses view
379 with updated buy/sell prices as soon as they are received from the
380 services. This code is located in bin/btc-rates-curses and activated
381 by using the '-c' argument. Without the argument the "curses" output
382 is printed without using curses, which is useful for debugging. The
383 curses view look like this:</p>
384
385 <p><blockquote><pre>
386 Name Pair Bid Ask Spr Ftcd Age
387 BitcoinsNorway BTCEUR 5591.8400 5711.0800 2.1% 16 nan 60
388 Bitfinex BTCEUR 5671.0000 5671.2000 0.0% 16 22 59
389 Bitmynt BTCEUR 5580.8000 5807.5200 3.9% 16 41 60
390 Bitpay BTCEUR 5663.2700 nan nan% 15 nan 60
391 Bitstamp BTCEUR 5664.8400 5676.5300 0.2% 0 1 1
392 Bl3p BTCEUR 5653.6900 5684.9400 0.5% 0 nan 19
393 Coinbase BTCEUR 5600.8200 5714.9000 2.0% 15 nan nan
394 Kraken BTCEUR 5670.1000 5670.2000 0.0% 14 17 60
395 Paymium BTCEUR 5620.0600 5680.0000 1.1% 1 7515 nan
396 BitcoinsNorway BTCNOK 52898.9700 54034.6100 2.1% 16 nan 60
397 Bitmynt BTCNOK 52960.3200 54031.1900 2.0% 16 41 60
398 Bitpay BTCNOK 53477.7833 nan nan% 16 nan 60
399 Coinbase BTCNOK 52990.3500 54063.0600 2.0% 15 nan nan
400 MiraiEx BTCNOK 52856.5300 54100.6000 2.3% 16 nan nan
401 BitcoinsNorway BTCUSD 6495.5300 6631.5400 2.1% 16 nan 60
402 Bitfinex BTCUSD 6590.6000 6590.7000 0.0% 16 23 57
403 Bitpay BTCUSD 6564.1300 nan nan% 15 nan 60
404 Bitstamp BTCUSD 6561.1400 6565.6200 0.1% 0 2 1
405 Coinbase BTCUSD 6504.0600 6635.9700 2.0% 14 nan 117
406 Gemini BTCUSD 6567.1300 6573.0700 0.1% 16 89 nan
407 Hitbtc+BTCUSD 6592.6200 6594.2100 0.0% 0 0 0
408 Kraken BTCUSD 6565.2000 6570.9000 0.1% 15 17 58
409 Exchangerates EURNOK 9.4665 9.4665 0.0% 16 107789 nan
410 Norgesbank EURNOK 9.4665 9.4665 0.0% 16 107789 nan
411 Bitstamp EURUSD 1.1537 1.1593 0.5% 4 5 1
412 Exchangerates EURUSD 1.1576 1.1576 0.0% 16 107789 nan
413 BitcoinsNorway LTCEUR 1.0000 49.0000 98.0% 16 nan nan
414 BitcoinsNorway LTCNOK 492.4800 503.7500 2.2% 16 nan 60
415 BitcoinsNorway LTCUSD 1.0221 49.0000 97.9% 15 nan nan
416 Norgesbank USDNOK 8.1777 8.1777 0.0% 16 107789 nan
417 </pre></blockquote></p>
418
419 <p>The code for this client is too complex for a simple blog post, so
420 you will have to check out the git repository to figure out how it
421 work. What I can tell is how the three last numbers on each line
422 should be interpreted. The first is how many seconds ago information
423 was received from the service. The second is how long ago, according
424 to the service, the provided information was updated. The last is an
425 estimate on how often the buy/sell values change.</p>
426
427 <p>If you find this library useful, or would like to improve it, I
428 would love to hear from you. Note that for some of the services I've
429 implemented a trading API. It might be the topic of a future blog
430 post.</p>
431
432 <p>As usual, if you use Bitcoin and want to show your support of my
433 activities, please send Bitcoin donations to my address
434 <b><a href="bitcoin:15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b">15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b</a></b>.</p>
435 </div>
436 <div class="tags">
437
438
439 Tags: <a href="http://people.skolelinux.org/pere/blog/tags/bitcoin">bitcoin</a>, <a href="http://people.skolelinux.org/pere/blog/tags/english">english</a>.
440
441
442 </div>
443 </div>
444 <div class="padding"></div>
445
446 <div class="entry">
447 <div class="title"><a href="http://people.skolelinux.org/pere/blog/VLC_in_Debian_now_can_do_bittorrent_streaming.html">VLC in Debian now can do bittorrent streaming</a></div>
448 <div class="date">24th September 2018</div>
449 <div class="body"><p>Back in February, I got curious to see
450 <a href="http://people.skolelinux.org/pere/blog/Using_VLC_to_stream_bittorrent_sources.html">if
451 VLC now supported Bittorrent streaming</a>. It did not, despite the
452 fact that the idea and code to handle such streaming had been floating
453 around for years. I did however find
454 <a href="https://github.com/johang/vlc-bittorrent">a standalone plugin
455 for VLC</a> to do it, and half a year later I decided to wrap up the
456 plugin and get it into Debian. I uploaded it to NEW a few days ago,
457 and am very happy to report that it
458 <a href="https://tracker.debian.org/pkg/vlc-plugin-bittorrent">entered
459 Debian</a> a few hours ago, and should be available in Debian/Unstable
460 tomorrow, and Debian/Testing in a few days.</p>
461
462 <p>With the vlc-plugin-bittorrent package installed you should be able
463 to stream videos using a simple call to</p>
464
465 <p><blockquote><pre>
466 vlc https://archive.org/download/TheGoat/TheGoat_archive.torrent
467 </pre></blockquote></p>
468
469 </p>It can handle magnet links too. Now if only native vlc had
470 bittorrent support. Then a lot more would be helping each other to
471 share public domain and creative commons movies. The plugin need some
472 stability work with seeking and picking the right file in a torrent
473 with many files, but is already usable. Please note that the plugin
474 is not removing downloaded files when vlc is stopped, so it can fill
475 up your disk if you are not careful. Have fun. :)</p>
476
477 <p>I would love to get help maintaining this package. Get in touch if
478 you are interested.</p>
479
480 <p>As usual, if you use Bitcoin and want to show your support of my
481 activities, please send Bitcoin donations to my address
482 <b><a href="bitcoin:15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b">15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b</a></b>.</p>
483 </div>
484 <div class="tags">
485
486
487 Tags: <a href="http://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="http://people.skolelinux.org/pere/blog/tags/verkidetfri">verkidetfri</a>, <a href="http://people.skolelinux.org/pere/blog/tags/video">video</a>.
488
489
490 </div>
491 </div>
492 <div class="padding"></div>
493
494 <div class="entry">
495 <div class="title"><a href="http://people.skolelinux.org/pere/blog/Using_the_Kodi_API_to_play_Youtube_videos.html">Using the Kodi API to play Youtube videos</a></div>
496 <div class="date"> 2nd September 2018</div>
497 <div class="body"><p>I continue to explore my Kodi installation, and today I wanted to
498 tell it to play a youtube URL I received in a chat, without having to
499 insert search terms using the on-screen keyboard. After searching the
500 web for API access to the Youtube plugin and testing a bit, I managed
501 to find a recipe that worked. If you got a kodi instance with its API
502 available from http://kodihost/jsonrpc, you can try the following to
503 have check out a nice cover band.</p>
504
505 <p><blockquote><pre>curl --silent --header 'Content-Type: application/json' \
506 --data-binary '{ "id": 1, "jsonrpc": "2.0", "method": "Player.Open",
507 "params": {"item": { "file":
508 "plugin://plugin.video.youtube/play/?video_id=LuRGVM9O0qg" } } }' \
509 http://projector.local/jsonrpc</pre></blockquote></p>
510
511 <p>I've extended kodi-stream program to take a video source as its
512 first argument. It can now handle direct video links, youtube links
513 and 'desktop' to stream my desktop to Kodi. It is almost like a
514 Chromecast. :)</p>
515
516 <p>As usual, if you use Bitcoin and want to show your support of my
517 activities, please send Bitcoin donations to my address
518 <b><a href="bitcoin:15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b">15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b</a></b>.</p>
519 </div>
520 <div class="tags">
521
522
523 Tags: <a href="http://people.skolelinux.org/pere/blog/tags/debian">debian</a>, <a href="http://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="http://people.skolelinux.org/pere/blog/tags/kodi">kodi</a>, <a href="http://people.skolelinux.org/pere/blog/tags/video">video</a>.
524
525
526 </div>
527 </div>
528 <div class="padding"></div>
529
530 <div class="entry">
531 <div class="title"><a href="http://people.skolelinux.org/pere/blog/Software_created_using_taxpayers__money_should_be_Free_Software.html">Software created using taxpayers’ money should be Free Software</a></div>
532 <div class="date">30th August 2018</div>
533 <div class="body"><p>It might seem obvious that software created using tax money should
534 be available for everyone to use and improve. Free Software
535 Foundation Europe recentlystarted a campaign to help get more people
536 to understand this, and I just signed the petition on
537 <a href="https://publiccode.eu/">Public Money, Public Code</a> to help
538 them. I hope you too will do the same.</p>
539 </div>
540 <div class="tags">
541
542
543 Tags: <a href="http://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="http://people.skolelinux.org/pere/blog/tags/opphavsrett">opphavsrett</a>.
544
545
546 </div>
547 </div>
548 <div class="padding"></div>
549
550 <div class="entry">
551 <div class="title"><a href="http://people.skolelinux.org/pere/blog/A_bit_more_on_privacy_respecting_health_monitor___fitness_tracker.html">A bit more on privacy respecting health monitor / fitness tracker</a></div>
552 <div class="date">13th August 2018</div>
553 <div class="body"><p>A few days ago, I wondered if there are any privacy respecting
554 health monitors and/or fitness trackers available for sale these days.
555 I would like to buy one, but do not want to share my personal data
556 with strangers, nor be forced to have a mobile phone to get data out
557 of the unit. I've received some ideas, and would like to share them
558 with you.
559
560 One interesting data point was a pointer to a Free Software app for
561 Android named
562 <a href="https://github.com/Freeyourgadget/Gadgetbridge/">Gadgetbridge</a>.
563 It provide cloudless collection and storing of data from a variety of
564 trackers. Its
565 <a href="https://github.com/Freeyourgadget/Gadgetbridge/#supported-devices">list
566 of supported devices</a> is a good indicator for units where the
567 protocol is fairly open, as it is obviously being handled by Free
568 Software. Other units are reportedly encrypting the collected
569 information with their own public key, making sure only the vendor
570 cloud service is able to extract data from the unit. The people
571 contacting me about Gadgetbirde said they were using
572 <a href="https://us.amazfit.com/shop/bip?variant=336750">Amazfit
573 Bip</a> and
574 <a href="http://www.xiaomimi6phone.com/xiaomi-mi-band-3-features-release-date-rumors/">Xiaomi
575 Band 3</a>.</p>
576
577 <p>I also got a suggestion to look at some of the units from Garmin.
578 I was told their GPS watches can be connected via USB and show up as a
579 USB storage device with
580 <a href="https://www.gpsbabel.org/htmldoc-development/fmt_garmin_fit.html">Garmin
581 FIT files</a> containing the collected measurements. While
582 proprietary, FIT files apparently can be read at least by
583 <a href="https://www.gpsbabel.org">GPSBabel</a> and the
584 <a href="https://apps.nextcloud.com/apps/gpxpod">GpxPod</a> Nextcloud
585 app. It is unclear to me if they can read step count and heart rate
586 data. The person I talked to was using a
587 <a href="https://buy.garmin.com/en-US/US/p/564291">Garmin Forerunner
588 935</a>, which is a fairly expensive unit. I doubt it is worth it for
589 a unit where the vendor clearly is trying its best to move from open
590 to closed systems. I still remember when Garmin dropped NMEA support
591 in its GPSes.</p>
592
593 <p>A final idea was to build ones own unit, perhaps by basing it on a
594 wearable hardware platforms like
595 <a href="https://learn.adafruit.com/flora-geo-watch">the Flora Geo
596 Watch</a>. Sound like fun, but I had more money than time to spend on
597 the topic, so I suspect it will have to wait for another time.</p>
598
599 <p>While I was working on tracking down links, I came across an
600 inspiring TED talk by Dave Debronkart about
601 <a href="https://archive.org/details/DavedeBronkart_2010X">being a
602 e-patient</a>, and discovered the web site
603 <a href="https://participatorymedicine.org/epatients/">Participatory
604 Medicine</a>. If you too want to track your own health and fitness
605 without having information about your private life floating around on
606 computers owned by others, I recommend checking it out.</p>
607
608 <p>As usual, if you use Bitcoin and want to show your support of my
609 activities, please send Bitcoin donations to my address
610 <b><a href="bitcoin:15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b">15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b</a></b>.</p>
611 </div>
612 <div class="tags">
613
614
615 Tags: <a href="http://people.skolelinux.org/pere/blog/tags/english">english</a>.
616
617
618 </div>
619 </div>
620 <div class="padding"></div>
621
622 <div class="entry">
623 <div class="title"><a href="http://people.skolelinux.org/pere/blog/Privacy_respecting_health_monitor___fitness_tracker_.html">Privacy respecting health monitor / fitness tracker?</a></div>
624 <div class="date"> 7th August 2018</div>
625 <div class="body"><p>Dear lazyweb,</p>
626
627 <p>I wonder, is there a fitness tracker / health monitor available for
628 sale today that respect the users privacy? With this I mean a
629 watch/bracelet capable of measuring pulse rate and other
630 fitness/health related values (and by all means, also the correct time
631 and location if possible), which is <strong>only</strong> provided for
632 me to extract/read from the unit with computer without a radio beacon
633 and Internet connection. In other words, it do not depend on a cell
634 phone app, and do make the measurements available via other peoples
635 computer (aka "the cloud"). The collected data should be available
636 using only free software. I'm not interested in depending on some
637 non-free software that will leave me high and dry some time in the
638 future. I've been unable to find any such unit. I would like to buy
639 it. The ones I have seen for sale here in Norway are proud to report
640 that they share my health data with strangers (aka "cloud enabled").
641 Is there an alternative? I'm not interested in giving money to people
642 requiring me to accept "privacy terms" to allow myself to measure my
643 own health.</p>
644
645 <p>As usual, if you use Bitcoin and want to show your support of my
646 activities, please send Bitcoin donations to my address
647 <b><a href="bitcoin:15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b">15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b</a></b>.</p>
648 </div>
649 <div class="tags">
650
651
652 Tags: <a href="http://people.skolelinux.org/pere/blog/tags/english">english</a>.
653
654
655 </div>
656 </div>
657 <div class="padding"></div>
658
659 <div class="entry">
660 <div class="title"><a href="http://people.skolelinux.org/pere/blog/Sharing_images_with_friends_and_family_using_RSS_and_EXIF_XMP_metadata.html">Sharing images with friends and family using RSS and EXIF/XMP metadata</a></div>
661 <div class="date">31st July 2018</div>
662 <div class="body"><p>For a while now, I have looked for a sensible way to share images
663 with my family using a self hosted solution, as it is unacceptable to
664 place images from my personal life under the control of strangers
665 working for data hoarders like Google or Dropbox. The last few days I
666 have drafted an approach that might work out, and I would like to
667 share it with you. I would like to publish images on a server under
668 my control, and point some Internet connected display units using some
669 free and open standard to the images I published. As my primary
670 language is not limited to ASCII, I need to store metadata using
671 UTF-8. Many years ago, I hoped to find a digital photo frame capable
672 of reading a RSS feed with image references (aka using the
673 &lt;enclosure&gt; RSS tag), but was unable to find a current supplier
674 of such frames. In the end I gave up that approach.</p>
675
676 <p>Some months ago, I discovered that
677 <a href="https://www.jwz.org/xscreensaver/">XScreensaver</a> is able to
678 read images from a RSS feed, and used it to set up a screen saver on
679 my home info screen, showing images from the Daily images feed from
680 NASA. This proved to work well. More recently I discovered that
681 <a href="https://kodi.tv">Kodi</a> (both using
682 <a href="https://www.openelec.tv/">OpenELEC</a> and
683 <a href="https://libreelec.tv">LibreELEC</a>) provide the
684 <a href="https://github.com/grinsted/script.screensaver.feedreader">Feedreader</a>
685 screen saver capable of reading a RSS feed with images and news. For
686 fun, I used it this summer to test Kodi on my parents TV by hooking up
687 a Raspberry PI unit with LibreELEC, and wanted to provide them with a
688 screen saver showing selected pictures from my selection.</p>
689
690 <p>Armed with motivation and a test photo frame, I set out to generate
691 a RSS feed for the Kodi instance. I adjusted my <a
692 href="https://freedombox.org/">Freedombox</a> instance, created
693 /var/www/html/privatepictures/, wrote a small Perl script to extract
694 title and description metadata from the photo files and generate the
695 RSS file. I ended up using Perl instead of python, as the
696 libimage-exiftool-perl Debian package seemed to handle the EXIF/XMP
697 tags I ended up using, while python3-exif did not. The relevant EXIF
698 tags only support ASCII, so I had to find better alternatives. XMP
699 seem to have the support I need.</p>
700
701 <p>I am a bit unsure which EXIF/XMP tags to use, as I would like to
702 use tags that can be easily added/updated using normal free software
703 photo managing software. I ended up using the tags set using this
704 exiftool command, as these tags can also be set using digiKam:</p>
705
706 <blockquote><pre>
707 exiftool -headline='The RSS image title' \
708 -description='The RSS image description.' \
709 -subject+=for-family photo.jpeg
710 </pre></blockquote>
711
712 <p>I initially tried the "-title" and "keyword" tags, but they were
713 invisible in digiKam, so I changed to "-headline" and "-subject". I
714 use the keyword/subject 'for-family' to flag that the photo should be
715 shared with my family. Images with this keyword set are located and
716 copied into my Freedombox for the RSS generating script to find.</p>
717
718 <p>Are there better ways to do this? Get in touch if you have better
719 suggestions.</p>
720
721 <p>As usual, if you use Bitcoin and want to show your support of my
722 activities, please send Bitcoin donations to my address
723 <b><a href="bitcoin:15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b">15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b</a></b>.</p>
724 </div>
725 <div class="tags">
726
727
728 Tags: <a href="http://people.skolelinux.org/pere/blog/tags/debian">debian</a>, <a href="http://people.skolelinux.org/pere/blog/tags/english">english</a>.
729
730
731 </div>
732 </div>
733 <div class="padding"></div>
734
735 <p style="text-align: right;"><a href="index.rss"><img src="http://people.skolelinux.org/pere/blog/xml.gif" alt="RSS feed" width="36" height="14" /></a></p>
736 <div id="sidebar">
737
738
739
740 <h2>Archive</h2>
741 <ul>
742
743 <li>2018
744 <ul>
745
746 <li><a href="http://people.skolelinux.org/pere/blog/archive/2018/01/">January (1)</a></li>
747
748 <li><a href="http://people.skolelinux.org/pere/blog/archive/2018/02/">February (5)</a></li>
749
750 <li><a href="http://people.skolelinux.org/pere/blog/archive/2018/03/">March (5)</a></li>
751
752 <li><a href="http://people.skolelinux.org/pere/blog/archive/2018/04/">April (3)</a></li>
753
754 <li><a href="http://people.skolelinux.org/pere/blog/archive/2018/06/">June (2)</a></li>
755
756 <li><a href="http://people.skolelinux.org/pere/blog/archive/2018/07/">July (5)</a></li>
757
758 <li><a href="http://people.skolelinux.org/pere/blog/archive/2018/08/">August (3)</a></li>
759
760 <li><a href="http://people.skolelinux.org/pere/blog/archive/2018/09/">September (3)</a></li>
761
762 <li><a href="http://people.skolelinux.org/pere/blog/archive/2018/10/">October (3)</a></li>
763
764 </ul></li>
765
766 <li>2017
767 <ul>
768
769 <li><a href="http://people.skolelinux.org/pere/blog/archive/2017/01/">January (4)</a></li>
770
771 <li><a href="http://people.skolelinux.org/pere/blog/archive/2017/02/">February (3)</a></li>
772
773 <li><a href="http://people.skolelinux.org/pere/blog/archive/2017/03/">March (5)</a></li>
774
775 <li><a href="http://people.skolelinux.org/pere/blog/archive/2017/04/">April (2)</a></li>
776
777 <li><a href="http://people.skolelinux.org/pere/blog/archive/2017/06/">June (5)</a></li>
778
779 <li><a href="http://people.skolelinux.org/pere/blog/archive/2017/07/">July (1)</a></li>
780
781 <li><a href="http://people.skolelinux.org/pere/blog/archive/2017/08/">August (1)</a></li>
782
783 <li><a href="http://people.skolelinux.org/pere/blog/archive/2017/09/">September (3)</a></li>
784
785 <li><a href="http://people.skolelinux.org/pere/blog/archive/2017/10/">October (5)</a></li>
786
787 <li><a href="http://people.skolelinux.org/pere/blog/archive/2017/11/">November (3)</a></li>
788
789 <li><a href="http://people.skolelinux.org/pere/blog/archive/2017/12/">December (4)</a></li>
790
791 </ul></li>
792
793 <li>2016
794 <ul>
795
796 <li><a href="http://people.skolelinux.org/pere/blog/archive/2016/01/">January (3)</a></li>
797
798 <li><a href="http://people.skolelinux.org/pere/blog/archive/2016/02/">February (2)</a></li>
799
800 <li><a href="http://people.skolelinux.org/pere/blog/archive/2016/03/">March (3)</a></li>
801
802 <li><a href="http://people.skolelinux.org/pere/blog/archive/2016/04/">April (8)</a></li>
803
804 <li><a href="http://people.skolelinux.org/pere/blog/archive/2016/05/">May (8)</a></li>
805
806 <li><a href="http://people.skolelinux.org/pere/blog/archive/2016/06/">June (2)</a></li>
807
808 <li><a href="http://people.skolelinux.org/pere/blog/archive/2016/07/">July (2)</a></li>
809
810 <li><a href="http://people.skolelinux.org/pere/blog/archive/2016/08/">August (5)</a></li>
811
812 <li><a href="http://people.skolelinux.org/pere/blog/archive/2016/09/">September (2)</a></li>
813
814 <li><a href="http://people.skolelinux.org/pere/blog/archive/2016/10/">October (3)</a></li>
815
816 <li><a href="http://people.skolelinux.org/pere/blog/archive/2016/11/">November (8)</a></li>
817
818 <li><a href="http://people.skolelinux.org/pere/blog/archive/2016/12/">December (5)</a></li>
819
820 </ul></li>
821
822 <li>2015
823 <ul>
824
825 <li><a href="http://people.skolelinux.org/pere/blog/archive/2015/01/">January (7)</a></li>
826
827 <li><a href="http://people.skolelinux.org/pere/blog/archive/2015/02/">February (6)</a></li>
828
829 <li><a href="http://people.skolelinux.org/pere/blog/archive/2015/03/">March (1)</a></li>
830
831 <li><a href="http://people.skolelinux.org/pere/blog/archive/2015/04/">April (4)</a></li>
832
833 <li><a href="http://people.skolelinux.org/pere/blog/archive/2015/05/">May (3)</a></li>
834
835 <li><a href="http://people.skolelinux.org/pere/blog/archive/2015/06/">June (4)</a></li>
836
837 <li><a href="http://people.skolelinux.org/pere/blog/archive/2015/07/">July (6)</a></li>
838
839 <li><a href="http://people.skolelinux.org/pere/blog/archive/2015/08/">August (2)</a></li>
840
841 <li><a href="http://people.skolelinux.org/pere/blog/archive/2015/09/">September (2)</a></li>
842
843 <li><a href="http://people.skolelinux.org/pere/blog/archive/2015/10/">October (9)</a></li>
844
845 <li><a href="http://people.skolelinux.org/pere/blog/archive/2015/11/">November (6)</a></li>
846
847 <li><a href="http://people.skolelinux.org/pere/blog/archive/2015/12/">December (3)</a></li>
848
849 </ul></li>
850
851 <li>2014
852 <ul>
853
854 <li><a href="http://people.skolelinux.org/pere/blog/archive/2014/01/">January (2)</a></li>
855
856 <li><a href="http://people.skolelinux.org/pere/blog/archive/2014/02/">February (3)</a></li>
857
858 <li><a href="http://people.skolelinux.org/pere/blog/archive/2014/03/">March (8)</a></li>
859
860 <li><a href="http://people.skolelinux.org/pere/blog/archive/2014/04/">April (7)</a></li>
861
862 <li><a href="http://people.skolelinux.org/pere/blog/archive/2014/05/">May (1)</a></li>
863
864 <li><a href="http://people.skolelinux.org/pere/blog/archive/2014/06/">June (2)</a></li>
865
866 <li><a href="http://people.skolelinux.org/pere/blog/archive/2014/07/">July (2)</a></li>
867
868 <li><a href="http://people.skolelinux.org/pere/blog/archive/2014/08/">August (2)</a></li>
869
870 <li><a href="http://people.skolelinux.org/pere/blog/archive/2014/09/">September (5)</a></li>
871
872 <li><a href="http://people.skolelinux.org/pere/blog/archive/2014/10/">October (6)</a></li>
873
874 <li><a href="http://people.skolelinux.org/pere/blog/archive/2014/11/">November (3)</a></li>
875
876 <li><a href="http://people.skolelinux.org/pere/blog/archive/2014/12/">December (5)</a></li>
877
878 </ul></li>
879
880 <li>2013
881 <ul>
882
883 <li><a href="http://people.skolelinux.org/pere/blog/archive/2013/01/">January (11)</a></li>
884
885 <li><a href="http://people.skolelinux.org/pere/blog/archive/2013/02/">February (9)</a></li>
886
887 <li><a href="http://people.skolelinux.org/pere/blog/archive/2013/03/">March (9)</a></li>
888
889 <li><a href="http://people.skolelinux.org/pere/blog/archive/2013/04/">April (6)</a></li>
890
891 <li><a href="http://people.skolelinux.org/pere/blog/archive/2013/05/">May (9)</a></li>
892
893 <li><a href="http://people.skolelinux.org/pere/blog/archive/2013/06/">June (10)</a></li>
894
895 <li><a href="http://people.skolelinux.org/pere/blog/archive/2013/07/">July (7)</a></li>
896
897 <li><a href="http://people.skolelinux.org/pere/blog/archive/2013/08/">August (3)</a></li>
898
899 <li><a href="http://people.skolelinux.org/pere/blog/archive/2013/09/">September (5)</a></li>
900
901 <li><a href="http://people.skolelinux.org/pere/blog/archive/2013/10/">October (7)</a></li>
902
903 <li><a href="http://people.skolelinux.org/pere/blog/archive/2013/11/">November (9)</a></li>
904
905 <li><a href="http://people.skolelinux.org/pere/blog/archive/2013/12/">December (3)</a></li>
906
907 </ul></li>
908
909 <li>2012
910 <ul>
911
912 <li><a href="http://people.skolelinux.org/pere/blog/archive/2012/01/">January (7)</a></li>
913
914 <li><a href="http://people.skolelinux.org/pere/blog/archive/2012/02/">February (10)</a></li>
915
916 <li><a href="http://people.skolelinux.org/pere/blog/archive/2012/03/">March (17)</a></li>
917
918 <li><a href="http://people.skolelinux.org/pere/blog/archive/2012/04/">April (12)</a></li>
919
920 <li><a href="http://people.skolelinux.org/pere/blog/archive/2012/05/">May (12)</a></li>
921
922 <li><a href="http://people.skolelinux.org/pere/blog/archive/2012/06/">June (20)</a></li>
923
924 <li><a href="http://people.skolelinux.org/pere/blog/archive/2012/07/">July (17)</a></li>
925
926 <li><a href="http://people.skolelinux.org/pere/blog/archive/2012/08/">August (6)</a></li>
927
928 <li><a href="http://people.skolelinux.org/pere/blog/archive/2012/09/">September (9)</a></li>
929
930 <li><a href="http://people.skolelinux.org/pere/blog/archive/2012/10/">October (17)</a></li>
931
932 <li><a href="http://people.skolelinux.org/pere/blog/archive/2012/11/">November (10)</a></li>
933
934 <li><a href="http://people.skolelinux.org/pere/blog/archive/2012/12/">December (7)</a></li>
935
936 </ul></li>
937
938 <li>2011
939 <ul>
940
941 <li><a href="http://people.skolelinux.org/pere/blog/archive/2011/01/">January (16)</a></li>
942
943 <li><a href="http://people.skolelinux.org/pere/blog/archive/2011/02/">February (6)</a></li>
944
945 <li><a href="http://people.skolelinux.org/pere/blog/archive/2011/03/">March (6)</a></li>
946
947 <li><a href="http://people.skolelinux.org/pere/blog/archive/2011/04/">April (7)</a></li>
948
949 <li><a href="http://people.skolelinux.org/pere/blog/archive/2011/05/">May (3)</a></li>
950
951 <li><a href="http://people.skolelinux.org/pere/blog/archive/2011/06/">June (2)</a></li>
952
953 <li><a href="http://people.skolelinux.org/pere/blog/archive/2011/07/">July (7)</a></li>
954
955 <li><a href="http://people.skolelinux.org/pere/blog/archive/2011/08/">August (6)</a></li>
956
957 <li><a href="http://people.skolelinux.org/pere/blog/archive/2011/09/">September (4)</a></li>
958
959 <li><a href="http://people.skolelinux.org/pere/blog/archive/2011/10/">October (2)</a></li>
960
961 <li><a href="http://people.skolelinux.org/pere/blog/archive/2011/11/">November (3)</a></li>
962
963 <li><a href="http://people.skolelinux.org/pere/blog/archive/2011/12/">December (1)</a></li>
964
965 </ul></li>
966
967 <li>2010
968 <ul>
969
970 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/01/">January (2)</a></li>
971
972 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/02/">February (1)</a></li>
973
974 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/03/">March (3)</a></li>
975
976 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/04/">April (3)</a></li>
977
978 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/05/">May (9)</a></li>
979
980 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/06/">June (14)</a></li>
981
982 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/07/">July (12)</a></li>
983
984 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/08/">August (13)</a></li>
985
986 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/09/">September (7)</a></li>
987
988 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/10/">October (9)</a></li>
989
990 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/11/">November (13)</a></li>
991
992 <li><a href="http://people.skolelinux.org/pere/blog/archive/2010/12/">December (12)</a></li>
993
994 </ul></li>
995
996 <li>2009
997 <ul>
998
999 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/01/">January (8)</a></li>
1000
1001 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/02/">February (8)</a></li>
1002
1003 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/03/">March (12)</a></li>
1004
1005 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/04/">April (10)</a></li>
1006
1007 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/05/">May (9)</a></li>
1008
1009 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/06/">June (3)</a></li>
1010
1011 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/07/">July (4)</a></li>
1012
1013 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/08/">August (3)</a></li>
1014
1015 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/09/">September (1)</a></li>
1016
1017 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/10/">October (2)</a></li>
1018
1019 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/11/">November (3)</a></li>
1020
1021 <li><a href="http://people.skolelinux.org/pere/blog/archive/2009/12/">December (3)</a></li>
1022
1023 </ul></li>
1024
1025 <li>2008
1026 <ul>
1027
1028 <li><a href="http://people.skolelinux.org/pere/blog/archive/2008/11/">November (5)</a></li>
1029
1030 <li><a href="http://people.skolelinux.org/pere/blog/archive/2008/12/">December (7)</a></li>
1031
1032 </ul></li>
1033
1034 </ul>
1035
1036
1037
1038 <h2>Tags</h2>
1039 <ul>
1040
1041 <li><a href="http://people.skolelinux.org/pere/blog/tags/3d-printer">3d-printer (16)</a></li>
1042
1043 <li><a href="http://people.skolelinux.org/pere/blog/tags/amiga">amiga (1)</a></li>
1044
1045 <li><a href="http://people.skolelinux.org/pere/blog/tags/aros">aros (1)</a></li>
1046
1047 <li><a href="http://people.skolelinux.org/pere/blog/tags/bankid">bankid (4)</a></li>
1048
1049 <li><a href="http://people.skolelinux.org/pere/blog/tags/bitcoin">bitcoin (10)</a></li>
1050
1051 <li><a href="http://people.skolelinux.org/pere/blog/tags/bootsystem">bootsystem (17)</a></li>
1052
1053 <li><a href="http://people.skolelinux.org/pere/blog/tags/bsa">bsa (2)</a></li>
1054
1055 <li><a href="http://people.skolelinux.org/pere/blog/tags/chrpath">chrpath (2)</a></li>
1056
1057 <li><a href="http://people.skolelinux.org/pere/blog/tags/debian">debian (163)</a></li>
1058
1059 <li><a href="http://people.skolelinux.org/pere/blog/tags/debian edu">debian edu (158)</a></li>
1060
1061 <li><a href="http://people.skolelinux.org/pere/blog/tags/debian-handbook">debian-handbook (4)</a></li>
1062
1063 <li><a href="http://people.skolelinux.org/pere/blog/tags/digistan">digistan (10)</a></li>
1064
1065 <li><a href="http://people.skolelinux.org/pere/blog/tags/dld">dld (17)</a></li>
1066
1067 <li><a href="http://people.skolelinux.org/pere/blog/tags/docbook">docbook (25)</a></li>
1068
1069 <li><a href="http://people.skolelinux.org/pere/blog/tags/drivstoffpriser">drivstoffpriser (4)</a></li>
1070
1071 <li><a href="http://people.skolelinux.org/pere/blog/tags/english">english (388)</a></li>
1072
1073 <li><a href="http://people.skolelinux.org/pere/blog/tags/fiksgatami">fiksgatami (23)</a></li>
1074
1075 <li><a href="http://people.skolelinux.org/pere/blog/tags/fildeling">fildeling (13)</a></li>
1076
1077 <li><a href="http://people.skolelinux.org/pere/blog/tags/freeculture">freeculture (32)</a></li>
1078
1079 <li><a href="http://people.skolelinux.org/pere/blog/tags/freedombox">freedombox (9)</a></li>
1080
1081 <li><a href="http://people.skolelinux.org/pere/blog/tags/frikanalen">frikanalen (18)</a></li>
1082
1083 <li><a href="http://people.skolelinux.org/pere/blog/tags/h264">h264 (20)</a></li>
1084
1085 <li><a href="http://people.skolelinux.org/pere/blog/tags/intervju">intervju (42)</a></li>
1086
1087 <li><a href="http://people.skolelinux.org/pere/blog/tags/isenkram">isenkram (16)</a></li>
1088
1089 <li><a href="http://people.skolelinux.org/pere/blog/tags/kart">kart (20)</a></li>
1090
1091 <li><a href="http://people.skolelinux.org/pere/blog/tags/kodi">kodi (3)</a></li>
1092
1093 <li><a href="http://people.skolelinux.org/pere/blog/tags/ldap">ldap (9)</a></li>
1094
1095 <li><a href="http://people.skolelinux.org/pere/blog/tags/lego">lego (4)</a></li>
1096
1097 <li><a href="http://people.skolelinux.org/pere/blog/tags/lenker">lenker (8)</a></li>
1098
1099 <li><a href="http://people.skolelinux.org/pere/blog/tags/lsdvd">lsdvd (2)</a></li>
1100
1101 <li><a href="http://people.skolelinux.org/pere/blog/tags/ltsp">ltsp (1)</a></li>
1102
1103 <li><a href="http://people.skolelinux.org/pere/blog/tags/mesh network">mesh network (8)</a></li>
1104
1105 <li><a href="http://people.skolelinux.org/pere/blog/tags/multimedia">multimedia (41)</a></li>
1106
1107 <li><a href="http://people.skolelinux.org/pere/blog/tags/nice free software">nice free software (10)</a></li>
1108
1109 <li><a href="http://people.skolelinux.org/pere/blog/tags/norsk">norsk (299)</a></li>
1110
1111 <li><a href="http://people.skolelinux.org/pere/blog/tags/nuug">nuug (191)</a></li>
1112
1113 <li><a href="http://people.skolelinux.org/pere/blog/tags/offentlig innsyn">offentlig innsyn (34)</a></li>
1114
1115 <li><a href="http://people.skolelinux.org/pere/blog/tags/open311">open311 (2)</a></li>
1116
1117 <li><a href="http://people.skolelinux.org/pere/blog/tags/opphavsrett">opphavsrett (72)</a></li>
1118
1119 <li><a href="http://people.skolelinux.org/pere/blog/tags/personvern">personvern (107)</a></li>
1120
1121 <li><a href="http://people.skolelinux.org/pere/blog/tags/raid">raid (2)</a></li>
1122
1123 <li><a href="http://people.skolelinux.org/pere/blog/tags/reactos">reactos (1)</a></li>
1124
1125 <li><a href="http://people.skolelinux.org/pere/blog/tags/reprap">reprap (11)</a></li>
1126
1127 <li><a href="http://people.skolelinux.org/pere/blog/tags/rfid">rfid (3)</a></li>
1128
1129 <li><a href="http://people.skolelinux.org/pere/blog/tags/robot">robot (10)</a></li>
1130
1131 <li><a href="http://people.skolelinux.org/pere/blog/tags/rss">rss (1)</a></li>
1132
1133 <li><a href="http://people.skolelinux.org/pere/blog/tags/ruter">ruter (6)</a></li>
1134
1135 <li><a href="http://people.skolelinux.org/pere/blog/tags/scraperwiki">scraperwiki (2)</a></li>
1136
1137 <li><a href="http://people.skolelinux.org/pere/blog/tags/sikkerhet">sikkerhet (55)</a></li>
1138
1139 <li><a href="http://people.skolelinux.org/pere/blog/tags/sitesummary">sitesummary (4)</a></li>
1140
1141 <li><a href="http://people.skolelinux.org/pere/blog/tags/skepsis">skepsis (5)</a></li>
1142
1143 <li><a href="http://people.skolelinux.org/pere/blog/tags/standard">standard (56)</a></li>
1144
1145 <li><a href="http://people.skolelinux.org/pere/blog/tags/stavekontroll">stavekontroll (6)</a></li>
1146
1147 <li><a href="http://people.skolelinux.org/pere/blog/tags/stortinget">stortinget (12)</a></li>
1148
1149 <li><a href="http://people.skolelinux.org/pere/blog/tags/surveillance">surveillance (55)</a></li>
1150
1151 <li><a href="http://people.skolelinux.org/pere/blog/tags/sysadmin">sysadmin (4)</a></li>
1152
1153 <li><a href="http://people.skolelinux.org/pere/blog/tags/usenix">usenix (2)</a></li>
1154
1155 <li><a href="http://people.skolelinux.org/pere/blog/tags/valg">valg (9)</a></li>
1156
1157 <li><a href="http://people.skolelinux.org/pere/blog/tags/verkidetfri">verkidetfri (12)</a></li>
1158
1159 <li><a href="http://people.skolelinux.org/pere/blog/tags/video">video (68)</a></li>
1160
1161 <li><a href="http://people.skolelinux.org/pere/blog/tags/vitenskap">vitenskap (4)</a></li>
1162
1163 <li><a href="http://people.skolelinux.org/pere/blog/tags/web">web (41)</a></li>
1164
1165 </ul>
1166
1167
1168 </div>
1169 <p style="text-align: right">
1170 Created by <a href="http://steve.org.uk/Software/chronicle">Chronicle v4.6</a>
1171 </p>
1172
1173 </body>
1174 </html>