Changes

by RodStewart on May 11, 2010

Greetings all. I’ve recently had a few changes, both personally and at the site, which will hopefully leave me more time to pursue an idea I’ve had for this site for quite some time now. Stay tuned, hopefully you’ll be seeing it soon.

I logged on to Twitter a few nights ago, hoping to grab @returnsnull. Unfortunately, it was already taken, but had never been used. One of the best (and worst) things about Twitter is that, by default, you can only receive direct messages from someone you are following. The downside to that is, you can only direct message a user if they are following you. I decided to follow the account, hoping they would follow me back and we could discuss if they were interested in keeping the account or not.

That was my hope, but not really my expectation. I figured it was someone who had completely abandoned twitter and would never even notice I had followed them. Shortly after that, I received an email that I had a new follower named @beefytweets. Turns out, @beefytweets was the original account holder of @returnsnull. A few short DMs later and Cory had transferred the account over to me for use here at the site.

@MHGL: Hey Cory, I’m interested in the twitter name returnsnull for my website, are you interested in getting rid of it, selling, anything? Thanks!
@BeefyTweets: Hi Rodney, yeah I was going to start a blog with the name, I did a twitter search first and just grabbed it, then I saw your site :)
@MHGL: Looks like it worked perfectly, thanks a million
@BeefyTweets: not at all. It feels good to help out. So many times I’ve cursed name campers :)

Oh, how I hate name campers. But that’s a different story, the story here is that @beefytweets is both a gentleman and a scholar. Thank you sir

{ 0 comments }

Recording Backup DVDs

by RodStewart on August 23, 2009

Awhile back, I backed up a lot of my DVDs to my hard drive and placed the actual DVDs into storage. I finally decided it was time to burn the DVDs and reclaim my hard drive space, but it ended up being quite a daunting, manual task..

Enter ImgBurn. I was quickly able to script out the VIDEO_TS -> ISO conversion and then queue the ISOs for recording. This is the cmd script I came up with to do the VIDEO_TS -> ISO conversion:

@for /d %%i in (*.*) do “C:\Program Files (x86)\ImgBurn\ImgBurn.exe” /mode build /buildmode imagefile /src “%%i\” /dest “c:\users\rod\desktop\%%i.iso” /FILESYSTEM “ISO9660 + UDF” /UDFREVISION “1.02″ /VOLUMELABEL “%%i” /rootfolder yes /noimagedetails /start /close

I simply dropped this script into the directory containing my DVDs and kicked it off. I soon had a hojillion ISO files sitting on my desktop waiting to be burned. I ended up being too lazy to hook up my Primera Bravo II, and opted to use the burn image queue function included with ImgBurn.

Hopefully, someone else will find this information useful.

{ 0 comments }

Discipline: I has it

July 28, 2009 Certification

I’ve decided to devote, at minimum, 1 hour a night to learning C#. I’ll probably exclude weekends, as those days belong to the girlfriend, but if I can hit Monday through Friday, that will give me 5 hours a week. Knowing me, that will probably turn into 10 hours a week. When all this is [...]

Read the full article →

2 Great Powershell Functions

July 28, 2009 General Technology

The first function is Start-Proc, which came in extremely handy when I was writing a script to automate the setup of utilities across 26 workstations. Start-Proc was written by Andy Schneider (who kicks ass) and can be found here. The second function is Out-Excel, which is used to output an object (or selected properties) to [...]

Read the full article →

Over a year since my last post?

July 28, 2009 General Technology

Wow. Apparently, it has been over a year since my last post on this blog. Quite a bit has changed with how I view technology and with the areas I choose to focus on these days. For example, I’m currently studying Visual C# and considering taking the Microsoft .NET Framework – Application Development Foundation exam [...]

Read the full article →

MCITP: EA? I Has It.

June 9, 2008 General Technology

Obtained the MCITP: Enterprise Administrator about a month ago, but I’ve been lazy to write much about. Will post my thoughts on exam 70-649 soon.

Read the full article →

My Exam Path

March 27, 2008 General Technology

Since I have added a Certification category to the page, I think I should probably highlight the exam path I took to obtain my certifications. First though, I should probably highlight the certs I hold and (roughly) the order in which I obtained them: Microsoft Certified Professional (8/1997) CompTia A+ (10/2005) CompTia Network+ (11/2005) Microsoft [...]

Read the full article →

70-649 Training Plan

March 26, 2008 Certification

Well, it’s time to upgrade again. The goal this time is MCITP: Enterprise Administrator. I will be taking the upgrade path this time, transitioning from MCSE on Windows Server 2003. I’ve already taken the 70-621 exam to gain the MCTS: Windows Vista Configuration and MCITP: Enterprise Support credential. The next step in my quest for [...]

Read the full article →

Profiles in Perfection

February 25, 2008 General Technology

http://www.microsoft.com/technet/scriptcenter/funzone/games/bios2008/stewart.mspx

Read the full article →

m0n0wall Hardware Firewall

February 25, 2008 General Technology

Mainly so I can remember to look this up later: m0n0wall ALIX.2C3 Kit: Board + Power Supply + CF card + Black Case

Read the full article →