]> pere.pagekite.me Git - homepage.git/blobdiff - blog/index.rss
Generated.
[homepage.git] / blog / index.rss
index a4c0ae6c9dc4bf161400989c22e640081ca8d574..e96016a0f5fefaf3384417ee714db207cbfb2f05 100644 (file)
@@ -6,6 +6,48 @@
                 <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>Økt overvåkning applauderes igjen av Arbeiderpartiet, Høyre og Fremskrittspartiet</title>
+               <link>http://people.skolelinux.org/pere/blog/_kt_overv_kning_applauderes_igjen_av_Arbeiderpartiet__H_yre_og_Fremskrittspartiet.html</link>
+               <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/_kt_overv_kning_applauderes_igjen_av_Arbeiderpartiet__H_yre_og_Fremskrittspartiet.html</guid>
+                <pubDate>Mon, 4 Feb 2013 00:30:00 +0100</pubDate>
+               <description>&lt;p&gt;Jeg ser med gru at Arbeiderpartiet, Høyre og Fremskrittspartiet
+&lt;a href=&quot;http://www.aftenposten.no/nyheter/iriks/Positive-til-mer-smuglerovervaking-7110348.html&quot;&gt;applauderer
+tollvesenets forslag&lt;/a&gt; om å øke overvåkningen i Norge nok et hakk.
+Det er ikke så rart, da de som uttaler seg jo også har støttet
+innføringen av datalagringsdirektivet eller i hvert fall ikke veldig
+aktivt har motarbeidet det.  Innføringen av datalagringsdirektivet er
+en lovendring som innebærer brev og besøkskontroll for hele
+befolkningen.&lt;/p&gt;
+
+&lt;p&gt;&lt;a href=&quot;http://www.stortinget.no/no/Saker-og-publikasjoner/Saker/Sak/?p=48717&quot;&gt;Datalagringsdirektivet&lt;/a&gt;
+har vært oppe til votering i stortinget tre ganger så langt.  Det ble
+&lt;a href=&quot;http://svartelisten.org/&quot;&gt;vedtatt første gang 2011-04-04&lt;/a&gt;
+og
+&lt;a href=&quot;https://github.com/holderdeord/hdo-folketingparser/blob/master/data/votering-2011-04-11.xml&quot;&gt;andre
+gang 2011-04-11&lt;/a&gt; (lovendringer voteres to ganger), og forslag om å
+stoppe loven ble
+&lt;a href=&quot;http://www.stortinget.no/no/Saker-og-publikasjoner/Saker/Sak/Voteringsoversikt/?p=53844&amp;dnid=1&quot;&gt;nedstemt
+2012-12-06&lt;/a&gt; (se også
+&lt;a href=&quot;http://beta.holderdeord.no/votes/2715&quot;&gt;oversikt fra Holder De
+Ord&lt;/a&gt;).&lt;/p&gt;
+
+&lt;p&gt;Jan Bøhler i Arbeiderpartiet stemte for å innføre
+datalagringsdirektivet i lovverket i første votering, var ikke
+tilstede i andre votering og støttet loven i tredje votering.  André
+Oktay Dahl i Høyre var ikke til stede i første og andre votering men
+støttet loven i tredje votering.  Ulf Leirstein i Fremskrittspartiet
+stemte mot loven i første votering men var ikke til stede i andre og
+tredje votering.&lt;/p&gt;
+
+&lt;p&gt;Hvis du lurer på hva som er problemet med datalagringsdirektivet,
+anbefaler jeg å lese &lt;a href=&quot;http://www.uhuru.biz/?cat=84&quot;&gt;artiklene
+fra Jon Wessel-Aas&lt;/a&gt; om temaet, samt informasjon fra foreningen
+&lt;a href=&quot;http://www.digitaltpersonvern.no/&quot;&gt;Digitalt
+Personvern&lt;/a&gt;.&lt;/p&gt;
+</description>
+       </item>
+       
        <item>
                <title>Bitcoin GUI now available from Debian/unstable (and Ubuntu/raring)</title>
                <link>http://people.skolelinux.org/pere/blog/Bitcoin_GUI_now_available_from_Debian_unstable__and_Ubuntu_raring_.html</link>
@@ -801,98 +843,5 @@ git://anonscm.debian.org/collab-maint/pymissile.git&lt;/tt&gt;&quot;.&lt;/p&gt;
 </description>
        </item>
        
-       <item>
-               <title>Lets make hardware dongles easier to use in Debian</title>
-               <link>http://people.skolelinux.org/pere/blog/Lets_make_hardware_dongles_easier_to_use_in_Debian.html</link>
-               <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Lets_make_hardware_dongles_easier_to_use_in_Debian.html</guid>
-                <pubDate>Wed, 9 Jan 2013 15:40:00 +0100</pubDate>
-               <description>&lt;p&gt;One thing that annoys me with Debian and Linux distributions in
-general, is that there is a great package management system with the
-ability to automatically install software packages by downloading them
-from the distribution mirrors, but no way to get it to automatically
-install the packages I need to use the hardware I plug into my
-machine.  Even if the package to use it is easily available from the
-Linux distribution.  When I plug in a LEGO Mindstorms NXT, it could
-suggest to automatically install the python-nxt, nbc and t2n packages
-I need to talk to it.  When I plug in a Yubikey, it could propose the
-yubikey-personalization package.  The information required to do this
-is available, but no-one have pulled all the pieces together.&lt;/p&gt;
-
-&lt;p&gt;Some years ago, I proposed to
-&lt;a href=&quot;http://lists.debian.org/debian-devel/2010/05/msg01206.html&quot;&gt;use
-the discover subsystem to implement this&lt;/a&gt;.  The idea is fairly
-simple:
-
-&lt;ul&gt;
-
-&lt;li&gt;Add a desktop entry in /usr/share/autostart/ pointing to a program
-  starting when a user log in.&lt;/li&gt;
-
-&lt;li&gt;Set this program up to listen for kernel events emitted when new
-  hardware is inserted into the computer.&lt;/li&gt;
-
-&lt;li&gt;When new hardware is inserted, look up the hardware ID in a
-  database mapping to packages, and take note of any non-installed
-  packages.&lt;/li&gt;
-
-&lt;li&gt;Show a message to the user proposing to install the discovered
-  package, and make it easy to install it.&lt;/li&gt;
-
-&lt;/ul&gt;
-
-&lt;p&gt;I am not sure what the best way to implement this is, but my
-initial idea was to use dbus events to discover new hardware, the
-discover database to find packages and
-&lt;a href=&quot;http://www.packagekit.org/&quot;&gt;PackageKit&lt;/a&gt; to install
-packages.&lt;/p&gt;
-
-&lt;p&gt;Yesterday, I found time to try to implement this idea, and the
-draft package is now checked into
-&lt;a href=&quot;http://anonscm.debian.org/viewvc/debian-edu/trunk/src/hw-support-handler/&quot;&gt;the
-Debian Edu subversion repository&lt;/a&gt;.  In the process, I updated the
-&lt;a href=&quot;http://packages.qa.debian.org/d/discover-data.html&quot;&gt;discover-data&lt;/a&gt;
-package to map the USB ids of LEGO Mindstorms and Yubikey devices to
-the relevant packages in Debian, and uploaded a new version
-2.2013.01.09 to unstable.  I also discovered that the current 
-&lt;a href=&quot;http://packages.qa.debian.org/d/discover.html&quot;&gt;discover&lt;/a&gt;
-package in Debian no longer discovered any USB devices, because
-/proc/bus/usb/devices is no longer present.  I ported it to use
-libusb as a fall back option to get it working.  The fixed package
-version 2.1.2-6 is now in experimental (didn&#39;t upload it to unstable
-because of the freeze).&lt;/p&gt;
-
-&lt;p&gt;With this prototype in place, I can insert my Yubikey, and get this
-desktop notification to show up (only once, the first time it is
-inserted):&lt;/p&gt;
-
-&lt;p align=&quot;center&quot;&gt;&lt;img src=&quot;http://people.skolelinux.org/pere/blog/images/2013-01-09-hw-autoinstall.png&quot;&gt;&lt;/p&gt;
-
-&lt;p&gt;For this prototype to be really useful, some way to automatically
-install the proposed packages by pressing the &quot;Please install
-program(s)&quot; button should to be implemented.&lt;/p&gt;
-
-&lt;p&gt;If this idea seem useful to you, and you want to help make it
-happen, please help me update the discover-data database with mappings
-from hardware to Debian packages.  Check if &#39;discover-pkginstall -l&#39;
-list the package you would like to have installed when a given
-hardware device is inserted into your computer, and report bugs using
-reportbug if it isn&#39;t.  Or, if you know of a better way to provide
-such mapping, please let me know.&lt;/p&gt;
-
-&lt;p&gt;This prototype need more work, and there are several questions that
-should be considered before it is ready for production use.  Is dbus
-the correct way to detect new hardware?  At the moment I look for HAL
-dbus events on the system bus, because that is the events I could see
-on my Debian Squeeze KDE desktop.  Are there better events to use?
-How should the user be notified?  Is the desktop notification
-mechanism the best option, or should the background daemon raise a
-popup instead?  How should packages be installed?  When should they
-not be installed?&lt;/p&gt;
-
-&lt;p&gt;If you want to help getting such feature implemented in Debian,
-please send me an email. :)&lt;/p&gt;
-</description>
-       </item>
-       
         </channel>
 </rss>