2.6.1
August 26th, 2008it was there so i did it
Upgraded, seems to work Ok
it was there so i did it
Upgraded, seems to work Ok
I have been working on a ZERO touch build script for IIS on and off for a few weeks,
One of the last stepping stone for formating the “data” drive prior to setting everything up
“FORMAT H: /FS:NTFS /V:ASG” will prompt for “do you want to erase all yoiu data”, and again if the disk is in use !
So enter WMI, after only 20 mins of digging around the the internet I found some code to do a defrag, a few tweaks, and I have some VBS code that will format a DRIVE, NO questions, even if the drive is in use, and it is ONLY 7 lines
strComputer = “.”
Set objWMIService = GetObject(”winmgmts:\\” & strComputer & “\root\cimv2″)
Set colVolumes = objWMIService.ExecQuery (”Select * from Win32_Volume Where Name = ‘H:\\’”)
For Each objVolume in colVolumes
errResult = objvolume.dismount(1,0)
errResult = objVolume.format(”NTFS”, 1, 4096, “ASG”, 0)
Next
We may all complain about bad days or even weeks at work, the price of fuel or get annoyed that the bank has just charged you £30 for a £1.20 mistake, but recent events in my life has put that all into perspective.
Yesterday I attended the funeral of a 19 year old lad (nephew in law), who was tragically killed in a car accident. Witnessing parents and grandparents grieving, over someone who has died so young, certainly puts life into perspectiveNo parent or grandparent should ever have to go through this………
Over the past few days I have seen teenagers using social networking (facebook in this case) in a interesting way.
On Saturday (14th June) morning, a 19 year lad (Karl Hampton) was killed in a car accident. Within hours his friends had created facebook group (R.I.P Karl Hampton) which 4 days later had 270 members and 80 heart felt comments?? on his wall
Got my self a NEW Personal phone, HTC TyTn ii, last month, and like a kid with a new toy played with it all the time,
So I get my phone bill this morning ??177, ouch, it would appear I used over double my data allowance !
At a cost of an extra ??108 +vat
I get a few RSS feeds from many sources. This week I added the local paper www.thisisgloucestershire.co.uk, however it would seem the RSS feed is busted, as non of the article links contain a Fully Qualified URL, all the link are relative to the site ROOT, so while they work from the site, they are useless in an external feed aggregator
After going the full duration, 3 interviews and an assessment day over 3months
I had “the Call” from Microsoft HR consultants this morning
Unfortunately it is a “NO Hire” that makes it the first job (ever) I have applied for that I have not got ! BUM
Got some good feedback, no surprises for me though
Good points
Bad points
Just not quite what they are looking for at in a consultant at the moment
I can’t help feeling, the presentation delivery is totally my fault , and I KNOW I can do better
It is not my normal style to be dependent on notes, and running out of time to prior to the event rehearse is totally my fault and in excusable
I will now be wondering if I would have been better missing a few points and get the delivery right
Many years ago??I worked for ABB Kent Taylor as an electronics design engineer.
As part of my tour??I was involved in the design of a product call a MagMaster, and Electromagnetic flow meter, which use faradays principle of a moving conductor on a Magnetic field to generate electricity, albeit 15uV/m/s in this case
Anyway, I was part of the software team that wrote the original software, I personally wrote al the serials comms routines, display drivers and data capture??routines, most the code which talked to the outside world.
A few years later??I was personally responsible for the creation of an enhanced display, with bigger digits and addition functionality.
Well i have just found out that not only is the MagMaster still on sale by ABB, but they have sold over 500,000 units
Over the past few years I have blogged on and off (mostly personal view points on the world, mostly those thing in life that annoy me), recently my blogging activity has exploded, due to the addition of some extra blogging outlets, I launched siliconpizza.com, my professional and techie blog on which I document almost any technical issue or thought I have (gone are the days of the stack of notebooks in the desk drawer). I decided to run siliconpizza.com for two unrelated reasons. Firstly I was getting more and more frustrated with the state of some internet forums, full of people of will reply to any post in the hope you will say they gave you the answer, to your problem and improve their ranking, when in actual fact they have not even read or understood you question. So I figured I would document my techie stuff in an independent manor. Secondly my personal blog (http://blog.species5618.net) which contains lots of personal viewpoints, some of which may be controversial in the ridiculous politically correct world we now live in.
Like many??I have a blackberry and have been known to check business emails during evening and weekend and often deal with any issues there and then. With many scornfull looks from my wife ..!..
NOW the worm has turned
A few weeks ago, while offcially on holiday, I caught her checking her work webmail and then last night??I found her updating a MSAccess database she had brought home on a USB Stick
blog.species5618.net is using WP-Gravatar