<?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>Sufficiently Advanced Technology</title>
	<atom:link href="http://www.magitech.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.magitech.org</link>
	<description>Articles And Tips On Modern Technology</description>
	<pubDate>Tue, 25 Aug 2009 01:02:55 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
	<language>en</language>
			<item>
		<title>Introduction to Boost</title>
		<link>http://www.magitech.org/2007/04/03/introduction-to-boost/</link>
		<comments>http://www.magitech.org/2007/04/03/introduction-to-boost/#comments</comments>
		<pubDate>Tue, 03 Apr 2007 04:19:31 +0000</pubDate>
		<dc:creator>Benn</dc:creator>
		
		<category><![CDATA[Presentations]]></category>

		<guid isPermaLink="false">http://www.magitech.org/2007/04/03/introduction-to-boost/</guid>
		<description><![CDATA[A few weeks ago I did a presentation at work, nothing high grade, but just a nice overview of some of the more fascinating and useful libraries in the Boost libraries.  Since large chunks of Boost are becoming part of the C++ standard in Technical Report 1 it behoves modern C++ developers to have [...]]]></description>
		<wfw:commentRss>http://www.magitech.org/2007/04/03/introduction-to-boost/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The Most Common Interview Question</title>
		<link>http://www.magitech.org/2007/04/03/the-most-common-interview-question/</link>
		<comments>http://www.magitech.org/2007/04/03/the-most-common-interview-question/#comments</comments>
		<pubDate>Tue, 03 Apr 2007 02:33:54 +0000</pubDate>
		<dc:creator>Benn</dc:creator>
		
		<category><![CDATA[Job Hunt]]></category>

		<guid isPermaLink="false">http://www.magitech.org/2007/04/03/the-most-common-interview-question/</guid>
		<description><![CDATA[I&#8217;ve been asked this question enough times now that I might as well put it up here for others to ponder.  Question first, and comments and discussion after the jump.
You type a url into your web browser, and then press enter.  Describe everything that happens from that point onwards in as much detail [...]]]></description>
		<wfw:commentRss>http://www.magitech.org/2007/04/03/the-most-common-interview-question/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Google Interview Questions</title>
		<link>http://www.magitech.org/2007/04/03/google-interview-questions/</link>
		<comments>http://www.magitech.org/2007/04/03/google-interview-questions/#comments</comments>
		<pubDate>Tue, 03 Apr 2007 02:15:09 +0000</pubDate>
		<dc:creator>Benn</dc:creator>
		
		<category><![CDATA[Job Hunt]]></category>

		<guid isPermaLink="false">http://www.magitech.org/2007/04/03/google-interview-questions/</guid>
		<description><![CDATA[A while back I went through an interview at Google.  Since I did absolutely horrible (completely and utterly choked), it&#8217;s taken a while for the scars to fade.  Here are the questions they asked me, in no particular order, during that day.


Question Number 1:

You have a million numbers.  Sort them.
Variations:  Limited [...]]]></description>
		<wfw:commentRss>http://www.magitech.org/2007/04/03/google-interview-questions/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Mounting dd Images of Disks</title>
		<link>http://www.magitech.org/2006/10/05/mounting-dd-images-of-disks/</link>
		<comments>http://www.magitech.org/2006/10/05/mounting-dd-images-of-disks/#comments</comments>
		<pubDate>Thu, 05 Oct 2006 20:27:18 +0000</pubDate>
		<dc:creator>Benn</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.magitech.org/2006/10/05/mounting-dd-images-of-disks/</guid>
		<description><![CDATA[The tool dd is one of the most useful disk manipulation tools available.  It&#8217;s standard on almost every *nix distribution out there, and is widely considered one of the essential disk manipulation tools.  It can easily read from a disk, partition, or other source and write it out to any of the above, [...]]]></description>
		<wfw:commentRss>http://www.magitech.org/2006/10/05/mounting-dd-images-of-disks/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Google Questions: The Phone Screen</title>
		<link>http://www.magitech.org/2006/08/11/google-questions-the-phone-screen/</link>
		<comments>http://www.magitech.org/2006/08/11/google-questions-the-phone-screen/#comments</comments>
		<pubDate>Fri, 11 Aug 2006 17:51:41 +0000</pubDate>
		<dc:creator>Benn</dc:creator>
		
		<category><![CDATA[Job Hunt]]></category>

		<guid isPermaLink="false">http://www.magitech.org/2006/08/11/google-questions-the-phone-screen/</guid>
		<description><![CDATA[Few things inspire as much dread and anxiety as the interview process.  This screening process, which precedes any job in our industry, is of debatable value.  It&#8217;s the worst kind of test: subjective, non-repeatable, and entirely qualitative.  If the interview was a computer program, it&#8217;d be a thousand lines of spaghetti code [...]]]></description>
		<wfw:commentRss>http://www.magitech.org/2006/08/11/google-questions-the-phone-screen/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Simple Workaround for Py2Exe and .EGG Files</title>
		<link>http://www.magitech.org/2006/05/07/simple-workaround-for-py2exe-and-egg-files/</link>
		<comments>http://www.magitech.org/2006/05/07/simple-workaround-for-py2exe-and-egg-files/#comments</comments>
		<pubDate>Sun, 07 May 2006 21:28:36 +0000</pubDate>
		<dc:creator>Benn</dc:creator>
		
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://www.magitech.org/2006/05/07/simple-workaround-for-py2exe-and-egg-files/</guid>
		<description><![CDATA[Py2Exe, along with Freeze are two popular packages for combining multiple files, dependencies, shared objects, and resources into a single relocatable package.  Unfortunately, Py2Exe doesn&#8217;t handle .egg files very easily, which is what quite a few packages out there are distributed in.  Using the Cygwin environment to easily create symbolic links, we&#8217;re able [...]]]></description>
		<wfw:commentRss>http://www.magitech.org/2006/05/07/simple-workaround-for-py2exe-and-egg-files/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Getting Started With ReportLab&#8230;</title>
		<link>http://www.magitech.org/2006/05/05/getting-started-with-reportlab/</link>
		<comments>http://www.magitech.org/2006/05/05/getting-started-with-reportlab/#comments</comments>
		<pubDate>Fri, 05 May 2006 01:30:24 +0000</pubDate>
		<dc:creator>Benn</dc:creator>
		
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://www.magitech.org/2006/05/05/getting-started-with-reportlab/</guid>
		<description><![CDATA[The ReportLab software provides a very useful route to creating PDF documents and reports from within Python in a nice platform independent fashion.  It provides a basic &#8216;canvas&#8217; interface for rendering directly to the document, and a more useful basic layout system called PLATYPUS.  I guess they&#8217;ve already got their eyes on an [...]]]></description>
		<wfw:commentRss>http://www.magitech.org/2006/05/05/getting-started-with-reportlab/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Firmware Upgrade of NDS with Supercard and Flashme2</title>
		<link>http://www.magitech.org/2006/05/01/firmware-upgrade-on-nds/</link>
		<comments>http://www.magitech.org/2006/05/01/firmware-upgrade-on-nds/#comments</comments>
		<pubDate>Mon, 01 May 2006 12:05:02 +0000</pubDate>
		<dc:creator>Benn</dc:creator>
		
		<category><![CDATA[Nintendo DS]]></category>

		<guid isPermaLink="false">http://www.dragon-ware.com/~gambit/magi_html/2006/05/01/3/</guid>
		<description><![CDATA[Recently, I flashed my first NDS firmware. The process was, in the end, fairly trivial, though putting all the pieces together (and figuring out exactly what I needed!) was slightly less so. Plus, there&#8217;s a good deal of terminology out there regarding the various approaches, and it all gets pretty confusing.  I&#8217;m going to [...]]]></description>
		<wfw:commentRss>http://www.magitech.org/2006/05/01/firmware-upgrade-on-nds/feed/</wfw:commentRss>
		</item>
		<item>
		<title>PostgreSQL Crosstab Example</title>
		<link>http://www.magitech.org/2006/04/13/postgresql-crosstab-example/</link>
		<comments>http://www.magitech.org/2006/04/13/postgresql-crosstab-example/#comments</comments>
		<pubDate>Thu, 13 Apr 2006 20:32:37 +0000</pubDate>
		<dc:creator>Benn</dc:creator>
		
		<category><![CDATA[PostgreSQL]]></category>

		<guid isPermaLink="false">http://www.dragon-ware.com/~gambit/magi_html/2006/04/13/postgresql-crosstab-example/</guid>
		<description><![CDATA[Here is a bit of usage and demonstration description for the PostgreSQL Crosstab Query I put together in pursuit of something else completely&#8230;

This example uses the following table definition.  We have table ct3 that contains a primary key field id, a quality representing the field we want to organize our data around, and the [...]]]></description>
		<wfw:commentRss>http://www.magitech.org/2006/04/13/postgresql-crosstab-example/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Microsoft Access and PostgreSQL Interaction</title>
		<link>http://www.magitech.org/2006/02/03/microsoft-access-and-postgresql-interaction/</link>
		<comments>http://www.magitech.org/2006/02/03/microsoft-access-and-postgresql-interaction/#comments</comments>
		<pubDate>Fri, 03 Feb 2006 10:06:30 +0000</pubDate>
		<dc:creator>Benn</dc:creator>
		
		<category><![CDATA[PostgreSQL]]></category>

		<guid isPermaLink="false">http://www.dragon-ware.com/~gambit/magi_html/2006/02/03/microsoft-access-and-postgresql-interaction/</guid>
		<description><![CDATA[Microsoft Access does not handle boolean values in a default-compatible fashion with a PostgreSQL backend. Several errors will occur, but are solved via the addition of both of the necessary operator= and operator functions to manage the conversion, plus properly configuring the ODBC connection.

Environment
This was tested with Microsoft Access 2003 and PostgreSQL 8.1 using the [...]]]></description>
		<wfw:commentRss>http://www.magitech.org/2006/02/03/microsoft-access-and-postgresql-interaction/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
