Odd Spam

Deleting spam today I noticed many just like these:

odd spam
odd spam

The words talk about Nike football boots (soccer cleats) yet the URL’s points to Adidas f50 boots. Which by it’s self is boring, but in the weekend Jacob and I were looking for new football boots for him, and were going to get the f10 boot from the f50 range, but they didn’t have the colour he liked in his size.

Spooky!

WES 2009 Error "An error occurred while getting the vendors list section name"

When trying to import the ‘Intel(R) Chipset Device Software‘ inf files into Component Designer for Windows Embedded Standard 2009, I have been getting the error “An error occurred while getting the vendors list section name”.

My solution is to open the .inf files and change this section:

[Manufacturer]
%INTEL%=Intel,NT.5.1,NTamd64

; =================== Intel ==================

[Intel]

to this:

[Manufacturer]
%INTEL%=Intel,NT.5.1,NTamd64,NTx86

; =================== Intel ==================

[Intel.NTx86]

The problem is the Manufacturer section lists Intel as the base section, with a NT.5.1 (Vista) and NTamd64 (64bit) driver section, but does not list the x86 option. Also the section [Intel] acts as a catch all section, but Component Designer is looking for each [base].[sub] section. The normal Windows driver install handles the Intel scripts, but Component Designer does not.

WinCE development without Active Sync on Win 7

At the start of the year I was given a device to do trial Windows CE development against. I was also given a zip file with the SDK and some instructions.

Step 1: Install Active Sync 4.5 on your Windows XP machine (this will not work on Vista or Win 7)

So my Win 7 lappy is shafted. Luckily some work colleagues had been doing WinCE development ‘differently’ on an earlier product, and they mentioned using ‘CMaccept.exe’.

Search for ‘CMaccept.exe’ leads you to the advice you want: How to: Connect to Windows CE Device Without ActiveSync

Luckily for me my device has working Ethernet, so this worked nicely.

I mention this because today another engineer asked me how I got Active Sync working on the device, as he’s having problems under XP, thus I suggested the above method.

Lightroom 3 trial over

Groan, my 30 day trial of Lightroom 3 is over. The big problem is that I really like it, so I was really gutted that the other day when Newegg had it for $120 and I couldn’t buy it from them. I could see it as in-stock and add to cart, but when you continued to checkout it was removed from the cart. ARGGG!

So now best deal on Amazon is $200. There are couple ‘0 customers’ shops selling it for $150, but those sound a bit dodgy.

Also not sure how well the work flow will work for Michaela, and then there’s the importing the last n-years of iPhoto so it’s all in the same place.

I was thinking about using Aperture, especially as its priced so well. But I also really enjoyed the lens correction feature of Lightroom, twisting pictures to look ‘correct’ is really neat.

Halo Reach

Halo Reach box art
Halo Reach box art

I finished Halo Reach yesterday on Heroic, because that’s how the game is meant to be played.

Wow it was hard, many sections I died 30+ times before inching my way forward or I had to resort to just running around the monsters especially hunters, to trigger a switch to achieve the stage task.

I played for about 30 minutes at Legendary, but I’m not sure how long or much I want to achieve that honour finishing the game at that difficulty.

For the first full Halo game, I thought it was awesome. I loved the drama of the team laying down their lives for mankind. Stuff true heroes are made of. I also liked that as you changed your armour the cut-scenes had you in your new armour. Very nice touch that one.

Targus 58mm Circular Polarizer and UV Filter set

Targus 58mm filters
Targus 58mm filters

I purchased a Targus 58mm Circular Polarizer and UV Filter kit from Target the other day for $20. The kit came with a 52mm and 55mm to 58mm adapter rings, so the filters fit on my 18-55mm kit lens and 35mm prime lens, both 52mm filter thread.

Only problem is with the 58mm filter on the lens, it looks dorky and the normal 52mm lens cap then doesn’t fit.

I see on Amazon the 52mm Targus filters are about $8, so I could have just gotten the correct size there. Oh well…

Now I just need a soft cloth bag/pouch to stick them in.

Custom Fields in Microsoft Project

While working with our project manager to refine the schedule we kept finding tasks that had really long calendar durations (maybe due to not setting the correct priority or assigning and overloaded resource). As part of trying to track down these tasks, we found custom fields allow you to do Excel like VBA formulas.

Project View
Project View

This show two tasks, the first with a leveling delay (starting later than it could due to dependencies), and the second the type we were trying to find, where there is a 6 week task taking from August until November (3 months) to complete.

The first Leveling Delay is a built in field, but the Resource Duration Overrun was our new field. To create this read Create a custom field, and in the formula put:

<br/>DateDiff("d",[Scheduled Start],[Scheduled Finish])-(ProjDurValue([Scheduled Duration])/480)<br/>

This subtracts the ‘task duration in days’ from the ‘difference in start/end calendar dates in days’. It’s first fault is it counts weekend days for the calendar dates, but the durations is just working days. Taking this into account means you can’t reduce this field to zero for most tasks, but values like 54 in the above example shows something is wrong. The second fault is that is assumes you have 8 hour work days, thus the 480 is (hours per day * 60), as ProjDurValue returns the number of minutes of the task.

Gantt View
Gantt View

This graph is the Gantt view of those above tasks in the above example. The long calendar duration was due to having

Leveler setting
Leveler setting
“Leveling can create splits in remaining work” turned on, in the leveler. And yes you can see the problem in the Gantt view, but panning left and right while scrolling through tasks is a pain, thus why been able to see large numbers allows you to find stand out tasks, and see if there is something that can or should be done about it.

Ground Pressure Conversion Fail

I was looking at the spec’s of a specific mining machine, and looking at the track section it has ground pressure ratings:

Ground Pressure Ratings
Ground Pressure Ratings

Hmm, 1 decimal place for the psi rating, but 8 or 9 dp for kPa, looks like someone was asleep during high school science.

Charts like psi to pa this don’t help the matter, but really given that the 15.5 psi can come from any value is the range 15.45 psi to 15.5499999 you get a value interval of +-0.344737864kPa. Thus using the old rule output dp equals no more than input dp, thus 1dp or give the error is 0.3 kPa, you should almost use 0dp.

Upon showing this to a co-worker, I also noticed that the track length is noted to the half inch 181.5” (it also could be read as tenth of an inch) but the metric value is 461.01 cm, yes to the hundredth of an centimeter, called a tenth of a millimeter, that’s some very fine precession. Even at the tenth of a inch, that’s a +-1mm error.

Picky I know, but I’ve been slow on the blogging front, so any post is a good post.