]> pere.pagekite.me Git - homepage.git/blob - blog/index.rss
Generated.
[homepage.git] / blog / index.rss
1 <?xml version="1.0" encoding="utf-8"?>
2 <rss version='2.0' xmlns:lj='http://www.livejournal.org/rss/lj/1.0/' xmlns:atom="http://www.w3.org/2005/Atom">
3 <channel>
4 <title>Petter Reinholdtsen</title>
5 <description></description>
6 <link>http://people.skolelinux.org/pere/blog/</link>
7 <atom:link href="http://people.skolelinux.org/pere/blog/index.rss" rel="self" type="application/rss+xml" />
8
9 <item>
10 <title>Officeshots still going strong</title>
11 <link>http://people.skolelinux.org/pere/blog/Officeshots_still_going_strong.html</link>
12 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Officeshots_still_going_strong.html</guid>
13 <pubDate>Sat, 25 Dec 2010 09:40:00 +0100</pubDate>
14 <description>
15 &lt;p&gt;Half a year ago I
16 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/Officeshots_taking_shape.html&quot;&gt;wrote
17 a bit&lt;/a&gt; about &lt;a href=&quot;http://www.officeshots.org/&quot;&gt;OfficeShots&lt;/a&gt;,
18 a web service to allow anyone to test how ODF documents are handled by
19 the different programs reading and writing the ODF format.&lt;/p&gt;
20
21 &lt;p&gt;I just had a look at the service, and it seem to be going strong.
22 Very interesting to see the results reported in the gallery, how
23 different Office implementations handle different ODF features. Sad
24 to see that KOffice was not doing it very well, and happy to see that
25 LibreOffice has been tested already (but sadly not listed as a option
26 for OfficeShots users yet). I am glad to see that the ODF community
27 got such a great test tool available.&lt;/p&gt;
28 </description>
29 </item>
30
31 <item>
32 <title>165 norske overvåkningskamera registert så langt i OpenStreetmap.org</title>
33 <link>http://people.skolelinux.org/pere/blog/165_norske_overv__kningskamera_registert_s___langt_i_OpenStreetmap_org.html</link>
34 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/165_norske_overv__kningskamera_registert_s___langt_i_OpenStreetmap_org.html</guid>
35 <pubDate>Fri, 24 Dec 2010 11:20:00 +0100</pubDate>
36 <description>
37 &lt;p&gt;Jeg flikket litt på OpenStreetmap.org i går, og oppdaget ved en
38 tilfeldighet at det er en rekke noder som representerer
39 overvåkningskamera som ikke blir med på kartet med overvåkningskamera
40 i Norge som
41 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/Kart_over_overv__kningskamera_i_Norge.html&quot;&gt;jeg
42 laget&lt;/a&gt; for snart to år siden. Fra før tok jeg med noder merket med
43 man_made=surveillance, mens det er en rekke noder som kun er merket
44 med highway=speed_camera. Endret på koden som henter ut kameralisten
45 fra OSM, og vips er antall kamera økt til 165.&lt;/p&gt;
46
47 &lt;a href=&quot;http://people.skolelinux.no/pere/surveillance-norway/&quot;&gt;Kartet&lt;/a&gt;
48 er fortsatt ikke komplett, så hvis du ser noen kamera som mangler,
49 legg inn ved å følge instruksene fra
50 &lt;a href=&quot;http://personvern.no/wiki/index.php/Kameraovervåkning&quot;&gt;prosjektsiden&lt;/a&gt;.
51 Hvis du vet om noen flere måter å merke overvåkningskamera i OSM, ta
52 kontakt slik at jeg kan få med også disse.&lt;/p&gt;
53 </description>
54 </item>
55
56 <item>
57 <title>How to test if a laptop is working with Linux</title>
58 <link>http://people.skolelinux.org/pere/blog/How_to_test_if_a_laptop_is_working_with_Linux.html</link>
59 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/How_to_test_if_a_laptop_is_working_with_Linux.html</guid>
60 <pubDate>Wed, 22 Dec 2010 14:55:00 +0100</pubDate>
61 <description>
62 &lt;p&gt;The last few days I have spent at work here at the &lt;a
63 href=&quot;http://www.uio.no/&quot;&gt;University of oslo&lt;/a&gt; testing if the new
64 batch of computers will work with Linux. Every year for the last few
65 years the university have organized shared bid of a few thousand
66 computers, and this year HP won the bid. Two different desktops and
67 five different laptops are on the list this year. We in the UNIX
68 group want to know which one of these computers work well with RHEL
69 and Ubuntu, the two Linux distributions we currently handle at the
70 university.&lt;/p&gt;
71
72 &lt;p&gt;My test method is simple, and I share it here to get feedback and
73 perhaps inspire others to test hardware as well. To test, I PXE
74 install the OS version of choice, and log in as my normal user and run
75 a few applications and plug in selected pieces of hardware. When
76 something fail, I make a note about this in the test matrix and move
77 on. If I have some spare time I try to report the bug to the OS
78 vendor, but as I only have the machines for a short time, I rarely
79 have the time to do this for all the problems I find.&lt;/p&gt;
80
81 &lt;p&gt;Anyway, to get to the point of this post. Here is the simple tests
82 I perform on a new model.&lt;/p&gt;
83
84 &lt;ul&gt;
85
86 &lt;li&gt;Is PXE installation working? I&#39;m testing with RHEL6, Ubuntu Lucid
87 and Ubuntu Maverik at the moment. If I feel like it, I also test with
88 RHEL5 and Debian Edu/Squeeze.&lt;/li&gt;
89
90 &lt;li&gt;Is X.org working? If the graphical login screen show up after
91 installation, X.org is working.&lt;/li&gt;
92
93 &lt;li&gt;Is hardware accelerated OpenGL working? Running glxgears (in
94 package mesa-utils on Ubuntu) and writing down the frames per second
95 reported by the program.&lt;/li&gt;
96
97 &lt;li&gt;Is sound working? With Gnome and KDE, a sound is played when
98 logging in, and if I can hear this the test is successful. If there
99 are several audio exits on the machine, I try them all and check if
100 the Gnome/KDE audio mixer can control where to send the sound. I
101 normally test this by playing
102 &lt;a href=&quot;http://www.nuug.no/aktiviteter/20101012-chef/ &quot;&gt;a HTML5
103 video&lt;/a&gt; in Firefox/Iceweasel.&lt;/li&gt;
104
105 &lt;li&gt;Is the USB subsystem working? I test this by plugging in a USB
106 memory stick and see if Gnome/KDE notices this.&lt;/li&gt;
107
108 &lt;li&gt;Is the CD/DVD player working? I test this by inserting any CD/DVD
109 I have lying around, and see if Gnome/KDE notices this.&lt;/li&gt;
110
111 &lt;li&gt;Is any built in camera working? Test using cheese, and see if a
112 picture from the v4l device show up.&lt;/li&gt;
113
114 &lt;li&gt;Is bluetooth working? Use the Gnome/KDE browsing tool to see if
115 any bluetooth devices are discovered. In my office, I normally see a
116 few.&lt;/li&gt;
117
118 &lt;li&gt;For laptops, is the SD or Compaq Flash reader working. I have
119 memory modules lying around, and stick them in and see if Gnome/KDE
120 notice this.&lt;/li&gt;
121
122 &lt;li&gt;For laptops, is suspecd/hibernate working? I&#39;m testing if the
123 special button work, and if the laptop continue to work after
124 resume.&lt;/li&gt;
125
126 &lt;li&gt;For laptops, is the extra buttons working, like audio level,
127 adjusting background light, switching on/off external video output,
128 switching on/off wifi, bluetooth, etc? The set of buttons differ from
129 laptop to laptop, so I just write down which are working and which are
130 not.&lt;/li&gt;
131
132 &lt;li&gt;Some laptops have smart card readers, finger print readers,
133 acceleration sensors etc. I rarely test these, as I do not know how
134 to quickly test if they are working or not, so I only document their
135 existence.&lt;/li&gt;
136
137 &lt;/ul&gt;
138
139 &lt;p&gt;By now I suspect you are really curious what the test results are
140 for the HP machines I am testing. I&#39;m not done yet, so I will report
141 the test results later. For now I can report that HP 8100 Elite work
142 fine, and hibernation fail with HP EliteBook 8440p on Ubuntu Lucid,
143 and audio fail on RHEL6. Ubuntu Maverik worked with 8440p. As you
144 can see, I have most machines left to test. One interesting
145 observation is that Ubuntu Lucid has almost twice the framerate than
146 RHEL6 with glxgears. No idea why.&lt;/p&gt;
147 </description>
148 </item>
149
150 <item>
151 <title>Some thoughts on BitCoins</title>
152 <link>http://people.skolelinux.org/pere/blog/Some_thoughts_on_BitCoins.html</link>
153 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Some_thoughts_on_BitCoins.html</guid>
154 <pubDate>Sat, 11 Dec 2010 15:10:00 +0100</pubDate>
155 <description>
156 &lt;p&gt;As I continue to explore
157 &lt;a href=&quot;http://www.bitcoin.org/&quot;&gt;BitCoin&lt;/a&gt;, I&#39;ve starting to wonder
158 what properties the system have, and how it will be affected by laws
159 and regulations here in Norway. Here are some random notes.&lt;/p&gt;
160
161 &lt;p&gt;One interesting thing to note is that since the transactions are
162 verified using a peer to peer network, all details about a transaction
163 is known to everyone. This means that if a BitCoin address has been
164 published like I did with mine in my initial post about BitCoin, it is
165 possible for everyone to see how many BitCoins have been transfered to
166 that address. There is even a web service to look at the details for
167 all transactions. There I can see that my address
168 &lt;a href=&quot;http://blockexplorer.com/address/15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b&quot;&gt;15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b&lt;/a&gt;
169 have received 16.06 Bitcoin, the
170 &lt;a href=&quot;http://blockexplorer.com/address/1LfdGnGuWkpSJgbQySxxCWhv8MHqvwst3&quot;&gt;1LfdGnGuWkpSJgbQySxxCWhv8MHqvwst3&lt;/a&gt;
171 address of Simon Phipps have received 181.97 BitCoin and the address
172 &lt;a href=&quot;http://blockexplorer.com/address/1MCwBbhNGp5hRm5rC1Aims2YFRe2SXPYKt&quot;&gt;1MCwBbhNGp5hRm5rC1Aims2YFRe2SXPYKt&lt;/A&gt;
173 of EFF have received 2447.38 BitCoins so far. Thank you to each and
174 every one of you that donated bitcoins to support my activity. The
175 fact that anyone can see how much money was transfered to a given
176 address make it more obvious why the BitCoin community recommend to
177 generate and hand out a new address for each transaction. I&#39;m told
178 there is no way to track which addresses belong to a given person or
179 organisation without the person or organisation revealing it
180 themselves, as Simon, EFF and I have done.&lt;/p&gt;
181
182 &lt;p&gt;In Norway, and in most other countries, there are laws and
183 regulations limiting how much money one can transfer across the border
184 without declaring it. There are money laundering, tax and accounting
185 laws and regulations I would expect to apply to the use of BitCoin.
186 If the Skolelinux foundation
187 (&lt;a href=&quot;http://linuxiskolen.no/slxdebianlabs/donations.html&quot;&gt;SLX
188 Debian Labs&lt;/a&gt;) were to accept donations in BitCoin in addition to
189 normal bank transfers like EFF is doing, how should this be accounted?
190 Given that it is impossible to know if money can across the border or
191 not, should everything or nothing be declared? What exchange rate
192 should be used when calculating taxes? Would receivers have to pay
193 income tax if the foundation were to pay Skolelinux contributors in
194 BitCoin? I have no idea, but it would be interesting to know.&lt;/p&gt;
195
196 &lt;p&gt;For a currency to be useful and successful, it must be trusted and
197 accepted by a lot of users. It must be possible to get easy access to
198 the currency (as a wage or using currency exchanges), and it must be
199 easy to spend it. At the moment BitCoin seem fairly easy to get
200 access to, but there are very few places to spend it. I am not really
201 a regular user of any of the vendor types currently accepting BitCoin,
202 so I wonder when my kind of shop would start accepting BitCoins. I
203 would like to buy electronics, travels and subway tickets, not herbs
204 and books. :) The currency is young, and this will improve over time
205 if it become popular, but I suspect regular banks will start to lobby
206 to get BitCoin declared illegal if it become popular. I&#39;m sure they
207 will claim it is helping fund terrorism and money laundering (which
208 probably would be true, as is any currency in existence), but I
209 believe the problems should be solved elsewhere and not by blaming
210 currencies.&lt;/p&gt;
211
212 &lt;p&gt;The process of creating new BitCoins is called mining, and it is
213 CPU intensive process that depend on a bit of luck as well (as one is
214 competing against all the other miners currently spending CPU cycles
215 to see which one get the next lump of cash). The &quot;winner&quot; get 50
216 BitCoin when this happen. Yesterday I came across the obvious way to
217 join forces to increase ones changes of getting at least some coins,
218 by coordinating the work on mining BitCoins across several machines
219 and people, and sharing the result if one is lucky and get the 50
220 BitCoins. Check out
221 &lt;a href=&quot;http://www.bluishcoder.co.nz/bitcoin-pool/&quot;&gt;BitCoin Pool&lt;/a&gt;
222 if this sounds interesting. I have not had time to try to set up a
223 machine to participate there yet, but have seen that running on ones
224 own for a few days have not yield any BitCoins througth mining
225 yet.&lt;/p&gt;
226
227 &lt;p&gt;Update 2010-12-15: Found an &lt;a
228 href=&quot;http://inertia.posterous.com/reply-to-the-underground-economist-why-bitcoi&quot;&gt;interesting
229 criticism&lt;/a&gt; of bitcoin. Not quite sure how valid it is, but thought
230 it was interesting to read. The arguments presented seem to be
231 equally valid for gold, which was used as a currency for many years.&lt;/p&gt;
232 </description>
233 </item>
234
235 <item>
236 <title>Pornoskannerne på flyplassene bedrer visst ikke sikkerheten</title>
237 <link>http://people.skolelinux.org/pere/blog/Pornoskannerne_p___flyplassene_bedrer_visst_ikke_sikkerheten.html</link>
238 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Pornoskannerne_p___flyplassene_bedrer_visst_ikke_sikkerheten.html</guid>
239 <pubDate>Sat, 11 Dec 2010 10:45:00 +0100</pubDate>
240 <description>
241 &lt;p&gt;Via &lt;a href=&quot;http://webmink.com/2010/12/10/links-for-2010-12-10/&quot;&gt;en
242 blogpost fra Simon Phipps i går&lt;/a&gt;, fant jeg en referanse til
243 &lt;a href=&quot;http://www.washingtontimes.com/news/2010/dec/9/exposed-tsas-x-rated-scanner-fraud/&quot;&gt;en
244 artikkel i Washington Times&lt;/a&gt; som igjen refererer til en artikkel i
245 det fagfellevurderte tidsskriftet Journal of Transportation Security
246 med tittelen
247 &quot;&lt;a href=&quot;http://springerlink.com/content/g6620thk08679160/fulltext.html&quot;&gt;An
248 evaluation of airport x-ray backscatter units based on image
249 characteristics&lt;/a&gt;&quot; som enkelt konstaterer at
250 &lt;a href=&quot;http://www.dailysquib.co.uk/?a=2389&amp;c=124&quot;&gt;pornoscannerne&lt;/a&gt;
251 som kler av reisende på flyplasser ikke er i stand til å avsløre det
252 produsenten og amerikanske myndigheter sier de skal avsløre. Kort
253 sagt, de bedrer ikke sikkerheten. Reisende må altså la ansatte på
254 flyplasser &lt;a href=&quot;http://www.thousandsstandingaround.org/&quot;&gt;se dem
255 nakne eller la seg beføle i skrittet&lt;/a&gt; uten grunn. Jeg vil
256 fortsette å nekte å bruke disse pornoskannerne, unngå flyplasser der
257 de er tatt i bruk, og reise med andre transportmidler enn fly hvis jeg
258 kan.&lt;/p&gt;
259 </description>
260 </item>
261
262 <item>
263 <title>Now accepting bitcoins - anonymous and distributed p2p crypto-money</title>
264 <link>http://people.skolelinux.org/pere/blog/Now_accepting_bitcoins___anonymous_and_distributed_p2p_crypto_money.html</link>
265 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Now_accepting_bitcoins___anonymous_and_distributed_p2p_crypto_money.html</guid>
266 <pubDate>Fri, 10 Dec 2010 08:20:00 +0100</pubDate>
267 <description>
268 &lt;p&gt;With this weeks lawless
269 &lt;a href=&quot;http://www.salon.com/news/opinion/glenn_greenwald/2010/12/06/wikileaks/index.html&quot;&gt;governmental
270 attacks&lt;/a&gt; on Wikileak and
271 &lt;a href=&quot;http://www.salon.com/technology/dan_gillmor/2010/12/06/war_on_speech&quot;&gt;free
272 speech&lt;/a&gt;, it has become obvious that PayPal, visa and mastercard can
273 not be trusted to handle money transactions.
274 A blog post from
275 &lt;a href=&quot;http://webmink.com/2010/12/06/now-accepting-bitcoin/&quot;&gt;Simon
276 Phipps on bitcoin&lt;/a&gt; reminded me about a project that a friend of
277 mine mentioned earlier. I decided to follow Simon&#39;s example, and get
278 involved with &lt;a href=&quot;http://www.bitcoin.org/&quot;&gt;BitCoin&lt;/a&gt;. I got
279 some help from my friend to get it all running, and he even handed me
280 some bitcoins to get started. I even donated a few bitcoins to Simon
281 for helping me remember BitCoin.&lt;/p&gt;
282
283 &lt;p&gt;So, what is bitcoins, you probably wonder? It is a digital
284 crypto-currency, decentralised and handled using peer-to-peer
285 networks. It allows anonymous transactions and prohibits central
286 control over the transactions, making it impossible for governments
287 and companies alike to block donations and other transactions. The
288 source is free software, and while the key dependency wxWidgets 2.9
289 for the graphical user interface is missing in Debian, the command
290 line client builds just fine. Hopefully Jonas
291 &lt;a href=&quot;http://bugs.debian.org/578157&quot;&gt;will get the package into
292 Debian&lt;/a&gt; soon.&lt;/p&gt;
293
294 &lt;p&gt;Bitcoins can be converted to other currencies, like USD and EUR.
295 There are &lt;a href=&quot;http://www.bitcoin.org/trade&quot;&gt;companies accepting
296 bitcoins&lt;/a&gt; when selling services and goods, and there are even
297 currency &quot;stock&quot; markets where the exchange rate is decided. There
298 are not many users so far, but the concept seems promising. If you
299 want to get started and lack a friend with any bitcoins to spare,
300 you can even get
301 &lt;a href=&quot;https://freebitcoins.appspot.com/&quot;&gt;some for free&lt;/a&gt; (0.05
302 bitcoin at the time of writing). Use
303 &lt;a href=&quot;http://www.bitcoinwatch.com/&quot;&gt;BitcoinWatch&lt;/a&gt; to keep an eye
304 on the current exchange rates.&lt;/p&gt;
305
306 &lt;p&gt;As an experiment, I have decided to set up bitcoind on one of my
307 machines. If you want to support my activity, please send Bitcoin
308 donations to the address
309 &lt;b&gt;15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b&lt;/b&gt;. Thank you!&lt;/p&gt;
310 </description>
311 </item>
312
313 <item>
314 <title>Martin Bekkelund: En stille bønn om Datalagringsdirektivet</title>
315 <link>http://people.skolelinux.org/pere/blog/Martin_Bekkelund__En_stille_b__nn_om_Datalagringsdirektivet.html</link>
316 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Martin_Bekkelund__En_stille_b__nn_om_Datalagringsdirektivet.html</guid>
317 <pubDate>Thu, 9 Dec 2010 21:25:00 +0100</pubDate>
318 <description>
319 &lt;p&gt;&lt;a href=&quot;http://www.bekkelund.net/&quot;&gt;Martin Bekkelund&lt;/a&gt; ved
320 &lt;a href=&quot;http://www.friprog.no/&quot;&gt;friprog-senteret&lt;/a&gt; har skrevet
321 følgende
322 &lt;a href=&quot;http://www.bekkelund.net/2010/12/09/en-stille-bonn/&quot;&gt;korte
323 oppsummering&lt;/a&gt; rundt datalagringsdirektivet, som jeg videreformidler
324 her.&lt;/p&gt;
325
326 &lt;p&gt;&lt;blockquote&gt;&lt;strong&gt;Det pågår i disse dager en intens diskusjon om
327 innføring av Datalagringsdirektivet (&lt;acronym
328 title=&quot;Datalagringsdirektivet&quot;&gt;DLD&lt;/acronym&gt;) i norsk rett. Kanskje
329 har du gjort deg opp en mening, kanskje er du usikker. I begge
330 tilfeller ber jeg deg lese videre.&lt;/strong&gt;&lt;/p&gt;
331
332 &lt;p&gt;Samtlige fagmiljøer, både i Norge og EU, har konkludert med at
333 &lt;acronym title=&quot;Datalagringsdirektivet&quot;&gt;DLD&lt;/acronym&gt; ikke bør
334 innføres på nåværende tidspunkt. Den tekniske kvaliteten på direktivet
335 er dårlig, det griper uforholdsmessig inn i personvernet, det har
336 store mangler og viktige spørsmål som hvem som skal ha tilgang og
337 hvordan data skal lagres er fortsatt uavklart.&lt;/p&gt;
338
339 &lt;ul&gt;
340 &lt;li&gt;&lt;a href=&quot;http://ikt-norge.no/norge-kan-slippe-datalagringsdirektivet/&quot;&gt;EU-ekspertene sier&lt;/a&gt; at konsekvensene av å benytte vetoretten er minimale&lt;/li&gt;
341 &lt;li&gt;&lt;a href=&quot;http://www.regjeringen.no/pages/2281080/Deninternasjonalejuristkommisjon.pdf&quot;&gt;Juristene påpeker&lt;/a&gt; at direktivet er i strid med EMK&lt;/li&gt;
342 &lt;li&gt;&lt;a href=&quot;http://www.dagbladet.no/2010/12/06/kultur/debatt/kronikk/dld/personvern/14594699/&quot;&gt;Datatilsynet sier&lt;/a&gt; direktivet får store konsekvenser for personvernet og at direktivet er irreversibelt&lt;/li&gt;
343 &lt;li&gt;&lt;a href=&quot;http://www.bekkelund.net/?s=dld&quot;&gt;Teknologene sier&lt;/a&gt; at sikker lagring ikke er mulig, at det er svært enkelt å omgå og mulig å manipulere data og produsere falske beviser&lt;/li&gt;
344 &lt;li&gt;&lt;a href=&quot;http://www.regjeringen.no/pages/2281080/NJ_247460_1_P.pdf&quot;&gt;Pressen sier&lt;/a&gt; nei av hensyn til kildevernet&lt;/li&gt;
345 &lt;li&gt;Det er store &lt;a href=&quot;http://tetzschner.blogspot.com/2010/03/den-tyske-forfatningsdomstol.html&quot;&gt;interne&lt;/a&gt; &lt;a href=&quot;http://stoppdld.no/2010/03/02/datalagring-stoppet-av-tysk-forfatningsdomstol/&quot;&gt;stridigheter&lt;/a&gt; i EU. Blant annet har den tyske forfatningsdomstolen funnet at måten &lt;acronym title=&quot;Datalagringsdirektivet&quot;&gt;DLD&lt;/acronym&gt; er innført på er i strid med tysk grunnlov&lt;/li&gt;
346 &lt;li&gt;Alle de store &lt;a href=&quot;http://www.bekkelund.net/2010/12/08/lokasjonsdata-og-datalagringsdirektivet/&quot;&gt;operatørene og tilbyderne sier nei&lt;/a&gt;, av tekniske og personvernmessige årsaker&lt;/li&gt;
347 &lt;/ul&gt;
348
349 &lt;p&gt;Jeg liker å tro at jeg er en hyggelig fyr. Jeg har et rent
350 rulleblad, og med unntak av to fartsbøter har jeg aldri vært en byrde
351 for samfunnet. Det akter jeg å fortsette med. Det er mange som meg,
352 lovlydige, pliktoppfyllende borgere som aldri vil utgjøre en trussel
353 mot noe som helst. Vi synes derfor det er trist og sårende at all vår
354 atferd skal overvåkes døgnkontinuerlig.&lt;/p&gt;
355
356 &lt;p&gt;&lt;strong&gt;Understøttet av faglige vurderinger kan du trygt si nei til
357 &lt;acronym title=&quot;Datalagringsdirektivet&quot;&gt;DLD&lt;/acronym&gt;.&lt;/strong&gt;&lt;/p&gt;
358
359 &lt;p&gt;&lt;a href=&quot;http://www.bekkelund.net/kontakt/&quot;&gt;Ta kontakt med meg&lt;/a&gt;
360 hvis du har spørsmål om &lt;acronym
361 title=&quot;Datalagringsdirektivet&quot;&gt;DLD&lt;/acronym&gt;, uansett hva det måtte
362 gjelde.&lt;/p&gt;
363
364 &lt;p class=&quot;info&quot;&gt;Denne teksten er å anse som &lt;a
365 href=&quot;http://creativecommons.org/licenses/publicdomain/&quot;&gt;&lt;em&gt;Public
366 Domain&lt;/em&gt;&lt;/a&gt;. Spre den videre til alle som kan ha nytte av
367 den!&lt;/p&gt;
368 &lt;/blockquote&gt;&lt;/p&gt;
369
370 &lt;p&gt;Siste &lt;a href=&quot;http://www.nettavisen.no/it/article3043918.ece&quot;&gt;melding
371 fra Nettavisen&lt;/a&gt; er at regjeringen planlegger å fremme sitt forslag
372 til implementering av datalagringsdirektivet i morgen, i ly av
373 fredprisutdelingen for å få minst mulig pressedekning om saken. Vi
374 får snart se om det stemmer.&lt;/p&gt;
375 </description>
376 </item>
377
378 <item>
379 <title>Student group continue the work on my Reprap 3D printer</title>
380 <link>http://people.skolelinux.org/pere/blog/Student_group_continue_the_work_on_my_Reprap_3D_printer.html</link>
381 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Student_group_continue_the_work_on_my_Reprap_3D_printer.html</guid>
382 <pubDate>Thu, 9 Dec 2010 19:30:00 +0100</pubDate>
383 <description>
384 &lt;p&gt;A few days ago, I was introduces to some students in the robot
385 student assosiation &lt;a href=&quot;http://www.robotica.no/&quot;&gt;Robotica
386 Osloensis&lt;/a&gt; at the University of Oslo where I work, who planned to
387 get their own 3D printer. They wanted to learn from me based on my
388 work in the area. After having a short lunch meeting with them, I
389 offered them to borrow my reprap kit, as I never had time to complete
390 the build and this seem unlike to change any time soon. I look
391 forward to see how this goes. This monday their volunteer driver
392 picked up my kit and drove it to their lab, and tomorrow I am told the
393 last exam is over so they can start work on getting the 3D printer
394 operational.&lt;/p&gt;
395
396 &lt;p&gt;The robotic group have already build several robots on their own,
397 and seem capable of getting the reprap operational. I really look
398 forward to being able to print all the cool 3D designs published on
399 &lt;a href=&quot;http://www.thingiverse.com/&quot;&gt;Thingiverse&lt;/a&gt;. I even got
400 some 3D scans I got made during Dagen@IFI when one of the groups at
401 the computer science department at the university demonstrated their
402 very cool 3D scanner.&lt;/p&gt;
403 </description>
404 </item>
405
406 <item>
407 <title>Debian Edu development gathering and General Assembly for FRiSK</title>
408 <link>http://people.skolelinux.org/pere/blog/Debian_Edu_development_gathering_and_General_Assembly_for_FRiSK.html</link>
409 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Debian_Edu_development_gathering_and_General_Assembly_for_FRiSK.html</guid>
410 <pubDate>Mon, 29 Nov 2010 18:40:00 +0100</pubDate>
411 <description>
412 &lt;p&gt;On friday, the first Debian Edu / Skolelinux
413 &lt;a href=&quot;http://www.friprogramvareiskolen.no/Gathering/2010-12-03-05-Oslo&quot;&gt;development
414 gathering&lt;/a&gt; in a long time take place here in Oslo, Norway. I
415 really look forward to seeing all the good people working on the
416 Squeeze release. The gathering is open for everyone interested in
417 learning more about Debian Edu / Skolelinux.&lt;/p&gt;
418
419 &lt;p&gt;On Saturday, the Norwegian member organization taking care of
420 organizing these development gatherings, Fri Programvare i Skolen,
421 will hold its
422 &lt;a href=&quot;http://friprogramvareiskolen.no/Genfors/2010&quot;&gt;General Assembly
423 for 2010&lt;/a&gt;. Membership is open for all, and currently there are 388
424 people registered as members. Last year 32 members cast their vote in
425 the memberdb based election system. I hope more people find time to
426 vote this year.&lt;/p&gt;
427 </description>
428 </item>
429
430 <item>
431 <title>Why isn&#39;t Debian Edu using VLC?</title>
432 <link>http://people.skolelinux.org/pere/blog/Why_isn_t_Debian_Edu_using_VLC_.html</link>
433 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Why_isn_t_Debian_Edu_using_VLC_.html</guid>
434 <pubDate>Sat, 27 Nov 2010 11:30:00 +0100</pubDate>
435 <description>
436 &lt;p&gt;In the latest issue of Linux Journal, the readers choices were
437 presented, and the winner among the multimedia player were VLC.
438 Personally, I like VLC, and it is my player of choice when I first try
439 to play a video file or stream. Only if VLC fail will I drag out
440 gmplayer to see if it can do better. The reason is mostly the failure
441 model and trust. When VLC fail, it normally pop up a error message
442 reporting the problem. When mplayer fail, it normally segfault or
443 just hangs. The latter failure mode drain my trust in the program.&lt;p&gt;
444
445 &lt;p&gt;But even if VLC is my player of choice, we have choosen to use
446 mplayer in &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian
447 Edu/Skolelinux&lt;/a&gt;. The reason is simple. We need a good browser
448 plugin to play web videos seamlessly, and the VLC browser plugin is
449 not very good. For example, it lack in-line control buttons, so there
450 is no way for the user to pause the video. Also, when I
451 &lt;a href=&quot;http://wiki.debian.org/DebianEdu/BrowserMultimedia&quot;&gt;last
452 tested the browser plugins&lt;/a&gt; available in Debian, the VLC plugin
453 failed on several video pages where mplayer based plugins worked. If
454 the browser plugin for VLC was as good as the gecko-mediaplayer
455 package (which uses mplayer), we would switch.&lt;/P&gt;
456
457 &lt;p&gt;While VLC is a good player, its user interface is slightly
458 annoying. The most annoying feature is its inconsistent use of
459 keyboard shortcuts. When the player is in full screen mode, its
460 shortcuts are different from when it is playing the video in a window.
461 For example, space only work as pause when in full screen mode. I
462 wish it had consisten shortcuts and that space also would work when in
463 window mode. Another nice shortcut in gmplayer is [enter] to restart
464 the current video. It is very nice when playing short videos from the
465 web and want to restart it when new people arrive to have a look at
466 what is going on.&lt;/p&gt;
467 </description>
468 </item>
469
470 </channel>
471 </rss>