Tag Archives: programming
Quick Little Powershell Script
Here’s a quick little powershell script I wrote to illustrate the relationship between Aggregates, Shelves, and raid-groups for a student who was a little confused as to their relationship: $raidGroup = 0; $shelf=1; $rgSize=8; $shelfBays = 24 $numShelves = 2 … Continue reading
Making me reach a bit
I wrote a little while back about some of the things my startup has gotten me to work on, but it occurred to me today, after I being grumpy and frustrated for a good chunk of the day – the … Continue reading
Playing with Bayes
For the last day or so I’ve been playing with moving over my simple word-count-analysis of blogs to actually creating a database with manually ranked training data and extrapolating from that. There were some hiccups and I’ve still got to go back and replace a lot of code, but it’s effectively categorizing new blog entries based on previous rankings. YAY! Continue reading