<?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>paedobot.net</title>
	<atom:link href="http://paedobot.net/blog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://paedobot.net/blog</link>
	<description>Paedobot Development Blog</description>
	<pubDate>Fri, 02 Jan 2009 10:29:50 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
	<language>en</language>
			<item>
		<title>PaedoBot Prototype 3: Auto Email Responder in Python</title>
		<link>http://paedobot.net/blog/?p=21</link>
		<comments>http://paedobot.net/blog/?p=21#comments</comments>
		<pubDate>Fri, 02 Jan 2009 10:29:50 +0000</pubDate>
		<dc:creator>Colin</dc:creator>
		
		<category><![CDATA[development]]></category>

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

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

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

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

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

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

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

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

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

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

		<guid isPermaLink="false">http://paedobot.net/blog/?p=21</guid>
		<description><![CDATA[Following on from Nicks chat with me about the direction PaedoBot is taking, I&#8217;ve decided to have PaedoBot simulate a 12 year old girls presence on the internet, this involves making a web page for the &#8216;personality&#8217;, an auto email responder so the &#8216;personality&#8217; can reply to emails and a msn chatbot
As I type this [...]]]></description>
			<content:encoded><![CDATA[<p>Following on from Nicks chat with me about the direction PaedoBot is taking, I&#8217;ve decided to have PaedoBot simulate a 12 year old girls presence on the internet, this involves making a web page for the &#8216;personality&#8217;, an auto email responder so the &#8216;personality&#8217; can reply to emails and a msn chatbot</p>
<p>As I type this I&#8217;m sitting in bed on my laptop, I&#8217;ve just finished the first &#8216;draft&#8217; of my animation for CGA so it&#8217;s time to crack on with something else. Today I&#8217;m going to be making an auto-responder in python for PaedoBot. I do have an auto responder on the CPanel on my website but it&#8217;s not very good, it only has 3 functions and I don&#8217;t know how to edit the code so I&#8217;ve decided to make one myself. I chose Python because as I was searching for various pre-made examples in PHP there were a few tutorials on connecting to email via POP3 and SMTP. I have got these up and running, so it shouldn&#8217;t be too hard to read from a message, then work out what it says, find the responses for the message and send it back to the same email address. I&#8217;m considering making an app which would allow for a GUI to make things a little less complicated for the user, but this may not happen.</p>
<p>If I can get the auto responder working I&#8217;m pretty sure it will encounter loads of issues for instance:</p>
<ol>
<li>Junk email&#8217;s which cannot be replied to</li>
<li>Grammatical errors due to the way the user types their emails</li>
<li>not being able to handle attachments such as images or HTML based emails</li>
</ol>
<p>I&#8217;m pretty sure that I could work a way round these issues though, possibly through the use of a set layout for the output email and blacklisting junk emails.</p>
]]></content:encoded>
			<wfw:commentRss>http://paedobot.net/blog/?feed=rss2&amp;p=21</wfw:commentRss>
		</item>
		<item>
		<title>PaedoBot prototype 2</title>
		<link>http://paedobot.net/blog/?p=19</link>
		<comments>http://paedobot.net/blog/?p=19#comments</comments>
		<pubDate>Wed, 03 Dec 2008 01:50:31 +0000</pubDate>
		<dc:creator>Colin</dc:creator>
		
		<category><![CDATA[development]]></category>

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

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

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

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

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

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

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

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

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

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

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

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

		<guid isPermaLink="false">http://paedobot.net/blog/?p=19</guid>
		<description><![CDATA[It had to happen sometime(strangely a few hours after I say I&#8217;ve found a new template :p)
So the new PaedoBot prototype is up and working. A few notes for this prototype:

This is a new system so expect some bugs
There are special keywords you can enter (paedobot_help) that will allow you to control the application from [...]]]></description>
			<content:encoded><![CDATA[<p>It had to happen sometime(strangely a few hours after I say I&#8217;ve found a new template :p)<br />
So the new <a href="http://paedobot.net/prototypes/2/">PaedoBot</a> prototype is up and working. <br />A few notes for this prototype:</p>
<ol>
<li>This is a new system so expect some bugs</li>
<li>There are special keywords you can enter (paedobot_help) that will allow you to control the application from within the input box</li>
<li>I haven&#8217;t added many phrases yet so be prepared for many a &#8216;I don&#8217;t understand&#8217;</li>
<li>I will be releasing prototype 2.5 at the end of this week, which will feature real video as well (hopefully) a new skin.</li>
</ol>
<p>That&#8217;s all for this update, stay tuned for more</p>
]]></content:encoded>
			<wfw:commentRss>http://paedobot.net/blog/?feed=rss2&amp;p=19</wfw:commentRss>
		</item>
		<item>
		<title>Found a new ChatBot Template</title>
		<link>http://paedobot.net/blog/?p=17</link>
		<comments>http://paedobot.net/blog/?p=17#comments</comments>
		<pubDate>Tue, 02 Dec 2008 21:46:18 +0000</pubDate>
		<dc:creator>Colin</dc:creator>
		
		<category><![CDATA[development]]></category>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

		<guid isPermaLink="false">http://paedobot.net/blog/?p=17</guid>
		<description><![CDATA[I stated in my last post that Prototype 2 would have to be coded in Actionscript 2. I have for the past week or so been trying (and failing) to work out how to upgrade my existing project to Actionscript 2 so I decided to have a look for another example (ask the first one [...]]]></description>
			<content:encoded><![CDATA[<p>I stated in my last post that Prototype 2 would have to be coded in Actionscript 2. I have for the past week or so been trying (and failing) to work out how to upgrade my existing project to Actionscript 2 so I decided to have a look for another example (ask the first one I got off of my teacher without looking on the internet first.) I managed to track down something on a <a href="http://www.flashcomponents.net/component/flash_chat_bot.html">flash component site </a> which is Actionscript 2. The only issue I have is that I&#8217;m going to have to learn how to add the video element to it all over again, and also the keyword file is laid out slightly different to the other template I was using. But at least it&#8217;s a start <img src='http://paedobot.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://paedobot.net/blog/?feed=rss2&amp;p=17</wfw:commentRss>
		</item>
		<item>
		<title>Features needed to be added for Prototype 2</title>
		<link>http://paedobot.net/blog/?p=15</link>
		<comments>http://paedobot.net/blog/?p=15#comments</comments>
		<pubDate>Tue, 25 Nov 2008 21:04:06 +0000</pubDate>
		<dc:creator>Colin</dc:creator>
		
		<category><![CDATA[development]]></category>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

		<guid isPermaLink="false">http://paedobot.net/blog/?p=15</guid>
		<description><![CDATA[ Here&#8217;s a run down of stuff I hope to add to PaedoBot before I put up prototype 2:

Upgrade to Flash Player 8 
Video Implementation 
High Quality Graphics 
A Few Changes to the way the system works (make it more human like.)

I also hope to get the site sorted out to give a darker edge [...]]]></description>
			<content:encoded><![CDATA[<p> Here&#8217;s a run down of stuff I hope to add to PaedoBot before I put up prototype 2:</p>
<ol>
<li>Upgrade to Flash Player 8 </li>
<li>Video Implementation </li>
<li>High Quality Graphics </li>
<li>A Few Changes to the way the system works (make it more human like.)</li>
</ol>
<p>I also hope to get the site sorted out to give a darker edge along with some SEO to try and get people to view it </p>
]]></content:encoded>
			<wfw:commentRss>http://paedobot.net/blog/?feed=rss2&amp;p=15</wfw:commentRss>
		</item>
		<item>
		<title>The PaedoBot becomes alive!!!</title>
		<link>http://paedobot.net/blog/?p=11</link>
		<comments>http://paedobot.net/blog/?p=11#comments</comments>
		<pubDate>Tue, 25 Nov 2008 20:21:28 +0000</pubDate>
		<dc:creator>Colin</dc:creator>
		
		<category><![CDATA[development]]></category>

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

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

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

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

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

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

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

		<guid isPermaLink="false">http://paedobot.net/blog/?p=11</guid>
		<description><![CDATA[w00t! I finally got the video element of the app to work without screwing up the .xml loader. Now when you type in some input it will change the video to the &#8216;typing&#8217; animation and then after it has played that it will go to the normal animation, while outputting it&#8217;s response.
You can check it [...]]]></description>
			<content:encoded><![CDATA[<p>w00t! I finally got the video element of the app to work without screwing up the .xml loader. Now when you type in some input it will change the video to the &#8216;typing&#8217; animation and then after it has played that it will go to the normal animation, while outputting it&#8217;s response.</p>
<p>You can check it out in the <a href="http://www.paedobot.net/prototypes/1"> Prototypes Folder </a> <br />
I have found a few problems with the Eliza clone I am using, it was made using flash 6 so even though this allows me to target almost everyone with a flash plugin at the same time it means I cannot use either video that&#8217;s been imported straight into flash or any of the filters added in Flash 8. I think I&#8217;m going to have to look at a way of upgrading the file to atleast Flash Player 8 if not higher. Hopefully there are some tools out there which will let me do this.</p>
]]></content:encoded>
			<wfw:commentRss>http://paedobot.net/blog/?feed=rss2&amp;p=11</wfw:commentRss>
		</item>
		<item>
		<title>PaedoBot gets help from Vimeo users</title>
		<link>http://paedobot.net/blog/?p=9</link>
		<comments>http://paedobot.net/blog/?p=9#comments</comments>
		<pubDate>Wed, 19 Nov 2008 18:42:23 +0000</pubDate>
		<dc:creator>Colin</dc:creator>
		
		<category><![CDATA[development]]></category>

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

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

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

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

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

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

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

		<guid isPermaLink="false">http://paedobot.net/blog/?p=9</guid>
		<description><![CDATA[ I hope, I&#8217;ve just put up a project on Vimeo to try and get help filming the gawd-knows how many webcam videos I need to make PaedoBot&#8217;s random webcam generator to work perfectly.
 The project guidelines are as follows, sit in front of your computer for 25 seconds, 20 seconds of this should be [...]]]></description>
			<content:encoded><![CDATA[<p> I hope, I&#8217;ve just put up a project on <a href="http://www.vimeo.com/forums/topic:8866">Vimeo</a> to try and get help filming the gawd-knows how many webcam videos I need to make PaedoBot&#8217;s random webcam generator to work perfectly.</p>
<p> The project guidelines are as follows, sit in front of your computer for 25 seconds, 20 seconds of this should be spent being &#8216;idle&#8217; i.e. reading the screen, scratching, playing with your hair and the other 5 seconds should be spent typing a response. I can then loop the idle animation and then play the typing animation when needed.</p>
<p> I&#8217;m hoping I get a good response as the more videos the bigger the selection I can play with and the more realistic PaedoBot will seem.</p>
]]></content:encoded>
			<wfw:commentRss>http://paedobot.net/blog/?feed=rss2&amp;p=9</wfw:commentRss>
		</item>
		<item>
		<title>Adding PaedoBot to Technorati</title>
		<link>http://paedobot.net/blog/?p=7</link>
		<comments>http://paedobot.net/blog/?p=7#comments</comments>
		<pubDate>Tue, 18 Nov 2008 22:17:27 +0000</pubDate>
		<dc:creator>Colin</dc:creator>
		
		<category><![CDATA[development]]></category>

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

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

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

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

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

		<guid isPermaLink="false">http://paedobot.net/blog/?p=7</guid>
		<description><![CDATA[I some form of desperate bid to get someone to notice my work I have decided to add PaedoBot&#8217;s development blog to Technorati. To do this I have to paste this code
Technorati Profile
 Into this post so it can see it
]]></description>
			<content:encoded><![CDATA[<p>I some form of desperate bid to get someone to notice my work I have decided to add PaedoBot&#8217;s development blog to Technorati. To do this I have to paste this code</p>
<p><a href="http://technorati.com/claim/fpcq88tnbp" rel="me">Technorati Profile</a></p>
<p> Into this post so it can see it</p>
]]></content:encoded>
			<wfw:commentRss>http://paedobot.net/blog/?feed=rss2&amp;p=7</wfw:commentRss>
		</item>
		<item>
		<title>New Blog</title>
		<link>http://paedobot.net/blog/?p=3</link>
		<comments>http://paedobot.net/blog/?p=3#comments</comments>
		<pubDate>Mon, 10 Nov 2008 04:42:51 +0000</pubDate>
		<dc:creator>Colin</dc:creator>
		
		<category><![CDATA[development]]></category>

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

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

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

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

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

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

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

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

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

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

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

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

		<guid isPermaLink="false">http://paedobot.net/blog/?p=3</guid>
		<description><![CDATA[And so it begins :P, Not exactly a day to mark in your diary (but if you want to it&#8217;s the 10th of November at 4:39 in the morning) but Paedobot has it&#8217;s own website and a blog *shocked expression* and maybe at some point tonight,this morning or whatever you want to call it, I [...]]]></description>
			<content:encoded><![CDATA[<p>And so it begins :P, Not exactly a day to mark in your diary (but if you want to it&#8217;s the 10th of November at 4:39 in the morning) but Paedobot has it&#8217;s own website and a blog *shocked expression* and maybe at some point tonight,this morning or whatever you want to call it, I might even give it it&#8217;s own special template.</p>
]]></content:encoded>
			<wfw:commentRss>http://paedobot.net/blog/?feed=rss2&amp;p=3</wfw:commentRss>
		</item>
	</channel>
</rss>
