]> pere.pagekite.me Git - homepage.git/blobdiff - blog/index.rss
New post on the municipality map.
[homepage.git] / blog / index.rss
index 8ddff65263b74520a52abed2b7ed376a8331da4b..770eae38cbc1784222dc81e78937a8bf5929108e 100644 (file)
                 <atom:link href="http://people.skolelinux.org/pere/blog/index.rss" rel="self" type="application/rss+xml" />
        
        <item>
-               <title>Why is your site not using Content Security Policy / CSP?</title>
-               <link>http://people.skolelinux.org/pere/blog/Why_is_your_site_not_using_Content_Security_Policy___CSP_.html</link>
-               <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Why_is_your_site_not_using_Content_Security_Policy___CSP_.html</guid>
-                <pubDate>Sun, 9 Dec 2018 15:00:00 +0100</pubDate>
-               <description>&lt;p&gt;Yesterday, I had the pleasure of watching on Frikanalen the OWASP
-talk by Scott Helme titled
-&quot;&lt;a href=&quot;https://frikanalen.no/video/626080/&quot;&gt;What We’ve Learned From
-Billions of Security Reports&lt;/a&gt;&quot;.  I had not heard of the
-&lt;a href=&quot;https://en.wikipedia.org/wiki/Content_Security_Policy&quot;&gt;Content
-Security Policy standard&lt;/a&gt; nor its ability to &quot;call home&quot; when a
-browser detect a policy breach (I do not follow web page design
-development much these days), and found the talk very illuminating.&lt;/p&gt;
-
-&lt;p&gt;The mechanism allow a web site owner to use HTTP headers to tell
-visitors web browser which sources (internal and external) are allowed to
-be used on the web site.  Thus it become possible to enforce a &quot;only
-local content&quot; policy despite web designers urge to fetch programs
-from random sites on the Internet, like the one
-&lt;a href=&quot;https://securityaffairs.co/wordpress/68966/hacking/browsealoud-plugin-hack.html&quot;&gt;enabling
-the attack&lt;/a&gt; reported by Scott Helme earlier this year.&lt;/p&gt;
-
-&lt;p&gt;Using CSP seem like an obvious thing for a site admin to implement
-to take some control over the information leak that occur when
-external sources are used to render web pages, it is a mystery more
-sites are not using CSP?  It is being
-&lt;a href=&quot;https://www.w3.org/TR/CSP/&quot;&gt;standardized under W3C&lt;/a&gt; these
-days, and is supposed by most web browsers&lt;/p&gt;
-
-&lt;p&gt;I managed to find &lt;a href=&quot;https://github.com/mozilla/django-csp&quot;&gt;a
-Django middleware for implementing CSP&lt;/a&gt; and was happy to discover
-it was already in Debian.  I plan to use it to add CSP support to the
-Frikanalen web site soon.&lt;/p&gt;
+               <title>Nikita version 0.6 released - free software archive API server</title>
+               <link>http://people.skolelinux.org/pere/blog/Nikita_version_0_6_released___free_software_archive_API_server.html</link>
+               <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Nikita_version_0_6_released___free_software_archive_API_server.html</guid>
+                <pubDate>Thu, 10 Jun 2021 17:10:00 +0200</pubDate>
+               <description>&lt;p&gt;I am very pleased to be able to share with you
+&lt;a href=&quot;https://lists.nuug.no/pipermail/nikita-noark/2021-June/000576.html&quot;&gt;the
+announcement of a new version of the archiving system Nikita&lt;/a&gt;
+published by its lead developer Thomas Sødring:&lt;/p&gt;
+
+&lt;p&gt;&lt;blockquote&gt;
+
+&lt;p&gt;It is with great pleasure that we can announce a new release of
+nikita.  Version 0.6
+(&lt;a href=&quot;https://gitlab.com/OsloMet-ABI/nikita-noark5-core&quot;&gt;https://gitlab.com/OsloMet-ABI/nikita-noark5-core&lt;/a&gt;). This
+release makes new record keeping functionality available. This really
+is a maturity release. Both in terms of functionality but also code.
+Considerable effort has gone into refactoring the codebase and
+simplifying the code. Notable changes for this release include:&lt;/p&gt;
+
+&lt;ul&gt;
+
+  &lt;li&gt;Significantly improved OData parsing&lt;/li&gt;
+  &lt;li&gt;Support for business specific metadata and national identifiers&lt;/li&gt;
+  &lt;li&gt;Continued implementation of domain model and endpoints&lt;/li&gt;
+  &lt;li&gt;Improved testing&lt;/li&gt;
+  &lt;li&gt;Ability to export and import from arkivstruktur.xml&lt;/li&gt;
+
+&lt;/ul&gt;
+
+&lt;p&gt;We are currently in the process of reaching an agreement with an
+archive institution to publish their picture archive using nikita with
+business specific metadata and we hope that we can share this with you
+soon. This is an interesting project as it allows the organisation to
+bring an older picture archive back to life while using the original
+metadata values stored as business specific metadata. Combined with
+OData means the scope and use of the archive is significantly
+increased and will showcase both the flexibility and power of
+Noark.&lt;/p&gt;
+
+&lt;p&gt;I really think we are approaching a version 1.0 of nikita, even
+though there is still a lot of work to be done. The notable work at
+the moment is to implement access-control and full text indexing of
+documents.&lt;/p&gt;
+
+&lt;p&gt;My sincere thanks to everyone who has contributed to this
+release!&lt;/p&gt;
+
+&lt;p&gt;- Thomas&lt;/p&gt;
+
+&lt;p&gt;&lt;strong&gt;Release 0.6 2021-06-10 (d1ba5fc7e8bad0cfdce45ac20354b19d10ebbc7b)&lt;/strong&gt;&lt;/p&gt;
+
+&lt;ul&gt;
+
+  &lt;li&gt;Refactor metadata entity search&lt;/li&gt;
+  &lt;li&gt;Remove redundant security configuration&lt;/li&gt;
+  &lt;li&gt;Make OpenAPI documentation work&lt;/li&gt;
+  &lt;li&gt;Change database structure / inheritance model to a more sensible approach&lt;/li&gt;
+  &lt;li&gt;Make it possible to move entities around the fonds structure&lt;/li&gt;
+  &lt;li&gt;Implemented a number of missing endpoints&lt;/li&gt;
+  &lt;li&gt;Make sure yml files are in sync&lt;/li&gt;
+  &lt;li&gt;Implemented/finalised storing and use of
+  &lt;ul&gt;
+       &lt;li&gt;Business Specific Metadata&lt;/li&gt;
+       &lt;li&gt;Norwegian National Identifiers&lt;/li&gt;
+       &lt;li&gt;Cross Reference&lt;/li&gt;
+       &lt;li&gt;Keyword&lt;/li&gt;
+       &lt;li&gt;StorageLocation&lt;/li&gt;
+       &lt;li&gt;Author&lt;/li&gt;
+       &lt;li&gt;Screening for relevant objects&lt;/li&gt;
+       &lt;li&gt;ChangeLog&lt;/li&gt;
+       &lt;li&gt;EventLog&lt;/li&gt;
+  &lt;/ul&gt;&lt;/li&gt;
+  &lt;li&gt;Make generation of updated docker image part of successful CI pipeline&lt;/li&gt;
+  &lt;li&gt;Implement pagination for all list requests
+  &lt;ul&gt;
+       &lt;li&gt;Refactor code to support lists&lt;/li&gt;
+       &lt;li&gt;Refactor code for readability&lt;/li&gt;
+       &lt;li&gt;Standardise the controller/service code&lt;/li&gt;
+  &lt;/ul&gt;&lt;/li&gt;
+  &lt;li&gt;Finalise File-&gt;CaseFile expansion and Record-&gt;registryEntry/recordNote 
+expansion&lt;/li&gt;
+  &lt;li&gt;Improved Continuous Integration (CI) approach via gitlab&lt;/li&gt;
+  &lt;li&gt;Changed conversion approach to generate tagged PDF documents&lt;/li&gt;
+  &lt;li&gt;Updated dependencies
+  &lt;ul&gt;
+       &lt;li&gt;For security reasons&lt;/li&gt;
+       &lt;li&gt;Brought codebase to spring-boot version 2.5.0&lt;/li&gt;
+       &lt;li&gt;Remove import of necessary dependencies&lt;/li&gt;
+       &lt;li&gt;Remove non-used metrics classes&lt;/li&gt;
+  &lt;/ul&gt;&lt;/li&gt;
+  &lt;li&gt;Added new analysis to CI including&lt;/li&gt;
+  &lt;li&gt;Implemented storing of Keyword&lt;/li&gt;
+  &lt;li&gt;Implemented storing of Screening and ScreeningMetadata&lt;/li&gt;
+  &lt;li&gt;Improved OData support
+  &lt;ul&gt;
+       &lt;li&gt;Better support for inheritance in queries where applicable&lt;/li&gt;
+       &lt;li&gt;Brought in more OData tests&lt;/li&gt;
+       &lt;li&gt;Improved OData/hibernate understanding of queries&lt;/li&gt;
+       &lt;li&gt;Implement $count, $orderby&lt;/li&gt;
+       &lt;li&gt;Finalise $top and $skip&lt;/li&gt;
+       &lt;li&gt;Make sure &amp; is used between query parameters&lt;/li&gt;
+  &lt;/ul&gt;&lt;/li&gt;
+  &lt;li&gt;Improved Testing in codebase
+  &lt;ul&gt;
+       &lt;li&gt;A new approach for integration tests to make test more readable&lt;/li&gt;
+       &lt;li&gt;Introduce tests in parallel with code development for TDD approach&lt;/li&gt;
+       &lt;li&gt;Remove test that required particular access to storage&lt;/li&gt;
+  &lt;/ul&gt;&lt;/li&gt;
+  &lt;li&gt;Implement case-handling process from received email to case-handler
+  &lt;ul&gt;
+       &lt;li&gt;Develop required GUI elements (digital postroom from email)&lt;/li&gt;
+       &lt;li&gt;Introduced leader, quality control and postroom roles&lt;/li&gt;
+  &lt;/ul&gt;&lt;/li&gt;
+  &lt;li&gt;Make PUT requests return 200 OK not 201 CREATED&lt;/li&gt;
+  &lt;li&gt;Make DELETE requests return 204 NO CONTENT not 200 OK&lt;/li&gt;
+  &lt;li&gt;Replaced &#39;oppdatert*&#39; with &#39;endret*&#39; everywhere to match latest spec&lt;/li&gt;
+  &lt;li&gt;Upgrade Gitlab CI to use python &gt; 3 for CI scripts&lt;/li&gt;
+  &lt;li&gt;Bug fixes
+  &lt;ul&gt;
+       &lt;li&gt;Fix missing ALLOW&lt;/li&gt;
+       &lt;li&gt;Fix reading of objects from jar file during start-up&lt;/li&gt;
+       &lt;li&gt;Reduce the number of warnings in the codebase&lt;/li&gt;
+       &lt;li&gt;Fix delete problems&lt;/li&gt;
+       &lt;li&gt;Make better use of cascade for &quot;leaf&quot; objects&lt;/li&gt;
+       &lt;li&gt;Add missing annotations where relevant&lt;/li&gt;
+       &lt;li&gt;Remove the use of ETAG for delete&lt;/li&gt;
+       &lt;li&gt;Fix missing/wrong/broken rels discovered by runtest&lt;/li&gt;
+       &lt;li&gt;Drop unofficial convertFil (konverterFil) end point&lt;/li&gt;
+       &lt;li&gt;Fix regex problem for dateTime&lt;/li&gt;
+       &lt;li&gt;Fix multiple static analysis issues discovered by coverity&lt;/li&gt;
+       &lt;li&gt;Fix proxy problem when looking for object class names&lt;/li&gt;
+       &lt;li&gt;Add many missing translated Norwegian to English (internal) 
+attribute/entity names&lt;/li&gt;
+       &lt;li&gt;Change UUID generation approach to allow code also set a value&lt;/li&gt;
+       &lt;li&gt;Fix problem with Part/PartParson&lt;/li&gt;
+       &lt;li&gt;Fix problem with empty OData search results&lt;/li&gt;
+       &lt;li&gt;Fix metadata entity domain problem&lt;/li&gt;
+  &lt;/ul&gt;&lt;/li&gt;
+  &lt;li&gt;General Improvements
+  &lt;ul&gt;
+       &lt;li&gt;Makes future refactoring easier as coupling is reduced&lt;/li&gt;
+       &lt;li&gt;Allow some constant variables to be set from property file&lt;/li&gt;
+       &lt;li&gt;Refactor code to make reflection work better across codebase&lt;/li&gt;
+       &lt;li&gt;Reduce the number of @Service layer classes used in @Controller 
+classes&lt;/li&gt;
+       &lt;li&gt;Be more consistent on naming of similar variable types&lt;/li&gt;
+       &lt;li&gt;Start printing rels/href if they are applicable&lt;/li&gt;
+       &lt;li&gt;Cleaner / standardised approach to deleting objects&lt;/li&gt;
+       &lt;li&gt;Avoid concatenation when using StringBuilder&lt;/li&gt;
+       &lt;li&gt;Consolidate code to avoid duplication&lt;/li&gt;
+       &lt;li&gt;Tidy formatting for a more consistent reading style across 
+similar class files&lt;/li&gt;
+       &lt;li&gt;Make throw a log.error message not an log.info message&lt;/li&gt;
+       &lt;li&gt;Make throw print the log value rather than printing in multiple 
+places&lt;/li&gt;
+       &lt;li&gt;Add some missing pronom codes&lt;/li&gt;
+       &lt;li&gt;Fix time formatting issue in Gitlab CI&lt;/li&gt;
+       &lt;li&gt;Remove stale / unused code&lt;/li&gt;
+       &lt;li&gt;Use only UUID datatype rather than combination String/UUID for systemID&lt;/li&gt;
+       &lt;li&gt;Mark variables final and @NotNull where relevant to indicate 
+intention&lt;/li&gt;
+  &lt;/ul&gt;&lt;/li&gt;
+  &lt;li&gt;Change Date values to DateTime to maintain compliance with Noark 5 
+standard&lt;/li&gt;
+  &lt;li&gt;Domain model improvements using Hypersistence Optimizer
+  &lt;ul&gt;
+       &lt;li&gt;Move @Transactional from class to methods to avoid borrowing the JDBC Connection unnecessarily&lt;/li&gt;
+       &lt;li&gt;Fix OneToOne performance issues&lt;/li&gt;
+       &lt;li&gt;Fix ManyToMany performance issues&lt;/li&gt;
+       &lt;li&gt;Add missing bidirectional synchronization support&lt;/li&gt;
+       &lt;li&gt;Fix ManyToMany performance issue&lt;/li&gt;
+  &lt;/ul&gt;&lt;/li&gt;
+  &lt;li&gt;Make List&lt;&gt; and Set&lt;&gt; use final-keyword to avoid potential problems 
+during update operations&lt;/li&gt;
+  &lt;li&gt;Changed internal URLs, replaced &quot;hateoas-api&quot; with &quot;api&quot;.&lt;/li&gt;
+  &lt;li&gt;Implemented storing of Precedence.&lt;/li&gt;
+  &lt;li&gt;Corrected handling of screening.&lt;/li&gt;
+  &lt;li&gt;Corrected _links collection returned for list of mixed entity types 
+to match the specific entity.&lt;/li&gt;
+  &lt;li&gt;Improved several internal structures.&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;/blockquote&gt;&lt;/p&gt;
+
+&lt;p&gt;If free and open standardized archiving API sound interesting to
+you, please contact us on IRC
+(&lt;a href=&quot;irc://irc.oftc.net/%23nikita&quot;&gt;#nikita on
+irc.oftc.net&lt;/a&gt;) or email
+(&lt;a href=&quot;https://lists.nuug.no/mailman/listinfo/nikita-noark&quot;&gt;nikita-noark
+mailing list&lt;/a&gt;).&lt;/p&gt;
 
 &lt;p&gt;As usual, if you use Bitcoin and want to show your support of my
 activities, please send Bitcoin donations to my address
@@ -47,40 +205,54 @@ activities, please send Bitcoin donations to my address
        </item>
        
        <item>
-               <title>New and improved Frikanalen Kodi addon version 0.0.3</title>
-               <link>http://people.skolelinux.org/pere/blog/New_and_improved_Frikanalen_Kodi_addon_version_0_0_3.html</link>
-               <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/New_and_improved_Frikanalen_Kodi_addon_version_0_0_3.html</guid>
-                <pubDate>Thu, 8 Nov 2018 10:30:00 +0100</pubDate>
-               <description>&lt;p&gt;If you read my blog regularly, you probably know I am involved in
-running and developing the &lt;a href=&quot;https://frikanalen.no/&quot;&gt;Norwegian
-TV channel Frikanalen&lt;/a&gt;.  It is an open channel, allowing everyone
-in Norway to publish videos on a TV channel with national coverage.
-You can think of it as Youtube for national television.
-In addition to distribution on RiksTV and Uninett, Frikanalen is also
-available as a Kodi addon.  The last few days I have updated the code
-to add more features.  A
-&lt;a href=&quot;https://kodi.tv/addon/plugins-video-add-ons/frikanalen-nett-tv&quot;&gt;new
-and improved version 0.0.3 Frikanalen addon&lt;/a&gt; was just made
-available via the Kodi repositories.  This new version include a
-option to browse videos by category, as well as free text search
-in the video archive.  It will now also show the video duration in the
-video lists, which were missing earlier.  A new and experimental
-link to the HD video stream currently being worked on is provided, for
-those that want to see what the &lt;a href=&quot;https://casparcg.com/&quot;&gt;CasparCG&lt;/a&gt;
-output look like.  The alternative is the SD video stream, generated
-using MLT.  CasparCG is controlled by our
-&lt;a href=&quot;https://github.com/Frikanalen/mltplayout/&quot;&gt;mltplayout
-server&lt;/a&gt; which instead of talking to mlt is giving PLAY instructions
-to the CasparCG server when it is time to start a new program.&lt;/p&gt;
-
-&lt;p&gt;By now, you are probably wondering what kind of content is being
-played on the channel.  These days, it is filled with technical
-presentations like those from &lt;a href=&quot;https://www.nuug.no/&quot;&gt;NUUG&lt;/a&gt;,
-&lt;a href=&quot;https://www.debconf.org/&quot;&gt;Debconf&lt;/a&gt;, Makercon, and TED,
-but there are also some periods with
-&lt;a href=&quot;https://www.empo.no/&quot;&gt;EMPT TV&lt;/a&gt; and
-&lt;a href=&quot;https://www.p7.no/&quot;&gt;P7&lt;/a&gt;.
-
+               <title>VLC bittorrent plugin in Bullseye, saved by the bell?</title>
+               <link>http://people.skolelinux.org/pere/blog/VLC_bittorrent_plugin_in_Bullseye__saved_by_the_bell_.html</link>
+               <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/VLC_bittorrent_plugin_in_Bullseye__saved_by_the_bell_.html</guid>
+                <pubDate>Sat, 1 May 2021 11:00:00 +0200</pubDate>
+               <description>&lt;p&gt;Yesterday morning I got a warning call from the Debian quality
+control system that
+&lt;a href=&quot;https://tracker.debian.org/pkg/vlc-plugin-bittorrent&quot;&gt;the VLC
+bittorrent plugin&lt;/a&gt; was due to be removed because of a release
+critical bug in one of its dependencies.  As you might remember, this
+plugin make VLC able to stream videos directly from a bittorrent
+source using both torrent files and magnet links, similar to using a
+HTTP source.  I believe such protocol support is a vital feature in
+VLC, allowing efficient streaming from sources such at the almost 7
+million movies in &lt;a href=&quot;https://archive.org/&quot;&gt;the Internet
+Archive&lt;/a&gt;.&lt;/p&gt;
+
+&lt;p&gt;The dependency was the unmaintained
+&lt;a href=&quot;https://tracker.debian.org/pkg/libtorrent-rasterbar&quot;&gt;libtorrent-rasterbar&lt;/a&gt;
+package, and &lt;a href=&quot;https://bugs.debian.org/987306&quot;&gt;the bug in
+question&lt;/a&gt; blocked its python library from working properly.  As I
+did not want Bullseye to release without bittorrent support in VLC, I
+set out to check out the status, and track down a fix for the problem.
+Luckily the issue had already been identified and fixed upstream,
+providing everything needed.  All I needed to do was to fetch the
+Debian git repository, extract and trim the patch from upstream and
+apply it to the Debian package for upload.&lt;/p&gt;
+
+&lt;p&gt;The fixed library was uploaded yesterday evening.  But that is not
+enough to get it into Bullseye, as Debian is currently in package
+freeze to prepare for a new next stable release.  Only non-critical
+packages with
+&lt;a href=&quot;https://wiki.debian.org/ContinuousIntegration/autopkgtest&quot;&gt;autopkgtest
+setup&lt;/a&gt; included, in other words able to validate automatically that
+the package is working, are allowed to migrate automatically into the
+next release at this stage.  And the unmaintained libtorrent-rasterbar
+lack such testing, and thus needed a manual override.  I am happy to
+report that such manual override was approved a few minutes ago, thus
+increasing significantly the chance of VLC bittorrent streaming being
+available out of the box also for Debian/Buster users.  A bit too
+close shave for my liking, as the Bullseye release is most likely just
+a few days away, and this  did feel like the package was saved by the
+bell.  I am so glad the warning email showed up in time for me to
+handle the issue, and a big thanks go to the Debian Release team for
+the quick feedback on
+&lt;a href=&quot;irc://irc.debian.org/%23debian-release&quot;&gt;#debian-release&lt;/a&gt;
+and their &lt;a href=&quot;https://bugs.debian.org/987865&quot;&gt;swift
+unblocking&lt;/a&gt;.&lt;/p&gt;
 &lt;p&gt;As usual, if you use Bitcoin and want to show your support of my
 activities, please send Bitcoin donations to my address
 &lt;b&gt;&lt;a href=&quot;bitcoin:15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b&quot;&gt;15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b&lt;/a&gt;&lt;/b&gt;.&lt;/p&gt;
@@ -88,35 +260,57 @@ activities, please send Bitcoin donations to my address
        </item>
        
        <item>
-               <title>Time for an official MIME type for patches?</title>
-               <link>http://people.skolelinux.org/pere/blog/Time_for_an_official_MIME_type_for_patches_.html</link>
-               <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Time_for_an_official_MIME_type_for_patches_.html</guid>
-                <pubDate>Thu, 1 Nov 2018 08:15:00 +0100</pubDate>
-               <description>&lt;p&gt;As part of my involvement in
-&lt;a href=&quot;https://gitlab.com/OsloMet-ABI/nikita-noark5-core&quot;&gt;the Nikita
-archive API project&lt;/a&gt;, I&#39;ve been importing a fairly large lump of
-emails into a test instance of the archive to see how well this would
-go.  I picked a subset of &lt;a href=&quot;https://notmuchmail.org/&quot;&gt;my
-notmuch email database&lt;/a&gt;, all public emails sent to me via
-@lists.debian.org, giving me a set of around 216 000 emails to import.
-In the process, I had a look at the various attachments included in
-these emails, to figure out what to do with attachments, and noticed
-that one of the most common attachment formats do not have
-&lt;a href=&quot;https://www.iana.org/assignments/media-types/media-types.xhtml&quot;&gt;an
-official MIME type&lt;/a&gt; registered with IANA/IETF.  The output from
-diff, ie the input for patch, is on the top 10 list of formats
-included in these emails.  At the moment people seem to use either
-text/x-patch or text/x-diff, but neither is officially registered.  It
-would be better if one official MIME type were registered and used
-everywhere.&lt;/p&gt;
-
-&lt;p&gt;To try to get one official MIME type for these files, I&#39;ve brought
-up the topic on
-&lt;a href=&quot;https://www.ietf.org/mailman/listinfo/media-types&quot;&gt;the
-media-types mailing list&lt;/a&gt;.  If you are interested in discussion
-which MIME type to use as the official for patch files, or involved in
-making software using a MIME type for patches, perhaps you would like
-to join the discussion?&lt;/p&gt;
+               <title>Updated Valutakrambod, now also with information from NBX</title>
+               <link>http://people.skolelinux.org/pere/blog/Updated_Valutakrambod__now_also_with_information_from_NBX.html</link>
+               <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Updated_Valutakrambod__now_also_with_information_from_NBX.html</guid>
+                <pubDate>Sat, 27 Feb 2021 13:30:00 +0100</pubDate>
+               <description>&lt;p&gt;I have neglected the Valutakrambod library for a while, but decided
+this weekend to give it a face lift.  I fixed a few minor glitches in
+several of the service drivers, where the API had changed since I last
+looked at the code.  I also added support for fetching the order book
+from the newcomer Norwegian Bitcoin Exchange.&lt;/p&gt;
+
+&lt;p&gt;I also decided to migrate the project from github to gitlab in the
+process.  If you want a python library for talking to various currency
+exchanges, check out
+&lt;a href=&quot;https://gitlab.com/petterreinholdtsen/valutakrambod&quot;&gt;code for
+valutakrambod&lt;/a&gt;.&lt;/p&gt;
+
+&lt;p&gt;This is what the output from &#39;&lt;tt&gt;bin/btc-rates-curses -c&lt;/tt&gt;&#39;
+looked like a few minutes ago:&lt;/p&gt;
+
+&lt;p&gt;&lt;blockquote&gt;&lt;pre&gt;
+           Name Pair           Bid         Ask Spread Ftcd    Age   Freq
+       Bitfinex BTCEUR  39229.0000  39246.0000   0.0%   44     44    nan
+        Bitmynt BTCEUR  39071.0000  41048.9000   4.8%   43     74    nan
+         Bitpay BTCEUR  39326.7000         nan   nan%   39    nan    nan
+       Bitstamp BTCEUR  39398.7900  39417.3200   0.0%    0      0      1
+           Bl3p BTCEUR  39158.7800  39581.9000   1.1%    0    nan      3
+       Coinbase BTCEUR  39197.3100  39621.9300   1.1%   38    nan    nan
+         Kraken+BTCEUR  39432.9000  39433.0000   0.0%    0      0      0
+        Paymium BTCEUR  39437.2100  39499.9300   0.2%    0   2264    nan
+        Bitmynt BTCNOK 409750.9600 420516.8500   2.6%   43     74    nan
+         Bitpay BTCNOK 410332.4000         nan   nan%   39    nan    nan
+       Coinbase BTCNOK 408675.7300 412813.7900   1.0%   38    nan    nan
+        MiraiEx BTCNOK 412174.1800 418396.1500   1.5%   34    nan    nan
+            NBX BTCNOK 405835.9000 408921.4300   0.8%   33    nan    nan
+       Bitfinex BTCUSD  47341.0000  47355.0000   0.0%   44     53    nan
+         Bitpay BTCUSD  47388.5100         nan   nan%   39    nan    nan
+       Coinbase BTCUSD  47153.6500  47651.3700   1.0%   37    nan    nan
+         Gemini BTCUSD  47416.0900  47439.0500   0.0%   36    336    nan
+         Hitbtc BTCUSD  47429.9900  47386.7400  -0.1%    0      0      0
+         Kraken+BTCUSD  47401.7000  47401.8000   0.0%    0      0      0
+  Exchangerates EURNOK     10.4012     10.4012   0.0%   38  76236    nan
+     Norgesbank EURNOK     10.4012     10.4012   0.0%   31  76236    nan
+       Bitstamp EURUSD      1.2030      1.2045   0.1%    2      2      1
+  Exchangerates EURUSD      1.2121      1.2121   0.0%   38  76236    nan
+     Norgesbank USDNOK      8.5811      8.5811   0.0%   31  76236    nan
+&lt;/pre&gt;&lt;/blockquote&gt;&lt;/p&gt;
+
+&lt;p&gt;Yes, I notice the negative spread on Hitbtc.  Either I fail to
+understand their Websocket API or they are sending bogus data.  I&#39;ve
+seen the same with Kraken, and suspect there is something wrong with
+the data they send.&lt;/p&gt;
 
 &lt;p&gt;As usual, if you use Bitcoin and want to show your support of my
 activities, please send Bitcoin donations to my address
@@ -125,134 +319,231 @@ activities, please send Bitcoin donations to my address
        </item>
        
        <item>
-               <title>Measuring the speaker frequency response using the AUDMES free software GUI - nice free software</title>
-               <link>http://people.skolelinux.org/pere/blog/Measuring_the_speaker_frequency_response_using_the_AUDMES_free_software_GUI___nice_free_software.html</link>
-               <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Measuring_the_speaker_frequency_response_using_the_AUDMES_free_software_GUI___nice_free_software.html</guid>
-                <pubDate>Mon, 22 Oct 2018 08:40:00 +0200</pubDate>
-               <description>&lt;p&gt;&lt;img src=&quot;http://people.skolelinux.org/pere/blog/images/2018-10-22-audmes-measure-speakers.png&quot; align=&quot;right&quot; width=&quot;40%&quot;/&gt;&lt;/p&gt;
-
-&lt;p&gt;My current home stereo is a patchwork of various pieces I got on
-flee markeds over the years.  It is amazing what kind of equipment
-show up there.  I&#39;ve been wondering for a while if it was possible to
-measure how well this equipment is working together, and decided to
-see how far I could get using free software.  After trawling the web I
-came across an article from DIY Audio and Video on
-&lt;a href=&quot;https://www.diyaudioandvideo.com/Tutorial/SpeakerResponseTesting/&quot;&gt;Speaker
-Testing and Analysis&lt;/a&gt; describing how to test speakers, and it listing
-several software options, among them
-&lt;a href=&quot;https://sourceforge.net/projects/audmes/&quot;&gt;AUDio MEasurement
-System (AUDMES)&lt;/a&gt;.  It is the only free software system I could find
-focusing on measuring speakers and audio frequency response.  In the
-process I also found an interesting article from NOVO on
-&lt;a href=&quot;http://novo.press/understanding-speaker-specifications-and-frequency-response/&quot;&gt;Understanding
-Speaker Specifications and Frequency Response&lt;/a&gt; and an article from
-ecoustics on
-&lt;a href=&quot;https://www.ecoustics.com/articles/understanding-speaker-frequency-response/&quot;&gt;Understanding
-Speaker Frequency Response&lt;/a&gt;, with a lot of information on what to
-look for and how to interpret the graphs.  Armed with this knowledge,
-I set out to measure the state of my speakers.&lt;/p&gt;
-
-&lt;p&gt;The first hurdle was that AUDMES hadn&#39;t seen a commit for 10 years
-and did not build with current compilers and libraries.  I got in
-touch with its author, who no longer was spending time on the program
-but gave me write access to the subversion repository on Sourceforge.
-The end result is that now the code build on Linux and is capable of
-saving and loading the collected frequency response data in CSV
-format.  The application is quite nice and flexible, and I was able to
-select the input and output audio interfaces independently.  This made
-it possible to use a USB mixer as the input source, while sending
-output via my laptop headphone connection.  I lacked the hardware and
-cabling to figure out a different way to get independent cabling to
-speakers and microphone.&lt;/p&gt;
-
-&lt;p&gt;Using this setup I could see how a large range of high frequencies
-apparently were not making it out of my speakers.  The picture show
-the frequency response measurement of one of the speakers.  Note the
-frequency lines seem to be slightly misaligned, compared to the CSV
-output from the program.  I can not hear several of these are high
-frequencies, according to measurement from
-&lt;a href=&quot;http://freehearingtestsoftware.com&quot;&gt;Free Hearing Test
-Software&lt;/a&gt;, an freeware system to measure your hearing (still
-looking for a free software alternative), so I do not know if they are
-coming out out the speakers.  I thus do not quite know how to figure
-out if the missing frequencies is a problem with the microphone, the
-amplifier or the speakers, but I managed to rule out the audio card in my
-PC by measuring my Bose noise canceling headset using its own
-microphone.  This setup was able to see the high frequency tones, so
-the problem with my stereo had to be in the amplifier or speakers.&lt;/p&gt;
-
-&lt;p&gt;Anyway, to try to role out one factor I ended up picking up a new
-set of speakers at a flee marked, and these work a lot better than the
-old speakers, so I guess the microphone and amplifier is OK.  If you
-need to measure your own speakers, check out AUDMES.  If more people
-get involved, perhaps the project could become good enough to
-&lt;a href=&quot;https://bugs.debian.org/910876&quot;&gt;include in Debian&lt;/a&gt;?  And if
-you know of some other free software to measure speakers and amplifier
-performance, please let me know.  I am aware of the freeware option
-&lt;a href=&quot;https://www.roomeqwizard.com/&quot;&gt;REW&lt;/a&gt;, but I want something
-that can be developed also when the vendor looses interest.&lt;/p&gt;
+               <title>Boken «Hvordan knuse overvåkningskapitalismen» lanseres på norsk</title>
+               <link>http://people.skolelinux.org/pere/blog/Boken__Hvordan_knuse_overv_kningskapitalismen__lanseres_p__norsk.html</link>
+               <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Boken__Hvordan_knuse_overv_kningskapitalismen__lanseres_p__norsk.html</guid>
+                <pubDate>Tue, 26 Jan 2021 19:10:00 +0100</pubDate>
+               <description>&lt;p&gt;Etter intenst arbeid over mange måneder er endelig den norske
+utgaven av «Hvordan knuse overvåkningskapitalismen» av Cory Doctorow
+ferdig og klar til å glede millioner av lesere over hele verden.
+Følgende pressemelding ble nettopp sendt ut til norske redaksjoner:
+
+&lt;blockquote&gt;
+
+&lt;p&gt;&lt;strong&gt;Hva gjør stordata med oss, og hvordan gjør algoritmene
+«fake news» til realiter?&lt;/strong&gt;&lt;/p&gt;
+
+&lt;p&gt;Nå foreligger en viktig bok om temaet også på norsk. Boken klargjør
+og foreslår hvordan vi selv som enkeltpersoner, men også nasjonalt og
+internasjonalt kan bekjempe stordatakonsentrasjonene;
+«overvåkingskapitalismen».  Boken er «Hvordan knuse
+overvåkingskapitalismen» av dr. Cory Doctorow. Den engelske
+bokutgivelsen kom for noen dager siden og lanseres med et Webinar
+torsdag 2021-01-28. Doctorow besøkte Norge og NUUG i desember med sin
+presentasjon Monopoly, Not Mind Control: What&#39;s Really Happening With
+&quot;Surveillance Capitalism&quot;.&lt;/p&gt;
+
+&lt;p&gt;I funn etter funn, eksempel etter eksempel, gjennomgår og
+analyserer dr. Doctorow de utfordringer vi møter i større og større
+omfang. Ikke bare i USA, men også her hjemme.&lt;/p&gt;
+
+&lt;p&gt;Cory Doctorow er en britisk-kanadisk forfatter, journalist og
+aktivist, kjent for sine science fiction-romaner, for arbeidet for
+Creative Commons-bevegelsen, og for sine bidrag til reform av
+opphavsretten. Han er både æresdoktor og gjesteforeleser i
+datavitenskap ved Open University i UK, konsulent for Electronic
+Frontier Foundation, og godt kjent for innsiktsfullt å kommentere og
+skrive om digital utvikling.&lt;/p&gt;
+
+&lt;p&gt;Boken lanseres nå på norsk, både som ebok og på papir, oversatt av
+en dugnadsgjeng ledet av Petter Reinholdtsen.&lt;/p&gt;
+
+&lt;p&gt;Boken reiser noen helt grunnleggende og samfunnskritiske spørsmål:
+Hva fører det til når store deler av Internettet domineres av få store
+aktører og deres styringsverktøy og algoritmer?&lt;/p&gt;
+
+&lt;p&gt;Som individer bør vi være opptatt at grenser blir satt og håndhevet
+- grenser for overvåkning av individet, for utøvelse av kommersiell
+og politisk påvirkning, og for monopoldannelser i
+dataverdenen. Slik grensesetting styrker personvernet.&lt;/p&gt;
+
+&lt;p&gt;Konkurransetilsynet har ansvaret for at konkurranselovens § 11 skal
+forby «et dominerende foretak for utilbørlig å utnytte og misbruke
+sin dominerende stilling». Et tilsvarende forbud omfattes også av
+EØS-avtalens artikkel 54. Boken går i detalj om serien av
+innskrenkninger vi møter i valgfriheten, innskrenkninger som denne
+lovgivningen nettopp skal forhindre. Håndhevelse av en slik lovgivning
+er også til fordel for mindre næringsdrivende som uten dette får
+begrenset sine faktiske eller potensielle muligheter for vekst og
+etablering. «Slik atferd kan utgjøre et misbruk og kan ta ulike
+former», skriver Konkurransetilsynet.&lt;/p&gt;
+
+&lt;p&gt;Cory Doctorow går i sin bok lengre enn det med sine mange eksempler
+på forhold det burde vært grepet inn mot.&lt;/p&gt;
+
+&lt;p&gt;«Boken bør bidra til et sterkere engasjemen fra voktere av
+Inter­nettet nasjonalt og internasjonalt - EU medregnet» sier
+oversetter Ole-Erik Yrvin og fortsetter: «Vi har derfor
+&lt;a href=&quot;http://people.skolelinux.org/pere/blog/images/2021-01-26-knus-overvaakningskapitalismen-helleland.pdf&quot;&gt;allerede
+tatt opp bokens forslag&lt;/a&gt; direkte med Distrikts- og
+digitaliseringsminister Linda Hofstad Helleland (H) og
+Konkurransetilsynet slik at de kan følges opp.»&lt;/p&gt;
+
+&lt;p&gt;«Også Norge bør innta en pådriverrolle i denne utviklingen», sier
+Petter Reinholdtsen. «Tiden er knapp, og tilsynsmyndighetene må få
+de verktøy og de ressurser de trenger for at vi her hjemme skal oppnå
+nødvendige resultater. Dette gjelder ikke bare vår egen generasjon;
+det gjelder alle generasjoner fremover», avslutter Petter
+Reinholdsen.&lt;/p&gt;
+
+&lt;p&gt;Kontaktinformasjon:&lt;/p&gt;
 
-&lt;p&gt;As usual, if you use Bitcoin and want to show your support of my
-activities, please send Bitcoin donations to my address
-&lt;b&gt;&lt;a href=&quot;bitcoin:15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b&quot;&gt;15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b&lt;/a&gt;&lt;/b&gt;.&lt;/p&gt;
+&lt;ul&gt;
+
+&lt;li&gt;Ole-Erik Yrvin, oeyrvin (at) gmail.com, +47 46500450&lt;/li&gt;
+
+&lt;li&gt;Petter Reinholdtsen, pere (at) hungry.com&lt;/li&gt;
+
+&lt;/ul&gt;
+
+&lt;p&gt;Relevante lenker:&lt;p&gt;
+
+&lt;ul&gt;
+
+&lt;li&gt;«Hvordan knuse overvåkingskapitalismen» kan bestilles på papir,
+som ebok eller leses på nett via
+&lt;a href=&quot;http://www.hungry.com/~pere/publisher/&quot;&gt;http://www.hungry.com/~pere/publisher/&lt;/a&gt;.&lt;/li&gt;
+
+&lt;li&gt;Opptak av NUUG-møtet Monopoly, Not Mind Control: What&#39;s Really
+Happening With &quot;Surveillance Capitalism&quot; med Cory Doctorow,
+&lt;a href=&quot;https://www.nuug.no/aktiviteter/20201208-doctorow/&quot;&gt;https://www.nuug.no/aktiviteter/20201208-doctorow/&lt;/a&gt;.&lt;/li&gt;
+
+&lt;li&gt;Påmelding til webinar som lanserer den engelske utgaven kan gjøres
+via
+&lt;a href=&quot;https://craphound.com/category/destroy/&quot;&gt;https://craphound.com/category/destroy/&lt;/a&gt;.&lt;/li&gt;
+
+&lt;li&gt;Cory Doctorows nettsted er
+&lt;a href=&quot;https://craphound.com/&quot;&gt;https://craphound.com/&lt;/a&gt;.&lt;/li&gt;
+
+&lt;/ul&gt;
+
+&lt;/blockquote&gt;
+
+&lt;p&gt;Som vanlig, hvis du bruker Bitcoin og ønsker å vise din støtte til
+det jeg driver med, setter jeg pris på om du sender Bitcoin-donasjoner
+til min adresse
+&lt;b&gt;&lt;a href=&quot;bitcoin:15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b&quot;&gt;15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b&lt;/a&gt;&lt;/b&gt;.
+Merk, betaling med bitcoin er ikke anonymt. :)&lt;/p&gt;
 </description>
        </item>
        
        <item>
-               <title>Web browser integration of VLC with Bittorrent support</title>
-               <link>http://people.skolelinux.org/pere/blog/Web_browser_integration_of_VLC_with_Bittorrent_support.html</link>
-               <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Web_browser_integration_of_VLC_with_Bittorrent_support.html</guid>
-                <pubDate>Sun, 21 Oct 2018 09:50:00 +0200</pubDate>
-               <description>&lt;p&gt;Bittorrent is as far as I know, currently the most efficient way to
-distribute content on the Internet.  It is used all by all sorts of
-content providers, from national TV stations like
-&lt;a href=&quot;https://www.nrk.no/&quot;&gt;NRK&lt;/a&gt;, Linux distributors like
-&lt;a href=&quot;https://www.debian.org/&quot;&gt;Debian&lt;/a&gt; and
-&lt;a href=&quot;https://www.ubuntu.com/&quot;&gt;Ubuntu&lt;/a&gt;, and of course the
-&lt;a href=&quot;https://archive.org/&quot;&gt;Internet archive&lt;/A&gt;.
-
-&lt;p&gt;Almost a month ago
-&lt;a href=&quot;https://tracker.debian.org/pkg/vlc-plugin-bittorrent&quot;&gt;a new
-package adding Bittorrent support to VLC&lt;/a&gt; became available in
-Debian testing and unstable.  To test it, simply install it like
-this:&lt;/p&gt;
+               <title>Latest Jami back in Debian Testing, and scriptable using dbus</title>
+               <link>http://people.skolelinux.org/pere/blog/Latest_Jami_back_in_Debian_Testing__and_scriptable_using_dbus.html</link>
+               <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Latest_Jami_back_in_Debian_Testing__and_scriptable_using_dbus.html</guid>
+                <pubDate>Tue, 12 Jan 2021 17:00:00 +0100</pubDate>
+               <description>&lt;p&gt;After a lot of hard work by its maintainer Alexandre Viau and
+others, the decentralized communication platform
+&lt;a href=&quot;https://en.wikipedia.org/wiki/Jami_(software)&quot;&gt;Jami&lt;/a&gt;
+(earlier known as Ring), managed to get
+&lt;a href=&quot;https://tracker.debian.org/pkg/ring&quot;&gt;its latest version&lt;/a&gt;
+into Debian Testing.  Several of its dependencies has caused build and
+propagation problems, which all seem to be solved now.&lt;/p&gt;
+
+&lt;p&gt;In addition to the fact that Jami is decentralized, similar to how
+bittorrent is decentralized, I first of all like how it is not
+connected to external IDs like phone numbers.  This allow me to set up
+computers to send me notifications using Jami without having to find
+get a phone number for each computer.  Automatic notification via Jami
+is also made trivial thanks to the provided client side API (as a DBus
+service).  Here is my bourne shell script demonstrating how to let any
+system send a message to any Jami address.  It will create a new
+identity before sending the message, if no Jami identity exist
+already:&lt;/p&gt;
 
 &lt;p&gt;&lt;pre&gt;
-apt install vlc-plugin-bittorrent
+#!/bin/sh
+#
+# Usage: $0 &lt;jami-address&gt; &lt;message&gt;
+#
+# Send &lt;message&gt; to &lt;jami-address&gt;, create local jami account if
+# missing.
+#
+# License: GPL v2 or later at your choice
+# Author: Petter Reinholdtsen
+
+
+if [ -z &quot;$HOME&quot; ] ; then
+    echo &quot;error: missing \$HOME, required for dbus to work&quot;
+    exit 1
+fi
+
+# First, get dbus running if not already running
+DBUSLAUNCH=/usr/bin/dbus-launch
+PIDFILE=/run/asterisk/dbus-session.pid
+if [ -e $PIDFILE ] ; then
+    . $PIDFILE
+    if ! kill -0 $DBUS_SESSION_BUS_PID 2&gt;/dev/null ; then
+        unset DBUS_SESSION_BUS_ADDRESS
+    fi
+fi
+if [ -z &quot;$DBUS_SESSION_BUS_ADDRESS&quot; ] &amp;&amp; [ -x &quot;$DBUSLAUNCH&quot; ]; then
+    DBUS_SESSION_BUS_ADDRESS=&quot;unix:path=$HOME/.dbus&quot;
+    dbus-daemon --session --address=&quot;$DBUS_SESSION_BUS_ADDRESS&quot; --nofork --nopidfile --syslog-only &lt; /dev/null &gt; /dev/null 2&gt;&amp;1 3&gt;&amp;1 &amp;
+    DBUS_SESSION_BUS_PID=$!
+    (
+        echo DBUS_SESSION_BUS_PID=$DBUS_SESSION_BUS_PID
+        echo DBUS_SESSION_BUS_ADDRESS=\&quot;&quot;$DBUS_SESSION_BUS_ADDRESS&quot;\&quot;
+        echo export DBUS_SESSION_BUS_ADDRESS
+    ) &gt; $PIDFILE
+    . $PIDFILE
+fi &amp;
+
+dringop() {
+    part=&quot;$1&quot;; shift
+    op=&quot;$1&quot;; shift
+    dbus-send --session \
+        --dest=&quot;cx.ring.Ring&quot; /cx/ring/Ring/$part cx.ring.Ring.$part.$op $*
+}
+
+dringopreply() {
+    part=&quot;$1&quot;; shift
+    op=&quot;$1&quot;; shift
+    dbus-send --session --print-reply \
+        --dest=&quot;cx.ring.Ring&quot; /cx/ring/Ring/$part cx.ring.Ring.$part.$op $*
+}
+
+firstaccount() {
+    dringopreply ConfigurationManager getAccountList | \
+      grep string | awk -F&#39;&quot;&#39; &#39;{print $2}&#39; | head -n 1
+}
+
+account=$(firstaccount)
+
+if [ -z &quot;$account&quot; ] ; then
+    echo &quot;Missing local account, trying to create it&quot;
+    dringop ConfigurationManager addAccount \
+      dict:string:string:&quot;Account.type&quot;,&quot;RING&quot;,&quot;Account.videoEnabled&quot;,&quot;false&quot;
+    account=$(firstaccount)
+    if [ -z &quot;$account&quot; ] ; then
+        echo &quot;unable to create local account&quot;
+        exit 1
+    fi
+fi
+
+# Not using dringopreply to ensure $2 can contain spaces
+dbus-send --print-reply --session \
+  --dest=cx.ring.Ring \
+  /cx/ring/Ring/ConfigurationManager \
+  cx.ring.Ring.ConfigurationManager.sendTextMessage \
+  string:&quot;$account&quot; string:&quot;$1&quot; \
+  dict:string:string:&quot;text/plain&quot;,&quot;$2&quot; 
 &lt;/pre&gt;&lt;/p&gt;
 
-&lt;p&gt;Since the plugin was made available for the first time in Debian,
-several improvements have been made to it.  In version 2.2-4, now
-available in both testing and unstable, a desktop file is provided to
-teach browsers to start VLC when the user click on torrent files or
-magnet links.  The last part is thanks to me finally understanding
-what the strange x-scheme-handler style MIME types in desktop files
-are used for.  By adding x-scheme-handler/magnet to the MimeType entry
-in the desktop file, at least the browsers Firefox and Chromium will
-suggest to start VLC when selecting a magnet URI on a web page.  The
-end result is that now, with the plugin installed in Buster and Sid,
-one can visit any
-&lt;a href=&quot;https://archive.org/details/CopyingIsNotTheft1080p&quot;&gt;Internet
-Archive page with movies&lt;/a&gt; using a web browser and click on the
-torrent link to start streaming the movie.&lt;/p&gt;
-
-&lt;p&gt;Note, there is still some misfeatures in the plugin.  One is the
-fact that it will hang and
-&lt;a href=&quot;https://github.com/johang/vlc-bittorrent/issues/13&quot;&gt;block VLC
-from exiting until the torrent streaming starts&lt;/a&gt;.  Another is the
-fact that it
-&lt;a href=&quot;https://github.com/johang/vlc-bittorrent/issues/9&quot;&gt;will pick
-and play a random file in a multi file torrent&lt;/a&gt;.  This is not
-always the video file you want.  Combined with the first it can be a
-bit hard to get the video streaming going.  But when it work, it seem
-to do a good job.&lt;/p&gt;
-
-&lt;p&gt;For the Debian packaging, I would love to find a good way to test
-if the plugin work with VLC using autopkgtest.  I tried, but do not
-know enough of the inner workings of VLC to get it working.  For now
-the autopkgtest script is only checking if the .so file was
-successfully loaded by VLC.  If you have any suggestions, please
-submit a patch to the Debian bug tracking system.&lt;/p&gt;
+&lt;p&gt;If you want to check it out yourself, visit the 
+&lt;a href=&quot;https://jami.net/&quot;&gt;the Jami system project page&lt;/a&gt; to learn
+more, and install the latest Jami client from Debian Unstable or
+Testing.&lt;/p&gt;
 
 &lt;p&gt;As usual, if you use Bitcoin and want to show your support of my
 activities, please send Bitcoin donations to my address
@@ -261,179 +552,109 @@ activities, please send Bitcoin donations to my address
        </item>
        
        <item>
-               <title>Release 0.2 of free software archive system Nikita announced</title>
-               <link>http://people.skolelinux.org/pere/blog/Release_0_2_of_free_software_archive_system_Nikita_announced.html</link>
-               <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Release_0_2_of_free_software_archive_system_Nikita_announced.html</guid>
-                <pubDate>Thu, 18 Oct 2018 14:40:00 +0200</pubDate>
-               <description>&lt;p&gt;This morning, the new release of the
-&lt;a href=&quot;https://gitlab.com/OsloMet-ABI/nikita-noark5-core/&quot;&gt;Nikita
-Noark 5 core project&lt;/a&gt; was
-&lt;a href=&quot;https://lists.nuug.no/pipermail/nikita-noark/2018-October/000406.html&quot;&gt;announced
-on the project mailing list&lt;/a&gt;.  The free software solution is an
-implementation of the Norwegian archive standard Noark 5 used by
-government offices in Norway.  These were the changes in version 0.2
-since version 0.1.1 (from NEWS.md):
+               <title>Boken «Made with Creative Commons» lanseres på norsk</title>
+               <link>http://people.skolelinux.org/pere/blog/Boken__Made_with_Creative_Commons__lanseres_p__norsk.html</link>
+               <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Boken__Made_with_Creative_Commons__lanseres_p__norsk.html</guid>
+                <pubDate>Sun, 15 Nov 2020 23:50:00 +0100</pubDate>
+               <description>&lt;p&gt;Endelig er den norske utgaven av «Made with Creative Commons»
+ferdig og publisert.  Følgende pressemelding ble nettopp sendt ut:
+
+&lt;blockquote&gt;
+
+&lt;p&gt;&lt;strong&gt;Boken «Made with Creative Commons» lanseres på norsk&lt;/strong&gt;&lt;/p&gt;
+
+&lt;p&gt;«Gjort med Creative Commons» er en bok om gjenbruk, deling og den
+digitale allmenningen. Boken omhandler å bygge en forretningsmodell på
+åpne verdier, endringene i tankesett og filosofi, og fordelene og
+praksisen som kommer med å være «åpen».&lt;/p&gt;
+  
+&lt;p&gt;Forfatterne Paul Stacey og Sarah Hinchliff Pearson tar oss med inn
+i samtaler med 24 mennesker, prosjekter og organisasjoner som på ulike
+måter generere inntekter gjennom deling av sine verk. Som leser får
+man innsikt i hvordan alt fra forskere, forfattere, kunstnere og
+filmskapere tjener penger basert på åpne forretningsmodeller. En av
+referansestudiene i denne boken viser hvordan Blender Animation Studio
+lager vakre animasjonsfilmer som de publiserer under en fri lisens,
+basert på en plattform som er fri programvare.&lt;/p&gt;
+
+&lt;p&gt;Utover praktiske eksempler på forskjellige forretningsmodeller berører
+også boken forskjellen mellom tradisjonelle kommersielle virksomheter og
+de som tar utgangspunkt i den globale delingskulturen.&lt;/p&gt;
+
+&lt;p&gt;«Hvis du ønsker å lære mer om digital delingskultur og Creative Commons
+er dette en bok som både vil inspirere og gi grunnleggende innsikt» sier
+leder av Creative Commons Norge, Christer Solheim Gundersen. «De siste
+årene har denne globale bevegelsen sett en betydelig vekst med totalt
+over 1,6 milliarder verk med CC-lisens tilgjengelig på nett.»
+  
+Nå er den tilgjengelig på norsk takket være liten gruppe frivillige
+entusiaster ledet av Petter Reinholdtsen. «På vegne av Creative Commons
+Norge vil jeg takke hver enkelt bidragsyter. Dette prosjektet er i seg
+selv et inspirerende eksempel på at delingskulturen også har godt
+fotfeste her i Norge.», avslutter Gundersen.&lt;/p&gt;
+
+&lt;p&gt;Boken er selvsagt fritt tilgjengelig under en Creative Commons lisens,
+og kan også kjøpes som ebok og papirutgave på blant annet Lulu.com og
+Amazon.&lt;/p&gt;
+
+&lt;p&gt;&lt;strong&gt;Lenker og kontaktinformasjon&lt;/strong&gt;&lt;/p&gt;
 
 &lt;ul&gt;
-  &lt;li&gt;Fix typos in REL names&lt;/li&gt;
-  &lt;li&gt;Tidy up error message reporting&lt;/li&gt;
-  &lt;li&gt;Fix issue where we used Integer.valueOf(), not Integer.getInteger()&lt;/li&gt;
-  &lt;li&gt;Change some String handling to StringBuffer&lt;/li&gt;
-  &lt;li&gt;Fix error reporting&lt;/li&gt;
-  &lt;li&gt;Code tidy-up&lt;/li&gt;
-  &lt;li&gt;Fix issue using static non-synchronized SimpleDateFormat to avoid 
-      race conditions&lt;/li&gt;
-  &lt;li&gt;Fix problem where deserialisers were treating integers as strings&lt;/li&gt;
-  &lt;li&gt;Update methods to make them null-safe&lt;/li&gt;
-  &lt;li&gt;Fix many issues reported by coverity&lt;/li&gt;
-  &lt;li&gt;Improve equals(), compareTo() and hash() in domain model&lt;/li&gt;
-  &lt;li&gt;Improvements to the domain model for metadata classes&lt;/li&gt;
-  &lt;li&gt;Fix CORS issues when downloading document&lt;/li&gt;
-  &lt;li&gt;Implementation of case-handling with registryEntry and document upload&lt;/li&gt;
-  &lt;li&gt;Better support in Javascript for OPTIONS&lt;/li&gt;
-  &lt;li&gt;Adding concept description of mail integration&lt;/li&gt;
-  &lt;li&gt;Improve setting of default values for GET on ny-journalpost&lt;/li&gt;
-  &lt;li&gt;Better handling of required values during deserialisation &lt;/li&gt;
-  &lt;li&gt;Changed tilknyttetDato (M620) from date to dateTime&lt;/li&gt;
-  &lt;li&gt;Corrected some opprettetDato (M600) (de)serialisation errors.&lt;/li&gt;
-  &lt;li&gt;Improve parse error reporting.&lt;/li&gt;
-  &lt;li&gt;Started on OData search and filtering.&lt;/li&gt;
-  &lt;li&gt;Added Contributor Covenant Code of Conduct to project.&lt;/li&gt;
-  &lt;li&gt;Moved repository and project from Github to Gitlab.&lt;/li&gt;
-  &lt;li&gt;Restructured repository, moved code into src/ and web/.&lt;/li&gt;
-  &lt;li&gt;Updated code to use Spring Boot version 2.&lt;/li&gt;
-  &lt;li&gt;Added support for OAuth2 authentication.&lt;/li&gt;
-  &lt;li&gt;Fixed several bugs discovered by Coverity.&lt;/li&gt;
-  &lt;li&gt;Corrected handling of date/datetime fields.&lt;/li&gt;
-  &lt;li&gt;Improved error reporting when rejecting during deserializatoin.&lt;/li&gt;
-  &lt;li&gt;Adjusted default values provided for ny-arkivdel, ny-mappe,
-   ny-saksmappe, ny-journalpost and ny-dokumentbeskrivelse.&lt;/li&gt;
-  &lt;li&gt;Several fixes for korrespondansepart*.&lt;/li&gt;
-  &lt;li&gt;Updated web GUI:
-     &lt;ul&gt;
-       &lt;li&gt;Now handle both file upload and download.&lt;/li&gt;
-       &lt;li&gt;Uses new OAuth2 authentication for login.&lt;/li&gt;
-       &lt;li&gt;Forms now fetches default values from API using GET.&lt;/li&gt;
-       &lt;li&gt;Added RFC 822 (email), TIFF and JPEG to list of possible file formats.&lt;/li&gt;
-     &lt;/ul&gt;&lt;/li&gt;
+
+&lt;li&gt;Kontaktpunkt:
+&lt;br&gt;Ole-Erik Yrvin (oeyrvin@gmail.com) og
+&lt;br&gt;Christer Solheim Gundersen (christer@goopen.no), +47 9341 1360&lt;/li&gt;
+
+&lt;li&gt;Bokens &lt;a href=&quot;https://madewith.cc/&quot;&gt;engelske nettside&lt;/a&gt;&lt;/li&gt;
+
+&lt;li&gt;Den &lt;a href=&quot;http://www.hungry.com/~pere/publisher/&quot;&gt;norske utgavens nettside&lt;/a&gt;&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://www.lulu.com/en/us/shop/sarah-hinchliff-pearson-and-paul-stacey-and-bryan-mathers-and-ryan-merkley/gjort-med-creative-commons/paperback/product-m5jy75.html&quot;&gt;Papirutgaven fra Lulu&lt;/a&gt;&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://www.lulu.com/en/us/shop/sarah-hinchliff-pearson-and-paul-stacey-and-bryan-mathers-and-ryan-merkley/gjort-med-creative-commons/ebook/product-zw2r4k.html&quot;&gt;Epub-utgaven fra lulu&lt;/a&gt;&lt;/li&gt;
+
 &lt;/ul&gt;
 
-&lt;p&gt;The changes and improvements are extensive.  Running diffstat on
-the changes between git tab 0.1.1 and 0.2 show 1098 files changed,
-108666 insertions(+), 54066 deletions(-).&lt;/p&gt;
+&lt;/blockquote&gt;
 
-&lt;p&gt;If free and open standardized archiving API sound interesting to
-you, please contact us on IRC
-(&lt;a href=&quot;irc://irc.freenode.net/%23nikita&quot;&gt;#nikita on
-irc.freenode.net&lt;/a&gt;) or email
-(&lt;a href=&quot;https://lists.nuug.no/mailman/listinfo/nikita-noark&quot;&gt;nikita-noark
-mailing list&lt;/a&gt;).&lt;/p&gt;
+&lt;p&gt;Nå håper jeg bare den får mange lesere, og finner veien under mange
+juletrær.&lt;/p&gt;
 
-&lt;p&gt;As usual, if you use Bitcoin and want to show your support of my
-activities, please send Bitcoin donations to my address
-&lt;b&gt;&lt;a href=&quot;bitcoin:15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b&quot;&gt;15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b&lt;/a&gt;&lt;/b&gt;.&lt;/p&gt;
+&lt;p&gt;Som vanlig, hvis du bruker Bitcoin og ønsker å vise din støtte til
+det jeg driver med, setter jeg pris på om du sender Bitcoin-donasjoner
+til min adresse
+&lt;b&gt;&lt;a href=&quot;bitcoin:15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b&quot;&gt;15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b&lt;/a&gt;&lt;/b&gt;.
+Merk, betaling med bitcoin er ikke anonymt. :)&lt;/p&gt;
 </description>
        </item>
        
        <item>
-               <title>Fetching trusted timestamps using the rfc3161ng python module</title>
-               <link>http://people.skolelinux.org/pere/blog/Fetching_trusted_timestamps_using_the_rfc3161ng_python_module.html</link>
-               <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Fetching_trusted_timestamps_using_the_rfc3161ng_python_module.html</guid>
-                <pubDate>Mon, 8 Oct 2018 12:30:00 +0200</pubDate>
-               <description>&lt;p&gt;I have  earlier covered the basics of trusted timestamping using the
-&#39;openssl ts&#39; client.  See blog post for
-&lt;a href=&quot;http://people.skolelinux.org/pere/blog/Public_Trusted_Timestamping_services_for_everyone.html&quot;&gt;2014&lt;/a&gt;,
-&lt;a href=&quot;http://people.skolelinux.org/pere/blog/syslog_trusted_timestamp___chain_of_trusted_timestamps_for_your_syslog.html&quot;&gt;2016&lt;/a&gt;
-and
-&lt;a href=&quot;http://people.skolelinux.org/pere/blog/Idea_for_storing_trusted_timestamps_in_a_Noark_5_archive.html&quot;&gt;2017&lt;/a&gt;
-for those stories.  But some times I want to integrate the timestamping
-in other code, and recently I needed to integrate it into Python.
-After searching a bit, I found
-&lt;a href=&quot;https://dev.entrouvert.org/projects/python-rfc3161&quot;&gt;the
-rfc3161 library&lt;/a&gt; which seemed like a good fit, but I soon
-discovered it only worked for python version 2, and I needed something
-that work with python version 3.  Luckily I next came across
-&lt;a href=&quot;https://github.com/trbs/rfc3161ng/&quot;&gt;the rfc3161ng library&lt;/a&gt;,
-a fork of the original rfc3161 library.  Not only is it working with
-python 3, it have fixed a few of the bugs in the original library, and
-it has an active maintainer.  I decided to wrap it up and make it
-&lt;a href=&quot;https://tracker.debian.org/pkg/python-rfc3161ng&quot;&gt;available in
-Debian&lt;/a&gt;, and a few days ago it entered Debian unstable and testing.&lt;/p&gt;
-
-&lt;p&gt;Using the library is fairly straight forward.  The only slightly
-problematic step is to fetch the required certificates to verify the
-timestamp.  For some services it is straight forward, while for others
-I have not yet figured out how to do it.  Here is a small standalone
-code example based on of the integration tests in the library code:&lt;/p&gt;
-
-&lt;pre&gt;
-#!/usr/bin/python3
-
-&quot;&quot;&quot;
-
-Python 3 script demonstrating how to use the rfc3161ng module to
-get trusted timestamps.
-
-The license of this code is the same as the license of the rfc3161ng
-library, ie MIT/BSD.
-
-&quot;&quot;&quot;
-
-import os
-import pyasn1.codec.der
-import rfc3161ng
-import subprocess
-import tempfile
-import urllib.request
-
-def store(f, data):
-    f.write(data)
-    f.flush()
-    f.seek(0)
-
-def fetch(url, f=None):
-    response = urllib.request.urlopen(url)
-    data = response.read()
-    if f:
-        store(f, data)
-    return data
-
-def main():
-    with tempfile.NamedTemporaryFile() as cert_f,\
-        tempfile.NamedTemporaryFile() as ca_f,\
-        tempfile.NamedTemporaryFile() as msg_f,\
-        tempfile.NamedTemporaryFile() as tsr_f:
-
-        # First fetch certificates used by service
-        certificate_data = fetch(&#39;https://freetsa.org/files/tsa.crt&#39;, cert_f)
-        ca_data_data = fetch(&#39;https://freetsa.org/files/cacert.pem&#39;, ca_f)
-
-        # Then timestamp the message
-        timestamper = \
-            rfc3161ng.RemoteTimestamper(&#39;http://freetsa.org/tsr&#39;,
-                                        certificate=certificate_data)
-        data = b&quot;Python forever!\n&quot;
-        tsr = timestamper(data=data, return_tsr=True)
-
-        # Finally, convert message and response to something &#39;openssl ts&#39; can verify
-        store(msg_f, data)
-        store(tsr_f, pyasn1.codec.der.encoder.encode(tsr))
-        args = [&quot;openssl&quot;, &quot;ts&quot;, &quot;-verify&quot;,
-                &quot;-data&quot;, msg_f.name,
-               &quot;-in&quot;, tsr_f.name,
-               &quot;-CAfile&quot;, ca_f.name,
-                &quot;-untrusted&quot;, cert_f.name]
-        subprocess.check_call(args)
-
-if &#39;__main__&#39; == __name__:
-   main()
-&lt;/pre&gt;
-
-&lt;p&gt;The code fetches the required certificates, store them as temporary
-files, timestamp a simple message, store the message and timestamp to
-disk and ask &#39;openssl ts&#39; to verify the timestamp.  A timestamp is
-around 1.5 kiB in size, and should be fairly easy to store for future
-use.&lt;/p&gt;
+               <title>Buster based Bokmål edition of Debian Administrator&#39;s Handbook</title>
+               <link>http://people.skolelinux.org/pere/blog/Buster_based_Bokm_l_edition_of_Debian_Administrator_s_Handbook.html</link>
+               <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Buster_based_Bokm_l_edition_of_Debian_Administrator_s_Handbook.html</guid>
+                <pubDate>Tue, 20 Oct 2020 18:35:00 +0200</pubDate>
+               <description>&lt;p align=&quot;center&quot;&gt;&lt;img align=&quot;center&quot; src=&quot;http://people.skolelinux.org/pere/blog/images/2020-10-20-debian-handbook-nb-testprint.jpeg&quot; width=&quot;60%&quot;/&gt;&lt;/p&gt;
+
+&lt;p&gt;I am happy to report that we finally made it!  Norwegian Bokmål
+became the first translation published on paper of the new Buster
+based edition of &quot;&lt;a href=&quot;https://debian-handbook.info/&quot;&gt;The Debian
+Administrator&#39;s Handbook&lt;/a&gt;&quot;.  The print proof reading copy arrived
+some days ago, and it looked good, so now the book is approved for
+general distribution.  This updated paperback edition &lt;a
+href=&quot;https://debian-handbook.info/get/#norwegian&quot;&gt;is available from
+lulu.com&lt;/a&gt;.  The book is also available for download in electronic
+form as PDF, EPUB and Mobipocket, and can also be
+&lt;a href=&quot;https://debian-handbook.info/browse/nb-NO/stable/&quot;&gt;read online&lt;/a&gt;.&lt;/p&gt;
+
+&lt;p&gt;I am very happy to wrap up this Creative Common licensed project,
+which concludes several months of work by several volunteers. The
+number of Linux related books published in Norwegian are few, and I
+really hope this one will gain many readers, as it is packed with deep
+knowledge on Linux and the Debian ecosystem.  The book will be
+available for various Internet book stores like Amazon and Barnes &amp;
+Noble soon, but I recommend buying
+&quot;&lt;a href=&quot;https://www.lulu.com/en/us/shop/roland-mas-and-rapha%C3%ABl-hertzog/h%C3%A5ndbok-for-debian-administratoren/paperback/product-9j7qwq.html&quot;&gt;Håndbok
+for Debian-administratoren&lt;/a&gt;&quot; directly from the source at Lulu.
 
 &lt;p&gt;As usual, if you use Bitcoin and want to show your support of my
 activities, please send Bitcoin donations to my address
@@ -442,61 +663,26 @@ activities, please send Bitcoin donations to my address
        </item>
        
        <item>
-               <title>Automatic Google Drive sync using grive in Debian</title>
-               <link>http://people.skolelinux.org/pere/blog/Automatic_Google_Drive_sync_using_grive_in_Debian.html</link>
-               <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Automatic_Google_Drive_sync_using_grive_in_Debian.html</guid>
-                <pubDate>Thu, 4 Oct 2018 15:20:00 +0200</pubDate>
-               <description>&lt;p&gt;A few days, I rescued a Windows victim over to Debian.  To try to
-rescue the remains, I helped set up automatic sync with Google Drive.
-I did not find any sensible Debian package handling this
-automatically, so I rebuild the grive2 source from
-&lt;a href=&quot;http://www.webupd8.org/&quot;&gt;the Ubuntu UPD8 PPA&lt;/a&gt; to do the
-task and added a autostart desktop entry and a small shell script to
-run in the background while the user is logged in to do the sync.
-Here is a sketch of the setup for future reference.&lt;/p&gt;
-
-&lt;p&gt;I first created &lt;tt&gt;~/googledrive&lt;/tt&gt;, entered the directory and
-ran &#39;&lt;tt&gt;grive -a&lt;/tt&gt;&#39; to authenticate the machine/user.  Next, I
-created a autostart hook in &lt;tt&gt;~/.config/autostart/grive.desktop&lt;/tt&gt;
-to start the sync when the user log in:&lt;/p&gt;
-
-&lt;p&gt;&lt;blockquote&gt;&lt;pre&gt;
-[Desktop Entry]
-Name=Google drive autosync
-Type=Application
-Exec=/home/user/bin/grive-sync
-&lt;/pre&gt;&lt;/blockquote&gt;&lt;/p&gt;
-
-&lt;p&gt;Finally, I wrote the &lt;tt&gt;~/bin/grive-sync&lt;/tt&gt; script to sync
-~/googledrive/ with the files in Google Drive.&lt;/p&gt;
-
-&lt;p&gt;&lt;blockquote&gt;&lt;pre&gt;
-#!/bin/sh
-set -e
-cd ~/
-cleanup() {
-    if [ &quot;$syncpid&quot; ] ; then
-        kill $syncpid
-    fi
-}
-trap cleanup EXIT INT QUIT
-/usr/lib/grive/grive-sync.sh listen googledrive 2&gt;&amp;1 | sed &quot;s%^%$0:%&quot; &amp;
-syncpdi=$!
-while true; do
-    if ! xhost &gt;/dev/null 2&gt;&amp;1 ; then
-        echo &quot;no DISPLAY, exiting as the user probably logged out&quot;
-        exit 1
-    fi
-    if [ ! -e /run/user/1000/grive-sync.sh_googledrive ] ; then
-        /usr/lib/grive/grive-sync.sh sync googledrive
-    fi
-    sleep 300
-done 2&gt;&amp;1 | sed &quot;s%^%$0:%&quot;
-&lt;/pre&gt;&lt;/blockquote&gt;&lt;/p&gt;
-
-&lt;p&gt;Feel free to use the setup if you want.  It can be assumed to be
-GNU GPL v2 licensed (or any later version, at your leisure), but I
-doubt this code is possible to claim copyright on.&lt;/p&gt;
+               <title>Buster update of Norwegian Bokmål edition of Debian Administrator&#39;s Handbook almost done</title>
+               <link>http://people.skolelinux.org/pere/blog/Buster_update_of_Norwegian_Bokm_l_edition_of_Debian_Administrator_s_Handbook_almost_done.html</link>
+               <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Buster_update_of_Norwegian_Bokm_l_edition_of_Debian_Administrator_s_Handbook_almost_done.html</guid>
+                <pubDate>Fri, 11 Sep 2020 09:45:00 +0200</pubDate>
+               <description>&lt;p&gt;Thanks to the good work of several volunteers, the updated edition
+of the Norwegian translation for
+&quot;&lt;a href=&quot;https://debian-handbook.info/&quot;&gt;The Debian Administrator&#39;s
+Handbook&lt;/a&gt;&quot; is now almost completed.  After many months of proof
+reading, I consider the proof reading complete enough for us to move
+to the next step, and have asked for the print version to be prepared
+and sent of to the print on demand service lulu.com.  While it is
+still not to late if you find any incorrect translations on
+&lt;a href=&quot;https://hosted.weblate.org/languages/nb_NO/debian-handbook/&quot;&gt;the
+hosted Weblate service&lt;/a&gt;, but it will be soon. :) You can check out
+&lt;a href=&quot; https://debian-handbook.info/browse/nb-NO/stable/&quot;&gt;the Buster
+edition on the web&lt;/a&gt; until the print edition is ready.&lt;/p&gt;
+
+&lt;p&gt;The book will be for sale on lulu.com and various web book stores,
+with links available from the web site for the book linked to above.
+I hope a lot of readers find it useful.&lt;/p&gt;
 
 &lt;p&gt;As usual, if you use Bitcoin and want to show your support of my
 activities, please send Bitcoin donations to my address
@@ -505,154 +691,26 @@ activities, please send Bitcoin donations to my address
        </item>
        
        <item>
-               <title>Valutakrambod - A python and bitcoin love story</title>
-               <link>http://people.skolelinux.org/pere/blog/Valutakrambod___A_python_and_bitcoin_love_story.html</link>
-               <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Valutakrambod___A_python_and_bitcoin_love_story.html</guid>
-                <pubDate>Sat, 29 Sep 2018 22:20:00 +0200</pubDate>
-               <description>&lt;p&gt;It would come as no surprise to anyone that I am interested in
-bitcoins and virtual currencies.  I&#39;ve been keeping an eye on virtual
-currencies for many years, and it is part of the reason a few months
-ago, I started writing a python library for collecting currency
-exchange rates and trade on virtual currency exchanges.  I decided to
-name the end result valutakrambod, which perhaps can be translated to
-small currency shop.&lt;/p&gt;
-
-&lt;p&gt;The library uses the tornado python library to handle HTTP and
-websocket connections, and provide a asynchronous system for
-connecting to and tracking several services.  The code is available
-from
-&lt;a href=&quot;http://github.com/petterreinholdtsen/valutakrambod&quot;&gt;github&lt;/a&gt;.&lt;/p&gt;
-
-&lt;/p&gt;There are two example clients of the library.  One is very simple and
-list every updated buy/sell price received from the various services.
-This code is started by running bin/btc-rates and call the client code
-in valutakrambod/client.py.  The simple client look like this:&lt;/p&gt;
-
-&lt;p&gt;&lt;blockquote&gt;&lt;pre&gt;
-import functools
-import tornado.ioloop
-import valutakrambod
-class SimpleClient(object):
-    def __init__(self):
-        self.services = []
-        self.streams = []
-        pass
-    def newdata(self, service, pair, changed):
-        print(&quot;%-15s %s-%s: %8.3f %8.3f&quot; % (
-            service.servicename(),
-            pair[0],
-            pair[1],
-            service.rates[pair][&#39;ask&#39;],
-            service.rates[pair][&#39;bid&#39;])
-        )
-    async def refresh(self, service):
-        await service.fetchRates(service.wantedpairs)
-    def run(self):
-        self.ioloop = tornado.ioloop.IOLoop.current()
-        self.services = valutakrambod.service.knownServices()
-        for e in self.services:
-            service = e()
-            service.subscribe(self.newdata)
-            stream = service.websocket()
-            if stream:
-                self.streams.append(stream)
-            else:
-                # Fetch information from non-streaming services immediately
-                self.ioloop.call_later(len(self.services),
-                                       functools.partial(self.refresh, service))
-                # as well as regularly
-                service.periodicUpdate(60)
-        for stream in self.streams:
-            stream.connect()
-        try:
-            self.ioloop.start()
-        except KeyboardInterrupt:
-            print(&quot;Interrupted by keyboard, closing all connections.&quot;)
-            pass
-        for stream in self.streams:
-            stream.close()
-&lt;/pre&gt;&lt;/blockquote&gt;&lt;/p&gt;
-
-&lt;p&gt;The library client loops over all known &quot;public&quot; services,
-initialises it, subscribes to any updates from the service, checks and
-activates websocket streaming if the service provide it, and if no
-streaming is supported, fetches information from the service and sets
-up a periodic update every 60 seconds.  The output from this client
-can look like this:&lt;/p&gt;
-
-&lt;p&gt;&lt;blockquote&gt;&lt;pre&gt;
-Bl3p            BTC-EUR: 5687.110 5653.690
-Bl3p            BTC-EUR: 5687.110 5653.690
-Bl3p            BTC-EUR: 5687.110 5653.690
-Hitbtc          BTC-USD: 6594.560 6593.690
-Hitbtc          BTC-USD: 6594.560 6593.690
-Bl3p            BTC-EUR: 5687.110 5653.690
-Hitbtc          BTC-USD: 6594.570 6593.690
-Bitstamp        EUR-USD:    1.159    1.154
-Hitbtc          BTC-USD: 6594.570 6593.690
-Hitbtc          BTC-USD: 6594.580 6593.690
-Hitbtc          BTC-USD: 6594.580 6593.690
-Hitbtc          BTC-USD: 6594.580 6593.690
-Bl3p            BTC-EUR: 5687.110 5653.690
-Paymium         BTC-EUR: 5680.000 5620.240
-&lt;/pre&gt;&lt;/blockquote&gt;&lt;/p&gt;
-
-&lt;p&gt;The exchange order book is tracked in addition to the best buy/sell
-price, for those that need to know the details.&lt;/p&gt;
-
-&lt;p&gt;The other example client is focusing on providing a curses view
-with updated buy/sell prices as soon as they are received from the
-services.  This code is located in bin/btc-rates-curses and activated
-by using the &#39;-c&#39; argument.  Without the argument the &quot;curses&quot; output
-is printed without using curses, which is useful for debugging.  The
-curses view look like this:&lt;/p&gt;
-
-&lt;p&gt;&lt;blockquote&gt;&lt;pre&gt;
-           Name Pair   Bid         Ask         Spr    Ftcd    Age
- BitcoinsNorway BTCEUR   5591.8400   5711.0800   2.1%   16    nan     60
-       Bitfinex BTCEUR   5671.0000   5671.2000   0.0%   16     22     59
-        Bitmynt BTCEUR   5580.8000   5807.5200   3.9%   16     41     60
-         Bitpay BTCEUR   5663.2700         nan   nan%   15    nan     60
-       Bitstamp BTCEUR   5664.8400   5676.5300   0.2%    0      1      1
-           Bl3p BTCEUR   5653.6900   5684.9400   0.5%    0    nan     19
-       Coinbase BTCEUR   5600.8200   5714.9000   2.0%   15    nan    nan
-         Kraken BTCEUR   5670.1000   5670.2000   0.0%   14     17     60
-        Paymium BTCEUR   5620.0600   5680.0000   1.1%    1   7515    nan
- BitcoinsNorway BTCNOK  52898.9700  54034.6100   2.1%   16    nan     60
-        Bitmynt BTCNOK  52960.3200  54031.1900   2.0%   16     41     60
-         Bitpay BTCNOK  53477.7833         nan   nan%   16    nan     60
-       Coinbase BTCNOK  52990.3500  54063.0600   2.0%   15    nan    nan
-        MiraiEx BTCNOK  52856.5300  54100.6000   2.3%   16    nan    nan
- BitcoinsNorway BTCUSD   6495.5300   6631.5400   2.1%   16    nan     60
-       Bitfinex BTCUSD   6590.6000   6590.7000   0.0%   16     23     57
-         Bitpay BTCUSD   6564.1300         nan   nan%   15    nan     60
-       Bitstamp BTCUSD   6561.1400   6565.6200   0.1%    0      2      1
-       Coinbase BTCUSD   6504.0600   6635.9700   2.0%   14    nan    117
-         Gemini BTCUSD   6567.1300   6573.0700   0.1%   16     89    nan
-         Hitbtc+BTCUSD   6592.6200   6594.2100   0.0%    0      0      0
-         Kraken BTCUSD   6565.2000   6570.9000   0.1%   15     17     58
-  Exchangerates EURNOK      9.4665      9.4665   0.0%   16 107789    nan
-     Norgesbank EURNOK      9.4665      9.4665   0.0%   16 107789    nan
-       Bitstamp EURUSD      1.1537      1.1593   0.5%    4      5      1
-  Exchangerates EURUSD      1.1576      1.1576   0.0%   16 107789    nan
- BitcoinsNorway LTCEUR      1.0000     49.0000  98.0%   16    nan    nan
- BitcoinsNorway LTCNOK    492.4800    503.7500   2.2%   16    nan     60
- BitcoinsNorway LTCUSD      1.0221     49.0000  97.9%   15    nan    nan
-     Norgesbank USDNOK      8.1777      8.1777   0.0%   16 107789    nan
-&lt;/pre&gt;&lt;/blockquote&gt;&lt;/p&gt;
-
-&lt;p&gt;The code for this client is too complex for a simple blog post, so
-you will have to check out the git repository to figure out how it
-work.  What I can tell is how the three last numbers on each line
-should be interpreted.  The first is how many seconds ago information
-was received from the service.  The second is how long ago, according
-to the service, the provided information was updated.  The last is an
-estimate on how often the buy/sell values change.&lt;/p&gt;
-
-&lt;p&gt;If you find this library useful, or would like to improve it, I
-would love to hear from you.  Note that for some of the services I&#39;ve
-implemented a trading API.  It might be the topic of a future blog
-post.&lt;/p&gt;
+               <title>Working on updated Norwegian Bokmål edition of Debian Administrator&#39;s Handbook</title>
+               <link>http://people.skolelinux.org/pere/blog/Working_on_updated_Norwegian_Bokm_l_edition_of_Debian_Administrator_s_Handbook.html</link>
+               <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Working_on_updated_Norwegian_Bokm_l_edition_of_Debian_Administrator_s_Handbook.html</guid>
+                <pubDate>Sat, 4 Jul 2020 23:55:00 +0200</pubDate>
+               <description>&lt;p&gt;Three years ago, the first Norwegian Bokmål edition of
+&quot;&lt;a href=&quot;https://debian-handbook.info/&quot;&gt;The Debian Administrator&#39;s
+Handbook&lt;/a&gt;&quot; was published.  This was based on Debian Jessie.  Now a
+new and updated version based on Buster is getting ready.  Work on the
+updated Norwegian Bokmål edition has been going on for a few months
+now, and yesterday, we reached the first mile stone, with 100% of the
+texts being translated.  A lot of proof reading remains, of course,
+but a major step towards a new edition has been taken.&lt;/p&gt;
+
+&lt;p&gt;The book is translated by volunteers, and we would love to get some
+help with the proof reading.  The translation uses
+&lt;a href=&quot;https://hosted.weblate.org/languages/nb_NO/debian-handbook/&quot;&gt;the
+hosted Weblate service&lt;/a&gt;, and we welcome everyone to have a look and
+submit improvements and suggestions.  There is also a proof readers
+PDF available on request, get in touch if you want to help out that
+way.&lt;/p&gt;
 
 &lt;p&gt;As usual, if you use Bitcoin and want to show your support of my
 activities, please send Bitcoin donations to my address
@@ -661,40 +719,66 @@ activities, please send Bitcoin donations to my address
        </item>
        
        <item>
-               <title>VLC in Debian now can do bittorrent streaming</title>
-               <link>http://people.skolelinux.org/pere/blog/VLC_in_Debian_now_can_do_bittorrent_streaming.html</link>
-               <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/VLC_in_Debian_now_can_do_bittorrent_streaming.html</guid>
-                <pubDate>Mon, 24 Sep 2018 21:20:00 +0200</pubDate>
-               <description>&lt;p&gt;Back in February, I got curious to see
-&lt;a href=&quot;http://people.skolelinux.org/pere/blog/Using_VLC_to_stream_bittorrent_sources.html&quot;&gt;if
-VLC now supported Bittorrent streaming&lt;/a&gt;.  It did not, despite the
-fact that the idea and code to handle such streaming had been floating
-around for years.  I did however find
-&lt;a href=&quot;https://github.com/johang/vlc-bittorrent&quot;&gt;a standalone plugin
-for VLC&lt;/a&gt; to do it, and half a year later I decided to wrap up the
-plugin and get it into Debian.  I uploaded it to NEW a few days ago,
-and am very happy to report that it
-&lt;a href=&quot;https://tracker.debian.org/pkg/vlc-plugin-bittorrent&quot;&gt;entered
-Debian&lt;/a&gt; a few hours ago, and should be available in Debian/Unstable
-tomorrow, and Debian/Testing in a few days.&lt;/p&gt;
-
-&lt;p&gt;With the vlc-plugin-bittorrent package installed you should be able
-to stream videos using a simple call to&lt;/p&gt;
+               <title>Secure Socket API - a simple and powerful approach for TLS support in software</title>
+               <link>http://people.skolelinux.org/pere/blog/Secure_Socket_API___a_simple_and_powerful_approach_for_TLS_support_in_software.html</link>
+               <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Secure_Socket_API___a_simple_and_powerful_approach_for_TLS_support_in_software.html</guid>
+                <pubDate>Sat, 6 Jun 2020 12:40:00 +0200</pubDate>
+               <description>&lt;p&gt;As a member of the &lt;a href=&quot;https://www.nuug.no/&quot;&gt;Norwegian Unix
+User Group&lt;/a&gt;, I have the pleasure of receiving the
+&lt;a href=&quot;https://www.usenix.org/&quot;&gt;USENIX&lt;/a&gt; magazine
+&lt;a href=&quot;https://www.usenix.org/publications/login/&quot;&gt;;login:&lt;/a&gt;
+several times a year.  I rarely have time to read all the articles,
+but try to at least skim through them all as there is a lot of nice
+knowledge passed on there.  I even carry the latest issue with me most
+of the time to try to get through all the articles when I have a few
+spare minutes.&lt;/p&gt;
+
+&lt;p&gt;The other day I came across a nice article titled
+&quot;&lt;a href=&quot;https://www.usenix.org/publications/login/winter2018/oneill&quot;&gt;The
+Secure Socket API: TLS as an Operating System Service&lt;/a&gt;&quot; with a
+marvellous idea I hope can make it all the way into the POSIX standard.
+The idea is as simple as it is powerful.  By introducing a new
+socket() option IPPROTO_TLS to use TLS, and a system wide service to
+handle setting up TLS connections, one both make it trivial to add TLS
+support to any program currently using the POSIX socket API, and gain
+system wide control over certificates, TLS versions and encryption
+systems used.  Instead of doing this:&lt;/p&gt;
 
 &lt;p&gt;&lt;blockquote&gt;&lt;pre&gt;
-vlc https://archive.org/download/TheGoat/TheGoat_archive.torrent
+int socket = socket(PF_INET, SOCK_STREAM, IPPROTO_TCP);
 &lt;/pre&gt;&lt;/blockquote&gt;&lt;/p&gt;
 
-&lt;/p&gt;It can handle magnet links too.  Now if only native vlc had
-bittorrent support.  Then a lot more would be helping each other to
-share public domain and creative commons movies.  The plugin need some
-stability work with seeking and picking the right file in a torrent
-with many files, but is already usable.  Please note that the plugin
-is not removing downloaded files when vlc is stopped, so it can fill
-up your disk if you are not careful.  Have fun. :)&lt;/p&gt;
+&lt;p&gt;the program code would be doing this:&lt;p&gt;
+
+&lt;p&gt;&lt;blockquote&gt;&lt;pre&gt;
+int socket = socket(PF_INET, SOCK_STREAM, IPPROTO_TLS);
+&lt;/pre&gt;&lt;/blockquote&gt;&lt;/p&gt;
 
-&lt;p&gt;I would love to get help maintaining this package.  Get in touch if
-you are interested.&lt;/p&gt;
+&lt;p&gt;According to the ;login: article, converting a C program to use TLS
+would normally modify only 5-10 lines in the code, which is amazing
+when compared to using for example the OpenSSL API.&lt;/p&gt;
+
+&lt;p&gt;The project has set up the
+&lt;a href=&quot;https://securesocketapi.org/&quot;&gt;https://securesocketapi.org/&lt;/a&gt;
+web site to spread the idea, and the code for a kernel module and the
+associated system daemon is available from two github repositories:
+&lt;a href=&quot;https://github.com/markoneill/ssa&quot;&gt;ssa&lt;/a&gt; and
+&lt;a href=&quot;https://github.com/markoneill/ssa-daemon&quot;&gt;ssa-daemon&lt;/a&gt;.
+Unfortunately there is no explicit license information with the code,
+so its copyright status is unclear.  A
+&lt;a href=&quot;https://github.com/markoneill/ssa/issues/2&quot;&gt;request to solve
+this&lt;/a&gt; about it has been unsolved since 2018-08-17.&lt;/p&gt;
+
+&lt;p&gt;I love the idea of extending socket() to gain TLS support, and
+understand why it is an advantage to implement this as a kernel module
+and system wide service daemon, but can not help to think that it
+would be a lot easier to get projects to move to this way of setting
+up TLS if it was done with a user space approach where programs
+wanting to use this API approach could just link with a wrapper
+library.&lt;/p&gt;
+
+&lt;p&gt;I recommend you check out this simple and powerful approach to more
+secure network connections. :)&lt;/p&gt;
 
 &lt;p&gt;As usual, if you use Bitcoin and want to show your support of my
 activities, please send Bitcoin donations to my address