]> pere.pagekite.me Git - homepage.git/blobdiff - blog/archive/2010/12/12.rss
Ny post.
[homepage.git] / blog / archive / 2010 / 12 / 12.rss
index b9f3867504d01213c5690bdd167bf4eaa44f1a54..d8e3a2427d669fd9623ce387b3edfea4b4140d5e 100644 (file)
@@ -229,7 +229,7 @@ the currency (as a wage or using currency exchanges), and it must be
 easy to spend it.  At the moment BitCoin seem fairly easy to get
 access to, but there are very few places to spend it.  I am not really
 a regular user of any of the vendor types currently accepting BitCoin,
-so I wonder when my kind of show would start accepting BitCoins.  I
+so I wonder when my kind of shop would start accepting BitCoins.  I
 would like to buy electronics, travels and subway tickets, not herbs
 and books. :) The currency is young, and this will improve over time
 if it become popular, but I suspect regular banks will start to lobby
@@ -242,7 +242,7 @@ currencies.</p>
 <p>The process of creating new BitCoins is called mining, and it is
 CPU intensive process that depend on a bit of luck as well (as one is
 competing against all the other miners currently spending CPU cycles
-to see which one get the next lump of cash.  The "winner" get 50
+to see which one get the next lump of cash).  The "winner" get 50
 BitCoin when this happen.  Yesterday I came across the obvious way to
 join forces to increase ones changes of getting at least some coins,
 by coordinating the work on mining BitCoins across several machines
@@ -250,7 +250,134 @@ and people, and sharing the result if one is lucky and get the 50
 BitCoins.  Check out
 <a href="http://www.bluishcoder.co.nz/bitcoin-pool/">BitCoin Pool</a>
 if this sounds interesting.  I have not had time to try to set up a
-machine to participate there yet.</p>
+machine to participate there yet, but have seen that running on ones
+own for a few days have not yield any BitCoins througth mining
+yet.</p>
+
+<p>Update 2010-12-15: Found an <a
+href="http://inertia.posterous.com/reply-to-the-underground-economist-why-bitcoi">interesting
+criticism</a> of bitcoin.  Not quite sure how valid it is, but thought
+it was interesting to read.  The arguments presented seem to be
+equally valid for gold, which was used as a currency for many years.</p>
+</description>
+       </item>
+       
+       <item>
+               <title>How to test if a laptop is working with Linux</title>
+               <link>http://people.skolelinux.org/pere/blog/How_to_test_if_a_laptop_is_working_with_Linux.html</link>        
+               <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/How_to_test_if_a_laptop_is_working_with_Linux.html</guid>
+                <pubDate>Wed, 22 Dec 2010 14:55:00 +0100</pubDate>
+               <description>
+&lt;p&gt;The last few days I have spent at work here at the &lt;a
+href=&quot;http://www.uio.no/&quot;&gt;University of oslo&lt;/a&gt; testing if the new
+batch of computers will work with Linux.  Every year for the last few
+years the university have organized shared bid of a few thousand
+computers, and this year HP won the bid.  Two different desktops and
+five different laptops are on the list this year.  We in the UNIX
+group want to know which one of these computers work well with RHEL
+and Ubuntu, the two Linux distributions we currently handle at the
+university.&lt;/p&gt;
+
+&lt;p&gt;My test method is simple, and I share it here to get feedback and
+perhaps inspire others to test hardware as well.  To test, I PXE
+install the OS version of choice, and log in as my normal user and run
+a few applications and plug in selected pieces of hardware.  When
+something fail, I make a note about this in the test matrix and move
+on.  If I have some spare time I try to report the bug to the OS
+vendor, but as I only have the machines for a short time, I rarely
+have the time to do this for all the problems I find.&lt;/p&gt;
+
+&lt;p&gt;Anyway, to get to the point of this post.  Here is the simple tests
+I perform on a new model.&lt;/p&gt;
+
+&lt;ul&gt;
+
+&lt;li&gt;Is PXE installation working?  I&#39;m testing with RHEL6, Ubuntu Lucid
+and Ubuntu Maverik at the moment.  If I feel like it, I also test with
+RHEL5 and Debian Edu/Squeeze.&lt;/li&gt;
+
+&lt;li&gt;Is X.org working?  If the graphical login screen show up after
+installation, X.org is working.&lt;/li&gt;
+
+&lt;li&gt;Is hardware accelerated OpenGL working?  Running glxgears (in
+package mesa-utils on Ubuntu) and writing down the frames per second
+reported by the program.&lt;/li&gt;
+
+&lt;li&gt;Is sound working?  With Gnome and KDE, a sound is played when
+logging in, and if I can hear this the test is successful.  If there
+are several audio exits on the machine, I try them all and check if
+the Gnome/KDE audio mixer can control where to send the sound.  I
+normally test this by playing
+&lt;a href=&quot;http://www.nuug.no/aktiviteter/20101012-chef/ &quot;&gt;a HTML5
+video&lt;/a&gt; in Firefox/Iceweasel.&lt;/li&gt;
+
+&lt;li&gt;Is the USB subsystem working?  I test this by plugging in a USB
+memory stick and see if Gnome/KDE notices this.&lt;/li&gt;
+
+&lt;li&gt;Is the CD/DVD player working?  I test this by inserting any CD/DVD
+I have lying around, and see if Gnome/KDE notices this.&lt;/li&gt;
+
+&lt;li&gt;Is any built in camera working?  Test using cheese, and see if a
+picture from the v4l device show up.&lt;/li&gt;
+
+&lt;li&gt;Is bluetooth working?  Use the Gnome/KDE browsing tool to see if
+any bluetooth devices are discovered.  In my office, I normally see a
+few.&lt;/li&gt;
+
+&lt;li&gt;For laptops, is the SD or Compaq Flash reader working.  I have
+memory modules lying around, and stick them in and see if Gnome/KDE
+notice this.&lt;/li&gt;
+
+&lt;li&gt;For laptops, is suspecd/hibernate working?  I&#39;m testing if the
+special button work, and if the laptop continue to work after
+resume.&lt;/li&gt;
+
+&lt;li&gt;For laptops, is the extra buttons working, like audio level,
+adjusting background light, switching on/off external video output,
+switching on/off wifi, bluetooth, etc?  The set of buttons differ from
+laptop to laptop, so I just write down which are working and which are
+not.&lt;/li&gt;
+
+&lt;li&gt;Some laptops have smart card readers, finger print readers,
+acceleration sensors etc.  I rarely test these, as I do not know how
+to quickly test if they are working or not, so I only document their
+existence.&lt;/li&gt;
+
+&lt;/ul&gt;
+
+&lt;p&gt;By now I suspect you are really curious what the test results are
+for the HP machines I am testing.  I&#39;m not done yet, so I will report
+the test results later.  For now I can report that HP 8100 Elite work
+fine, and hibernation fail with HP EliteBook 8440p on Ubuntu Lucid,
+and audio fail on RHEL6.  Ubuntu Maverik worked with 8440p.  As you
+can see, I have most machines left to test.  One interesting
+observation is that Ubuntu Lucid has almost twice the framerate than
+RHEL6 with glxgears.  No idea why.&lt;/p&gt;
+</description>
+       </item>
+       
+       <item>
+               <title>165 norske overvåkningskamera registert så langt i OpenStreetmap.org</title>
+               <link>http://people.skolelinux.org/pere/blog/165_norske_overv__kningskamera_registert_s___langt_i_OpenStreetmap_org.html</link>        
+               <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/165_norske_overv__kningskamera_registert_s___langt_i_OpenStreetmap_org.html</guid>
+                <pubDate>Fri, 24 Dec 2010 11:20:00 +0100</pubDate>
+               <description>
+&lt;p&gt;Jeg flikket litt på OpenStreetmap.org i går, og oppdaget ved en
+tilfeldighet at det er en rekke noder som representerer
+overvåkningskamera som ikke blir med på kartet med overvåkningskamera
+i Norge som
+&lt;a href=&quot;http://people.skolelinux.org/pere/blog/Kart_over_overv__kningskamera_i_Norge.html&quot;&gt;jeg
+laget&lt;/a&gt; for snart to år siden.  Fra før tok jeg med noder merket med
+man_made=surveillance, mens det er en rekke noder som kun er merket
+med highway=speed_camera.  Endret på koden som henter ut kameralisten
+fra OSM, og vips er antall kamera økt til 165.&lt;/p&gt;
+
+&lt;a href=&quot;http://people.skolelinux.no/pere/surveillance-norway/&quot;&gt;Kartet&lt;/a&gt;
+er fortsatt ikke komplett, så hvis du ser noen kamera som mangler,
+legg inn ved å følge instruksene fra
+&lt;a href=&quot;http://personvern.no/wiki/index.php/Kameraovervåkning&quot;&gt;prosjektsiden&lt;/a&gt;.
+Hvis du vet om noen flere måter å merke overvåkningskamera i OSM, ta
+kontakt slik at jeg kan få med også disse.&lt;/p&gt;
 </description>
        </item>