<?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>gerritg.de</title>
	<atom:link href="http://gerritg.de/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://gerritg.de</link>
	<description>Photo, Graphics &#38; Coding</description>
	<lastBuildDate>Sat, 30 Oct 2010 03:02:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>NEINedit</title>
		<link>http://gerritg.de/?p=152</link>
		<comments>http://gerritg.de/?p=152#comments</comments>
		<pubDate>Thu, 28 Oct 2010 15:23:55 +0000</pubDate>
		<dc:creator>Gerrit</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Minecraft]]></category>
		<category><![CDATA[NBT]]></category>
		<category><![CDATA[NEINedit]]></category>

		<guid isPermaLink="false">http://gerritg.de/?p=152</guid>
		<description><![CDATA[Open, Edit &#038; Save NBT Files on Mac OS X About this project I wrote NEINedit because I was coding a class to read the NBT format. Since I had to read &#038; write stuff with that class to test its function I wrote this small editor. Let&#8217;s hope this will help someone. Development status: [...]]]></description>
			<content:encoded><![CDATA[<p>Open, Edit &#038; Save NBT Files on Mac OS X</p>
<p><strong>About this project</strong><br />
I wrote NEINedit because I was coding a class to read the NBT format. Since I had to read &#038; write stuff with that class to test its function I wrote this small editor. Let&#8217;s hope this will help someone.<br />
<span id="more-152"></span></p>
<p><strong>Development status:</strong> At this moment I&#8217;m focussing on TreasureChest v4. After that I&#8217;ll work on this again if there are enough download until then.</p>
<p><strong>Screenshot</strong><br />
<div id="attachment_157" class="wp-caption alignnone" style="width: 523px"><a href="http://gerritg.de/wp-content/uploads/2010/10/NEINedit_0.3b.png"><img src="http://gerritg.de/wp-content/uploads/2010/10/NEINedit_0.3b.png" alt="NEINedit for Mac" title="NEINedit_0.3b" width="513" height="439" class="size-full wp-image-157" /></a><p class="wp-caption-text">NEINedit for Mac</p></div></p>
<p><strong>WARNING</strong><br />
Since this is the first version I&#8217;m handing out there might be a number of errors. I tested this a LOT and it seems to work just fine but the devil&#8217;s in the detail. Please backup your original files before you use this. Also: If you edit files of your minecraft save, please backup the whole savegame so it doesn&#8217;t get corrupted. I wrote a handy application for that. Take a look at my website for <a href="http://gerritg.de/?p=134">TreasureChest</a> <img src='http://gerritg.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><strong>System requirements</strong></p>
<ul>
<li>Mac: Intel or PowerPC Processor with Mac OS X 10.4 or higher</li>
</ul>
<p><strong>Downloads</strong><br />
<a href="http://gerritg.de/wp-content/plugins/download-monitor/download.php?id=6">Download NEINedit version 0.3 Beta</a> (4.53 MB / dmg) Universal Binary (10.5+)<br />
<a href="http://gerritg.de/wp-content/plugins/download-monitor/download.php?id=5">Download NEINedit version 0.3 Beta</a> (3.99 MB / dmg) Universal Binary (10.4)<br />
<em>The version for 10.5 (and upwards) features some new cocoa components which only work with OS X Leopard and higher.</em></p>
<p><em>Because you (hopefully) already paid for Minecraft I&#8217;m not going to charge you anything for this. And because it&#8217;s nice to offer something for free <img src='http://gerritg.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  But since everything takes some time and I don&#8217;t get paid for this, you could do me a favor and donate. How much, that&#8217;s your decision. Every donator will be listed somewhere and if there are some suggestions posted with a donation I&#8217;ll look into that first. If it fits the app of course.</em></p>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="PWWKLBUNJA6K4">
<input type="image" src="https://www.paypal.com/en_GB/i/btn/btn_donate_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online.">
<img alt="" border="0" src="https://www.paypal.com/de_DE/i/scr/pixel.gif" width="1" height="1"><br />
</form>
<p><strong>Current Features</strong></p>
<ul>
<li>Read &#038; Write NBT Files (.nbt, .dat, .dat_old)</li>
<li>Display the whole thing (with TAG infos for every entry)</li>
<li>Change values for: Byte, Short, Int, Long, Float, Double &#038; String</li>
</ul>
<p>So your basic set of things you would like to change around. The &#8220;roadmap&#8221; for the next versions&#8230;</p>
<p><strong>Future Features</strong></p>
<ul>
<li>Change and export/import values from Byte_Arrays</li>
<li>Change names of named tags</li>
<li>Change TAG Type</li>
<li>Change target content of TAG_List</li>
<li>Add TAGs to a TAG_List or a TAG_Compound</li>
<li>Delete TAGs</li>
<li>Change TAGs</li>
<li>Display more data</li>
</ul>
<p><strong>Installation</strong><br />
Open up the DMG and drag the application into your application folder.</p>
<p><strong>Notes</strong></p>
<ul>
<li>If you encounter errors please email me, write a comment or write something at the <a href="http://www.minecraftforum.net/viewtopic.php?f=25&#038;t=68148">official Topic</a> @ <a href="http://www.minecraftforum.net">Minecraftforum.net</a></li>
<li>Same goes for suggestions</li>
</ul>
<p><strong>Changelog</strong><br />
<code><br />
0.3 beta<br />
---------------------<br />
# Initial (public) release<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://gerritg.de/?feed=rss2&#038;p=152</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>TreasureChest Linux Support</title>
		<link>http://gerritg.de/?p=144</link>
		<comments>http://gerritg.de/?p=144#comments</comments>
		<pubDate>Sat, 16 Oct 2010 01:38:16 +0000</pubDate>
		<dc:creator>Gerrit</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Backup]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Minecraft]]></category>

		<guid isPermaLink="false">http://gerritg.de/?p=144</guid>
		<description><![CDATA[Well, the version for linux is back up (see what I did here;)) again. Since I released the first version it had been a pain in the ass. Not working at all for 2 versions I finally managed to get things right this time. At least some. Thanks to some avid linux users, which will [...]]]></description>
			<content:encoded><![CDATA[<p>Well, the version for linux is back up (see what I did here;)) again. Since I released the first version it had been a pain in the ass. Not working at all for 2 versions I finally managed to get things right this time. At least some.<span id="more-144"></span> Thanks to some avid linux users, which will be mentioned somewhere in v4, the program will now start and work as it should, with some small troubles along the way. It&#8217;s slower then it should be, the copy dialog has no text at all and it seems it has a very big problem with KDE4. In other words: It seems that it doesn&#8217;t work at all at this moment.</p>
<p>As I stated in the first sentence: You can download version 3.4 from the <a href="http://gerritg.de/?p=134">TreasureChest website</a> and try it out yourself. I won&#8217;t spent any more work into the v3 branch so please be patient and wait for the next version which will be based on everything I&#8217;ve done until know and (hopefully) bring a more stable support for linux.</p>
]]></content:encoded>
			<wfw:commentRss>http://gerritg.de/?feed=rss2&#038;p=144</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TreasureChest</title>
		<link>http://gerritg.de/?p=134</link>
		<comments>http://gerritg.de/?p=134#comments</comments>
		<pubDate>Thu, 14 Oct 2010 12:12:09 +0000</pubDate>
		<dc:creator>Gerrit</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Backup]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Minecraft]]></category>
		<category><![CDATA[RB]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://gerritg.de/?p=134</guid>
		<description><![CDATA[Backup &#038; Restore Minecraft Savegames on Mac OS X, Windows &#038; Linux (testing) About this project After I got tired of copying everything by hand I looked a bit jealous over to the various windows minecraft backup solutions and decided to write my own one. For Mac of course. But since some people asked it&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>Backup &#038; Restore Minecraft Savegames on Mac OS X, Windows &#038; Linux (testing)</p>
<p><strong>About this project</strong><br />
After I got tired of copying everything by hand I looked a bit jealous over to the various windows minecraft backup solutions and decided to write my own one. For Mac of course. But since some people asked it&#8217;s also available for Windows and soon for Linux.<br />
<span id="more-134"></span></p>
<p><strong>Development status:</strong> Working on v4 &#8211; Will work on linux for real this time, expanded functionality, more stability and decent interface changes.</p>
<p><strong>Screenshots</strong><br />
Mac OS X</p>
<p><a href="http://gerritg.de/wp-content/uploads/2010/10/treasurechestv32macsmal.png"><img src="http://gerritg.de/wp-content/uploads/2010/10/treasurechestv32macsmal.png" alt="TreasureChest v3.2 Mac Screenshot" title="treasurechestv32mac" width="600" height="388" class="alignnone size-full wp-image-129" /></a></p>
<p>Windows XP &#038; Linux<br />
(coming soon)</p>
<p><strong>System requirements</strong></p>
<ul>
<li>Mac: Intel or PowerPC Processor with Mac OS X 10.4 or higher</li>
<li>Windows: Windows 2000 or higher (XP/Vista/7)</li>
<li>Linux: x86 distribution with GTK+ 2.8 (or newer), glibc-2.4, CUPS, libstdc++.so.6</li>
<li>All: Diskspace for the backups. Faster system = faster backup.</li>
</ul>
<p><strong>Downloads</strong><br />
<a href="http://gerritg.de/wp-content/plugins/download-monitor/download.php?id=4">Download TreasureChest for Mac OS X version 3.3</a> (3.59 MB / dmg) Universal Binary (<a href="http://rapidshare.com/files/422418860/treasurechest_v3.3_mac.dmg">Rapidshare Mirror</a>)<br />
<a href="http://gerritg.de/wp-content/plugins/download-monitor/download.php?id=1">Download TreasureChest for Windows version 3.3</a> (1.31 MB / zip)  (<a href="http://rapidshare.com/files/422419845/treasurechest_v3.3_win.zip">Rapidshare Mirror</a>)<br />
<em>Please note that the windows version may have some bugs because the development focus was on OS X.</em><br />
<a href="http://gerritg.de/wp-content/plugins/download-monitor/download.php?id=3">Download TreasureChest for Linux version 3.4</a> (1.27 MB / tgz)  (<a href="http://rapidshare.com/files/424716463/treasurechest_v3.4_linux.tgz">Rapidshare Mirror</a>)<br />
<em>Please take a look at the &#8220;Known bugs&#8221; list before using the linux version.</em></p>
<p><em>Because you (hopefully) already paid for Minecraft I&#8217;m not going to charge you anything for this. And because it&#8217;s nice to offer something for free <img src='http://gerritg.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  But since everything takes some time and I don&#8217;t get paid for this, you could do me a favor and donate. How much, that&#8217;s your decision. Every donator will be listed somewhere and if there are some suggestions posted with a donation I&#8217;ll look into that first. If it fits the app of course.</em></p>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="P58V5WLRZDJC4">
<input type="image" src="https://www.paypal.com/en_GB/i/btn/btn_donate_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online.">
<img alt="" border="0" src="https://www.paypal.com/de_DE/i/scr/pixel.gif" width="1" height="1"><br />
</form>
<p><strong>Features</strong></p>
<ul>
<li>Backup your savegames on Mac OS X, Windows &#038; Linux (testing)</li>
<li>Restore your save from previous backups</li>
<li>Restore your savegame into another Worlds slot</li>
<li>Repair corrupted savegames and worlds with chunk errors</li>
<li>Delete previous backups you don&#8217;t need anymore with a click</li>
<li>Unlimited backups per world (limited only by your HDD capacity <img src='http://gerritg.de/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> )</li>
<li>Universal Binary (Mac)</li>
</ul>
<p><strong>Future Features</strong></p>
<ul>
<li>Options</li>
<li>Faster copying</li>
<li>Copy to different location</li>
<li>Backup browser savegames on windows</li>
<li>Maybe the ability to create incremental backups (after everything else is done)</li>
<li>The buttons are too small for the text in some linux environments</li>
</ul>
<p><strong>Installation</strong><br />
OSX: Open up the DMG and drag the application into your application folder.<br />
Windows: Open the zip (with windows &#8220;extract all&#8221; or a similar program) and drag the treasure chest folder somewhere you like (and find it). How about the directory with the rest of your applications?:)<br />
Linux: Untar &#038; Un-gzip with your favorite GUI or Console tool. Move the folder where you find it (your home directory?). Please keep everything in the folder (especially the libs) as you got it.</p>
<p><strong>Notes</strong></p>
<ul>
<li>If you encounter errors please email me, write a comment or write something at the <a href="http://www.minecraftforum.net/viewtopic.php?f=35&#038;t=37599">official Topic</a> @ <a href="http://www.minecraftforum.net">Minecraftforum.net</a></li>
<li>Same goes for suggestions</li>
</ul>
<p><strong>Known bugs</strong></p>
<ul>
<li>After some circumstances TC lists your first world twice <em>(fixed in v4)</em></li>
<li>&#8220;Backup now&#8221; Button is still usable if only a backup is found (only linux?) <em>(fixed in v4)</em></li>
<li>&#8220;Check for updates&#8221; Button doesn&#8217;t work on linux</li>
<li>The copy dialog stays mostly blank on linux</li>
</ul>
<p><strong>Changelog</strong><br />
<code><br />
v3.4 (linux only)<br />
---------------------<br />
* Fixed some folder finding<br />
* Fixed other bugs preventing TC to run on linux<br />
+ Added missing libs to linux version</p>
<p>v3.3<br />
---------------------<br />
* Again, trying to fix that bug which prevents the app from working when only one savegame is found. Hopefully I got it right this time ...<br />
+ Windows users now also got the update button <img src='http://gerritg.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>v3.2 (mac &#038; linux only)<br />
---------------------<br />
* Fixed a bug that kept app from working if only one savegames is present<br />
# Changed the routine to find the folders. Should be run smoother on more systems now<br />
+ Added update button (open the official treasurechest thread at the official minecraft forums)<br />
+ Linux version now also available</p>
<p>v3.1<br />
---------------------<br />
- MD5 file verification is temporary disabled because it's slowing down the copy proecess big time. You'll be able to avtivate this in the next version if you like.</p>
<p>v3<br />
---------------------<br />
* Small bug-fixes<br />
# Changed the GUI - Looks way better than the old one<br />
# Changed console log<br />
# Readme &#038; Changelog now in HTML<br />
+ Added/enabled savegame repair<br />
+ Added MD5 check - Much more saver backups now but a little bit slower than before. That's the price to pay <img src='http://gerritg.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
+ Readme added for those who are not sure what to do</p>
<p>v2<br />
---------------------<br />
* Fixed file deletion - I really didn't notice that it didn't work at all<br />
* Fixed a lot of stuff behind the curtain. Many things are now a bit faster, more secure or just need less code to work<br />
* Future proofed backup engine to support LARGE savegames<br />
# Changed the "last changed" info text into something more readable<br />
+ Added a window to select a world to restore a backup into. Now you can, as an example, restore your backup of world1 into (the maybe empty) world5<br />
+ Added a status text to the working window to inform you whats currently happening<br />
+ Added a button to delete old backups you don't need anymore<br />
+ Added a window to ask you before deleting your backup<br />
+ Added logging to console (at least from time to time as of now)<br />
+ Windows version now also available</p>
<p>v1<br />
---------------------<br />
# Initial release</code></p>
]]></content:encoded>
			<wfw:commentRss>http://gerritg.de/?feed=rss2&#038;p=134</wfw:commentRss>
		<slash:comments>29</slash:comments>
		</item>
		<item>
		<title>It&#8217;s alive!</title>
		<link>http://gerritg.de/?p=122</link>
		<comments>http://gerritg.de/?p=122#comments</comments>
		<pubDate>Tue, 12 Oct 2010 21:49:53 +0000</pubDate>
		<dc:creator>Gerrit</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://gerritg.de/?p=122</guid>
		<description><![CDATA[Indeed it is After almost 2 years I updated my wordpress installation to write again. Mostly progress reports about a project I&#8217;m currently working on but there might be more. Not sure about that though. We&#8217;ll see in the future&#8230;]]></description>
			<content:encoded><![CDATA[<p><a href="http://gerritg.de/wp-content/uploads/2010/10/Its-Alive.jpg"><img src="http://gerritg.de/wp-content/uploads/2010/10/Its-Alive-300x239.jpg" alt="" title="Its-Alive" width="300" height="239" class="alignnone size-medium wp-image-121" /></a></p>
<p>Indeed it is <img src='http://gerritg.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  After almost 2 years I updated my wordpress installation to write again. Mostly progress reports about a project I&#8217;m currently working on but there might be more. Not sure about that though. We&#8217;ll see in the future&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://gerritg.de/?feed=rss2&#038;p=122</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Das nächste Kapitel / The next chapter</title>
		<link>http://gerritg.de/?p=97</link>
		<comments>http://gerritg.de/?p=97#comments</comments>
		<pubDate>Fri, 28 Nov 2008 19:46:44 +0000</pubDate>
		<dc:creator>Gerrit</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://gerritg.de/?p=97</guid>
		<description><![CDATA[(This in english) Wie angekündigt, wird diese Seite in eine neue Richtung gehen. Nach einiger Zeit habe ich mich entschieden das Design ein wenig aufzufrischen (noch unvollendet), die Galerie zu integrieren und wieder etwas zu schreiben (was du gerade liest). Diesmal in deutsch und englisch was nicht viel mehr Zeit als vorher in Anspruch nehmen [...]]]></description>
			<content:encoded><![CDATA[<p>(<a href="#thenextchapter_english">This in english</a>)</p>
<p>Wie angekündigt, wird diese Seite in eine neue Richtung gehen. Nach einiger Zeit habe ich mich entschieden das Design ein wenig aufzufrischen (noch unvollendet), die Galerie zu integrieren und wieder etwas zu schreiben (was du gerade liest). Diesmal in deutsch und englisch was nicht viel mehr Zeit als vorher in Anspruch nehmen wir da ich sowieso eher selten etwas schreibe <img src='http://gerritg.de/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Ich werde nichts mehr über Filme und Serien schreiben da ich nicht mehr soviel fernsehe. Artikel über Musik werden auch wegfallen. Ich höre zwar immer noch viel Musik, habe aber weniger Lust darüber zu schreiben.</p>
<p>Was übrig bleibt sind Bilder und Grafiken. Vielleicht mal einen Artikel über das neue Webprojekt an dem ich gerade arbeite. Das ist alles. Das ist das nächste Kapitel. Viel Spaß damit <img src='http://gerritg.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<hr id="thenextchapter_english" />
<p><strong>The next chapter</strong></p>
<p>As I stated before, this site will go into a new direction. After some time I decided to refresh the design a bit (not quite finished yet), integrate the gallery into the blog and start posting again (this). This time in german and english. Which won&#8217;t take more time as before as I don&#8217;t post that much <img src='http://gerritg.de/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>I won&#8217;t post anymore about movies and TV as I don&#8217;t watch that much TV anymore. Music reviews will disappear too but only because I don&#8217;t have the need to write about that any more. I still listen to my favorite bands. A lot.</p>
<p>Leaves pictures and artwork. Maybe posting about a new website I developed. That&#8217;s it. That&#8217;s the next chapter. Have fun with it <img src='http://gerritg.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://gerritg.de/?feed=rss2&#038;p=97</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

