Recent Posts

Keep the mini buffer from growing

Often, when doing things like switching buffers, the minibuffer will grow beyond its normal height of 1. This has been bugging me lately, so I sought out a w...

My First iOS App

So, I decided that learning Java just wasn’t time consuming enough, so I decided to learn iOS development, too! The result? I wrote a number slider game in l...

XDebug and Truncated Output

Having used Zend_Debug::dump() with XDebug for quite some time, I’ve finally gotten tired of seeing truncated output. What I mean is, when I have Zend_Debug:...

Try and Variable Initialization

So, I learned a valuable lesson today that has taught me how to properly handle a particular error I kept getting when trying to compile some of my Java clas...