Category: Random Coding

  • Random coding 2

    So I finally got around to finish the second video in the random coding series. I decided to change up how I recorded it, breaking it into multiple chunks and blending them together with Sony Vegas. Apparently FFSplit, by default record to mp4 which vegas had a hard time working with. Fortunately, I Was playing…

  • WPF notify helper – C# 5.0

    So after looking at the documentation on what’s new in C# 5.0, I read about the feature that you can get a function’s caller information that looks like the following. public void DoProcessing() { TraceMessage(“Something happened.”); } public void TraceMessage(string message, [CallerMemberName] string memberName = “”, [CallerFilePath] string sourceFilePath = “”, [CallerLineNumber] int sourceLineNumber =…

  • Enterprise Library Logger

    After a monumental hiatus, I will provide this nerdy snippet and an update on my life. Sadly, after writing a bit of code for my logging toolkit, I’m going to modify it from using Enterprise Library to Log4Net. Apparently there was some change in Enterprise Library 4.0 that does not make it directly backwards compatible…

  • Systems updating like whoa!

    Well, Vista Service Pack 1 is finally available for machines that have installed the Korean language pack and Ubuntu has just informed me that it wanted to update a whopping 115 packages. So I’ll let those occur as I drift off to la-la land. It’s 85 degrees right now in NY and it’s night time.…

  • Our Nation’s Capital

    Well to begin with, I’m writing this on a Mac. I’ve switched my blogs over to blogger.com and I stepped outside of NYC this weekend to visit our nation’s capital, Washington DC. I’ll go into some of the technical differences that I’ve experienced from working with the OS X, Windows, Unix and Linux environment. However,…