<link>http://people.skolelinux.org/pere/blog/</link>
<atom:link href="http://people.skolelinux.org/pere/blog/index.rss" rel="self" type="application/rss+xml" />
+ <item>
+ <title>Bompenge-Norge, med noen tall fra bompengekalkulator</title>
+ <link>http://people.skolelinux.org/pere/blog/Bompenge_Norge__med_noen_tall_fra_bompengekalkulator.html</link>
+ <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Bompenge_Norge__med_noen_tall_fra_bompengekalkulator.html</guid>
+ <pubDate>Mon, 1 Jun 2020 14:50:00 +0200</pubDate>
+ <description><p>Det er tett med sensorstasjoner langs veinettet i Norge, som
+registrerer hvilke kjøretøy som passerer eller tar bilde av de som
+drar forbi. I følge
+<a href="https://vegkart.atlas.vegvesen.no/">Vegvesenets nasjonale
+veidatabank (NVDB)</a>, er det 353 bomstasjoner langs det norske
+veinettet. 21 i nordnorge, 48 i trøndelagsområdet, 13 på
+nordvestlandet, 91 i bergenstraktene og 180 på østlandsområdet. I
+tillegg finnes det et utall overvåkningskamera og noen titalls
+RFID-avlesere for bompengebrikker som samler inn informasjon om hvilke
+biler som befinner seg hvor i landet. For ikke å glemme alle
+mobilbasestasjoner som registrerer hvor brukere av mobilnettverket
+befinner seg. De er ikke tema i dag.</p>
+
+<p>De som kjører mye har interesse av å vite hvor mye bompenger det vil
+koste å kjøre fra et sted til et annet, og dette behovet har aktørene
+bak <a href="https://bompengekalkulator.no/">Bompengekalkulatoren</a>
+tatt sikte på å tilby i markedet. Fornuftig nok har de også en
+gratistjeneste, slik at de får frivillige til å gi innspill om feil i
+datagrunnlaget. Jeg ble nylig nysgjerring på hvor mye det til koste å
+kjøre på kryss og tvers i Norge, og valgte meg ut en teststrekning fra
+Oslo til Tromsø for å se hvilke beløp som gjelder.</p>
+
+<p>Bompengekalkulatoren viser frem flere rutealternativer for et gitt
+reisesøk, og i dette tilfellet, for reise fra Oslo Sentralstasjon til
+Tromsø sentrum, viser den tre alternativ. Merk, disse tallene gjelder
+bensindrevet personbil. En kan velge takstkategori i
+webgrensesnittet. Det ene rutealternativet er E6 gjennom Norge, de to
+andre er E45 og E4 gjennom sverige. E45 er innlandsruten i Sverige,
+motorvei gjennom store skoger som i følge kalkulatoren skal ta 22
+timer og 26 minutter med norsk bompengebeløp på 164 kroner. Jeg har
+mine tvil til om datasettet til Bompengekalkulatoren har svenske
+bomstasjoner, så ta dette beløpet med en klype salt. E4 er veien
+langs Bottenviken og mer befolket område, og skal ta 22 timer og 50
+minutter til en norsk bompengebeløp på 71 kroner. Den norske ruten
+langs E6 skal derimot ta 23 timer og 16 minutter og beløpe seg til 664
+kroner. Beløpene er uten autopass-brikke, slik at en slipper å få
+bilens posisjon registrert i alle bompengeavleserne som ikke også er
+bomstasjoner. For trailere er bompengekostnaden 2-3 ganger så høy som
+for personbil. I tillegg til pengebeløpet, som faktureres
+etterskuddsvis og de siste årene har blitt umulig å gjøre opp kontant
+på stedet, så kommer kostnaden med å få sine personopplysninger samlet
+inn, lagret og gjort tilgjengelig for fremmede på ubestemt tid. Jeg
+ser på den kostnaden som mye høyere en pengebeløpet som
+faktureres.</p>
+
+<p>For en tilsvarende tur fra Oslo til Bergen, så forteller
+kalkulatoren at raskeste vei er riksvei 7 på 7 timer 4 minutter med
+bompengebeløp 409 kroner. Alternativene listet opp er E134 på 8 timer
+37 minutter med bompengebeløp 318 kroner og fylkesivei 40 på 7 timer
+30 minutter med beløp 331. Det kan kanskje være greit å sjekke ut før
+en setter seg i bilen hvor ens personopplysninger vil bli samlet inn
+og lagret 5 fem år, når en velger hvilken rute en går for.</p>
+
+<p>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
+<b><a href="bitcoin:15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b">15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b</a></b>.
+Merk, betaling med bitcoin er ikke anonymt. :)</p>
+</description>
+ </item>
+
+ <item>
+ <title>More reliable vlc bittorrent plugin in Debian (version 2.9)</title>
+ <link>http://people.skolelinux.org/pere/blog/More_reliable_vlc_bittorrent_plugin_in_Debian__version_2_9_.html</link>
+ <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/More_reliable_vlc_bittorrent_plugin_in_Debian__version_2_9_.html</guid>
+ <pubDate>Sun, 24 May 2020 17:00:00 +0200</pubDate>
+ <description><p>I am very happy to report that a more reliable
+<a href="https://tracker.debian.org/pkg/vlc-plugin-bittorrent">VLC
+bittorrent plugin</a> was just uploaded into debian. This fixes a
+couple of crash bugs in the plugin, hopefully making the VLC
+experience even better when streaming directly from a bittorrent
+source. The package is currently in Debian unstable, but should be
+available in Debian testing in two days. To test it, simply install
+it like this:</p>
+
+<p><pre>
+apt install vlc-plugin-bittorrent
+</pre></p>
+
+<p>After it is installed, you can try to use it to play a file
+downloaded live via bittorrent like this:
+
+<p><pre>
+vlc https://archive.org/download/Glass_201703/Glass_201703_archive.torrent
+</pre></p>
+
+<p>It also support magnet links and local .torrent files.</p>
+
+<p>As usual, if you use Bitcoin and want to show your support of my
+activities, please send Bitcoin donations to my address
+<b><a href="bitcoin:15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b">15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b</a></b>.</p>
+</description>
+ </item>
+
+ <item>
+ <title>Debian Edu interview: Yvan Masson</title>
+ <link>http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Yvan_Masson.html</link>
+ <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Yvan_Masson.html</guid>
+ <pubDate>Tue, 12 May 2020 06:30:00 +0200</pubDate>
+ <description><p>It has been way too long since my last interview, but as the
+<a href="http://www.skolelinux.org/">Debian Edu / Skolelinux</a>
+community is still active, and new people keep showing up on the IRC
+channel <a href="irc://irc.debian.org/#debian-edu">#debian-edu</a> and
+<a href="https://lists.debian.org/debian-edu/">the debian-edu mailing
+list</a>, I decided to give it another go. I was hoping someone else
+might pick up the idea and run with it, but this has not happened as
+far as I can tell, so here we are… This time the announcement of a new
+free software tool to
+<a href="https://framagit.org/Yvan-Masson/WhosWho">create a school year
+book</a> triggered my interest, and I decided to learn more about its
+author.</p>
+
+<p><strong>Who are you, and how do you spend your days?</strong></p>
+
+<p>My name is Yvan MASSON, I live in France. I have my own one person
+business in computer services. The work consist of visiting my
+customers (person's home, local authority, small business) to give
+advise, install computers and software, fix issues, and provide
+computing usage training. I spend the rest of my time enjoying my
+family and promoting free software.</p>
+
+<p><strong>What is your approach for promoting free
+software?</strong></p>
+
+<p>When I think that free software could be suitable for someone, I
+explain what it is, with simple words, give a few known examples, and
+explain that while there is no fee it is a viable alternative in many
+situations. Most people are receptive when you explain how it is
+better (I simplify arguments here, I know that it is not so simple):
+Linux works on older hardware, there are no viruses, and the software
+can be audited to ensure user is not spied upon. I think the most
+important is to keep a clear but moderated speech: when you try to
+convince too much, people feel attacked and stop listening.</p>
+
+<p><strong>How did you get in contact with the Skolelinux / Debian Edu
+project?</strong></p>
+
+<p>I can not remember how I first heard of Skolelinux / Debian Edu,
+but probably on planet.debian.org. As I have been working for a
+school, I have interest in this type of project.
+
+<p>The school I am involved in is a school for "children" between 14
+and 18 years old. The French government has recommended free software
+since 2012, but they do not always use free software themselves. The
+school computers are still using the Windows operating system, but all
+of them have the classic set of free software: Firefox ESR,
+LibreOffice (with the excellent extension Grammalecte that indicates
+French grammatical errors), SumatraPDF, Audacity, 7zip, KeePass2, VLC,
+GIMP, Inkscape…
+
+<p><strong>What do you see as the advantages of Skolelinux / Debian
+Edu?</strong></p>
+
+<p>It is free software! Built on Debian, I am sure that users are not
+spied upon, and that it can run on low end hardware. This last point
+is very important, because we really need to improve "green IT". I do
+not know enough about Skolelinux / Debian Edu to tell how it is better
+than another free software solution, but what I like is the "all in
+one" solution: everything has been thought of and prepared to ease
+installation and usage.</p>
+
+<p>I like Free Software because I hate using something that I can not
+understand. I do not say that I can understand everything nor that I
+want to understand everything, but knowing that someone / some company
+intentionally prevents me from understanding how things work is really
+unacceptable to me.</p>
+
+<p>Secondly, and more importantly, free software is a requirement to
+prevent abuses regarding human rights and environmental care.
+Humanity can not rely on tools that are in the hands of small group of
+people.</p>
+
+<p><strong>What do you see as the disadvantages of Skolelinux / Debian
+Edu?</strong></p>
+
+<p>Again, I don't know this project enough. Maybe a dedicated website?
+Debian wiki works well for documentation, but is not very appealing to
+someone discovering the project. Also, as Skolelinux / Debian Edu uses
+OpenLDAP, it probably means that Windows workstations cannot use
+centralized authentication. Maybe the project could use Samba as an
+Active Directory domain controller instead, allowing Windows desktop
+usage when necessary.</p>
+
+<p>(Editors note: In fact Windows workstations can
+<a href="https://wiki.debian.org/DebianEdu/Documentation/Buster/HowTo/Samba">use
+the centralized authentication in a Debian Edu setup</a>, at least for
+some versions of Windows, but the fact that this is not well known can
+be seen as an indication of the need for better documentation and
+marketing. :)</p>
+
+<p><strong>Which free software do you use daily?</strong></p>
+
+<p>Nothing original: Debian testing/sid with Gnome desktop, Firefox,
+Thunderbird, LibreOffice…</p>
+
+<p><strong>Which strategy do you believe is the right one to use to
+get schools to use free software?</strong></p>
+
+<p>Every effort to spread free software into schools is important,
+whatever it is. But I think, at least where I live, that IT
+professionals maintaining schools networks are still very "Microsoft
+centric". Schools will use any working solution, but they need people
+to install and maintain it. How to make these professionals sensitive
+about free software and train them with solutions like Debian Edu /
+Skolelinux is a really good question :-)</p>
+</description>
+ </item>
+
+ <item>
+ <title>Jami as a Zoom client, a trick for password protected rooms...</title>
+ <link>http://people.skolelinux.org/pere/blog/Jami_as_a_Zoom_client__a_trick_for_password_protected_rooms___.html</link>
+ <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Jami_as_a_Zoom_client__a_trick_for_password_protected_rooms___.html</guid>
+ <pubDate>Fri, 8 May 2020 13:30:00 +0200</pubDate>
+ <description><p>Half a year ago,
+<a href="http://people.skolelinux.org/pere/blog/Jami_Ring__finally_functioning_peer_to_peer_communication_client.html">I
+wrote</a> about <a href="https://jami.net/">the Jami communication
+client</a>, capable of peer-to-peer encrypted communication. It
+handle both messages, audio and video. It uses distributed hash
+tables instead of central infrastructure to connect its users to each
+other, which in my book is a plus. I mentioned briefly that it could
+also work as a SIP client, which came in handy when the higher
+educational sector in Norway started to promote Zoom as its video
+conferencing solution. I am reluctant to use the official Zoom client
+software, due to their <a href="https://zoom.us/terms">copyright
+license clauses</a> prohibiting users to reverse engineer (for example
+to check the security) and benchmark it, and thus prefer to connect to
+Zoom meetings with free software clients.</p>
+
+<p>Jami worked OK as a SIP client to Zoom as long as there was no
+password set on the room. The Jami daemon leak memory like crazy
+(approximately 1 GiB a minute) when I am connected to the video
+conference, so I had to restart the client every 7-10 minutes, which
+is not a great. I tried to get other SIP Linux clients to work
+without success, so I decided I would have to live with this wart
+until someone managed to fix the leak in the dring code base. But
+another problem showed up once the rooms were password protected. I
+could not get my dial tone signaling through from Jami to Zoom, and
+dial tone signaling is used to enter the password when connecting to
+Zoom. I tried a lot of different permutations with my Jami and
+Asterisk setup to try to figure out why the signaling did not get
+through, only to finally discover that the fundamental problem seem to
+be that Zoom is simply not able to receive dial tone signaling when
+connecting via SIP. There seem to be nothing wrong with the Jami and
+Asterisk end, it is simply broken in the Zoom end. I got help from a
+very skilled VoIP engineer figuring out this last part. And being a
+very skilled engineer, he was also able to locate a solution for me.
+Or to be exact, a workaround that solve my initial problem of
+connecting to password protected Zoom rooms using Jami.</p>
+
+<p>So, how do you do this, I am sure you are wondering by now. The
+trick is already
+<a href="https://support.zoom.us/hc/en-us/articles/202405539-H-323-SIP-Room-Connector-Dial-Strings#sip">documented
+from Zoom</a>, and it is to modify the SIP address to include the room
+password. What is most surprising about this is that the
+automatically generated email from Zoom with instructions on how to
+connect via SIP do not mention this. The SIP address to use normally
+consist of the room ID (a number), an @ character and the IP address
+of the Zoom SIP gateway. But Zoom understand a lot more than just the
+room ID in front of the at sign. The format is "<tt>[Meeting
+ID].[Password].[Layout].[Host Key]</tt>", and you can hear see how you
+can both enter password, control the layout (full screen, active
+presence and gallery) and specify the host key to start the meeting.
+The full SIP address entered into Jami to provide the password will
+then look like this (all using made up numbers):</p>
+
+<p><blockquote>
+<tt>sip:657837644.522827@192.168.169.170</tt>
+</blockquote></p>
+
+<p>Now if only jami would reduce its memory usage, I could even
+recommend this setup to others. :)</p>
+
+<p>As usual, if you use Bitcoin and want to show your support of my
+activities, please send Bitcoin donations to my address
+<b><a href="bitcoin:15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b">15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b</a></b>.</p>
+</description>
+ </item>
+
<item>
<title>GnuCOBOL, a free platform to learn and use COBOL - nice free software</title>
<link>http://people.skolelinux.org/pere/blog/GnuCOBOL__a_free_platform_to_learn_and_use_COBOL___nice_free_software.html</link>
</description>
</item>
- <item>
- <title>Artikkel om Noark 5 Tjenestegrensesnitt og Nikita i Arkivråd nummer 3 for 2019</title>
- <link>http://people.skolelinux.org/pere/blog/Artikkel_om_Noark_5_Tjenestegrensesnitt_og_Nikita_i_Arkivr_d_nummer_3_for_2019.html</link>
- <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Artikkel_om_Noark_5_Tjenestegrensesnitt_og_Nikita_i_Arkivr_d_nummer_3_for_2019.html</guid>
- <pubDate>Thu, 26 Dec 2019 08:00:00 +0100</pubDate>
- <description><p>Like før julaften ble en artikkel jeg har skrevet om vedlikehold av
-<a href="https://github.com/arkivverket/noark5-tjenestegrensesnitt-standard">Noark
-5 Tjenestegrensesnitt</a> og Nikita publisert i <a
-href="https://www.arkivrad.no/arkivrad">tidsskriftet Arkivråd</a>.
-Det er basert på
-<a href="http://people.skolelinux.org/pere/blog/_pen_og_gjennomsiktig_vedlikehold_av_spesifikasjonen_for_Noark_5_Tjenestegrensesnitt.html">min bloggpost
-om samme tema</a> som ble publisert 2019-03-11. Jeg oppdaget nettopp
-at nettsiden til tidsskriftet Arkivråd er oppdatert med siste utgave,
-og artikkelen dermed er tilgjengelig for alle. Du finner den i
-<a href="https://www.arkivrad.no/sites/arkivrad/files/arkivrad_03_2019_nett.pdf">PDF-en
-til nummer 2019/3 på side 30-33</a>. Jeg håper leserne av
-tidsskriftet får lyst til å sjekke ut tjenestegrensesnittet og at
-artikkelen vil gjøre det enklere for flere å bidra til en enda bedre,
-klarere og mer entydig API-spesifikasjon. Det kan gjøre at
-<a href="https://gitlab.com/OsloMet-ABI/nikita-noark5-core/">arkivsystemet
-Nikita</a> kan bli enda bedre når spesifikasjonen forbedres.</p>
-
-<p>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
-<b><a href="bitcoin:15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b">15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b</a></b>.
-Merk, betaling med bitcoin er ikke anonymt. :)</p>
-</description>
- </item>
-
- <item>
- <title>Meningsløst, men for hvem...</title>
- <link>http://people.skolelinux.org/pere/blog/Meningsl_st__men_for_hvem___.html</link>
- <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Meningsl_st__men_for_hvem___.html</guid>
- <pubDate>Wed, 25 Dec 2019 10:35:00 +0100</pubDate>
- <description><p>En historie som har betydd endel for meg, og som jeg av og til
-tenker på når hverdagen tynger, ble så vidt jeg har klart å finne ut,
-skrevet av <a href="https://en.wikipedia.org/wiki/Loren_Eiseley">Loren
-Eiseley</a> <a href="https://en.wikipedia.org/wiki/The_Star_Thrower">i
-flere ulike varianter</a>. På norsk tror jeg den går under navnet
-«Gutten og sjøstjernen», og jeg fant en oversettelse av en utgave av den
-hos
-<a href="https://no.quora.com/Hva-er-din-favoritthistorie">Quora</a>.
-Fant også <a href="https://www.youtube.com/watch?v=-qClChUdlfI">en
-filmatisering</a>, men den versjonen jeg liker best fant jeg
-<a href="https://www.goodreads.com/author/quotes/56782.Loren_Eiseley">hos
-Goodreads</a>. Jeg oversatte den utgaven til norsk i går, og har lyst
-til å dele den med deg:
-
-<blockquote><p>Mens jeg tok en pause fra skrivingen og vandret på en
-øde strand ved daggry, så jeg en gutt i det fjerne bøye seg ned og
-kaste noe mens han vandret mot meg over den endeløse stranden. Da han
-kom nærmere, kunne jeg se at han kastet sjøstjerner, som var etterlatt
-i sanden av tidevannet, tilbake i havet. Da han var nær nok spurte jeg
-ham hvorfor han jobbet så hardt på denne merkelige oppgaven. Han sa at
-solen snart ville stå opp og tørke sjøstjernene slik at de ville
-dø.</p>
-
-<p>Jeg sa til ham at dette var helt meningsløst. Det var kilometer på
-kilometer med strand, og det lå sjøstjerner hele veien. En person
-alene kunne ikke gjøre noen forskjell. Han smilte da han plukket opp
-neste sjøstjerne. Mens han kastet den så langt ut i havet som han
-klarte sa han, «for denne gjør det en forskjell». Jeg droppet
-skrivingen og tilbrakte resten av morgenen med å kaste
-sjøstjerner.</p>
-
-<p>- Loren Eiseley</p>
-</blockquote>
-
-<p>Kanskje noe du også kan ha glede av å tenke på når ting virker
-håpløst?</p>
-
-<p>Teksten er gjengitt og oversatt basert på utgaven på Good Read,
-uten tillatelse fra noen andre enn meg selv. Jeg håper på tilgivelse,
-hvis det er et problem for noen, da det er gjort i beste mening. Hvis
-eventuell rettighetshaver tar kontakt vil jeg fjerne teksten og i
-stedet legge ut henvendelsen der teksten kreves fjernet.</p>
-
-<p>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
-<b><a href="bitcoin:15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b">15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b</a></b>.
-Merk, betaling med bitcoin er ikke anonymt. :)</p>
-</description>
- </item>
-
- <item>
- <title>Artikkel om Nikita i Arkheion nummer 2019/2</title>
- <link>http://people.skolelinux.org/pere/blog/Artikkel_om_Nikita_i_Arkheion_nummer_2019_2.html</link>
- <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Artikkel_om_Nikita_i_Arkheion_nummer_2019_2.html</guid>
- <pubDate>Mon, 9 Dec 2019 15:05:00 +0100</pubDate>
- <description><p>Jeg hadde i dag gleden av å oppdage at en artikkel om
-<a href="https://gitlab.com/OsloMet-ABI/nikita-noark5-core/">arkivsystemet
-Nikita</a> som vi skrev i sommer, nå er publisert i
-<a href="http://www.arkheion.no/">Arkheion, fagtidsskrift for kommunial
-arkivsektor</a>. Du finner artikkelen på side 30-33 i nummer 2019/2,
-PDF kan lastes ned fra nettstedet til tidsskriftet. Kanskje
-publiseringen kan føre til at noen flere får øynene opp for verdien av
-et åpent standardisert API for arkivering og søk i arkivet.</p>
-
-<p>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
-<b><a href="bitcoin:15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b">15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b</a></b>.
-Merk, betaling med bitcoin er ikke anonymt. :)</p>
-</description>
- </item>
-
- <item>
- <title>When terms and policy turn users away</title>
- <link>http://people.skolelinux.org/pere/blog/When_terms_and_policy_turn_users_away.html</link>
- <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/When_terms_and_policy_turn_users_away.html</guid>
- <pubDate>Sat, 7 Dec 2019 21:15:00 +0100</pubDate>
- <description><p>When asked to accept terms of use and privacy policies that state
-it will to remove rights I otherwise had or accept unreasonable terms
-undermining my privacy, I choose away the service. I simply do not
-have the conscience to accept terms I have no indention of upholding.
-But how are the system and service providers to know how many people
-they scared away? Normally I just quietly walk away. But today, I
-tried a new approach. I sent the following email (removing the
-specifics, as I am not out to take the specific service in question)
-to the service provider I decided to not use, to at least give them
-one data point on how many users are unhappy with their terms:</p>
-
-<blockquote>
-From: Petter Reinholdtsen
-<br>Subject: When terms of use turn users away
-<br>To: [contact@some.site]
-<br>Date: Sat, 07 Dec 2019 16:30:56 +0100
-
-<p>Dear [Site Owner],</p>
-
-<p>I was eager to test the system, as it seemed like a fun and
-interesting application of [some] technology, but after reading the
-terms of use and privacy policy on &lt;URL:
-https://www.[some.site]/terms-of-use &gt; and &lt;URL:
-https://www.[some.site]/privacy-policy &gt; I want you to know that I
-decided to turn away. There were several provisions in the terms and
-policy turning me off, but the final term that convinced me was being
-asked to sign away my right to reverse engineer.</p>
-
-<p>--
-<br>Happy hacking
-<br>Petter Reinholdtsen</p>
-</blockquote>
-
-<p>I do not expect much to come out of it, but sharing it here in case
-others want to give something similar a try too. If companies
-discover their terms scare away enough people, perhaps they will be
-improved...</p>
-
-<p>As usual, if you use Bitcoin and want to show your support of my
-activities, please send Bitcoin donations to my address
-<b><a href="bitcoin:15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b">15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b</a></b>.</p>
-</description>
- </item>
-
</channel>
</rss>