<?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/"
	>

<channel>
	<title>Fuzzy Logic &#187; Python</title>
	<atom:link href="http://www.thetacticalnuke.com/tag/python/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thetacticalnuke.com</link>
	<description>Because things aren&#039;t confusing enough...</description>
	<lastBuildDate>Fri, 10 Jun 2011 22:52:07 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Back in Time: Essential Linux Backup Tool</title>
		<link>http://www.thetacticalnuke.com/2008/12/back-in-time-essential-linux-backup-tool/</link>
		<comments>http://www.thetacticalnuke.com/2008/12/back-in-time-essential-linux-backup-tool/#comments</comments>
		<pubDate>Fri, 05 Dec 2008 04:15:46 +0000</pubDate>
		<dc:creator>Jason Young</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[OSS]]></category>
		<category><![CDATA[Backup]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://www.thetacticalnuke.com/?p=82</guid>
		<description><![CDATA[As anyone who has ever listened to Security Now knows, backing up your data is incredibly important.  It&#8217;s that one thing that seems completely unneccessary almost all of the time, especially if you never delete anything.  Whenever your hard drive dies, however, you need a good solution to recover your data.  Linux users love using [...]]]></description>
			<content:encoded><![CDATA[<p>As anyone who has ever listened to <a href="http://www.grc.com/securitynow.htm" target="_blank">Security Now</a> knows, backing up your data is <em>incredibly</em> important.  It&#8217;s that one thing that seems completely unneccessary almost all of the time, especially if you never delete anything.  Whenever your hard drive dies, however, you need a good solution to recover your data.  Linux users love using rsync to sync to an external server but there doesn&#8217;t seem to have a great way to backup with a GUI to a local drive.  When I found the program <a href="http://code.google.com/p/flyback/" target="_blank">Flyback</a>, I thought I had found my solution.  However, I found it had a tendency to lock up at times for me.  It also hadn&#8217;t been updated when I wanted to switch.  Evidently someone forked it into a program called &#8220;Warpback&#8221;, but I haven&#8217;t seen any real work on that front.</p>
<p>After a bit of searching, though, I&#8217;ve found a nice updated program called <a href="http://www.le-web.org/back-in-time/" target="_blank">Back in Time</a>.  I really like a lot of the features it supports.  It&#8217;s written in python and uses rsync and diff to do its magic.  One of the nice features of Back in Time is that it only updates files that have been updated since the last backup.  This doesn&#8217;t seem like that huge of a thing, but it does it well.  The only problem I&#8217;ve found is that the it won&#8217;t accept symlinks that link to outside of its directories&#8211;you&#8217;ll have to manually include that directory to be included.  Other than that, it&#8217;s great!  Check it out.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thetacticalnuke.com/2008/12/back-in-time-essential-linux-backup-tool/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Python and C as web-based languages?  Shoot me!</title>
		<link>http://www.thetacticalnuke.com/2008/07/python-and-c-as-web-based-languages-shoot-me/</link>
		<comments>http://www.thetacticalnuke.com/2008/07/python-and-c-as-web-based-languages-shoot-me/#comments</comments>
		<pubDate>Tue, 08 Jul 2008 04:09:58 +0000</pubDate>
		<dc:creator>Jason Young</dc:creator>
				<category><![CDATA[OSS]]></category>
		<category><![CDATA[C]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.thetacticalnuke.com/?p=19</guid>
		<description><![CDATA[I&#8217;ve been hacking lately at the official Purdue installation of Zope, a fiendish piece of software designed to limit users to only using Python as their backend language (instead of giving us some PHP access).  I&#8217;ve found Python as a web language to be overly, well, stupid.  I hate the locked down nature of the [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been hacking lately at the official Purdue installation of Zope, a fiendish piece of software designed to limit users to only using Python as their backend language (instead of giving us some PHP access).  I&#8217;ve found Python as a web language to be overly, well, stupid.  I hate the locked down nature of the server in general and the python aspect of it is, in my perspective, ridiculous.  But now <a href="http://tech.slashdot.org/tech/08/07/07/1724236.shtml" target="_blank">slashdot has brought news</a> of the latest adoption of a programming language to the web: <a href="http://www.toolness.com/wp/?p=52" target="_blank">bringing C code to the server</a>.  Please just shoot me.  Please, I beg of you.</p>
<p><span id="more-19"></span></p>
<p>First of all, I must admit&#8211;the idea of making C code to run on the web is more appealing than Python to me.  Maybe I &#8216;get&#8217; C better, maybe it&#8217;s the fact that Python makes me hate life, or maybe I am just partisan to good programming languages&#8211;who knows?  Either way, I just don&#8217;t get why people are always trying to move away from languages like PHP which were <em>built</em> to do this.  Do you understand?  PHP was made for the web.  C and Python were not (they appeared on the scene in 1972 and 1991, respectively).  Why do you insist on running those for the web?  Is it the same kind of mentality that drives people to <a href="http://www.popsci.com/diy/article/2005-11/linux-powered-keg-fridge" target="_blank">run Linux on refridgerators</a>? Do we just have to prove that we can run <em>anything</em> as a web language?  When do I get my Web-Fortran (and yes, I&#8217;m sure it exists somewhere)?</p>
<p>That all being said, this implementation seems quite interesting.  The programmer would write his C code and then compile it.  It would be compiled into a special format for a Virtual Machine.  This would then be converted into code for ActionScript, which is what Flash uses to code it.  This scares me on one hand&#8211;god knows Flash is whored out too much as it is&#8211;but it&#8217;s still very interesting theorhetically.  That being said, once I am forced to write some software in C to be used on the web I think I will go ahead and just stop programming for good.  I understand that the C code could quite possibly be faster than cooresponding PHP code&#8230; but the C code would have to be put into flash which completely kills any of that benefit for the end user.  Arrrgh.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thetacticalnuke.com/2008/07/python-and-c-as-web-based-languages-shoot-me/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

