America has lost it’s ambition? Really?

We have lost our ambition, our imagination, and our willingness to do the things that built the Golden Gate Bridge.

— President Obama at a fundraiser in San Francisco on Tuesday October 25, 2001.

I’m sorry Mr. President, but I haven’t lost anything. And I have a problem with any politician who gets on a stage and tries to convince me I’m a big fat zero.

Here’s a thought: What if we spent all of what we borrow on interests here at home instead of giving a significant portion of it to another country in the form of foreign aid. Don’t get me wrong — I’m all for us helping our allies in times of need, but borrowing from Peter to pay Paul is not fiscal responsibility in a weak economy.

Optimizing The Windows Defragmentation Process

When I switched to Mac, the thing I missed least of all was having to periodically defrag my hard drive. Since I’m currently doing Windows development, I’m back to running Windows in a VM and made the mistake of not defragging my Windows drive for several months. After running the built-in defragger off and on for several days with no end in sight, I decided to back up and try a different approach.

  • I used msbuild /t:clean to remove all of the build artifacts for my Visual Studio projects.
  • I used cygwin‘s rm command to destroy everything in C:\Documents and Settings\\Local Settings\Temp. You could use the delete functionality of Windows Explorer or the Windows erase command, but I find rm to be much faster when there are 1000’s of files. If you use Windows Explorer, just make sure you empty your trash bin before you start the defragger.
  • I used rm to destroy most of the files in C:\WINDOWS\Temp.
  • I installed Smart Defrag.

Not only does it look like it’ll be done by the end of the day, but Smart Defrag‘s automatic functionality should keep future fragmentation down to a minimum.