<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title>7chan - pr</title>
<link>/pr</link>
<description>Live RSS feed for /pr</description>
<language>en</language>';
	<item>
	<title>3902</title>
	<link>
			/pr/res/3902.html</link>
	
	<description><![CDATA[
	
			I&#039;ve prorammed a little action game and want to test out the network code with &quot;real lag&quot;, meaning some kind of non-trivial ping.<br /><br />I&#039;ve got two laptops to test on, was thinking to use a VPN tunnel to increase latency between them. That way I can test with the two computers in the same room but still have one of them behave like it is a couple of countries away.<br /><br />Have been looking for free OpenVPN services but all I&#039;ve spotted seems to only support browsing the web on TCP80.<br /><br />Does anybody know a free OpenVPN server that I can use that supports non-web tunneling? Or do you have a tip for me to get &quot;real lag&quot; in a different way?<br /><br />
	
	]]></description>
	</item>
	<item>
	<title>3901</title>
	<link>
			/pr/res/3851.html#3901</link>
	
	<description><![CDATA[
	
			<a href="/pr/res/3851.html#3886" class="ref|pr|3851|3886">&gt;&gt;3886</a><br />Thanks for that tip, I&#039;m actually  using OpenGL.<br /><br />
	
	]]></description>
	</item>
	<item>
	<title>3900</title>
	<link>
			/pr/res/3851.html#3900</link>
	
	<description><![CDATA[
	
			Find this book, read the prereq. math chapters, done.<br /><br /><a href="http://www.amazon.com/Introduction-3D-Game-Programming-DirectX/dp/1598220535/ref=pd_bxgy_b_img_y">http://www.amazon.com/Introduction-3D-Game-Programming-DirectX/dp/1598220535/ref=pd_bxgy_b_img_y</a><br /><br />
	
	]]></description>
	</item>
	<item>
	<title>3899</title>
	<link>
			/pr/res/3851.html#3899</link>
	
	<description><![CDATA[
	
			<a href="/pr/res/3851.html#3863" class="ref|pr|3851|3863">&gt;&gt;3863</a><br />So you want to learn how to do things always from a programming perspective?<br /><br />That honestly is not a good idea. If you&#039;re just programming for fun then by all means do it your way. But just giving some advice, if you want to do this as a career or if you just want to actually get good at it it&#039;s a bad idea to do that.<br /><br />Math exists for exactly this reason. Math is completely abstract and is meant to be that way so you can understand the pure logic of something without the concepts being encumbered by details of any specific cases.<br /><br />If you learn how to do this from a programming view it is absolutely impossible to not get the math concepts too. The only difference is that now your understanding is bogged down by programming specifics. You won&#039;t be as flexible, to be able to apply those concepts to other situations as easily as if you just learned the pure abstract math (logic) of it.<br /><br />
	
	]]></description>
	</item>
	<item>
	<title>3898</title>
	<link>
			/pr/res/3897.html#3898</link>
	
	<description><![CDATA[
	
			Homoiconicity is to code as reflection is to data, more or less.<br /><br />
	
	]]></description>
	</item>
	<item>
	<title>3897</title>
	<link>
			/pr/res/3897.html</link>
	
	<description><![CDATA[
	
			Please, explain what is the difference between reflection and homoiconicity. I don&#039;t really get it.<br /><br />
	
	]]></description>
	</item>
	<item>
	<title>3896</title>
	<link>
			/pr/res/3891.html#3896</link>
	
	<description><![CDATA[
	
			Ok, now do yourself a favor, and grab an IDE that tickles your fancy.<br /><br />
	
	]]></description>
	</item>
	<item>
	<title>3895</title>
	<link>
			/pr/res/3891.html#3895</link>
	
	<description><![CDATA[
	
			<a href="/pr/res/3891.html#3894" class="ref|pr|3891|3894">&gt;&gt;3894</a><br />You are absolutely correct. What I said about execute rights only applies to shell scripts, the compiler apparently uses rights rwxr-xr-x.<br /><br />
	
	]]></description>
	</item>
	<item>
	<title>3894</title>
	<link>
			/pr/res/3891.html#3894</link>
	
	<description><![CDATA[
	
			<a href="/pr/res/3891.html#3893" class="ref|pr|3891|3893">&gt;&gt;3893</a><br />Hm, is that really the reason for that? I always thought &quot;./hello&quot; was needed simply because &quot;.&quot; is not on the PATH(i.e. if one were to add it then &quot;hello&quot; alone would work, just as with executables in &quot;/usr/bin&quot;)<br /><br />
	
	]]></description>
	</item>
	<item>
	<title>3893</title>
	<link>
			/pr/res/3891.html#3893</link>
	
	<description><![CDATA[
	
			<a href="/pr/res/3891.html#3892" class="ref|pr|3891|3892">&gt;&gt;3892</a><br />Oh, and one has to run the said executable with syntax ./hello, because it does not have execute rights.<br /><br />Good job, next make it with GTK hullo world!<br /><br />
	
	]]></description>
	</item>
	<item>
	<title>3892</title>
	<link>
			/pr/res/3891.html#3892</link>
	
	<description><![CDATA[
	
			a.out is the standard output executable name for gcc, and it&#039;s sitting right above your source file on that screenshot.<br />You can change that with the -o flag, e.g. &quot;gcc hello.c -o hello&quot; would generate an executable &quot;hello&quot; in your current folder.<br /><br />
	
	]]></description>
	</item>
	<item>
	<title>3891</title>
	<link>
			/pr/res/3891.html</link>
	
	<description><![CDATA[
	
			Hey guys<br /><br />So, as is about to become evident, I&#039;m new to programming. About as new as they come. But I&#039;m not sure if my problem is basic or actually something software-related, so I could do with some help.<br /><br />Okay, so I&#039;m running Ubuntu 12.10, and intending to learn C using GCC in Terminal. I have a basic Hello World I&#039;ve copied from a tutorial I&#039;m using, saved as a text document (I&#039;m putting all this in case I&#039;ve done something really stupidly wrong) named hello.c<br /><br />Now, as I understand it, to compile this code, all I need to type in Terminal is &quot;gcc hello.c&quot;. But this gives me literally nothing, it just moves on to a new line as if I hadn&#039;t typed anything (pic related).<br /><br />tl;dr: complete noob can&#039;t compile basic code.<br /><br />
	
	]]></description>
	</item>
	<item>
	<title>3890</title>
	<link>
			/pr/res/3617.html#3890</link>
	
	<description><![CDATA[
	
			<a href="/pr/res/3617.html#3887" class="ref|pr|3617|3887">&gt;&gt;3887</a><br /><span class="quote">&gt;Also, companies don&#039;t care nearly as much about education as they do about work experience.</span><br /><br />Well, still get the degree though, because when comes the time for lay-offs, the policy may be that all workers in non-senior position with no degree get the boot, no buts and no explanations. <br /><br />This is doubly so, because people with no degree usually don&#039;t get to unions.<br /><br />
	
	]]></description>
	</item>
	<item>
	<title>3889</title>
	<link>
			/pr/res/3617.html#3889</link>
	
	<description><![CDATA[
	
			<a href="/pr/res/3617.html#3888" class="ref|pr|3617|3888">&gt;&gt;3888</a><br />explain!<br /><br />
	
	]]></description>
	</item>
	<item>
	<title>3888</title>
	<link>
			/pr/res/3617.html#3888</link>
	
	<description><![CDATA[
	
			<a href="/pr/res/3617.html#3887" class="ref|pr|3617|3887">&gt;&gt;3887</a><br />Does not know what he is talking about.<br /><br />
	
	]]></description>
	</item>

</channel>
</rss>
