<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9" -->
<rss version="0.92">
<channel>
	<title>Untitled</title>
	<link>http://ammonlauritzen.com/blog</link>
	<description>and still for good reason.</description>
	<lastBuildDate>Wed, 10 Mar 2010 22:51:37 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>virtualbox rules</title>
		<description><![CDATA[Nothing much to say here, but with absolutely minimal pain and suffering, I have 64-bit linux virtual machines running on top of my 32-bit windows XP install. This pleases me.
The recipe:

Compatible CPU with VT-x/AMD-V enabled in the BIOS
Innotek/Oracle/Sun VirtualBox (a current version) with hardware virtualization enabled
Profit!

The one downside to this? 64-bit VM&#8217;s running on 32-bit [...]]]></description>
		<link>http://ammonlauritzen.com/blog/2010/03/10/virtualbox-rules/</link>
			</item>
	<item>
		<title>dead simple traditional style rotation</title>
		<description><![CDATA[In response to my two-step rotation post earlier this week, I figure I may as well share the logic I use for a more traditional logfile rotation scheme.
I think this is as simple as I can possibly make it:

&#60;?
define( 'MAX_COPIES', 3 );
$back_fname = &#34;/path/to/log/file/abc.log&#34;;

function trace( $msg ) {
    echo &#34;- $msg\n&#34;;
}

exec( &#34;ls [...]]]></description>
		<link>http://ammonlauritzen.com/blog/2010/02/05/dead-simple-traditional-style-rotation/</link>
			</item>
	<item>
		<title>simple two-step logfile rotation</title>
		<description><![CDATA[This is the result of 10 minutes of pounding on the keyboard after yet another disappointing experience with trying to get logrotate to do something vaguely more flexible.
This simple script scans all normal files in a log directory, and if they are older than a certain cutoff, moves them into a holding directory for old [...]]]></description>
		<link>http://ammonlauritzen.com/blog/2010/02/03/simple-two-step-logfile-rotation/</link>
			</item>
	<item>
		<title>lazy php profiler</title>
		<description><![CDATA[Caveman profiling with a side of &#8220;where were you at 9pm on the night in question?&#8221; As always, season to taste.

&#60;?
$_profile_log = &#34;/tmp/php-profile.log&#34;;

function _profile() {
    static $fh;
    if( !isset($fh) ) {
        global $_profile_log;
        if( !file_exists($_profile_log) [...]]]></description>
		<link>http://ammonlauritzen.com/blog/2010/01/12/lazy-php-profiler/</link>
			</item>
	<item>
		<title>almost recovered</title>
		<description><![CDATA[I&#8217;ve gone through all of my old posts (~260 of them in my 5+ year history) and tagged them.
I&#8217;ve got a theme that doesn&#8217;t make me want to tear my eyes out, but it&#8217;s not what I want yet.
I&#8217;ve acknowledged all missing images that I noticed by tagging the post as &#8216;broken images&#8217;, and I&#8217;ll [...]]]></description>
		<link>http://ammonlauritzen.com/blog/2010/01/02/almost-recovered/</link>
			</item>
	<item>
		<title>sigh</title>
		<description><![CDATA[I can&#8217;t type. I Just managed to delete my entire blog content dir and plugins. This means all of my images and any uploaded zips are gone.
Also, my company has recently had to make some dramatic changes that I&#8217;m still coping with. I am still employed, but I&#8217;m not much in the mood to continue [...]]]></description>
		<link>http://ammonlauritzen.com/blog/2009/12/31/sigh/</link>
			</item>
	<item>
		<title>mmo-a-week: vacation</title>
		<description><![CDATA[Well, five weeks in a row was pretty good. I&#8217;m going to have to take a break from this series until some time after the new year for reasons of not making my wife hate me over the holiday  
I plan on making my Florensia update some time next week and hope to resume [...]]]></description>
		<link>http://ammonlauritzen.com/blog/2009/12/16/mmo-a-week-vacation/</link>
			</item>
	<item>
		<title>mmo-a-week: week 5: florensia (incomplete)</title>
		<description><![CDATA[Time was actually short this week. I spent a lot of time alternatively between work, a closed beta, and Borderlands. Lots of Borderlands. And some Dawn of War, come to think of it&#8230; but anyhow.
The game I had wanted to look at this week is Gatheryn. They&#8217;re nominally in &#8220;open&#8221; beta, but put testers under [...]]]></description>
		<link>http://ammonlauritzen.com/blog/2009/12/09/mmo-a-week-florensia/</link>
			</item>
	<item>
		<title>mmo-a-week: week 4: fallen earth</title>
		<description><![CDATA[So I&#8217;ve actually got a game I want to report on this week. Holiday didn&#8217;t allow me to pick up a new F2P game and the first rule of Closed Beta is well, yeah. But Steam had an evil sale on like 300 games, so I buckled and snagged a few.
Fallen Earth is not free [...]]]></description>
		<link>http://ammonlauritzen.com/blog/2009/12/01/mmo-a-week-fallen-earth/</link>
			</item>
	<item>
		<title>mmo-a-week: week 3: ether saga online</title>
		<description><![CDATA[Sorry I was 9 minutes late according to blog clock, but I took my time sifting through and retaking screenshots. It&#8217;s still the Wednesday here in California though  
So this time around was rough picking a game. After a lot of internal debate, the deciding has been made.
Lunia Chronicles just launched this week and [...]]]></description>
		<link>http://ammonlauritzen.com/blog/2009/11/26/mmo-a-week-ether-saga/</link>
			</item>
</channel>
</rss>
