Philip (foreground), Jeremy, and Brian working among the cubicles:



I.T. should not be saying no. You should give the customer(s) information about what resources you have available, and they should (collectively) make decisions about what to do with the resource. You can cajole, influence, or merely suggest, but the customers should be making these calls.

In all of that we had only one drop lasting around 30 seconds at 3:39 pm. You can't see the excursion below -65 because the monitoring system is on the other end of the link. (The monitor needs the link to be up to grab the signal strength from the other end.)
Now, one 30 second drop doesn't sound to bad considering it's been raining for 24 hours. But the problem is, if we had staff working here yesterday, every phone call in progress at 3:39 pm would have been dropped. Most likely every Shelby session would also have been dropped. That doesn't seem good enough to me. What do you think?
After the the second drop you can see other periods of rain fade that weren't intense enough to cause a drop. (The graph shows signal level in 100ths of a dBm. i.e. -4400 is -44 dBm.)
I gave a requirement of four 9s of availability (99.99% up time). Clearly, with the current base signal level, the amount of fade we're experiencing, and the link drop level, we're not going to be close to four 9s. Thankfully, we're installing this well ahead of staff moving into the office so we have time to improve the situation. Also, I'm grateful that we're installing in the Spring when we have rain every couple of days. Each time we make a change, we don't have to wait too long before a real-world test presents itself.
We're out there on the bleeding edge with this one! Please pray with us that this wireless LAN bridge story has a happy ending.
Radio on roof of office building, pointed towards the church. The steel wall in front is a "penthouse" that hides roof-top air handlers an other equipment. The mast is mounted to steel girders supporting the penthouse.
Close up taken from the office building with black arrow showing the location of the radio on the roof of the church building.
Radio on roof of church building. The mast is held by a 4-point mount and weighed down by concrete blocks so roof penetration isn't required. This location was chosen for maximum wind protection (air handling unit to the right; roof parapet to the left). It also happens to be right next to a roof access hatch.
I just spent all day yesterday, along with a co-worker, tracking down one of the more heinous time calculation bugs I've ever seen. If you're a programmer, you probably already know about the Daylight Savings Time change that is occurring in this year of 2007. This is sending a shock wave of problems through the IT industry on a scale of which we probably haven't seen since Y2k. Everyone is having to update code that calculates when DST begins and ends.
In short, Microsoft is either in a very tight spot, or they screwed up big time. With the new calculation of DST, any year previous to 2007 now has the potential to show the wrong time! Here is a quick example.
This page is using JavaScript within the viewers browser to calculate dates. You will notice that if you are viewing this page from Vista, or a Linux based OS, that all the dates are displayed as expected. If you're on a Windows XP or earlier OS, the middle two dates will show as being in DST when they should not be:
Wed Mar 15 00:00:00 CDT 2006 <- Um, not quite yet actually. CDT doesn't start until April 02, 2006 02:00.
This is because MS OS' previous to Vista can only store one set of DST rules. So when you installed that cool new patch that fixes 2007 and future dates, you break every year previous to it. Nice. Granted this only crops up in past dates between the previous DST starting time, and the new one. I.e. between 2007 and 2006, this is between March 11 and April 2. See another conversation on this.
This is going to cause problems until it is fixed. Hopefully MS can get us something quickly, but depending on how deeply the OS is affected by this - they could have a serious issue on their hands.