Recent Posts

RE: Thread-safe Format

less than 1 minute read

Oh, the joy of writing multiple threaded applications. I like this little tip that will keep string formatting calls from stepping over each other.

RE: Strings are immutable

less than 1 minute read

Sahil has a good post that explains why you should use StringBuilder to concatenate strings instead of just doing “string a” + “string b”

RE: Great List of Free Windows Software

less than 1 minute read

I’ve always wanted to maintain one of these, but don’t have the time… this one looks great though. http://shsc.info/UsefulWindowsSoftware

String formatting in C#

less than 1 minute read

Here’s a handy link to formatting strings in C#, courtesy of Steve Tibbett’s blog.

Delphi Basics

less than 1 minute read

Here’s a cool site that has a lot of reference information for Delphi.