Archive for April, 2007

Personal Backup with Mozy

Relatively speaking, I’ve been one lucky computer user.  I’ve never had a hard drive fail here at the house.  I’ve never accidentally deleted something vital.  I even believed in the annual-reimage.  As far as losing data I’ve never really lost anything I cared that much about.  For that reason, I’m only now looking at a serious backup [...]

Signing your Powershell Profile Scripts

Running with Set-ExecutionPolicy as AllSigned or Restricted with a roaming profile?  Here’s a cmdlet pair that will sign all the scripts in your profile directory.  Makes life easier on me as I include a number of scripts into my main profile for readability: function sign-profile(){    dir $Profiledir\*.ps1 | foreach-object { sign-script $_.FullName }} function sign-script( $scriptsource [...]

Visual Studio Orcas Beta 1

The last few weeks I’ve felt like a little intern again.  With the WPF Bootcamp and the early stages WCF integration into the Speedy Rewards messaging infrastructure (I’ll be posting on this soon), I’ve had lots of time to play with .Net 3.0 stuff.  For those that have had a chance to fiddle, there are two feasible options at this [...]

PerformanceHelper for easy PerformanceCounter integration

In the Speedy Rewards team here we use custom PerformanceCounters quite extensively to monitor and trend our host systems.  You may not know, but our rewards program implements real-time host integration for transactions that are Id’ed as a SpeedyRewards member such that systems like the in-store kiosk, www.SpeedyRewards.com, and any other store you may soon visit can accurately [...]

Vacation at your own peril!

A co-worker of mine recently went on vacation for a week.  Here’s what he returned to: We went with a “Little Tikes” theme.     Rickie is quite the artist.  We wanted Rick to feel special, so we gave him his very own POS!  Meetings are going to be so much more productive now!   This [...]