I was home a little early from work today and had some time. So I checked the satellite schedule, and there was a good pass of AO-27 just after 4pm today. So I figured I would see how well the radio in Amy’s van worked for that. This is one case where the antenna not being straight up and down probably helped as it was sort of aimed right at the satellite.
I heard a few stations on, and then a break so I made a call. N5AFV from Huston Texas responded, then WA5KBH from Lake Charles Louisiana right after, and finally Leo, W7JPI from Sonoita, Arizona. All of this happened within about a minute. Since FM satellites only have one frequency for uplink that is shared among everyone, so you keep it brief, just exchange call sign and grid square.
I really need a recording device as I have a hard time operating the radio and writing at the same time. I think I have all the call signs right! The radio I was using was the Kenwood TM-D710 with a short dual band antenna on a lip mount.
Friday, May 02, 2008
Thursday, May 01, 2008
WinDbg Output for my memory.dmp file
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
KERNEL_MODE_EXCEPTION_NOT_HANDLED (8e)
This is a very common bugcheck. Usually the exception address pinpoints
the driver/function that caused the problem. Always note this address
as well as the link date of the driver/image that contains this address.
Some common problems are exception code 0x80000003. This means a hard
coded breakpoint or assertion was hit, but this system was booted
/NODEBUG. This is not supposed to happen as developers should never have
hardcoded breakpoints in retail code, but ...
If this happens, make sure a debugger gets connected, and the
system is booted /DEBUG. This will let us see why this breakpoint is
happening.
Arguments:
Arg1: c0000005, The exception code that was not handled
Arg2: 81c51e94, The address that the exception occurred at
Arg3: c23cc914, Trap Frame
Arg4: 00000000
Debugging Details:
------------------
Page bbe68 not present in the dump file. Type ".hh dbgerr004" for details
PEB is paged out (Peb.Ldr = 7ffd500c). Type ".hh dbgerr001" for details
PEB is paged out (Peb.Ldr = 7ffd500c). Type ".hh dbgerr001" for details
EXCEPTION_CODE: (NTSTATUS) 0xc0000005 - The instruction at 0x%08lx referenced memory at 0x%08lx. The memory could not be %s.
FAULTING_IP:
nt!HvpGetCellMapped+8c
81c51e94 8b4f04 mov ecx,dword ptr [edi+4]
TRAP_FRAME: c23cc914 -- (.trap 0xffffffffc23cc914)
ErrCode = 00000000
eax=00000efb ebx=0000013c ecx=000003ff edx=8e4ee1bc esi=8e4ee008 edi=00002310
eip=81c51e94 esp=c23cc988 ebp=c23cc9c8 iopl=0 nv up ei pl nz na po nc
cs=0008 ss=0010 ds=0023 es=0023 fs=0030 gs=0000 efl=00010202
nt!HvpGetCellMapped+0x8c:
81c51e94 8b4f04 mov ecx,dword ptr [edi+4] ds:0023:00002314=????????
Resetting default scope
DEFAULT_BUCKET_ID: VISTA_DRIVER_FAULT
BUGCHECK_STR: 0x8E
PROCESS_NAME: ieuser.exe
CURRENT_IRQL: 0
LAST_CONTROL_TRANSFER: from 81a7b5a0 to 81b12163
STACK_TEXT:
c23cc4d4 81a7b5a0 0000008e c0000005 81c51e94 nt!KeBugCheckEx+0x1e
c23cc8a4 81a9d63a c23cc8c0 00000000 c23cc914 nt!KiDispatchException+0x1a9
c23cc90c 81a9d5ee c23cc9c8 81c51e94 badb0d00 nt!CommonDispatchException+0x4a
c23cc9c8 81c22bff 8e4ee008 fffe5efb 00b135c0 nt!Kei386EoiHelper+0x186
c23cc9f4 81c2bb66 8e4ee008 8e4ee31c 00b135c0 nt!CmpAddInfoAfterParseFailure+0xcd
c23cca30 81afa215 0000000a 002c002c acdbdace nt!CmpFindSubKeyByName+0xae
c23cca7c 81a195b0 00000000 00000003 00000003 nt!EtwTraceContextSwap+0x14a
c23ccb78 81c8ae78 8b8f53f0 841102c8 84ae9008 hal!KfLowerIrql+0x64
c23ccc08 81c62fea 000003fc c23ccc60 00000040 nt!ObpLookupObjectName+0x11e
c23ccc68 81c59fa8 0381f234 841102c8 00000001 nt!ObOpenObjectByName+0x13c
c23ccd34 81c5a067 0381f318 00020019 0381f234 nt!CmOpenKey+0x1b1
c23ccd50 81a9ca7a 0381f318 00020019 0381f234 nt!NtOpenKey+0x16
c23ccd50 77819a94 0381f318 00020019 0381f234 nt!KiFastCallEntry+0x12a
WARNING: Frame IP not in any known module. Following frames may be wrong.
0381f270 00000000 00000000 00000000 00000000 0x77819a94
STACK_COMMAND: kb
FOLLOWUP_IP:
nt!HvpGetCellMapped+8c
81c51e94 8b4f04 mov ecx,dword ptr [edi+4]
SYMBOL_STACK_INDEX: 0
SYMBOL_NAME: nt!HvpGetCellMapped+8c
FOLLOWUP_NAME: MachineOwner
MODULE_NAME: nt
IMAGE_NAME: ntkrpamp.exe
DEBUG_FLR_IMAGE_TIMESTAMP: 47918b12
FAILURE_BUCKET_ID: 0x8E_nt!HvpGetCellMapped+8c
BUCKET_ID: 0x8E_nt!HvpGetCellMapped+8c
Followup: MachineOwner
---------
* *
* Bugcheck Analysis *
* *
*******************************************************************************
KERNEL_MODE_EXCEPTION_NOT_HANDLED (8e)
This is a very common bugcheck. Usually the exception address pinpoints
the driver/function that caused the problem. Always note this address
as well as the link date of the driver/image that contains this address.
Some common problems are exception code 0x80000003. This means a hard
coded breakpoint or assertion was hit, but this system was booted
/NODEBUG. This is not supposed to happen as developers should never have
hardcoded breakpoints in retail code, but ...
If this happens, make sure a debugger gets connected, and the
system is booted /DEBUG. This will let us see why this breakpoint is
happening.
Arguments:
Arg1: c0000005, The exception code that was not handled
Arg2: 81c51e94, The address that the exception occurred at
Arg3: c23cc914, Trap Frame
Arg4: 00000000
Debugging Details:
------------------
Page bbe68 not present in the dump file. Type ".hh dbgerr004" for details
PEB is paged out (Peb.Ldr = 7ffd500c). Type ".hh dbgerr001" for details
PEB is paged out (Peb.Ldr = 7ffd500c). Type ".hh dbgerr001" for details
EXCEPTION_CODE: (NTSTATUS) 0xc0000005 - The instruction at 0x%08lx referenced memory at 0x%08lx. The memory could not be %s.
FAULTING_IP:
nt!HvpGetCellMapped+8c
81c51e94 8b4f04 mov ecx,dword ptr [edi+4]
TRAP_FRAME: c23cc914 -- (.trap 0xffffffffc23cc914)
ErrCode = 00000000
eax=00000efb ebx=0000013c ecx=000003ff edx=8e4ee1bc esi=8e4ee008 edi=00002310
eip=81c51e94 esp=c23cc988 ebp=c23cc9c8 iopl=0 nv up ei pl nz na po nc
cs=0008 ss=0010 ds=0023 es=0023 fs=0030 gs=0000 efl=00010202
nt!HvpGetCellMapped+0x8c:
81c51e94 8b4f04 mov ecx,dword ptr [edi+4] ds:0023:00002314=????????
Resetting default scope
DEFAULT_BUCKET_ID: VISTA_DRIVER_FAULT
BUGCHECK_STR: 0x8E
PROCESS_NAME: ieuser.exe
CURRENT_IRQL: 0
LAST_CONTROL_TRANSFER: from 81a7b5a0 to 81b12163
STACK_TEXT:
c23cc4d4 81a7b5a0 0000008e c0000005 81c51e94 nt!KeBugCheckEx+0x1e
c23cc8a4 81a9d63a c23cc8c0 00000000 c23cc914 nt!KiDispatchException+0x1a9
c23cc90c 81a9d5ee c23cc9c8 81c51e94 badb0d00 nt!CommonDispatchException+0x4a
c23cc9c8 81c22bff 8e4ee008 fffe5efb 00b135c0 nt!Kei386EoiHelper+0x186
c23cc9f4 81c2bb66 8e4ee008 8e4ee31c 00b135c0 nt!CmpAddInfoAfterParseFailure+0xcd
c23cca30 81afa215 0000000a 002c002c acdbdace nt!CmpFindSubKeyByName+0xae
c23cca7c 81a195b0 00000000 00000003 00000003 nt!EtwTraceContextSwap+0x14a
c23ccb78 81c8ae78 8b8f53f0 841102c8 84ae9008 hal!KfLowerIrql+0x64
c23ccc08 81c62fea 000003fc c23ccc60 00000040 nt!ObpLookupObjectName+0x11e
c23ccc68 81c59fa8 0381f234 841102c8 00000001 nt!ObOpenObjectByName+0x13c
c23ccd34 81c5a067 0381f318 00020019 0381f234 nt!CmOpenKey+0x1b1
c23ccd50 81a9ca7a 0381f318 00020019 0381f234 nt!NtOpenKey+0x16
c23ccd50 77819a94 0381f318 00020019 0381f234 nt!KiFastCallEntry+0x12a
WARNING: Frame IP not in any known module. Following frames may be wrong.
0381f270 00000000 00000000 00000000 00000000 0x77819a94
STACK_COMMAND: kb
FOLLOWUP_IP:
nt!HvpGetCellMapped+8c
81c51e94 8b4f04 mov ecx,dword ptr [edi+4]
SYMBOL_STACK_INDEX: 0
SYMBOL_NAME: nt!HvpGetCellMapped+8c
FOLLOWUP_NAME: MachineOwner
MODULE_NAME: nt
IMAGE_NAME: ntkrpamp.exe
DEBUG_FLR_IMAGE_TIMESTAMP: 47918b12
FAILURE_BUCKET_ID: 0x8E_nt!HvpGetCellMapped+8c
BUCKET_ID: 0x8E_nt!HvpGetCellMapped+8c
Followup: MachineOwner
---------
Vista Crashed
For the first time since I started using Windows Vista it has crashed. Nothing serious that I can tell, just a blue screen of death and a reboot and all seems to be working.
Log Name: System
Source: Microsoft-Windows-WER-SystemErrorReporting
Date: 5/1/2008 10:36:06 AM
Event ID: 1001
Task Category: None
Level: Information
Keywords: Classic
User: N/A
Computer: Planet-PC
Description:
The computer has rebooted from a bugcheck. The bugcheck was: 0x0000008e (0xc0000005, 0x81c51e94, 0xc23cc914, 0x00000000). A dump was saved in: C:\Windows\MEMORY.DMP.
I really don't have time right now to diagnose the problem. On Monday I upgraded the computer from two to four gigs of memory. It worked fine right after, but other than that, I haven't changed anything on the system. We'll see.
I just obtained my first copy of Windows Vista to install on my home computer. I hope that goes well!
Log Name: System
Source: Microsoft-Windows-WER-SystemErrorReporting
Date: 5/1/2008 10:36:06 AM
Event ID: 1001
Task Category: None
Level: Information
Keywords: Classic
User: N/A
Computer: Planet-PC
Description:
The computer has rebooted from a bugcheck. The bugcheck was: 0x0000008e (0xc0000005, 0x81c51e94, 0xc23cc914, 0x00000000). A dump was saved in: C:\Windows\MEMORY.DMP.
I really don't have time right now to diagnose the problem. On Monday I upgraded the computer from two to four gigs of memory. It worked fine right after, but other than that, I haven't changed anything on the system. We'll see.
I just obtained my first copy of Windows Vista to install on my home computer. I hope that goes well!
Sunday, April 13, 2008
Book: On My Honor
On My Honor, Why the American Values of the Boy Scouts are Worth Fighting For by Rick Perry
I'm not a big reader, but I saw a link to this book while I was searching for info on the Cub Scouts for Alex who will be able to start in the fall. This is the first non technical book I've read since I read Clear and Present Danger by Tom Clancy in 1994. I must say, it is a great book. I don't consider myself ultra conservative, but definitely right leaning in my principles. The book is certainly written by a conservative politician, but it wasn't like listening to conservative talk radio either.
The book made me look back at my time in the Boy Scouts and realize what I learned then is what has guided me to be a productive member of society today. Although nobody is perfect, I still try to live by the Scout Oath and Law as well as the Scout motto and Slogan.
The Scout Oath:
On my honor I will do my best to do my duty to God and my country and to obey the Scout Law, to help other people at all times, to keep myself physically strong, mentally awake, and morally straight.
The Scout Law:
A Scout is Trustworthy, Loyal, Helpful, Friendly,Cautious Courteous, Kind, Obedient, Cheerful, Thrifty, Brave, Clean, & Reverent.
The Scout Motto:
Be Prepared
The Scout Slogan:
Do a good turn daily
I could probably do more to live up to the slogan, and I've found myself drifting from those principles from time to time in the past, but one thing I know is that I want to raise my boys to follow these principles.
I've heard of the occasional lawsuit where girls wanted to join and the flaps about openly gay men being denied leadership positions in the Boy Scouts, but the book put this in perspective. These lawsuits are not random, but a more coordinated effort to force the Boy Scouts to change the principles they've stood by from the beginning. It isn't that the Scouts don't change with the times, I was reading some of the Cub Scout requirements for advancement and one of them had to do with "cyberbullying" and the Internet. But the core values of Scouting have stood the test of time, nearly 100 years now, and will still be relevant for another 100 years and beyond. Tell me, what mother wouldn't want their child to follow the Scout Law, or what teacher wouldn't want their student to adhere to the Scout motto. I certainly want my children, boys and girls to do so.
I would encourage anyone who believes that the Cub Scouts and Boy Scouts can be a positive influence on young boys (and even girls 14-20 in the venturing program) to read this book.
http://www.onmyhonorthebook.com/
It is also available on Amazon.com where I wrote a simple review.
I'm not a big reader, but I saw a link to this book while I was searching for info on the Cub Scouts for Alex who will be able to start in the fall. This is the first non technical book I've read since I read Clear and Present Danger by Tom Clancy in 1994. I must say, it is a great book. I don't consider myself ultra conservative, but definitely right leaning in my principles. The book is certainly written by a conservative politician, but it wasn't like listening to conservative talk radio either.
The book made me look back at my time in the Boy Scouts and realize what I learned then is what has guided me to be a productive member of society today. Although nobody is perfect, I still try to live by the Scout Oath and Law as well as the Scout motto and Slogan.
The Scout Oath:
On my honor I will do my best to do my duty to God and my country and to obey the Scout Law, to help other people at all times, to keep myself physically strong, mentally awake, and morally straight.
The Scout Law:
A Scout is Trustworthy, Loyal, Helpful, Friendly,
The Scout Motto:
Be Prepared
The Scout Slogan:
Do a good turn daily
I could probably do more to live up to the slogan, and I've found myself drifting from those principles from time to time in the past, but one thing I know is that I want to raise my boys to follow these principles.
I've heard of the occasional lawsuit where girls wanted to join and the flaps about openly gay men being denied leadership positions in the Boy Scouts, but the book put this in perspective. These lawsuits are not random, but a more coordinated effort to force the Boy Scouts to change the principles they've stood by from the beginning. It isn't that the Scouts don't change with the times, I was reading some of the Cub Scout requirements for advancement and one of them had to do with "cyberbullying" and the Internet. But the core values of Scouting have stood the test of time, nearly 100 years now, and will still be relevant for another 100 years and beyond. Tell me, what mother wouldn't want their child to follow the Scout Law, or what teacher wouldn't want their student to adhere to the Scout motto. I certainly want my children, boys and girls to do so.
I would encourage anyone who believes that the Cub Scouts and Boy Scouts can be a positive influence on young boys (and even girls 14-20 in the venturing program) to read this book.
http://www.onmyhonorthebook.com/
It is also available on Amazon.com where I wrote a simple review.
Friday, March 28, 2008
Vista UAC - What everyone wanted Microsoft to do
One of the big complaints about Microsoft products in the past was that they were not secure. Now one of the big complaints is that I've been hearing about Vista is that the feature called User Account Control is too annoying and that they want to turn it off. Microsoft knows that the majority of the so called "security problems" with Windows are actually caused by the computer user installing some sort of cleverly disguised malware and that the majority of this malware would only install properly if the user had administrator rights. In Microsoft's own words, "The main goal of User Account Control is to reduce the exposure and attack surface of the operating system by requiring that all users run in standard user mode. This limitation minimizes the ability for users to make changes that could destabilize their computers or inadvertently expose the network to viruses through undetected malware that has infected their computer." Isn't this what both consumers and businesses have been asking for? Why then do so many folks complain about this security feature, or even go so far as to turn it off? I'm an IT power user, and I have no trouble with it. Sure, it is a little annoying when trying to do some tasks, especially if you've run a command prompt in user mode, but in less than a month of using Vista, I barely notice it anymore. So, for all of the anti-Vista crowd out there, don’t say Vista sucks and point to the UAC as your first reason why. It really isn't that bad, and it is exactly what everyone wanted Microsoft to do with Windows just a few years ago.
Thursday, March 27, 2008
www. barackobama.com – no search?
Why does Barak Obama's web site omit a search feature? John McCain's site has one, as well as just about every other important web site on the Internet. I find it interesting that a candidate who claims to be so transparent would have a web site that lacks search. So, was this just something that was missed when the web site was designed or are they really hiding something? Since I generally dislike a web site's built in search, I tend to use Google or Microsoft Live to search the site and this works on barackobama.com. This either means they have nothing to hide, they really aren't good at hiding whatever it is they might want to hide, or they are really slick, and allow most things to be read by the robots, but leave out the controversial stuff.
Why did I discover this? I was eating lunch and thought to check out what the candidates had to say about Osama bin Laden. I started with John McCain's site, using the search box on the site I got several hits and read a few, but nothing really excited me. Then I went to Obama's site and figured I'd do the same, but all I did was look for the search box that didn't exist, so I turned to Live search, and found what I was looking for.
For those of you that want to know – you can search a specific web site with most search engines by adding the text "site:sitetosearch.com". IE: "Search Term site:www.barackobama.com". This will work on Live, Google, Yahoo, and others.
Why did I discover this? I was eating lunch and thought to check out what the candidates had to say about Osama bin Laden. I started with John McCain's site, using the search box on the site I got several hits and read a few, but nothing really excited me. Then I went to Obama's site and figured I'd do the same, but all I did was look for the search box that didn't exist, so I turned to Live search, and found what I was looking for.
For those of you that want to know – you can search a specific web site with most search engines by adding the text "site:sitetosearch.com". IE: "Search Term site:www.barackobama.com". This will work on Live, Google, Yahoo, and others.
Wednesday, March 26, 2008
Alex's Nerf Arsenal Video
Ok - so this video isn't studio quality, but it was fun to make.
Alex's Nerf Arsenal
It sure was hard finding some decent background music that wouldn't get rejected by myspace video for copyright violations.
Alex's Nerf Arsenal
It sure was hard finding some decent background music that wouldn't get rejected by myspace video for copyright violations.
Saturday, March 22, 2008
AutoUpdate Virus - Very Slick
Some slick malware writer nearly got past my fine antivirus protection. No, not AVG, the virus scan software I run, but my general common sense for not installing random junk on my computer. I was cleaning out my myspace friend spam since I hadn't logged on in a while. I check the folks out to see if I know them, just in case. When I was on one profile the Microsoft AutoUpdate window displayed. I should have noticed right away that something was wrong because I was running Vista on this computer and it looks different, but I run XP too.

Anyway, I clicked Download like a moron, then, another unseal window popped up, the file download security warning. AutoUpdate doesn't do this, so I looked into it a little closer. The file name was typical of a Microsoft update, KB890830.exe, but the download from was way off base, microsofsupport333.cn. By this time I knew what was up and canceled the download.

I must say, that this would have fooled someone like my grandmother and most computer users I've had to deal with on the job over the years, but not anyone who knew the slightest bit about their computer. I was tempted to actually download the file and see if the AVG virus scanner would have caught it, but why take the chance. There was a time when I experimented with viruses, but that was back in the day when viruses were written mostly by creative folks who weren't really trying to steal anything, just to spread and be annoying enough to be noticed, but these days, it isn't the same game.

Anyway, I clicked Download like a moron, then, another unseal window popped up, the file download security warning. AutoUpdate doesn't do this, so I looked into it a little closer. The file name was typical of a Microsoft update, KB890830.exe, but the download from was way off base, microsofsupport333.cn. By this time I knew what was up and canceled the download.

I must say, that this would have fooled someone like my grandmother and most computer users I've had to deal with on the job over the years, but not anyone who knew the slightest bit about their computer. I was tempted to actually download the file and see if the AVG virus scanner would have caught it, but why take the chance. There was a time when I experimented with viruses, but that was back in the day when viruses were written mostly by creative folks who weren't really trying to steal anything, just to spread and be annoying enough to be noticed, but these days, it isn't the same game.
Friday, March 21, 2008
Joe doesn't know NCAA Basketball
This blog post will make that painfully obvious.

So, I picked West Virginia to win the whole thing. At least they have some what of a chance to go a few rounds, but the rest were chosen based on their ranking, unless there was a local team, then I picked the local team to win, and the more local, the better, within reason. There is no way I could have had Mount Saint Mary's in the final game, even though they are just up the road.
What I found most interesting about the whole thing was the Excel template that I was able to download from Microsoft. http://office.microsoft.com/en-us/templates/TC102659791033.aspx?CategoryID=CT101435481033&CTT=42 It had all of the teams filled out already. I guess Excel isn't all about getting work done!

So, I picked West Virginia to win the whole thing. At least they have some what of a chance to go a few rounds, but the rest were chosen based on their ranking, unless there was a local team, then I picked the local team to win, and the more local, the better, within reason. There is no way I could have had Mount Saint Mary's in the final game, even though they are just up the road.
What I found most interesting about the whole thing was the Excel template that I was able to download from Microsoft. http://office.microsoft.com/en-us/templates/TC102659791033.aspx?CategoryID=CT101435481033&CTT=42 It had all of the teams filled out already. I guess Excel isn't all about getting work done!
Friday, March 07, 2008
Robin's I mean, Our Dining Room
For so long we've gone without a dining room table in our house. Whenever we needed to use the dining room we'd setup a folding table and put a table cloth on it and call it a dining room. Recently we bought Robin's old dining room set, with a table, five chairs, a china cabinet, and a buffet. Robin requested pictures, so this is for her!
Monday, March 03, 2008
Hide a Windows Desktop Folder
I bet if I googled this it would get plenty of hits, but I was foolind around with making charicters by using alt-### from the number pad and found alt-0160. I thought to myself, that would be a fun name for a file or folder. Then I thought to my self, you know, that is the only icon on my desktop without text under it, what if I made the icon just a black square (I use a plain black background). While fooling around with icons, I found something better, built into windows is a blank icon.
Instructions:
1. Create a new folder on the desktop
2. Right click the folder and click rename
3. Hold down the ALT key and press 0160 on the number pad (Num Lock on)
4. Right click the folder and click properties
5. Select the Customize Tab and click the Change Icon... button

6. Scroll over a little and select an area that doesn't look like an icon

7. Click OK and OK again
8. Enjoy your hidden folder on the desktop
Instructions:
1. Create a new folder on the desktop
2. Right click the folder and click rename
3. Hold down the ALT key and press 0160 on the number pad (Num Lock on)
4. Right click the folder and click properties
5. Select the Customize Tab and click the Change Icon... button

6. Scroll over a little and select an area that doesn't look like an icon
7. Click OK and OK again
8. Enjoy your hidden folder on the desktop
Power Point Engineer
An IT person that seems to know all of the buzz words and has read the latest marketing information on a particular product and could give a great presentation, but really has no idea what they are talking about.
Tuesday, February 19, 2008
Amateur Extra - One Year Later
I wasn’t really in a rush to pass the amateur extra exam. I was hoping to get my code speed up to a respectable 20 wpm before taking the written test. But then the FCC decided that Morse code proficiency was no longer required to be qualified to hold an amateur radio license. No, I wasn’t one of those folks that was waiting for the code test to go away to take the written exam, I had already passed the only required code test at the time, the 5 wpm element one test. I wanted to pass the extra exam before they dropped the requirement. Why, just to have some motivation. So, I passed my extra exam on February 17, 2007 and the code test requirement for general and amateur extra class amateur radio licenses was officially dropped on February 23, 2007.
Some of the things I wanted to do in the past year were to get my code speed up to 20 wpm and build a transceiver. I’ve accomplished neither, unless you count the pixie II transceiver that I built as a soldering warm up before starting the Elecraft K1. My code speed went downhill but I am working on a plan to improve it, but I’ll need to finish the K1 first. I was doing a good job listening to code practice for a while, but a change in jobs has knocked me off track. I can still copy fairly well at 10 wpm under ideal conditions, but that is the same speed I was copying when I first started learning code.
So my ham radio goals for 2008 are to improve my code speed, finish my NE3R QSL card, and finish the Elecraft K1 transceiver. I also want to improve the local APRS network and help our county ARES members get more proficient with handling NTS traffic.
Some of the things I wanted to do in the past year were to get my code speed up to 20 wpm and build a transceiver. I’ve accomplished neither, unless you count the pixie II transceiver that I built as a soldering warm up before starting the Elecraft K1. My code speed went downhill but I am working on a plan to improve it, but I’ll need to finish the K1 first. I was doing a good job listening to code practice for a while, but a change in jobs has knocked me off track. I can still copy fairly well at 10 wpm under ideal conditions, but that is the same speed I was copying when I first started learning code.
So my ham radio goals for 2008 are to improve my code speed, finish my NE3R QSL card, and finish the Elecraft K1 transceiver. I also want to improve the local APRS network and help our county ARES members get more proficient with handling NTS traffic.
Thursday, February 14, 2008
Amy's Creativity
Wednesday, February 13, 2008
Vista Desktop
My good experience with Vista continues, although I did have to install two unsigned drivers recently, one for my office's printer/copier and one to mount .ISO files as drive letters.
I took a screen shot for show and tell. I've started using some things on the side bar. My favorite is the slideshow - I have pictures of my family queued up and they change every 1 minute.
Click to Enlarge

The user interface has more of a Mac feel to it, but I do like it better than the default interface on XP. I tried to get used to the XP start menu, but I ended up going back to the classic Windows 2000 menu every time. Vista is different though and it has a better feel to it, I think I'll stick with it.
I took a screen shot for show and tell. I've started using some things on the side bar. My favorite is the slideshow - I have pictures of my family queued up and they change every 1 minute.
Click to Enlarge

The user interface has more of a Mac feel to it, but I do like it better than the default interface on XP. I tried to get used to the XP start menu, but I ended up going back to the classic Windows 2000 menu every time. Vista is different though and it has a better feel to it, I think I'll stick with it.
My Vote for Ron Paul
Yesterday was the primary election day in Maryland and it was anything but an ordinary primary. Since my first primary election in 1996 Maryland has never been important, by the time we voted, the nominee had already been chosen. This year was different; nobody had enough delegates to be a sure thing. Since I’m a registered republican, my choices were Mike Huckabee, John McCain, and Ron Paul. Before Super Tuesday I was thinking that I might have to support McCain even though I really wanted Paul because I thought McCain would be better than any of the democrat candidates and have a better chance to beat them in the general election. Once I knew McCain was well ahead, I figured I could vote the way I wanted, instead of the way most likely to be successful.
Election night was interesting. The weather was not good with freezing rain and an ice storm warning in the area, Amy and Alex were both sick, and Zoe was wearing one of Alex’s shirts and a pair of his boxer shorts over her clothes. But the desire to vote overcame these things and we all loaded up in the van and went to the polling place. With 3 kids and nobody really feeling well, Amy and I decided to vote inshits shifts, and I went first. For President, I voted for Ron Paul, but for the RNC delegates, I voted for those associated with John McCain, just in case something weird happened. For the Maryland sixth district congressional race, I voted for Roscoe Bartlett. For board of education I voted for Joe & Tony Chmelik, the only candidates to actually communicate with me, even if it was only handing out a flier after mass one Sunday, and I also voted for Ron Bird, because he was first on the list. Most of the candidates for board of education didn’t even get signs out this year. When I returned, Amy gave me some news, Alex had to throw up. I said he was sick! Then it was Amy’s turn to vote and my turn to entertain the children. Fortunately, Alex was feeling much better. Zoe was getting cranky, in our rush to get to the polling place before the weather worsened, we didn’t pack a bottle for her and she really wanted one. It took me about a half hour to get through the line and vote, but Amy returned in about 15 minutes. That was it, we went to the store, then went home to watch Obama and McCain go on to win the night. Ok, really we watched American Idol, but they put the results at the bottom of the screen on Fox 5
Election night was interesting. The weather was not good with freezing rain and an ice storm warning in the area, Amy and Alex were both sick, and Zoe was wearing one of Alex’s shirts and a pair of his boxer shorts over her clothes. But the desire to vote overcame these things and we all loaded up in the van and went to the polling place. With 3 kids and nobody really feeling well, Amy and I decided to vote in
Monday, February 11, 2008
Windows Vista Week One
I’ve heard a lot of horror stories about Windows Vista, so you could imagine that when I started in a new position and received a shiny new laptop loaded with Windows Vista Business, the first time I’ve run Vista on something that mattered, I was worried. From the stories I’ve heard, Vista crashes all the time, and any program you run will crash. I’m happy to say that I have yet to experience a single problem with Vista or any applications I’ve run on it. The computer was configured by the IT department and included only the operating system and Microsoft Office 2007, I’ve added Windows Messenger, Adobe Acrobat reader, Flash Player, Silverlight, Powershell, and several active X controls for web sites, and I still haven’t had a problem.
I suspect that those who bought new computers with a bunch of software already loaded are having the most problems. Computer manufactures get paid for including a lot of trial versions and demo software, so the more the better. The financial incentive is great, so I’d expect the demand is to get as much software on as possible without thorough thought of the problems it may cause. Others who might have problems are those who have upgraded existing installations of Windows XP. Computers are like cars, they need maintained, and most, including my own rarely get the computer version of an oil change. Upgrading any operating system is asking for trouble. In either case, it is always best to format the hard drive and install Vista from scratch.
As for Vista in a big company or government agency, the problem will most likely be incompatible applications that have been installed on thousands of computers. Vista changes a lot of things, and some programs simply won’t work right, especially ones that were not well coded for Windows to begin with. Before a Vista deployment is attempted, application compatibility must be verified and Microsoft makes that pretty easy these days, and offers several solutions for getting around application compatibility issues.
I suspect that those who bought new computers with a bunch of software already loaded are having the most problems. Computer manufactures get paid for including a lot of trial versions and demo software, so the more the better. The financial incentive is great, so I’d expect the demand is to get as much software on as possible without thorough thought of the problems it may cause. Others who might have problems are those who have upgraded existing installations of Windows XP. Computers are like cars, they need maintained, and most, including my own rarely get the computer version of an oil change. Upgrading any operating system is asking for trouble. In either case, it is always best to format the hard drive and install Vista from scratch.
As for Vista in a big company or government agency, the problem will most likely be incompatible applications that have been installed on thousands of computers. Vista changes a lot of things, and some programs simply won’t work right, especially ones that were not well coded for Windows to begin with. Before a Vista deployment is attempted, application compatibility must be verified and Microsoft makes that pretty easy these days, and offers several solutions for getting around application compatibility issues.
Saturday, February 09, 2008
That Zoe Sure Can Eat
My daughter sure can eat. This morning I made bacon and scrambled eggs. I gave Zoe a portion equal to the two year old Aidan and the almost six year old Alex. The two boys ate their bacon but almost none of their eggs. Twelve year old Andrew got a portion roughly twice the size of his younger siblings. Zoe finished everything on her tray and wanted more, not once but twice. Her 3 helpings of scrambled eggs ended up being more then her older brothers ate combined, none of them even finished their eggs, I guess I should be happy that at least they ate their bacon. I don't make breakfast very often, but it is nice to know at least one of the kids enjoyed it!
Friday, February 08, 2008
Legal Amateur Radio Operation?
I’ve come across something in the Amateur Radio rules that I think I understand, but someone else is interpreting them very differently.
My question centers on the Amateur Radio station KJ4BSL, which is issued to 278 ACR RTS HHT, to the attention of Dooley H Buckner SFC. This license includes no operator privileges and the station privileges of MILITARY REC.
My question centers on the Amateur Radio station KJ4BSL, which is issued to 278 ACR RTS HHT, to the attention of Dooley H Buckner SFC. This license includes no operator privileges and the station privileges of MILITARY REC.

Mr. Buckner believes that the FCC rules §97.5 b 3 and §97.5 c allow him to transmit on Amateur Radio frequencies. I’ll include the relevant part 97 text.
§97.5 Station license grant required.
(a) The station apparatus must be under the physical control of a person named in an amateur station license grant on the ULS consolidated license database or a person authorized for alien reciprocal operation by §97.107 of this part, before the station may transmit on any amateur service frequency from any place that is:
(1)Within 50 km of the Earth's surface and at a place where the amateur service is regulated by the FCC;
(b) The types of station license grants are:
(3) A military recreation station license grant. A military recreation station license grant may be held only by the person who is the license custodian designated by the official in charge of the United States military recreational premises where the station is situated. The person must not be a representative of a foreign government. The person need not hold an amateur operator license grant.
(c) The person named in the station license grant or who is authorized for alien reciprocal operation by §97.107 of this Part may use, in accordance with the applicable rules of this Part, the transmitting apparatus under the physical control of the person at places where the amateur service is regulated by the FCC.
When I first read §97.5 c above I thought that he was correct, but after thinking about it some more my thoughts went to the phrase “in accordance with the applicable rules of this Part” assuming that Part refers to the FCC rules related to Amateur Radio, Part 97.
The very next section is §97.7, which states that each amateur station must have a control operator.
The very next section is §97.7, which states that each amateur station must have a control operator.
§97.7 Control operator required
When transmitting, each amateur station must have a control operator. The control operator must be a person:
(a) For whom an amateur operator/primary station license grant appears on the ULS consolidated licensee database
So to operate the Amateur Radio station KJ4BSL in accordance with the applicable rules of Part 97, it must have a control operator with an operator/primary station license grant, which is basically a typical amateur radio license that would be issued to an individual. Since Mr. Buckner does not have an Amateur Radio license of his own, I suspect that he is operating the Amateur Radio station KJ4BSL illegally.
I could be completely wrong with my interpretation of the rules, but I think I’m right on this one. I am looking at it a couple of ways, and I can see where I think he has misinterpreted the rules. I think the easiest way to figure this out would be to ask, what are the operator privileges granted to the Amateur Radio station KJ4BSL. The answer is that operator privileges are not granted to stations, they are granted to operators, and no such privileges have been granted to Mr. Buckner yet.
Since it is against the rules to contact stations operating illegally, I think I’ll avoid KJ4BSL until I find that Mr. Buckner gets an Amateur Radio license or someone explains that my interpretation of the rules are incorrect.
I could be completely wrong with my interpretation of the rules, but I think I’m right on this one. I am looking at it a couple of ways, and I can see where I think he has misinterpreted the rules. I think the easiest way to figure this out would be to ask, what are the operator privileges granted to the Amateur Radio station KJ4BSL. The answer is that operator privileges are not granted to stations, they are granted to operators, and no such privileges have been granted to Mr. Buckner yet.
Since it is against the rules to contact stations operating illegally, I think I’ll avoid KJ4BSL until I find that Mr. Buckner gets an Amateur Radio license or someone explains that my interpretation of the rules are incorrect.
Tuesday, February 05, 2008
I don't have it!
My partially built Elecraft K1 is temporarily no longer in my posesion. Where did it go you ask? I have given it to another ham to look over because I was having trouble with receiving weak signals. For example, with my club's Alinco DX-77 I was tuning around the 40 meter band and heard several CW stations that I could not hear on the K1. I could hear some of the strongest stations with the K1, but they had to be at least S9 signals on the Alinco for me to barely hear them on the Elecraft. I really coudn't figure out what the problem was. So I went looking for help, but I was sure to ask that he let me know what was wrong and how he fixed it so I can try to avoid the same mistake down the road. xallsse
Subscribe to:
Posts (Atom)









