<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Time: the unseen global variable</title>
	<atom:link href="http://www.hackinghat.com/index.php/article/time-the-unseen-global-variable/feed" rel="self" type="application/rss+xml" />
	<link>http://www.hackinghat.com/index.php/article/time-the-unseen-global-variable</link>
	<description></description>
	<lastBuildDate>Wed, 01 Feb 2012 14:27:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Steve Knight</title>
		<link>http://www.hackinghat.com/index.php/article/time-the-unseen-global-variable/comment-page-1#comment-2632</link>
		<dc:creator>Steve Knight</dc:creator>
		<pubDate>Wed, 09 Jan 2008 06:36:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.hackinghat.com/index.php/article/time-the-unseen-global-variable#comment-2632</guid>
		<description>Hmm, I disagree.

The storage of the variable, if we&#039;re going to get picky, is in the system clock and it is being changed constantly by a process that happens outside your program.  But it gets worse, my program really could change the value of the system time if it had sufficient privleges.   Of course that would be crazy but I think the statement that time is a global variable really holds true!</description>
		<content:encoded><![CDATA[<p>Hmm, I disagree.</p>
<p>The storage of the variable, if we&#8217;re going to get picky, is in the system clock and it is being changed constantly by a process that happens outside your program.  But it gets worse, my program really could change the value of the system time if it had sufficient privleges.   Of course that would be crazy but I think the statement that time is a global variable really holds true!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: e</title>
		<link>http://www.hackinghat.com/index.php/article/time-the-unseen-global-variable/comment-page-1#comment-2601</link>
		<dc:creator>e</dc:creator>
		<pubDate>Mon, 07 Jan 2008 15:00:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.hackinghat.com/index.php/article/time-the-unseen-global-variable#comment-2601</guid>
		<description>Huh? This has very little to do with the fact that it&#039;s a global variable. How time changes is very easy to understand. Global variables are bad since any part of the program can modify one, so understanding how a small part of the program works may depend on knowing how the rest of the program modifies certain global variables. With time, no part of the program changes the value of time. Yes, I suppose it is a global variable, but that&#039;s not where the complexity arises.</description>
		<content:encoded><![CDATA[<p>Huh? This has very little to do with the fact that it&#8217;s a global variable. How time changes is very easy to understand. Global variables are bad since any part of the program can modify one, so understanding how a small part of the program works may depend on knowing how the rest of the program modifies certain global variables. With time, no part of the program changes the value of time. Yes, I suppose it is a global variable, but that&#8217;s not where the complexity arises.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

