Wednesday, August 25, 2010

SQLSaturday #51

Adventure 20100821

This last weekend I drove over to Nashville State Community College to attend SQLSaturday #51.  This was my first time at a SQLSaturday conference and I had a great time.  The staff was very friendly and the site was quite comfortable.  The drive from Knoxville to Nashville was pretty good, just plugged in my audiobook (The Hero of Ages: Mistborn, Book 3 by Brandon Sanderson, narrated by Michael Kramer) and drove, but I had to get up really early to make the three hour trip in time for the 8:30 AM first session.  My timing for the trip also ended up being a little closer than I would have liked as I barely had time to go through registration before the first session started.

Here are the sessions I attended:
XQuery Basics - Allen White
Design and Implement like Edison - Bill Pearson
Fundamentals of SQL Server Internals - Jeremiah Peschka
From Access to SQL Server - Jack Cannon
Fortress SQL Server - Brian Kelley
Introduction to SQL Server Statistics - Andy Warren

My pick for most informative session would have to be Allen White's XQuery Basics.  His example of extracting XML mapping data from his Garmin Forerunner was particularly awesome.

I have to say that I was most pleased with my swag from this conferance.  Beyond just the normal promotional items I also came home with copies of Being Geek by Michael Lopp and Beginning T-SQL 2008 by Kathi Kellenberger, an Apress ebook gift voucher, and I won a copy of Blueberry FlashBack Pro screen recorder in the raffle.

In contrast to the drive to the conference the trip back to Knoxville in a rainstorm was an exercise in white-knuckle terror.  It was partially my own stupid fault though.  I actually got ahead of the storm for a while just before Cookeville and made the mistake of stopping at Jack in the Box to feed my addiction to their tacos.

sqlsat51_transparent

Friday, August 6, 2010

Arduino Dubious Chef Countdown Timer v0.2

Experiment: 20100806

I have successfully constructed my first “hey, I wonder if I can just make that” Arduino project using a for loop to light LEDs in sequence, then turning them off in 5 minute intervals over a 60 minute period.  I’m inordinately proud of myself, despite the simplicity of the project and the fact that I had to toss out the buzzer feature I had first envisioned.  (I’m guessing I got the wrong kind of buzzer at Radio Shack as it sounded like a congested squirrel.)  My gaming group and I will be using it as the official countdown timer for our home-grown RPG themed cooking show tomorrow.

Shopping List:
12        220Ω Resistors
3        Red LED - 5mm
3        Green LED - 5mm
6        Yellow LED - 5mm
1        Arduino
1        Half-Breadboard

IMG_3340

Countdown  Arduino 0018 862010 85717 PM

countdown002