Jammin' with the Bad News Blues Band

I've been meaning to post this for a few months now -- I got a call from Johnny Guitar in May to plat this New Orleans benefit at Club Congress.  We had a great time and so did the crowd -- here are some pictures...

DSC_3959 DSC_3970 DSC_3961DSC_3969

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags:

Green, Clean Energy – Plants show us how

Scientists at MIT, specifically Dr. Daniel G. Nocera, have announced a major breakthrough, not in energy production per se, but in energy storage. They describe the process as having "captured the essence" of plants' energy storage system. This advancement may very well prove to be the bridge between current solar technology and a technology that will in fact be affordable and scalable enough to make a real difference. Today's solar systems are just not quite "consumable" enough to provide energy for everyone; primarily because they only work when the sun shines and the battery systems leave much to be desired.

The basic idea is that sunlight would still excite photovoltaic cells and produce energy. This energy would be used to power the home (or other building) but instead of losing excess energy, or storing it in complicated, inefficient battery storage systems, the energy would be used to separate oxygen and hydrogen atoms from water molecules. The oxygen and hydrogen are later combined in a fuel cell and viola!

Read more here: http://web.mit.edu/newsoffice/2008/oxygen-0731.html

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags:

Enough with the lightning!


AzMonsoon-
Originally uploaded by swebsterinaz
The Santa Catalina mountains in the background give a wonderful backdrop to the ferocious lightning!

Currently rated 5.0 by 2 people

  • Currently 5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags:

More Great Lightning...


AzMonsoon--2
Originally uploaded by swebsterinaz
You can see the taillights of a car that passed during this 8 second exposure...

Currently rated 5.0 by 3 people

  • Currently 5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags:

A great monsoon show tonight


AzMonsoon--3
Originally uploaded by swebsterinaz
Mother nature gave us a great show tonight! We had some of the best lightning I've seen this season! I was only able to get about 5 shots off before it started to dump buckets of water on me (and my camera) but here's a small sampling...

Currently rated 4.7 by 3 people

  • Currently 4.666667/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags:

Reading images from the disk in Silverlight 2.0

Jeff Prosise's Blog Post, and the comments explain how to read an image (after it is selected by the user) from the disk.  This post proved to be incredibly useful in the application we are currently developing for desktop publishing.  Thanks Jeff & Friends!

Currently rated 5.0 by 2 people

  • Currently 5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags:

Blog Migration - Success!

For the subscribers, I apologize if you have a slew of new and re-used posts in your reader.  I have been in the process of migrating from Community Server to SubText and then to BlogEngine.NET.  It seems as though BlogEngine.NET has a more active community than SubText which is run by the very busy Phil Haack of Microsoft fame.  I am happy to report that the migration is, for now, complete.

I decided to write a migration tool that would move the data over - I did so using the BlogML, MetaWeblog & Blogger apis, C#, WPF, and the Cook Computing XmlRpc library.  There are tools (one even comes with BlogEngine.NET) but they don't move over the linked images and since some of the posts that survived my last migration have pictures, I didn't want to move them manually... 

There was some effort involved and the code needs refactoring but all in all the utility works well.  Once I have the time to clean it up and if anyone is interested, I will post the utility and code here.

Currently rated 4.3 by 3 people

  • Currently 4.333333/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags:

Shrinking your SQL Server Log File

Yesterday I received a low disk space notification from one of our production boxes which gave me a chance to flex my SQL management muscles before the finally atrophy completely.  If course, it took me a bit to remember how to really shrink the log file as the SQL Server Management studio doesn't seem to actually do anything.

This seemed to ultimately be the combination that got the log file down to size:

use <databasename>; GO DBCC SHRINKFILE(<logfilename>,1); GO BACKUP LOG <databasename> WITH TRUNCATE_ONLY GO DBCC SHRINKFILE(<logfilename>, 1) GO

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags: