Archive for the ‘Geek Stuff’ Category

Index all tables in one shot (2011-4-8)

Here’s a nice little snippet of T-SQL code that will reindex all tables in the database with one line of code: EXEC sp_msForEachTable @COMMAND1= ‘DBCC DBREINDEX ( “?”)’ Keep in mind that the DBCC DBREINDEX command will put a lock on the table while it does its thing, so you may not want to do [...]

Amazon Route 53 (2010-12-9)

Amazon announced their new Route 53 DNS service a few days ago.  Never one to let a gizmo go untested, I immediately signed up and I’m now hosting DNS for eal.us through Route 53.  Looks good, but I wish there were a nice control panel to front it…setting everything up via API (and manually edited XML [...]

Weird SQL Server Management Studio Problem (2010-6-29)

For the supremely geeky among us… Recently, my copy of SQL Server 2008 Management Studio began failing with this error message: Unable to cast COM object of type ‘System.__ComObject’ to interface type ‘Microsoft.VisualStudio.OLE.Interop.IServiceProvider’.  This operation failed because the QueryInterface call on the COM component for the interface with IID ‘{6D5140C1-7436-11CE-8034-00AA006009FA}’ failed due to the following [...]

Outlook cannot start (2010-5-12)

After applying updates, I was unable to launch Microsoft Outlook 2007. Every time I tried, it would open the frame of the main window, then fail with a modal dialog box: Cannot start Microsoft Office Outlook. Cannot open the Outlook window. I ran Microsoft Office Diagnostics (which usually can fix these kinds of issues — [...]

Cool Video Tools (2010-1-26)

I had a client ask me today to help with converting a bunch of WMV video files (Windows Media – Video) so that he could store them on his T-Mobile G1 and watch them.  After a bit of digging, I found a wonderful tool called HandBrake that exists to do nothing but convert videos between [...]

Cool Toys for the New Toy (2009-12-3)

Here are a few cool toys for the Mustang…a little “wish list” for the new toy: 1) Sequential Taillight Kit — Makes the turn signals blink in sequential fashion; very retro and wicked cool 2) Clear Turn Signal Lights – Converts the standard amber turn signals into a nicer chrome/clear deal 3) Chrome Halo Headlights [...]

The end of a MINI era… (2009-12-2)

I traded in my beloved MINI today on a 2008 Ford Mustang.   It hurt a little bit, because that MINI was a WONDERFUL car, but it was time to move on as the MINI was quickly approaching 100,000 miles, and there were major systems that were due to begin breaking any minute. The Mustang [...]

Homing Pigeons Faster than Broadband! (2009-10-7)

This is wonderful!  A company in South Africa is going to begin using homing pigeons to transfer data between its two offices, which are roughly 50 miles apart.  Currently they use broadband to transfer about 4GB of encrypted data between the facilities.  It takes about six hours to transfer the data.  Instead, they’ll put the [...]

Ride on a U2 Spy Plane (2009-9-26)

This is REALLY cool!  The video’s pretty long (11 minutes) but worth every single second. (Passed along by Ken, originally shared on the Professional Pilot News blog.)

When your MINI’s window gets stuck… (2009-8-29)

The driver’s side window on my MINI Cooper has always been a bit temperamental.  Most of the time it works fine, but every so often it takes a vacation and will quit working. The last time it happened, the car was going in for service anyway (to fix a cracked coolant overflow) so I had [...]