<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>

<channel>
	<title>Pygmalion</title>
	<atom:link href="http://pygmalion.groenefee.nl/feed" rel="self" type="application/rss+xml" />
	<link>http://pygmalion.groenefee.nl</link>
	<description>Geek stuff</description>
	<pubDate>Sun, 30 May 2010 14:34:01 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>Simple article rewriter</title>
		<link>http://pygmalion.groenefee.nl/simple-article-rewriter-17.html</link>
		<comments>http://pygmalion.groenefee.nl/simple-article-rewriter-17.html#comments</comments>
		<pubDate>Sun, 30 May 2010 14:09:37 +0000</pubDate>
		<dc:creator>Pygmalion</dc:creator>
		
		<category><![CDATA[Google]]></category>

		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://pygmalion.groenefee.nl/?p=17</guid>
		<description><![CDATA[A web based prototype of our article rewriter is available here. You can use it to enliven your (English) text or to create unique content.
The script does not connect to a database but crawls the Internet to fetch synonyms. That may take a while, depending on the size of your text. It will only be [...]]]></description>
		<wfw:commentRss>http://pygmalion.groenefee.nl/simple-article-rewriter-17.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Using a cellphone as a GPRS modem in Ubuntu (8.04)</title>
		<link>http://pygmalion.groenefee.nl/using-a-cellphone-as-a-gprs-modem-in-ubuntu-804-16.html</link>
		<comments>http://pygmalion.groenefee.nl/using-a-cellphone-as-a-gprs-modem-in-ubuntu-804-16.html#comments</comments>
		<pubDate>Sat, 01 May 2010 18:20:40 +0000</pubDate>
		<dc:creator>Pygmalion</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<category><![CDATA[USB]]></category>

		<guid isPermaLink="false">http://pygmalion.groenefee.nl/?p=16</guid>
		<description><![CDATA[We&#8217;re using a LG KC 910 Renoir.
Connect the phone to your computer over the USB cable. Accept the connection in &#8220;PC Suite&#8221; mode or something similar (that is: not as a mass storage device).
Make sure you have the wvdial package installed. Then type:
sudo wvdialconf /etc/wvdial.conf
The device (e.g. ttyACM0) will be scanned and the configuration file [...]]]></description>
		<wfw:commentRss>http://pygmalion.groenefee.nl/using-a-cellphone-as-a-gprs-modem-in-ubuntu-804-16.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Drupal 6.x: fatal error in installer</title>
		<link>http://pygmalion.groenefee.nl/drupal-6x-fatal-error-in-installer-15.html</link>
		<comments>http://pygmalion.groenefee.nl/drupal-6x-fatal-error-in-installer-15.html#comments</comments>
		<pubDate>Wed, 03 Feb 2010 13:02:12 +0000</pubDate>
		<dc:creator>Pygmalion</dc:creator>
		
		<category><![CDATA[Drupal]]></category>

		<guid isPermaLink="false">http://pygmalion.groenefee.nl/?p=15</guid>
		<description><![CDATA[During database setup the following fatal error may occur in the web-installer on some systems:
Fatal error: Call to undefined function _user_password_dynamic_validation() in /var/www/localhost/htdocs/drupal/install.php on line 727
It can be solved by modifying the system table of your Drupal database:
mysql -u  -p
use
UPDATE system SET status = 1 WHERE name = 'block' OR name = 'user' OR [...]]]></description>
		<wfw:commentRss>http://pygmalion.groenefee.nl/drupal-6x-fatal-error-in-installer-15.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Adding a profile box and posting to the feed on facebook</title>
		<link>http://pygmalion.groenefee.nl/adding-a-profile-box-and-posting-to-the-feed-on-facebook-14.html</link>
		<comments>http://pygmalion.groenefee.nl/adding-a-profile-box-and-posting-to-the-feed-on-facebook-14.html#comments</comments>
		<pubDate>Thu, 24 Sep 2009 16:36:35 +0000</pubDate>
		<dc:creator>Pygmalion</dc:creator>
		
		<category><![CDATA[PHP]]></category>

		<category><![CDATA[facebook]]></category>

		<guid isPermaLink="false">http://pygmalion.groenefee.nl/?p=14</guid>
		<description><![CDATA[Building an app is easy. At least that&#8217;s what facebook states. Yet it can be quite a challenge to get started if you&#8217;re not famliar with facebook&#8217;s API as the documentation can be quite confusing. Besides, the API seems to be still under development and therefore subject to changes. Chances are that you&#8217;ll code against [...]]]></description>
		<wfw:commentRss>http://pygmalion.groenefee.nl/adding-a-profile-box-and-posting-to-the-feed-on-facebook-14.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Dilution calculator for distillers</title>
		<link>http://pygmalion.groenefee.nl/dilution-calculator-for-distillers-13.html</link>
		<comments>http://pygmalion.groenefee.nl/dilution-calculator-for-distillers-13.html#comments</comments>
		<pubDate>Thu, 29 Jan 2009 16:29:22 +0000</pubDate>
		<dc:creator>Pygmalion</dc:creator>
		
		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://pygmalion.groenefee.nl/?p=13</guid>
		<description><![CDATA[This very simple Java application calculates the volume of water that needs to be added to an alcoholic distillate to reduce it to bottling strength. Although it&#8217;s not a very complex calculation of course, life becomes a tidbit easier when the result is just a mouse click away.
Invoke as follows:
java -jar Dilute.jar
To create a desktop [...]]]></description>
		<wfw:commentRss>http://pygmalion.groenefee.nl/dilution-calculator-for-distillers-13.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>WordPress LinkRoll Widget</title>
		<link>http://pygmalion.groenefee.nl/wordpress-linkroll-widget-12.html</link>
		<comments>http://pygmalion.groenefee.nl/wordpress-linkroll-widget-12.html#comments</comments>
		<pubDate>Sun, 29 Jun 2008 15:23:11 +0000</pubDate>
		<dc:creator>Pygmalion</dc:creator>
		
		<category><![CDATA[PHP]]></category>

		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://pygmalion.groenefee.nl/?p=12</guid>
		<description><![CDATA[The simple widget that runs in our sidebar presents a random selection of stored links.
The script parses the &#60;title&#62; tags on the referred pages to name the links.
To install it copy the script file to your plugin directory. Activate the widget in WordPress under Plugins, add it under Design->Widgets and customize it.
These values can be [...]]]></description>
		<wfw:commentRss>http://pygmalion.groenefee.nl/wordpress-linkroll-widget-12.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>WordPress AdSense Widget</title>
		<link>http://pygmalion.groenefee.nl/wordpress-adsense-widget-10.html</link>
		<comments>http://pygmalion.groenefee.nl/wordpress-adsense-widget-10.html#comments</comments>
		<pubDate>Wed, 25 Jun 2008 12:50:50 +0000</pubDate>
		<dc:creator>Pygmalion</dc:creator>
		
		<category><![CDATA[Google]]></category>

		<category><![CDATA[PHP]]></category>

		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://pygmalion.groenefee.nl/?p=10</guid>
		<description><![CDATA[We customized Mike Smullin&#8217;s AdSense to meet the current specs. Our sidebar shows what it looks like. You can find our version right here. After installation and activation you only need to specify google_ad_client (your publisher ID) and google_ad_slot (to be pasted from the code provided by Google) on the Design->Widgets tab.
]]></description>
		<wfw:commentRss>http://pygmalion.groenefee.nl/wordpress-adsense-widget-10.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Google PageRank in PHP</title>
		<link>http://pygmalion.groenefee.nl/google-pagerank-in-php-8.html</link>
		<comments>http://pygmalion.groenefee.nl/google-pagerank-in-php-8.html#comments</comments>
		<pubDate>Mon, 23 Jun 2008 12:53:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Google]]></category>

		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://pygmalion.groenefee.nl/?p=8</guid>
		<description><![CDATA[To obtain your PageRank in PHP without a 403 Forbidden error you&#8217;ll have to calculate the PageRank Checksum and send it with your request. This is the way to go: http://www.hm2k.com/projects/pagerank
We have added a simple demo. Get your PageRank right here.
]]></description>
		<wfw:commentRss>http://pygmalion.groenefee.nl/google-pagerank-in-php-8.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Bypassing a cranky BIOS: boot from CDROM</title>
		<link>http://pygmalion.groenefee.nl/bypassing-a-cranky-bios-boot-from-cdrom-7.html</link>
		<comments>http://pygmalion.groenefee.nl/bypassing-a-cranky-bios-boot-from-cdrom-7.html#comments</comments>
		<pubDate>Mon, 23 Jun 2008 09:57:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://pygmalion.groenefee.nl/?p=7</guid>
		<description><![CDATA[After a major crash of our Acer Aspire 1642 the hard disk needed to be replaced. After booting from a life CD we successfully installed Ubuntu Gutsy on the new drive. Unfortunately, after reboot the BIOS appeared to be completely blind to it. A BIOS upgrade would not fix the problem.
We worked around the problem [...]]]></description>
		<wfw:commentRss>http://pygmalion.groenefee.nl/bypassing-a-cranky-bios-boot-from-cdrom-7.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Pinnacle PCTV USB2 on Suse 10.x</title>
		<link>http://pygmalion.groenefee.nl/pinnacle-pctv-usb2-on-suse-10x-6.html</link>
		<comments>http://pygmalion.groenefee.nl/pinnacle-pctv-usb2-on-suse-10x-6.html#comments</comments>
		<pubDate>Wed, 04 Jun 2008 21:46:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<category><![CDATA[SuSe]]></category>

		<category><![CDATA[USB]]></category>

		<category><![CDATA[Add new tag]]></category>

		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://pygmalion.groenefee.nl/?p=6</guid>
		<description><![CDATA[Retrieved from the old wiki:
To get the Pinnacle USB2 device working you&#8217;ll need the kernel module for the em28xx chipset. This module is not included in the Suse distribution, so obtain the video4linux package v4l-dvb from linuxtv.org.
Note: You do not need the usbvision package. It only supports USB1.
The sources of your current kernel need to [...]]]></description>
		<wfw:commentRss>http://pygmalion.groenefee.nl/pinnacle-pctv-usb2-on-suse-10x-6.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Prisoner&#8217;s Dilemma applet</title>
		<link>http://pygmalion.groenefee.nl/prisoners-dilemma-applet-3.html</link>
		<comments>http://pygmalion.groenefee.nl/prisoners-dilemma-applet-3.html#comments</comments>
		<pubDate>Wed, 04 Jun 2008 21:26:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Java]]></category>

		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://pygmalion.groenefee.nl/?p=3</guid>
		<description><![CDATA[Retrieved from the old wiki:
The Prisoner&#8217;s Dilemma source code has been released, a simple AWT based and multithreaded Java applet.
/** 
The Prisoner&#8217;s Dilemma
@version 0.20
@author Serge Helfrich 03-Aug-2002 (0.01 11-Feb-1998)
*/

   import java.awt.*;
   import java.awt.event.*;
   import java.applet.*;

   public class Pris00 extends Applet
   {  double b = [...]]]></description>
		<wfw:commentRss>http://pygmalion.groenefee.nl/prisoners-dilemma-applet-3.html/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
