]> pere.pagekite.me Git - homepage.git/blobdiff - blog/index.rss
Generated.
[homepage.git] / blog / index.rss
index c29853de2417908237b74798cd4321492f7dd930..56c31a92cdd7067bc39e9c9e63d588c075bf23fa 100644 (file)
@@ -6,6 +6,49 @@
                 <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>Links for 2010-10-14</title>
+               <link>http://people.skolelinux.org/pere/blog/Links_for_2010_10_14.html</link>
+               <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Links_for_2010_10_14.html</guid>
+                <pubDate>Thu, 14 Oct 2010 14:45:00 +0200</pubDate>
+               <description>
+&lt;p&gt;Personvernet et under kontinuerlig og kraftig angrep.  Her er noen
+stemmer i debatten.&lt;/p&gt;
+
+&lt;p&gt;&lt;ul&gt;
+
+&lt;li&gt;&lt;a href=&quot;http://efn.no/hemmelig-retthaversk.txt&quot;&gt;Hemmelig
+  &quot;Retthaversk&quot; notat vil amputere person- og rettsvernet&lt;/a&gt; -
+  pressemelding fra EFN etter at de ble kjent med hårreisende
+  lovforslag fra &quot;Dele, ikke stjele&quot;-kampanjen.
+
+&lt;li&gt;&lt;a href=&quot;http://borud2.borud.no/2010/10/verdidebatt.html&quot;&gt;Verdidebatt&lt;/a&gt;
+  av Bjørn Borud.  Klargjørende omramming av debatten med bakgrunn i
+  oppdagelsen fra EFN.&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;http://www.dagbladet.no/2010/10/14/kultur/data_og_teknologi/tekno/personvern/opphavsrett/13804298/&quot;&gt;Må
+  personvernet vike for opphavsretten?&lt;/a&gt; av Jan Omdahl i
+  Dagbladet&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;http://www.archive.org/details/CopyingIsNotTheft&quot;&gt;Copying
+  Is Not Theft&lt;/a&gt; - fin jingle om opphavsrett vs. eiendom&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;http://cleanternet.org/&quot;&gt;Cleanternet&lt;/a&gt; - satire om
+forslag for et rent og sikkert Internet.&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;http://www.dubistterrorist.de/en/&quot;&gt;You are a
+  terrorist!&lt;/a&gt; - innspill om den massive overvåkningen som er
+  gjennomført i Tysland og resten av den vestlige verden de siste
+  årene.&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;http://www.dagbladet.no/2010/10/12/kultur/debatt/debattinnlegg/13787554/&quot;&gt;Farlig
+  hemmelighold&lt;/a&gt; - debattinnlegg i Dagbladet fra Thomas Gramstad og
+  Bjørn Remseth i EFN&lt;/li&gt;
+
+&lt;/ul&gt;&lt;/p&gt;
+</description>
+       </item>
+       
        <item>
                <title>First version of a Perl library to control the Spykee robot</title>
                <link>http://people.skolelinux.org/pere/blog/First_version_of_a_Perl_library_to_control_the_Spykee_robot.html</link>
@@ -335,62 +378,5 @@ accept the new package into Squeeze.&lt;/p&gt;
 </description>
        </item>
        
-       <item>
-               <title>My first perl GUI application - controlling a Spykee robot</title>
-               <link>http://people.skolelinux.org/pere/blog/My_first_perl_GUI_application___controlling_a_Spykee_robot.html</link>
-               <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/My_first_perl_GUI_application___controlling_a_Spykee_robot.html</guid>
-                <pubDate>Wed, 1 Sep 2010 21:00:00 +0200</pubDate>
-               <description>
-&lt;p&gt;This evening I made my first Perl GUI application.  The last few
-days I have worked on a Perl module for controlling my recently
-aquired Spykee robots, and the module is now getting complete enought
-that it is possible to use it to control the robot driving at least.
-It was now time to figure out how to use it to create some GUI to
-allow me to drive the robot around.  I picked PerlQt as I have had
-positive experiences with the Qt API before, and spent a few minutes
-browsing the web for examples.  Using Qt Designer seemed like a short
-cut, so I ended up writing the perl GUI using Qt Designer and
-compiling it into a perl program using the puic program from
-libqt-perl.  Nothing fancy yet, but it got buttons to connect and
-drive around.&lt;/p&gt;
-
-&lt;p&gt;The perl module I have written provide a object oriented API for
-controlling the robot.  Here is an small example on how to use it:&lt;/p&gt;
-
-&lt;p&gt;&lt;pre&gt;
-use Spykee;
-Spykee::discover(sub {$robot{$_[0]} = $_[1]});
-my $host = (keys %robot)[0];
-my $spykee = Spykee-&gt;new();
-$spykee-&gt;contact($host, &quot;admin&quot;, &quot;admin&quot;);
-$spykee-&gt;left();
-sleep 2;
-$spykee-&gt;right();
-sleep 2;
-$spykee-&gt;forward();
-sleep 2;
-$spykee-&gt;back();
-sleep 2;
-$spykee-&gt;stop();
-&lt;/pre&gt;&lt;/p&gt;
-
-&lt;p&gt;Thanks to the release of the source of the robot firmware, I could
-peek into the implementation at the other end to figure out how to
-implement the protocol used by the robot.  I&#39;ve implemented several of
-the commands the robot understand, but is still missing the camera
-support to make it possible to control the robot from remote.  First I
-want to implement support for uploading new firmware and configuring
-the wireless network, to make it possible to bootstrap a Spykee robot
-without the producers Windows and MacOSX software (I only have Linux,
-so I had to ask a friend to come over to get the robot testing
-going. :).&lt;/p&gt;
-
-&lt;p&gt;Will release the source to the public soon, but need to figure out
-where to make it available first.  I will add a link to 
-&lt;a href=&quot;http://wiki.nuug.no/grupper/robot/&quot;&gt;the NUUG wiki&lt;/a&gt; for
-those that want to check back later to find it.&lt;/p&gt;
-</description>
-       </item>
-       
         </channel>
 </rss>