]> pere.pagekite.me Git - homepage.git/blob - blog/index.html
Generated.
[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://www.hungry.com/~pere/blog/style.css" />
8 <link rel="stylesheet" type="text/css" media="screen" href="http://www.hungry.com/~pere/blog/vim.css" />
9 <link rel="alternate" title="RSS Feed" href="http://www.hungry.com/~pere/blog/index.rss" type="application/rss+xml" />
10 </head>
11 <body>
12 <div class="title">
13 <h1>
14 <a href="http://www.hungry.com/~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://www.hungry.com/~pere/blog/The_2025_LinuxCNC_Norwegian_developer_gathering.html">The 2025 LinuxCNC Norwegian developer gathering</a></div>
24 <div class="date">11th January 2025</div>
25 <div class="body"><p><a href="https://linuxcnc.org/">The LinuxCNC project</a> is
26 trotting along. And I believe this great software system for
27 numerical control of machines such as milling machines, lathes, plasma
28 cutters, routers, cutting machines, robots and hexapods, would do even
29 better with more in-person developer gatherings, so we plan to
30 organise such gathering this summer too.</p>
31
32 <p>This year we would like to invite to a small LinuxCNC and free
33 software fabrication workshop/gathering in Norway this summer for the
34 weekend starting July 4th 2024. New this year is the slightly larger
35 scope, and we invite people also outside the LinuxCNC community to
36 join. As earlier, we suggest to organize it as an
37 <a href="https://en.wikipedia.org/wiki/Unconference">unconference</a>,
38 where the participants create the program upon arrival.</p>
39
40 <p>The location is a metal workshop 15 minutes drive away from to the
41 Gardermoen airport (OSL), where there is a lot of space and a hotel only
42 5 minutes away by car. We plan to fire up the barbeque in the evenings.</p>
43
44 <p>Please let us know if you would like to join. We track the list of
45 participants on <a href=https://pad.efn.no/p/linuxcnc-2025-norway">a
46 simple pad</a>, please add yourself there if you are interested in joining.</p>
47
48 <p><a href="https://www.nuugfoundation.no/">The NUUG Foundation</a> has on
49 our request offered to handle any money involved with this gathering,
50 in other words holding any sponsor funds and paying any bills.
51 NUUG Foundation is a spinnoff from the NUUG member organisation here
52 in Norway with long ties to the free software and open standards
53 communities.</p>
54
55 <p>As usual we hope to find sponsors to pay for food, lodging and travel.</p>
56
57 <p>As usual, if you use Bitcoin and want to show your support of my
58 activities, please send Bitcoin donations to my address
59 <b><a href="bitcoin:15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b">15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b</a></b>.</p>
60 </div>
61 <div class="tags">
62
63
64 Tags: <a href="http://www.hungry.com/~pere/blog/tags/debian">debian</a>, <a href="http://www.hungry.com/~pere/blog/tags/english">english</a>, <a href="http://www.hungry.com/~pere/blog/tags/linuxcnc">linuxcnc</a>.
65
66
67 </div>
68 </div>
69 <div class="padding"></div>
70
71 <div class="entry">
72 <div class="title"><a href="http://www.hungry.com/~pere/blog/New_lsdvd_release_0_18_after_ten_years.html">New lsdvd release 0.18 after ten years</a></div>
73 <div class="date">21st December 2024</div>
74 <div class="body"><p>The rumors of the death of
75 <a href="https://sourceforge.net/projects/lsdvd/">the lsdvd project</a>
76 is slightly exaggerated. And the last few months, we have been
77 working on fixing and improving it, culminating in a new release last
78 night. This is the list of changes in the new 0.18 release, as
79 <a href="https://sourceforge.net/p/lsdvd/mailman/message/59108028/">announced
80 on the project mailing list</a>:</p>
81
82 <ul>
83
84 <li>Simplified autoconf setup, dropped --enable-debug option.</li>
85 <li>Improved video resolution reporting (<a href="https://sourceforge.net/p/lsdvd/patches/8/">Fixes #8</a>).</li>
86 <li>Applied patches fetched from BSDs (<a href="https://sourceforge.net/p/lsdvd/patches/7/">Fixes #7</a>).</li>
87 <li>Corrected Perl output (<a href="https://sourceforge.net/p/lsdvd/patches/1/">Fixes #1</a>).</li>
88 <li>Adjusted Pan and Scan entries to produce valid XML.</li>
89 <li>Changed --help output from stderr to stdout.</li>
90 <li>Corrected aspect ratio and audio format formatting.</li>
91 <li>Avoid segfault when hitting a NULL pointer in the IFO structure.</li>
92 <li>Change build rules to supress compiler flags, to make it easier to
93 spot warnings.</li>
94 <li>Set default DVD device based on OS (Linux, *BSD, Darwin)</li>
95 <li>Added libdvdread DVDDiscID to output.</li>
96 <li>Corrected typo in longest track value in XML format.</li>
97 <li>Switched XML output to use libxml to avoid string encoding issues.</li>
98 <li>Added simple build time test suite.</li>
99 <li>Cleaned up language code handling and adding missing mapping for
100 language codes 'nb' and 'nn'.</li>
101 <li>Added JSON output support using -Oj.</li>
102 </ul>
103
104 <p>The most exciting news to me is easy access to the DVDDiscID, which
105 make it a lot easier to identify DVD duplicates across a large
106 collection of DVDs. During testing it has proved to be very effective
107 ad identifying when DVDs in a DVD box (say all Star Wars movies) is
108 identical to DVDs sold individually (like the same Star Wars movies
109 packaged individually).</p>
110
111 <p>Because none of the current developers got access to do tarball
112 releases on Sourceforge any more, the release is only available as
113 <a href="https://sourceforge.net/p/lsdvd/git/ci/0.18/tree/">a git
114 tag</a> in the repository. Lets hope it do not take ten years for the
115 next release. The project are discussing to move away from
116 Sourceforge, but it has not yet concluded.</p>
117
118 <p>As usual, if you use Bitcoin and want to show your support of my
119 activities, please send Bitcoin donations to my address
120 <b><a href="bitcoin:15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b">15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b</a></b>.</p>
121 </div>
122 <div class="tags">
123
124
125 Tags: <a href="http://www.hungry.com/~pere/blog/tags/debian">debian</a>, <a href="http://www.hungry.com/~pere/blog/tags/english">english</a>.
126
127
128 </div>
129 </div>
130 <div class="padding"></div>
131
132 <div class="entry">
133 <div class="title"><a href="http://www.hungry.com/~pere/blog/More_than_200_orphaned_Debian_packages_moved_to_git__216_to_go.html">More than 200 orphaned Debian packages moved to git, 216 to go</a></div>
134 <div class="date">11th July 2024</div>
135 <div class="body"><p><a href="https://people.skolelinux.org/pere/blog/Time_to_move_orphaned_Debian_packages_to_git.html">In
136 April</a>, I started migrating orphaned Debian packages without any
137 version control system listed in debian/control to git. This morning,
138 my Debian QA page finally reached 200 QA packages migrated. In
139 reality there are a few more, as the packages uploaded by someone else
140 after my initial upload have disappeared from my QA uploads list. As
141 I am running out of steam and will most likely focus on other parts of
142 Debian moving forward, I hope someone else will find time to continue
143 the migration to bring the number of orphaned packages without any
144 version control system down to zero. Here is the updated recipe if
145 someone want to help out.</p>
146
147 <p>To locate packages to work on, the following one-liner can be used:</p>
148
149 <blockquote><pre>
150 PGPASSWORD="udd-mirror" psql --port=5432 --host=udd-mirror.debian.net \
151 --username=udd-mirror udd -c "select source from sources \
152 where release = 'sid' and (vcs_url ilike '%anonscm.debian.org%' \
153 OR vcs_browser ilike '%anonscm.debian.org%' or vcs_url IS NULL \
154 OR vcs_browser IS NULL) AND maintainer ilike '%packages@qa.debian.org%' \
155 order by random() limit 10;"
156 </pre></blockquote>
157
158 <p>Pick a random package from the list and run the latest edition of
159 the script
160 <tt><a href="https://people.skolelinux.org/pere/blog/images/2024-07-11-debian-snap-to-salsa.sh">debian-snap-to-salsa</a></tt>
161 with the package name as the argument to prepare a git repository with
162 the existing packaging. This will download old Debian packages from
163 <tt>snapshot.debian.org</tt>. Note that very recent uploads will not
164 be included, so check out the package on <tt>tracker.debian.org</tt>.
165 Next, run <tt>gbp buildpackage --git-ignore-new</tt> to verify that
166 the package build as it should, and then visit
167 <a href="https://salsa.debian.org/debian/">https://salsa.debian.org/debian/</a>
168 and make sure there is not already a git repository for the package
169 there. I also did <tt>git log -p debian/control</tt> and look for vcs
170 entries to check if the package used to have a git repository on
171 Alioth, and see if it can be a useful starting point moving forward.
172 If all this check out, I created a new gitlab project below the Debian
173 group on salsa, push the package source there and upload a new version.
174 I tend to also ensure build hardening is enabled, if it prove to be
175 easy, and check if I can easily fix any lintian issues or bug reports.
176 If the process took more than 20 minutes, I dropped it and moved on to
177 another package.</p>
178
179 <p>If I found patches in debian/patches/ that were not yet passed
180 upstream, I would send an email to make sure upstream know about them.
181 This has proved to be a valuable step, and caused several new releases
182 for software that initially appeared abandoned. :)</p>
183
184 <p>As usual, if you use Bitcoin and want to show your support of my
185 activities, please send Bitcoin donations to my address
186 <b><a href="bitcoin:15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b">15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b</a></b>.</p>
187 </div>
188 <div class="tags">
189
190
191 Tags: <a href="http://www.hungry.com/~pere/blog/tags/debian">debian</a>, <a href="http://www.hungry.com/~pere/blog/tags/english">english</a>.
192
193
194 </div>
195 </div>
196 <div class="padding"></div>
197
198 <div class="entry">
199 <div class="title"><a href="http://www.hungry.com/~pere/blog/Some_notes_from_the_2024_LinuxCNC_Norwegian_developer_gathering.html">Some notes from the 2024 LinuxCNC Norwegian developer gathering</a></div>
200 <div class="date">10th July 2024</div>
201 <div class="body"><p>The Norwegian <a href="https://linuxcnc.org/">The LinuxCNC</a>
202 developer gathering 2024 is over. It was a great and productive
203 weekend, and I am sad that it is over.</p>
204
205 <p>Regular readers probably still remember what LinuxCNC is, but her
206 is a quick summary for those that forgot? LinuxCNC is a free software
207 system for numerical control of machines such as milling machines,
208 lathes, plasma cutters, routers, cutting machines, robots and
209 hexapods. It eats G-code and produce motor movement and other changes
210 to the physical world, while reading sensor input.</p>
211
212 <p>I am not quite sure about the total head count, as not all people
213 were present at the gathering the entire weekend, but I believe it was
214 close to 10 people showing their faces at the gathering. The "hard
215 core" of the group, who stayed the entire weekend, were two from
216 Norway, two from Germany and one from England. I am happy with the
217 outcome from the gathering. We managed to wrap up a new stable
218 LinuxCNC release 2.9.3 and even tested it on real hardware within
219 minutes of the release. The release notes for 2.9.3 are still being
220 written, but should show up on on the project site in the next few
221 days. We managed to go through around twenty pull requests and merge
222 then into either the stable release (2.9) or the development branch
223 (master). There are still around thirty pull requests left to
224 process, so we are not out of work yet. We even managed to
225 fix/improve a slightly worn lathe, and experiment with running a
226 mechanical clock using G-code.</p>
227
228 <p>The evening barbeque worked well both on Saturday and Sunday. It
229 is quite fun to light up a charcoal grill using compressed air. Sadly
230 the weather was not the best, so we stayed indoors most of the
231 time.</p>
232
233 <p>This gathering was made possible partly with sponsoring from both
234 <a href="https://www.redpill-linpro.com/">Redpill Linpro</a>,
235 <a href="https://debian.org/">Debian</a> and
236 <a href="https://nuugfoundation.no/">NUUG Foundation</a>, and we are
237 most grateful for the support. I would also like to thank the local
238 school for lending us some furniture, and of course the rest of the
239 members of the organizers team, Asle and Bosse, for their countless
240 contributions. The gathering was such success that we want to do it
241 again next year.</p>
242
243 <p>We plan to organize the next Norwegian LinuxCNC developer gathering
244 at the end of June next year, the weekend Friday 27th to Sunday 29th
245 of June 2025. I recommend you reserve the dates on your calendar
246 today. Other related communities are also welcome to join in, for
247 example those working on systems like FreeCAD and opencamlib, as I am
248 sure we have much in common and sharing experiences would be very
249 useful to all involved. We are of course looking for sponsors for
250 this gathering already. The total budget for this gathering was
251 around NOK 25.000 (around EUR 2.300), so our needs are quite modest.
252 Perhaps a machine or tools company would like to help out the free
253 software manufacturing community by sponsoring food, lodging and
254 transport for such gathering?</p>
255 </div>
256 <div class="tags">
257
258
259 Tags: <a href="http://www.hungry.com/~pere/blog/tags/debian">debian</a>, <a href="http://www.hungry.com/~pere/blog/tags/english">english</a>, <a href="http://www.hungry.com/~pere/blog/tags/linuxcnc">linuxcnc</a>.
260
261
262 </div>
263 </div>
264 <div class="padding"></div>
265
266 <div class="entry">
267 <div class="title"><a href="http://www.hungry.com/~pere/blog/_M_ter_vi_liv_eller_d_d____pamfletten_som_inspirerte.html">«Møter vi liv eller død?», pamfletten som inspirerte</a></div>
268 <div class="date"> 4th June 2024</div>
269 <div class="body"><img align="center" src="https://people.skolelinux.org/pere/blog/images/2024-06-04-bok-elsa-laula.svg" width="20%" align="center" border="1"></a>
270
271 <p>Da jeg i høst hørte jeg et innslag på
272 <a href="https://radiorakel.no/">radiOrakel</a> om en inspirerende dame
273 som levde for over hundre år siden, fikk jeg en vill ide. Elsa Laula
274 var en svensk samisk dame som ikke bare fikk utdannelsen finansiert av
275 den danske dronningen, men som gjorde så god jobb med å inspirere og
276 organisere den samiske befolkningen at det visstnok ble forslått i
277 Sverige å straffeforfølge henne for oppvigleri før hun flyttet fra
278 Sverige til Norge. Radiopraterne fortalte videre at da Elsa Laula ga
279 ut en pamflett for å inspirere samene til samling var dette den
280 første bok gitt ut av en samisk dame noensinne. Jeg fikk høre at
281 denne korte teksten kun fantes på originalspråket svensk under
282 tittelen «Inför lif eller död» og aldri var oversatt til norsk. Da
283 tenkte jeg, der jeg satt i bilen, at en norsk utgave kan vel jeg
284 fikse. Jeg har jo fått oversatt endel bøker, og en liten pamflett på
285 noen få sider burde jo være grei skuring.</p>
286
287 <p>Den imponerende Elsa Laula, som senere la til etternavnet Renberg, har
288 blant annet fått dokumentaren
289 «<a href="https://www.nrk.no/video/elsa-laula-renberg-kvinnen-som-samlet-sapmi_SAPP67002117">Elsa
290 Laula Renberg, kvinnen som samlet Sápmi</a>» (2017) av Per Kristian
291 Olsen på NRK, NRK-artikkelen
292 «<a href="https://www.nrk.no/kultur/xl/et-liv-i-kamp-for-samefolkets-rettigheter-1.13351401">Samenes
293 Jeanne d’Arc</a>» av Karen Brodshaug Sveen (2017), oppgaven
294 «<a href="https://nordligefolk.no/wp-content/uploads/2020/03/Elsa-Laulas-Info%CC%88r-Lif-och-Do%CC%88d.pdf">Elsa
295 Laulas Innför lif och död – sanningsord i de lappska
296 förhållandena</a>» av Edel Olsen, biografien
297 «<a href="https://www.siribrochjohansen.no/biografien-om-elsa-laula-renberg/">Elsa
298 Laula Renberg - Historien om samefolkets store Minerva</a>» (2015) av
299 Siri Broch Johansen og radiOrakel-podkasten
300 <a href="https://radiorakel.no/podcast/revolusjonen-har-et-kvinnelig-ansikt-elsa-laula/">Revolusjonen
301 har et kvinnelig ansikt – Elsa Laula</a>, for å nevne de jeg har
302 finnet uten å lete spesielt hardt. En virkelig spennende dame, som i
303 tillegg til å inspirere til opprettelsen av samiske organisasjoner,
304 har inspirert til opprettelsen av Sametinget, og født seks barn der
305 fire vokste opp.</p>
306
307 <p>I dag er jeg veldig glad for å kunne annonsere at
308 <a href="http://www.hungry.com/~pere/publisher/#infoerlifellerdoed2024">bokmålsoversettelsen
309 er klar og tilgjengelig</a> for både bestilling på papir og
310 epub-utgave fra lulu.com, samt som nettside. Den kringkastede
311 bokinformasjonen ser slik ut:</p>
312
313 <blockquote>
314
315 <p>Den 27 år gamle sørsamiske kvinnen Elsa Laula ga i august 1904 ut
316 en pamflett i Stockholm. Opplaget var på 6000, finansiert av
317 Stockholmsredaktøren Gustav Hedenström, som også bidro i stiftelsen av
318 Lapparnes Centralforbund. Dette kampskriftet var den første boken gitt
319 ut av en samisk kvinne, og hadde som mål å inspirere til opprettelsen
320 av samiske foreninger over hele landet, samt skape blest om
321 sentralforbundet. Pamfletten er et politisk manifest som fortsatt
322 inspirerer i dag.</p>
323
324 <p>Denne pamfletten er nå for første gang tilgjengelig på bokmål,
325 sammen med en nyutgivelse av originalteksten på svensk.</p>
326
327 </blockquote>
328
329 <p>Oversettelsen hadde ikke vært mulig uten gode hjelpere. En virkelig
330 stor innsats både i korrekturarbeidet og utforskning av arkaiske
331 svenske ord, står Axel Rosén bak. I tillegg har jeg fått innspill fra
332 Edel May Karlsen og flere andre både på språkføring og historisk
333 bakgrunn for å forstå teksten.</p>
334
335 <p>En kuriositet som jeg oppdaget i arbeidet med oversettelsen er at
336 det ikke stemmer at denne boken ikke var oversatt til noen andre
337 språk. Anna Wuolab oversatte den til nordsamisk i 2017 i en utgave
338 gitt ut av samisk skribent- och författarförening (Bágu čálliid
339 searvi) under tittelen «Eallit vai jápmit? : duohtavuođasánit sámi
340 diliid birra = Inför lif eller död? : sanningsord i de lappska
341 förhållandena». Papirutgaven er så vidt jeg kan forstå utsolgt fra
342 forlaget og jeg har ikke klart å finne informasjonsside om boken på
343 Internett. Mulig den er mulig å få tak i som ebok, hvis en skal tro
344 <a href="https://search.worldcat.org/title/1405213087">oppføring i
345 worldcat</a>.</p>
346
347 <p>Oversetterrammeverket jeg har satt opp for å gjennomføre dette
348 oversettelsesprosjektet håndterer flere språk. Jeg er igang med
349 engelsk utgave, og er åpen for å også gi ut andre oversettelser hvis
350 noen er interessert i å gjøre jobben. Det hadde vært ekstra moro å gi
351 den ut på sørsamisk, det samiske språket i regionen der Elsa Laula kom
352 fra. Der er jeg som vanlig avhengig av frivillige som er også
353 interessert i å gjøre dette på dugnad.</p>
354
355 <p>Som vanlig, hvis du bruker Bitcoin og ønsker å vise din støtte til
356 det jeg driver med, setter jeg pris på om du sender Bitcoin-donasjoner
357 til min adresse
358 <b><a href="bitcoin:15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b">15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b</a></b>. Merk,
359 betaling med bitcoin er ikke anonymt. :)</p>
360 </div>
361 <div class="tags">
362
363
364 Tags: <a href="http://www.hungry.com/~pere/blog/tags/docbook">docbook</a>, <a href="http://www.hungry.com/~pere/blog/tags/norsk">norsk</a>.
365
366
367 </div>
368 </div>
369 <div class="padding"></div>
370
371 <div class="entry">
372 <div class="title"><a href="http://www.hungry.com/~pere/blog/The_2024_LinuxCNC_Norwegian_developer_gathering.html">The 2024 LinuxCNC Norwegian developer gathering</a></div>
373 <div class="date">31st May 2024</div>
374 <div class="body"><p><a href="https://linuxcnc.org/">The LinuxCNC project</a> is still
375 going strong. And I believe this great software system for numerical control of
376 machines such as milling machines, lathes, plasma cutters, routers,
377 cutting machines, robots and hexapods, would do even better with more
378 in-person developer gatherings, so we plan to organise such gathering
379 this summer too.</p>
380
381 <p>The Norwegian LinuxCNC developer gathering take place the weekend
382 Friday July 5th to 7th this year, and is open for everyone interested
383 in contributing to LinuxCNC and free software manufacturing. Up to
384 date information about the gathering can be found in
385 <a href="https://sourceforge.net/p/emc/mailman/emc-developers/thread/123eaae0-f3b9-4170-a251-b7d608f1e974%40bofh.no/">the
386 developer mailing list thread</a> where the gathering was announced.
387 Thanks to the good people at
388
389 <a href="https://www.debian.org/">Debian</a> as well as leftover money
390 from last years gathering from
391 <a href="https://www.redpill-linpro.com/">Redpill-Linpro</a> and
392 <a href="https://www.nuugfoundation.no/no/">NUUG Foundation</a>, we
393 have enough sponsor funds to pay for food, and probably also shelter
394 for the people traveling from afar to join us. If you would like to
395 join the gathering, get in touch and add your details on
396 <a href="https://pad.efn.no/p/linuxcnc-2024-norway">the pad</a>.</p>
397
398 <p>As usual, if you use Bitcoin and want to show your support of my
399 activities, please send Bitcoin donations to my address
400 <b><a href="bitcoin:15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b">15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b</a></b>.</p>
401 </div>
402 <div class="tags">
403
404
405 Tags: <a href="http://www.hungry.com/~pere/blog/tags/debian">debian</a>, <a href="http://www.hungry.com/~pere/blog/tags/english">english</a>, <a href="http://www.hungry.com/~pere/blog/tags/linuxcnc">linuxcnc</a>.
406
407
408 </div>
409 </div>
410 <div class="padding"></div>
411
412 <div class="entry">
413 <div class="title"><a href="http://www.hungry.com/~pere/blog/45_orphaned_Debian_packages_moved_to_git__391_to_go.html">45 orphaned Debian packages moved to git, 391 to go</a></div>
414 <div class="date">25th April 2024</div>
415 <div class="body"><p>Nine days ago, I started migrating orphaned Debian packages with no
416 version control system listed in debian/control of the source to git.
417 At the time there were 438 such packages. Now there are 391,
418 according to the UDD. In reality it is slightly less, as there is a
419 delay between uploads and UDD updates. In the nine days since, I have
420 thus been able to work my way through ten percent of the packages. I
421 am starting to run out of steam, and hope someone else will also help
422 brushing some dust of these packages. Here is a recipe how to do it.
423
424 I start by picking a random package by querying the UDD for a list of
425 10 random packages from the set of remaining packages:
426
427 <blockquote><pre>
428 PGPASSWORD="udd-mirror" psql --port=5432 --host=udd-mirror.debian.net \
429 --username=udd-mirror udd -c "select source from sources \
430 where release = 'sid' and (vcs_url ilike '%anonscm.debian.org%' \
431 OR vcs_browser ilike '%anonscm.debian.org%' or vcs_url IS NULL \
432 OR vcs_browser IS NULL) AND maintainer ilike '%packages@qa.debian.org%' \
433 order by random() limit 10;"
434 </pre></blockquote>
435
436 <p>Next, I visit http://salsa.debian.org/debian and search for the
437 package name, to ensure no git repository already exist. If it does,
438 I clone it and try to get it to an uploadable state, and add the Vcs-*
439 entries in d/control to make the repository more widely known. These
440 packages are a minority, so I will not cover that use case here.</p>
441
442 <p>For packages without an existing git repository, I run the
443 following script <tt>debian-snap-to-salsa</tt> to prepare a git
444 repository with the existing packaging.</p>
445
446 <blockquote><pre>
447 #!/bin/sh
448 #
449 # See also https://bugs.debian.org/804722#31
450
451 set -e
452
453 # Move to this Standards-Version.
454 SV_LATEST=4.7.0
455
456 PKG="$1"
457
458 if [ -z "$PKG" ]; then
459 echo "usage: $0 <pkgname>"
460 exit 1
461 fi
462
463 if [ -e "${PKG}-salsa" ]; then
464 echo "error: ${PKG}-salsa already exist, aborting."
465 exit 1
466 fi
467
468 if [ -z "ALLOWFAILURE" ] ; then
469 ALLOWFAILURE=false
470 fi
471
472 # Fetch every snapshotted source package. Manually loop until all
473 # transfers succeed, as 'gbp import-dscs --debsnap' do not fail on
474 # download failures.
475 until debsnap --force -v $PKG || $ALLOWFAILURE ; do sleep 1; done
476 mkdir ${PKG}-salsa; cd ${PKG}-salsa
477 git init
478
479 # Specify branches to override any debian/gbp.conf file present in the
480 # source package.
481 gbp import-dscs --debian-branch=master --upstream-branch=upstream \
482 --pristine-tar ../source-$PKG/*.dsc
483
484 # Add Vcs pointing to Salsa Debian project (must be manually created
485 # and pushed to).
486 if ! grep -q ^Vcs- debian/control ; then
487 awk "BEGIN { s=1 } /^\$/ { if (s==1) { print \"Vcs-Browser: https://salsa.debian.org/debian/$PKG\"; print \"Vcs-Git: https://salsa.debian.org/debian/$PKG.git\" }; s=0 } { print }" < debian/control > debian/control.new && mv debian/control.new debian/control
488 git commit -m "Updated vcs in d/control to Salsa." debian/control
489 fi
490
491 # Tell gbp to enforce the use of pristine-tar.
492 inifile +inifile debian/gbp.conf +create +section DEFAULT +key pristine-tar +value True
493 git add debian/gbp.conf
494 git commit -m "Added d/gbp.conf to enforce the use of pristine-tar." debian/gbp.conf
495
496 # Update to latest Standards-Version.
497 SV="$(grep ^Standards-Version: debian/control|awk '{print $2}')"
498 if [ $SV_LATEST != $SV ]; then
499 sed -i "s/\(Standards-Version: \)\(.*\)/\1$SV_LATEST/" debian/control
500 git commit -m "Updated Standards-Version from $SV to $SV_LATEST." debian/control
501 fi
502
503 if grep -q pkg-config debian/control; then
504 sed -i s/pkg-config/pkgconf/ debian/control
505 git commit -m "Replaced obsolete pkg-config build dependency with pkgconf." debian/control
506 fi
507
508 if grep -q libncurses5-dev debian/control; then
509 sed -i s/libncurses5-dev/libncurses-dev/ debian/control
510 git commit -m "Replaced obsolete libncurses5-dev build dependency with libncurses-dev." debian/control
511 fi
512 </pre></blockquote>
513
514 Some times the debsnap script fail to download some of the versions.
515 In those cases I investigate, and if I decide the failing versions
516 will not be missed, I call it using ALLOWFAILURE=true to ignore the
517 problem and create the git repository anyway.</p>
518
519 <p>With the git repository in place, I do a test build (gbp
520 buildpackage) to ensure the build is actually working. If it does not
521 I pick a different package, or if the build failure is trivial to fix,
522 I fix it before continuing. At this stage I revisit
523 http://salsa.debian.org/debian and create the project under this group
524 for the package. I then follow the instructions to publish the local
525 git repository. Here is from a recent example:</p>
526
527 <blockquote><pre>
528 git remote add origin git@salsa.debian.org:debian/perl-byacc.git
529 git push --set-upstream origin master upstream pristine-tar
530 git push --tags
531 </pre></blockquote>
532
533 <p>With a working build, I have a look at the build rules if I want to
534 remove some more dust. I normally try to move to debhelper compat
535 level 13, which involves removing debian/compat and modifying
536 debian/control to build depend on debhelper-compat (=13). I also test
537 with 'Rules-Requires-Root: no' in debian/control and verify in
538 debian/rules that hardening is enabled, and include all of these if
539 the package still build. If it fail to build with level 13, I try
540 with 12, 11, 10 and so on until I find a level where it build, as I do
541 not want to spend a lot of time fixing build issues.</p>
542
543 <p>Some times, when I feel inspired, I make sure debian/copyright is
544 converted to the machine readable format, often by starting with
545 'debhelper -cc' and then cleaning up the autogenerated content until
546 it matches realities. If I feel like it, I might also clean up
547 non-dh-based debian/rules files to use the short style dh build
548 rules.</p>
549
550 <p>Once I have removed all the dust I care to process for the package,
551 I run 'gbp dch' to generate a debian/changelog entry based on the
552 commits done so far, run 'dch -r' to switch from 'UNRELEASED' to
553 'unstable' and get an editor to make sure the 'QA upload' marker is in
554 place and that all long commit descriptions are wrapped into sensible
555 lengths, run 'debcommit --release -a' to commit and tag the new
556 debian/changelog entry, run 'debuild -S' to build a source only
557 package, and 'dput ../perl-byacc_2.0-10_source.changes' to do the
558 upload. During the entire process, and many times per step, I run
559 'debuild' to verify the changes done still work. I also some times
560 verify the set of built files using 'find debian' to see if I can spot
561 any problems (like no file in usr/bin any more or empty package). I
562 also try to fix all lintian issues reported at the end of each
563 'debuild' run.</p>
564
565 <p>If I find Debian specific patches, I try to ensure their metadata
566 is fairly up to date and some times I even try to reach out to
567 upstream, to make the upstream project aware of the patches. Most of
568 my emails bounce, so the success rate is low. For projects with no
569 Homepage entry in debian/control I try to track down one, and for
570 packages with no debian/watch file I try to create one. But at least
571 for some of the packages I have been unable to find a functioning
572 upstream, and must skip both of these.</p>
573
574 <p>If I could handle ten percent in nine days, twenty people could
575 complete the rest in less then five days. I use approximately twenty
576 minutes per package, when I have twenty minutes spare time to spend.
577 Perhaps you got twenty minutes to spare too?</p>
578
579 <p>As usual, if you use Bitcoin and want to show your support of my
580 activities, please send Bitcoin donations to my address
581 <b><a href="bitcoin:15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b">15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b</a></b>.</p>
582
583 <p><strong>Update 2024-05-04:</strong> There is
584 <a href="https://people.skolelinux.org/pere/blog/images/2024-05-04-debian-snap-to-salsa.sh">an
585 updated edition of my migration script</a>, last updated
586 2024-05-04.</p>
587 </div>
588 <div class="tags">
589
590
591 Tags: <a href="http://www.hungry.com/~pere/blog/tags/debian">debian</a>, <a href="http://www.hungry.com/~pere/blog/tags/english">english</a>.
592
593
594 </div>
595 </div>
596 <div class="padding"></div>
597
598 <div class="entry">
599 <div class="title"><a href="http://www.hungry.com/~pere/blog/RAID_status_from_LSI_Megaraid_controllers_in_Debian.html">RAID status from LSI Megaraid controllers in Debian</a></div>
600 <div class="date">17th April 2024</div>
601 <div class="body"><p>I am happy to report that
602 <a href="https://github.com/namiltd/megactl">the megactl package</a>,
603 useful to fetch RAID status when using the LSI Megaraid controller,
604 now is available in Debian. It passed NEW a few days ago, and is now
605 <a href="https://tracker.debian.org/pkg/megactl">available in
606 unstable</a>, and probably showing up in testing in a weeks time. The
607 new version should provide Appstream hardware mapping and should
608 integrate nicely with isenkram.</p>
609
610 <p>As usual, if you use Bitcoin and want to show your support of my
611 activities, please send Bitcoin donations to my address
612 <b><a href="bitcoin:15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b">15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b</a></b>.</p>
613
614 </div>
615 <div class="tags">
616
617
618 Tags: <a href="http://www.hungry.com/~pere/blog/tags/english">english</a>, <a href="http://www.hungry.com/~pere/blog/tags/isenkram">isenkram</a>, <a href="http://www.hungry.com/~pere/blog/tags/raid">raid</a>.
619
620
621 </div>
622 </div>
623 <div class="padding"></div>
624
625 <div class="entry">
626 <div class="title"><a href="http://www.hungry.com/~pere/blog/Time_to_move_orphaned_Debian_packages_to_git.html">Time to move orphaned Debian packages to git</a></div>
627 <div class="date">14th April 2024</div>
628 <div class="body"><p>There are several packages in Debian without a associated git
629 repository with the packaging history. This is unfortunate and it
630 would be nice if more of these would do so. Quote a lot of these are
631 without a maintainer, ie listed as maintained by the
632 '<a href="https://qa.debian.org/developer.php?email=packages%40qa.debian.org">Debian
633 QA Group</a>' place holder. In fact, 438 packages have this property
634 according to UDD (<tt>SELECT source FROM sources WHERE release = 'sid'
635 AND (vcs_url ilike '%anonscm.debian.org%' OR vcs_browser ilike
636 '%anonscm.debian.org%' or vcs_url IS NULL OR vcs_browser IS NULL) AND
637 maintainer ilike '%packages@qa.debian.org%';</tt>). Such packages can
638 be updated without much coordination by any Debian developer, as they
639 are considered orphaned.</p>
640
641 <p>To try to improve the situation and reduce the number of packages
642 without associated git repository, I started a few days ago to search
643 out candiates and provide them with a git repository under the
644 'debian' collaborative Salsa project. I started with the packages
645 pointing to obsolete Alioth git repositories, and am now working my
646 way across the ones completely without git references. In addition to
647 updating the Vcs-* debian/control fields, I try to update
648 Standards-Version, debhelper compat level, simplify d/rules, switch to
649 Rules-Requires-Root: no and fix lintian issues reported. I only
650 implement those that are trivial to fix, to avoid spending too much
651 time on each orphaned package. So far my experience is that it take
652 aproximately 20 minutes to convert a package without any git
653 references, and a lot more for packages with existing git repositories
654 incompatible with git-buildpackages.</p>
655
656 <p>So far I have converted 10 packages, and I will keep going until I
657 run out of steam. As should be clear from the numbers, there is
658 enough packages remaining for more people to do the same without
659 stepping on each others toes. I find it useful to start by searching
660 for a git repo already on salsa, as I find that some times a git repo
661 has already been created, but no new version is uploaded to Debian
662 yet. In those cases I start with the existing git repository. I
663 convert to the git-buildpackage+pristine-tar workflow, and ensure a
664 debian/gbp.conf file with "pristine-tar=True" is added early, to avoid
665 uploading a orig.tar.gz with the wrong checksum by mistake. Did that
666 three times in the begin before I remembered my mistake.</p>
667
668 <p>So, if you are a Debian Developer and got some spare time, perhaps
669 considering migrating some orphaned packages to git?</p>
670
671 <p>As usual, if you use Bitcoin and want to show your support of my
672 activities, please send Bitcoin donations to my address
673 <b><a href="bitcoin:15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b">15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b</a></b>.</p>
674 </div>
675 <div class="tags">
676
677
678 Tags: <a href="http://www.hungry.com/~pere/blog/tags/debian">debian</a>, <a href="http://www.hungry.com/~pere/blog/tags/english">english</a>.
679
680
681 </div>
682 </div>
683 <div class="padding"></div>
684
685 <div class="entry">
686 <div class="title"><a href="http://www.hungry.com/~pere/blog/Plain_text_accounting_file_from_your_bitcoin_transactions.html">Plain text accounting file from your bitcoin transactions</a></div>
687 <div class="date"> 7th March 2024</div>
688 <div class="body"><p>A while back I wrote a small script to extract the Bitcoin
689 transactions in a wallet in the
690 <ahref="https://plaintextaccounting.org/">ledger plain text accounting
691 format</a>. The last few days I spent some time to get it working
692 better with more special cases. In case it can be useful for others,
693 here is a copy:</p>
694
695 <p><blockquote><pre>
696 #!/usr/bin/python3
697 # -*- coding: utf-8 -*-
698 # Copyright (c) 2023-2024 Petter Reinholdtsen
699
700 from decimal import Decimal
701 import json
702 import subprocess
703 import time
704
705 import numpy
706
707 def format_float(num):
708 return numpy.format_float_positional(num, trim='-')
709
710 accounts = {
711 u'amount' : 'Assets:BTC:main',
712 }
713
714 addresses = {
715 '<some address>' : 'Assets:bankkonto',
716 '<some address>' : 'Assets:bankkonto',
717 }
718
719 def exec_json(cmd):
720 proc = subprocess.Popen(cmd,stdout=subprocess.PIPE)
721 j = json.loads(proc.communicate()[0], parse_float=Decimal)
722 return j
723
724 def list_txs():
725 # get all transactions for all accounts / addresses
726 c = 0
727 txs = []
728 txidfee = {}
729 limit=100000
730 cmd = ['bitcoin-cli', 'listtransactions', '*', str(limit)]
731 if True:
732 txs.extend(exec_json(cmd))
733 else:
734 # Useful for debugging
735 with open('transactions.json') as f:
736 txs.extend(json.load(f, parse_float=Decimal))
737 #print txs
738 for tx in sorted(txs, key=lambda a: a['time']):
739 # print tx['category']
740 if 'abandoned' in tx and tx['abandoned']:
741 continue
742 if 'confirmations' in tx and 0 >= tx['confirmations']:
743 continue
744 when = time.strftime('%Y-%m-%d %H:%M', time.localtime(tx['time']))
745 if 'message' in tx:
746 desc = tx['message']
747 elif 'comment' in tx:
748 desc = tx['comment']
749 elif 'label' in tx:
750 desc = tx['label']
751 else:
752 desc = 'n/a'
753 print("%s %s" % (when, desc))
754 if 'address' in tx:
755 print(" ; to bitcoin address %s" % tx['address'])
756 else:
757 print(" ; missing address in transaction, txid=%s" % tx['txid'])
758 print(f" ; amount={tx['amount']}")
759 if 'fee'in tx:
760 print(f" ; fee={tx['fee']}")
761 for f in accounts.keys():
762 if f in tx and Decimal(0) != tx[f]:
763 amount = tx[f]
764 print(" %-20s %s BTC" % (accounts[f], format_float(amount)))
765 if 'fee' in tx and Decimal(0) != tx['fee']:
766 # Make sure to list fee used in several transactions only once.
767 if 'fee' in tx and tx['txid'] in txidfee \
768 and tx['fee'] == txidfee[tx['txid']]:
769 True
770 else:
771 fee = tx['fee']
772 print(" %-20s %s BTC" % (accounts['amount'], format_float(fee)))
773 print(" %-20s %s BTC" % ('Expences:BTC-fee', format_float(-fee)))
774 txidfee[tx['txid']] = tx['fee']
775
776 if 'address' in tx and tx['address'] in addresses:
777 print(" %s" % addresses[tx['address']])
778 else:
779 if 'generate' == tx['category']:
780 print(" Income:BTC-mining")
781 else:
782 if amount < Decimal(0):
783 print(f" Assets:unknown:sent:update-script-addr-{tx['address']}")
784 else:
785 print(f" Assets:unknown:received:update-script-addr-{tx['address']}")
786
787 print()
788 c = c + 1
789 print("# Found %d transactions" % c)
790 if limit == c:
791 print(f"# Warning: Limit {limit} reached, consider increasing limit.")
792
793 def main():
794 list_txs()
795
796 main()
797 </pre></blockquote></p>
798
799 <p>It is more of a proof of concept, and I do not expect it to handle
800 all edge cases, but it worked for me, and perhaps you can find it
801 useful too.</p>
802
803 <p>To get a more interesting result, it is useful to map accounts sent
804 to or received from to accounting accounts, using the
805 <tt>addresses</tt> hash. As these will be very context dependent, I
806 leave out my list to allow each user to fill out their own list of
807 accounts. Out of the box, 'ledger reg BTC:main' should be able to
808 show the amount of BTCs present in the wallet at any given time in the
809 past. For other and more valuable analysis, a account plan need to be
810 set up in the <tt>addresses</tt> hash. Here is an example
811 transaction:</p>
812
813 <p><blockquote><pre>
814 2024-03-07 17:00 Donated to good cause
815 Assets:BTC:main -0.1 BTC
816 Assets:BTC:main -0.00001 BTC
817 Expences:BTC-fee 0.00001 BTC
818 Expences:donations 0.1 BTC
819 </pre></blockquote></p>
820
821 <p>It need a running Bitcoin Core daemon running, as it connect to it
822 using <tt>bitcoin-cli listtransactions * 100000</tt> to extract the
823 transactions listed in the Wallet.</p>
824
825 <p>As usual, if you use Bitcoin and want to show your support of my
826 activities, please send Bitcoin donations to my address
827 <b><a href="bitcoin:15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b">15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b</a></b>.</p>
828 </div>
829 <div class="tags">
830
831
832 Tags: <a href="http://www.hungry.com/~pere/blog/tags/bitcoin">bitcoin</a>, <a href="http://www.hungry.com/~pere/blog/tags/english">english</a>.
833
834
835 </div>
836 </div>
837 <div class="padding"></div>
838
839 <p style="text-align: right;"><a href="index.rss"><img src="http://www.hungry.com/~pere/blog/xml.gif" alt="RSS feed" width="36" height="14" /></a></p>
840 <div id="sidebar">
841
842
843
844 <h2>Archive</h2>
845 <ul>
846
847 <li>2025
848 <ul>
849
850 <li><a href="http://www.hungry.com/~pere/blog/archive/2025/01/">January (1)</a></li>
851
852 </ul></li>
853
854 <li>2024
855 <ul>
856
857 <li><a href="http://www.hungry.com/~pere/blog/archive/2024/01/">January (1)</a></li>
858
859 <li><a href="http://www.hungry.com/~pere/blog/archive/2024/02/">February (1)</a></li>
860
861 <li><a href="http://www.hungry.com/~pere/blog/archive/2024/03/">March (2)</a></li>
862
863 <li><a href="http://www.hungry.com/~pere/blog/archive/2024/04/">April (3)</a></li>
864
865 <li><a href="http://www.hungry.com/~pere/blog/archive/2024/05/">May (1)</a></li>
866
867 <li><a href="http://www.hungry.com/~pere/blog/archive/2024/06/">June (1)</a></li>
868
869 <li><a href="http://www.hungry.com/~pere/blog/archive/2024/07/">July (2)</a></li>
870
871 <li><a href="http://www.hungry.com/~pere/blog/archive/2024/12/">December (1)</a></li>
872
873 </ul></li>
874
875 <li>2023
876 <ul>
877
878 <li><a href="http://www.hungry.com/~pere/blog/archive/2023/01/">January (3)</a></li>
879
880 <li><a href="http://www.hungry.com/~pere/blog/archive/2023/02/">February (1)</a></li>
881
882 <li><a href="http://www.hungry.com/~pere/blog/archive/2023/04/">April (2)</a></li>
883
884 <li><a href="http://www.hungry.com/~pere/blog/archive/2023/05/">May (3)</a></li>
885
886 <li><a href="http://www.hungry.com/~pere/blog/archive/2023/06/">June (1)</a></li>
887
888 <li><a href="http://www.hungry.com/~pere/blog/archive/2023/08/">August (1)</a></li>
889
890 <li><a href="http://www.hungry.com/~pere/blog/archive/2023/09/">September (1)</a></li>
891
892 <li><a href="http://www.hungry.com/~pere/blog/archive/2023/10/">October (1)</a></li>
893
894 <li><a href="http://www.hungry.com/~pere/blog/archive/2023/11/">November (4)</a></li>
895
896 <li><a href="http://www.hungry.com/~pere/blog/archive/2023/12/">December (1)</a></li>
897
898 </ul></li>
899
900 <li>2022
901 <ul>
902
903 <li><a href="http://www.hungry.com/~pere/blog/archive/2022/02/">February (1)</a></li>
904
905 <li><a href="http://www.hungry.com/~pere/blog/archive/2022/03/">March (3)</a></li>
906
907 <li><a href="http://www.hungry.com/~pere/blog/archive/2022/04/">April (2)</a></li>
908
909 <li><a href="http://www.hungry.com/~pere/blog/archive/2022/06/">June (2)</a></li>
910
911 <li><a href="http://www.hungry.com/~pere/blog/archive/2022/07/">July (1)</a></li>
912
913 <li><a href="http://www.hungry.com/~pere/blog/archive/2022/09/">September (1)</a></li>
914
915 <li><a href="http://www.hungry.com/~pere/blog/archive/2022/10/">October (1)</a></li>
916
917 <li><a href="http://www.hungry.com/~pere/blog/archive/2022/12/">December (1)</a></li>
918
919 </ul></li>
920
921 <li>2021
922 <ul>
923
924 <li><a href="http://www.hungry.com/~pere/blog/archive/2021/01/">January (2)</a></li>
925
926 <li><a href="http://www.hungry.com/~pere/blog/archive/2021/02/">February (1)</a></li>
927
928 <li><a href="http://www.hungry.com/~pere/blog/archive/2021/05/">May (1)</a></li>
929
930 <li><a href="http://www.hungry.com/~pere/blog/archive/2021/06/">June (1)</a></li>
931
932 <li><a href="http://www.hungry.com/~pere/blog/archive/2021/07/">July (3)</a></li>
933
934 <li><a href="http://www.hungry.com/~pere/blog/archive/2021/08/">August (1)</a></li>
935
936 <li><a href="http://www.hungry.com/~pere/blog/archive/2021/09/">September (1)</a></li>
937
938 <li><a href="http://www.hungry.com/~pere/blog/archive/2021/10/">October (1)</a></li>
939
940 <li><a href="http://www.hungry.com/~pere/blog/archive/2021/12/">December (1)</a></li>
941
942 </ul></li>
943
944 <li>2020
945 <ul>
946
947 <li><a href="http://www.hungry.com/~pere/blog/archive/2020/02/">February (2)</a></li>
948
949 <li><a href="http://www.hungry.com/~pere/blog/archive/2020/03/">March (2)</a></li>
950
951 <li><a href="http://www.hungry.com/~pere/blog/archive/2020/04/">April (2)</a></li>
952
953 <li><a href="http://www.hungry.com/~pere/blog/archive/2020/05/">May (3)</a></li>
954
955 <li><a href="http://www.hungry.com/~pere/blog/archive/2020/06/">June (2)</a></li>
956
957 <li><a href="http://www.hungry.com/~pere/blog/archive/2020/07/">July (1)</a></li>
958
959 <li><a href="http://www.hungry.com/~pere/blog/archive/2020/09/">September (1)</a></li>
960
961 <li><a href="http://www.hungry.com/~pere/blog/archive/2020/10/">October (1)</a></li>
962
963 <li><a href="http://www.hungry.com/~pere/blog/archive/2020/11/">November (1)</a></li>
964
965 </ul></li>
966
967 <li>2019
968 <ul>
969
970 <li><a href="http://www.hungry.com/~pere/blog/archive/2019/01/">January (4)</a></li>
971
972 <li><a href="http://www.hungry.com/~pere/blog/archive/2019/02/">February (3)</a></li>
973
974 <li><a href="http://www.hungry.com/~pere/blog/archive/2019/03/">March (3)</a></li>
975
976 <li><a href="http://www.hungry.com/~pere/blog/archive/2019/05/">May (2)</a></li>
977
978 <li><a href="http://www.hungry.com/~pere/blog/archive/2019/06/">June (5)</a></li>
979
980 <li><a href="http://www.hungry.com/~pere/blog/archive/2019/07/">July (2)</a></li>
981
982 <li><a href="http://www.hungry.com/~pere/blog/archive/2019/08/">August (1)</a></li>
983
984 <li><a href="http://www.hungry.com/~pere/blog/archive/2019/09/">September (1)</a></li>
985
986 <li><a href="http://www.hungry.com/~pere/blog/archive/2019/11/">November (1)</a></li>
987
988 <li><a href="http://www.hungry.com/~pere/blog/archive/2019/12/">December (4)</a></li>
989
990 </ul></li>
991
992 <li>2018
993 <ul>
994
995 <li><a href="http://www.hungry.com/~pere/blog/archive/2018/01/">January (1)</a></li>
996
997 <li><a href="http://www.hungry.com/~pere/blog/archive/2018/02/">February (5)</a></li>
998
999 <li><a href="http://www.hungry.com/~pere/blog/archive/2018/03/">March (5)</a></li>
1000
1001 <li><a href="http://www.hungry.com/~pere/blog/archive/2018/04/">April (3)</a></li>
1002
1003 <li><a href="http://www.hungry.com/~pere/blog/archive/2018/06/">June (2)</a></li>
1004
1005 <li><a href="http://www.hungry.com/~pere/blog/archive/2018/07/">July (5)</a></li>
1006
1007 <li><a href="http://www.hungry.com/~pere/blog/archive/2018/08/">August (3)</a></li>
1008
1009 <li><a href="http://www.hungry.com/~pere/blog/archive/2018/09/">September (3)</a></li>
1010
1011 <li><a href="http://www.hungry.com/~pere/blog/archive/2018/10/">October (5)</a></li>
1012
1013 <li><a href="http://www.hungry.com/~pere/blog/archive/2018/11/">November (2)</a></li>
1014
1015 <li><a href="http://www.hungry.com/~pere/blog/archive/2018/12/">December (4)</a></li>
1016
1017 </ul></li>
1018
1019 <li>2017
1020 <ul>
1021
1022 <li><a href="http://www.hungry.com/~pere/blog/archive/2017/01/">January (4)</a></li>
1023
1024 <li><a href="http://www.hungry.com/~pere/blog/archive/2017/02/">February (3)</a></li>
1025
1026 <li><a href="http://www.hungry.com/~pere/blog/archive/2017/03/">March (5)</a></li>
1027
1028 <li><a href="http://www.hungry.com/~pere/blog/archive/2017/04/">April (2)</a></li>
1029
1030 <li><a href="http://www.hungry.com/~pere/blog/archive/2017/06/">June (5)</a></li>
1031
1032 <li><a href="http://www.hungry.com/~pere/blog/archive/2017/07/">July (1)</a></li>
1033
1034 <li><a href="http://www.hungry.com/~pere/blog/archive/2017/08/">August (1)</a></li>
1035
1036 <li><a href="http://www.hungry.com/~pere/blog/archive/2017/09/">September (3)</a></li>
1037
1038 <li><a href="http://www.hungry.com/~pere/blog/archive/2017/10/">October (5)</a></li>
1039
1040 <li><a href="http://www.hungry.com/~pere/blog/archive/2017/11/">November (3)</a></li>
1041
1042 <li><a href="http://www.hungry.com/~pere/blog/archive/2017/12/">December (4)</a></li>
1043
1044 </ul></li>
1045
1046 <li>2016
1047 <ul>
1048
1049 <li><a href="http://www.hungry.com/~pere/blog/archive/2016/01/">January (3)</a></li>
1050
1051 <li><a href="http://www.hungry.com/~pere/blog/archive/2016/02/">February (2)</a></li>
1052
1053 <li><a href="http://www.hungry.com/~pere/blog/archive/2016/03/">March (3)</a></li>
1054
1055 <li><a href="http://www.hungry.com/~pere/blog/archive/2016/04/">April (8)</a></li>
1056
1057 <li><a href="http://www.hungry.com/~pere/blog/archive/2016/05/">May (8)</a></li>
1058
1059 <li><a href="http://www.hungry.com/~pere/blog/archive/2016/06/">June (2)</a></li>
1060
1061 <li><a href="http://www.hungry.com/~pere/blog/archive/2016/07/">July (2)</a></li>
1062
1063 <li><a href="http://www.hungry.com/~pere/blog/archive/2016/08/">August (5)</a></li>
1064
1065 <li><a href="http://www.hungry.com/~pere/blog/archive/2016/09/">September (2)</a></li>
1066
1067 <li><a href="http://www.hungry.com/~pere/blog/archive/2016/10/">October (3)</a></li>
1068
1069 <li><a href="http://www.hungry.com/~pere/blog/archive/2016/11/">November (8)</a></li>
1070
1071 <li><a href="http://www.hungry.com/~pere/blog/archive/2016/12/">December (5)</a></li>
1072
1073 </ul></li>
1074
1075 <li>2015
1076 <ul>
1077
1078 <li><a href="http://www.hungry.com/~pere/blog/archive/2015/01/">January (7)</a></li>
1079
1080 <li><a href="http://www.hungry.com/~pere/blog/archive/2015/02/">February (6)</a></li>
1081
1082 <li><a href="http://www.hungry.com/~pere/blog/archive/2015/03/">March (1)</a></li>
1083
1084 <li><a href="http://www.hungry.com/~pere/blog/archive/2015/04/">April (4)</a></li>
1085
1086 <li><a href="http://www.hungry.com/~pere/blog/archive/2015/05/">May (3)</a></li>
1087
1088 <li><a href="http://www.hungry.com/~pere/blog/archive/2015/06/">June (4)</a></li>
1089
1090 <li><a href="http://www.hungry.com/~pere/blog/archive/2015/07/">July (6)</a></li>
1091
1092 <li><a href="http://www.hungry.com/~pere/blog/archive/2015/08/">August (2)</a></li>
1093
1094 <li><a href="http://www.hungry.com/~pere/blog/archive/2015/09/">September (2)</a></li>
1095
1096 <li><a href="http://www.hungry.com/~pere/blog/archive/2015/10/">October (9)</a></li>
1097
1098 <li><a href="http://www.hungry.com/~pere/blog/archive/2015/11/">November (6)</a></li>
1099
1100 <li><a href="http://www.hungry.com/~pere/blog/archive/2015/12/">December (3)</a></li>
1101
1102 </ul></li>
1103
1104 <li>2014
1105 <ul>
1106
1107 <li><a href="http://www.hungry.com/~pere/blog/archive/2014/01/">January (2)</a></li>
1108
1109 <li><a href="http://www.hungry.com/~pere/blog/archive/2014/02/">February (3)</a></li>
1110
1111 <li><a href="http://www.hungry.com/~pere/blog/archive/2014/03/">March (8)</a></li>
1112
1113 <li><a href="http://www.hungry.com/~pere/blog/archive/2014/04/">April (7)</a></li>
1114
1115 <li><a href="http://www.hungry.com/~pere/blog/archive/2014/05/">May (1)</a></li>
1116
1117 <li><a href="http://www.hungry.com/~pere/blog/archive/2014/06/">June (2)</a></li>
1118
1119 <li><a href="http://www.hungry.com/~pere/blog/archive/2014/07/">July (2)</a></li>
1120
1121 <li><a href="http://www.hungry.com/~pere/blog/archive/2014/08/">August (2)</a></li>
1122
1123 <li><a href="http://www.hungry.com/~pere/blog/archive/2014/09/">September (5)</a></li>
1124
1125 <li><a href="http://www.hungry.com/~pere/blog/archive/2014/10/">October (6)</a></li>
1126
1127 <li><a href="http://www.hungry.com/~pere/blog/archive/2014/11/">November (3)</a></li>
1128
1129 <li><a href="http://www.hungry.com/~pere/blog/archive/2014/12/">December (5)</a></li>
1130
1131 </ul></li>
1132
1133 <li>2013
1134 <ul>
1135
1136 <li><a href="http://www.hungry.com/~pere/blog/archive/2013/01/">January (11)</a></li>
1137
1138 <li><a href="http://www.hungry.com/~pere/blog/archive/2013/02/">February (9)</a></li>
1139
1140 <li><a href="http://www.hungry.com/~pere/blog/archive/2013/03/">March (9)</a></li>
1141
1142 <li><a href="http://www.hungry.com/~pere/blog/archive/2013/04/">April (6)</a></li>
1143
1144 <li><a href="http://www.hungry.com/~pere/blog/archive/2013/05/">May (9)</a></li>
1145
1146 <li><a href="http://www.hungry.com/~pere/blog/archive/2013/06/">June (10)</a></li>
1147
1148 <li><a href="http://www.hungry.com/~pere/blog/archive/2013/07/">July (7)</a></li>
1149
1150 <li><a href="http://www.hungry.com/~pere/blog/archive/2013/08/">August (3)</a></li>
1151
1152 <li><a href="http://www.hungry.com/~pere/blog/archive/2013/09/">September (5)</a></li>
1153
1154 <li><a href="http://www.hungry.com/~pere/blog/archive/2013/10/">October (7)</a></li>
1155
1156 <li><a href="http://www.hungry.com/~pere/blog/archive/2013/11/">November (9)</a></li>
1157
1158 <li><a href="http://www.hungry.com/~pere/blog/archive/2013/12/">December (3)</a></li>
1159
1160 </ul></li>
1161
1162 <li>2012
1163 <ul>
1164
1165 <li><a href="http://www.hungry.com/~pere/blog/archive/2012/01/">January (7)</a></li>
1166
1167 <li><a href="http://www.hungry.com/~pere/blog/archive/2012/02/">February (10)</a></li>
1168
1169 <li><a href="http://www.hungry.com/~pere/blog/archive/2012/03/">March (17)</a></li>
1170
1171 <li><a href="http://www.hungry.com/~pere/blog/archive/2012/04/">April (12)</a></li>
1172
1173 <li><a href="http://www.hungry.com/~pere/blog/archive/2012/05/">May (12)</a></li>
1174
1175 <li><a href="http://www.hungry.com/~pere/blog/archive/2012/06/">June (20)</a></li>
1176
1177 <li><a href="http://www.hungry.com/~pere/blog/archive/2012/07/">July (17)</a></li>
1178
1179 <li><a href="http://www.hungry.com/~pere/blog/archive/2012/08/">August (6)</a></li>
1180
1181 <li><a href="http://www.hungry.com/~pere/blog/archive/2012/09/">September (9)</a></li>
1182
1183 <li><a href="http://www.hungry.com/~pere/blog/archive/2012/10/">October (17)</a></li>
1184
1185 <li><a href="http://www.hungry.com/~pere/blog/archive/2012/11/">November (10)</a></li>
1186
1187 <li><a href="http://www.hungry.com/~pere/blog/archive/2012/12/">December (7)</a></li>
1188
1189 </ul></li>
1190
1191 <li>2011
1192 <ul>
1193
1194 <li><a href="http://www.hungry.com/~pere/blog/archive/2011/01/">January (16)</a></li>
1195
1196 <li><a href="http://www.hungry.com/~pere/blog/archive/2011/02/">February (6)</a></li>
1197
1198 <li><a href="http://www.hungry.com/~pere/blog/archive/2011/03/">March (6)</a></li>
1199
1200 <li><a href="http://www.hungry.com/~pere/blog/archive/2011/04/">April (7)</a></li>
1201
1202 <li><a href="http://www.hungry.com/~pere/blog/archive/2011/05/">May (3)</a></li>
1203
1204 <li><a href="http://www.hungry.com/~pere/blog/archive/2011/06/">June (2)</a></li>
1205
1206 <li><a href="http://www.hungry.com/~pere/blog/archive/2011/07/">July (7)</a></li>
1207
1208 <li><a href="http://www.hungry.com/~pere/blog/archive/2011/08/">August (6)</a></li>
1209
1210 <li><a href="http://www.hungry.com/~pere/blog/archive/2011/09/">September (4)</a></li>
1211
1212 <li><a href="http://www.hungry.com/~pere/blog/archive/2011/10/">October (2)</a></li>
1213
1214 <li><a href="http://www.hungry.com/~pere/blog/archive/2011/11/">November (3)</a></li>
1215
1216 <li><a href="http://www.hungry.com/~pere/blog/archive/2011/12/">December (1)</a></li>
1217
1218 </ul></li>
1219
1220 <li>2010
1221 <ul>
1222
1223 <li><a href="http://www.hungry.com/~pere/blog/archive/2010/01/">January (2)</a></li>
1224
1225 <li><a href="http://www.hungry.com/~pere/blog/archive/2010/02/">February (1)</a></li>
1226
1227 <li><a href="http://www.hungry.com/~pere/blog/archive/2010/03/">March (3)</a></li>
1228
1229 <li><a href="http://www.hungry.com/~pere/blog/archive/2010/04/">April (3)</a></li>
1230
1231 <li><a href="http://www.hungry.com/~pere/blog/archive/2010/05/">May (9)</a></li>
1232
1233 <li><a href="http://www.hungry.com/~pere/blog/archive/2010/06/">June (14)</a></li>
1234
1235 <li><a href="http://www.hungry.com/~pere/blog/archive/2010/07/">July (12)</a></li>
1236
1237 <li><a href="http://www.hungry.com/~pere/blog/archive/2010/08/">August (13)</a></li>
1238
1239 <li><a href="http://www.hungry.com/~pere/blog/archive/2010/09/">September (7)</a></li>
1240
1241 <li><a href="http://www.hungry.com/~pere/blog/archive/2010/10/">October (9)</a></li>
1242
1243 <li><a href="http://www.hungry.com/~pere/blog/archive/2010/11/">November (13)</a></li>
1244
1245 <li><a href="http://www.hungry.com/~pere/blog/archive/2010/12/">December (12)</a></li>
1246
1247 </ul></li>
1248
1249 <li>2009
1250 <ul>
1251
1252 <li><a href="http://www.hungry.com/~pere/blog/archive/2009/01/">January (8)</a></li>
1253
1254 <li><a href="http://www.hungry.com/~pere/blog/archive/2009/02/">February (8)</a></li>
1255
1256 <li><a href="http://www.hungry.com/~pere/blog/archive/2009/03/">March (12)</a></li>
1257
1258 <li><a href="http://www.hungry.com/~pere/blog/archive/2009/04/">April (10)</a></li>
1259
1260 <li><a href="http://www.hungry.com/~pere/blog/archive/2009/05/">May (9)</a></li>
1261
1262 <li><a href="http://www.hungry.com/~pere/blog/archive/2009/06/">June (3)</a></li>
1263
1264 <li><a href="http://www.hungry.com/~pere/blog/archive/2009/07/">July (4)</a></li>
1265
1266 <li><a href="http://www.hungry.com/~pere/blog/archive/2009/08/">August (3)</a></li>
1267
1268 <li><a href="http://www.hungry.com/~pere/blog/archive/2009/09/">September (1)</a></li>
1269
1270 <li><a href="http://www.hungry.com/~pere/blog/archive/2009/10/">October (2)</a></li>
1271
1272 <li><a href="http://www.hungry.com/~pere/blog/archive/2009/11/">November (3)</a></li>
1273
1274 <li><a href="http://www.hungry.com/~pere/blog/archive/2009/12/">December (3)</a></li>
1275
1276 </ul></li>
1277
1278 <li>2008
1279 <ul>
1280
1281 <li><a href="http://www.hungry.com/~pere/blog/archive/2008/11/">November (5)</a></li>
1282
1283 <li><a href="http://www.hungry.com/~pere/blog/archive/2008/12/">December (7)</a></li>
1284
1285 </ul></li>
1286
1287 </ul>
1288
1289
1290
1291 <h2>Tags</h2>
1292 <ul>
1293
1294 <li><a href="http://www.hungry.com/~pere/blog/tags/3d-printer">3d-printer (19)</a></li>
1295
1296 <li><a href="http://www.hungry.com/~pere/blog/tags/amiga">amiga (1)</a></li>
1297
1298 <li><a href="http://www.hungry.com/~pere/blog/tags/aros">aros (1)</a></li>
1299
1300 <li><a href="http://www.hungry.com/~pere/blog/tags/bankid">bankid (4)</a></li>
1301
1302 <li><a href="http://www.hungry.com/~pere/blog/tags/betalkontant">betalkontant (9)</a></li>
1303
1304 <li><a href="http://www.hungry.com/~pere/blog/tags/bitcoin">bitcoin (13)</a></li>
1305
1306 <li><a href="http://www.hungry.com/~pere/blog/tags/bootsystem">bootsystem (17)</a></li>
1307
1308 <li><a href="http://www.hungry.com/~pere/blog/tags/bsa">bsa (2)</a></li>
1309
1310 <li><a href="http://www.hungry.com/~pere/blog/tags/chrpath">chrpath (3)</a></li>
1311
1312 <li><a href="http://www.hungry.com/~pere/blog/tags/debian">debian (204)</a></li>
1313
1314 <li><a href="http://www.hungry.com/~pere/blog/tags/debian edu">debian edu (159)</a></li>
1315
1316 <li><a href="http://www.hungry.com/~pere/blog/tags/debian-handbook">debian-handbook (9)</a></li>
1317
1318 <li><a href="http://www.hungry.com/~pere/blog/tags/digistan">digistan (11)</a></li>
1319
1320 <li><a href="http://www.hungry.com/~pere/blog/tags/dld">dld (18)</a></li>
1321
1322 <li><a href="http://www.hungry.com/~pere/blog/tags/docbook">docbook (33)</a></li>
1323
1324 <li><a href="http://www.hungry.com/~pere/blog/tags/drivstoffpriser">drivstoffpriser (4)</a></li>
1325
1326 <li><a href="http://www.hungry.com/~pere/blog/tags/english">english (466)</a></li>
1327
1328 <li><a href="http://www.hungry.com/~pere/blog/tags/fiksgatami">fiksgatami (23)</a></li>
1329
1330 <li><a href="http://www.hungry.com/~pere/blog/tags/fildeling">fildeling (14)</a></li>
1331
1332 <li><a href="http://www.hungry.com/~pere/blog/tags/freeculture">freeculture (34)</a></li>
1333
1334 <li><a href="http://www.hungry.com/~pere/blog/tags/freedombox">freedombox (9)</a></li>
1335
1336 <li><a href="http://www.hungry.com/~pere/blog/tags/frikanalen">frikanalen (20)</a></li>
1337
1338 <li><a href="http://www.hungry.com/~pere/blog/tags/h264">h264 (20)</a></li>
1339
1340 <li><a href="http://www.hungry.com/~pere/blog/tags/intervju">intervju (43)</a></li>
1341
1342 <li><a href="http://www.hungry.com/~pere/blog/tags/isenkram">isenkram (18)</a></li>
1343
1344 <li><a href="http://www.hungry.com/~pere/blog/tags/kart">kart (23)</a></li>
1345
1346 <li><a href="http://www.hungry.com/~pere/blog/tags/kodi">kodi (6)</a></li>
1347
1348 <li><a href="http://www.hungry.com/~pere/blog/tags/ldap">ldap (9)</a></li>
1349
1350 <li><a href="http://www.hungry.com/~pere/blog/tags/lego">lego (5)</a></li>
1351
1352 <li><a href="http://www.hungry.com/~pere/blog/tags/lenker">lenker (8)</a></li>
1353
1354 <li><a href="http://www.hungry.com/~pere/blog/tags/linuxcnc">linuxcnc (8)</a></li>
1355
1356 <li><a href="http://www.hungry.com/~pere/blog/tags/lsdvd">lsdvd (2)</a></li>
1357
1358 <li><a href="http://www.hungry.com/~pere/blog/tags/ltsp">ltsp (1)</a></li>
1359
1360 <li><a href="http://www.hungry.com/~pere/blog/tags/madewithcc">madewithcc (3)</a></li>
1361
1362 <li><a href="http://www.hungry.com/~pere/blog/tags/mesh network">mesh network (8)</a></li>
1363
1364 <li><a href="http://www.hungry.com/~pere/blog/tags/multimedia">multimedia (46)</a></li>
1365
1366 <li><a href="http://www.hungry.com/~pere/blog/tags/nice free software">nice free software (15)</a></li>
1367
1368 <li><a href="http://www.hungry.com/~pere/blog/tags/noark5">noark5 (25)</a></li>
1369
1370 <li><a href="http://www.hungry.com/~pere/blog/tags/norsk">norsk (325)</a></li>
1371
1372 <li><a href="http://www.hungry.com/~pere/blog/tags/nuug">nuug (199)</a></li>
1373
1374 <li><a href="http://www.hungry.com/~pere/blog/tags/offentlig innsyn">offentlig innsyn (41)</a></li>
1375
1376 <li><a href="http://www.hungry.com/~pere/blog/tags/open311">open311 (2)</a></li>
1377
1378 <li><a href="http://www.hungry.com/~pere/blog/tags/opensnitch">opensnitch (4)</a></li>
1379
1380 <li><a href="http://www.hungry.com/~pere/blog/tags/opphavsrett">opphavsrett (76)</a></li>
1381
1382 <li><a href="http://www.hungry.com/~pere/blog/tags/personvern">personvern (114)</a></li>
1383
1384 <li><a href="http://www.hungry.com/~pere/blog/tags/raid">raid (4)</a></li>
1385
1386 <li><a href="http://www.hungry.com/~pere/blog/tags/reactos">reactos (1)</a></li>
1387
1388 <li><a href="http://www.hungry.com/~pere/blog/tags/reprap">reprap (11)</a></li>
1389
1390 <li><a href="http://www.hungry.com/~pere/blog/tags/rfid">rfid (3)</a></li>
1391
1392 <li><a href="http://www.hungry.com/~pere/blog/tags/robot">robot (17)</a></li>
1393
1394 <li><a href="http://www.hungry.com/~pere/blog/tags/rss">rss (1)</a></li>
1395
1396 <li><a href="http://www.hungry.com/~pere/blog/tags/ruter">ruter (7)</a></li>
1397
1398 <li><a href="http://www.hungry.com/~pere/blog/tags/scraperwiki">scraperwiki (2)</a></li>
1399
1400 <li><a href="http://www.hungry.com/~pere/blog/tags/sikkerhet">sikkerhet (60)</a></li>
1401
1402 <li><a href="http://www.hungry.com/~pere/blog/tags/sitesummary">sitesummary (4)</a></li>
1403
1404 <li><a href="http://www.hungry.com/~pere/blog/tags/skepsis">skepsis (5)</a></li>
1405
1406 <li><a href="http://www.hungry.com/~pere/blog/tags/standard">standard (76)</a></li>
1407
1408 <li><a href="http://www.hungry.com/~pere/blog/tags/stavekontroll">stavekontroll (7)</a></li>
1409
1410 <li><a href="http://www.hungry.com/~pere/blog/tags/stortinget">stortinget (14)</a></li>
1411
1412 <li><a href="http://www.hungry.com/~pere/blog/tags/surveillance">surveillance (65)</a></li>
1413
1414 <li><a href="http://www.hungry.com/~pere/blog/tags/sysadmin">sysadmin (5)</a></li>
1415
1416 <li><a href="http://www.hungry.com/~pere/blog/tags/usenix">usenix (2)</a></li>
1417
1418 <li><a href="http://www.hungry.com/~pere/blog/tags/valg">valg (9)</a></li>
1419
1420 <li><a href="http://www.hungry.com/~pere/blog/tags/verkidetfri">verkidetfri (22)</a></li>
1421
1422 <li><a href="http://www.hungry.com/~pere/blog/tags/video">video (80)</a></li>
1423
1424 <li><a href="http://www.hungry.com/~pere/blog/tags/vitenskap">vitenskap (4)</a></li>
1425
1426 <li><a href="http://www.hungry.com/~pere/blog/tags/web">web (42)</a></li>
1427
1428 </ul>
1429
1430
1431 </div>
1432 <p style="text-align: right">
1433 Created by <a href="http://steve.org.uk/Software/chronicle">Chronicle v4.6</a>
1434 </p>
1435
1436 </body>
1437 </html>