Nothing to see here

Nothing to see here header image 4

Entries from February 2008

March 2005 XP & GP Presentation

February 15th, 2008 · No Comments

I was reminded last night that I”ve had a good idea or 2 in the past.  Watch my March 2005 presentation about using Group Policy to secure Windows machines here.  Original link to the presentation, and presentations by others can be found here.  Files have been archived below for future reference:Meeting NotesPowerPoint PresentationVideo of the presentation

[Read more →]

Tags: Computing

Can a bone stock Acura RSX do a decent burnout?

February 15th, 2008 · 1 Comment

Yes.
My second set of tires were going bald in May 2005, so I decided to have some fun with what was left. The car is a stock 2002 Acura RSX, not the Type-S model.  Enjoy the pictures.

[Read more →]

Tags: Cars

arrMyData(5,5) <> arrMyData(5)(5)

February 12th, 2008 · 1 Comment

After wasting lots of time on trial and error, I decided to find out what the low-level difference was between vbscript arrays addressed as (x,y) and (x)(y).  Eric Lippert explained it better than I can, so just read his explanation.  If you want some code to demonstrate how things work, download my 2D array test.  [...]

[Read more →]

Tags: Computing