Archive for the ‘random’ Category

Les Paul touched us all

American guitar legend Les Paul passed away today.  While I haven’t had the pleasure of owning a Les Paul myself, I have worked with musicians who did, and I understand the love.  Back in my Midget Farmer days we recorded a song to honor this great man and his legendary guitar.  This track was written by guitar demon Danny ‘Bloodspoon’ Grady, who graced us with his presence whenever we played this tribute live.  Here’s the studio version that appeared on our album “America’s Place to Waste your Life” released in 1993.

Audio clip: Adobe Flash Player (version 9 or above) is required to play this audio clip. Download the latest version here. You also need to have JavaScript enabled in your browser.

How do you archive or share your code?

Over the years I’ve wrestled with a good system for archiving code snippets.  From posting on blogs, to filling up my hard drive with example files, there hasn’t been a system that stuck with me.  If you google up code snippet sharing you’ll find all sorts of sharing services to suite your needs, and they all pretty much do the same thing.

Being a junky for free internet services, I’m trying a new code archiving system that uses GitHub’s gist drops, and Posterous.com’s email publishing.  It’s a simple three step process that I’m really digging so far.

  1. Create code snippet at http://gist.github.com/
  2. Email the gist url to post@posterous.com
  3. Rejoice when your receive the post confirmation containing the url to your new Posterous blog post

In step 3, be sure to make the subject of the email descriptive enough for the code you are sharing.  This will become the title of your posterous blog post.  Here’s what the final gist drop looks like on Posterous.

In case you haven’t looked into code sharing yet, here are a few to get you started.  I wanted to keep this brief, so be sure to check these out on your own to decide which you like best.  If you feel that I missed any noteworthy services, please leave a comment below.

Service Languages Sharing Example
Naslu Zero, just plain text direct url, embed code http://www.naslu.com/resource.aspx?id=392
Pastie Good amount direct url, embed code http://pastie.org/580931
Snipt Freaking ton direct url, embed, twitter, delicious, google, stumbleupon, email http://snipt.org/llln
Snipplr Freaking ton direct url, embed code http://snipplr.com/view/18198/sourcecode-for-ifartaircom-air–flex-soundboard/
Tblurb Good amount direct url http://tblurb.com/2xHKxq
Gist.Github Plenty for you direct url, embed, posterous.com integration http://gist.github.com/152302
DZone Snippets Zero, just plain text direct url http://snippets.dzone.com/posts/show/7695

Find out why Visual Studio’s publish fails

Have you ever had Visual Studio tell you your web application publish failed, but never gives you a reason why?  You’re not alone.  I’ve been putting off looking into this issue on a project and just found a way to get my answer right away.

Visual Studio 2008's Publish Failed message

Visual Studio 2008's Publish Failed message

Here’s what you should do inside of Visual Studio to find out why your publish failed.

  1. Click the Tools menu > then Options to bring up the Options dialog.
  2. Expand ‘Projects and Solutions’ on the left and click General
  3. On General, click ‘Show Output window when build starts’
  4. Now click on ‘Build and Run’ in the left tree
  5. Next select a value from the ‘MSBuild project build output verbosity’ drop down menu
  6. OK your way back to the main Visual Studio window
  7. The next time you Build or Publish your project, you should see the Output panel pop up.  If your publish is still failing, the answer will live inside the Output panel

Here’s a visual walkthrough of these instructions.

Tools > Options > Projects and Solutions > General

Tools > Options > Projects and Solutions > General

Tools > Options > Projects and Solutions > Build and Run

Tools > Options > Projects and Solutions > Build and Run

Visual Studio's Output Panel

Visual Studio's Output Panel

How to make your Adium icon fiery

Here’s a fun tip on creating a fiery looking buddy icon in Adium for OSX.

  1. Take picture in Photo Booth, or directly from Adium’s ImagePicker
  2. Click spiral effect button, then choose the Color Invert filter
  3. Click Set to apply filter
  4. Click your buddy icon, click Choose Icon
  5. Repeat steps 2 – 4 and apply the filters False Color, then Concert
  6. Voila – your buddy icon is red hot!

Typically I’ll take my photos using Photo Booth so I can keep the original, and sometimes I may even use that picture for my dailymugshot.  When you walk through these filters, you’ll notice some filters won’t work as well for some photos, so play around with what you use.  Sometimes I’ll replace Color Invert with X-Ray, or Concert with Gamma Adjust.  It all depends on the picture I choose for a buddy icon.  Sometimes I’ll just keep layering until I create some crazy looking buddy icon, go crazy!

Here’s a photo step by step so you can see the final product.

1.The Original

Starting picture

2.Color Invert

Color Invert filter

3.False Color

False Color filter

4.Concert

Concert filter