<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>eVoid Development Weblog</title>
	<link>http://evoid.de/devblog</link>
	<description>Burn The Land And Boil The Sea But You Can&#039;t Take The Sky From Me</description>
	<lastBuildDate>Mon, 23 Aug 2010 19:59:56 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.0" -->

	<item>
		<title>Imposters</title>
		<description><![CDATA[After a few weeks of being mostly occupied by applying certain interpersonal design patterns on real life, I've finally gotten the goddamn imposters to behave as required today &#62;.&#60; Speaking of an application that renders a point cloud consisting of 100.000 vertices as shown by the screenshot above: When only small / slow local area [...]]]></description>
		<link>http://evoid.de/devblog/?p=739</link>
			</item>
	<item>
		<title>Pimpl + RAII + Exceptions</title>
		<description><![CDATA[The acronym RAII stands for Resource Acquisition Is Instanciation. Basicly this means that resources are allocated in the constructor of a class and released in the destructor. What the Pimpl idiom is I've described earlies this day. When using RAII, constructors that may throw exceptions are unavoidable. But this isn't a problem at all when [...]]]></description>
		<link>http://evoid.de/devblog/?p=728</link>
			</item>
	<item>
		<title>The Pimpl Pattern</title>
		<description><![CDATA[Today I want to blog about a design pattern that is called "pImpl",which I am using widely. If used consequently, almost all inclusions inside of headers can be replaced by forward declarations, only except those which are required for inheritance. So, compile time reduction is one great advantage of that pattern. Much more significant is [...]]]></description>
		<link>http://evoid.de/devblog/?p=709</link>
			</item>
	<item>
		<title>Personal Ubuntu Setup Apt Line</title>
		<description><![CDATA[Just a notice to myself (and anyone other who appreciate it) a list of Ubuntu packages I keep installing after every fresh Ubuntu installation: vim - my favorite text editor mesa-utils - contains glxinfo and glxgears rxvt-unicode - fast, lightweight and flexible terminal emulator qtcreator - my favorite IDE for C++ nmap - network analysis [...]]]></description>
		<link>http://evoid.de/devblog/?p=696</link>
			</item>
	<item>
		<title>LOD Octtree Implementation</title>
		<description><![CDATA[Just a few not much saying screenshots from the debugging of a work-in-progress level-of-detail based implementation of the octtree algorithm I've presented a few weeks ago: Anyone who can guess what screenshot #3 precisely shows..? Winner is gonna receive a cookie Anyway, took me 'bout 48 hours to figure out that **** to work properly. [...]]]></description>
		<link>http://evoid.de/devblog/?p=681</link>
			</item>
	<item>
		<title>Alpha 2 &amp; Resource Organization</title>
		<description><![CDATA[Today I finished the last tasks I had queued for alpha 2. Furthermore I've put a snapshot of the recent version online accomplished by some documentation. By doing so I decided to share some thoughts on the organization of resources by contexts and I'd like to draw your attention to it: What's your opinion on [...]]]></description>
		<link>http://evoid.de/devblog/?p=666</link>
			</item>
	<item>
		<title>Z-Fighting Problem Solved</title>
		<description><![CDATA[Thanks to an user named kRogue on the OpenGL forums the problem mentioned here is finally solved: glTexParameteri&#40; GL_TEXTURE_2D, GL_DEPTH_TEXTURE_MODE, GL_ALPHA &#41;; is not part of GL3 core... though it is there in a compatible context. Try taking that call out and use the .r component of the depth texture in your shader... this should [...]]]></description>
		<link>http://evoid.de/devblog/?p=523</link>
			</item>
	<item>
		<title>C++0x, Lambda Expressions and Visitors</title>
		<description><![CDATA[I know there are thousands and millions of articles out there dealing with the new features that are being introduced by the new C++ ISO standard commonly known as C++0x. Today I read that on Code Project and got very enthusiastic about the part that described the lambda expressions. I know that is damn geeky [...]]]></description>
		<link>http://evoid.de/devblog/?p=504</link>
			</item>
	<item>
		<title>WordPress 3.0 &amp; SFTP</title>
		<description><![CDATA[WordPress 3.0 has a nice feature that does all the platform and plugin updating for you by just clicking an 'Update' button at the admin console. In order to do so it needs to connect to the server the blog is hosted. By the default configuration of my (and I guess almost any) server only [...]]]></description>
		<link>http://evoid.de/devblog/?p=460</link>
			</item>
	<item>
		<title>Living in Aachen</title>
		<description><![CDATA[So, mir ist gerade langweilig, also schreib ich einfach mal, was die meiner Meinung nach besten Lebensmittel-Produkte sind, die man in Aachen als armer Student kaufen kann, vom Preis-Leistungsverhältnis her. Bier: Das 5,0er respektive Pils, Weizen oder Radler beim REWE. Kostet nur 0,78 der Liter und schmeckt in dem Preissegment am besten. Der Billigmarke vom [...]]]></description>
		<link>http://evoid.de/devblog/?p=388</link>
			</item>
</channel>
</rss>
