<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>James McGill's work log</title>
	<atom:link href="http://plexer.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://plexer.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Sat, 12 Sep 2009 13:09:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='plexer.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>James McGill's work log</title>
		<link>http://plexer.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://plexer.wordpress.com/osd.xml" title="James McGill&#039;s work log" />
	<atom:link rel='hub' href='http://plexer.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Displaying an SVG file using Cairo (librsvgmm + cairomm)</title>
		<link>http://plexer.wordpress.com/2009/09/12/displaying-an-svg-file-using-cairo-librsvgmm-cairomm/</link>
		<comments>http://plexer.wordpress.com/2009/09/12/displaying-an-svg-file-using-cairo-librsvgmm-cairomm/#comments</comments>
		<pubDate>Sat, 12 Sep 2009 09:25:14 +0000</pubDate>
		<dc:creator>plexer</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://plexer.wordpress.com/?p=50</guid>
		<description><![CDATA[Although Cairo and SVG seems like a natural partnership to me, I had trouble finding any information about displaying SVG files using Cairo. The following are the steps I followed to display an SVG file in Cairo using the C++ bindings &#8211; the steps should, however, be similar for the C or Python bindings. Source [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=plexer.wordpress.com&amp;blog=4494476&amp;post=50&amp;subd=plexer&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Although Cairo and SVG seems like a natural partnership to me, I had trouble finding any information about displaying SVG files using Cairo. The following are the steps I followed to display an SVG file in Cairo using the C++ bindings &#8211; the steps should, however, be similar for the C or Python bindings.</p>
<p>Source code is available from SVN: http://vero-layout.googlecode.com/svn/trunk/background/svg_cairo_example</p>
<p>Step 1: Download librsvgmm (C++ bindings for librsvg) from http://ftp.gnome.org/pub/GNOME/sources/librsvgmm/2.26/</p>
<p>Step 2: Unarchive the files and run &#8220;sudo ./configure &amp;&amp; make &amp;&amp; make install&#8221; to install the libraries.</p>
<p>Step 3: Run &#8220;sudo ldconfig&#8221; to update your shared library linking.</p>
<p>Step 4: Download the source code and run &#8220;make all&#8221; to build the projects. The source is small and self explanatory &#8211; a quick read through will be enough to show you how to use the bindings.</p>
<p>Step 5: Run the program (&#8220;./svg&#8221;). The program will load the tux.svg file and display it in a GTK window. Too easy!</p>
<p style="text-align:center;"><img class="size-full wp-image-51 aligncenter" title="SVG Cairo Example" src="http://plexer.files.wordpress.com/2009/09/svg-cairo-example.png?w=344&#038;h=422" alt="SVG Cairo Example" width="344" height="422" /></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/plexer.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/plexer.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/plexer.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/plexer.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/plexer.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/plexer.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/plexer.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/plexer.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/plexer.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/plexer.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/plexer.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/plexer.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/plexer.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/plexer.wordpress.com/50/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=plexer.wordpress.com&amp;blog=4494476&amp;post=50&amp;subd=plexer&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://plexer.wordpress.com/2009/09/12/displaying-an-svg-file-using-cairo-librsvgmm-cairomm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b63e3a51f9ae58d9181cef45be86cfde?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">plexer</media:title>
		</media:content>

		<media:content url="http://plexer.files.wordpress.com/2009/09/svg-cairo-example.png" medium="image">
			<media:title type="html">SVG Cairo Example</media:title>
		</media:content>
	</item>
		<item>
		<title>Automarker Feature Request</title>
		<link>http://plexer.wordpress.com/2008/10/24/automarker-feature-request/</link>
		<comments>http://plexer.wordpress.com/2008/10/24/automarker-feature-request/#comments</comments>
		<pubDate>Fri, 24 Oct 2008 10:20:01 +0000</pubDate>
		<dc:creator>plexer</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://plexer.wordpress.com/?p=40</guid>
		<description><![CDATA[Remark 1 test case for all previous submissions (to fix a single test case later on). Totally needed that tonight, darn.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=plexer.wordpress.com&amp;blog=4494476&amp;post=40&amp;subd=plexer&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Remark 1 test case for all previous submissions (to fix a single test case later on). Totally needed that tonight, darn.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/plexer.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/plexer.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/plexer.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/plexer.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/plexer.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/plexer.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/plexer.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/plexer.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/plexer.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/plexer.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/plexer.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/plexer.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/plexer.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/plexer.wordpress.com/40/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=plexer.wordpress.com&amp;blog=4494476&amp;post=40&amp;subd=plexer&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://plexer.wordpress.com/2008/10/24/automarker-feature-request/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b63e3a51f9ae58d9181cef45be86cfde?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">plexer</media:title>
		</media:content>
	</item>
		<item>
		<title>Mutat(e?) specs.</title>
		<link>http://plexer.wordpress.com/2008/10/15/mutate-specs/</link>
		<comments>http://plexer.wordpress.com/2008/10/15/mutate-specs/#comments</comments>
		<pubDate>Wed, 15 Oct 2008 04:55:40 +0000</pubDate>
		<dc:creator>plexer</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://plexer.wordpress.com/?p=38</guid>
		<description><![CDATA[Mutat = Tatum backwards = COMP2304 automarking backend.  Marking requirements    Test cases and meta data are explicitely registered. A hash? of the file is taken. If the file changes between now and when other tests are run then notify the user so that they can re-register it. Once registered, all test case info is [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=plexer.wordpress.com&amp;blog=4494476&amp;post=38&amp;subd=plexer&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Mutat = Tatum backwards = COMP2304 automarking backend. </p>
<p><strong><span style="text-decoration:underline;">Marking requirements</span></strong> </p>
<p> </p>
<ul>
<li>Test cases and meta data are explicitely registered. A hash? of the file is taken. If the file changes between now and when other tests are run then notify the user so that they can re-register it. Once registered, all test case info is retrieved from database rather than files, so that accidently modified files do not harm future marking.</li>
<li>If test cases are re-registered then any marking that has already been done must be redone. Penalties must be preserved. Only the most recent submission within each resubmission category is marked. Multiple resubmissions are marked and the highest result is associated with the student. Files must be archived in order to ensure that the correct copy of the students code is marked. <br />
(This has to be super easy. Changing a test case and ensuring good update results is critical).</li>
<li>Marking can be haph-hazard </li>
</ul>
<ol>
<li>Mark bulk of submissions when they arrive. </li>
<li>Mark some other students code when he hands it in late without penalty. Mark the late submissions with penalties. </li>
<li>Mark resubmissions (again in several batches).</li>
<li> Remark a file for ONE STUDENT who has ALREADY SUBMITTED (but perhaps submitted the wrong copy) and CONFIRM before replacing their result. </li>
<li>Do not let a student submit multiple times without confirmation from a tutor. </li>
</ol>
<ul>
<li>A system for  applying penalties for late submission and resubmission so that those penalties can be lifted by tutors. The penalty state must somehow? be mirrored on the live server without being killed by the development server.</li>
<li>Mark assignments without any danger of hurting previous ones.</li>
<li>Automatic database backup so I can stop using a development and live server. If assignments are re-marked several times due to faulty test cases it should be OK.</li>
</ul>
<div><strong><span style="text-decoration:underline;">Usability requirements</span></strong></div>
<div>
<ul>
<li>Too many command line arguments &#8211; run through a simple GUI to ensure all arguments are correct.</li>
<li>Progress bar</li>
<li>Compile and run each assignment as it goes &#8211; no need to compile all first and then find a bug in the running code.</li>
<li>Ability to resume &#8211; if I have marked 50% of assignments do I need to remark them all if one piece of code critical crashes (assuming I have not modified the automarker source or test cases in between &#8211; if modified force the ENTIRE GROUP to be marked again &#8211; including any previous submissions).</li>
<li>Reduce the dependence on additional script files (db2csv and dbsync in particular). </li>
</ul>
<div><strong><span style="text-decoration:underline;">Mark security requirements</span></strong></div>
<div>
<ul>
<li>The state of the OFFICIAL marks .csv files should ALWAYS EXACTLY mirror the results stored in the databases. </li>
<li>Should not be able to directly edit the .csv file (because then database will not reflect changes)</li>
</ul>
<div><strong><span style="text-decoration:underline;">Time requirements</span></strong></div>
<div>
<ul>
<li>&lt; 30 minutes </li>
</ul>
<div><strong><span style="text-decoration:underline;">Test case requirements</span></strong></div>
<div>
<ul>
<li>Minimal new work to write a test case i.e. copy meta data and edit code.</li>
<li>Must be header guard safe (i.e. not cause any NEW linking errors that students would not have found when carefully including header files in exactly the right places).</li>
<li>Written in native C++ so that all functionality can be tested.</li>
<li>Can only award full (true) or none (false) marks to make writing tests easier.</li>
<li>Should all be contained within one file.</li>
<li>If possible perhaps students should be able to view the code which is being used to test their code? This is good for openness (especially if automarker is open source).</li>
<li>Most lenience possible i.e. do not fail if student forgot to hand in one file or failed to implemented one function &#8211; run all tests that do not use that function.</li>
</ul>
<div><strong><span style="text-decoration:underline;">Security of marker</span></strong></div>
<div>
<ul>
<li>Prevent infinite loops</li>
<li>Handle crashes nicely</li>
<li>Prevent? disk writes?</li>
<li>Do not let students know critical directories to write to if they see the automarker source i.e. do not hard code the results database name and login!</li>
</ul>
<div><strong><span style="text-decoration:underline;">Student testbed</span></strong></div>
</div>
<div>
<ul>
<li>Allow students to test all their files for the assignment against a core set of example test cases. For each test case inform them of what was being tested, if they passed or failed, and why. </li>
<li>Ability to run a subset of tests?</li>
<li>Shoud? run WITHOUT the benfit of python</li>
<li><span style="color:#ff0000;">IF THE AUTOMARKER IS OPEN SOURCE AND SOME OF IT IS IN PYTHON AND PYTHON IS ON THE UNI COMPUTERS THEN CAN WE USE PYTHON? IF OPEN SOURCE WE DO NOT CARE IF STUDENTS SEE THE CODE! THIS COULD SAVE A LOT OF EFFORT.</span></li>
<li>Should compile files, inject code, and run the minimum set of tests.</li>
<li>Ideally the smallest possible set of files </li>
</ul>
<ol>
<li>A minimal python script &#8211; no database &#8211; possibly with a GUI</li>
<li>An interface between python and dlls (converter.exe?)</li>
<li>The list of test cases? If open source, again, does not matter if these are visible. I love openness and honesty.</li>
<li>I would like people to write their own test functions in their main etc &#8211; will this discourage them? or will they perhaps simply learn to write them as part of this new file. </li>
<li>At least ensures that they meet the minimum standards defined by the examples in the assignments (no silly errors like extra whitespace)</li>
</ol>
<div>
<ul>
<li>This means that when writing the python script I should modularize it in to core functions (given to students) and logging functions etc (the database and statistics code) -&gt; database information displayed to stdout. I would rather not have a common class structure one which does database and one which does stdout because I tried this before and it was super annoying to maintain in python (no enforced class structure)</li>
</ul>
</div>
</div>
<div><strong><span style="text-decoration:underline;">Web Interface (Tatum)</span></strong></div>
</div>
<div>
<ul>
<li>Alternative to test exe given to students.</li>
<li>Essentially the test exe accessable through a web interface</li>
<li>Decorate the exe with enough CGI methods to make it accessable through a web interface. </li>
<li>Ability to write test cases &#8211; some sort of intermediate language would be nice but makes testing of the full C++ range of ideas (templtaes exceptions etc) would be nice but I think that normal C++ is probably the best bet.</li>
<li>I really want people writing their own test functions.</li>
</ul>
<div>In order to address all these issues I am going to need to write the automarker from scratch, identifying the minimal requirements models and double tripple checking that my database schema supports all the operations I would like. </div>
</div>
</div>
</div>
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/plexer.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/plexer.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/plexer.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/plexer.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/plexer.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/plexer.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/plexer.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/plexer.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/plexer.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/plexer.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/plexer.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/plexer.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/plexer.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/plexer.wordpress.com/38/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=plexer.wordpress.com&amp;blog=4494476&amp;post=38&amp;subd=plexer&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://plexer.wordpress.com/2008/10/15/mutate-specs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b63e3a51f9ae58d9181cef45be86cfde?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">plexer</media:title>
		</media:content>
	</item>
		<item>
		<title>Compile times for COMP2304 Assignment 3</title>
		<link>http://plexer.wordpress.com/2008/10/14/compile-times-for-comp2304-assignment-3/</link>
		<comments>http://plexer.wordpress.com/2008/10/14/compile-times-for-comp2304-assignment-3/#comments</comments>
		<pubDate>Tue, 14 Oct 2008 10:22:23 +0000</pubDate>
		<dc:creator>plexer</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://plexer.wordpress.com/?p=33</guid>
		<description><![CDATA[Graph of compilation times for 25 test cases per student, 200 students. First bar shows compilation against Boost Library which was an interesting experiment, and will be used in part in Automarker v3, but which I would never use again as the core testing method because exporting certain things (i.e. pass by pointer) is impossible. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=plexer.wordpress.com&amp;blog=4494476&amp;post=33&amp;subd=plexer&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://plexer.files.wordpress.com/2008/10/compile.gif"><img class="alignnone size-medium wp-image-34" title="compile" src="http://plexer.files.wordpress.com/2008/10/compile.gif?w=300&#038;h=180" alt="" width="300" height="180" /></a></p>
<p>Graph of compilation times for 25 test cases per student, 200 students. First bar shows compilation against Boost Library which was an interesting experiment, and will be used in part in Automarker v3, but which I would never use again as the core testing method because exporting certain things (i.e. pass by pointer) is impossible.</p>
<p> </p>
<p>Second option is compilation of the same code without boost. This still takes 1.2 hours which just isn&#8217;t practicle if you need to be able to remark an entire class often.</p>
<p> </p>
<p>Third option is time taken if each file needs only be compiled once (3 minutes). This is a huge speed increase (25 x vs 5x for not using boost) so I&#8217;ll be concentrating my efforts on working on an efficient and automated way of determining code dependencies and compiling a file a minimum number of times.</p>
<p>One idea is to automatically decorate all the functions and classes in a file with dllspec instructions and then dynamically call them. If an error occurs then the student did not provide the method. This will obviously only work on windows. Unfortunately this won&#8217;t work with templates.</p>
<p> </p>
<p>In fact, the only thing that will work with templates is injecting code directly into the students code before compiling.</p>
<p> </p>
<p>Another idea is to start by compiling against all test cases and then if the students code does not compile, try compiling all 25 test cases seperately. To fit in a coherent system this would end with a single compilation against the N test cases which succesfully compiled before.  On average I would exepect 30% of students to submit incomplete solutions which would give a runtime of 25 minutes. Closer to acceptable but still not fantastic.</p>
<p> </p>
<p>An ideal solution would identify exactly which test cases each student could compile against and only compile these ones. This would require:</p>
<ol>
<li> A way to identify what a given test method depends upon &#8211; this can get tricky for things like templates</li>
<li>A way to identify what the student has implemented. Could use regex but this almost requires implementing an entire C++ parser because of the huge number of ways there are to implement a function etc. For example, given a constructor, they may have declared it inline or outline. If the latter, you have to find both a prototype and implementation. I&#8217;m sure there are worse scenarios.</li>
</ol>
<div></div>
<div>The final option is to enfoce a complete solution from each student so that it will at least compile. We can tell students that they must implement all prototype, but at least some will spell them incorrectly. Alternately we can provide a header file (this was done when I completed the course) but I believe that this means that the student won&#8217;t learn to write a header file themselves (it was certainly the case with some of the people who did the course with me). </div>
<div>
<p> </p>
<p> </p>
<p>I&#8217;m not really sure where this leaves me. Let me know if you have any ideas! </p></div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/plexer.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/plexer.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/plexer.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/plexer.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/plexer.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/plexer.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/plexer.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/plexer.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/plexer.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/plexer.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/plexer.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/plexer.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/plexer.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/plexer.wordpress.com/33/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=plexer.wordpress.com&amp;blog=4494476&amp;post=33&amp;subd=plexer&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://plexer.wordpress.com/2008/10/14/compile-times-for-comp2304-assignment-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b63e3a51f9ae58d9181cef45be86cfde?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">plexer</media:title>
		</media:content>

		<media:content url="http://plexer.files.wordpress.com/2008/10/compile.gif?w=300" medium="image">
			<media:title type="html">compile</media:title>
		</media:content>
	</item>
		<item>
		<title>Scholarly PDF</title>
		<link>http://plexer.wordpress.com/2008/09/02/scholarly-pdf/</link>
		<comments>http://plexer.wordpress.com/2008/09/02/scholarly-pdf/#comments</comments>
		<pubDate>Tue, 02 Sep 2008 06:22:23 +0000</pubDate>
		<dc:creator>plexer</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://plexer.wordpress.com/?p=31</guid>
		<description><![CDATA[It would be great to allow PDFs to be extended with plugins. One idea I had would be to embed citation data in to the PDF of journal articles, so when you go back to do referencing it isn&#8217;t such a massive pain.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=plexer.wordpress.com&amp;blog=4494476&amp;post=31&amp;subd=plexer&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>It would be great to allow PDFs to be extended with plugins. One idea I had would be to embed citation data in to the PDF of journal articles, so when you go back to do referencing it isn&#8217;t such a massive pain.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/plexer.wordpress.com/31/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/plexer.wordpress.com/31/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/plexer.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/plexer.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/plexer.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/plexer.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/plexer.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/plexer.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/plexer.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/plexer.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/plexer.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/plexer.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/plexer.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/plexer.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/plexer.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/plexer.wordpress.com/31/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=plexer.wordpress.com&amp;blog=4494476&amp;post=31&amp;subd=plexer&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://plexer.wordpress.com/2008/09/02/scholarly-pdf/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b63e3a51f9ae58d9181cef45be86cfde?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">plexer</media:title>
		</media:content>
	</item>
		<item>
		<title>Protobots gears.</title>
		<link>http://plexer.wordpress.com/2008/08/25/protobots-gears/</link>
		<comments>http://plexer.wordpress.com/2008/08/25/protobots-gears/#comments</comments>
		<pubDate>Mon, 25 Aug 2008 03:49:58 +0000</pubDate>
		<dc:creator>plexer</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://plexer.wordpress.com/?p=26</guid>
		<description><![CDATA[<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=plexer.wordpress.com&amp;blog=4494476&amp;post=26&amp;subd=plexer&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[
<a href='http://plexer.wordpress.com/2008/08/25/protobots-gears/img_2909/' title='img_2909'><img width="150" height="112" src="http://plexer.files.wordpress.com/2008/08/img_2909.jpg?w=150&#038;h=112" class="attachment-thumbnail" alt="img_2909" title="img_2909" /></a>
<a href='http://plexer.wordpress.com/2008/08/25/protobots-gears/img_2916/' title='img_2916'><img width="150" height="112" src="http://plexer.files.wordpress.com/2008/08/img_2916.jpg?w=150&#038;h=112" class="attachment-thumbnail" alt="img_2916" title="img_2916" /></a>

<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/plexer.wordpress.com/26/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/plexer.wordpress.com/26/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/plexer.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/plexer.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/plexer.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/plexer.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/plexer.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/plexer.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/plexer.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/plexer.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/plexer.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/plexer.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/plexer.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/plexer.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/plexer.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/plexer.wordpress.com/26/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=plexer.wordpress.com&amp;blog=4494476&amp;post=26&amp;subd=plexer&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://plexer.wordpress.com/2008/08/25/protobots-gears/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b63e3a51f9ae58d9181cef45be86cfde?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">plexer</media:title>
		</media:content>
	</item>
		<item>
		<title>Eagle to Protel</title>
		<link>http://plexer.wordpress.com/2008/08/15/eagle-to-protel/</link>
		<comments>http://plexer.wordpress.com/2008/08/15/eagle-to-protel/#comments</comments>
		<pubDate>Fri, 15 Aug 2008 07:11:32 +0000</pubDate>
		<dc:creator>plexer</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Eagle]]></category>
		<category><![CDATA[PCB]]></category>
		<category><![CDATA[Protel]]></category>
		<category><![CDATA[Schematic]]></category>

		<guid isPermaLink="false">http://plexer.wordpress.com/?p=23</guid>
		<description><![CDATA[http://www.dutchforce.com/~eforum/index.php?s=fce0f1b0b1b3c7f0649e9962019f19cc&#38;showtopic=14670 Untested.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=plexer.wordpress.com&amp;blog=4494476&amp;post=23&amp;subd=plexer&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>http://www.dutchforce.com/~eforum/index.php?s=fce0f1b0b1b3c7f0649e9962019f19cc&amp;showtopic=14670</p>
<p>Untested.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/plexer.wordpress.com/23/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/plexer.wordpress.com/23/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/plexer.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/plexer.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/plexer.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/plexer.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/plexer.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/plexer.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/plexer.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/plexer.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/plexer.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/plexer.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/plexer.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/plexer.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/plexer.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/plexer.wordpress.com/23/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=plexer.wordpress.com&amp;blog=4494476&amp;post=23&amp;subd=plexer&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://plexer.wordpress.com/2008/08/15/eagle-to-protel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b63e3a51f9ae58d9181cef45be86cfde?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">plexer</media:title>
		</media:content>
	</item>
		<item>
		<title>Thesis seminar</title>
		<link>http://plexer.wordpress.com/2008/08/15/thesis-seminar/</link>
		<comments>http://plexer.wordpress.com/2008/08/15/thesis-seminar/#comments</comments>
		<pubDate>Fri, 15 Aug 2008 03:56:21 +0000</pubDate>
		<dc:creator>plexer</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[METR]]></category>
		<category><![CDATA[Thesis]]></category>

		<guid isPermaLink="false">http://plexer.wordpress.com/?p=15</guid>
		<description><![CDATA[Note to self: Force team project students to come to half time thesis seminar. Their feedback on the proposed features of the Atmel simulator will be very helpful.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=plexer.wordpress.com&amp;blog=4494476&amp;post=15&amp;subd=plexer&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Note to self: Force team project students to come to half time thesis seminar. Their feedback on the proposed features of the Atmel simulator will be very helpful.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/plexer.wordpress.com/15/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/plexer.wordpress.com/15/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/plexer.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/plexer.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/plexer.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/plexer.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/plexer.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/plexer.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/plexer.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/plexer.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/plexer.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/plexer.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/plexer.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/plexer.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/plexer.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/plexer.wordpress.com/15/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=plexer.wordpress.com&amp;blog=4494476&amp;post=15&amp;subd=plexer&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://plexer.wordpress.com/2008/08/15/thesis-seminar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b63e3a51f9ae58d9181cef45be86cfde?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">plexer</media:title>
		</media:content>
	</item>
		<item>
		<title>C++ bottlenecks.</title>
		<link>http://plexer.wordpress.com/2008/08/15/c-bottlenecks/</link>
		<comments>http://plexer.wordpress.com/2008/08/15/c-bottlenecks/#comments</comments>
		<pubDate>Fri, 15 Aug 2008 01:08:22 +0000</pubDate>
		<dc:creator>plexer</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[C++]]></category>
		<category><![CDATA[Thesis]]></category>

		<guid isPermaLink="false">http://plexer.wordpress.com/?p=12</guid>
		<description><![CDATA[While trying to do some speed testing of C++ for my thesis: int answer = 0; for (int i = 0; i != 1000000000; ) { answer = ((answer + i++) * 10); //answer += i //answer *= 2; //answer = answer % 65535; } Beware memory allocation: delete takes longer than new. BUT memory [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=plexer.wordpress.com&amp;blog=4494476&amp;post=12&amp;subd=plexer&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>While trying to do some speed testing of C++ for my thesis:</p>
<pre><font size="2">
int answer = 0;

for (int i = 0; i != 1000000000; ) {
    answer = ((answer + i++) * 10);
    //answer += i
    //answer *= 2;
    //answer = answer % 65535;
}
</pre>
<p></font><br />
<span style="text-decoration:underline;"><strong>Beware memory allocation:</strong></span></p>
<ul>
<li>delete takes longer than new.</li>
<li>BUT memory leaks slow your program execution exponentially as your memory becomes fragmented</li>
</ul>
<p><span style="text-decoration:underline;"><strong>Beware non-trivial operators:</strong></span></p>
<ul>
<li>Using modulo slowed execution by an ENTIRE ORDER OF MAGNITUDE.</li>
</ul>
<p><span style="text-decoration:underline;"><strong>Beware data types:</strong></span></p>
<ul>
<li>I used long long for answer instead of int because some of my code demands the use of large integers. This also slowed execution by an order of magnitude, presumably because it was compiled in 32 bit mode and had to do multiple register copies for every operation.</li>
<li>I&#8217;ll be reviewing my requirements to try and remove dependency on long long in time critical code!</li>
</ul>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/plexer.wordpress.com/12/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/plexer.wordpress.com/12/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/plexer.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/plexer.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/plexer.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/plexer.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/plexer.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/plexer.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/plexer.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/plexer.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/plexer.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/plexer.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/plexer.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/plexer.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/plexer.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/plexer.wordpress.com/12/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=plexer.wordpress.com&amp;blog=4494476&amp;post=12&amp;subd=plexer&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://plexer.wordpress.com/2008/08/15/c-bottlenecks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b63e3a51f9ae58d9181cef45be86cfde?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">plexer</media:title>
		</media:content>
	</item>
		<item>
		<title>How to wire up a MAX232</title>
		<link>http://plexer.wordpress.com/2008/08/13/how-to-wire-up-a-max232/</link>
		<comments>http://plexer.wordpress.com/2008/08/13/how-to-wire-up-a-max232/#comments</comments>
		<pubDate>Wed, 13 Aug 2008 10:58:35 +0000</pubDate>
		<dc:creator>plexer</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Atmel]]></category>
		<category><![CDATA[Circuit]]></category>
		<category><![CDATA[Schematic]]></category>

		<guid isPermaLink="false">http://plexer.wordpress.com/?p=8</guid>
		<description><![CDATA[This is how you wire up a MAX232 to a picaxe cable.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=plexer.wordpress.com&amp;blog=4494476&amp;post=8&amp;subd=plexer&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This is how you wire up a MAX232 to a picaxe cable.</p>
<div id="attachment_10" class="wp-caption alignnone" style="width: 310px"><a href="http://plexer.files.wordpress.com/2008/08/max2321.gif"><img class="size-medium wp-image-10" src="http://plexer.files.wordpress.com/2008/08/max2321.gif?w=300&#038;h=255" alt="" width="300" height="255" /></a><p class="wp-caption-text">MAX232 Schematic</p></div>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/plexer.wordpress.com/8/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/plexer.wordpress.com/8/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/plexer.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/plexer.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/plexer.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/plexer.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/plexer.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/plexer.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/plexer.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/plexer.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/plexer.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/plexer.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/plexer.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/plexer.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/plexer.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/plexer.wordpress.com/8/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=plexer.wordpress.com&amp;blog=4494476&amp;post=8&amp;subd=plexer&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://plexer.wordpress.com/2008/08/13/how-to-wire-up-a-max232/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b63e3a51f9ae58d9181cef45be86cfde?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">plexer</media:title>
		</media:content>

		<media:content url="http://plexer.files.wordpress.com/2008/08/max2321.gif?w=300" medium="image" />
	</item>
	</channel>
</rss>
