1 <?xml version=
"1.0" encoding=
"ISO-8859-1"?>
2 <rss version='
2.0' xmlns:lj='http://www.livejournal.org/rss/lj/
1.0/'
>
4 <title>Petter Reinholdtsen - Entries from February
2018</title>
5 <description>Entries from February
2018</description>
6 <link>http://people.skolelinux.org/pere/blog/
</link>
10 <title>Using VLC to stream bittorrent sources
</title>
11 <link>http://people.skolelinux.org/pere/blog/Using_VLC_to_stream_bittorrent_sources.html
</link>
12 <guid isPermaLink=
"true">http://people.skolelinux.org/pere/blog/Using_VLC_to_stream_bittorrent_sources.html
</guid>
13 <pubDate>Wed,
14 Feb
2018 08:
00:
00 +
0100</pubDate>
14 <description><p
>A few days ago, a new major version of
15 <a href=
"https://www.videolan.org/
">VLC
</a
> was announced, and I
16 decided to check out if it now supported streaming over
17 <a href=
"http://bittorrent.org/
">bittorrent
</a
> and
18 <a href=
"https://webtorrent.io
">webtorrent
</a
>. Bittorrent is one of
19 the most efficient ways to distribute large files on the Internet, and
20 Webtorrent is a variant of Bittorrent using
21 <a href=
"https://webrtc.org
">WebRTC
</a
> as its transport channel,
22 allowing web pages to stream and share files using the same technique.
23 The network protocols are similar but not identical, so a client
24 supporting one of them can not talk to a client supporting the other.
25 I was a bit surprised with what I discovered when I started to look.
27 <a href=
"https://www.videolan.org/vlc/releases/
3.0.0.html
">the release
28 notes
</a
> did not help answering this question, so I started searching
29 the web. I found several news articles from
2013, most of them
30 tracing the news from Torrentfreak
31 (
"<a href=https://torrentfreak.com/open-source-giant-vlc-mulls-bittorrent-support-
130211/
">Open
32 Source Giant VLC Mulls BitTorrent Streaming Support
</a
>"), about a
33 initiative to pay someone to create a VLC patch for bittorrent
34 support. To figure out what happend with this initiative, I headed
35 over to the #videolan IRC channel and asked if there were some bug or
36 feature request tickets tracking such feature. I got an answer from
37 lead developer Jean-Babtiste Kempf, telling me that there was a patch
38 but neither he nor anyone else knew where it was. So I searched a bit
39 more, and came across an independent
40 <a href=
"https://github.com/johang/vlc-bittorrent
">VLC plugin to add
41 bittorrent support
</a
>, created by Johan Gunnarsson in
2016/
2017.
42 Again according to Jean-Babtiste, this is not the patch he was talking
45 <p
>Anyway, to test the plugin, I made a working Debian package from
46 the git repository, with some modifications. After installing this
47 package, I could stream videos from
48 <a href=
"https://www.archive.org/
">The Internet Archive
</a
> using VLC
49 commands like this:
</p
>
51 <p
><blockquote
><pre
>
52 vlc https://archive.org/download/LoveNest/LoveNest_archive.torrent
53 </pre
></blockquote
></p
>
55 <p
>The plugin is supposed to handle magnet links too, but since The
56 Internet Archive do not have magnet links and I did not want to spend
57 time tracking down another source, I have not tested it. It can take
58 quite a while before the video start playing without any indication of
59 what is going on from VLC. It took
10-
20 seconds when I measured it.
60 Some times the plugin seem unable to find the correct video file to
61 play, and show the metadata XML file name in the VLC status line. I
62 have no idea why.
</p
>
64 <p
>I have created a
<a href=
"https://bugs.debian.org/
890360">request for
65 a new package in Debian (RFP)
</a
> and
66 <a href=
"https://github.com/johang/vlc-bittorrent/issues/
1">asked if
67 the upstream author is willing to help make this happen
</a
>. Now we
68 wait to see what come out of this. I do not want to maintain a
69 package that is not maintained upstream, nor do I really have time to
70 maintain more packages myself, so I might leave it at this. But I
71 really hope someone step up to do the packaging, and hope upstream is
72 still maintaining the source. If you want to help, please update the
73 RFP request or the upstream issue.
</p
>
75 <p
>I have not found any traces of webtorrent support for VLC.
</p
>
77 <p
>As usual, if you use Bitcoin and want to show your support of my
78 activities, please send Bitcoin donations to my address
79 <b
><a href=
"bitcoin:
15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b
">15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b
</a
></b
>.
</p
>
84 <title>Version
3.1 of Cura, the
3D print slicer, is now in Debian
</title>
85 <link>http://people.skolelinux.org/pere/blog/Version_3_1_of_Cura__the_3D_print_slicer__is_now_in_Debian.html
</link>
86 <guid isPermaLink=
"true">http://people.skolelinux.org/pere/blog/Version_3_1_of_Cura__the_3D_print_slicer__is_now_in_Debian.html
</guid>
87 <pubDate>Tue,
13 Feb
2018 06:
20:
00 +
0100</pubDate>
88 <description><p
>A new version of the
89 <a href=
"https://tracker.debian.org/pkg/cura
">3D printer slicer
90 software Cura
</a
>, version
3.1.0, is now available in Debian Testing
91 (aka Buster) and Debian Unstable (aka Sid). I hope you find it
92 useful. It was uploaded the last few days, and the last update will
93 enter testing tomorrow. See the
94 <a href=
"https://ultimaker.com/en/products/cura-software/release-notes
">release
95 notes
</a
> for the list of bug fixes and new features. Version
3.2
96 was announced
6 days ago. We will try to get it into Debian as
99 <p
>More information related to
3D printing is available on the
100 <a href=
"https://wiki.debian.org/
3DPrinting
">3D printing
</a
> and
101 <a href=
"https://wiki.debian.org/
3D-printer
">3D printer
</a
> wiki pages
104 <p
>As usual, if you use Bitcoin and want to show your support of my
105 activities, please send Bitcoin donations to my address
106 <b
><a href=
"bitcoin:
15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b
">15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b
</a
></b
>.
</p
>
111 <title>Overvåkning i Kina vs. Norge
</title>
112 <link>http://people.skolelinux.org/pere/blog/Overv_kning_i_Kina_vs__Norge.html
</link>
113 <guid isPermaLink=
"true">http://people.skolelinux.org/pere/blog/Overv_kning_i_Kina_vs__Norge.html
</guid>
114 <pubDate>Mon,
12 Feb
2018 09:
40:
00 +
0100</pubDate>
115 <description><p
>Jeg lar meg fascinere av en artikkel
116 <a href=
"https://www.dagbladet.no/kultur/terroristene-star-pa-dora/
69436116">i
117 Dagbladet om Kinas håndtering av Xinjiang
</a
>, spesielt følgende
120 <p
><blockquote
>
122 <p
>«I den sørvestlige byen Kashgar nærmere grensa til
123 Sentral-Asia meldes det nå at
120.000 uigurer er internert i såkalte
124 omskoleringsleirer. Samtidig er det innført et omfattende
125 helsesjekk-program med innsamling og lagring av DNA-prøver fra
126 absolutt alle innbyggerne. De mest avanserte overvåkingsmetodene
127 testes ut her. Programmer for å gjenkjenne ansikter og stemmer er på
128 plass i regionen. Der har de lokale myndighetene begynt å installere
129 GPS-systemer i alle kjøretøy og egne sporingsapper i
130 mobiltelefoner.
</p
>
132 <p
>Politimetodene griper så dypt inn i folks dagligliv at motstanden
133 mot Beijing-regimet øker.»
</p
>
135 </blockquote
></p
>
137 <p
>Beskrivelsen avviker jo desverre ikke så veldig mye fra tilstanden
138 her i Norge.
</p
>
142 <th
>Dataregistrering
</th
>
143 <th
>Kina
</th
>
144 <th
>Norge
</th
>
147 <td
>Innsamling og lagring av DNA-prøver fra befolkningen
</td
>
148 <td
>Ja
</td
>
149 <td
>Delvis, planlagt for alle nyfødte.
</td
>
153 <td
>Ansiktsgjenkjenning
</td
>
154 <td
>Ja
</td
>
155 <td
>Ja
</td
>
159 <td
>Stemmegjenkjenning
</td
>
160 <td
>Ja
</td
>
161 <td
>Nei
</td
>
165 <td
>Posisjons-sporing av mobiltelefoner
</td
>
166 <td
>Ja
</td
>
167 <td
>Ja
</td
>
171 <td
>Posisjons-sporing av biler
</td
>
172 <td
>Ja
</td
>
173 <td
>Ja
</td
>
178 <p
>I Norge har jo situasjonen rundt Folkehelseinstituttets lagring av
179 DNA-informasjon på vegne av politiet, der de nektet å slette
180 informasjon politiet ikke hadde lov til å ta vare på, gjort det klart
181 at DNA tar vare på ganske lenge. I tillegg finnes det utallige
182 biobanker som lagres til evig tid, og det er planer om å innføre
183 <a href=
"https://www.aftenposten.no/norge/i/
75E9/
4-av-
10-mener-staten-bor-lagre-DNA-profiler-pa-alle-nyfodte
">evig
184 lagring av DNA-materiale fra alle spebarn som fødes
</a
> (med mulighet
185 for å be om sletting).
</p
>
187 <p
>I Norge er det system på plass for ansiktsgjenkjenning, som
188 <a href=
"https://www.nrk.no/norge/kun-gardermoen-har-teknologi-for-ansiktsgjenkjenning-i-norge-
1.12719461">en
189 NRK-artikkel fra
2015</a
> forteller er aktiv på Gardermoen, samt
190 <a href=
"https://www.dagbladet.no/nyheter/inntil-
27-
000-bor-i-norge-under-falsk-id/
60500781">brukes
191 til å analysere bilder innsamlet av myndighetene
</a
>. Brukes det også
192 flere plasser? Det er tett med overvåkningskamera kontrollert av
193 politi og andre myndigheter i for eksempel Oslo sentrum.
</p
>
195 <p
>Jeg er ikke kjent med at Norge har noe system for identifisering av
196 personer ved hjelp av stemmegjenkjenning.
</p
>
198 <p
>Posisjons-sporing av mobiltelefoner er ruinemessig tilgjengelig for
199 blant annet politi, NAV og Finanstilsynet, i tråd med krav i
200 telefonselskapenes konsesjon. I tillegg rapporterer smarttelefoner
201 sin posisjon til utviklerne av utallige mobil-apper, der myndigheter
202 og andre kan hente ut informasjon ved behov. Det er intet behov for
203 noen egen app for dette.
</p
>
205 <p
>Posisjons-sporing av biler er rutinemessig tilgjengelig via et tett
206 nett av målepunkter på veiene (automatiske bomstasjoner,
207 køfribrikke-registrering, automatiske fartsmålere og andre veikamera).
208 Det er i tillegg vedtatt at alle nye biler skal selges med utstyr for
209 GPS-sporing (eCall).
</p
>
211 <p
>Det er jammen godt vi lever i et liberalt demokrati, og ikke en
212 overvåkningsstat, eller?
</p
>
214 <p
>Som vanlig, hvis du bruker Bitcoin og ønsker å vise din støtte til
215 det jeg driver med, setter jeg pris på om du sender Bitcoin-donasjoner
217 <b
><a href=
"bitcoin:
15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b
">15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b
</a
></b
>.
</p
>
222 <title>How hard can æ, ø and å be?
</title>
223 <link>http://people.skolelinux.org/pere/blog/How_hard_can______and___be_.html
</link>
224 <guid isPermaLink=
"true">http://people.skolelinux.org/pere/blog/How_hard_can______and___be_.html
</guid>
225 <pubDate>Sun,
11 Feb
2018 17:
10:
00 +
0100</pubDate>
226 <description><img src=
"http://people.skolelinux.org/pere/blog/images/
2018-
02-
11-peppes-unicode.jpeg
" align=
"right
"/
>
228 <p
>We write
2018, and it is
30 years since Unicode was introduced.
229 Most of us in Norway have come to expect the use of our alphabet to
230 just work with any computer system. But it is apparently beyond reach
231 of the computers printing recites at a restaurant. Recently I visited
232 a Peppes pizza resturant, and noticed a few details on the recite.
233 Notice how
'ø
' and
'å
' are replaced with strange symbols in
234 'Servitør
',
'Å BETALE
',
'Beløp pr. gjest
',
'Takk for besøket.
' and
'Vi
235 gleder oss til å se deg igjen
'.
</p
>
237 <p
>I would say that this state is passed sad and over in embarrassing.
</p
>
239 <p
>I removed personal and private information to be nice.
</p
>
241 <p
>As usual, if you use Bitcoin and want to show your support of my
242 activities, please send Bitcoin donations to my address
243 <b
><a href=
"bitcoin:
15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b
">15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b
</a
></b
>.
</p
>