Monthly Archives: June 2007

Microsoft Sysinternals

I was chatting with an old acquaintance from high school who now works at Microsoft at on XBox Live Arcade. I showed him this blog, and he was giving me some tips on using Windows as a development environment. He let me know that aliases can be set in the Windows cmd (see [...]


Posted in Uncategorized | Tagged , , , | 3 Comments

Using Launchy and batch shortcuts for navigation

I don’t like Windows links (.lnk). They are useful to create shortcuts to other places in the filesystem, but they lack meat. You can’t do much else with them. And the way I use them with Launchy, all I want to do is put them somewhere that Launchy can find them and [...]


Posted in Uncategorized | Tagged , , , | 2 Comments

Finding Windows XP process ID

I don’t know if this is a good habit or not, but I’ve grown very comfortable in Linux killing processes by id. The easiest way to do this is to call ‘ps -ef’, pipe it, and grep by the process name. For example, if you want to find out the process id of [...]


Posted in Uncategorized | Tagged , | 6 Comments

Unique ArrayList

Eric’s post about the LinkedHashSet got me thinking about some code I’ve recently written to provide an ArrayList that operates like a set. I wasn’t aware of the LinkedHashSet, but I think I implemented something with similar functionality called a UniqueArrayList. It looks very simple:

public class UniqueArrayList extends ArrayList {
[...]


Posted in Uncategorized | Tagged , , | Leave a comment

The Onion disses my alma mater

This Job Isn’t Nearly As Exciting As The DeVry Institute Led Me To Believe

.onion_embed {background: rgb(256, 256, 256) !important;border: 4px solid rgb(65, 160, 65);border-width: 4px 0 1px 0;margin: 10px 30px !important;padding: 5px;overflow: hidden !important;zoom: 1;}.onion_embed img {border: 0 !important;}.onion_embed a {display: inline;}.onion_embed a.img {float: left !important;margin: 0 5px 0 0 !important;width: 66px;display: block;overflow: hidden !important;}.onion_embed [...]


Posted in Uncategorized | Tagged , | Leave a comment
Check out the latest GroovyMag to see an interview with me about the 1.1 release of GrailsUI: